1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-17 07:30:16 -05:00

Sync translations using the new script

This commit is contained in:
cketti 2013-07-09 17:05:06 +02:00
parent 518a1a6c9b
commit 110d0ad8ac
24 changed files with 1963 additions and 1314 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- === App-specific strings ============================================================= -->
@ -20,6 +20,7 @@
<string name="app_copyright_fmt">Copyright 2008-<xliff:g>%s</xliff:g> The K-9 Dog Walkers. Porcions de Copyright 2006-<xliff:g>%s</xliff:g> Projecte de codi obert d\'Android.</string>
<string name="app_license">Llicenciat sota Llicència Apache, Versió 2.0.</string>
<!-- Welcome message -->
<string name="welcome_message_title">Us donem la benvinguda a K-9 Mail</string>
<string name="accounts_welcome"><![CDATA[
@ -111,9 +112,9 @@ Si us plau, envia\'ns els errors, contribueix a millorar-lo a
<string name="actionbar_selected"><xliff:g id="selection_count">%d</xliff:g> seleccionats</string>
<!-- Actions will be used as buttons and in menu items -->
<string name="next_action">Següent</string>
<string name="previous_action">Anterior</string>
<string name="okay_action">D\'acord</string>
<string name="next_action">Següent</string> <!-- Used as part of a multi-step process -->
<string name="previous_action">Anterior</string> <!-- Used as part of a multi-step process -->
<string name="okay_action">D\'acord</string> <!-- User to confirm acceptance of dialog boxes, warnings, errors, etc. -->
<string name="cancel_action">Cancel·la</string>
<string name="send_action">Envia</string>
<string name="send_again_action">Torna a enviar</string>
@ -128,7 +129,7 @@ Si us plau, envia\'ns els errors, contribueix a millorar-lo a
<string name="refile_action">Rearxiva</string>
<string name="continue_action">Continua</string>
<string name="back_action">Enrere</string>
<string name="done_action">Fet</string>
<string name="done_action">Fet</string> <!-- Used to complete a multi-step process -->
<string name="discard_action">Descarta</string>
<string name="save_draft_action">Desa com a esborrany</string>
<string name="check_mail_action">Comprova el correu</string>
@ -146,7 +147,6 @@ Si us plau, envia\'ns els errors, contribueix a millorar-lo a
<string name="remove_account_action">Esborra el compte</string>
<string name="clear_pending_action">Suprimeix totes les accions pendents (Compte!)</string>
<string name="mark_all_as_read">Marca\'ls tots com a llegits</string>
<string name="mark_as_read_action">Marca com a llegit</string>
<string name="send_alternate_action">Comparteix</string>
<string name="send_alternate_chooser_title">Selecciona remitent</string>
@ -177,7 +177,7 @@ Si us plau, envia\'ns els errors, contribueix a millorar-lo a
<string name="prefs_title">Configuració</string>
<string name="accounts_context_menu_title">Opcions del compte</string>
<string name="general_no_subject">(Sense assumpte)</string>
<string name="general_no_subject">(Sense assumpte)</string> <!-- Shown in place of the subject when a message has no subject. Showing this in parentheses is customary. -->
<string name="general_no_sender">Sense remitent</string>
<string name="status_loading">Comprovant</string>
<string name="status_loading_more">S\'estan carregant els missatges\u2026</string>
@ -207,7 +207,7 @@ Si us plau, envia\'ns els errors, contribueix a millorar-lo a
<string name="notification_new_title">Nou correu</string>
<string name="notification_new_messages_title"><xliff:g id="new_message_count">%d</xliff:g> missatges nous</string>
<string name="notification_new_one_account_fmt"><xliff:g id="unread_message_count">%d</xliff:g> no llegit(s) (<xliff:g id="account">%s</xliff:g>)</string>
<string name="notification_new_one_account_fmt"><xliff:g id="unread_message_count">%d</xliff:g> no llegit(s) (<xliff:g id="account">%s</xliff:g>)</string> <!-- 279 Unread (someone@google.com) -->
<string name="notification_additional_messages">i <xliff:g id="additional_messages">%d</xliff:g> més a <xliff:g id="account">%s</xliff:g></string>
<string name="notification_action_reply">Respon</string>
@ -282,13 +282,13 @@ Si us plau, envia\'ns els errors, contribueix a millorar-lo a
<string name="message_view_show_pictures_action">Mostra fotos</string>
<string name="message_view_show_message_action">Mostra el missatge</string>
<string name="message_view_show_attachments_action">Mostra els adjunts</string>
<string name="message_view_show_more_attachments_action">Més&#8230;</string>
<string name="message_view_show_more_attachments_action">Més</string>
<string name="message_view_fetching_attachment_toast">Recollint l\'adjunt.</string>
<string name="message_view_no_viewer">No ha estat capaç de trobar un visualitzador per <xliff:g id="mimetype">%s</xliff:g>.</string>
<string name="message_view_download_remainder">Descarrega el missatge complet</string>
<string name="message_view_downloading">S\'està descarregant</string>
<!-- NOTE: The following message refers to strings with id \'account_setup_incoming_save_all_headers_label\' and \'account_setup_incoming_title\' -->
<!-- NOTE: The following message refers to strings with id 'account_setup_incoming_save_all_headers_label' and 'account_setup_incoming_title' -->
<string name="message_additional_headers_not_downloaded">No s\'han descarregat o desat totes les capçaleres. Seleccioneu \"Desa totes les capçaleres localment\" a la configuració del servidor d\'entrada del compte per habilitar-lo en el futur.</string>
<string name="message_no_additional_headers_available">S\'han descarregat totes les capçaleres, no hi ha capçaleres addicionals per mostrar.</string>
<string name="message_additional_headers_retrieval_failed">La recuperació de capçaleres addicionals de la base de dades o del servidor de correu ha fallat.</string>
@ -298,8 +298,6 @@ Si us plau, envia\'ns els errors, contribueix a millorar-lo a
<string name="message_discarded_toast">S\'ha descartat el missatge</string>
<string name="message_saved_toast">S\'ha desat el missatge com a esborrany</string>
<string name="global_settings_messageview_autofit_width_label">Ajusta l\'amplada dels missatges automàticament</string>
<string name="global_settings_messageview_autofit_width_summary">Retalla els missatges per adaptar la seva amplada a la pantalla.</string>
<string name="global_settings_checkbox_label">Selecció múltiple</string>
<string name="global_settings_checkbox_summary">Ensenya sempre la selecció múltiple</string>
<string name="global_settings_preview_lines_label">Previsualització de línies</string>
@ -319,6 +317,8 @@ Si us plau, envia\'ns els errors, contribueix a millorar-lo a
<string name="global_settings_messageview_fixedwidth_label">Amplada fixa tipus lletra</string>
<string name="global_settings_messageview_fixedwidth_summary">Utilitza una amplada fixa de lletra quan es mostri missatges de text net</string>
<string name="global_settings_messageview_autofit_width_label">Ajusta l\'amplada dels missatges automàticament</string>
<string name="global_settings_messageview_autofit_width_summary">Retalla els missatges per adaptar la seva amplada a la pantalla.</string>
<string name="global_settings_messageview_return_to_list_label">Torna a la llista després esborrar</string>
<string name="global_settings_messageview_return_to_list_summary">Torna a la llista de missatges després esborrar missatges</string>
<string name="global_settings_messageview_show_next_label">Mostra el proper missatge després d\'eliminar</string>
@ -362,7 +362,7 @@ Si us plau, envia\'ns els errors, contribueix a millorar-lo a
<string name="account_setup_basics_password_hint">Contrasenya</string>
<string name="account_setup_basics_manual_setup_action">Configuració manual</string>
<string name="account_setup_check_settings_title"></string>
<string name="account_setup_check_settings_title"/>
<string name="account_setup_check_settings_retr_info_msg">Recuperant la informació del compte\u2026</string>
<string name="account_setup_check_settings_check_incoming_msg">S\'està comprovant la configuració del servidor d\'entrada\u2026</string>
<string name="account_setup_check_settings_check_outgoing_msg">S\'està comprovant la configuració del servidor de sortida\u2026</string>
@ -498,9 +498,9 @@ Si us plau, envia\'ns els errors, contribueix a millorar-lo a
<string name="move_copy_cannot_copy_unsynced_message">No es pot copiar o moure un missatge que no està sincronitzat amb el servidor</string>
<string name="account_setup_failed_dlg_title">No s\'ha pogut acabar la configuració</string>
<string name="account_setup_failed_dlg_auth_message_fmt">Nom d\'usuari o contrasenya incorrectes.\n(<xliff:g id="error">%s</xliff:g>)</string>
<string name="account_setup_failed_dlg_certificate_message_fmt">No es pot connectar al servidor de forma segura.\n(<xliff:g id="error">%s</xliff:g>)</string>
<string name="account_setup_failed_dlg_server_message_fmt">No es pot connectar al servidor.\n(<xliff:g id="error">%s</xliff:g>)</string>
<string name="account_setup_failed_dlg_auth_message_fmt">Nom d\'usuari o contrasenya incorrectes.\n(<xliff:g id="error">%s</xliff:g>)</string> <!-- Username or password incorrect\n(ERR01 Account does not exist) -->
<string name="account_setup_failed_dlg_certificate_message_fmt">No es pot connectar al servidor de forma segura.\n(<xliff:g id="error">%s</xliff:g>)</string> <!-- Cannot safely connect to server\n(Invalid certificate) -->
<string name="account_setup_failed_dlg_server_message_fmt">No es pot connectar al servidor.\n(<xliff:g id="error">%s</xliff:g>)</string> <!-- Cannot connect to server\n(Connection timed out) -->
<string name="account_setup_failed_dlg_edit_details_action">Edita els detalls</string>
<string name="account_setup_failed_dlg_continue_action">Continua</string>
@ -729,6 +729,8 @@ Si us plau, envia\'ns els errors, contribueix a millorar-lo a
<string name="sort_latest_first">Darrers missatges primer</string>
<string name="sort_subject_alpha">Assumpte alfabètic</string>
<string name="sort_subject_re_alpha">Assumpte en ordre alfabètic invers</string>
<string name="sort_sender_alpha">Remitent A-Z</string>
<string name="sort_sender_re_alpha">Remitent Z-A</string>
<string name="sort_flagged_first">Missatges senyalats primer</string>
<string name="sort_flagged_last">Missatges no senyalats primer</string>
<string name="sort_unread_first">Missatges no llegits primer</string>
@ -740,13 +742,11 @@ Si us plau, envia\'ns els errors, contribueix a millorar-lo a
<string name="sort_by_date">Data</string>
<string name="sort_by_arrival">Arrivada</string>
<string name="sort_by_subject">Assumpte</string>
<!-- NEW: <string name="sort_by_sender">Sender</string>-->
<string name="sort_by_flag">Estel</string>
<string name="sort_by_unread">Llegit/no llegit</string>
<string name="sort_by_attach">Adjunts</string>
<string name="sort_sender_alpha">Remitent A-Z</string>
<string name="sort_sender_re_alpha">Remitent Z-A</string>
<string name="account_delete_dlg_title">Esborra el compte</string>
<string name="account_recreate_dlg_title">Torna a crear compte</string>
@ -978,6 +978,18 @@ Si us plau, envia\'ns els errors, contribueix a millorar-lo a
<string name="dialog_confirm_delete_title">Confirma esborrar</string>
<string name="dialog_confirm_delete_message">Voleu esborrar aquest missatge?</string>
<!--
Translators:
Please review how to handle pluralization for your language at (1) and ajust
the <item> elements accordingly
Possible values for 'quantity': zero, one, two, few, many, other
(1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals
-->
<plurals name="dialog_confirm_delete_message">
<item quantity="one">Voleu eliminar aquest missatge?</item>
<item quantity="other">Voleu eliminar <xliff:g id="message_count">%1$d</xliff:g> missatges?</item>
@ -1132,4 +1144,6 @@ Si us plau, envia\'ns els errors, contribueix a millorar-lo a
<string name="last_refresh_time_format">Última actualització: <xliff:g id="formatted_time">%s</xliff:g></string>
<string name="last_refresh_time_format_with_push">Última actualització <xliff:g id="time_with_preposition">%s</xliff:g> (Push actiu)</string>
<string name="preposition_for_date">el <xliff:g id="date">%s</xliff:g></string>
<string name="mark_all_as_read">Marca\'ls tots com a llegits</string>
</resources>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<!-- Translator: (c) 2013, Jan Urbánek urbanek.jan.locus(a-t)gmail.com -->
<!-- This file is distributed under the same license as the k9mail project. -->
<!-- Available Plural-Forms: 3 -->
@ -211,7 +211,7 @@ Posílejte prosím chybová hlášení, přispívejte novými funkcemi a ptejte
<string name="notification_new_title">Nová zpráva</string>
<string name="notification_new_messages_title"><xliff:g id="new_message_count">%d</xliff:g> nových zpráv</string>
<string name="notification_new_one_account_fmt"><xliff:g id="unread_message_count">%d</xliff:g> Nepřečteno (<xliff:g id="account">%s</xliff:g>)</string> <!-- 279 Unread (someone@google.com) --> <!-- PLURALS: wrong!!! -->
<string name="notification_new_one_account_fmt"><xliff:g id="unread_message_count">%d</xliff:g> Nepřečteno (<xliff:g id="account">%s</xliff:g>)</string> <!-- 279 Unread (someone@google.com) -->
<string name="notification_additional_messages">+ <xliff:g id="additional_messages">%d</xliff:g> více v <xliff:g id="account">%s</xliff:g></string>
<string name="notification_action_reply">Odpovědět</string>
@ -366,7 +366,7 @@ Posílejte prosím chybová hlášení, přispívejte novými funkcemi a ptejte
<string name="account_setup_basics_password_hint">Heslo</string>
<string name="account_setup_basics_manual_setup_action">Ruční nastavení</string>
<string name="account_setup_check_settings_title"></string>
<string name="account_setup_check_settings_title"/>
<string name="account_setup_check_settings_retr_info_msg">Získávání informací o účtu\u2026</string>
<string name="account_setup_check_settings_check_incoming_msg">Kontrola nastavení serveru příchozí pošty\u2026</string>
<string name="account_setup_check_settings_check_outgoing_msg">Kontrola nastavení serveru odchozí pošty\u2026</string>
@ -733,6 +733,8 @@ Posílejte prosím chybová hlášení, přispívejte novými funkcemi a ptejte
<string name="sort_latest_first">Nejnovější zprávy první</string>
<string name="sort_subject_alpha">Předmět abecedně A-&gt;Z</string>
<string name="sort_subject_re_alpha">Předmět abecedně Z-&gt;A</string>
<!-- NEW: <string name="sort_sender_alpha">Sender alphabetical</string>-->
<!-- NEW: <string name="sort_sender_re_alpha">Sender reverse alphabetical</string>-->
<string name="sort_flagged_first">S \u2605 první</string>
<string name="sort_flagged_last">Bez \u2606 první</string>
<string name="sort_unread_first">Nepřečtené první</string>
@ -744,6 +746,7 @@ Posílejte prosím chybová hlášení, přispívejte novými funkcemi a ptejte
<string name="sort_by_date">Datum</string>
<string name="sort_by_arrival">Příchodu</string>
<string name="sort_by_subject">Předmět</string>
<!-- NEW: <string name="sort_by_sender">Sender</string>-->
<string name="sort_by_flag">Hvězdička</string>
<string name="sort_by_unread">Přečtená/Nepřečtená</string>
<string name="sort_by_attach">Příloha</string>
@ -978,6 +981,18 @@ Posílejte prosím chybová hlášení, přispívejte novými funkcemi a ptejte
<string name="dialog_confirm_delete_title">Potvrzení mazání</string>
<string name="dialog_confirm_delete_message">Chcete smazat tuto zprávu?</string>
<!--
Translators:
Please review how to handle pluralization for your language at (1) and ajust
the <item> elements accordingly
Possible values for 'quantity': zero, one, two, few, many, other
(1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals
-->
<plurals name="dialog_confirm_delete_message">
<item quantity="one">Opravdu si přejete smazat tuto zprávu?</item>
<item quantity="few">Opravdu si přejete smazat <xliff:g id="message_count">%1$d</xliff:g> zprávy?</item>
@ -1136,4 +1151,6 @@ Posílejte prosím chybová hlášení, přispívejte novými funkcemi a ptejte
<string name="last_refresh_time_format">Poslední obnova <xliff:g id="formatted_time">%s</xliff:g></string>
<string name="last_refresh_time_format_with_push">Poslední obnova <xliff:g id="time_with_preposition">%s</xliff:g> (Push)</string>
<string name="preposition_for_date">v <xliff:g id="date">%s</xliff:g></string>
<!-- NEW: <string name="mark_all_as_read">Mark all as read</string>-->
</resources>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- === App-specific strings ============================================================= -->
@ -68,7 +68,7 @@ Vær venlig at sende fejlrapporter, anmodning om nye funktioner, og spørgsmål
<!-- === App Store-specific strings ======================================================= -->
<!-- NEW: <string name="import_dialog_error_message">There is no suitable application to handle the import operation. Please install a file manager application from Google Play Store.</string>-->
<!-- NEW: <string name="import_dialog_error_message">Please install a file manager to continue with this import.</string>-->
<!-- NEW: <string name="open_market">Open Play Store</string>-->
@ -125,7 +125,7 @@ Vær venlig at sende fejlrapporter, anmodning om nye funktioner, og spørgsmål
<string name="spam_action">Spam</string>
<string name="forward_action">Videresend</string>
<string name="move_action">Flyt</string>
<!-- NEW: <string name="single_message_options_action">Message Options</string>-->
<!-- NEW: <string name="single_message_options_action">Send</string>-->
<!-- NEW: <string name="refile_action">Refile</string>-->
<string name="continue_action">Fortsæt</string>
<!-- NEW: <string name="back_action">Back</string>-->
@ -211,7 +211,7 @@ Vær venlig at sende fejlrapporter, anmodning om nye funktioner, og spørgsmål
<!-- NEW: <string name="notification_additional_messages">+ <xliff:g id="additional_messages">%d</xliff:g> more on <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_action_reply">Reply</string>-->
<!-- NEW: <string name="notification_action_read">Read</string>-->
<!-- NEW: <string name="notification_action_read">Mark Read</string>-->
<!-- NEW: <string name="notification_action_delete">Delete</string>-->
<!-- NEW: <string name="notification_certificate_error_title">Certificate error for <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_certificate_error_text">Check your server settings</string>-->
@ -282,7 +282,7 @@ Vær venlig at sende fejlrapporter, anmodning om nye funktioner, og spørgsmål
<string name="message_view_show_pictures_action">Vis billeder</string>
<!-- NEW: <string name="message_view_show_message_action">Show message</string>-->
<!-- NEW: <string name="message_view_show_attachments_action">Show attachments</string>-->
<!-- NEW: <string name="message_view_show_more_attachments_action">More&#8230;</string>-->
<!-- NEW: <string name="message_view_show_more_attachments_action">More</string>-->
<string name="message_view_fetching_attachment_toast">Henter vedhæftede filer.</string>
<string name="message_view_no_viewer">Kan ikke finde program som kan vise <xliff:g id="mimetype">%s</xliff:g>.</string>
<string name="message_view_download_remainder">Hent hele meddelelsen</string>
@ -317,6 +317,8 @@ Vær venlig at sende fejlrapporter, anmodning om nye funktioner, og spørgsmål
<string name="global_settings_messageview_fixedwidth_label">Tegnsæt med fast bredde</string>
<string name="global_settings_messageview_fixedwidth_summary">Benyt tegnsæt med fast bredde til visning af mails med ren tekst</string>
<!-- NEW: <string name="global_settings_messageview_autofit_width_label">Auto-fit messages</string>-->
<!-- NEW: <string name="global_settings_messageview_autofit_width_summary">Shrink messages to fit the screen</string>-->
<string name="global_settings_messageview_return_to_list_label">Retur til liste efter sletning</string>
<string name="global_settings_messageview_return_to_list_summary">Returner til mailliste efter sletning af mail</string>
<string name="global_settings_messageview_show_next_label">Vis næste mail efter sletning</string>
@ -331,7 +333,7 @@ Vær venlig at sende fejlrapporter, anmodning om nye funktioner, og spørgsmål
<!-- NEW: <string name="global_settings_notification_hide_subject_title">Hide subject in notifications</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_never">Never</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_when_locked">When phone is locked</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_when_locked">When device is locked</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_always">Always</string>-->
<!-- NEW: <string name="global_settings_notification_quick_delete_title">Show \'Delete\' button</string>-->
@ -360,7 +362,7 @@ Vær venlig at sende fejlrapporter, anmodning om nye funktioner, og spørgsmål
<string name="account_setup_basics_password_hint">Password</string>
<string name="account_setup_basics_manual_setup_action">Manuel opsætning</string>
<string name="account_setup_check_settings_title"></string>
<string name="account_setup_check_settings_title"/>
<string name="account_setup_check_settings_retr_info_msg">Henter konto-information\u2026</string>
<string name="account_setup_check_settings_check_incoming_msg">Kontrollerer indstillinger for indgående server\u2026</string>
<string name="account_setup_check_settings_check_outgoing_msg">Kontrollerer indstillinger for udgående server\u2026</string>
@ -517,7 +519,7 @@ Vær venlig at sende fejlrapporter, anmodning om nye funktioner, og spørgsmål
<string name="account_settings_notification_opens_unread_summary">Søger efter ulæste mails når besked vises</string>
<string name="account_settings_notification_unread_count_label">Vis antal ulæste mails</string>
<string name="account_settings_notification_unread_count_summary">Vis antallet af ulæste mails i statusbar.</string>
<!-- NEW: <string name="account_settings_mark_message_as_read_on_view_label">Mark message as read when opening</string>-->
<!-- NEW: <string name="account_settings_mark_message_as_read_on_view_label">Mark as read when opened</string>-->
<!-- NEW: <string name="account_settings_mark_message_as_read_on_view_summary">Mark a message as read when it is opened for viewing</string>-->
<string name="account_settings_show_pictures_label">Vis altid billeder</string>
@ -541,8 +543,8 @@ Vær venlig at sende fejlrapporter, anmodning om nye funktioner, og spørgsmål
<string name="account_settings_message_format_html">HTML (billeder og formattering bevares)</string>
<string name="account_settings_message_format_auto">Automatisk (ren tekst med mindre mail som besvares er i HTML format)</string>
<!-- NEW: <string name="account_settings_always_show_cc_bcc_label">Always show CC/BCC</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_summary">Always show the CC/BCC text input fields</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_label">Always show Cc/Bcc</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_summary"/>-->
<string name="account_settings_message_read_receipt_label">Kvittering for modtagelse</string>
<string name="account_settings_message_read_receipt_summary">Anmod altid om kvittering for modtagelse</string>
@ -727,6 +729,8 @@ Vær venlig at sende fejlrapporter, anmodning om nye funktioner, og spørgsmål
<string name="sort_latest_first">Nyeste mails først</string>
<string name="sort_subject_alpha">Sorter efter emne</string>
<string name="sort_subject_re_alpha">Sorter efter emne omvendt alfabetisk</string>
<!-- NEW: <string name="sort_sender_alpha">Sender alphabetical</string>-->
<!-- NEW: <string name="sort_sender_re_alpha">Sender reverse alphabetical</string>-->
<string name="sort_flagged_first">Stjernemarkerede mails først</string>
<string name="sort_flagged_last">Ikke stjernemarkerede mails først</string>
<string name="sort_unread_first">Ulæste mails først</string>
@ -738,6 +742,7 @@ Vær venlig at sende fejlrapporter, anmodning om nye funktioner, og spørgsmål
<string name="sort_by_date">Dato</string>
<!-- NEW: <string name="sort_by_arrival">Arrival</string>-->
<string name="sort_by_subject">Emne</string>
<!-- NEW: <string name="sort_by_sender">Sender</string>-->
<string name="sort_by_flag">Stjernemarkering</string>
<string name="sort_by_unread">Læst/ulæst</string>
<string name="sort_by_attach">Vedhæftning</string>
@ -753,7 +758,7 @@ Vær venlig at sende fejlrapporter, anmodning om nye funktioner, og spørgsmål
korrekt mail addresse og password, kan det skyldes at du ikke har
\"Plus\" konto. Benyt venligst en Internet browser til disse konti.</string>
<string name="provider_note_yahoojp">Hvis du ønsker at benytte POP3 med denne leverandør, skal du vælge at tillade POP3 i Yahoo\'s indstillinger for mail.</string>
<!-- NEW: <string name="provider_note_auonejp">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on au one mail settings page.</string>-->
<!-- NEW: <string name="provider_note_auonejp">Be sure to enable IMAP or POP3 on the au one mail settings page.</string>-->
<string name="provider_note_naver">Hvis du ønsker at benytte POP3 med denne leverandør, skal du vælge at tillade IMAP eller POP3 i Naver\'s indstillinger for mail.</string>
<string name="provider_note_hanmail">Hvis du ønsker at benytte POP3 med denne leverandør, skal du vælge at tillade IMAP eller POP3 i Hanmail\'s(Daum)indstillinger for mail.</string>
<string name="provider_note_paran">Hvis du ønsker at benytte POP3 med denne leverandør, skal du vælge at tillade IMAP eller POP3 i Paran\'s indstillinger for mail.</string>
@ -971,10 +976,24 @@ Vær venlig at sende fejlrapporter, anmodning om nye funktioner, og spørgsmål
<string name="dialog_confirm_delete_title">Bekræft sletning</string>
<string name="dialog_confirm_delete_message">Ønsker du at slette denne mail?</string>
<!-- NEW: <plurals name="dialog_confirm_delete_message">
<!--
Translators:
Please review how to handle pluralization for your language at (1) and ajust
the <item> elements accordingly
Possible values for 'quantity': zero, one, two, few, many, other
(1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals
-->
<!-- NEW:
<plurals name="dialog_confirm_delete_message">
<item quantity="one">Do you really want to delete this message?</item>
<item quantity="other">Do you really want to delete <xliff:g id="message_count">%1$d</xliff:g> messages?</item>
</plurals>-->
</plurals>
-->
<string name="dialog_confirm_delete_confirm_button">Slet</string>
<string name="dialog_confirm_delete_cancel_button">Slet ikke</string>
@ -1050,7 +1069,7 @@ Vær venlig at sende fejlrapporter, anmodning om nye funktioner, og spørgsmål
<!-- NEW: <string name="webview_empty_message">No text</string>-->
<!-- NEW: <string name="webview_contextmenu_link_view_action">Open for viewing</string>-->
<!-- NEW: <string name="webview_contextmenu_link_view_action">Open link</string>-->
<!-- NEW: <string name="webview_contextmenu_link_share_action">Share link</string>-->
<!-- NEW: <string name="webview_contextmenu_link_copy_action">Copy link to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_link_clipboard_label">Link</string>-->
@ -1064,12 +1083,12 @@ Vær venlig at sende fejlrapporter, anmodning om nye funktioner, og spørgsmål
<!-- NEW: <string name="webview_contextmenu_phone_call_action">Call number</string>-->
<!-- NEW: <string name="webview_contextmenu_phone_save_action">Save to Contacts</string>-->
<!-- NEW: <string name="webview_contextmenu_phone_copy_action">Copy phone number to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_phone_copy_action">Copy number to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_phone_clipboard_label">Phone number</string>-->
<!-- NEW: <string name="webview_contextmenu_email_send_action">Send mail</string>-->
<!-- NEW: <string name="webview_contextmenu_email_save_action">Save to Contacts</string>-->
<!-- NEW: <string name="webview_contextmenu_email_copy_action">Copy email address to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_email_copy_action">Copy address to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_email_clipboard_label">Email address</string>-->
<!-- NEW: <string name="image_saved_as">Saved image as \"<xliff:g id="filename">%s</xliff:g>\"</string>-->
@ -1083,9 +1102,9 @@ Vær venlig at sende fejlrapporter, anmodning om nye funktioner, og spørgsmål
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_250">250</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_500">500</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_1000">1000</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_label">Server search result limit</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_summary">Search will stop after <xliff:g id="num_results">%s</xliff:g> results have been found.</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text">Include body text in server search</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_label">Server search limit</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_summary">Search will stop after finding <xliff:g id="num_results">%s</xliff:g> results.</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text">Include messages text in server search</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text_summary">Full text searches can be slow.</string>-->
<!-- NEW: <string name="remote_search_sending_query">Sending query to server</string>-->
<!-- NEW: <string name="remote_search_downloading">Fetching %d results</string>-->
@ -1098,13 +1117,13 @@ Vær venlig at sende fejlrapporter, anmodning om nye funktioner, og spørgsmål
<!-- NEW: <string name="action_remote_search">Search messages on server</string>-->
<!-- NEW: <string name="pull_to_refresh_remote_search_from_local_search_pull">Pull to search server…</string>-->
<!-- NEW: <string name="pull_to_refresh_remote_search_from_local_search_release">Release to search server…</string>-->
<!-- NEW: <string name="remote_search_unavailable_no_network">Remote search is unavailable without network connectivity.</string>-->
<!-- NEW: <string name="remote_search_unavailable_no_network">A network connection is required for server search.</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_label">Use background as (un)read indicator</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_summary">Show read and unread messages with different background colors</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_label">Dim messages after reading</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_summary">A grey background will show that a message has been read</string>-->
<!-- NEW: <string name="global_settings_threaded_view_label">Threaded view</string>-->
<!-- NEW: <string name="global_settings_threaded_view_summary">Collapse messages belonging to the same thread</string>-->
<!-- NEW: <string name="global_settings_threaded_view_summary">Group messages by conversation</string>-->
<!-- NEW: <string name="upgrade_databases_title">Upgrading databases</string>-->
<!-- NEW: <string name="upgrade_databases_unspecified">Upgrading databases…</string>-->
@ -1122,7 +1141,9 @@ Vær venlig at sende fejlrapporter, anmodning om nye funktioner, og spørgsmål
<!-- NEW: <string name="global_settings_show_contact_picture_label">Show contact pictures</string>-->
<!-- NEW: <string name="global_settings_show_contact_picture_summary">Show contact pictures in the message list</string>-->
<!-- NEW: <string name="last_refresh_time_format">Last refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Last refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="last_refresh_time_format">Refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="preposition_for_date">on <xliff:g id="date">%s</xliff:g></string>-->
<!-- NEW: <string name="mark_all_as_read">Mark all as read</string>-->
</resources>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- === App-specific strings ============================================================= -->
@ -282,7 +282,7 @@ Um Fehler zu melden, neue Funktionen vorzuschlagen oder Fragen zu stellen, besuc
<string name="message_view_show_pictures_action">Bilder anzeigen</string>
<string name="message_view_show_message_action">Nachricht anzeigen</string>
<string name="message_view_show_attachments_action">Anhänge anzeigen</string>
<string name="message_view_show_more_attachments_action">Mehr&#8230;</string>
<string name="message_view_show_more_attachments_action">Mehr</string>
<string name="message_view_fetching_attachment_toast">Anhang wird geladen</string>
<string name="message_view_no_viewer">Es wurde kein Anzeigeprogramm für <xliff:g id="mimetype">%s</xliff:g> gefunden.</string>
<string name="message_view_download_remainder">Gesamte Nachricht herunterladen</string>
@ -317,6 +317,8 @@ Um Fehler zu melden, neue Funktionen vorzuschlagen oder Fragen zu stellen, besuc
<string name="global_settings_messageview_fixedwidth_label">Monotype-Schriftart</string>
<string name="global_settings_messageview_fixedwidth_summary">Schriftart mit gleicher Zeichenbreite für Nur-Text-Nachrichten verwenden</string>
<!-- NEW: <string name="global_settings_messageview_autofit_width_label">Auto-fit messages</string>-->
<!-- NEW: <string name="global_settings_messageview_autofit_width_summary">Shrink messages to fit the screen</string>-->
<string name="global_settings_messageview_return_to_list_label">Nach Löschen zurück</string>
<string name="global_settings_messageview_return_to_list_summary">Nach Löschen zur Nachrichtenliste zurückkehren</string>
<string name="global_settings_messageview_show_next_label">Nach Löschen nächste Nachricht</string>
@ -360,7 +362,7 @@ Um Fehler zu melden, neue Funktionen vorzuschlagen oder Fragen zu stellen, besuc
<string name="account_setup_basics_password_hint">Passwort</string>
<string name="account_setup_basics_manual_setup_action">Manuelle Einrichtung</string>
<string name="account_setup_check_settings_title"></string>
<string name="account_setup_check_settings_title"/>
<string name="account_setup_check_settings_retr_info_msg">Konto-Informationen werden abgerufen\u2026</string>
<string name="account_setup_check_settings_check_incoming_msg">Einstellungen des Empfangsservers werden überprüft\u2026</string>
<string name="account_setup_check_settings_check_outgoing_msg">Einstellungen des Ausgangsservers werden überprüft\u2026</string>
@ -975,6 +977,18 @@ Um Fehler zu melden, neue Funktionen vorzuschlagen oder Fragen zu stellen, besuc
<string name="dialog_confirm_delete_title">Löschen bestätigen</string>
<string name="dialog_confirm_delete_message">Möchten Sie diese Nachricht löschen?</string>
<!--
Translators:
Please review how to handle pluralization for your language at (1) and ajust
the <item> elements accordingly
Possible values for 'quantity': zero, one, two, few, many, other
(1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals
-->
<plurals name="dialog_confirm_delete_message">
<item quantity="one">Möchten Sie diese Nachricht wirklich löschen?</item>
<item quantity="other">Möchten Sie wirklich <xliff:g id="message_count">%1$d</xliff:g> Nachrichten löschen?</item>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- === App-specific strings ============================================================= -->
@ -277,7 +277,7 @@
<string name="message_view_show_pictures_action">Προβολή εικόνων</string>
<string name="message_view_show_message_action">Προβολή μηνύματος</string>
<string name="message_view_show_attachments_action">Προβολή συνημμένων</string>
<string name="message_view_show_more_attachments_action">Περισσότερα&#8230;</string>
<string name="message_view_show_more_attachments_action">Περισσότερα</string>
<string name="message_view_fetching_attachment_toast">Ανάσυρση συνημμένου</string>
<string name="message_view_no_viewer">Δεν υπάρχει πρόγραμμα προβολής για <xliff:g id="mimetype">%s</xliff:g>.</string>
<string name="message_view_download_remainder">Κατέβασμα πλήρους μηνύματος</string>
@ -312,6 +312,8 @@
<string name="global_settings_messageview_fixedwidth_label">Σταθερό πλάτος μηνύματος</string>
<string name="global_settings_messageview_fixedwidth_summary">Να χρησιμοποιείται γραμματοσειρά σταθερού πλάτους όταν προβάλλονται μηνύματα απλού κειμένου</string>
<!-- NEW: <string name="global_settings_messageview_autofit_width_label">Auto-fit messages</string>-->
<!-- NEW: <string name="global_settings_messageview_autofit_width_summary">Shrink messages to fit the screen</string>-->
<string name="global_settings_messageview_return_to_list_label">Επιστροφή στη λίστα</string>
<string name="global_settings_messageview_return_to_list_summary">Επιστροφή στη λίστα μηνυμάτων μετά τη διαγραφή ενός μηνύματος</string>
<string name="global_settings_messageview_show_next_label">Προβολή επόμενου</string>
@ -722,6 +724,8 @@
<string name="sort_latest_first">Πρόσφατα μηνύματα πρώτα</string>
<string name="sort_subject_alpha">Αλφαβητικά κατά θέμα</string>
<string name="sort_subject_re_alpha">Ανάποδα αλφαβητικά κατά θέμα</string>
<!-- NEW: <string name="sort_sender_alpha">Sender alphabetical</string>-->
<!-- NEW: <string name="sort_sender_re_alpha">Sender reverse alphabetical</string>-->
<string name="sort_flagged_first">Πρώτα τα μηνύματα με αστέρι</string>
<string name="sort_flagged_last">Πρώτα τα μηνύματα δίχως αστέρι</string>
<string name="sort_unread_first">Πρώτα τα μη αναγνωσμένα μηνύματα</string>
@ -733,6 +737,7 @@
<string name="sort_by_date">Ημερομηνία</string>
<string name="sort_by_arrival">Άφιξη</string>
<string name="sort_by_subject">Θέμα</string>
<!-- NEW: <string name="sort_by_sender">Sender</string>-->
<string name="sort_by_flag">Αστέρι</string>
<string name="sort_by_unread">Αναγνωσμένα</string>
<string name="sort_by_attach">Συνημμένα</string>
@ -967,6 +972,18 @@
<string name="dialog_confirm_delete_title">Επιβεβαίωση διαγραφής</string>
<string name="dialog_confirm_delete_message">Θέλετε να διαγράψετε αυτό το μήνυμα;</string>
<!--
Translators:
Please review how to handle pluralization for your language at (1) and ajust
the <item> elements accordingly
Possible values for 'quantity': zero, one, two, few, many, other
(1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals
-->
<plurals name="dialog_confirm_delete_message">
<item quantity="one">Θέλετε πράγματι να διαγράψετε αυτό το μήνυμα;</item>
<item quantity="other">Θέλετε πράγματι να διαγράψετε <xliff:g id="message_count">%1$d</xliff:g> μηνύματα;</item>
@ -1121,4 +1138,6 @@
<string name="last_refresh_time_format">Τελευταία ενημέρωση <xliff:g id="formatted_time">%s</xliff:g></string>
<string name="last_refresh_time_format_with_push">Τελευταία ενημέρωση <xliff:g id="time_with_preposition">%s</xliff:g> (Σπρώξιμο ενεργό)</string>
<string name="preposition_for_date">την <xliff:g id="date">%s</xliff:g></string>
<!-- NEW: <string name="mark_all_as_read">Mark all as read</string>-->
</resources>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- === App-specific strings ============================================================= -->
@ -210,7 +210,7 @@ Por favor, envía los errores detectados, contribuye con nuevas funcionalidades
<!-- NEW: <string name="notification_additional_messages">+ <xliff:g id="additional_messages">%d</xliff:g> more on <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_action_reply">Reply</string>-->
<!-- NEW: <string name="notification_action_read">Read</string>-->
<!-- NEW: <string name="notification_action_read">Mark Read</string>-->
<!-- NEW: <string name="notification_action_delete">Delete</string>-->
<!-- NEW: <string name="notification_certificate_error_title">Certificate error for <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_certificate_error_text">Check your server settings</string>-->
@ -316,6 +316,8 @@ Por favor, envía los errores detectados, contribuye con nuevas funcionalidades
<string name="global_settings_messageview_fixedwidth_label">Fuentes de ancho fijo</string>
<string name="global_settings_messageview_fixedwidth_summary">Utilizar fuentes de ancho fijo al mostrar mensajes en formato texto</string>
<!-- NEW: <string name="global_settings_messageview_autofit_width_label">Auto-fit messages</string>-->
<!-- NEW: <string name="global_settings_messageview_autofit_width_summary">Shrink messages to fit the screen</string>-->
<string name="global_settings_messageview_return_to_list_label">Volver a la lista después de borrar</string>
<string name="global_settings_messageview_return_to_list_summary">Volver a la lista después de borrar un mensaje</string>
<string name="global_settings_messageview_show_next_label">Mostrar siguiente mensaje después de borrar</string>
@ -359,7 +361,7 @@ Por favor, envía los errores detectados, contribuye con nuevas funcionalidades
<string name="account_setup_basics_password_hint">Contraseña</string>
<string name="account_setup_basics_manual_setup_action">Configuración manual</string>
<string name="account_setup_check_settings_title"></string>
<string name="account_setup_check_settings_title"/>
<string name="account_setup_check_settings_retr_info_msg">Recuperando información de cuenta\u2026</string>
<string name="account_setup_check_settings_check_incoming_msg">Comprobando configuración del servidor de entrada\u2026</string>
<string name="account_setup_check_settings_check_outgoing_msg">Comprobando configuración del servidor de salida\u2026</string>
@ -540,8 +542,8 @@ Por favor, envía los errores detectados, contribuye con nuevas funcionalidades
<string name="account_settings_message_format_html">HTML (se mantienen las imágenes y el formato)</string>
<string name="account_settings_message_format_auto">Automática (texto simple excepto si se responde a un mensaje HTML)</string>
<!-- <string name="account_settings_always_show_cc_bcc_label">Always show CC/BCC</string> -->
<!-- <string name="account_settings_always_show_cc_bcc_summary">Always show the CC/BCC text input fields</string> -->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_label">Always show Cc/Bcc</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_summary"/>-->
<string name="account_settings_message_read_receipt_label">Confirmación de lectura</string>
<string name="account_settings_message_read_receipt_summary">Solicitar siempre confirmación de lectura</string>
@ -726,6 +728,8 @@ Por favor, envía los errores detectados, contribuye con nuevas funcionalidades
<string name="sort_latest_first">Ultimos mensajes primero</string>
<string name="sort_subject_alpha">Asunto (alfabético)</string>
<string name="sort_subject_re_alpha">Asunto (alfabético inverso)</string>
<!-- NEW: <string name="sort_sender_alpha">Sender alphabetical</string>-->
<!-- NEW: <string name="sort_sender_re_alpha">Sender reverse alphabetical</string>-->
<string name="sort_flagged_first">Marcados primero</string>
<string name="sort_flagged_last">Sin marcar primero</string>
<string name="sort_unread_first">Sin leer primero</string>
@ -737,6 +741,7 @@ Por favor, envía los errores detectados, contribuye con nuevas funcionalidades
<string name="sort_by_date">Fecha</string>
<string name="sort_by_arrival">Llegada</string>
<string name="sort_by_subject">Asunto</string>
<!-- NEW: <string name="sort_by_sender">Sender</string>-->
<string name="sort_by_flag">Estrellas</string>
<string name="sort_by_unread">Leído/No leído</string>
<string name="sort_by_attach">Adjuntos</string>
@ -831,7 +836,7 @@ Por favor, envía los errores detectados, contribuye con nuevas funcionalidades
<string name="background_ops_always">Siempre</string>
<string name="background_ops_enabled">Cuando \'Sincronización en segundo plano\' esté activo</string>
<string name="background_ops_auto_sync">Cuando \'Sincronización en segundo plano\' y \'Sincronización automática\' esten activos</string>
<!-- <string name="background_ops_auto_sync_only">When \'Auto-sync\' is checked</string> -->
<!-- NEW: <string name="background_ops_auto_sync_only">When \'Auto-sync\' is checked</string>-->
<string name="batch_select_all">Seleccionar todos</string>
@ -969,10 +974,24 @@ Por favor, envía los errores detectados, contribuye con nuevas funcionalidades
<string name="dialog_confirm_delete_title">Confirmar borrado</string>
<string name="dialog_confirm_delete_message">¿Quiere borrar este mensaje?</string>
<!-- NEW: <plurals name="dialog_confirm_delete_message">
<!--
Translators:
Please review how to handle pluralization for your language at (1) and ajust
the <item> elements accordingly
Possible values for 'quantity': zero, one, two, few, many, other
(1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals
-->
<!-- NEW:
<plurals name="dialog_confirm_delete_message">
<item quantity="one">Do you really want to delete this message?</item>
<item quantity="other">Do you really want to delete <xliff:g id="message_count">%1$d</xliff:g> messages?</item>
</plurals>-->
</plurals>
-->
<string name="dialog_confirm_delete_confirm_button">Borrar</string>
<string name="dialog_confirm_delete_cancel_button">No borrar</string>
@ -1120,7 +1139,9 @@ Por favor, envía los errores detectados, contribuye con nuevas funcionalidades
<!-- NEW: <string name="global_settings_show_contact_picture_label">Show contact pictures</string>-->
<!-- NEW: <string name="global_settings_show_contact_picture_summary">Show contact pictures in the message list</string>-->
<!-- NEW: <string name="last_refresh_time_format">Last refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Last refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="last_refresh_time_format">Refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="preposition_for_date">on <xliff:g id="date">%s</xliff:g></string>-->
<!-- NEW: <string name="mark_all_as_read">Mark all as read</string>-->
</resources>

View File

@ -1,14 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- === App-specific strings ============================================================= -->
<!--
When removing strings from the main file, please cleanup the translations.
This doesn't work on multiline strings, nor strings with the NEW tag.
find . -name strings.xml | xargs perl -pi -e's!^\s+<string name="string_name_here".+?</string>\s*\z!!'
-->
<!-- This should make it easier for forks to change the branding -->
<!-- Used in AndroidManifest.xml -->
@ -290,7 +283,7 @@ Virheraportit, osallistuminen projektiin ja kysymykset: Mene osoitteeseen
<string name="message_view_show_pictures_action">Näytä kuvat</string>
<string name="message_view_show_message_action">Näytä viesti</string>
<string name="message_view_show_attachments_action">Näytä liitteet</string>
<string name="message_view_show_more_attachments_action">Lisää&#8230;</string>
<string name="message_view_show_more_attachments_action">Lisää</string>
<string name="message_view_fetching_attachment_toast">Haetaan liitettä.</string>
<string name="message_view_no_viewer">Tiedostotyypille <xliff:g id="mimetype">%s</xliff:g> ei löydy katseluohjelmaa.</string>
<string name="message_view_download_remainder">Lataa koko viesti</string>
@ -325,6 +318,8 @@ Virheraportit, osallistuminen projektiin ja kysymykset: Mene osoitteeseen
<string name="global_settings_messageview_fixedwidth_label">Kiinteä kirjasinleveys</string>
<string name="global_settings_messageview_fixedwidth_summary">Käytä kiinteää kirjasinleveyttä muotoilemattomille viesteille</string>
<!-- NEW: <string name="global_settings_messageview_autofit_width_label">Auto-fit messages</string>-->
<!-- NEW: <string name="global_settings_messageview_autofit_width_summary">Shrink messages to fit the screen</string>-->
<string name="global_settings_messageview_return_to_list_label">Palaa poiston jälkeen listanäkymään</string>
<string name="global_settings_messageview_return_to_list_summary">Palaa viestilistaan viestin poiston jälkeen</string>
<string name="global_settings_messageview_show_next_label">Näytä poiston jälkeen seuraava viesti</string>
@ -368,7 +363,7 @@ Virheraportit, osallistuminen projektiin ja kysymykset: Mene osoitteeseen
<string name="account_setup_basics_password_hint">Salasana</string>
<string name="account_setup_basics_manual_setup_action">Määritä asetukset käsin</string>
<string name="account_setup_check_settings_title"></string>
<string name="account_setup_check_settings_title"/>
<string name="account_setup_check_settings_retr_info_msg">Haetaan tilin tietoja\u2026</string>
<string name="account_setup_check_settings_check_incoming_msg">Tarkistetaan saapuvan postin palvelimen asetuksia\u2026</string>
<string name="account_setup_check_settings_check_outgoing_msg">Tarkistetaan lähtevän postin palvelimen asetuksia\u2026</string>
@ -735,6 +730,8 @@ Virheraportit, osallistuminen projektiin ja kysymykset: Mene osoitteeseen
<string name="sort_latest_first">Uusimmat viestit ensin</string>
<string name="sort_subject_alpha">Aiheen mukaan aakkosjärjestyksessä</string>
<string name="sort_subject_re_alpha">Aiheen mukaan käänteisessä aakkosjärjestyksessä</string>
<!-- NEW: <string name="sort_sender_alpha">Sender alphabetical</string>-->
<!-- NEW: <string name="sort_sender_re_alpha">Sender reverse alphabetical</string>-->
<string name="sort_flagged_first">Tähdellä merkityt ensin</string>
<string name="sort_flagged_last">Merkitsemättömät ensin</string>
<string name="sort_unread_first">Lukemattomat ensin</string>
@ -746,6 +743,7 @@ Virheraportit, osallistuminen projektiin ja kysymykset: Mene osoitteeseen
<string name="sort_by_date">Päivämäärän mukaan</string>
<string name="sort_by_arrival">Saapumisajan mukaan</string>
<string name="sort_by_subject">Aiheen mukaan</string>
<!-- NEW: <string name="sort_by_sender">Sender</string>-->
<string name="sort_by_flag">Tähden mukaan</string>
<string name="sort_by_unread">Luettujen/lukemattomien mukaan</string>
<string name="sort_by_attach">Liitteiden mukaan</string>
@ -942,7 +940,7 @@ Virheraportit, osallistuminen projektiin ja kysymykset: Mene osoitteeseen
<string name="font_size_webview_larger">Suurin</string>
<!-- Note: Contains references to preferences_action and misc_preferences_attachment_title -->
<string name="message_compose_buggy_gallery">Tarkista Asetukset -> Ota käyttöön Gallery-ohjelmavirheen kierto mahdollistaaksesi kuvien tai videoiden liittämisen Gallery 3D -ohjelmalla.</string>
<string name="message_compose_buggy_gallery">Tarkista Asetukset -&gt; Ota käyttöön Gallery-ohjelmavirheen kierto mahdollistaaksesi kuvien tai videoiden liittämisen Gallery 3D -ohjelmalla.</string>
<!-- Note: Contains references to add_attachment_action_image and add_attachment_action_video -->
<string name="message_compose_use_workaround">Käytä Lisää liite (kuva)- tai Lisää liite (video) -toimintoa Gallery 3D:n kuvan tai videon liittämiseksi.</string>
@ -980,6 +978,18 @@ Virheraportit, osallistuminen projektiin ja kysymykset: Mene osoitteeseen
<string name="dialog_confirm_delete_title">Vahvista poisto</string>
<string name="dialog_confirm_delete_message">Haluatko poistaa tämän viestin?</string>
<!--
Translators:
Please review how to handle pluralization for your language at (1) and ajust
the <item> elements accordingly
Possible values for 'quantity': zero, one, two, few, many, other
(1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals
-->
<plurals name="dialog_confirm_delete_message">
<item quantity="one">Haluatko varmasti poistaa tämän viestin?</item>
<item quantity="other">Haluatko varmasti poistaa <xliff:g id="message_count">%1$d</xliff:g> viestiä?</item>
@ -1134,4 +1144,6 @@ Virheraportit, osallistuminen projektiin ja kysymykset: Mene osoitteeseen
<string name="last_refresh_time_format">Päivitetty <xliff:g id="formatted_time">%s</xliff:g></string>
<string name="last_refresh_time_format_with_push">Päivitetty <xliff:g id="time_with_preposition">%s</xliff:g> (push-tilassa)</string>
<string name="preposition_for_date"><xliff:g id="date">%s</xliff:g></string>
<!-- NEW: <string name="mark_all_as_read">Mark all as read</string>-->
</resources>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<!--
Copyright (C) 2009 The Android Open Source Project
@ -28,13 +28,6 @@ Android Localizer (aiLocalizer)
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- === App-specific strings ============================================================= -->
<!--
When removing strings from the main file, please cleanup the translations.
This doesn't work on multiline strings, nor strings with the NEW tag.
find . -name strings.xml | xargs perl -pi -e's!^\s+<string name="string_name_here".+?</string>\s*\z!!'
-->
<!-- This should make it easier for forks to change the branding -->
<!-- Used in AndroidManifest.xml -->
@ -146,7 +139,7 @@ Si vous avez des suggestions, découvert des bugs ou simplement une idée de fon
<!-- Actions will be used as buttons and in menu items -->
<string name="next_action">Suivant</string> <!-- Used as part of a multi-step process -->
<string name="previous_action">Précédent</string> <!-- Used as part of a multi-step process -->
<string name="okay_action">OK</string>
<string name="okay_action">OK</string> <!-- User to confirm acceptance of dialog boxes, warnings, errors, etc. -->
<string name="cancel_action">Annuler</string>
<string name="send_action">Envoyer</string>
<string name="send_again_action">Envoyer à nouveau</string>
@ -161,7 +154,7 @@ Si vous avez des suggestions, découvert des bugs ou simplement une idée de fon
<string name="refile_action">Déposer</string>
<string name="continue_action">Continuer</string>
<string name="back_action">Retour</string>
<string name="done_action">Terminé</string>
<string name="done_action">Terminé</string> <!-- Used to complete a multi-step process -->
<string name="discard_action">Abandonner</string>
<string name="save_draft_action">Enregistrer dans les brouillons</string>
<string name="check_mail_action">Vérif. messages</string>
@ -239,7 +232,7 @@ de plus</string>
<string name="notification_new_title">Nouvel e-mail</string>
<string name="notification_new_messages_title"><xliff:g id="new_message_count">%d</xliff:g> nouveaux messages</string>
<string name="notification_new_one_account_fmt"><xliff:g id="unread_message_count">%d</xliff:g> non lu(s) (<xliff:g id="account">%s</xliff:g>)</string>
<string name="notification_new_one_account_fmt"><xliff:g id="unread_message_count">%d</xliff:g> non lu(s) (<xliff:g id="account">%s</xliff:g>)</string> <!-- 279 Unread (someone@google.com) -->
<string name="notification_additional_messages">+ <xliff:g id="additional_messages">%d</xliff:g> sur <xliff:g id="account">%s</xliff:g></string>
<string name="notification_action_reply">Répondre</string>
@ -394,7 +387,7 @@ de plus</string>
<string name="account_setup_basics_password_hint">Mot de passe</string>
<string name="account_setup_basics_manual_setup_action">Configuration manuelle</string>
<string name="account_setup_check_settings_title"></string>
<string name="account_setup_check_settings_title"/>
<string name="account_setup_check_settings_retr_info_msg">Récupération des informations de compte\u2026</string>
<string name="account_setup_check_settings_check_incoming_msg">Vérification des paramètres de serveur entrant\u2026</string>
<string name="account_setup_check_settings_check_outgoing_msg">Vérification des paramètres de serveur sortant\u2026</string>
@ -530,9 +523,9 @@ de plus</string>
<string name="move_copy_cannot_copy_unsynced_message">Impossibilité de copier ou déplacer un message qui n\'est pas synchronisé aver le serveur</string>
<string name="account_setup_failed_dlg_title">La configuration n\'a pu terminer</string>
<string name="account_setup_failed_dlg_auth_message_fmt">Nom d\'utilisateur ou mot de passe incorrect.\n(<xliff:g id="error">%s</xliff:g>)</string>
<string name="account_setup_failed_dlg_certificate_message_fmt">Impossible de se connecter de manière sûre au serveur.\n(<xliff:g id="error">%s</xliff:g>)</string>
<string name="account_setup_failed_dlg_server_message_fmt">Impossible de se connecter au serveur.\n(<xliff:g id="error">%s</xliff:g>)</string>
<string name="account_setup_failed_dlg_auth_message_fmt">Nom d\'utilisateur ou mot de passe incorrect.\n(<xliff:g id="error">%s</xliff:g>)</string> <!-- Username or password incorrect\n(ERR01 Account does not exist) -->
<string name="account_setup_failed_dlg_certificate_message_fmt">Impossible de se connecter de manière sûre au serveur.\n(<xliff:g id="error">%s</xliff:g>)</string> <!-- Cannot safely connect to server\n(Invalid certificate) -->
<string name="account_setup_failed_dlg_server_message_fmt">Impossible de se connecter au serveur.\n(<xliff:g id="error">%s</xliff:g>)</string> <!-- Cannot connect to server\n(Connection timed out) -->
<string name="account_setup_failed_dlg_edit_details_action">Modifier les détails</string>
<string name="account_setup_failed_dlg_continue_action">Continuer</string>
@ -541,10 +534,10 @@ de plus</string>
<string name="account_settings_default_label">Compte par défaut</string>
<string name="account_settings_default_summary">Envoyer les messages de ce compte par défaut</string>
<string name="account_settings_notify_label">Nouveaux e-mails</string>
<string name="account_settings_notify_summary">Afficher une notification dans la barre d\'état à la réception d\'un e-mail</string>
<string name="account_settings_notify_sync_label">Synchronisation</string>
<string name="account_settings_notify_sync_summary">Afficher une notification dans la barre d\'état à la vérification de nouveaux messages</string>
<string name="account_settings_email_label">Votre adresse e-mail</string>
<string name="account_settings_notify_summary">Afficher une notification dans la barre d\'état à la réception d\'un e-mail</string>
<string name="account_settings_notify_sync_summary">Afficher une notification dans la barre d\'état à la vérification de nouveaux messages</string>
<string name="account_settings_notify_self_label">Messages dont je suis l\'expéditeur</string>
<string name="account_settings_notify_self_summary">Afficher une notification dans la barre d\'état même lors d\'un envoi à partir d\'une identité reliée à un compte</string>
<string name="account_settings_notification_opens_unread_label">Ouvrir message non lu via notification</string>
@ -571,8 +564,8 @@ de plus</string>
<string name="account_settings_strip_signature_summary">Lorsque vous répondez à des messages, la signature du texte cité sera éffacée</string>
<string name="account_settings_message_format_label">Format du message</string>
<string name="account_settings_message_format_html">HTML (formattage et images conservés)</string>
<string name="account_settings_message_format_text">Text brut (formattage et images omis)</string>
<string name="account_settings_message_format_html">HTML (formattage et images conservés)</string>
<string name="account_settings_message_format_auto">Automatique (Text brut à moins de répondre à un message HTML)</string>
<string name="account_settings_always_show_cc_bcc_label">Toujours afficher Cc/Cci</string>
@ -1009,6 +1002,18 @@ de plus</string>
<string name="dialog_confirm_delete_title">Confirmer la suppression</string>
<string name="dialog_confirm_delete_message">Voulez-vous supprimer ce message\u00A0?</string>
<!--
Translators:
Please review how to handle pluralization for your language at (1) and ajust
the <item> elements accordingly
Possible values for 'quantity': zero, one, two, few, many, other
(1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals
-->
<plurals name="dialog_confirm_delete_message">
<item quantity="one">Voulez-vous vraiment supprimer ce message?</item>
<item quantity="other">Voulez-vous vraiment supprimer les <xliff:g id="message_count">%1$d</xliff:g> messages?</item>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- === App-specific strings ============================================================= -->
@ -53,6 +53,7 @@ Por favor, envía os erros detectados, contribúe con novas funcionalidas e preg
</p>
]]></string>
<!-- Default signature -->
<string name="default_signature">-- \nEnviado dende o meu teléfono Android con K-9 Mail. Desculpa a miña brevedade</string>
@ -67,7 +68,7 @@ Por favor, envía os erros detectados, contribúe con novas funcionalidas e preg
<!-- === App Store-specific strings ======================================================= -->
<!-- NEW: <string name="import_dialog_error_message">There is no suitable application to handle the import operation. Please install a file manager application from Google Play Store.</string>-->
<!-- NEW: <string name="import_dialog_error_message">Please install a file manager to continue with this import.</string>-->
<!-- NEW: <string name="open_market">Open Play Store</string>-->
@ -124,7 +125,7 @@ Por favor, envía os erros detectados, contribúe con novas funcionalidas e preg
<string name="spam_action">Spam</string>
<string name="forward_action">Reenviar</string>
<string name="move_action">Mover</string>
<!-- NEW: <string name="single_message_options_action">Message Options</string>-->
<!-- NEW: <string name="single_message_options_action">Send</string>-->
<!-- NEW: <string name="refile_action">Refile</string>-->
<string name="continue_action">Continuar</string>
<!-- NEW: <string name="back_action">Back</string>-->
@ -163,8 +164,8 @@ Por favor, envía os erros detectados, contribúe con novas funcionalidas e preg
<string name="mark_as_unread_action">Marcar Non Lido</string>
<string name="add_cc_bcc_action">Engadir Cc/Bcc</string>
<!-- NEW: <string name="read_receipt">Read receipt</string>-->
<!-- NEW: <string name="read_receipt_enabled">Read receipt will be requested</string>-->
<!-- NEW: <string name="read_receipt_disabled">Read receipt will not be requested</string>-->
<!-- NEW: <string name="read_receipt_enabled">Will request read receipt</string>-->
<!-- NEW: <string name="read_receipt_disabled">Will not not request read receipt</string>-->
<string name="add_attachment_action">Engadir adxunto</string>
<string name="add_attachment_action_image">Engadir adxunto (Imaxe)</string>
<string name="add_attachment_action_video">Engadir adxunto (Vídeo)</string>
@ -209,7 +210,7 @@ Por favor, envía os erros detectados, contribúe con novas funcionalidas e preg
<!-- NEW: <string name="notification_additional_messages">+ <xliff:g id="additional_messages">%d</xliff:g> more on <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_action_reply">Reply</string>-->
<!-- NEW: <string name="notification_action_read">Read</string>-->
<!-- NEW: <string name="notification_action_read">Mark Read</string>-->
<!-- NEW: <string name="notification_action_delete">Delete</string>-->
<!-- NEW: <string name="notification_certificate_error_title">Certificate error for <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_certificate_error_text">Check your server settings</string>-->
@ -280,7 +281,7 @@ Por favor, envía os erros detectados, contribúe con novas funcionalidas e preg
<string name="message_view_show_pictures_action">Amosar imaxe</string>
<!-- NEW: <string name="message_view_show_message_action">Show message</string>-->
<!-- NEW: <string name="message_view_show_attachments_action">Show attachments</string>-->
<!-- NEW: <string name="message_view_show_more_attachments_action">More&#8230;</string>-->
<!-- NEW: <string name="message_view_show_more_attachments_action">More</string>-->
<string name="message_view_fetching_attachment_toast">Obtendo adxuntos.</string>
<string name="message_view_no_viewer">Imposible atopar visor para <xliff:g id="mimetype">%s</xliff:g>.</string>
<string name="message_view_download_remainder">Descargar mensaxe completa</string>
@ -315,6 +316,8 @@ Por favor, envía os erros detectados, contribúe con novas funcionalidas e preg
<string name="global_settings_messageview_fixedwidth_label">Tamaño fixo de fontes</string>
<string name="global_settings_messageview_fixedwidth_summary">Usar tamaño fixo de fonte nas mensaxes en texto plano</string>
<!-- NEW: <string name="global_settings_messageview_autofit_width_label">Auto-fit messages</string>-->
<!-- NEW: <string name="global_settings_messageview_autofit_width_summary">Shrink messages to fit the screen</string>-->
<string name="global_settings_messageview_return_to_list_label">Voltar á lista despois de borrar</string>
<string name="global_settings_messageview_return_to_list_summary">Voltar á lista despois da acción de borrado</string>
<!-- NEW: <string name="global_settings_messageview_show_next_label">Show next message after delete</string>-->
@ -323,13 +326,13 @@ Por favor, envía os erros detectados, contribúe con novas funcionalidas e preg
<string name="global_settings_confirm_actions_title">Confirmar acción</string>
<string name="global_settings_confirm_actions_summary">Amosar un diálogo cuando se realice una de estas acciones</string>
<string name="global_settings_confirm_action_delete">Borrar (Mensaxes na vista)</string>
<!-- NEW: <string name="global_settings_confirm_action_delete_starred">Delete Starred (message view only)</string>-->
<!-- NEW: <string name="global_settings_confirm_action_delete_starred">Delete Starred (in message view)</string>-->
<string name="global_settings_confirm_action_spam">Spam</string>
<!-- NEW: <string name="global_settings_confirm_action_delete_notif">Delete (from notification)</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_title">Hide subject in notifications</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_never">Never</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_when_locked">When phone is locked</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_when_locked">When device is locked</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_always">Always</string>-->
<!-- NEW: <string name="global_settings_notification_quick_delete_title">Show \'Delete\' button</string>-->
@ -358,7 +361,7 @@ Por favor, envía os erros detectados, contribúe con novas funcionalidas e preg
<string name="account_setup_basics_password_hint">Contrasinal</string>
<string name="account_setup_basics_manual_setup_action">Configuración Manual</string>
<string name="account_setup_check_settings_title"></string>
<string name="account_setup_check_settings_title"/>
<string name="account_setup_check_settings_retr_info_msg">Recuperando información da conta\u2026</string>
<string name="account_setup_check_settings_check_incoming_msg">Comprobando Configuración do servidor de entrada\u2026</string>
<string name="account_setup_check_settings_check_outgoing_msg">Comprobando Configuración do servidor de saída\u2026</string>
@ -515,7 +518,7 @@ Por favor, envía os erros detectados, contribúe con novas funcionalidas e preg
<string name="account_settings_notification_opens_unread_summary">Abrir correo non lido dende a notificación</string>
<string name="account_settings_notification_unread_count_label">Amosar número de mensaxes non lidos</string>
<string name="account_settings_notification_unread_count_summary">Amosar número de mensaxen non lidos na barra de notificacións.</string>
<!-- NEW: <string name="account_settings_mark_message_as_read_on_view_label">Mark message as read when opening</string>-->
<!-- NEW: <string name="account_settings_mark_message_as_read_on_view_label">Mark as read when opened</string>-->
<!-- NEW: <string name="account_settings_mark_message_as_read_on_view_summary">Mark a message as read when it is opened for viewing</string>-->
<string name="account_settings_show_pictures_label">Amosar imaxes</string>
@ -525,22 +528,22 @@ Por favor, envía os erros detectados, contribúe con novas funcionalidas e preg
<string name="account_settings_composition">Configuración Saínte</string>
<!-- NEW: <string name="account_settings_default_quoted_text_shown_label">Quote original message when replying</string>-->
<!-- NEW: <string name="account_settings_default_quoted_text_shown_summary">When replying to messages, the original message is in your reply.</string>-->
<!-- NEW: <string name="account_settings_default_quoted_text_shown_label">Quote message when replying</string>-->
<!-- NEW: <string name="account_settings_default_quoted_text_shown_summary">Include the original message in your reply.</string>-->
<string name="account_settings_reply_after_quote_label">Resposta tras cita</string>
<string name="account_settings_reply_after_quote_summary">Cando se responda a un correo, o texto orixinal estará por riba da sua resposta</string>
<!-- NEW: <string name="account_settings_strip_signature_label">Strip signature from quoted reply</string>-->
<!-- NEW: <string name="account_settings_strip_signature_summary">When replying to messages, the signature of the quoted text will be stripped</string>-->
<!-- NEW: <string name="account_settings_strip_signature_label">Strip signatures on reply</string>-->
<!-- NEW: <string name="account_settings_strip_signature_summary">Signatures will be removed from quoted messages</string>-->
<string name="account_settings_message_format_label">Formato da mensaxe</string>
<string name="account_settings_message_format_text">Texto plano (borraránse imaxes e formato)</string>
<string name="account_settings_message_format_html">HTML (mantéñense imaxes e formato)</string>
<!-- NEW: <string name="account_settings_message_format_auto">Automatic (plain text unless replying to an HTML message)</string>-->
<!-- NEW: <string name="account_settings_message_format_auto">Automatic</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_label">Always show CC/BCC</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_summary">Always show the CC/BCC text input fields</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_label">Always show Cc/Bcc</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_summary"/>-->
<!-- NEW: <string name="account_settings_message_read_receipt_label">Read receipt</string>-->
<!-- NEW: <string name="account_settings_message_read_receipt_summary">Always request a read receipt</string>-->
@ -725,6 +728,8 @@ Por favor, envía os erros detectados, contribúe con novas funcionalidas e preg
<string name="sort_latest_first">Últimas mensaxes primeiro</string>
<string name="sort_subject_alpha">Asunto alfabético</string>
<string name="sort_subject_re_alpha">Asunto alfabético inverso</string>
<!-- NEW: <string name="sort_sender_alpha">Sender alphabetical</string>-->
<!-- NEW: <string name="sort_sender_re_alpha">Sender reverse alphabetical</string>-->
<string name="sort_flagged_first">Con estrelas primeiro</string>
<string name="sort_flagged_last">Sin estrelas primeiro</string>
<string name="sort_unread_first">Sin ler primeiro</string>
@ -736,6 +741,7 @@ Por favor, envía os erros detectados, contribúe con novas funcionalidas e preg
<string name="sort_by_date">Data</string>
<!-- NEW: <string name="sort_by_arrival">Arrival</string>-->
<string name="sort_by_subject">Asunto</string>
<!-- NEW: <string name="sort_by_sender">Sender</string>-->
<string name="sort_by_flag">Estrelas</string>
<string name="sort_by_unread">Lido/Sen Ler</string>
<string name="sort_by_attach">Adxuntos</string>
@ -750,11 +756,11 @@ Por favor, envía os erros detectados, contribúe con novas funcionalidas e preg
Se non podes acceder coa tua contrasinal e usuario e non tes unha conta de pago.
É posible que podas acceder só vía web.</string>
<string name="provider_note_yahoojp">Se queres usar o correo POP3 para este proveedor debes activar este acceso na Configuración de Yahoo.</string>
<!-- NEW: <string name="provider_note_auonejp">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on au one mail settings page.</string>-->
<!-- NEW: <string name="provider_note_naver">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on Naver mail settings page.</string>-->
<!-- NEW: <string name="provider_note_hanmail">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on Hanmail(Daum) mail settings page.</string>-->
<!-- NEW: <string name="provider_note_paran">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on Paran mail settings page.</string>-->
<!-- NEW: <string name="provider_note_nate">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on Nate mail settings page.</string>-->
<!-- NEW: <string name="provider_note_auonejp">Be sure to enable IMAP or POP3 on the au one mail settings page.</string>-->
<!-- NEW: <string name="provider_note_naver">Be sure to enable IMAP or POP3 on the Naver mail settings page.</string>-->
<!-- NEW: <string name="provider_note_hanmail">Be sure to enable IMAP or POP3 on the Hanmail(Daum) mail settings page.</string>-->
<!-- NEW: <string name="provider_note_paran">Be sure to enable IMAP or POP3 on the Paran mail settings page.</string>-->
<!-- NEW: <string name="provider_note_nate">Be sure to enable IMAP or POP3 on the Nate mail settings page.</string>-->
<string name="account_setup_failed_dlg_invalid_certificate_title">Certificado descoñecido</string>
<string name="account_setup_failed_dlg_invalid_certificate_accept">Aceptar certificado</string>
@ -968,10 +974,24 @@ Por favor, envía os erros detectados, contribúe con novas funcionalidas e preg
<string name="dialog_confirm_delete_title">Confirmar borrado</string>
<string name="dialog_confirm_delete_message">¿Quere borrar esta mensaxe?</string>
<!-- NEW: <plurals name="dialog_confirm_delete_message">
<!--
Translators:
Please review how to handle pluralization for your language at (1) and ajust
the <item> elements accordingly
Possible values for 'quantity': zero, one, two, few, many, other
(1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals
-->
<!-- NEW:
<plurals name="dialog_confirm_delete_message">
<item quantity="one">Do you really want to delete this message?</item>
<item quantity="other">Do you really want to delete <xliff:g id="message_count">%1$d</xliff:g> messages?</item>
</plurals>-->
</plurals>
-->
<string name="dialog_confirm_delete_confirm_button">Borrar</string>
<string name="dialog_confirm_delete_cancel_button">Non borrar</string>
@ -1005,10 +1025,12 @@ Por favor, envía os erros detectados, contribúe con novas funcionalidas e preg
<!-- NEW: <string name="settings_export_success">Saved exported settings to <xliff:g id="filename">%s</xliff:g></string>-->
<!-- NEW: <string name="settings_import_global_settings_success">Imported global settings from <xliff:g id="filename">%s</xliff:g></string>-->
<!-- NEW: <string name="settings_import_success">Imported <xliff:g id="accounts">%s</xliff:g> from <xliff:g id="filename">%s</xliff:g></string>-->
<!-- NEW: <plurals name="settings_import_success">
<!-- NEW:
<plurals name="settings_import_success">
<item quantity="one">1 account</item>
<item quantity="other"><xliff:g id="numAccounts">%s</xliff:g> accounts</item>
</plurals>-->
</plurals>
-->
<!-- NEW: <string name="settings_export_failure">Failed to export settings</string>-->
<!-- NEW: <string name="settings_import_failure">Failed to import any settings from <xliff:g id="filename">%s</xliff:g></string>-->
<!-- NEW: <string name="settings_export_success_header">Export succeeded</string>-->
@ -1017,16 +1039,20 @@ Por favor, envía os erros detectados, contribúe con novas funcionalidas e preg
<!-- NEW: <string name="settings_import_failed_header">Import failed</string>-->
<!-- NEW: <string name="settings_import_activate_account_header">Activate account</string>-->
<!-- NEW: <string name="settings_import_activate_account_intro">To be able to use the account \"<xliff:g id="account">%s</xliff:g>\" you need to provide the <xliff:g id="server_passwords">%s</xliff:g>.</string>-->
<!-- NEW: <plurals name="settings_import_server_passwords">
<!-- NEW:
<plurals name="settings_import_server_passwords">
<item quantity="one">server password</item>
<item quantity="other">server passwords</item>
</plurals>-->
</plurals>
-->
<!-- NEW: <string name="settings_import_incoming_server">Incoming server (<xliff:g id="hostname">%s</xliff:g>):</string>-->
<!-- NEW: <string name="settings_import_outgoing_server">Outgoing server (<xliff:g id="hostname">%s</xliff:g>):</string>-->
<!-- NEW: <plurals name="settings_import_setting_passwords">
<!-- NEW:
<plurals name="settings_import_setting_passwords">
<item quantity="one">Setting password…</item>
<item quantity="other">Setting passwords…</item>
</plurals>-->
</plurals>
-->
<!-- NEW: <string name="settings_import_use_incoming_server_password">Use the incoming server password</string>-->
<!-- NEW: <string name="activate_account_action">Activate</string>-->
@ -1047,7 +1073,7 @@ Por favor, envía os erros detectados, contribúe con novas funcionalidas e preg
<!-- NEW: <string name="webview_empty_message">No text</string>-->
<!-- NEW: <string name="webview_contextmenu_link_view_action">Open for viewing</string>-->
<!-- NEW: <string name="webview_contextmenu_link_view_action">Open link</string>-->
<!-- NEW: <string name="webview_contextmenu_link_share_action">Share link</string>-->
<!-- NEW: <string name="webview_contextmenu_link_copy_action">Copy link to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_link_clipboard_label">Link</string>-->
@ -1061,12 +1087,12 @@ Por favor, envía os erros detectados, contribúe con novas funcionalidas e preg
<!-- NEW: <string name="webview_contextmenu_phone_call_action">Call number</string>-->
<!-- NEW: <string name="webview_contextmenu_phone_save_action">Save to Contacts</string>-->
<!-- NEW: <string name="webview_contextmenu_phone_copy_action">Copy phone number to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_phone_copy_action">Copy number to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_phone_clipboard_label">Phone number</string>-->
<!-- NEW: <string name="webview_contextmenu_email_send_action">Send mail</string>-->
<!-- NEW: <string name="webview_contextmenu_email_save_action">Save to Contacts</string>-->
<!-- NEW: <string name="webview_contextmenu_email_copy_action">Copy email address to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_email_copy_action">Copy address to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_email_clipboard_label">Email address</string>-->
<!-- NEW: <string name="image_saved_as">Saved image as \"<xliff:g id="filename">%s</xliff:g>\"</string>-->
@ -1080,9 +1106,9 @@ Por favor, envía os erros detectados, contribúe con novas funcionalidas e preg
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_250">250</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_500">500</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_1000">1000</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_label">Server search result limit</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_summary">Search will stop after <xliff:g id="num_results">%s</xliff:g> results have been found.</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text">Include body text in server search</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_label">Server search limit</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_summary">Search will stop after finding <xliff:g id="num_results">%s</xliff:g> results.</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text">Include messages text in server search</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text_summary">Full text searches can be slow.</string>-->
<!-- NEW: <string name="remote_search_sending_query">Sending query to server</string>-->
<!-- NEW: <string name="remote_search_downloading">Fetching %d results</string>-->
@ -1095,13 +1121,13 @@ Por favor, envía os erros detectados, contribúe con novas funcionalidas e preg
<!-- NEW: <string name="action_remote_search">Search messages on server</string>-->
<!-- NEW: <string name="pull_to_refresh_remote_search_from_local_search_pull">Pull to search server…</string>-->
<!-- NEW: <string name="pull_to_refresh_remote_search_from_local_search_release">Release to search server…</string>-->
<!-- NEW: <string name="remote_search_unavailable_no_network">Remote search is unavailable without network connectivity.</string>-->
<!-- NEW: <string name="remote_search_unavailable_no_network">A network connection is required for server search.</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_label">Use background as (un)read indicator</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_summary">Show read and unread messages with different background colors</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_label">Dim messages after reading</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_summary">A grey background will show that a message has been read</string>-->
<!-- NEW: <string name="global_settings_threaded_view_label">Threaded view</string>-->
<!-- NEW: <string name="global_settings_threaded_view_summary">Collapse messages belonging to the same thread</string>-->
<!-- NEW: <string name="global_settings_threaded_view_summary">Group messages by conversation</string>-->
<!-- NEW: <string name="upgrade_databases_title">Upgrading databases</string>-->
<!-- NEW: <string name="upgrade_databases_unspecified">Upgrading databases…</string>-->
@ -1119,7 +1145,9 @@ Por favor, envía os erros detectados, contribúe con novas funcionalidas e preg
<!-- NEW: <string name="global_settings_show_contact_picture_label">Show contact pictures</string>-->
<!-- NEW: <string name="global_settings_show_contact_picture_summary">Show contact pictures in the message list</string>-->
<!-- NEW: <string name="last_refresh_time_format">Last refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Last refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="last_refresh_time_format">Refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="preposition_for_date">on <xliff:g id="date">%s</xliff:g></string>-->
<!-- NEW: <string name="mark_all_as_read">Mark all as read</string>-->
</resources>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<!-- Magyarította: Deák Tamás (maya98) és RootRulez -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- === App-specific strings ============================================================= -->
@ -69,7 +69,7 @@ Hibajelentéseivel hozzájárul az újabb verziók tökéletesítéséhez, kérd
<!-- === App Store-specific strings ======================================================= -->
<!-- NEW: <string name="import_dialog_error_message">There is no suitable application to handle the import operation. Please install a file manager application from Google Play Store.</string>-->
<!-- NEW: <string name="import_dialog_error_message">Please install a file manager to continue with this import.</string>-->
<string name="open_market">Play áruház megnyitása</string>
@ -113,9 +113,9 @@ Hibajelentéseivel hozzájárul az újabb verziók tökéletesítéséhez, kérd
<!-- NEW: <string name="actionbar_selected"><xliff:g id="selection_count">%d</xliff:g> selected</string>-->
<!-- Actions will be used as buttons and in menu items -->
<string name="next_action">Tovább</string>
<string name="previous_action">Vissza</string>
<string name="okay_action">OK</string>
<string name="next_action">Tovább</string> <!-- Used as part of a multi-step process -->
<string name="previous_action">Vissza</string> <!-- Used as part of a multi-step process -->
<string name="okay_action">OK</string> <!-- User to confirm acceptance of dialog boxes, warnings, errors, etc. -->
<string name="cancel_action">Mégse</string>
<string name="send_action">Küldés</string>
<string name="send_again_action">Újraküldés</string>
@ -126,11 +126,11 @@ Hibajelentéseivel hozzájárul az újabb verziók tökéletesítéséhez, kérd
<string name="spam_action">Levélszemét</string>
<string name="forward_action">Továbbítás</string>
<string name="move_action">Áthelyez</string>
<!-- NEW: <string name="single_message_options_action">Message Options</string>-->
<!-- NEW: <string name="single_message_options_action">Send</string>-->
<!-- NEW: <string name="refile_action">Refile</string>-->
<string name="continue_action">Folytatás</string>
<string name="back_action">Vissza</string>
<string name="done_action">Rendben</string>
<string name="done_action">Rendben</string> <!-- Used to complete a multi-step process -->
<string name="discard_action">Mégsem</string>
<string name="save_draft_action">Piszkozat</string>
<string name="check_mail_action">Levelek frissítése</string>
@ -178,7 +178,7 @@ Hibajelentéseivel hozzájárul az újabb verziók tökéletesítéséhez, kérd
<string name="prefs_title">Beállítások</string>
<string name="accounts_context_menu_title">Fiók beállításai</string>
<string name="general_no_subject">(nincs tárgy)</string>
<string name="general_no_subject">(nincs tárgy)</string> <!-- Shown in place of the subject when a message has no subject. Showing this in parentheses is customary. -->
<string name="general_no_sender">Nincs feladó</string>
<string name="status_loading">Letöltés</string>
<string name="status_loading_more">Üzenetek betöltése…</string>
@ -207,11 +207,11 @@ Hibajelentéseivel hozzájárul az újabb verziók tökéletesítéséhez, kérd
<string name="notification_new_title">Új levél</string>
<!-- NEW: <string name="notification_new_messages_title"><xliff:g id="new_message_count">%d</xliff:g> new messages</string>-->
<string name="notification_new_one_account_fmt"><xliff:g id="unread_message_count">%d</xliff:g> Olvasatlan (<xliff:g id="account">%s</xliff:g>)</string>
<string name="notification_new_one_account_fmt"><xliff:g id="unread_message_count">%d</xliff:g> Olvasatlan (<xliff:g id="account">%s</xliff:g>)</string> <!-- 279 Unread (someone@google.com) -->
<!-- NEW: <string name="notification_additional_messages">+ <xliff:g id="additional_messages">%d</xliff:g> more on <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_action_reply">Reply</string>-->
<!-- NEW: <string name="notification_action_read">Read</string>-->
<!-- NEW: <string name="notification_action_read">Mark Read</string>-->
<!-- NEW: <string name="notification_action_delete">Delete</string>-->
<!-- NEW: <string name="notification_certificate_error_title">Certificate error for <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_certificate_error_text">Check your server settings</string>-->
@ -282,7 +282,7 @@ Hibajelentéseivel hozzájárul az újabb verziók tökéletesítéséhez, kérd
<string name="message_view_show_pictures_action">Képek mutatása</string>
<string name="message_view_show_message_action">Üzenet megjelenítése</string>
<string name="message_view_show_attachments_action">Csatolmányok megjelenítése</string>
<string name="message_view_show_more_attachments_action">Egyéb&#8230;</string>
<string name="message_view_show_more_attachments_action">Egyéb</string>
<string name="message_view_fetching_attachment_toast">Melléklet letöltése.</string>
<string name="message_view_no_viewer">%s nincs társítva semmihez.</string>
<string name="message_view_download_remainder">Teljes üzenet letöltése</string>
@ -317,6 +317,8 @@ Hibajelentéseivel hozzájárul az újabb verziók tökéletesítéséhez, kérd
<string name="global_settings_messageview_fixedwidth_label">Fix szélleségű betűk</string>
<string name="global_settings_messageview_fixedwidth_summary">Fix szélességű betűtípus használata a sima szöveges üzeneteknél</string>
<!-- NEW: <string name="global_settings_messageview_autofit_width_label">Auto-fit messages</string>-->
<!-- NEW: <string name="global_settings_messageview_autofit_width_summary">Shrink messages to fit the screen</string>-->
<string name="global_settings_messageview_return_to_list_label">Visszalépés törlés után</string>
<string name="global_settings_messageview_return_to_list_summary">Törlés után visszalép a levelek listájára</string>
<string name="global_settings_messageview_show_next_label">Mutassa a következő üzenetet törlés után</string>
@ -360,7 +362,7 @@ Hibajelentéseivel hozzájárul az újabb verziók tökéletesítéséhez, kérd
<string name="account_setup_basics_password_hint">Jelszó</string>
<string name="account_setup_basics_manual_setup_action">Kézi beállítás</string>
<string name="account_setup_check_settings_title" />
<string name="account_setup_check_settings_title"/>
<string name="account_setup_check_settings_retr_info_msg">Fiók adatainak ellenörzése…</string>
<string name="account_setup_check_settings_check_incoming_msg">Bejövő szerver tesztelése…</string>
<string name="account_setup_check_settings_check_outgoing_msg">Kimenő szerver tesztelése…</string>
@ -533,16 +535,16 @@ Hibajelentéseivel hozzájárul az újabb verziók tökéletesítéséhez, kérd
<string name="account_settings_reply_after_quote_label">Válasz az idézet után</string>
<string name="account_settings_reply_after_quote_summary">Válaszlevélnél az eredeti üzenet fent jelenik meg</string>
<!-- NEW: <string name="account_settings_strip_signature_label">Strip signature from quoted reply</string>-->
<!-- NEW: <string name="account_settings_strip_signature_summary">When replying to messages, the signature of the quoted text will be stripped</string>-->
<!-- NEW: <string name="account_settings_strip_signature_label">Strip signatures on reply</string>-->
<!-- NEW: <string name="account_settings_strip_signature_summary">Signatures will be removed from quoted messages</string>-->
<string name="account_settings_message_format_label">Levél formátuma</string>
<string name="account_settings_message_format_text">Sima szöveg (képek és formázás nélkül)</string>
<string name="account_settings_message_format_html">HTML (képekkel és formázással)</string>
<!-- NEW: <string name="account_settings_message_format_auto">Automatic (plain text unless replying to an HTML message)</string>-->
<!-- NEW: <string name="account_settings_message_format_auto">Automatic</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_label">Always show CC/BCC</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_summary">Always show the CC/BCC text input fields</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_label">Always show Cc/Bcc</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_summary"/>-->
<!-- NEW: <string name="account_settings_message_read_receipt_label">Read receipt</string>-->
<!-- NEW: <string name="account_settings_message_read_receipt_summary">Always request a read receipt</string>-->
@ -727,6 +729,8 @@ Hibajelentéseivel hozzájárul az újabb verziók tökéletesítéséhez, kérd
<string name="sort_latest_first">Későbbi levelket előre</string>
<string name="sort_subject_alpha">Tárgy szerint sorban</string>
<string name="sort_subject_re_alpha">Tárgy szerint fordítva</string>
<!-- NEW: <string name="sort_sender_alpha">Sender alphabetical</string>-->
<!-- NEW: <string name="sort_sender_re_alpha">Sender reverse alphabetical</string>-->
<string name="sort_flagged_first">Csillagos levelek előre</string>
<string name="sort_flagged_last">Csillag nélküliek előre</string>
<string name="sort_unread_first">Olvasatlanok előre</string>
@ -738,6 +742,7 @@ Hibajelentéseivel hozzájárul az újabb verziók tökéletesítéséhez, kérd
<string name="sort_by_date">Dátum</string>
<string name="sort_by_arrival">Érkezés</string>
<string name="sort_by_subject">Tárgy</string>
<!-- NEW: <string name="sort_by_sender">Sender</string>-->
<string name="sort_by_flag">Csillag</string>
<string name="sort_by_unread">Olvasott</string>
<string name="sort_by_attach">Melléklet</string>
@ -750,7 +755,7 @@ Hibajelentéseivel hozzájárul az újabb verziók tökéletesítéséhez, kérd
<string name="provider_note_live">Csak néhány \"Plusz\" postafiók tartalmaz POP hozzáférést. Ha nem tud bejelentkezni a helyes jelszavával, akkor lehet nem fizett elő a \"Plusz\" postafiókra. Kérem használja a webes felülelet hogy hozzáférjen a fiók leveleihez.</string>
<string name="provider_note_yahoojp">Ha POP3-at szeretne használni ehhez a szolgáltatóhoz, akkor engedélyezze a Yahoo mail beállításai oldalon.</string>
<!-- NEW: <string name="provider_note_auonejp">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on au one mail settings page.</string>-->
<!-- NEW: <string name="provider_note_auonejp">Be sure to enable IMAP or POP3 on the au one mail settings page.</string>-->
<string name="provider_note_naver">Ha POP3-at vagy IMAP-ot szeretne használni ehhez a szolgáltatóhoz, akkor engedélyeznie kell az IMAP vagy POP3 beállításokat a Naver oldalán.</string>
<string name="provider_note_hanmail">Ha POP3-at vagy IMAP-ot szeretne használni ehhez a szolgáltatóhoz, akkor engedélyeznie kell az IMAP vagy POP3 beállításokat a Hanmail(Daum) oldalán.</string>
<string name="provider_note_paran">Ha POP3-at vagy IMAP-ot szeretne használni ehhez a szolgáltatóhoz, akkor engedélyeznie kell az IMAP vagy POP3 beállításokat a Paran oldalán.</string>
@ -779,12 +784,12 @@ Hibajelentéseivel hozzájárul az újabb verziók tökéletesítéséhez, kérd
K, N - Kövtkető üzenet
</string>
<!--NEW: <string name="folder_list_help_key">
1 - Display only 1st Class folders\n
2 - Display 1st and 2nd Class folders\n
3 - Display all except 2nd Class folders\n
4 - Display all folders\n
Q - Return to Accounts\n
<!-- NEW: <string name="folder_list_help_key">
1 - Display only 1st Class folders\u000A
2 - Display 1st and 2nd Class folders\u000A
3 - Display all except 2nd Class folders\u000A
4 - Display all folders\u000A
Q - Return to Accounts\u000A
S - Edit Account Settings</string>-->
<string name="folder_list_filter_hint">mappa neve</string>
@ -930,7 +935,7 @@ Hibajelentéseivel hozzájárul az újabb verziók tökéletesítéséhez, kérd
<string name="font_size_webview_larger">Legnagyobb</string>
<!-- Note: Contains references to preferences_action and misc_preferences_attachment_title -->
<string name="message_compose_buggy_gallery">Kapcsolja be a \"Beállítások\" -> \"Galéria hiba\" ha 3D galériából akar képet mellékelni.</string>
<string name="message_compose_buggy_gallery">Kapcsolja be a \"Beállítások\" -&gt; \"Galéria hiba\" ha 3D galériából akar képet mellékelni.</string>
<!-- Note: Contains references to add_attachment_action_image and add_attachment_action_video -->
<string name="message_compose_use_workaround">Használja a \"Kép csatolása\" vagy \"Videó csatolása\" opciót ha 3D galériából szeretne választani.</string>
@ -946,7 +951,7 @@ Hibajelentéseivel hozzájárul az újabb verziók tökéletesítéséhez, kérd
<string name="btn_encrypt">Titkosítás</string>
<string name="btn_decrypt">Dekódolás</string>
<string name="btn_verify">Ellenőrzés</string>
<string name="unknown_crypto_signature_user_id">&lt;ismeretlen></string>
<string name="unknown_crypto_signature_user_id">&lt;ismeretlen&gt;</string>
<string name="key_id">azonosító: %s</string>
<string name="pgp_mime_unsupported">PGP/MIME üzenetek még nem támogatottak.</string>
<string name="attachment_encryption_unsupported">Figyelem: a mellékletek nincsenek aláírva vagy nem titkosítottak.</string>
@ -968,18 +973,34 @@ Hibajelentéseivel hozzájárul az újabb verziók tökéletesítéséhez, kérd
<string name="dialog_confirm_delete_title">Törlés megerősítése</string>
<string name="dialog_confirm_delete_message">Biztos hogy törli ezt a levelet?</string>
<!-- NEW: <plurals name="dialog_confirm_delete_message">
<!--
Translators:
Please review how to handle pluralization for your language at (1) and ajust
the <item> elements accordingly
Possible values for 'quantity': zero, one, two, few, many, other
(1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals
-->
<!-- NEW:
<plurals name="dialog_confirm_delete_message">
<item quantity="one">Do you really want to delete this message?</item>
<item quantity="other">Do you really want to delete <xliff:g id="message_count">%1$d</xliff:g> messages?</item>
</plurals>-->
</plurals>
-->
<string name="dialog_confirm_delete_confirm_button">Törlés</string>
<string name="dialog_confirm_delete_cancel_button">Nem törlöm</string>
<string name="dialog_confirm_spam_title">Levélszemét mappa áthelyzésének jóváhagyása</string>
<!--<plurals name="dialog_confirm_spam_message">
<!-- NEW:
<plurals name="dialog_confirm_spam_message">
<item quantity="one">Do you really want to move this message to the spam folder?</item>
<item quantity="other">Do you really want to move <xliff:g id="message_count">%1$d</xliff:g> messages to the spam folder?</item>
</plurals>-->
</plurals>
-->
<string name="dialog_confirm_spam_confirm_button">Igen</string>
<string name="dialog_confirm_spam_cancel_button">Nem</string>
@ -1023,10 +1044,12 @@ Hibajelentéseivel hozzájárul az újabb verziók tökéletesítéséhez, kérd
</plurals>
<string name="settings_import_incoming_server">Bwjövő szerver (<xliff:g id="hostname">%s</xliff:g>):</string>
<string name="settings_import_outgoing_server">Kimenü szerver (<xliff:g id="hostname">%s</xliff:g>):</string>
<!-- NEW: <plurals name="settings_import_setting_passwords">
<!-- NEW:
<plurals name="settings_import_setting_passwords">
<item quantity="one">Setting password…</item>
<item quantity="other">Setting passwords…</item>
</plurals>-->
</plurals>
-->
<!-- NEW: <string name="settings_import_use_incoming_server_password">Use the incoming server password</string>-->
<!-- NEW: <string name="activate_account_action">Activate</string>-->
@ -1080,9 +1103,9 @@ Hibajelentéseivel hozzájárul az újabb verziók tökéletesítéséhez, kérd
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_250">250</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_500">500</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_1000">1000</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_label">Server search result limit</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_summary">Search will stop after <xliff:g id="num_results">%s</xliff:g> results have been found.</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text">Include body text in server search</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_label">Server search limit</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_summary">Search will stop after finding <xliff:g id="num_results">%s</xliff:g> results.</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text">Include messages text in server search</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text_summary">Full text searches can be slow.</string>-->
<!-- NEW: <string name="remote_search_sending_query">Sending query to server</string>-->
<!-- NEW: <string name="remote_search_downloading">Fetching %d results</string>-->
@ -1095,13 +1118,13 @@ Hibajelentéseivel hozzájárul az újabb verziók tökéletesítéséhez, kérd
<!-- NEW: <string name="action_remote_search">Search messages on server</string>-->
<!-- NEW: <string name="pull_to_refresh_remote_search_from_local_search_pull">Pull to search server…</string>-->
<!-- NEW: <string name="pull_to_refresh_remote_search_from_local_search_release">Release to search server…</string>-->
<!-- NEW: <string name="remote_search_unavailable_no_network">Remote search is unavailable without network connectivity.</string>-->
<!-- NEW: <string name="remote_search_unavailable_no_network">A network connection is required for server search.</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_label">Use background as (un)read indicator</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_summary">Show read and unread messages with different background colors</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_label">Dim messages after reading</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_summary">A grey background will show that a message has been read</string>-->
<!-- NEW: <string name="global_settings_threaded_view_label">Threaded view</string>-->
<!-- NEW: <string name="global_settings_threaded_view_summary">Collapse messages belonging to the same thread</string>-->
<!-- NEW: <string name="global_settings_threaded_view_summary">Group messages by conversation</string>-->
<!-- NEW: <string name="upgrade_databases_title">Upgrading databases</string>-->
<!-- NEW: <string name="upgrade_databases_unspecified">Upgrading databases…</string>-->
@ -1119,7 +1142,9 @@ Hibajelentéseivel hozzájárul az újabb verziók tökéletesítéséhez, kérd
<!-- NEW: <string name="global_settings_show_contact_picture_label">Show contact pictures</string>-->
<!-- NEW: <string name="global_settings_show_contact_picture_summary">Show contact pictures in the message list</string>-->
<!-- NEW: <string name="last_refresh_time_format">Last refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Last refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="last_refresh_time_format">Refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="preposition_for_date">on <xliff:g id="date">%s</xliff:g></string>-->
<!-- NEW: <string name="mark_all_as_read">Mark all as read</string>-->
</resources>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- === App-specific strings ============================================================= -->
@ -125,7 +125,7 @@ Invia le tue segnalazioni, suggerisci nuove funzionalità e chiedi informazioni
<string name="spam_action">Spam</string>
<string name="forward_action">Inoltra</string>
<string name="move_action">Sposta</string>
<!-- NEW: <string name="single_message_options_action">Message Options</string>-->
<!-- NEW: <string name="single_message_options_action">Send</string>-->
<!-- NEW: <string name="refile_action">Refile</string>-->
<string name="continue_action">Continua</string>
<string name="back_action">Indietro</string>
@ -211,7 +211,7 @@ Invia le tue segnalazioni, suggerisci nuove funzionalità e chiedi informazioni
<!-- NEW: <string name="notification_additional_messages">+ <xliff:g id="additional_messages">%d</xliff:g> more on <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_action_reply">Reply</string>-->
<!-- NEW: <string name="notification_action_read">Read</string>-->
<!-- NEW: <string name="notification_action_read">Mark Read</string>-->
<!-- NEW: <string name="notification_action_delete">Delete</string>-->
<!-- NEW: <string name="notification_certificate_error_title">Certificate error for <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_certificate_error_text">Check your server settings</string>-->
@ -282,7 +282,7 @@ Invia le tue segnalazioni, suggerisci nuove funzionalità e chiedi informazioni
<string name="message_view_show_pictures_action">Mostra immagini</string>
<string name="message_view_show_message_action">Mostra messaggio</string>
<string name="message_view_show_attachments_action">Mostra allegati</string>
<string name="message_view_show_more_attachments_action">Altro&#8230;</string>
<string name="message_view_show_more_attachments_action">Altro</string>
<string name="message_view_fetching_attachment_toast">Recupero allegato in corso.</string>
<string name="message_view_no_viewer">Impossibile trovare un visualizzatore per <xliff:g id="mimetype">%s</xliff:g>.</string>
<string name="message_view_download_remainder">Scarica intero messaggio</string>
@ -317,6 +317,8 @@ Invia le tue segnalazioni, suggerisci nuove funzionalità e chiedi informazioni
<string name="global_settings_messageview_fixedwidth_label">Font a larghezza fissa</string>
<string name="global_settings_messageview_fixedwidth_summary">Usa font a larghezza fissa quando mostri i messaggi di testo</string>
<!-- NEW: <string name="global_settings_messageview_autofit_width_label">Auto-fit messages</string>-->
<!-- NEW: <string name="global_settings_messageview_autofit_width_summary">Shrink messages to fit the screen</string>-->
<string name="global_settings_messageview_return_to_list_label">Torna all\'elenco dopo l\'eliminazione</string>
<string name="global_settings_messageview_return_to_list_summary">Ritorna all\'elenco dei messaggi dopo l\'eliminazione del messaggio</string>
<string name="global_settings_messageview_show_next_label">Mostra messaggio successivo dopo l\'eliminazione</string>
@ -360,7 +362,7 @@ Invia le tue segnalazioni, suggerisci nuove funzionalità e chiedi informazioni
<string name="account_setup_basics_password_hint">Password</string>
<string name="account_setup_basics_manual_setup_action">Configurazione manuale</string>
<string name="account_setup_check_settings_title"></string>
<string name="account_setup_check_settings_title"/>
<string name="account_setup_check_settings_retr_info_msg">Recupero delle informazioni dell\'account in corso\u2026</string>
<string name="account_setup_check_settings_check_incoming_msg">Verifica delle impostazioni del server della posta in arrivo in corso\u2026</string>
<string name="account_setup_check_settings_check_outgoing_msg">Verifica delle impostazioni del server della posta in uscita in corso\u2026</string>
@ -727,6 +729,8 @@ Invia le tue segnalazioni, suggerisci nuove funzionalità e chiedi informazioni
<string name="sort_latest_first">Data messaggio (più vecchi)</string>
<string name="sort_subject_alpha">Oggetto (A-Z)</string>
<string name="sort_subject_re_alpha">Oggetto (Z-A)</string>
<!-- NEW: <string name="sort_sender_alpha">Sender alphabetical</string>-->
<!-- NEW: <string name="sort_sender_re_alpha">Sender reverse alphabetical</string>-->
<string name="sort_flagged_first">Messaggi con stella</string>
<string name="sort_flagged_last">Messaggi senza stella</string>
<string name="sort_unread_first">Messaggi non letti</string>
@ -738,6 +742,7 @@ Invia le tue segnalazioni, suggerisci nuove funzionalità e chiedi informazioni
<string name="sort_by_date">Data</string>
<string name="sort_by_arrival">Arrivo</string>
<string name="sort_by_subject">Oggetto</string>
<!-- NEW: <string name="sort_by_sender">Sender</string>-->
<string name="sort_by_flag">Stella</string>
<string name="sort_by_unread">Letto/da leggere</string>
<string name="sort_by_attach">Allegati</string>
@ -972,10 +977,24 @@ Invia le tue segnalazioni, suggerisci nuove funzionalità e chiedi informazioni
<string name="dialog_confirm_delete_title">Conferma l\'eliminazione</string>
<string name="dialog_confirm_delete_message">Vuoi eliminare questo messaggio?</string>
<!-- NEW: <plurals name="dialog_confirm_delete_message">
<!--
Translators:
Please review how to handle pluralization for your language at (1) and ajust
the <item> elements accordingly
Possible values for 'quantity': zero, one, two, few, many, other
(1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals
-->
<!-- NEW:
<plurals name="dialog_confirm_delete_message">
<item quantity="one">Do you really want to delete this message?</item>
<item quantity="other">Do you really want to delete <xliff:g id="message_count">%1$d</xliff:g> messages?</item>
</plurals>-->
</plurals>
-->
<string name="dialog_confirm_delete_confirm_button">Elimina</string>
<string name="dialog_confirm_delete_cancel_button">Non eliminare</string>
@ -1009,10 +1028,12 @@ Invia le tue segnalazioni, suggerisci nuove funzionalità e chiedi informazioni
<string name="settings_export_success">Salvata esportazione impostazioni in <xliff:g id="filename">%s</xliff:g></string>
<string name="settings_import_global_settings_success">Impostazioni globali importate da <xliff:g id="filename">%s</xliff:g></string>
<string name="settings_import_success">Importato <xliff:g id="accounts">%s</xliff:g> da <xliff:g id="filename">%s</xliff:g></string>
<!-- NEW: <plurals name="settings_import_success">
<!-- NEW:
<plurals name="settings_import_success">
<item quantity="one">1 account</item>
<item quantity="other"><xliff:g id="numAccounts">%s</xliff:g> accounts</item>
</plurals>-->
</plurals>
-->
<string name="settings_export_failure">Esportazione non riuscita</string>
<string name="settings_import_failure">Impossibile importare impostazioni da <xliff:g id="filename">%s</xliff:g></string>
<string name="settings_export_success_header">Esportazione completata</string>
@ -1021,16 +1042,20 @@ Invia le tue segnalazioni, suggerisci nuove funzionalità e chiedi informazioni
<string name="settings_import_failed_header">Importazione non riuscita</string>
<string name="settings_import_activate_account_header">Attiva account</string>
<string name="settings_import_activate_account_intro">Per usare l\'account \"<xliff:g id="account">%s</xliff:g>\" hai bisogno della<xliff:g id="server_passwords">%s</xliff:g>.</string>
<!-- NEW: <plurals name="settings_import_server_passwords">
<!-- NEW:
<plurals name="settings_import_server_passwords">
<item quantity="one">server password</item>
<item quantity="other">server passwords</item>
</plurals>-->
</plurals>
-->
<string name="settings_import_incoming_server">Server di posta in arrivo (<xliff:g id="hostname">%s</xliff:g>):</string>
<string name="settings_import_outgoing_server">Server di posta in uscita (<xliff:g id="hostname">%s</xliff:g>):</string>
<!-- NEW: <plurals name="settings_import_setting_passwords">
<!-- NEW:
<plurals name="settings_import_setting_passwords">
<item quantity="one">Setting password…</item>
<item quantity="other">Setting passwords…</item>
</plurals>-->
</plurals>
-->
<string name="settings_import_use_incoming_server_password">Usa la password del server di posta in arrivo</string>
<string name="activate_account_action">Abilita</string>
@ -1051,7 +1076,7 @@ Invia le tue segnalazioni, suggerisci nuove funzionalità e chiedi informazioni
<!-- NEW: <string name="webview_empty_message">No text</string>-->
<!-- NEW: <string name="webview_contextmenu_link_view_action">Open for viewing</string>-->
<!-- NEW: <string name="webview_contextmenu_link_view_action">Open link</string>-->
<string name="webview_contextmenu_link_share_action">Condividi link</string>
<string name="webview_contextmenu_link_copy_action">Copia link negli appunti</string>
<!-- NEW: <string name="webview_contextmenu_link_clipboard_label">Link</string>-->
@ -1084,9 +1109,9 @@ Invia le tue segnalazioni, suggerisci nuove funzionalità e chiedi informazioni
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_250">250</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_500">500</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_1000">1000</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_label">Server search result limit</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_summary">Search will stop after <xliff:g id="num_results">%s</xliff:g> results have been found.</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text">Include body text in server search</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_label">Server search limit</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_summary">Search will stop after finding <xliff:g id="num_results">%s</xliff:g> results.</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text">Include messages text in server search</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text_summary">Full text searches can be slow.</string>-->
<!-- NEW: <string name="remote_search_sending_query">Sending query to server</string>-->
<!-- NEW: <string name="remote_search_downloading">Fetching %d results</string>-->
@ -1099,13 +1124,13 @@ Invia le tue segnalazioni, suggerisci nuove funzionalità e chiedi informazioni
<!-- NEW: <string name="action_remote_search">Search messages on server</string>-->
<!-- NEW: <string name="pull_to_refresh_remote_search_from_local_search_pull">Pull to search server…</string>-->
<!-- NEW: <string name="pull_to_refresh_remote_search_from_local_search_release">Release to search server…</string>-->
<!-- NEW: <string name="remote_search_unavailable_no_network">Remote search is unavailable without network connectivity.</string>-->
<!-- NEW: <string name="remote_search_unavailable_no_network">A network connection is required for server search.</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_label">Use background as (un)read indicator</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_summary">Show read and unread messages with different background colors</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_label">Dim messages after reading</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_summary">A grey background will show that a message has been read</string>-->
<!-- NEW: <string name="global_settings_threaded_view_label">Threaded view</string>-->
<!-- NEW: <string name="global_settings_threaded_view_summary">Collapse messages belonging to the same thread</string>-->
<!-- NEW: <string name="global_settings_threaded_view_summary">Group messages by conversation</string>-->
<!-- NEW: <string name="upgrade_databases_title">Upgrading databases</string>-->
<!-- NEW: <string name="upgrade_databases_unspecified">Upgrading databases…</string>-->
@ -1123,7 +1148,9 @@ Invia le tue segnalazioni, suggerisci nuove funzionalità e chiedi informazioni
<!-- NEW: <string name="global_settings_show_contact_picture_label">Show contact pictures</string>-->
<!-- NEW: <string name="global_settings_show_contact_picture_summary">Show contact pictures in the message list</string>-->
<!-- NEW: <string name="last_refresh_time_format">Last refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Last refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="last_refresh_time_format">Refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="preposition_for_date">on <xliff:g id="date">%s</xliff:g></string>-->
<!-- NEW: <string name="mark_all_as_read">Mark all as read</string>-->
</resources>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- === App-specific strings ============================================================= -->
@ -55,7 +55,7 @@
<!-- Default signature -->
<!-- NEW: --><string name="default_signature">-- \nSent from my Android phone with K-9 Mail. Please excuse my brevity.</string>
<string name="default_signature">-- \nSent from my Android phone with K-9 Mail. Please excuse my brevity.</string>
<!-- General strings that include the app name -->
@ -68,7 +68,7 @@
<!-- === App Store-specific strings ======================================================= -->
<!-- NEW: <string name="import_dialog_error_message">There is no suitable application to handle the import operation. Please install a file manager application from Google Play Store.</string>-->
<!-- NEW: <string name="import_dialog_error_message">Please install a file manager to continue with this import.</string>-->
<!-- NEW: <string name="open_market">Open Play Store</string>-->
@ -112,9 +112,9 @@
<!-- NEW: <string name="actionbar_selected"><xliff:g id="selection_count">%d</xliff:g> selected</string>-->
<!-- Actions will be used as buttons and in menu items -->
<string name="next_action">הבא</string>
<string name="previous_action">הקודם</string>
<string name="okay_action">אישור</string>
<string name="next_action">הבא</string> <!-- Used as part of a multi-step process -->
<string name="previous_action">הקודם</string> <!-- Used as part of a multi-step process -->
<string name="okay_action">אישור</string> <!-- User to confirm acceptance of dialog boxes, warnings, errors, etc. -->
<string name="cancel_action">ביטול</string>
<string name="send_action">שלח</string>
<string name="send_again_action">שלח שוב</string>
@ -125,11 +125,11 @@
<string name="spam_action">דואר זבל</string>
<string name="forward_action">קדימה</string>
<string name="move_action">העבר</string>
<!-- NEW: <string name="single_message_options_action">Message Options</string>-->
<!-- NEW: <string name="single_message_options_action">Send</string>-->
<!-- NEW: <string name="refile_action">Refile</string>-->
<string name="continue_action">המשך</string>
<!-- NEW: <string name="back_action">Back</string>-->
<string name="done_action">סיום</string>
<string name="done_action">סיום</string> <!-- Used to complete a multi-step process -->
<string name="discard_action">השלך</string>
<string name="save_draft_action">שמור כטיוטה</string>
<string name="check_mail_action">בדוק דואר</string>
@ -177,7 +177,7 @@
<string name="prefs_title">הגדרות</string>
<string name="accounts_context_menu_title">אפשרויות חשבון</string>
<string name="general_no_subject">(ללא כותרת)</string>
<string name="general_no_subject">(ללא כותרת)</string> <!-- Shown in place of the subject when a message has no subject. Showing this in parentheses is customary. -->
<string name="general_no_sender">ללא שולח</string>
<!-- NEW: <string name="status_loading">Polling</string>-->
<string name="status_loading_more">טוען הודעות</string>
@ -207,11 +207,11 @@
<string name="notification_new_title">מייל חדש</string>
<!-- NEW: <string name="notification_new_messages_title"><xliff:g id="new_message_count">%d</xliff:g> new messages</string>-->
<string name="notification_new_one_account_fmt"><xliff:g id="unread_message_count">%d</xliff:g> לא נקראו (<xliff:g id="account">%s</xliff:g>)</string>
<string name="notification_new_one_account_fmt"><xliff:g id="unread_message_count">%d</xliff:g> לא נקראו (<xliff:g id="account">%s</xliff:g>)</string> <!-- 279 Unread (someone@google.com) -->
<!-- NEW: <string name="notification_additional_messages">+ <xliff:g id="additional_messages">%d</xliff:g> more on <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_action_reply">Reply</string>-->
<!-- NEW: <string name="notification_action_read">Read</string>-->
<!-- NEW: <string name="notification_action_read">Mark Read</string>-->
<!-- NEW: <string name="notification_action_delete">Delete</string>-->
<!-- NEW: <string name="notification_certificate_error_title">Certificate error for <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_certificate_error_text">Check your server settings</string>-->
@ -282,7 +282,7 @@
<string name="message_view_show_pictures_action">הצג תמונות</string>
<!-- NEW: <string name="message_view_show_message_action">Show message</string>-->
<!-- NEW: <string name="message_view_show_attachments_action">Show attachments</string>-->
<!-- NEW: <string name="message_view_show_more_attachments_action">More&#8230;</string>-->
<!-- NEW: <string name="message_view_show_more_attachments_action">More</string>-->
<string name="message_view_fetching_attachment_toast">מוריד קובץ מצורף.</string>
<string name="message_view_no_viewer">לא ניתן למצוא את מציג בשביל <xliff:g id="mimetype">%s</xliff:g>.</string>
<string name="message_view_download_remainder">הורד את ההודעה המלאה</string>
@ -317,6 +317,8 @@
<string name="global_settings_messageview_fixedwidth_label">גופנים ברוחב קבוע</string>
<string name="global_settings_messageview_fixedwidth_summary">השתמש בגופן ברוחב קבוע בעת הצגת הודעות טקסט רגילות</string>
<!-- NEW: <string name="global_settings_messageview_autofit_width_label">Auto-fit messages</string>-->
<!-- NEW: <string name="global_settings_messageview_autofit_width_summary">Shrink messages to fit the screen</string>-->
<string name="global_settings_messageview_return_to_list_label">חזור לרשימה לאחר המחיקה</string>
<string name="global_settings_messageview_return_to_list_summary">חזור אל רשימת ההודעות לאחר מחיקת הודעה</string>
<string name="global_settings_messageview_show_next_label">הצג את ההודעה הבאה אחרי מחיקה</string>
@ -325,13 +327,13 @@
<string name="global_settings_confirm_actions_title">אישור פעולות</string>
<string name="global_settings_confirm_actions_summary">הצג דו שיח בכל פעם שאתה מבצע את פעולות הנבחרות</string>
<string name="global_settings_confirm_action_delete">מחק (צפה בהודעה בלבד)</string>
<!-- NEW: <string name="global_settings_confirm_action_delete_starred">Delete Starred (message view only)</string>-->
<!-- NEW: <string name="global_settings_confirm_action_delete_starred">Delete Starred (in message view)</string>-->
<string name="global_settings_confirm_action_spam">דואר זבל</string>
<!-- NEW: <string name="global_settings_confirm_action_delete_notif">Delete (from notification)</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_title">Hide subject in notifications</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_never">Never</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_when_locked">When phone is locked</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_when_locked">When device is locked</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_always">Always</string>-->
<!-- NEW: <string name="global_settings_notification_quick_delete_title">Show \'Delete\' button</string>-->
@ -360,7 +362,7 @@
<string name="account_setup_basics_password_hint">סיסמא</string>
<string name="account_setup_basics_manual_setup_action">הוראות הגדרה</string>
<string name="account_setup_check_settings_title"></string>
<string name="account_setup_check_settings_title"/>
<string name="account_setup_check_settings_retr_info_msg">מאחזר מידע חשבון …</string>
<string name="account_setup_check_settings_check_incoming_msg">בדיקת הגדרות שרת הדואר הנכנס …</string>
<string name="account_setup_check_settings_check_outgoing_msg">בדיקת הגדרות שרת הדואר היוצא …</string>
@ -496,9 +498,9 @@
<string name="move_copy_cannot_copy_unsynced_message">לא ניתן להעתיק או להעביר הודעה שלא מסונכרנת עם השרת</string>
<string name="account_setup_failed_dlg_title">ההגדרה לא הסתיימה</string>
<string name="account_setup_failed_dlg_auth_message_fmt">שם משתמש או סיסמה שגויה.\n(<xliff:g id="error">%s</xliff:g>)</string>
<string name="account_setup_failed_dlg_certificate_message_fmt">לא ניתן להתחבר לשרת באופן בטוח.\n(<xliff:g id="error">%s</xliff:g>)</string>
<string name="account_setup_failed_dlg_server_message_fmt">לא יכול להתחבר לשרת.\n(<xliff:g id="error">%s</xliff:g>)</string>
<string name="account_setup_failed_dlg_auth_message_fmt">שם משתמש או סיסמה שגויה.\n(<xliff:g id="error">%s</xliff:g>)</string> <!-- Username or password incorrect\n(ERR01 Account does not exist) -->
<string name="account_setup_failed_dlg_certificate_message_fmt">לא ניתן להתחבר לשרת באופן בטוח.\n(<xliff:g id="error">%s</xliff:g>)</string> <!-- Cannot safely connect to server\n(Invalid certificate) -->
<string name="account_setup_failed_dlg_server_message_fmt">לא יכול להתחבר לשרת.\n(<xliff:g id="error">%s</xliff:g>)</string> <!-- Cannot connect to server\n(Connection timed out) -->
<string name="account_setup_failed_dlg_edit_details_action">ערוך פרטים</string>
<string name="account_setup_failed_dlg_continue_action">המשך</string>
@ -517,7 +519,7 @@
<string name="account_settings_notification_opens_unread_summary">חיפוש אחר הודעות שלא נקראו כאשר ההתראה נפתחת</string>
<string name="account_settings_notification_unread_count_label">הצג מספר שלא נקראו</string>
<string name="account_settings_notification_unread_count_summary">הצג את מספר ההודעות שלא נקראו בשורת ההתראות.</string>
<!-- NEW: <string name="account_settings_mark_message_as_read_on_view_label">Mark message as read when opening</string>-->
<!-- NEW: <string name="account_settings_mark_message_as_read_on_view_label">Mark as read when opened</string>-->
<!-- NEW: <string name="account_settings_mark_message_as_read_on_view_summary">Mark a message as read when it is opened for viewing</string>-->
<string name="account_settings_show_pictures_label">תמיד הצג תמונות</string>
@ -533,16 +535,16 @@
<string name="account_settings_reply_after_quote_label">השב לאחר הטקסט המצוטט</string>
<string name="account_settings_reply_after_quote_summary">במענה להודעות, ההודעה המקורית תופיע מעל התגובה שלך.</string>
<!-- NEW: <string name="account_settings_strip_signature_label">Strip signature from quoted reply</string>-->
<!-- NEW: <string name="account_settings_strip_signature_summary">When replying to messages, the signature of the quoted text will be stripped</string>-->
<!-- NEW: <string name="account_settings_strip_signature_label">Strip signatures on reply</string>-->
<!-- NEW: <string name="account_settings_strip_signature_summary">Signatures will be removed from quoted messages</string>-->
<string name="account_settings_message_format_label">עיצוב הודעה</string>
<string name="account_settings_message_format_text">טקסט רגיל (תמונות ועיצובים יוסרו)</string>
<string name="account_settings_message_format_html">HTML (תמונות ועיצוב נשמרים)</string>
<!-- NEW: <string name="account_settings_message_format_auto">Automatic (plain text unless replying to an HTML message)</string>-->
<!-- NEW: <string name="account_settings_message_format_auto">Automatic</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_label">Always show CC/BCC</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_summary">Always show the CC/BCC text input fields</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_label">Always show Cc/Bcc</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_summary"/>-->
<string name="account_settings_message_read_receipt_label">אישור קריאה</string>
<string name="account_settings_message_read_receipt_summary">תמיד בקש אישור קריאה</string>
@ -727,6 +729,8 @@
<string name="sort_latest_first">הודעות אחרונות ראשונות</string>
<string name="sort_subject_alpha">נושא אלפביתי</string>
<string name="sort_subject_re_alpha">נושא אלפביתי הפוך</string>
<!-- NEW: <string name="sort_sender_alpha">Sender alphabetical</string>-->
<!-- NEW: <string name="sort_sender_re_alpha">Sender reverse alphabetical</string>-->
<string name="sort_flagged_first">הודעות שמסומנות בכוכב ראשונות</string>
<string name="sort_flagged_last">הודעות שלא מסומנות בכוכב ראשונות</string>
<string name="sort_unread_first">הודעות שלא נקראו ראשונות</string>
@ -738,6 +742,7 @@
<string name="sort_by_date">תאריך</string>
<!-- NEW: <string name="sort_by_arrival">Arrival</string>-->
<string name="sort_by_subject">נושא</string>
<!-- NEW: <string name="sort_by_sender">Sender</string>-->
<string name="sort_by_flag">כוכב</string>
<string name="sort_by_unread">נקרא/לא נקרא</string>
<string name="sort_by_attach">קבצים מצורפים</string>
@ -750,7 +755,7 @@
<string name="provider_note_live">רק כמה חשבונות \ "פלוס \" כוללים גישת POP המאפשרת לתוכנית זו להתחבר. אם אינך יכול להיכנס עם כתובת הדוא"ל והסיסמה הנכונות שלך, ייתכן שאין לך חשבון \ "פלוס \" בתשלום. נא להפעיל את דפדפן האינטרנט כדי לקבל גישה אל חשבונות דואר האלו.</string>
<string name="provider_note_yahoojp">אם אתה רוצה להשתמש ב POP3 עבור ספק זה, אתה צריך לאפשר להשתמש ב POP3 בדף הגדרות דואר Yahoo.</string>
<!-- NEW: <string name="provider_note_auonejp">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on au one mail settings page.</string>-->
<!-- NEW: <string name="provider_note_auonejp">Be sure to enable IMAP or POP3 on the au one mail settings page.</string>-->
<string name="provider_note_naver">אם אתה רוצה להשתמש ב ב-IMAP או POP3 עבור ספק זה, אתה צריך לאפשר להשתמש ב ב-IMAP או POP3 בדף הגדרות הדואר Naver.</string>
<string name="provider_note_hanmail">אם אתה רוצה להשתמש ב ב-IMAP או POP3 עבור ספק זה, אתה צריך לאפשר להשתמש ב ב-IMAP או POP3 בדף Hanmail (Daum) הגדרות דואר.</string>
<string name="provider_note_paran">אם אתה רוצה להשתמש ב ב-IMAP או POP3 עבור ספק זה, אתה צריך לאפשר להשתמש ב ב-IMAP או POP3 בדף הגדרות הדואר Paran.</string>
@ -789,9 +794,9 @@
<string name="folder_list_display_mode_label">תיקיות</string>
<string name="folder_list_display_mode_all">הצג את כל התיקיות</string>
<!-- NEW: <string name="folder_list_display_mode_first_class">Display only 1st Class folders</string>-->
<!-- NEW: <string name="folder_list_display_mode_first_and_second_class">Display 1st and 2nd Class folders</string>-->
<!-- NEW: <string name="folder_list_display_mode_not_second_class">Display all except 2nd Class folders</string>-->
<!-- NEW: <string name="folder_list_display_mode_first_class">1st Class folders</string>-->
<!-- NEW: <string name="folder_list_display_mode_first_and_second_class">1st &amp; 2nd Class folders</string>-->
<!-- NEW: <string name="folder_list_display_mode_not_second_class">Hide 2nd Class folders</string>-->
<string name="account_settings_signature__location_label">מיקום חתימה</string>
<string name="account_settings_signature__location_before_quoted_text">לפני טקסט מצוטט</string>
@ -966,10 +971,24 @@
<string name="dialog_confirm_delete_title">אשר מחיקה</string>
<string name="dialog_confirm_delete_message">אתה בטוח שאתה רוצה למחוק את ההודעה הזאת?</string>
<!-- NEW: <plurals name="dialog_confirm_delete_message">
<!--
Translators:
Please review how to handle pluralization for your language at (1) and ajust
the <item> elements accordingly
Possible values for 'quantity': zero, one, two, few, many, other
(1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals
-->
<!-- NEW:
<plurals name="dialog_confirm_delete_message">
<item quantity="one">Do you really want to delete this message?</item>
<item quantity="other">Do you really want to delete <xliff:g id="message_count">%1$d</xliff:g> messages?</item>
</plurals>-->
</plurals>
-->
<string name="dialog_confirm_delete_confirm_button">מחק</string>
<string name="dialog_confirm_delete_cancel_button">אל תמחק!</string>
@ -1044,7 +1063,7 @@
<!-- NEW: <string name="webview_empty_message">No text</string>-->
<!-- NEW: <string name="webview_contextmenu_link_view_action">Open for viewing</string>-->
<!-- NEW: <string name="webview_contextmenu_link_view_action">Open link</string>-->
<!-- NEW: <string name="webview_contextmenu_link_share_action">Share link</string>-->
<!-- NEW: <string name="webview_contextmenu_link_copy_action">Copy link to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_link_clipboard_label">Link</string>-->
@ -1058,12 +1077,12 @@
<!-- NEW: <string name="webview_contextmenu_phone_call_action">Call number</string>-->
<!-- NEW: <string name="webview_contextmenu_phone_save_action">Save to Contacts</string>-->
<!-- NEW: <string name="webview_contextmenu_phone_copy_action">Copy phone number to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_phone_copy_action">Copy number to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_phone_clipboard_label">Phone number</string>-->
<!-- NEW: <string name="webview_contextmenu_email_send_action">Send mail</string>-->
<!-- NEW: <string name="webview_contextmenu_email_save_action">Save to Contacts</string>-->
<!-- NEW: <string name="webview_contextmenu_email_copy_action">Copy email address to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_email_copy_action">Copy address to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_email_clipboard_label">Email address</string>-->
<!-- NEW: <string name="image_saved_as">Saved image as \"<xliff:g id="filename">%s</xliff:g>\"</string>-->
@ -1077,9 +1096,9 @@
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_250">250</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_500">500</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_1000">1000</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_label">Server search result limit</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_summary">Search will stop after <xliff:g id="num_results">%s</xliff:g> results have been found.</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text">Include body text in server search</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_label">Server search limit</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_summary">Search will stop after finding <xliff:g id="num_results">%s</xliff:g> results.</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text">Include messages text in server search</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text_summary">Full text searches can be slow.</string>-->
<!-- NEW: <string name="remote_search_sending_query">Sending query to server</string>-->
<!-- NEW: <string name="remote_search_downloading">Fetching %d results</string>-->
@ -1092,13 +1111,13 @@
<!-- NEW: <string name="action_remote_search">Search messages on server</string>-->
<!-- NEW: <string name="pull_to_refresh_remote_search_from_local_search_pull">Pull to search server…</string>-->
<!-- NEW: <string name="pull_to_refresh_remote_search_from_local_search_release">Release to search server…</string>-->
<!-- NEW: <string name="remote_search_unavailable_no_network">Remote search is unavailable without network connectivity.</string>-->
<!-- NEW: <string name="remote_search_unavailable_no_network">A network connection is required for server search.</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_label">Use background as (un)read indicator</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_summary">Show read and unread messages with different background colors</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_label">Dim messages after reading</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_summary">A grey background will show that a message has been read</string>-->
<!-- NEW: <string name="global_settings_threaded_view_label">Threaded view</string>-->
<!-- NEW: <string name="global_settings_threaded_view_summary">Collapse messages belonging to the same thread</string>-->
<!-- NEW: <string name="global_settings_threaded_view_summary">Group messages by conversation</string>-->
<!-- NEW: <string name="upgrade_databases_title">Upgrading databases</string>-->
<!-- NEW: <string name="upgrade_databases_unspecified">Upgrading databases…</string>-->
@ -1116,7 +1135,9 @@
<!-- NEW: <string name="global_settings_show_contact_picture_label">Show contact pictures</string>-->
<!-- NEW: <string name="global_settings_show_contact_picture_summary">Show contact pictures in the message list</string>-->
<!-- NEW: <string name="last_refresh_time_format">Last refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Last refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="last_refresh_time_format">Refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="preposition_for_date">on <xliff:g id="date">%s</xliff:g></string>-->
<!-- NEW: <string name="mark_all_as_read">Mark all as read</string>-->
</resources>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- === App-specific strings ============================================================= -->
@ -112,9 +112,9 @@ K-9 は大多数のメールクライアントと同様に、ほとんどのフ
<string name="actionbar_selected"><xliff:g id="selection_count">%d</xliff:g>件選択しました</string>
<!-- Actions will be used as buttons and in menu items -->
<string name="next_action">次へ</string>
<string name="next_action">次へ</string> <!-- Used as part of a multi-step process -->
<string name="previous_action">前へ</string> <!-- Used as part of a multi-step process -->
<string name="okay_action">OK</string>
<string name="okay_action">OK</string> <!-- User to confirm acceptance of dialog boxes, warnings, errors, etc. -->
<string name="cancel_action">キャンセル</string>
<string name="send_action">送信</string>
<string name="send_again_action">再編集</string>
@ -129,7 +129,7 @@ K-9 は大多数のメールクライアントと同様に、ほとんどのフ
<string name="refile_action">整理</string>
<string name="continue_action">継続</string>
<string name="back_action">戻る</string>
<string name="done_action">完了</string>
<string name="done_action">完了</string> <!-- Used to complete a multi-step process -->
<string name="discard_action">破棄</string>
<string name="save_draft_action">下書きへ保存</string>
<string name="check_mail_action">メール受信</string>
@ -177,7 +177,7 @@ K-9 は大多数のメールクライアントと同様に、ほとんどのフ
<string name="prefs_title">グローバル設定</string>
<string name="accounts_context_menu_title">アカウントオプション</string>
<string name="general_no_subject">(件名なし)</string>
<string name="general_no_subject">(件名なし)</string> <!-- Shown in place of the subject when a message has no subject. Showing this in parentheses is customary. -->
<string name="general_no_sender">送信者なし</string>
<string name="status_loading">取込中</string>
<string name="status_loading_more">メール取込中\u2026</string>
@ -281,7 +281,7 @@ K-9 は大多数のメールクライアントと同様に、ほとんどのフ
<string name="message_view_show_pictures_action">画像表示</string>
<string name="message_view_show_message_action">メッセージ表示</string>
<string name="message_view_show_attachments_action">添付ファイル表示</string>
<string name="message_view_show_more_attachments_action">&#8230;</string>
<string name="message_view_show_more_attachments_action"></string>
<string name="message_view_fetching_attachment_toast">添付ファイル取得中</string>
<string name="message_view_no_viewer"><xliff:g id="mimetype">%s</xliff:g>のビューワーが見つかりません</string>
<string name="message_view_download_remainder">すべてダウンロード</string>
@ -361,7 +361,7 @@ K-9 は大多数のメールクライアントと同様に、ほとんどのフ
<string name="account_setup_basics_password_hint">パスワード</string>
<string name="account_setup_basics_manual_setup_action">手動設定</string>
<string name="account_setup_check_settings_title"></string>
<string name="account_setup_check_settings_title"/>
<string name="account_setup_check_settings_retr_info_msg">アカウント情報を取得中\u2026</string>
<string name="account_setup_check_settings_check_incoming_msg">受信メールサーバを確認中\u2026</string>
<string name="account_setup_check_settings_check_outgoing_msg">送信メールサーバを確認中\u2026</string>
@ -543,7 +543,7 @@ K-9 は大多数のメールクライアントと同様に、ほとんどのフ
<string name="account_settings_message_format_auto">自動</string>
<string name="account_settings_always_show_cc_bcc_label">Cc/Bccを常に表示</string>
<string name="account_settings_always_show_cc_bcc_summary"></string>
<string name="account_settings_always_show_cc_bcc_summary"/>
<string name="account_settings_message_read_receipt_label">開封確認</string>
<string name="account_settings_message_read_receipt_summary">常に開封確認を要求する</string>
@ -852,12 +852,12 @@ K-9 は大多数のメールクライアントと同様に、ほとんどのフ
<string name="gestures_summary">ジェスチャー制御を有効にする</string>
<string name="volume_navigation_title">ボリュームキー操作</string>
<string name="volume_navigation_summary"></string>
<string name="volume_navigation_summary"/>
<string name="volume_navigation_message">メッセージ表示</string>
<string name="volume_navigation_list">一覧表示</string>
<string name="start_integrated_inbox_title">統合フォルダで始める</string>
<string name="start_integrated_inbox_summary"></string>
<string name="start_integrated_inbox_summary"/>
<string name="measure_accounts_title">アカウントのサイズ表示</string>
<string name="measure_accounts_summary">表示を速くしたい場合はチェックしない</string>
@ -971,6 +971,18 @@ K-9 は大多数のメールクライアントと同様に、ほとんどのフ
<string name="dialog_confirm_delete_title">削除の確認</string>
<string name="dialog_confirm_delete_message">このメッセージを削除しますか?</string>
<!--
Translators:
Please review how to handle pluralization for your language at (1) and ajust
the <item> elements accordingly
Possible values for 'quantity': zero, one, two, few, many, other
(1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals
-->
<plurals name="dialog_confirm_delete_message">
<item quantity="one">本当にこのメッセージを削除しますか?</item>
<item quantity="other">本当に<xliff:g id="message_count">%1$d</xliff:g>件のメッセージを削除しますか?</item>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- === App-specific strings ============================================================= -->
@ -280,7 +280,7 @@ K-9 메일은 대부분의 무료 hotmail 계정을 지원하지 않으며, 다
<string name="message_view_show_pictures_action">그림 보기</string>
<string name="message_view_show_message_action">메시지 보기</string>
<string name="message_view_show_attachments_action">첨부 파일 보기</string>
<string name="message_view_show_more_attachments_action">더 보기&#8230;</string>
<string name="message_view_show_more_attachments_action">더 보기</string>
<string name="message_view_fetching_attachment_toast">첨부 파일 가져오는 중.</string>
<string name="message_view_no_viewer"><xliff:g id="mimetype">%s</xliff:g>에 대한 뷰어를 찾을 수 없습니다.</string>
<string name="message_view_download_remainder">다운로드 완료 메시지</string>
@ -315,6 +315,8 @@ K-9 메일은 대부분의 무료 hotmail 계정을 지원하지 않으며, 다
<string name="global_settings_messageview_fixedwidth_label">고정 넓이 폰트</string>
<string name="global_settings_messageview_fixedwidth_summary">평문 메시지를 보여줄때 고정 너비 폰트 사용</string>
<!-- NEW: <string name="global_settings_messageview_autofit_width_label">Auto-fit messages</string>-->
<!-- NEW: <string name="global_settings_messageview_autofit_width_summary">Shrink messages to fit the screen</string>-->
<string name="global_settings_messageview_return_to_list_label">삭제 후 목록으로</string>
<string name="global_settings_messageview_return_to_list_summary">메시지 삭제 후에 메시지 목록으로 돌아갑니다</string>
<string name="global_settings_messageview_show_next_label">삭제 후 다음 메시지 보기</string>
@ -358,7 +360,7 @@ K-9 메일은 대부분의 무료 hotmail 계정을 지원하지 않으며, 다
<string name="account_setup_basics_password_hint">비밀번호</string>
<string name="account_setup_basics_manual_setup_action">수동 설정</string>
<string name="account_setup_check_settings_title"></string>
<string name="account_setup_check_settings_title"/>
<string name="account_setup_check_settings_retr_info_msg">계정 정보 복구\u2026</string>
<string name="account_setup_check_settings_check_incoming_msg">수신 서버 설정 확인 중\u2026</string>
<string name="account_setup_check_settings_check_outgoing_msg">발신 서버 설정 확인 중\u2026</string>
@ -725,6 +727,8 @@ K-9 메일은 대부분의 무료 hotmail 계정을 지원하지 않으며, 다
<string name="sort_latest_first">최근 메시지 순서</string>
<string name="sort_subject_alpha">제목의 알파벳/가나다 순서</string>
<string name="sort_subject_re_alpha">제목의 알파벳/가나다 순서의 역순</string>
<!-- NEW: <string name="sort_sender_alpha">Sender alphabetical</string>-->
<!-- NEW: <string name="sort_sender_re_alpha">Sender reverse alphabetical</string>-->
<string name="sort_flagged_first">별표된 메시지 먼저</string>
<string name="sort_flagged_last">별표 없는 메시지 먼저</string>
<string name="sort_unread_first">읽지 않은 메시지 먼저</string>
@ -736,6 +740,7 @@ K-9 메일은 대부분의 무료 hotmail 계정을 지원하지 않으며, 다
<string name="sort_by_date">날짜</string>
<string name="sort_by_arrival">수신 일시</string>
<string name="sort_by_subject">제목</string>
<!-- NEW: <string name="sort_by_sender">Sender</string>-->
<string name="sort_by_flag">별표</string>
<string name="sort_by_unread">읽음/읽지 않음</string>
<string name="sort_by_attach">첨부</string>
@ -968,6 +973,18 @@ K-9 메일은 대부분의 무료 hotmail 계정을 지원하지 않으며, 다
<string name="dialog_confirm_delete_title">삭제 확인</string>
<string name="dialog_confirm_delete_message">이 메시지를 삭제하시겠습니까?</string>
<!--
Translators:
Please review how to handle pluralization for your language at (1) and ajust
the <item> elements accordingly
Possible values for 'quantity': zero, one, two, few, many, other
(1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals
-->
<plurals name="dialog_confirm_delete_message">
<item quantity="one">정말 이 메시지를 삭제하겠습니까?</item>
<item quantity="other">정말 <xliff:g id="message_count">%1$d</xliff:g> 통의 메시지를 삭제하겠습니까?</item>
@ -1122,4 +1139,6 @@ K-9 메일은 대부분의 무료 hotmail 계정을 지원하지 않으며, 다
<string name="last_refresh_time_format"><xliff:g id="formatted_time">%s</xliff:g>에 마지막 새로 고침</string>
<string name="last_refresh_time_format_with_push"><xliff:g id="time_with_preposition">%s</xliff:g>에 마지막 새로 고침 (푸시 활성화됨)</string>
<string name="preposition_for_date"><xliff:g id="date">%s</xliff:g></string>
<!-- NEW: <string name="mark_all_as_read">Mark all as read</string>-->
</resources>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- === App-specific strings ============================================================= -->
@ -68,7 +68,7 @@ Graag foutrapporten, bijdrage nieuwe functies en vragen stellen op
<!-- === App Store-specific strings ======================================================= -->
<!-- NEW: <string name="import_dialog_error_message">There is no suitable application to handle the import operation. Please install a file manager application from Google Play Store.</string>-->
<!-- NEW: <string name="import_dialog_error_message">Please install a file manager to continue with this import.</string>-->
<!-- NEW: <string name="open_market">Open Play Store</string>-->
@ -125,7 +125,7 @@ Graag foutrapporten, bijdrage nieuwe functies en vragen stellen op
<string name="spam_action">Spam</string>
<string name="forward_action">Doorsturen</string>
<string name="move_action">Verplaatsen</string>
<!-- NEW: <string name="single_message_options_action">Message Options</string>-->
<!-- NEW: <string name="single_message_options_action">Send</string>-->
<!-- NEW: <string name="refile_action">Refile</string>-->
<string name="continue_action">Doorgaan</string>
<!-- NEW: <string name="back_action">Back</string>-->
@ -164,8 +164,8 @@ Graag foutrapporten, bijdrage nieuwe functies en vragen stellen op
<string name="mark_as_unread_action">Markeer als ongelezen</string>
<string name="add_cc_bcc_action">Voeg Cc/Bcc toe</string>
<!-- NEW: <string name="read_receipt">Read receipt</string>-->
<!-- NEW: <string name="read_receipt_enabled">Read receipt will be requested</string>-->
<!-- NEW: <string name="read_receipt_disabled">Read receipt will not be requested</string>-->
<!-- NEW: <string name="read_receipt_enabled">Will request read receipt</string>-->
<!-- NEW: <string name="read_receipt_disabled">Will not not request read receipt</string>-->
<string name="add_attachment_action">Voeg bijlage toe</string>
<string name="add_attachment_action_image">Voeg bijlage toe (Afbeelding)</string>
<string name="add_attachment_action_video">Voeg bijlage toe (Video)</string>
@ -210,7 +210,7 @@ Graag foutrapporten, bijdrage nieuwe functies en vragen stellen op
<!-- NEW: <string name="notification_additional_messages">+ <xliff:g id="additional_messages">%d</xliff:g> more on <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_action_reply">Reply</string>-->
<!-- NEW: <string name="notification_action_read">Read</string>-->
<!-- NEW: <string name="notification_action_read">Mark Read</string>-->
<!-- NEW: <string name="notification_action_delete">Delete</string>-->
<!-- NEW: <string name="notification_certificate_error_title">Certificate error for <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_certificate_error_text">Check your server settings</string>-->
@ -281,7 +281,7 @@ Graag foutrapporten, bijdrage nieuwe functies en vragen stellen op
<string name="message_view_show_pictures_action">Laat afbeeldingen zien</string>
<!-- NEW: <string name="message_view_show_message_action">Show message</string>-->
<!-- NEW: <string name="message_view_show_attachments_action">Show attachments</string>-->
<!-- NEW: <string name="message_view_show_more_attachments_action">More&#8230;</string>-->
<!-- NEW: <string name="message_view_show_more_attachments_action">More</string>-->
<string name="message_view_fetching_attachment_toast">bijlage ophalen.</string>
<string name="message_view_no_viewer">Niet in staat viewer te vinden voor <xliff:g id="mimetype">%s</xliff:g>.</string>
<string name="message_view_download_remainder">Download compleet bericht</string>
@ -316,6 +316,8 @@ Graag foutrapporten, bijdrage nieuwe functies en vragen stellen op
<string name="global_settings_messageview_fixedwidth_label">Vaste breedte lettertypen</string>
<string name="global_settings_messageview_fixedwidth_summary">Gebruik een lettertype met vaste breedte bij het weergeven van plain-tekstberichten</string>
<!-- NEW: <string name="global_settings_messageview_autofit_width_label">Auto-fit messages</string>-->
<!-- NEW: <string name="global_settings_messageview_autofit_width_summary">Shrink messages to fit the screen</string>-->
<string name="global_settings_messageview_return_to_list_label">Terug naar lijst na verwijderen</string>
<string name="global_settings_messageview_return_to_list_summary">Terug naar de berichtenlijst na bericht verwijderen</string>
<!-- NEW: <string name="global_settings_messageview_show_next_label">Show next message after delete</string>-->
@ -324,13 +326,13 @@ Graag foutrapporten, bijdrage nieuwe functies en vragen stellen op
<string name="global_settings_confirm_actions_title">Bevestig acties</string>
<string name="global_settings_confirm_actions_summary">Toon een dialoogvenster altijd wanneer u de geselecteerde acties uitvoerd</string>
<string name="global_settings_confirm_action_delete">Verwijder (alleen berichten bekijken)</string>
<!-- NEW: <string name="global_settings_confirm_action_delete_starred">Delete Starred (message view only)</string>-->
<!-- NEW: <string name="global_settings_confirm_action_delete_starred">Delete Starred (in message view)</string>-->
<string name="global_settings_confirm_action_spam">Spam</string>
<!-- NEW: <string name="global_settings_confirm_action_delete_notif">Delete (from notification)</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_title">Hide subject in notifications</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_never">Never</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_when_locked">When phone is locked</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_when_locked">When device is locked</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_always">Always</string>-->
<!-- NEW: <string name="global_settings_notification_quick_delete_title">Show \'Delete\' button</string>-->
@ -359,7 +361,7 @@ Graag foutrapporten, bijdrage nieuwe functies en vragen stellen op
<string name="account_setup_basics_password_hint">Wachtwoord</string>
<string name="account_setup_basics_manual_setup_action">Handmatige setup</string>
<string name="account_setup_check_settings_title"></string>
<string name="account_setup_check_settings_title"/>
<string name="account_setup_check_settings_retr_info_msg">Ophalen account informatie\u2026</string>
<string name="account_setup_check_settings_check_incoming_msg">Controleren van inkomende serverinstellingen\u2026</string>
<string name="account_setup_check_settings_check_outgoing_msg">Controleren van uitgaande serverinstellingen\u2026</string>
@ -516,7 +518,7 @@ Graag foutrapporten, bijdrage nieuwe functies en vragen stellen op
<string name="account_settings_notification_opens_unread_summary">Zoekt voor ongelezen berichten wanneer Notificatie is geopend</string>
<string name="account_settings_notification_unread_count_label">Toon aantal ongelezen</string>
<string name="account_settings_notification_unread_count_summary">Toon het aantal ongelezen berichten in de \'notification bar\'.</string>
<!-- NEW: <string name="account_settings_mark_message_as_read_on_view_label">Mark message as read when opening</string>-->
<!-- NEW: <string name="account_settings_mark_message_as_read_on_view_label">Mark as read when opened</string>-->
<!-- NEW: <string name="account_settings_mark_message_as_read_on_view_summary">Mark a message as read when it is opened for viewing</string>-->
<string name="account_settings_show_pictures_label">Laat afbeeldingen automatisch zien</string>
@ -526,22 +528,22 @@ Graag foutrapporten, bijdrage nieuwe functies en vragen stellen op
<string name="account_settings_composition">Schrijven berichten</string>
<!-- NEW: <string name="account_settings_default_quoted_text_shown_label">Quote original message when replying</string>-->
<!-- NEW: <string name="account_settings_default_quoted_text_shown_summary">When replying to messages, the original message is in your reply.</string>-->
<!-- NEW: <string name="account_settings_default_quoted_text_shown_label">Quote message when replying</string>-->
<!-- NEW: <string name="account_settings_default_quoted_text_shown_summary">Include the original message in your reply.</string>-->
<string name="account_settings_reply_after_quote_label">Antwoorden na quote</string>
<string name="account_settings_reply_after_quote_summary">Wanneer u antwoord op berichten, zal het originele bericht boven uw antwoord staan.</string>
<!-- NEW: <string name="account_settings_strip_signature_label">Strip signature from quoted reply</string>-->
<!-- NEW: <string name="account_settings_strip_signature_summary">When replying to messages, the signature of the quoted text will be stripped</string>-->
<!-- NEW: <string name="account_settings_strip_signature_label">Strip signatures on reply</string>-->
<!-- NEW: <string name="account_settings_strip_signature_summary">Signatures will be removed from quoted messages</string>-->
<string name="account_settings_message_format_label">Berichtopmaak</string>
<string name="account_settings_message_format_text">Platte Tekst (plaatjes en formattering worden verwijderd)</string>
<string name="account_settings_message_format_html">HTML (plaatjes en formattering blijven behouden)</string>
<!-- NEW: <string name="account_settings_message_format_auto">Automatic (plain text unless replying to an HTML message)</string>-->
<!-- NEW: <string name="account_settings_message_format_auto">Automatic</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_label">Always show CC/BCC</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_summary">Always show the CC/BCC text input fields</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_label">Always show Cc/Bcc</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_summary"/>-->
<!-- NEW: <string name="account_settings_message_read_receipt_label">Read receipt</string>-->
<!-- NEW: <string name="account_settings_message_read_receipt_summary">Always request a read receipt</string>-->
@ -726,6 +728,8 @@ Graag foutrapporten, bijdrage nieuwe functies en vragen stellen op
<string name="sort_latest_first">Nieuwste berichten eerst</string>
<string name="sort_subject_alpha">Onderwerp alfabetische volgorde</string>
<string name="sort_subject_re_alpha">Onderwerp omgekeerd alfabetische volgorde</string>
<!-- NEW: <string name="sort_sender_alpha">Sender alphabetical</string>-->
<!-- NEW: <string name="sort_sender_re_alpha">Sender reverse alphabetical</string>-->
<string name="sort_flagged_first">Berichten met ster eerst</string>
<string name="sort_flagged_last">Berichten zonder ster eerst</string>
<string name="sort_unread_first">Ongelezen berichten eerst</string>
@ -737,6 +741,7 @@ Graag foutrapporten, bijdrage nieuwe functies en vragen stellen op
<string name="sort_by_date">Datum</string>
<!-- NEW: <string name="sort_by_arrival">Arrival</string>-->
<string name="sort_by_subject">Onderwerp</string>
<!-- NEW: <string name="sort_by_sender">Sender</string>-->
<string name="sort_by_flag">Ster</string>
<string name="sort_by_unread">Gelezen/ongelezen</string>
<string name="sort_by_attach">Bijlagen</string>
@ -750,11 +755,11 @@ Graag foutrapporten, bijdrage nieuwe functies en vragen stellen op
<string name="provider_note_live">Alleen sommige \"Plus\" accounts staan POP access
toe om verbinding te krijgen met dit programma. Als het niet mogelijk is om in te loggen met de juiste gebruikersnaam en wachtwoord, heb je misschien geen betaalde \"Plus\" account. Start de webbrowser om de toegang tot deze e-mailaccount te krijgen.</string>
<string name="provider_note_yahoojp">Als je POP3 wilt gebruiken, moet je het geebruik van POP3 activeren op de Yahoo mail settings pagina.</string>
<!-- NEW: <string name="provider_note_auonejp">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on au one mail settings page.</string>-->
<!-- NEW: <string name="provider_note_naver">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on Naver mail settings page.</string>-->
<!-- NEW: <string name="provider_note_hanmail">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on Hanmail(Daum) mail settings page.</string>-->
<!-- NEW: <string name="provider_note_paran">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on Paran mail settings page.</string>-->
<!-- NEW: <string name="provider_note_nate">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on Nate mail settings page.</string>-->
<!-- NEW: <string name="provider_note_auonejp">Be sure to enable IMAP or POP3 on the au one mail settings page.</string>-->
<!-- NEW: <string name="provider_note_naver">Be sure to enable IMAP or POP3 on the Naver mail settings page.</string>-->
<!-- NEW: <string name="provider_note_hanmail">Be sure to enable IMAP or POP3 on the Hanmail(Daum) mail settings page.</string>-->
<!-- NEW: <string name="provider_note_paran">Be sure to enable IMAP or POP3 on the Paran mail settings page.</string>-->
<!-- NEW: <string name="provider_note_nate">Be sure to enable IMAP or POP3 on the Nate mail settings page.</string>-->
<string name="account_setup_failed_dlg_invalid_certificate_title">Onbekend Certificaat</string>
<string name="account_setup_failed_dlg_invalid_certificate_accept">Accepteer Sleutel</string>
@ -968,10 +973,24 @@ Graag foutrapporten, bijdrage nieuwe functies en vragen stellen op
<string name="dialog_confirm_delete_title">Bevestig verwijderen</string>
<string name="dialog_confirm_delete_message">Wil je dit bericht verwijderen?</string>
<!-- NEW: <plurals name="dialog_confirm_delete_message">
<!--
Translators:
Please review how to handle pluralization for your language at (1) and ajust
the <item> elements accordingly
Possible values for 'quantity': zero, one, two, few, many, other
(1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals
-->
<!-- NEW:
<plurals name="dialog_confirm_delete_message">
<item quantity="one">Do you really want to delete this message?</item>
<item quantity="other">Do you really want to delete <xliff:g id="message_count">%1$d</xliff:g> messages?</item>
</plurals>-->
</plurals>
-->
<string name="dialog_confirm_delete_confirm_button">Verwijder</string>
<string name="dialog_confirm_delete_cancel_button">Niet verwijderen</string>
@ -987,7 +1006,7 @@ Graag foutrapporten, bijdrage nieuwe functies en vragen stellen op
<string name="debug_logging_enabled">Debug logging van Android logging systeem ingeschakeld</string>
<string name="messagelist_sent_to_me_sigil">»</string> <!-- why is this language dependent? -->
<string name="messagelist_sent_to_me_sigil">»</string>
<string name="messagelist_sent_cc_me_sigil"></string>
<string name="error_unable_to_connect">Kan geen verbinding maken.</string>
@ -1005,10 +1024,12 @@ Graag foutrapporten, bijdrage nieuwe functies en vragen stellen op
<!-- NEW: <string name="settings_export_success">Saved exported settings to <xliff:g id="filename">%s</xliff:g></string>-->
<!-- NEW: <string name="settings_import_global_settings_success">Imported global settings from <xliff:g id="filename">%s</xliff:g></string>-->
<!-- NEW: <string name="settings_import_success">Imported <xliff:g id="accounts">%s</xliff:g> from <xliff:g id="filename">%s</xliff:g></string>-->
<!-- NEW: <plurals name="settings_import_success">
<!-- NEW:
<plurals name="settings_import_success">
<item quantity="one">1 account</item>
<item quantity="other"><xliff:g id="numAccounts">%s</xliff:g> accounts</item>
</plurals>-->
</plurals>
-->
<!-- NEW: <string name="settings_export_failure">Failed to export settings</string>-->
<!-- NEW: <string name="settings_import_failure">Failed to import any settings from <xliff:g id="filename">%s</xliff:g></string>-->
<!-- NEW: <string name="settings_export_success_header">Export succeeded</string>-->
@ -1017,16 +1038,20 @@ Graag foutrapporten, bijdrage nieuwe functies en vragen stellen op
<!-- NEW: <string name="settings_import_failed_header">Import failed</string>-->
<!-- NEW: <string name="settings_import_activate_account_header">Activate account</string>-->
<!-- NEW: <string name="settings_import_activate_account_intro">To be able to use the account \"<xliff:g id="account">%s</xliff:g>\" you need to provide the <xliff:g id="server_passwords">%s</xliff:g>.</string>-->
<!-- NEW: <plurals name="settings_import_server_passwords">
<!-- NEW:
<plurals name="settings_import_server_passwords">
<item quantity="one">server password</item>
<item quantity="other">server passwords</item>
</plurals>-->
</plurals>
-->
<!-- NEW: <string name="settings_import_incoming_server">Incoming server (<xliff:g id="hostname">%s</xliff:g>):</string>-->
<!-- NEW: <string name="settings_import_outgoing_server">Outgoing server (<xliff:g id="hostname">%s</xliff:g>):</string>-->
<!-- NEW: <plurals name="settings_import_setting_passwords">
<!-- NEW:
<plurals name="settings_import_setting_passwords">
<item quantity="one">Setting password…</item>
<item quantity="other">Setting passwords…</item>
</plurals>-->
</plurals>
-->
<!-- NEW: <string name="settings_import_use_incoming_server_password">Use the incoming server password</string>-->
<!-- NEW: <string name="activate_account_action">Activate</string>-->
@ -1047,7 +1072,7 @@ Graag foutrapporten, bijdrage nieuwe functies en vragen stellen op
<!-- NEW: <string name="webview_empty_message">No text</string>-->
<!-- NEW: <string name="webview_contextmenu_link_view_action">Open for viewing</string>-->
<!-- NEW: <string name="webview_contextmenu_link_view_action">Open link</string>-->
<!-- NEW: <string name="webview_contextmenu_link_share_action">Share link</string>-->
<!-- NEW: <string name="webview_contextmenu_link_copy_action">Copy link to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_link_clipboard_label">Link</string>-->
@ -1061,12 +1086,12 @@ Graag foutrapporten, bijdrage nieuwe functies en vragen stellen op
<!-- NEW: <string name="webview_contextmenu_phone_call_action">Call number</string>-->
<!-- NEW: <string name="webview_contextmenu_phone_save_action">Save to Contacts</string>-->
<!-- NEW: <string name="webview_contextmenu_phone_copy_action">Copy phone number to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_phone_copy_action">Copy number to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_phone_clipboard_label">Phone number</string>-->
<!-- NEW: <string name="webview_contextmenu_email_send_action">Send mail</string>-->
<!-- NEW: <string name="webview_contextmenu_email_save_action">Save to Contacts</string>-->
<!-- NEW: <string name="webview_contextmenu_email_copy_action">Copy email address to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_email_copy_action">Copy address to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_email_clipboard_label">Email address</string>-->
<!-- NEW: <string name="image_saved_as">Saved image as \"<xliff:g id="filename">%s</xliff:g>\"</string>-->
@ -1080,9 +1105,9 @@ Graag foutrapporten, bijdrage nieuwe functies en vragen stellen op
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_250">250</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_500">500</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_1000">1000</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_label">Server search result limit</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_summary">Search will stop after <xliff:g id="num_results">%s</xliff:g> results have been found.</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text">Include body text in server search</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_label">Server search limit</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_summary">Search will stop after finding <xliff:g id="num_results">%s</xliff:g> results.</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text">Include messages text in server search</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text_summary">Full text searches can be slow.</string>-->
<!-- NEW: <string name="remote_search_sending_query">Sending query to server</string>-->
<!-- NEW: <string name="remote_search_downloading">Fetching %d results</string>-->
@ -1095,13 +1120,13 @@ Graag foutrapporten, bijdrage nieuwe functies en vragen stellen op
<!-- NEW: <string name="action_remote_search">Search messages on server</string>-->
<!-- NEW: <string name="pull_to_refresh_remote_search_from_local_search_pull">Pull to search server…</string>-->
<!-- NEW: <string name="pull_to_refresh_remote_search_from_local_search_release">Release to search server…</string>-->
<!-- NEW: <string name="remote_search_unavailable_no_network">Remote search is unavailable without network connectivity.</string>-->
<!-- NEW: <string name="remote_search_unavailable_no_network">A network connection is required for server search.</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_label">Use background as (un)read indicator</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_summary">Show read and unread messages with different background colors</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_label">Dim messages after reading</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_summary">A grey background will show that a message has been read</string>-->
<!-- NEW: <string name="global_settings_threaded_view_label">Threaded view</string>-->
<!-- NEW: <string name="global_settings_threaded_view_summary">Collapse messages belonging to the same thread</string>-->
<!-- NEW: <string name="global_settings_threaded_view_summary">Group messages by conversation</string>-->
<!-- NEW: <string name="upgrade_databases_title">Upgrading databases</string>-->
<!-- NEW: <string name="upgrade_databases_unspecified">Upgrading databases…</string>-->
@ -1119,7 +1144,9 @@ Graag foutrapporten, bijdrage nieuwe functies en vragen stellen op
<!-- NEW: <string name="global_settings_show_contact_picture_label">Show contact pictures</string>-->
<!-- NEW: <string name="global_settings_show_contact_picture_summary">Show contact pictures in the message list</string>-->
<!-- NEW: <string name="last_refresh_time_format">Last refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Last refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="last_refresh_time_format">Refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="preposition_for_date">on <xliff:g id="date">%s</xliff:g></string>-->
<!-- NEW: <string name="mark_all_as_read">Mark all as read</string>-->
</resources>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<!-- #################################################################################### -->
<!-- ## ## -->
<!-- ## Polska wersja jezykowa: Marcin Orlowski <carlos@wfmh.org.pl> ## -->
@ -12,7 +11,6 @@
<!-- ## Updated by Błażej Jeżewski, 2012.04.10 ## -->
<!-- ## ## -->
<!-- #################################################################################### -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- === App-specific strings ============================================================= -->
@ -139,7 +137,7 @@ Wszelkie zgłoszenia usterek, zapytania oraz nowe pomysły prosimy przesyłać z
<string name="spam_action">Spam</string>
<string name="forward_action">Prześlij dalej</string>
<string name="move_action">Przenieś</string>
<!-- NEW: <string name="single_message_options_action">Message Options</string>-->
<!-- NEW: <string name="single_message_options_action">Send</string>-->
<!-- NEW: <string name="refile_action">Refile</string>-->
<string name="continue_action">Kontynuuj</string>
<string name="back_action">Cofnij</string>
@ -212,7 +210,7 @@ Wszelkie zgłoszenia usterek, zapytania oraz nowe pomysły prosimy przesyłać z
<string name="compacting_account">Kompaktuję konto \"<xliff:g id="account">%s</xliff:g>\"</string>
<string name="clearing_account">Czyszczę konto \"<xliff:g id="account">%s</xliff:g>\"</string>
<string name="recreating_account">Odtwarzam konto \"<xliff:g id="account">%s</xliff:g>\"</string> <!-- FIXME -->
<string name="recreating_account">Odtwarzam konto \"<xliff:g id="account">%s</xliff:g>\"</string>
<string name="notification_new_title">Nowa wiadomość</string>
<!-- NEW: <string name="notification_new_messages_title"><xliff:g id="new_message_count">%d</xliff:g> new messages</string>-->
@ -220,7 +218,7 @@ Wszelkie zgłoszenia usterek, zapytania oraz nowe pomysły prosimy przesyłać z
<!-- NEW: <string name="notification_additional_messages">+ <xliff:g id="additional_messages">%d</xliff:g> more on <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_action_reply">Reply</string>-->
<!-- NEW: <string name="notification_action_read">Read</string>-->
<!-- NEW: <string name="notification_action_read">Mark Read</string>-->
<!-- NEW: <string name="notification_action_delete">Delete</string>-->
<!-- NEW: <string name="notification_certificate_error_title">Certificate error for <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_certificate_error_text">Check your server settings</string>-->
@ -239,6 +237,7 @@ Wszelkie zgłoszenia usterek, zapytania oraz nowe pomysły prosimy przesyłać z
<string name="special_mailbox_name_sent">Wysłane</string>
<string name="special_mailbox_name_archive">Archiwizuj</string>
<string name="special_mailbox_name_spam">Spam</string>
<!-- Mailbox names displayed to user -->
<string name="special_mailbox_name_drafts_fmt"><xliff:g id="folder">%s</xliff:g> (Szkice)</string>
<string name="special_mailbox_name_trash_fmt"><xliff:g id="folder">%s</xliff:g> (Usunięte)</string>
@ -325,6 +324,8 @@ Wszelkie zgłoszenia usterek, zapytania oraz nowe pomysły prosimy przesyłać z
<string name="global_settings_messageview_fixedwidth_label">Czcionka o stałej szer.</string>
<string name="global_settings_messageview_fixedwidth_summary">Użyj czcionki o stałej szerokości do wyświetlania wiadomości tekstowych</string>
<!-- NEW: <string name="global_settings_messageview_autofit_width_label">Auto-fit messages</string>-->
<!-- NEW: <string name="global_settings_messageview_autofit_width_summary">Shrink messages to fit the screen</string>-->
<string name="global_settings_messageview_return_to_list_label">Skasuj i wróć do listy</string>
<string name="global_settings_messageview_return_to_list_summary">Wraca do listy wiadomości po usunięciu danej wiadomości</string>
<string name="global_settings_messageview_show_next_label">Pokaż następną wiadomość po usunięciu</string>
@ -339,7 +340,7 @@ Wszelkie zgłoszenia usterek, zapytania oraz nowe pomysły prosimy przesyłać z
<!-- NEW: <string name="global_settings_notification_hide_subject_title">Hide subject in notifications</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_never">Never</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_when_locked">When phone is locked</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_when_locked">When device is locked</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_always">Always</string>-->
<!-- NEW: <string name="global_settings_notification_quick_delete_title">Show \'Delete\' button</string>-->
@ -368,7 +369,7 @@ Wszelkie zgłoszenia usterek, zapytania oraz nowe pomysły prosimy przesyłać z
<string name="account_setup_basics_password_hint">Hasło</string>
<string name="account_setup_basics_manual_setup_action">Ustaw ręcznie</string>
<string name="account_setup_check_settings_title"></string>
<string name="account_setup_check_settings_title"/>
<string name="account_setup_check_settings_retr_info_msg">Pobieram informacje…</string>
<string name="account_setup_check_settings_check_incoming_msg">Sprawdzam ustawienia serwera…</string>
<string name="account_setup_check_settings_check_outgoing_msg">Sprawdzam ustawienia serwera…</string>
@ -473,7 +474,7 @@ Wszelkie zgłoszenia usterek, zapytania oraz nowe pomysły prosimy przesyłać z
<string name="account_setup_options_mail_check_frequency_12hour">Co 12 godzin</string>
<string name="account_setup_options_mail_check_frequency_24hour">Co 24 godziny</string>
<string name="push_poll_on_connect_label">Pobieraj podczas połączeń Push</string> <!-- FIXME -->
<string name="push_poll_on_connect_label">Pobieraj podczas połączeń Push</string>
<string name="account_setup_options_enable_push_label">Włącz obsługe Push mail dla tego konta</string>
<string name="account_setup_options_enable_push_summary">Jeżeli Twój serwer obsługuje, nowe wiadomości pojawią się natychmiast. Ta opcja może dramatycznie obniżyć lub zwiększyć wydajność.</string>
<string name="idle_refresh_period_label">Odśwież połączenie IDLE</string>
@ -549,8 +550,8 @@ Wszelkie zgłoszenia usterek, zapytania oraz nowe pomysły prosimy przesyłać z
<string name="account_settings_message_format_html">HTML (z obrazkami i formatowaniem)</string>
<string name="account_settings_message_format_auto">Automatycznie (czysty tekst, chyba że odpoiwadasz na wiadomość HTML)</string>
<!-- NEW: <string name="account_settings_always_show_cc_bcc_label">Always show CC/BCC</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_summary">Always show the CC/BCC text input fields</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_label">Always show Cc/Bcc</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_summary"/>-->
<string name="account_settings_message_read_receipt_label">Potwierdzenie przeczytania</string>
<string name="account_settings_message_read_receipt_summary">Zawsze wymagaj potwierdzenia o przeczytaniu</string>
@ -735,6 +736,8 @@ Wszelkie zgłoszenia usterek, zapytania oraz nowe pomysły prosimy przesyłać z
<string name="sort_latest_first">Najnowsze wiadomości na początku</string>
<string name="sort_subject_alpha">Alfabetycznie, po temacie (A-&gt;Z)</string>
<string name="sort_subject_re_alpha">Alfabetycznie, po temacie (Z-&gt;A)</string>
<!-- NEW: <string name="sort_sender_alpha">Sender alphabetical</string>-->
<!-- NEW: <string name="sort_sender_re_alpha">Sender reverse alphabetical</string>-->
<string name="sort_flagged_first">Wiadomości oznaczone gwiazką jako pierwsze</string>
<string name="sort_flagged_last">Wiadomości bez gwiazdki jako pierwsze</string>
<string name="sort_unread_first">Nieprzeczytane wiadomości jako pierwsze</string>
@ -746,6 +749,7 @@ Wszelkie zgłoszenia usterek, zapytania oraz nowe pomysły prosimy przesyłać z
<string name="sort_by_date">Daty</string>
<string name="sort_by_arrival">Daty otrzymania</string>
<string name="sort_by_subject">Tematu</string>
<!-- NEW: <string name="sort_by_sender">Sender</string>-->
<string name="sort_by_flag">Gwiazdek</string>
<string name="sort_by_unread">Przeczytane/nieprzeczytane</string>
<string name="sort_by_attach">Załącznikach</string>
@ -980,10 +984,24 @@ Wszelkie zgłoszenia usterek, zapytania oraz nowe pomysły prosimy przesyłać z
<string name="dialog_confirm_delete_title">Potwiedź usunięcie</string>
<string name="dialog_confirm_delete_message">Czy chcesz usunąć tą wiadomość?</string>
<!-- NEW: <plurals name="dialog_confirm_delete_message">
<!--
Translators:
Please review how to handle pluralization for your language at (1) and ajust
the <item> elements accordingly
Possible values for 'quantity': zero, one, two, few, many, other
(1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals
-->
<!-- NEW:
<plurals name="dialog_confirm_delete_message">
<item quantity="one">Do you really want to delete this message?</item>
<item quantity="other">Do you really want to delete <xliff:g id="message_count">%1$d</xliff:g> messages?</item>
</plurals>-->
</plurals>
-->
<string name="dialog_confirm_delete_confirm_button">Usuń</string>
<string name="dialog_confirm_delete_cancel_button">Nie usuwaj</string>
@ -1092,9 +1110,9 @@ Wszelkie zgłoszenia usterek, zapytania oraz nowe pomysły prosimy przesyłać z
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_250">250</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_500">500</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_1000">1000</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_label">Server search result limit</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_summary">Search will stop after <xliff:g id="num_results">%s</xliff:g> results have been found.</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text">Include body text in server search</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_label">Server search limit</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_summary">Search will stop after finding <xliff:g id="num_results">%s</xliff:g> results.</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text">Include messages text in server search</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text_summary">Full text searches can be slow.</string>-->
<!-- NEW: <string name="remote_search_sending_query">Sending query to server</string>-->
<!-- NEW: <string name="remote_search_downloading">Fetching %d results</string>-->
@ -1107,13 +1125,13 @@ Wszelkie zgłoszenia usterek, zapytania oraz nowe pomysły prosimy przesyłać z
<!-- NEW: <string name="action_remote_search">Search messages on server</string>-->
<!-- NEW: <string name="pull_to_refresh_remote_search_from_local_search_pull">Pull to search server…</string>-->
<!-- NEW: <string name="pull_to_refresh_remote_search_from_local_search_release">Release to search server…</string>-->
<!-- NEW: <string name="remote_search_unavailable_no_network">Remote search is unavailable without network connectivity.</string>-->
<!-- NEW: <string name="remote_search_unavailable_no_network">A network connection is required for server search.</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_label">Use background as (un)read indicator</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_summary">Show read and unread messages with different background colors</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_label">Dim messages after reading</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_summary">A grey background will show that a message has been read</string>-->
<!-- NEW: <string name="global_settings_threaded_view_label">Threaded view</string>-->
<!-- NEW: <string name="global_settings_threaded_view_summary">Collapse messages belonging to the same thread</string>-->
<!-- NEW: <string name="global_settings_threaded_view_summary">Group messages by conversation</string>-->
<!-- NEW: <string name="upgrade_databases_title">Upgrading databases</string>-->
<!-- NEW: <string name="upgrade_databases_unspecified">Upgrading databases…</string>-->
@ -1131,7 +1149,9 @@ Wszelkie zgłoszenia usterek, zapytania oraz nowe pomysły prosimy przesyłać z
<!-- NEW: <string name="global_settings_show_contact_picture_label">Show contact pictures</string>-->
<!-- NEW: <string name="global_settings_show_contact_picture_summary">Show contact pictures in the message list</string>-->
<!-- NEW: <string name="last_refresh_time_format">Last refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Last refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="last_refresh_time_format">Refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="preposition_for_date">on <xliff:g id="date">%s</xliff:g></string>-->
<!-- NEW: <string name="mark_all_as_read">Mark all as read</string>-->
</resources>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- === App-specific strings ============================================================= -->
@ -203,7 +203,7 @@ Por favor, nos envie relatórios de bugs, contribua para novas melhorias e faça
<string name="notification_new_title">Novo e-mail</string>
<string name="notification_new_messages_title"><xliff:g id="new_message_count">%d</xliff:g> novas mensagens</string>
<string name="notification_new_one_account_fmt"><xliff:g id="unread_message_count">%d</xliff:g> não lidos (<xliff:g id="account">%s</xliff:g>)</string>
<string name="notification_new_one_account_fmt"><xliff:g id="unread_message_count">%d</xliff:g> não lidos (<xliff:g id="account">%s</xliff:g>)</string> <!-- 279 Unread (someone@google.com) -->
<string name="notification_additional_messages">+ <xliff:g id="additional_messages">%d</xliff:g> mais em <xliff:g id="account">%s</xliff:g></string>
<string name="notification_action_reply">Responder</string>
@ -278,7 +278,7 @@ Por favor, nos envie relatórios de bugs, contribua para novas melhorias e faça
<string name="message_view_show_pictures_action">Mostrar imagens</string>
<string name="message_view_show_message_action">Exibir mensagem</string>
<string name="message_view_show_attachments_action">Exibir anexos</string>
<string name="message_view_show_more_attachments_action">Mais&#8230;</string>
<string name="message_view_show_more_attachments_action">Mais</string>
<string name="message_view_fetching_attachment_toast">Buscando anexo</string>
<string name="message_view_no_viewer">Não foi possível encontrar um visualizador para <xliff:g id="mimetype">%s</xliff:g>.</string>
<string name="message_view_download_remainder">Transferir mensagem completa</string>
@ -313,6 +313,8 @@ Por favor, nos envie relatórios de bugs, contribua para novas melhorias e faça
<string name="global_settings_messageview_fixedwidth_label">Fontes de tamanho fixo</string>
<string name="global_settings_messageview_fixedwidth_summary">Use um tamanho fixo de fonte quando mostrar mensagens com texto simples</string>
<string name="global_settings_messageview_autofit_width_label">Auto-ajustar mensagens</string>
<string name="global_settings_messageview_autofit_width_summary">Ajustar texto para caber na tela</string>
<string name="global_settings_messageview_return_to_list_label">Retornar para lista após exclusão</string>
<string name="global_settings_messageview_return_to_list_summary">Retornar para lista de mensagem após exclusão de mensagens</string>
<string name="global_settings_messageview_show_next_label">Mostrar próxima mensagem após exclusão</string>
@ -356,7 +358,7 @@ Por favor, nos envie relatórios de bugs, contribua para novas melhorias e faça
<string name="account_setup_basics_password_hint">Senha</string>
<string name="account_setup_basics_manual_setup_action">Configuração manual</string>
<string name="account_setup_check_settings_title"></string>
<string name="account_setup_check_settings_title"/>
<string name="account_setup_check_settings_retr_info_msg">Recuperando informações de conta\u2026</string>
<string name="account_setup_check_settings_check_incoming_msg">Verificando as configurações do servidor de entrada\u2026</string>
<string name="account_setup_check_settings_check_outgoing_msg">Verificando as configurações do servidor de saída\u2026</string>
@ -529,8 +531,8 @@ Por favor, nos envie relatórios de bugs, contribua para novas melhorias e faça
<string name="account_settings_reply_after_quote_label">Resposta após texto da mensagem</string>
<string name="account_settings_reply_after_quote_summary">Quando respondendo mensagens, o texto original deverá aparecer acima da minha resposta.</string>
<!-- NEW: <string name="account_settings_strip_signature_label">Strip signature from quoted reply</string>-->
<!-- NEW: <string name="account_settings_strip_signature_summary">When replying to messages, the signature of the quoted text will be stripped</string>-->
<!-- NEW: <string name="account_settings_strip_signature_label">Strip signatures on reply</string>-->
<!-- NEW: <string name="account_settings_strip_signature_summary">Signatures will be removed from quoted messages</string>-->
<string name="account_settings_message_format_label">Formato da Mensagem</string>
<string name="account_settings_message_format_text">Texto (imagens e formatação serão removidas)</string>
@ -723,6 +725,8 @@ Por favor, nos envie relatórios de bugs, contribua para novas melhorias e faça
<string name="sort_latest_first">Mensagens recentes primeiro</string>
<string name="sort_subject_alpha">Assunto em ordem alfabética</string>
<string name="sort_subject_re_alpha">Assunto em ordem alfabética reversa</string>
<!-- NEW: <string name="sort_sender_alpha">Sender alphabetical</string>-->
<!-- NEW: <string name="sort_sender_re_alpha">Sender reverse alphabetical</string>-->
<string name="sort_flagged_first">Mensagens favoritas primeiro</string>
<string name="sort_flagged_last">Messages não favoritas primeiro</string>
<string name="sort_unread_first">Não lidas primeiro</string>
@ -750,11 +754,11 @@ Por favor, nos envie relatórios de bugs, contribua para novas melhorias e faça
endereço de e-mail e senha corretos, talvez você não tenha uma conta \"Plus\" paga.
Por favor, abra seu Web browser para conseguir acesso a estes tipos de contas.</string>
<string name="provider_note_yahoojp">Se desejar utilizar POP3 para este provedor, você deverá permitir o uso deste na página de configurações de se e-mail Yahoo.</string>
<!-- NEW: <string name="provider_note_auonejp">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on au one mail settings page.</string>-->
<!-- NEW: <string name="provider_note_naver">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on Naver mail settings page.</string>-->
<!-- NEW: <string name="provider_note_hanmail">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on Hanmail(Daum) mail settings page.</string>-->
<!-- NEW: <string name="provider_note_paran">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on Paran mail settings page.</string>-->
<!-- NEW: <string name="provider_note_nate">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on Nate mail settings page.</string>-->
<!-- NEW: <string name="provider_note_auonejp">Be sure to enable IMAP or POP3 on the au one mail settings page.</string>-->
<!-- NEW: <string name="provider_note_naver">Be sure to enable IMAP or POP3 on the Naver mail settings page.</string>-->
<!-- NEW: <string name="provider_note_hanmail">Be sure to enable IMAP or POP3 on the Hanmail(Daum) mail settings page.</string>-->
<!-- NEW: <string name="provider_note_paran">Be sure to enable IMAP or POP3 on the Paran mail settings page.</string>-->
<!-- NEW: <string name="provider_note_nate">Be sure to enable IMAP or POP3 on the Nate mail settings page.</string>-->
<string name="account_setup_failed_dlg_invalid_certificate_title">Certificado desconhecido</string>
<string name="account_setup_failed_dlg_invalid_certificate_accept">Aceitar chave</string>
@ -968,6 +972,18 @@ Por favor, nos envie relatórios de bugs, contribua para novas melhorias e faça
<string name="dialog_confirm_delete_title">Confirmar exclusão</string>
<string name="dialog_confirm_delete_message">Deseja mesmo excluir esta mensagem?</string>
<!--
Translators:
Please review how to handle pluralization for your language at (1) and ajust
the <item> elements accordingly
Possible values for 'quantity': zero, one, two, few, many, other
(1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals
-->
<plurals name="dialog_confirm_delete_message">
<item quantity="one">Deseja mesmo excluir esta mensagem?</item>
<item quantity="other">Deseja mesmo excluir estas <xliff:g id="message_count">%1$d</xliff:g> mensagens?</item>
@ -1023,10 +1039,12 @@ Por favor, nos envie relatórios de bugs, contribua para novas melhorias e faça
</plurals>
<!-- NEW: <string name="settings_import_incoming_server">Incoming server (<xliff:g id="hostname">%s</xliff:g>):</string>-->
<!-- NEW: <string name="settings_import_outgoing_server">Outgoing server (<xliff:g id="hostname">%s</xliff:g>):</string>-->
<!-- NEW: <plurals name="settings_import_setting_passwords">
<!-- NEW:
<plurals name="settings_import_setting_passwords">
<item quantity="one">Setting password…</item>
<item quantity="other">Setting passwords…</item>
</plurals>-->
</plurals>
-->
<!-- NEW: <string name="settings_import_use_incoming_server_password">Use the incoming server password</string>-->
<!-- NEW: <string name="activate_account_action">Activate</string>-->
@ -1122,7 +1140,6 @@ Por favor, nos envie relatórios de bugs, contribua para novas melhorias e faça
<string name="last_refresh_time_format">Última atualização <xliff:g id="formatted_time">%s</xliff:g></string>
<string name="last_refresh_time_format_with_push">Última atualização <xliff:g id="time_with_preposition">%s</xliff:g> (Push ativado)</string>
<string name="preposition_for_date">em <xliff:g id="date">%s</xliff:g></string>
<string name="mark_all_as_read">Marcar todas como lidas</string>
<string name="global_settings_messageview_autofit_width_label">Auto-ajustar mensagens</string>
<string name="global_settings_messageview_autofit_width_summary">Ajustar texto para caber na tela</string>
</resources>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<!-- Translation of RU version (06.07.2013): Igor Nedoboy (k9russian<AT>gmail<DOT>com) -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- === App-specific strings ============================================================= -->
@ -314,7 +314,6 @@ K-9 Mail — почтовый клиент для Android.
<string name="global_settings_messageview_fixedwidth_summary">Показать сообщения в формате \"Только текст\" моноширинным шрифтом</string>
<string name="global_settings_messageview_autofit_width_label">Вписать по ширине</string>
<string name="global_settings_messageview_autofit_width_summary">Подогнать текст сообщения по ширине экрана</string>
<string name="global_settings_messageview_return_to_list_label">В список после удаления</string>
<string name="global_settings_messageview_return_to_list_summary">Перейти в список сообщений после удаления сообщения</string>
<string name="global_settings_messageview_show_next_label">В следующее после удаления</string>
@ -358,7 +357,7 @@ K-9 Mail — почтовый клиент для Android.
<string name="account_setup_basics_password_hint">пароль</string>
<string name="account_setup_basics_manual_setup_action">Вручную</string>
<string name="account_setup_check_settings_title"></string>
<string name="account_setup_check_settings_title"/>
<string name="account_setup_check_settings_retr_info_msg">Получение сведений\u2026</string>
<string name="account_setup_check_settings_check_incoming_msg">Проверка сервера входящей почты\u2026</string>
<string name="account_setup_check_settings_check_outgoing_msg">Проверка сервера исходящей почты\u2026</string>
@ -540,6 +539,7 @@ K-9 Mail — почтовый клиент для Android.
<string name="account_settings_message_format_auto">Автоматически</string>
<string name="account_settings_always_show_cc_bcc_label">Включать Копия/Скрытая</string>
<!-- NEW: <string name="account_settings_always_show_cc_bcc_summary"/>-->
<string name="account_settings_message_read_receipt_label">Уведомление о прочтении</string>
<string name="account_settings_message_read_receipt_summary">Всегда запрашивать уведомление о прочтении</string>
@ -852,10 +852,12 @@ K-9 Mail — почтовый клиент для Android.
<string name="gestures_summary">Управление жестами</string>
<string name="volume_navigation_title">Прокрутка кнопками Vol+/-</string>
<!-- NEW: <string name="volume_navigation_summary"/>-->
<string name="volume_navigation_message">В сообщении</string>
<string name="volume_navigation_list">В списке</string>
<string name="start_integrated_inbox_title">Во \"Входящие\" при запуске</string>
<!-- NEW: <string name="start_integrated_inbox_summary"/>-->
<string name="measure_accounts_title">Размер ящика</string>
<string name="measure_accounts_summary">Отключите для ускорения работы</string>
@ -969,6 +971,18 @@ K-9 Mail — почтовый клиент для Android.
<string name="dialog_confirm_delete_title">Удаление</string>
<string name="dialog_confirm_delete_message">Сообщение будет удалено. Продолжить?</string>
<!--
Translators:
Please review how to handle pluralization for your language at (1) and ajust
the <item> elements accordingly
Possible values for 'quantity': zero, one, two, few, many, other
(1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals
-->
<plurals name="dialog_confirm_delete_message">
<item quantity="one">Сообщение будет удалено. Продолжить?</item>
<item quantity="other">Сообщения (<xliff:g id="message_count">%1$d</xliff:g> шт.) будут удалены. Продолжить?</item>
@ -1125,5 +1139,6 @@ K-9 Mail — почтовый клиент для Android.
<string name="last_refresh_time_format">обновлено <xliff:g id="formatted_time">%s</xliff:g></string>
<string name="last_refresh_time_format_with_push">обновлено <xliff:g id="time_with_preposition">%s</xliff:g>, push вкл.</string>
<string name="preposition_for_date">в <xliff:g id="date">%s</xliff:g></string>
<string name="mark_all_as_read">Прочитаны все</string>
</resources>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- === App-specific strings ============================================================= -->
@ -68,7 +68,7 @@ Vänligen skicka felrapporter, hjälp till med nya funktioner och ställ frågor
<!-- === App Store-specific strings ======================================================= -->
<!-- NEW: <string name="import_dialog_error_message">There is no suitable application to handle the import operation. Please install a file manager application from Google Play Store.</string>-->
<!-- NEW: <string name="import_dialog_error_message">Please install a file manager to continue with this import.</string>-->
<!-- NEW: <string name="open_market">Open Play Store</string>-->
@ -125,7 +125,7 @@ Vänligen skicka felrapporter, hjälp till med nya funktioner och ställ frågor
<string name="spam_action">Spam</string>
<string name="forward_action">Vidarebefordra</string>
<string name="move_action">Flytta</string>
<!-- NEW: <string name="single_message_options_action">Message Options</string>-->
<!-- NEW: <string name="single_message_options_action">Send</string>-->
<!-- NEW: <string name="refile_action">Refile</string>-->
<string name="continue_action">Fortsätt</string>
<!-- NEW: <string name="back_action">Back</string>-->
@ -164,8 +164,8 @@ Vänligen skicka felrapporter, hjälp till med nya funktioner och ställ frågor
<string name="mark_as_unread_action">Markera som oläst</string>
<string name="add_cc_bcc_action">Lägg till Cc/Bcc</string>
<!-- NEW: <string name="read_receipt">Read receipt</string>-->
<!-- NEW: <string name="read_receipt_enabled">Read receipt will be requested</string>-->
<!-- NEW: <string name="read_receipt_disabled">Read receipt will not be requested</string>-->
<!-- NEW: <string name="read_receipt_enabled">Will request read receipt</string>-->
<!-- NEW: <string name="read_receipt_disabled">Will not not request read receipt</string>-->
<string name="add_attachment_action">Lägg till bilaga</string>
<string name="add_attachment_action_image">Lägg till bilaga (Bild)</string>
<string name="add_attachment_action_video">Lägg till bilaga (Video)</string>
@ -211,7 +211,7 @@ Vänligen skicka felrapporter, hjälp till med nya funktioner och ställ frågor
<!-- NEW: <string name="notification_additional_messages">+ <xliff:g id="additional_messages">%d</xliff:g> more on <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_action_reply">Reply</string>-->
<!-- NEW: <string name="notification_action_read">Read</string>-->
<!-- NEW: <string name="notification_action_read">Mark Read</string>-->
<!-- NEW: <string name="notification_action_delete">Delete</string>-->
<!-- NEW: <string name="notification_certificate_error_title">Certificate error for <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_certificate_error_text">Check your server settings</string>-->
@ -263,7 +263,7 @@ Vänligen skicka felrapporter, hjälp till med nya funktioner och ställ frågor
<string name="message_compose_quote_header_cc">CC:</string>
<string name="message_compose_reply_header_fmt"><xliff:g id="sender">%s</xliff:g> skrev:\n</string>
<string name="message_compose_error_no_recipients">Du måste ange åtminstone en mottagare.</string>
<!-- NEW: <string name="error_contact_address_not_found">No email address could be found.</string>-->
<!-- NEW: <string name="error_contact_address_not_found">No email address could be found for this contact.</string>-->
<string name="message_compose_attachments_skipped_toast">Några bilagor kan inte vidarebefordras eftersom de inte har hämtats.</string>
<!-- NEW: <string name="message_compose_show_quoted_text_action">Quote message</string>-->
<!-- NEW: <string name="message_compose_description_add_to">Add recipient (To)</string>-->
@ -282,7 +282,7 @@ Vänligen skicka felrapporter, hjälp till med nya funktioner och ställ frågor
<string name="message_view_show_pictures_action">Visa bilder</string>
<!-- NEW: <string name="message_view_show_message_action">Show message</string>-->
<!-- NEW: <string name="message_view_show_attachments_action">Show attachments</string>-->
<!-- NEW: <string name="message_view_show_more_attachments_action">More&#8230;</string>-->
<!-- NEW: <string name="message_view_show_more_attachments_action">More</string>-->
<string name="message_view_fetching_attachment_toast">Hämtar bilaga.</string>
<string name="message_view_no_viewer">Kan inte hitta visare för <xliff:g id="mimetype">%s</xliff:g>.</string>
<string name="message_view_download_remainder">Hämta hem hela brevet</string>
@ -317,6 +317,8 @@ Vänligen skicka felrapporter, hjälp till med nya funktioner och ställ frågor
<string name="global_settings_messageview_fixedwidth_label">Teckensnitt med fast bredd</string>
<string name="global_settings_messageview_fixedwidth_summary">Använd ett teckensnitt med fast bredd för att visa brev med enbart text</string>
<!-- NEW: <string name="global_settings_messageview_autofit_width_label">Auto-fit messages</string>-->
<!-- NEW: <string name="global_settings_messageview_autofit_width_summary">Shrink messages to fit the screen</string>-->
<string name="global_settings_messageview_return_to_list_label">Återvänd till listan efter radering</string>
<string name="global_settings_messageview_return_to_list_summary">Återvänd till listan efter att ha raderat ett brev</string>
<!-- NEW: <string name="global_settings_messageview_show_next_label">Show next message after delete</string>-->
@ -325,13 +327,13 @@ Vänligen skicka felrapporter, hjälp till med nya funktioner och ställ frågor
<string name="global_settings_confirm_actions_title">Bekräfta åtgärder</string>
<string name="global_settings_confirm_actions_summary">Visa en dialogruta när du genomför utvalda åtgärder</string>
<string name="global_settings_confirm_action_delete">Radera (endast meddelandevyn)</string>
<!-- NEW: <string name="global_settings_confirm_action_delete_starred">Delete Starred (message view only)</string>-->
<!-- NEW: <string name="global_settings_confirm_action_delete_starred">Delete Starred (in message view)</string>-->
<string name="global_settings_confirm_action_spam">Skräp</string>
<!-- NEW: <string name="global_settings_confirm_action_delete_notif">Delete (from notification)</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_title">Hide subject in notifications</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_never">Never</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_when_locked">When phone is locked</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_when_locked">When device is locked</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_always">Always</string>-->
<!-- NEW: <string name="global_settings_notification_quick_delete_title">Show \'Delete\' button</string>-->
@ -360,7 +362,7 @@ Vänligen skicka felrapporter, hjälp till med nya funktioner och ställ frågor
<string name="account_setup_basics_password_hint">Lösenord</string>
<string name="account_setup_basics_manual_setup_action">Konfigurera manuellt</string>
<string name="account_setup_check_settings_title"></string>
<string name="account_setup_check_settings_title"/>
<string name="account_setup_check_settings_retr_info_msg">Hämtar kontoinformation\u2026</string>
<string name="account_setup_check_settings_check_incoming_msg">Kontrollerar inställningar för inkommande server\u2026</string>
<string name="account_setup_check_settings_check_outgoing_msg">Kontrollerar inställningar för utgående server\u2026</string>
@ -517,7 +519,7 @@ Vänligen skicka felrapporter, hjälp till med nya funktioner och ställ frågor
<string name="account_settings_notification_opens_unread_summary">Letar efter oläst e-post när notifieringen öppnas</string>
<string name="account_settings_notification_unread_count_label">Visa antal olästa</string>
<string name="account_settings_notification_unread_count_summary">Visar antalet olästa brev i notifieringsytan.</string>
<!-- NEW: <string name="account_settings_mark_message_as_read_on_view_label">Mark message as read when opening</string>-->
<!-- NEW: <string name="account_settings_mark_message_as_read_on_view_label">Mark as read when opened</string>-->
<!-- NEW: <string name="account_settings_mark_message_as_read_on_view_summary">Mark a message as read when it is opened for viewing</string>-->
<string name="account_settings_show_pictures_label">Visa bilder automatiskt</string>
@ -527,22 +529,22 @@ Vänligen skicka felrapporter, hjälp till med nya funktioner och ställ frågor
<string name="account_settings_composition">Skriva brev</string>
<!-- NEW: <string name="account_settings_default_quoted_text_shown_label">Quote original message when replying</string>-->
<!-- NEW: <string name="account_settings_default_quoted_text_shown_summary">When replying to messages, the original message is in your reply.</string>-->
<!-- NEW: <string name="account_settings_default_quoted_text_shown_label">Quote message when replying</string>-->
<!-- NEW: <string name="account_settings_default_quoted_text_shown_summary">Include the original message in your reply.</string>-->
<string name="account_settings_reply_after_quote_label">Svar efter citat</string>
<string name="account_settings_reply_after_quote_summary">Vid svar på e-post placeras originalmeddelandet ovanför ditt svar.</string>
<!-- NEW: <string name="account_settings_strip_signature_label">Strip signature from quoted reply</string>-->
<!-- NEW: <string name="account_settings_strip_signature_summary">When replying to messages, the signature of the quoted text will be stripped</string>-->
<!-- NEW: <string name="account_settings_strip_signature_label">Strip signatures on reply</string>-->
<!-- NEW: <string name="account_settings_strip_signature_summary">Signatures will be removed from quoted messages</string>-->
<string name="account_settings_message_format_label">Brevformat</string>
<string name="account_settings_message_format_text">Ren text (bilder och formatering tas bort)</string>
<string name="account_settings_message_format_html">HTML (bilder och formatering behålls)</string>
<!-- NEW: <string name="account_settings_message_format_auto">Automatic (plain text unless replying to an HTML message)</string>-->
<!-- NEW: <string name="account_settings_message_format_auto">Automatic</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_label">Always show CC/BCC</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_summary">Always show the CC/BCC text input fields</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_label">Always show Cc/Bcc</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_summary"/>-->
<!-- NEW: <string name="account_settings_message_read_receipt_label">Read receipt</string>-->
<!-- NEW: <string name="account_settings_message_read_receipt_summary">Always request a read receipt</string>-->
@ -727,6 +729,8 @@ Vänligen skicka felrapporter, hjälp till med nya funktioner och ställ frågor
<string name="sort_latest_first">Nyaste brev först</string>
<string name="sort_subject_alpha">Sortera efter ämne</string>
<string name="sort_subject_re_alpha">Sortera efter ämne omvänt</string>
<!-- NEW: <string name="sort_sender_alpha">Sender alphabetical</string>-->
<!-- NEW: <string name="sort_sender_re_alpha">Sender reverse alphabetical</string>-->
<string name="sort_flagged_first">Stjärnmärkta brev först</string>
<string name="sort_flagged_last">Icke stjärnmärkta brev först</string>
<string name="sort_unread_first">Olästa brev först</string>
@ -738,6 +742,7 @@ Vänligen skicka felrapporter, hjälp till med nya funktioner och ställ frågor
<string name="sort_by_date">Datum</string>
<!-- NEW: <string name="sort_by_arrival">Arrival</string>-->
<string name="sort_by_subject">Ämne</string>
<!-- NEW: <string name="sort_by_sender">Sender</string>-->
<string name="sort_by_flag">Stjärnor</string>
<string name="sort_by_unread">Lästa/olästa</string>
<string name="sort_by_attach">Bilagor</string>
@ -753,11 +758,11 @@ Vänligen skicka felrapporter, hjälp till med nya funktioner och ställ frågor
med din korrekta adress och lösenord så kanske du inte har ett betalt
\"Plus\"-konto. Vänligen starta webbläsaren för att komma åt dessa konton.</string>
<string name="provider_note_yahoojp">Om du vill använda POP3 med denna leverantör måste du välja att tillåta POP3 på inställningssidan för Yahoo!.</string>
<!-- NEW: <string name="provider_note_auonejp">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on au one mail settings page.</string>-->
<!-- NEW: <string name="provider_note_naver">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on Naver mail settings page.</string>-->
<!-- NEW: <string name="provider_note_hanmail">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on Hanmail(Daum) mail settings page.</string>-->
<!-- NEW: <string name="provider_note_paran">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on Paran mail settings page.</string>-->
<!-- NEW: <string name="provider_note_nate">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on Nate mail settings page.</string>-->
<!-- NEW: <string name="provider_note_auonejp">Be sure to enable IMAP or POP3 on the au one mail settings page.</string>-->
<!-- NEW: <string name="provider_note_naver">Be sure to enable IMAP or POP3 on the Naver mail settings page.</string>-->
<!-- NEW: <string name="provider_note_hanmail">Be sure to enable IMAP or POP3 on the Hanmail(Daum) mail settings page.</string>-->
<!-- NEW: <string name="provider_note_paran">Be sure to enable IMAP or POP3 on the Paran mail settings page.</string>-->
<!-- NEW: <string name="provider_note_nate">Be sure to enable IMAP or POP3 on the Nate mail settings page.</string>-->
<string name="account_setup_failed_dlg_invalid_certificate_title">Okänt Certifikat</string>
<string name="account_setup_failed_dlg_invalid_certificate_accept">Acceptera nyckel</string>
@ -971,18 +976,34 @@ Vänligen skicka felrapporter, hjälp till med nya funktioner och ställ frågor
<string name="dialog_confirm_delete_title">Bekräfta radering</string>
<string name="dialog_confirm_delete_message">Vill du radera detta brev?</string>
<!-- NEW: <plurals name="dialog_confirm_delete_message">
<!--
Translators:
Please review how to handle pluralization for your language at (1) and ajust
the <item> elements accordingly
Possible values for 'quantity': zero, one, two, few, many, other
(1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals
-->
<!-- NEW:
<plurals name="dialog_confirm_delete_message">
<item quantity="one">Do you really want to delete this message?</item>
<item quantity="other">Do you really want to delete <xliff:g id="message_count">%1$d</xliff:g> messages?</item>
</plurals>-->
</plurals>
-->
<string name="dialog_confirm_delete_confirm_button">Radera</string>
<string name="dialog_confirm_delete_cancel_button">Radera inte</string>
<!-- NEW: <string name="dialog_confirm_spam_title">Confirm move to spam folder</string>-->
<!-- NEW: <plurals name="dialog_confirm_spam_message">
<!-- NEW:
<plurals name="dialog_confirm_spam_message">
<item quantity="one">Do you really want to move this message to the spam folder?</item>
<item quantity="other">Do you really want to move <xliff:g id="message_count">%1$d</xliff:g> messages to the spam folder?</item>
</plurals>-->
</plurals>
-->
<!-- NEW: <string name="dialog_confirm_spam_confirm_button">Yes</string>-->
<!-- NEW: <string name="dialog_confirm_spam_cancel_button">No</string>-->
@ -1008,10 +1029,12 @@ Vänligen skicka felrapporter, hjälp till med nya funktioner och ställ frågor
<!-- NEW: <string name="settings_export_success">Saved exported settings to <xliff:g id="filename">%s</xliff:g></string>-->
<!-- NEW: <string name="settings_import_global_settings_success">Imported global settings from <xliff:g id="filename">%s</xliff:g></string>-->
<!-- NEW: <string name="settings_import_success">Imported <xliff:g id="accounts">%s</xliff:g> from <xliff:g id="filename">%s</xliff:g></string>-->
<!-- NEW: <plurals name="settings_import_success">
<!-- NEW:
<plurals name="settings_import_success">
<item quantity="one">1 account</item>
<item quantity="other"><xliff:g id="numAccounts">%s</xliff:g> accounts</item>
</plurals>-->
</plurals>
-->
<!-- NEW: <string name="settings_export_failure">Failed to export settings</string>-->
<!-- NEW: <string name="settings_import_failure">Failed to import any settings from <xliff:g id="filename">%s</xliff:g></string>-->
<!-- NEW: <string name="settings_export_success_header">Export succeeded</string>-->
@ -1020,16 +1043,20 @@ Vänligen skicka felrapporter, hjälp till med nya funktioner och ställ frågor
<!-- NEW: <string name="settings_import_failed_header">Import failed</string>-->
<!-- NEW: <string name="settings_import_activate_account_header">Activate account</string>-->
<!-- NEW: <string name="settings_import_activate_account_intro">To be able to use the account \"<xliff:g id="account">%s</xliff:g>\" you need to provide the <xliff:g id="server_passwords">%s</xliff:g>.</string>-->
<!-- NEW: <plurals name="settings_import_server_passwords">
<!-- NEW:
<plurals name="settings_import_server_passwords">
<item quantity="one">server password</item>
<item quantity="other">server passwords</item>
</plurals>-->
</plurals>
-->
<!-- NEW: <string name="settings_import_incoming_server">Incoming server (<xliff:g id="hostname">%s</xliff:g>):</string>-->
<!-- NEW: <string name="settings_import_outgoing_server">Outgoing server (<xliff:g id="hostname">%s</xliff:g>):</string>-->
<!-- NEW: <plurals name="settings_import_setting_passwords">
<!-- NEW:
<plurals name="settings_import_setting_passwords">
<item quantity="one">Setting password…</item>
<item quantity="other">Setting passwords…</item>
</plurals>-->
</plurals>
-->
<!-- NEW: <string name="settings_import_use_incoming_server_password">Use the incoming server password</string>-->
<!-- NEW: <string name="activate_account_action">Activate</string>-->
@ -1050,7 +1077,7 @@ Vänligen skicka felrapporter, hjälp till med nya funktioner och ställ frågor
<!-- NEW: <string name="webview_empty_message">No text</string>-->
<!-- NEW: <string name="webview_contextmenu_link_view_action">Open for viewing</string>-->
<!-- NEW: <string name="webview_contextmenu_link_view_action">Open link</string>-->
<!-- NEW: <string name="webview_contextmenu_link_share_action">Share link</string>-->
<!-- NEW: <string name="webview_contextmenu_link_copy_action">Copy link to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_link_clipboard_label">Link</string>-->
@ -1064,12 +1091,12 @@ Vänligen skicka felrapporter, hjälp till med nya funktioner och ställ frågor
<!-- NEW: <string name="webview_contextmenu_phone_call_action">Call number</string>-->
<!-- NEW: <string name="webview_contextmenu_phone_save_action">Save to Contacts</string>-->
<!-- NEW: <string name="webview_contextmenu_phone_copy_action">Copy phone number to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_phone_copy_action">Copy number to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_phone_clipboard_label">Phone number</string>-->
<!-- NEW: <string name="webview_contextmenu_email_send_action">Send mail</string>-->
<!-- NEW: <string name="webview_contextmenu_email_save_action">Save to Contacts</string>-->
<!-- NEW: <string name="webview_contextmenu_email_copy_action">Copy email address to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_email_copy_action">Copy address to clipboard</string>-->
<!-- NEW: <string name="webview_contextmenu_email_clipboard_label">Email address</string>-->
<!-- NEW: <string name="image_saved_as">Saved image as \"<xliff:g id="filename">%s</xliff:g>\"</string>-->
@ -1083,9 +1110,9 @@ Vänligen skicka felrapporter, hjälp till med nya funktioner och ställ frågor
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_250">250</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_500">500</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_1000">1000</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_label">Server search result limit</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_summary">Search will stop after <xliff:g id="num_results">%s</xliff:g> results have been found.</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text">Include body text in server search</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_label">Server search limit</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_summary">Search will stop after finding <xliff:g id="num_results">%s</xliff:g> results.</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text">Include messages text in server search</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text_summary">Full text searches can be slow.</string>-->
<!-- NEW: <string name="remote_search_sending_query">Sending query to server</string>-->
<!-- NEW: <string name="remote_search_downloading">Fetching %d results</string>-->
@ -1098,13 +1125,13 @@ Vänligen skicka felrapporter, hjälp till med nya funktioner och ställ frågor
<!-- NEW: <string name="action_remote_search">Search messages on server</string>-->
<!-- NEW: <string name="pull_to_refresh_remote_search_from_local_search_pull">Pull to search server…</string>-->
<!-- NEW: <string name="pull_to_refresh_remote_search_from_local_search_release">Release to search server…</string>-->
<!-- NEW: <string name="remote_search_unavailable_no_network">Remote search is unavailable without network connectivity.</string>-->
<!-- NEW: <string name="remote_search_unavailable_no_network">A network connection is required for server search.</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_label">Use background as (un)read indicator</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_summary">Show read and unread messages with different background colors</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_label">Dim messages after reading</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_summary">A grey background will show that a message has been read</string>-->
<!-- NEW: <string name="global_settings_threaded_view_label">Threaded view</string>-->
<!-- NEW: <string name="global_settings_threaded_view_summary">Collapse messages belonging to the same thread</string>-->
<!-- NEW: <string name="global_settings_threaded_view_summary">Group messages by conversation</string>-->
<!-- NEW: <string name="upgrade_databases_title">Upgrading databases</string>-->
<!-- NEW: <string name="upgrade_databases_unspecified">Upgrading databases…</string>-->
@ -1122,7 +1149,9 @@ Vänligen skicka felrapporter, hjälp till med nya funktioner och ställ frågor
<!-- NEW: <string name="global_settings_show_contact_picture_label">Show contact pictures</string>-->
<!-- NEW: <string name="global_settings_show_contact_picture_summary">Show contact pictures in the message list</string>-->
<!-- NEW: <string name="last_refresh_time_format">Last refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Last refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="last_refresh_time_format">Refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="preposition_for_date">on <xliff:g id="date">%s</xliff:g></string>-->
<!-- NEW: <string name="mark_all_as_read">Mark all as read</string>-->
</resources>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- === App-specific strings ============================================================= -->
@ -125,7 +125,7 @@ Lütfen hata raporlarınızı, istediğiniz yeni özellikleri ve sorularınızı
<string name="spam_action">Spam</string>
<string name="forward_action">İlet</string>
<string name="move_action">Taşı</string>
<!-- NEW: <string name="single_message_options_action">Message Options</string>-->
<!-- NEW: <string name="single_message_options_action">Send</string>-->
<!-- NEW: <string name="refile_action">Refile</string>-->
<string name="continue_action">Devam</string>
<string name="back_action">Geri</string>
@ -211,7 +211,7 @@ Lütfen hata raporlarınızı, istediğiniz yeni özellikleri ve sorularınızı
<!-- NEW: <string name="notification_additional_messages">+ <xliff:g id="additional_messages">%d</xliff:g> more on <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_action_reply">Reply</string>-->
<!-- NEW: <string name="notification_action_read">Read</string>-->
<!-- NEW: <string name="notification_action_read">Mark Read</string>-->
<!-- NEW: <string name="notification_action_delete">Delete</string>-->
<!-- NEW: <string name="notification_certificate_error_title">Certificate error for <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_certificate_error_text">Check your server settings</string>-->
@ -282,7 +282,7 @@ Lütfen hata raporlarınızı, istediğiniz yeni özellikleri ve sorularınızı
<string name="message_view_show_pictures_action">Resimleri Göster</string>
<string name="message_view_show_message_action">Mesajı göster</string>
<string name="message_view_show_attachments_action">Ekleri göster</string>
<string name="message_view_show_more_attachments_action">Daha fazla&#8230;</string>
<string name="message_view_show_more_attachments_action">Daha fazla</string>
<string name="message_view_fetching_attachment_toast">Ek alınıyor.</string>
<string name="message_view_no_viewer">için görüntüleyici bulunamadı. <xliff:g id="mimetype">%s</xliff:g>.</string>
<string name="message_view_download_remainder">Bütün mesajı indir.</string>
@ -317,6 +317,8 @@ Lütfen hata raporlarınızı, istediğiniz yeni özellikleri ve sorularınızı
<string name="global_settings_messageview_fixedwidth_label">Sabit genişlikli yazı tipleri</string>
<string name="global_settings_messageview_fixedwidth_summary">Düz metin mesajları gösterdiğinde sabit genişlikli yazı tipi kullan.</string>
<!-- NEW: <string name="global_settings_messageview_autofit_width_label">Auto-fit messages</string>-->
<!-- NEW: <string name="global_settings_messageview_autofit_width_summary">Shrink messages to fit the screen</string>-->
<string name="global_settings_messageview_return_to_list_label">Sildikten sonra listeye dön.</string>
<string name="global_settings_messageview_return_to_list_summary">Mesajı sildikten sonra mesaj listesine dön.</string>
<string name="global_settings_messageview_show_next_label">Sildikten sonra sonraki mesajı göster</string>
@ -331,7 +333,7 @@ Lütfen hata raporlarınızı, istediğiniz yeni özellikleri ve sorularınızı
<!-- NEW: <string name="global_settings_notification_hide_subject_title">Hide subject in notifications</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_never">Never</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_when_locked">When phone is locked</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_when_locked">When device is locked</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_always">Always</string>-->
<!-- NEW: <string name="global_settings_notification_quick_delete_title">Show \'Delete\' button</string>-->
@ -360,7 +362,7 @@ Lütfen hata raporlarınızı, istediğiniz yeni özellikleri ve sorularınızı
<string name="account_setup_basics_password_hint">Şifre</string>
<string name="account_setup_basics_manual_setup_action">El ile ayar</string>
<string name="account_setup_check_settings_title"></string>
<string name="account_setup_check_settings_title"/>
<string name="account_setup_check_settings_retr_info_msg">Hesap bilgisi alınıyor\u2026</string>
<string name="account_setup_check_settings_check_incoming_msg">Gelen sunucu ayarları kontrol ediliyor\u2026</string>
<string name="account_setup_check_settings_check_outgoing_msg">Giden sunucu ayarları kontrol ediliyor\u2026</string>
@ -541,8 +543,8 @@ Lütfen hata raporlarınızı, istediğiniz yeni özellikleri ve sorularınızı
<string name="account_settings_message_format_html">HTML (resimler ve biçimler korunacak)</string>
<string name="account_settings_message_format_auto">Otomatik (HTML mesajına yanıt verilmiyorsa düz metin)</string>
<!-- NEW: <string name="account_settings_always_show_cc_bcc_label">Always show CC/BCC</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_summary">Always show the CC/BCC text input fields</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_label">Always show Cc/Bcc</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_summary"/>-->
<string name="account_settings_message_read_receipt_label">Okundu raporu</string>
<string name="account_settings_message_read_receipt_summary">Daima bir okuma raporu iste</string>
@ -727,6 +729,8 @@ Lütfen hata raporlarınızı, istediğiniz yeni özellikleri ve sorularınızı
<string name="sort_latest_first">En son mesajlar ilk</string>
<string name="sort_subject_alpha">Konuyu alfabetik sırala</string>
<string name="sort_subject_re_alpha">Konuyu ters alfabetik sırala</string>
<!-- NEW: <string name="sort_sender_alpha">Sender alphabetical</string>-->
<!-- NEW: <string name="sort_sender_re_alpha">Sender reverse alphabetical</string>-->
<string name="sort_flagged_first">Yıldızlı mesajlar ilk</string>
<string name="sort_flagged_last">Yıldızsız mesajlar ilk</string>
<string name="sort_unread_first">Okunmamış mesajlar ilk</string>
@ -738,6 +742,7 @@ Lütfen hata raporlarınızı, istediğiniz yeni özellikleri ve sorularınızı
<string name="sort_by_date">Tarih</string>
<string name="sort_by_arrival">Ulaşma</string>
<string name="sort_by_subject">Konu</string>
<!-- NEW: <string name="sort_by_sender">Sender</string>-->
<string name="sort_by_flag">Yıldız</string>
<string name="sort_by_unread">Okundu/Okunmadı</string>
<string name="sort_by_attach">Ekler</string>
@ -971,10 +976,24 @@ Lütfen hata raporlarınızı, istediğiniz yeni özellikleri ve sorularınızı
<string name="dialog_confirm_delete_title">Silmeyi onayla</string>
<string name="dialog_confirm_delete_message">Bu mesajı silmek istiyor musunuz?</string>
<!-- NEW: <plurals name="dialog_confirm_delete_message">
<!--
Translators:
Please review how to handle pluralization for your language at (1) and ajust
the <item> elements accordingly
Possible values for 'quantity': zero, one, two, few, many, other
(1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals
-->
<!-- NEW:
<plurals name="dialog_confirm_delete_message">
<item quantity="one">Do you really want to delete this message?</item>
<item quantity="other">Do you really want to delete <xliff:g id="message_count">%1$d</xliff:g> messages?</item>
</plurals>-->
</plurals>
-->
<string name="dialog_confirm_delete_confirm_button">Sil</string>
<string name="dialog_confirm_delete_cancel_button">Silme</string>
@ -1083,9 +1102,9 @@ Lütfen hata raporlarınızı, istediğiniz yeni özellikleri ve sorularınızı
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_250">250</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_500">500</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_1000">1000</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_label">Server search result limit</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_summary">Search will stop after <xliff:g id="num_results">%s</xliff:g> results have been found.</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text">Include body text in server search</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_label">Server search limit</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_summary">Search will stop after finding <xliff:g id="num_results">%s</xliff:g> results.</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text">Include messages text in server search</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text_summary">Full text searches can be slow.</string>-->
<!-- NEW: <string name="remote_search_sending_query">Sending query to server</string>-->
<!-- NEW: <string name="remote_search_downloading">Fetching %d results</string>-->
@ -1098,13 +1117,13 @@ Lütfen hata raporlarınızı, istediğiniz yeni özellikleri ve sorularınızı
<!-- NEW: <string name="action_remote_search">Search messages on server</string>-->
<!-- NEW: <string name="pull_to_refresh_remote_search_from_local_search_pull">Pull to search server…</string>-->
<!-- NEW: <string name="pull_to_refresh_remote_search_from_local_search_release">Release to search server…</string>-->
<!-- NEW: <string name="remote_search_unavailable_no_network">Remote search is unavailable without network connectivity.</string>-->
<!-- NEW: <string name="remote_search_unavailable_no_network">A network connection is required for server search.</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_label">Use background as (un)read indicator</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_summary">Show read and unread messages with different background colors</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_label">Dim messages after reading</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_summary">A grey background will show that a message has been read</string>-->
<!-- NEW: <string name="global_settings_threaded_view_label">Threaded view</string>-->
<!-- NEW: <string name="global_settings_threaded_view_summary">Collapse messages belonging to the same thread</string>-->
<!-- NEW: <string name="global_settings_threaded_view_summary">Group messages by conversation</string>-->
<!-- NEW: <string name="upgrade_databases_title">Upgrading databases</string>-->
<!-- NEW: <string name="upgrade_databases_unspecified">Upgrading databases…</string>-->
@ -1122,7 +1141,9 @@ Lütfen hata raporlarınızı, istediğiniz yeni özellikleri ve sorularınızı
<!-- NEW: <string name="global_settings_show_contact_picture_label">Show contact pictures</string>-->
<!-- NEW: <string name="global_settings_show_contact_picture_summary">Show contact pictures in the message list</string>-->
<!-- NEW: <string name="last_refresh_time_format">Last refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Last refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="last_refresh_time_format">Refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="preposition_for_date">on <xliff:g id="date">%s</xliff:g></string>-->
<!-- NEW: <string name="mark_all_as_read">Mark all as read</string>-->
</resources>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- === App-specific strings ============================================================= -->
@ -125,7 +125,7 @@ K-9 Mail це поштовий клієнт з відкритим вихідни
<string name="spam_action">Спам</string>
<string name="forward_action">Переслати</string>
<string name="move_action">Перемістити</string>
<!-- NEW: <string name="single_message_options_action">Message Options</string>-->
<!-- NEW: <string name="single_message_options_action">Send</string>-->
<!-- NEW: <string name="refile_action">Refile</string>-->
<string name="continue_action">Продовжити</string>
<string name="back_action">Назад</string>
@ -211,7 +211,7 @@ K-9 Mail це поштовий клієнт з відкритим вихідни
<!-- NEW: <string name="notification_additional_messages">+ <xliff:g id="additional_messages">%d</xliff:g> more on <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_action_reply">Reply</string>-->
<!-- NEW: <string name="notification_action_read">Read</string>-->
<!-- NEW: <string name="notification_action_read">Mark Read</string>-->
<!-- NEW: <string name="notification_action_delete">Delete</string>-->
<!-- NEW: <string name="notification_certificate_error_title">Certificate error for <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_certificate_error_text">Check your server settings</string>-->
@ -282,7 +282,7 @@ K-9 Mail це поштовий клієнт з відкритим вихідни
<string name="message_view_show_pictures_action">Показати зобарження</string>
<string name="message_view_show_message_action">Показати повідомлення</string>
<string name="message_view_show_attachments_action">Показати вкладення</string>
<string name="message_view_show_more_attachments_action">Більше&#8230;</string>
<string name="message_view_show_more_attachments_action">Більше</string>
<string name="message_view_fetching_attachment_toast">Отримання вкладення.</string>
<string name="message_view_no_viewer">Не знайдено програму для перегляду <xliff:g id="mimetype">%s</xliff:g>.</string>
<string name="message_view_download_remainder">Завантажити усе повідомлення</string>
@ -317,6 +317,8 @@ K-9 Mail це поштовий клієнт з відкритим вихідни
<string name="global_settings_messageview_fixedwidth_label">Шрифти фіксованої щирини</string>
<string name="global_settings_messageview_fixedwidth_summary">Використовувати шрифт фіксованої ширини для відображення звичайних текстових повідомлень</string>
<!-- NEW: <string name="global_settings_messageview_autofit_width_label">Auto-fit messages</string>-->
<!-- NEW: <string name="global_settings_messageview_autofit_width_summary">Shrink messages to fit the screen</string>-->
<string name="global_settings_messageview_return_to_list_label">Повернутися до списку після вилучення</string>
<string name="global_settings_messageview_return_to_list_summary">Повернутися до списку повідомлень після вилучення повідомлення</string>
<string name="global_settings_messageview_show_next_label">Показувати наступне повідомлення після вилучення повідомлення</string>
@ -331,7 +333,7 @@ K-9 Mail це поштовий клієнт з відкритим вихідни
<!-- NEW: <string name="global_settings_notification_hide_subject_title">Hide subject in notifications</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_never">Never</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_when_locked">When phone is locked</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_when_locked">When device is locked</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_always">Always</string>-->
<!-- NEW: <string name="global_settings_notification_quick_delete_title">Show \'Delete\' button</string>-->
@ -360,7 +362,7 @@ K-9 Mail це поштовий клієнт з відкритим вихідни
<string name="account_setup_basics_password_hint">Пароль</string>
<string name="account_setup_basics_manual_setup_action">Ручне налаштування</string>
<string name="account_setup_check_settings_title"></string>
<string name="account_setup_check_settings_title"/>
<string name="account_setup_check_settings_retr_info_msg">Отримання інформації про обліковий запис\u2026</string>
<string name="account_setup_check_settings_check_incoming_msg">Перевірка налаштувань вхідного сервера\u2026</string>
<string name="account_setup_check_settings_check_outgoing_msg">Перевірка налаштувань вихідного сервера\u2026</string>
@ -541,8 +543,8 @@ K-9 Mail це поштовий клієнт з відкритим вихідни
<string name="account_settings_message_format_html">HTML (зберігати зображення та форматування)</string>
<string name="account_settings_message_format_auto">Автоматичний (plain text unless replying to an HTML message)</string>
<!-- NEW: <string name="account_settings_always_show_cc_bcc_label">Always show CC/BCC</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_summary">Always show the CC/BCC text input fields</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_label">Always show Cc/Bcc</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_summary"/>-->
<string name="account_settings_message_read_receipt_label">Повідомлення про прочитання</string>
<string name="account_settings_message_read_receipt_summary">Завжди запитувати повідомлення про прочитання</string>
@ -727,6 +729,8 @@ K-9 Mail це поштовий клієнт з відкритим вихідни
<string name="sort_latest_first">Спершу нові повідомлення</string>
<string name="sort_subject_alpha">Тема за алфавітом</string>
<string name="sort_subject_re_alpha">Тема за алфавітом у зворотньому порядку</string>
<!-- NEW: <string name="sort_sender_alpha">Sender alphabetical</string>-->
<!-- NEW: <string name="sort_sender_re_alpha">Sender reverse alphabetical</string>-->
<string name="sort_flagged_first">Спершу повідомлення із зірочками</string>
<string name="sort_flagged_last">Спершу повідомлення без зірочок</string>
<string name="sort_unread_first">Спершу непрочитані повідомлення</string>
@ -738,6 +742,7 @@ K-9 Mail це поштовий клієнт з відкритим вихідни
<string name="sort_by_date">датою</string>
<string name="sort_by_arrival">Надходженням</string>
<string name="sort_by_subject">Темою</string>
<!-- NEW: <string name="sort_by_sender">Sender</string>-->
<string name="sort_by_flag">Зірочкою</string>
<string name="sort_by_unread">Прочитані/непрочитані</string>
<string name="sort_by_attach">Вкладенням</string>
@ -970,10 +975,24 @@ K-9 Mail це поштовий клієнт з відкритим вихідни
<string name="dialog_confirm_delete_title">Підтвердіть вилучення</string>
<string name="dialog_confirm_delete_message">Ви хочете вилучити це повідомлення?</string>
<!-- NEW: <plurals name="dialog_confirm_delete_message">
<!--
Translators:
Please review how to handle pluralization for your language at (1) and ajust
the <item> elements accordingly
Possible values for 'quantity': zero, one, two, few, many, other
(1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals
-->
<!-- NEW:
<plurals name="dialog_confirm_delete_message">
<item quantity="one">Do you really want to delete this message?</item>
<item quantity="other">Do you really want to delete <xliff:g id="message_count">%1$d</xliff:g> messages?</item>
</plurals>-->
</plurals>
-->
<string name="dialog_confirm_delete_confirm_button">Вилучати</string>
<string name="dialog_confirm_delete_cancel_button">Не вилучати</string>
@ -1084,9 +1103,9 @@ K-9 Mail це поштовий клієнт з відкритим вихідни
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_250">250</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_500">500</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_1000">1000</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_label">Server search result limit</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_summary">Search will stop after <xliff:g id="num_results">%s</xliff:g> results have been found.</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text">Include body text in server search</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_label">Server search limit</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_summary">Search will stop after finding <xliff:g id="num_results">%s</xliff:g> results.</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text">Include messages text in server search</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text_summary">Full text searches can be slow.</string>-->
<!-- NEW: <string name="remote_search_sending_query">Sending query to server</string>-->
<!-- NEW: <string name="remote_search_downloading">Fetching %d results</string>-->
@ -1099,13 +1118,13 @@ K-9 Mail це поштовий клієнт з відкритим вихідни
<!-- NEW: <string name="action_remote_search">Search messages on server</string>-->
<!-- NEW: <string name="pull_to_refresh_remote_search_from_local_search_pull">Pull to search server…</string>-->
<!-- NEW: <string name="pull_to_refresh_remote_search_from_local_search_release">Release to search server…</string>-->
<!-- NEW: <string name="remote_search_unavailable_no_network">Remote search is unavailable without network connectivity.</string>-->
<!-- NEW: <string name="remote_search_unavailable_no_network">A network connection is required for server search.</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_label">Use background as (un)read indicator</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_summary">Show read and unread messages with different background colors</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_label">Dim messages after reading</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_summary">A grey background will show that a message has been read</string>-->
<!-- NEW: <string name="global_settings_threaded_view_label">Threaded view</string>-->
<!-- NEW: <string name="global_settings_threaded_view_summary">Collapse messages belonging to the same thread</string>-->
<!-- NEW: <string name="global_settings_threaded_view_summary">Group messages by conversation</string>-->
<!-- NEW: <string name="upgrade_databases_title">Upgrading databases</string>-->
<!-- NEW: <string name="upgrade_databases_unspecified">Upgrading databases…</string>-->
@ -1123,7 +1142,9 @@ K-9 Mail це поштовий клієнт з відкритим вихідни
<!-- NEW: <string name="global_settings_show_contact_picture_label">Show contact pictures</string>-->
<!-- NEW: <string name="global_settings_show_contact_picture_summary">Show contact pictures in the message list</string>-->
<!-- NEW: <string name="last_refresh_time_format">Last refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Last refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="last_refresh_time_format">Refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="preposition_for_date">on <xliff:g id="date">%s</xliff:g></string>-->
<!-- NEW: <string name="mark_all_as_read">Mark all as read</string>-->
</resources>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- === App-specific strings ============================================================= -->
@ -124,7 +124,7 @@ K-9改进的功能包括
<string name="spam_action">标记为垃圾</string>
<string name="forward_action">转发</string>
<string name="move_action">移动</string>
<!-- NEW: <string name="single_message_options_action">Message Options</string>-->
<!-- NEW: <string name="single_message_options_action">Send</string>-->
<!-- NEW: <string name="refile_action">Refile</string>-->
<string name="continue_action">继续</string>
<string name="back_action">返回</string>
@ -204,7 +204,7 @@ K-9改进的功能包括
<!-- NEW: <string name="notification_additional_messages">+ <xliff:g id="additional_messages">%d</xliff:g> more on <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_action_reply">Reply</string>-->
<!-- NEW: <string name="notification_action_read">Read</string>-->
<!-- NEW: <string name="notification_action_read">Mark Read</string>-->
<!-- NEW: <string name="notification_action_delete">Delete</string>-->
<!-- NEW: <string name="notification_certificate_error_title">Certificate error for <xliff:g id="account">%s</xliff:g></string>-->
<!-- NEW: <string name="notification_certificate_error_text">Check your server settings</string>-->
@ -275,7 +275,7 @@ K-9改进的功能包括
<string name="message_view_show_pictures_action">显示图片</string>
<string name="message_view_show_message_action">显示邮件</string>
<string name="message_view_show_attachments_action">显示附件</string>
<string name="message_view_show_more_attachments_action">更多&#8230;</string>
<string name="message_view_show_more_attachments_action">更多</string>
<string name="message_view_fetching_attachment_toast">正在接收附件</string>
<string name="message_view_no_viewer">无法打开<xliff:g id="mimetype">%s</xliff:g>。找不到可以阅读该文件的程序。</string>
<string name="message_view_download_remainder">下载完整邮件</string>
@ -310,6 +310,8 @@ K-9改进的功能包括
<string name="global_settings_messageview_fixedwidth_label">定宽字体</string>
<string name="global_settings_messageview_fixedwidth_summary">使用定宽字体显示纯文本邮件</string>
<!-- NEW: <string name="global_settings_messageview_autofit_width_label">Auto-fit messages</string>-->
<!-- NEW: <string name="global_settings_messageview_autofit_width_summary">Shrink messages to fit the screen</string>-->
<string name="global_settings_messageview_return_to_list_label">删除后回到自动返回到列表</string>
<string name="global_settings_messageview_return_to_list_summary">邮件删除后自动返回到邮件列表</string>
<string name="global_settings_messageview_show_next_label">删除后显示下一封邮件</string>
@ -324,7 +326,7 @@ K-9改进的功能包括
<!-- NEW: <string name="global_settings_notification_hide_subject_title">Hide subject in notifications</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_never">Never</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_when_locked">When phone is locked</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_when_locked">When device is locked</string>-->
<!-- NEW: <string name="global_settings_notification_hide_subject_always">Always</string>-->
<!-- NEW: <string name="global_settings_notification_quick_delete_title">Show \'Delete\' button</string>-->
@ -353,7 +355,7 @@ K-9改进的功能包括
<string name="account_setup_basics_password_hint">密码</string>
<string name="account_setup_basics_manual_setup_action">手工设置</string>
<string name="account_setup_check_settings_title"></string>
<string name="account_setup_check_settings_title"/>
<string name="account_setup_check_settings_retr_info_msg">正在获取账户信息\u2026</string>
<string name="account_setup_check_settings_check_incoming_msg">正在检查收件服务器设置\u2026</string>
<string name="account_setup_check_settings_check_outgoing_msg">正在检查发件服务器设置\u2026</string>
@ -534,8 +536,8 @@ K-9改进的功能包括
<string name="account_settings_message_format_html">HTML图片和排版将被保留</string>
<string name="account_settings_message_format_auto">自动纯文本除非是在回复HTML邮件</string>
<!-- NEW: <string name="account_settings_always_show_cc_bcc_label">Always show CC/BCC</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_summary">Always show the CC/BCC text input fields</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_label">Always show Cc/Bcc</string>-->
<!-- NEW: <string name="account_settings_always_show_cc_bcc_summary"/>-->
<string name="account_settings_message_read_receipt_label">已读回执</string>
<string name="account_settings_message_read_receipt_summary">总是要求已读回执</string>
@ -720,6 +722,8 @@ K-9改进的功能包括
<string name="sort_latest_first">优先显示最近的邮件</string>
<string name="sort_subject_alpha">按主题升序</string>
<string name="sort_subject_re_alpha">按主题降序</string>
<!-- NEW: <string name="sort_sender_alpha">Sender alphabetical</string>-->
<!-- NEW: <string name="sort_sender_re_alpha">Sender reverse alphabetical</string>-->
<string name="sort_flagged_first">优先显示带有星标的邮件</string>
<string name="sort_flagged_last">优先显示没有星标的邮件</string>
<string name="sort_unread_first">优先显示未读邮件</string>
@ -731,6 +735,7 @@ K-9改进的功能包括
<string name="sort_by_date">日期</string>
<string name="sort_by_arrival">到达时间</string>
<string name="sort_by_subject">主题</string>
<!-- NEW: <string name="sort_by_sender">Sender</string>-->
<string name="sort_by_flag">星标</string>
<string name="sort_by_unread">已读/未读</string>
<string name="sort_by_attach">附件</string>
@ -743,7 +748,7 @@ K-9改进的功能包括
<string name="provider_note_live">只有一些“高级账户”允许POP访问并允许该程序连接。如果您使用了正确的用户名和密码却仍旧无法登录则您可能没有购买这些“高级账户”。请使用浏览器来访问这些账户。</string>
<string name="provider_note_yahoojp">如果您想使用POP3请在Yahoo mail的设置页面里设置允许POP3。</string>
<!-- NEW: <string name="provider_note_auonejp">If you would like to use IMAP or POP3 for this provider, You should permit to use IMAP or POP3 on au one mail settings page.</string>-->
<!-- NEW: <string name="provider_note_auonejp">Be sure to enable IMAP or POP3 on the au one mail settings page.</string>-->
<string name="provider_note_naver">如果您想使用IMAP或者POP3请在Naver mail的设置页面设置允许IMAP或者POP3。</string>
<string name="provider_note_hanmail">如果您想使用IMAP或者POP3请在Hanmail(Daum) mail的设置页面设置允许IMAP或者POP3。</string>
<string name="provider_note_paran">如果您想使用IMAP或者POP3请在Paran mail的设置页面设置允许IMAP或者POP3。</string>
@ -961,10 +966,24 @@ K-9改进的功能包括
<string name="dialog_confirm_delete_title">删除确认</string>
<string name="dialog_confirm_delete_message">你确定要删除这封邮件么?</string>
<!-- NEW: <plurals name="dialog_confirm_delete_message">
<!--
Translators:
Please review how to handle pluralization for your language at (1) and ajust
the <item> elements accordingly
Possible values for 'quantity': zero, one, two, few, many, other
(1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals
-->
<!-- NEW:
<plurals name="dialog_confirm_delete_message">
<item quantity="one">Do you really want to delete this message?</item>
<item quantity="other">Do you really want to delete <xliff:g id="message_count">%1$d</xliff:g> messages?</item>
</plurals>-->
</plurals>
-->
<string name="dialog_confirm_delete_confirm_button">删除</string>
<string name="dialog_confirm_delete_cancel_button">不要删除</string>
@ -1073,9 +1092,9 @@ K-9改进的功能包括
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_250">250</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_500">500</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_results_entries_1000">1000</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_label">Server search result limit</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_summary">Search will stop after <xliff:g id="num_results">%s</xliff:g> results have been found.</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text">Include body text in server search</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_label">Server search limit</string>-->
<!-- NEW: <string name="account_settings_remote_search_num_summary">Search will stop after finding <xliff:g id="num_results">%s</xliff:g> results.</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text">Include messages text in server search</string>-->
<!-- NEW: <string name="account_settings_remote_search_full_text_summary">Full text searches can be slow.</string>-->
<!-- NEW: <string name="remote_search_sending_query">Sending query to server</string>-->
<!-- NEW: <string name="remote_search_downloading">Fetching %d results</string>-->
@ -1088,13 +1107,13 @@ K-9改进的功能包括
<!-- NEW: <string name="action_remote_search">Search messages on server</string>-->
<!-- NEW: <string name="pull_to_refresh_remote_search_from_local_search_pull">Pull to search server…</string>-->
<!-- NEW: <string name="pull_to_refresh_remote_search_from_local_search_release">Release to search server…</string>-->
<!-- NEW: <string name="remote_search_unavailable_no_network">Remote search is unavailable without network connectivity.</string>-->
<!-- NEW: <string name="remote_search_unavailable_no_network">A network connection is required for server search.</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_label">Use background as (un)read indicator</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_summary">Show read and unread messages with different background colors</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_label">Dim messages after reading</string>-->
<!-- NEW: <string name="global_settings_background_as_unread_indicator_summary">A grey background will show that a message has been read</string>-->
<!-- NEW: <string name="global_settings_threaded_view_label">Threaded view</string>-->
<!-- NEW: <string name="global_settings_threaded_view_summary">Collapse messages belonging to the same thread</string>-->
<!-- NEW: <string name="global_settings_threaded_view_summary">Group messages by conversation</string>-->
<!-- NEW: <string name="upgrade_databases_title">Upgrading databases</string>-->
<!-- NEW: <string name="upgrade_databases_unspecified">Upgrading databases…</string>-->
@ -1112,7 +1131,9 @@ K-9改进的功能包括
<!-- NEW: <string name="global_settings_show_contact_picture_label">Show contact pictures</string>-->
<!-- NEW: <string name="global_settings_show_contact_picture_summary">Show contact pictures in the message list</string>-->
<!-- NEW: <string name="last_refresh_time_format">Last refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Last refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="last_refresh_time_format">Refreshed <xliff:g id="formatted_time">%s</xliff:g></string>-->
<!-- NEW: <string name="last_refresh_time_format_with_push">Refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>-->
<!-- NEW: <string name="preposition_for_date">on <xliff:g id="date">%s</xliff:g></string>-->
<!-- NEW: <string name="mark_all_as_read">Mark all as read</string>-->
</resources>

View File

@ -1,23 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<plurals name="dialog_confirm_delete_message">
<item quantity="other">確定要刪除 %1$d 則訊息?</item>
<item quantity="one">確定要刪除此訊息?</item>
</plurals>
<plurals name="dialog_confirm_spam_message">
<item quantity="other">確定要將選取的 %1$d 封郵件移至垃圾桶嗎?</item>
<item quantity="one">確定要將郵件移至垃圾桶嗎?</item>
</plurals>
<plurals name="settings_import_success">
<item quantity="other">%s 帳號</item>
<item quantity="one">1 帳號</item>
</plurals>
<plurals name="settings_import_server_passwords">
<item quantity="other">伺服器密碼</item>
<item quantity="one">伺服器密碼</item>
</plurals>
<plurals name="settings_import_setting_passwords">
<item quantity="other">正在設定密碼…</item>
<item quantity="one">正在設定密碼…</item>
</plurals>
</resources>

View File

@ -1,59 +1,93 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_revision_url">https://github.com/k9mail/k-9/wiki/ReleaseNotes</string>
<string name="app_webpage_url">http://code.google.com/p/k9mail/</string>
<string name="message_header_mua">K-9 Mail for Android</string>
<string name="app_htmlcleaner_license">&lt;p&gt;HtmlCleaner is distributed under BSD License. It gives the freedom for anyone to use, explore, modify, and distribute HtmlCleaner, but without any warranty.&lt;/p&gt;&lt;p&gt;Copyright © 20062011, HtmlCleaner team.&lt;br&gt;All rights reserved.&lt;/p&gt;&lt;p&gt;Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following conditions are met:&lt;/p&gt;&lt;p&gt;&lt;ul&gt;&lt;li&gt;Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.&lt;/li&gt;&lt;li&gt;Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.&lt;/li&gt;&lt;li&gt;The name of HtmlCleaner may not be used to endorse or promote products derived from this software without specific prior written permission.&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;/p&gt;</string>
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- === App-specific strings ============================================================= -->
<!-- This should make it easier for forks to change the branding -->
<!-- Used in AndroidManifest.xml -->
<string name="app_name">K-9 Mail</string>
<string name="beta_app_name">K-9 Mail測試版</string>
<string name="shortcuts_title">K-9帳戶</string>
<string name="unread_widget_label">K-9 未讀</string>
<string name="remote_control_label">遠端控制K-9 Mail</string>
<string name="remote_control_desc">在遠端透過此程式可控制K-9 Mail的執行或變更設定。</string>
<!-- Used in the about dialog -->
<string name="app_authors">谷歌以及幫著遛K-9的小朋友們。</string>
<string name="app_copyright_fmt" formatted="false">版權所有 2008-%s The K-9 Dog Walkers. Portions Copyright 2006-%s the Android Open Source Project.</string>
<string name="app_license">依據 Apache Version 2.0.規範授權</string>
<!-- Welcome message -->
<string name="welcome_message_title">歡迎使用K-9 Mail</string>
<string name="accounts_welcome">&lt;p&gt; K-9 Mail是Android系統的開放原始碼的電子郵件客戶端原始程式碼來自Android內建的電子郵件程式。 &lt;/p&gt;&lt;p&gt; K-9改良的功能包括 &lt;/p&gt; &lt;ul&gt; &lt;li&gt;利用IMAP IDEL進行Push mail&lt;/li&gt; &lt;li&gt;更好的執行效率&lt;/li&gt; &lt;li&gt;重新發送郵件&lt;/li&gt; &lt;li&gt;郵件簽名&lt;/li&gt; &lt;li&gt;密件副本給自己&lt;/li&gt; &lt;li&gt;信件匣訂閱&lt;/li&gt; &lt;li&gt;同步全部信件匣&lt;/li&gt; &lt;li&gt;可以編輯回信收件人地址&lt;/li&gt; &lt;li&gt;鍵盤捷徑鍵&lt;/li&gt; &lt;li&gt;更完整支援IMAP&lt;/li&gt; &lt;li&gt;儲存附件到記憶卡&lt;/li&gt; &lt;li&gt;清空垃圾桶&lt;/li&gt; &lt;li&gt;郵件排序&lt;/li&gt; &lt;li&gt;以及其他很多功能~&lt;/li&gt; &lt;/ul&gt; &lt;p&gt; 請注意K-9不支援絕大多數免費Hotmail帳戶。跟其他的電子郵件客戶端一樣在和Microsoft Exchange伺服器溝通的時候存在一些詭異的問題。 &lt;/p&gt;&lt;p&gt; 請到&lt;a href=http://k9mail.googlecode.com/&gt;http://k9mail.googlecode.com/&lt;/a&gt;提交錯誤報告、建議新功能或提出您的問題。 &lt;/p&gt;</string>
<!-- Default signature -->
<string name="default_signature">"--
抱歉暫時無法詳細說明。這份郵件是由安裝有K-9 Mail的Android手持設備寄送的。"</string>
<!-- General strings that include the app name -->
<string name="account_delete_dlg_instructions_fmt">帳戶「%s」將從K-9 Mail中刪除。</string>
<string name="account_recreate_dlg_instructions_fmt">帳戶「%s」的所有相關資料將從K-9 Mail中刪除僅保留帳戶設定。</string>
<string name="account_clear_dlg_instructions_fmt">帳戶「%s」的所有郵件將從K-9 Mail中刪除僅保留帳戶設定。</string>
<string name="insufficient_apg_permissions">K-9沒有被允許存取APG請重新安裝K-9嘗試修復問題。</string>
<!-- === App Store-specific strings ======================================================= -->
<string name="import_dialog_error_message">沒有找到合適的應用程式來處理匯入操作。請從GOOGLE PLAY商店下載安裝檔案管理應用程式。</string>
<string name="open_market">開啟GOOGLE PLAY商店</string>
<!-- === General strings ================================================================== -->
<string name="app_authors_fmt">作者: %s</string>
<string name="app_revision_fmt">更新日誌: %s</string>
<string name="app_libraries">我們目前使用第三方的函式庫: %s</string>
<string name="app_emoji_icons">表情符號圖示: %s</string>
<string name="read_attachment_label">顯示附件</string>
<string name="read_attachment_desc">允許該程式讀取附件。</string>
<string name="read_messages_label">顯示郵件</string>
<string name="read_messages_desc">允許該程式讀取郵件。</string>
<string name="delete_messages_label">刪除郵件</string>
<string name="delete_messages_desc">允許該程式刪除郵件。</string>
<string name="about_title_fmt">關於%s</string>
<string name="accounts_title">帳戶</string>
<string name="folders_title">信件匣</string>
<string name="advanced">進階</string>
<string name="message_list_title" formatted="false">%s:%s</string>
<string name="compose_title_compose">新郵件</string>
<string name="compose_title_reply">回覆</string>
<string name="compose_title_reply_all">全部回覆</string>
<string name="compose_title_forward">引用</string>
<string name="choose_folder_title">選擇信件匣</string>
<string name="status_loading_account_folder" formatted="false">正在接收%s:%s%s</string>
<string name="status_loading_account_folder_headers" formatted="false">正在接收郵件訊息%s:%s%s</string>
<string name="status_sending_account" formatted="false">正在寄送%s%s</string>
<string name="status_processing_account" formatted="false">正在處理%s:%s%s</string>
<string name="folder_progress" formatted="false">" %s/%s"</string>
<string name="status_next_poll">下次接收時間 @ %s</string>
<string name="status_syncing_off">同步已停用</string>
<string name="actionbar_selected">%d 已選擇</string>
<string name="next_action">下一步</string>
<string name="previous_action">上一步</string>
<string name="okay_action">確定</string>
<!-- Actions will be used as buttons and in menu items -->
<string name="next_action">下一步</string> <!-- Used as part of a multi-step process -->
<string name="previous_action">上一步</string> <!-- Used as part of a multi-step process -->
<string name="okay_action">確定</string> <!-- User to confirm acceptance of dialog boxes, warnings, errors, etc. -->
<string name="cancel_action">取消</string>
<string name="send_action">寄送</string>
<string name="send_again_action">再次寄送</string>
@ -68,7 +102,7 @@
<string name="refile_action">Refile</string>
<string name="continue_action">繼續</string>
<string name="back_action">返回</string>
<string name="done_action">完成</string>
<string name="done_action">完成</string> <!-- Used to complete a multi-step process -->
<string name="discard_action">忽略</string>
<string name="save_draft_action">儲存為草稿</string>
<string name="check_mail_action">檢查新郵件</string>
@ -85,17 +119,21 @@
<string name="global_settings_action">全域設定</string>
<string name="remove_account_action">刪除帳戶</string>
<string name="clear_pending_action">取消等待中操作項目(慎用)</string>
<string name="mark_as_read_action">標記為已讀</string>
<string name="send_alternate_action">分享</string>
<string name="send_alternate_chooser_title">選擇寄件人</string>
<string name="flag_action">加上星號</string>
<string name="unflag_action">移除星號</string>
<string name="copy_action">複製</string>
<string name="select_text_action">選擇本文</string>
<string name="show_headers_action">顯示標題</string>
<string name="hide_headers_action">隱藏標題</string>
<string name="message_view_theme_action_dark">切換為黑色主題</string>
<string name="message_view_theme_action_light">切換為白色主題</string>
<string name="mark_as_unread_action">標記為未讀</string>
<string name="add_cc_bcc_action">新增副本/密件副本</string>
<string name="read_receipt">讀取回條</string>
@ -108,58 +146,76 @@
<string name="expunge_action">刪除</string>
<string name="clear_local_folder_action">清除本地郵件</string>
<string name="about_action">關於</string>
<string name="prefs_title">設定</string>
<string name="accounts_context_menu_title">帳戶選項</string>
<string name="general_no_subject">(無主題)</string>
<string name="general_no_subject">(無主題)</string> <!-- Shown in place of the subject when a message has no subject. Showing this in parentheses is customary. -->
<string name="general_no_sender">無寄件人</string>
<string name="status_loading">正在接收</string>
<string name="status_loading_more">正在載入郵件…</string>
<string name="status_network_error">網路連接錯誤</string>
<string name="status_invalid_id_error">沒有找到郵件</string>
<string name="status_loading_more_failed">再次嘗試載入更多郵件</string>
<string name="load_more_messages_fmt">再載入%d封郵件</string>
<string name="abbrev_gigabytes">GB</string>
<string name="abbrev_megabytes">MB</string>
<string name="abbrev_kilobytes">KB</string>
<string name="abbrev_bytes">B</string>
<string name="account_size_changed" formatted="false">帳戶「%s」已從%s縮小到%s</string>
<string name="compacting_account">正在壓縮帳戶「%s」</string>
<string name="clearing_account">正在清理帳戶「%s」</string>
<string name="recreating_account">正在重建帳戶「%s」</string>
<string name="notification_new_title">您有新郵件</string>
<string name="notification_new_messages_title">%d 新訊息</string>
<string name="notification_new_one_account_fmt" formatted="false">您有%d封未讀郵件%s</string>
<string name="notification_new_one_account_fmt" formatted="false">您有%d封未讀郵件%s</string> <!-- 279 Unread (someone@google.com) -->
<string name="notification_additional_messages" formatted="false">+ 來自%s已超過%d則訊息 </string>
<string name="notification_action_reply">回覆</string>
<string name="notification_action_read">開啟</string>
<string name="notification_action_delete">刪除</string>
<string name="notification_certificate_error_title">驗證失敗</string>
<string name="notification_certificate_error_text">檢查你的伺服器設定</string>
<string name="notification_bg_sync_ticker" formatted="false">正在檢查郵件:%s:%s</string>
<string name="notification_bg_sync_title">正在檢查郵件</string>
<string name="notification_bg_send_ticker">正在寄送郵件:%s</string>
<string name="notification_bg_send_title">正在寄送郵件</string>
<string name="notification_bg_title_separator"></string>
<string name="special_mailbox_name_inbox">收件匣</string>
<string name="special_mailbox_name_outbox">寄件備份</string>
<!-- The following mailbox names will be used if the user has not specified one from the server -->
<string name="special_mailbox_name_drafts">草稿</string>
<string name="special_mailbox_name_trash">垃圾桶</string>
<string name="special_mailbox_name_sent">寄件備份</string>
<string name="special_mailbox_name_archive">歸檔</string>
<string name="special_mailbox_name_spam">垃圾郵件</string>
<!-- Mailbox names displayed to user -->
<string name="special_mailbox_name_drafts_fmt">%s草稿</string>
<string name="special_mailbox_name_trash_fmt">%s垃圾桶</string>
<string name="special_mailbox_name_sent_fmt">%s已寄送</string>
<string name="special_mailbox_name_archive_fmt">%s歸檔</string>
<string name="special_mailbox_name_spam_fmt">%s垃圾郵件</string>
<string name="send_failure_subject">部分郵件沒有成功寄送</string>
<string name="debug_version_fmt">版本:%s</string>
<string name="debug_enable_debug_logging_title">啟用除錯日誌</string>
<string name="debug_enable_debug_logging_summary">記錄額外的除錯訊息</string>
<string name="debug_enable_sensitive_logging_title">記錄敏感訊息</string>
<string name="debug_enable_sensitive_logging_summary">允許在日誌中顯示密碼。</string>
<string name="message_list_load_more_messages_action">載入更多郵件</string>
<string name="message_to_fmt">收件人:%s</string>
<string name="message_compose_to_hint">收件人</string>
<string name="message_compose_cc_hint">副本</string>
<string name="message_compose_bcc_hint">密件副本</string>
@ -184,6 +240,7 @@
<string name="message_compose_description_add_bcc">新增收件人 (密件副本)</string>
<string name="message_compose_description_delete_quoted_text">清除引用文字內容</string>
<string name="message_compose_description_edit_quoted_text">編輯引用文字內容</string>
<string name="message_view_from_format" formatted="false">寄件人:%s &lt;%s&gt;</string>
<string name="message_to_label">收件人:</string>
<string name="message_view_cc_label">副本:</string>
@ -199,19 +256,26 @@
<string name="message_view_no_viewer">無法開啟%s。找不到可以開啟該附件的程式。</string>
<string name="message_view_download_remainder">下載完整郵件</string>
<string name="message_view_downloading">正在下載…</string>
<!-- NOTE: The following message refers to strings with id 'account_setup_incoming_save_all_headers_label' and 'account_setup_incoming_title' -->
<string name="message_additional_headers_not_downloaded">目前只下載了部分郵件的訊息。如果需要下載全部郵件的訊息,請在帳戶的內送伺服器設定中選擇「在手機上儲存全部郵件的訊息」。</string>
<string name="message_no_additional_headers_available">全部郵件的訊息都已經下載,沒有其他的郵件訊息可以顯示。</string>
<string name="message_additional_headers_retrieval_failed">從資料庫或郵件伺服器存取其他的郵件訊息失敗。</string>
<string name="from_same_sender">來自這個寄件人的更多郵件</string>
<string name="message_discarded_toast">郵件已忽略</string>
<string name="message_saved_toast">郵件已儲存為草稿</string>
<string name="global_settings_checkbox_label">多選核取方塊</string>
<string name="global_settings_checkbox_summary">預設顯示多選核取方塊</string>
<string name="global_settings_preview_lines_label">預覽行數</string>
<string name="global_settings_show_correspondent_names_label">顯示收件人姓名</string>
<string name="global_settings_show_correspondent_names_summary">用收件人姓名取代顯示電子郵件地址</string>
<string name="global_settings_sender_above_subject_label">在主題上顯示寄件人姓名</string>
<string name="global_settings_sender_above_subject_summary">在信件匣主題上方顯示寄件人姓名,取代原先的主題下方顯示</string>
<string name="global_settings_show_contact_name_label">顯示聯絡人姓名</string>
<string name="global_settings_show_contact_name_summary">用聯絡人姓名取代顯示電子郵件地址</string>
<string name="global_settings_registered_name_color_label">使用顏色標記特定聯絡人</string>
@ -219,6 +283,7 @@
<string name="global_settings_registered_name_color_changed">使用顏色標記聯絡人列表</string>
<string name="global_settings_folderlist_wrap_folder_names_label">完整顯示資料夾名稱</string>
<string name="global_settings_folderlist_wrap_folder_names_summary">資料夾名稱過長時以多行顯示</string>
<string name="global_settings_messageview_fixedwidth_label">定寬字體</string>
<string name="global_settings_messageview_fixedwidth_summary">使用定寬字體顯示純文字郵件</string>
<string name="global_settings_messageview_autofit_width_label">自動調整訊息</string>
@ -227,21 +292,25 @@
<string name="global_settings_messageview_return_to_list_summary">郵件刪除後自動返回到郵件列表</string>
<string name="global_settings_messageview_show_next_label">刪除並顯示下一郵件</string>
<string name="global_settings_messageview_show_next_summary">刪除郵件後自動顯示下一郵件</string>
<string name="global_settings_confirm_actions_title">確認操作</string>
<string name="global_settings_confirm_actions_summary">進行選擇操作時總是顯示一個對話框進行確認</string>
<string name="global_settings_confirm_action_delete">刪除(僅檢視郵件時)</string>
<string name="global_settings_confirm_action_delete_starred">移除星號 (僅檢視郵件時)</string>
<string name="global_settings_confirm_action_spam">標記為垃圾</string>
<string name="global_settings_confirm_action_delete_notif">刪除 (從通知欄)</string>
<string name="global_settings_notification_hide_subject_title">進行通知時隱藏主題</string>
<string name="global_settings_notification_hide_subject_never">絕不</string>
<string name="global_settings_notification_hide_subject_when_locked">當手持設備上鎖時</string>
<string name="global_settings_notification_hide_subject_always">預設</string>
<string name="global_settings_notification_quick_delete_title">"顯示'刪除'鈕"</string>
<string name="global_settings_notification_quick_delete_never">絕不</string>
<string name="global_settings_notification_quick_delete_when_single_msg">針對單一訊息通知</string>
<string name="global_settings_notification_quick_delete_always">預設</string>
<string name="global_settings_notification_quick_delete_description">在通知欄顯示訊息快速刪除按鈕</string>
<string name="global_settings_batch_buttons">批次按鈕</string>
<string name="global_settings_batch_buttons_summary">批次配置訊息列表按鈕</string>
<string name="global_settings_mark_read">標記已讀/未讀</string>
@ -251,29 +320,35 @@
<string name="global_settings_move">移動</string>
<string name="global_settings_flag">標誌</string>
<string name="global_settings_unselect">取消所選</string>
<string name="quiet_time">靜音設定</string>
<string name="quiet_time_description">取消夜間響鈴, 鬧鐘及閃光</string>
<string name="quiet_time_starts">啟動靜音</string>
<string name="quiet_time_ends">結束靜音</string>
<string name="account_setup_basics_title">設定新帳戶</string>
<string name="account_setup_basics_email_hint">電子郵件地址</string>
<string name="account_setup_basics_password_hint">密碼</string>
<string name="account_setup_basics_manual_setup_action">手動設定</string>
<string name="account_setup_check_settings_title" />
<string name="account_setup_check_settings_title"/>
<string name="account_setup_check_settings_retr_info_msg">正在獲取帳戶訊息…</string>
<string name="account_setup_check_settings_check_incoming_msg">正在檢查內送伺服器設定…</string>
<string name="account_setup_check_settings_check_outgoing_msg">正在檢查外寄伺服器設定…</string>
<string name="account_setup_check_settings_authenticate">驗證…</string>
<string name="account_setup_check_settings_fetch">取回帳戶設定…</string>
<string name="account_setup_check_settings_canceling_msg">正在取消…</string>
<string name="account_setup_names_title">快要完成了!</string>
<string name="account_setup_names_account_name_label">為這個帳戶選擇一個名稱(非必填):</string>
<string name="account_setup_names_user_name_label">輸入你的名字(將顯示在發出的郵件中):</string>
<string name="account_setup_account_type_title">帳戶類型</string>
<string name="account_setup_account_type_instructions">這個帳戶是什麼類型的?</string>
<string name="account_setup_account_type_pop_action">POP3</string>
<string name="account_setup_account_type_imap_action">IMAP</string>
<string name="account_setup_account_type_webdav_action">WebDAV (Exchange)</string>
<string name="account_setup_incoming_title">郵件伺服器設定</string>
<string name="account_setup_incoming_username_label">使用者名稱</string>
<string name="account_setup_incoming_password_label">密碼</string>
@ -288,37 +363,47 @@
<string name="account_setup_incoming_security_ssl_label">SSL預設</string>
<string name="account_setup_incoming_security_tls_optional_label">TLS如果可用</string>
<string name="account_setup_incoming_security_tls_label">TLS預設</string>
<string name="account_setup_incoming_delete_policy_label">當我刪除郵件時</string>
<string name="account_setup_incoming_delete_policy_never_label">不要從伺服器上刪除</string>
<string name="account_setup_incoming_delete_policy_delete_label">立刻從伺服器上刪除</string>
<string name="account_setup_incoming_delete_policy_markread_label">在伺服器上將郵件標記為已讀</string>
<string name="account_setup_incoming_compression_label">在使用指定網路類型時使用壓縮以便節約流量:</string>
<string name="account_setup_incoming_mobile_label">行動網路</string>
<string name="account_setup_incoming_wifi_label">Wi-Fi</string>
<string name="account_setup_incoming_other_label">其他</string>
<string name="local_storage_provider_external_label">外部儲存 (記憶卡)</string>
<string name="local_storage_provider_internal_label">手機內部儲存</string>
<string name="local_storage_provider_samsunggalaxy_label">%1$s 額外內部儲存</string>
<string name="local_storage_provider_label">儲存位置</string>
<string name="account_setup_expunge_policy_label">抹除刪除的郵件</string>
<string name="account_setup_expunge_policy_immediately">立刻</string>
<string name="account_setup_expunge_policy_on_poll">接收郵件時</string>
<string name="account_setup_expunge_policy_manual">僅手動接收</string>
<string name="account_setup_incoming_autodetect_namespace_label">自動偵測 IMAP namespace</string>
<string name="account_setup_incoming_imap_path_prefix_label">IMAP路徑前綴</string>
<string name="drafts_folder_label">草稿名稱</string>
<string name="sent_folder_label">寄件備份名稱</string>
<string name="trash_folder_label">垃圾桶名稱</string>
<string name="archive_folder_label">歸檔信件匣名稱</string>
<string name="spam_folder_label">垃圾郵件匣名稱</string>
<string name="account_setup_incoming_subscribed_folders_only_label">只顯示訂閱的信件匣</string>
<string name="account_setup_auto_expand_folder">自動展開信件匣</string>
<string name="account_setup_incoming_webdav_path_prefix_label">WebDAV (Exchange)路徑</string>
<string name="account_setup_incoming_webdav_path_prefix_hint">可選擇</string>
<string name="account_setup_incoming_webdav_auth_path_label">身份驗證路徑</string>
<string name="account_setup_incoming_webdav_auth_path_hint">可選擇</string>
<string name="account_setup_incoming_webdav_mailbox_path_label">郵箱路徑</string>
<string name="account_setup_incoming_webdav_mailbox_path_hint">可選擇</string>
<string name="account_setup_outgoing_title">外寄伺服器設定</string>
<string name="account_setup_outgoing_smtp_server_label">SMTP伺服器</string>
<string name="account_setup_outgoing_port_label">埠號</string>
@ -327,12 +412,17 @@
<string name="account_setup_outgoing_username_label">用戶名</string>
<string name="account_setup_outgoing_password_label">密碼</string>
<string name="account_setup_outgoing_authentication_label">身份驗證方法</string>
<string name="account_setup_bad_uri">無效的設定:%s</string>
<string name="account_setup_options_title">帳戶選項</string>
<string name="compact_action">壓縮</string>
<string name="clear_action">清除郵件(慎用)</string>
<string name="recreate_action">重建資料(慎用)</string>
<string name="account_setup_options_mail_check_frequency_label">信件匣檢查頻率</string>
<!-- Frequency also used in account_settings_* -->
<string name="account_setup_options_mail_check_frequency_never">不要</string>
<string name="account_setup_options_mail_check_frequency_1min">每分鐘一次</string>
<string name="account_setup_options_mail_check_frequency_5min">五分鐘一次</string>
@ -345,6 +435,7 @@
<string name="account_setup_options_mail_check_frequency_6hour">六小時一次</string>
<string name="account_setup_options_mail_check_frequency_12hour">十二小時一次</string>
<string name="account_setup_options_mail_check_frequency_24hour">廿四小時一次</string>
<string name="push_poll_on_connect_label">推送時檢查郵件</string>
<string name="account_setup_options_enable_push_label">在這個帳戶上啟用推送郵件</string>
<string name="account_setup_options_enable_push_summary">如果你的郵件伺服器支援此功能,那麼新郵件將會立刻顯示在手機上。這個選項可能大幅的提升性能,也可能嚴重的影響性能。</string>
@ -358,8 +449,11 @@
<string name="idle_refresh_period_36min">三十六分鐘一次</string>
<string name="idle_refresh_period_48min">四十八分鐘一次</string>
<string name="idle_refresh_period_60min">六十分鐘一次</string>
<string name="account_setup_options_notify_label">有新郵件時通知我</string>
<string name="account_setup_options_notify_sync_label">檢查新郵件時通知我</string>
<!-- Number of displayed messages, also used in account_settings_* -->
<string name="account_setup_options_mail_display_count_label">郵件顯示數量</string>
<string name="account_setup_options_mail_display_count_10">10封</string>
<string name="account_setup_options_mail_display_count_25">25封</string>
@ -369,16 +463,19 @@
<string name="account_setup_options_mail_display_count_500">500封</string>
<string name="account_setup_options_mail_display_count_1000">1000封</string>
<string name="account_setup_options_mail_display_count_all">全部郵件</string>
<string name="move_copy_cannot_copy_unsynced_message">沒有與伺服器同步的郵件無法進行複製或移動</string>
<string name="account_setup_failed_dlg_title">無法完成設定</string>
<string name="account_setup_failed_dlg_auth_message_fmt">"使用者名稱或密碼錯誤。
%s"</string>
%s"</string> <!-- Username or password incorrect\n(ERR01 Account does not exist) -->
<string name="account_setup_failed_dlg_certificate_message_fmt">"無法使用指定的加密類型連接到伺服器。
%s"</string>
%s"</string> <!-- Cannot safely connect to server\n(Invalid certificate) -->
<string name="account_setup_failed_dlg_server_message_fmt">"無法連接到伺服器。
%s"</string>
%s"</string> <!-- Cannot connect to server\n(Connection timed out) -->
<string name="account_setup_failed_dlg_edit_details_action">編輯詳細訊息</string>
<string name="account_setup_failed_dlg_continue_action">繼續</string>
<string name="account_settings_push_advanced_title">進階</string>
<string name="account_settings_title_fmt">通用設定</string>
<string name="account_settings_default_label">預設帳戶</string>
@ -396,28 +493,38 @@
<string name="account_settings_notification_unread_count_summary">在通知欄上顯示未讀郵件數</string>
<string name="account_settings_mark_message_as_read_on_view_label">開啟自動標記已讀</string>
<string name="account_settings_mark_message_as_read_on_view_summary">開啟檢視郵件內容時自動標記為已讀</string>
<string name="account_settings_show_pictures_label">顯示圖片</string>
<string name="account_settings_show_pictures_never">不要</string>
<string name="account_settings_show_pictures_only_from_contacts">來自您的聯絡人的郵件</string>
<string name="account_settings_show_pictures_always">全部郵件</string>
<string name="account_settings_composition">寄送郵件</string>
<string name="account_settings_default_quoted_text_shown_label">回覆時引用原文</string>
<string name="account_settings_default_quoted_text_shown_summary">回覆郵件時,引用原始郵件內容</string>
<string name="account_settings_reply_after_quote_label">在引用的內容後進行回覆</string>
<string name="account_settings_reply_after_quote_summary">回覆郵件時,原始郵件會顯示在您的郵件的上方。</string>
<string name="account_settings_strip_signature_label">去除引用信件簽名</string>
<string name="account_settings_strip_signature_summary">當回覆信件時,將會去除引用內容信件的簽名</string>
<string name="account_settings_message_format_label">郵件格式</string>
<string name="account_settings_message_format_text">純文字 (圖片與格式編排會被移除)</string>
<string name="account_settings_message_format_html">HTML (圖片與格式編排會被保留)</string>
<string name="account_settings_message_format_auto">自動 (除非回覆HTML格式信件否則以純文字處理)</string>
<string name="account_settings_always_show_cc_bcc_label">預設顯示副本/密件副本</string>
<string name="account_settings_always_show_cc_bcc_summary">在文字輸入框內顯示副本/密件副本</string>
<string name="account_settings_message_read_receipt_label">讀取回條</string>
<string name="account_settings_message_read_receipt_summary">永遠要求讀取回條</string>
<string name="account_settings_quote_style_label">回覆時的引用樣式</string>
<string name="account_settings_quote_style_prefix">前綴 (如同 Gmail, Pine)</string>
<string name="account_settings_quote_style_header">段落 (如同 Outlook, Yahoo!, Hotmail)</string>
<string name="account_settings_general_title">一般設定</string>
<string name="account_settings_reading_mail">讀取郵件</string>
<string name="account_settings_sync">接收郵件</string>
@ -431,13 +538,19 @@
<string name="account_settings_crypto_auto_encrypt">自動加密</string>
<string name="account_settings_crypto_auto_encrypt_summary">當檢查比對收件人公鑰符合時,自動進行加密。</string>
<string name="account_settings_crypto_apg_not_installed">未安裝APG</string>
<string name="account_settings_mail_check_frequency_label">上層信件匣檢查頻率</string>
<string name="account_settings_storage_title">帳戶儲存</string>
<string name="account_settings_color_label">帳戶顏色</string>
<string name="account_settings_color_summary">選擇帳戶在信件匣和帳戶列表中顯示時所使用的顏色</string>
<string name="account_settings_led_color_label">通知LED燈顏色</string>
<string name="account_settings_led_color_summary">選擇手機提醒該帳戶訊息時LED燈閃爍的顏色</string>
<string name="account_settings_mail_display_count_label">本地信件匣大小</string>
<string name="account_settings_autodownload_message_size_label">收取郵件的最大尺寸為</string>
<string name="account_settings_autodownload_message_size_1">1Kb</string>
<string name="account_settings_autodownload_message_size_2">2Kb</string>
@ -454,6 +567,7 @@
<string name="account_settings_autodownload_message_size_5120">5Mb</string>
<string name="account_settings_autodownload_message_size_10240">10Mb</string>
<string name="account_settings_autodownload_message_size_any">任意(無限制)</string>
<string name="account_settings_message_age_label">同步該時段內的郵件</string>
<string name="account_settings_message_age_any">任意時段(無限制)</string>
<string name="account_settings_message_age_0">今天</string>
@ -467,47 +581,58 @@
<string name="account_settings_message_age_3_months">三個月內</string>
<string name="account_settings_message_age_6_months">六個月內</string>
<string name="account_settings_message_age_1_year">一年內</string>
<string name="account_settings_folder_display_mode_label">顯示的信件匣</string>
<string name="account_settings_folder_display_mode_all">全部</string>
<string name="account_settings_folder_display_mode_first_class">僅上層信件匣</string>
<string name="account_settings_folder_display_mode_first_and_second_class">上層與下層信件匣</string>
<string name="account_settings_folder_display_mode_not_second_class">不包括下層文件匣</string>
<string name="account_settings_folder_sync_mode_label">檢查信件匣</string>
<string name="account_settings_folder_sync_mode_all">全部</string>
<string name="account_settings_folder_sync_mode_first_class">僅上層信件匣</string>
<string name="account_settings_folder_sync_mode_first_and_second_class">上層與下層信件匣</string>
<string name="account_settings_folder_sync_mode_not_second_class">不包括下層信件匣</string>
<string name="account_settings_folder_sync_mode_none"></string>
<string name="account_settings_folder_push_mode_label">推送信件匣</string>
<string name="account_settings_folder_push_mode_all">全部</string>
<string name="account_settings_folder_push_mode_first_class">僅上層信件匣</string>
<string name="account_settings_folder_push_mode_first_and_second_class">上層與下層信件匣</string>
<string name="account_settings_folder_push_mode_not_second_class">不包括下層信件匣</string>
<string name="account_settings_folder_push_mode_none"></string>
<string name="account_settings_folder_target_mode_label">可以移動/複製到的文件匣</string>
<string name="account_settings_folder_target_mode_all">全部</string>
<string name="account_settings_folder_target_mode_first_class">僅上層信件匣</string>
<string name="account_settings_folder_target_mode_first_and_second_class">上層與下層信件匣</string>
<string name="account_settings_folder_target_mode_not_second_class">不包括下層信件匣</string>
<string name="account_settings_sync_remote_deletetions_label">同步伺服器上的刪除</string>
<string name="account_settings_sync_remote_deletetions_summary">刪除在伺服器上被刪除的郵件的本地複製</string>
<string name="folder_settings_title">信件匣設定</string>
<string name="folder_settings_in_top_group_label">顯示在置頂的組中</string>
<string name="folder_settings_in_top_group_summary">顯示在置頂的組之後</string>
<string name="folder_settings_folder_display_mode_label">信件匣顯示層別</string>
<string name="folder_settings_folder_display_mode_normal"></string>
<string name="folder_settings_folder_display_mode_first_class">上層</string>
<string name="folder_settings_folder_display_mode_second_class">下層</string>
<string name="folder_settings_folder_sync_mode_label">信件匣同步層別</string>
<string name="folder_settings_folder_sync_mode_normal"></string>
<string name="folder_settings_folder_sync_mode_first_class">上層</string>
<string name="folder_settings_folder_sync_mode_second_class">下層</string>
<string name="folder_settings_folder_sync_mode_inherited">使用與顯示層別相同的層別</string>
<string name="folder_settings_folder_push_mode_label">信件匣推送層別</string>
<string name="folder_settings_folder_push_mode_normal"></string>
<string name="folder_settings_folder_push_mode_first_class">上層</string>
<string name="folder_settings_folder_push_mode_second_class">下層</string>
<string name="folder_settings_folder_push_mode_inherited">使用與同步層別相同的層別</string>
<string name="account_settings_incoming_label">內送伺服器</string>
<string name="account_settings_incoming_summary">配置內送伺服器</string>
<string name="account_settings_outgoing_label">外寄伺服器</string>
@ -528,21 +653,29 @@
<string name="account_settings_ringtone">新郵件鈴聲</string>
<string name="account_settings_led_label">閃爍LED燈</string>
<string name="account_settings_led_summary">有新郵件時閃爍LED燈</string>
<string name="account_settings_composition_title">撰寫新郵件選項</string>
<string name="account_settings_composition_label">撰寫新郵件預設值</string>
<string name="account_settings_composition_summary">設定預設的寄件人、密件副本以及簽名</string>
<string name="account_settings_identities_label">管理身份識別</string>
<string name="account_settings_identities_summary">設定一個預設的寄件電子郵件地址和簽名</string>
<string name="manage_identities_title">管理身份識別</string>
<string name="manage_identities_context_menu_title">管理身份識別</string>
<string name="edit_identity_title">編輯身份標識</string>
<string name="new_identity_action">新身份識別</string>
<string name="account_settings_always_bcc_label">密件副本所有郵件</string>
<string name="manage_identities_edit_action">編輯</string>
<string name="manage_identities_move_up_action">上移</string>
<string name="manage_identities_move_down_action">下移</string>
<string name="manage_identities_move_top_action">置頂/設為預設</string>
<string name="manage_identities_remove_action">刪除</string>
<string name="edit_identity_description_label">身份識別描述訊息</string>
<string name="edit_identity_description_hint">(非必填)</string>
<string name="edit_identity_name_label">您的姓名</string>
@ -553,13 +686,17 @@
<string name="edit_identity_reply_to_hint">(非必填)</string>
<string name="edit_identity_signature_label">簽名</string>
<string name="edit_identity_signature_hint">(非必填)</string>
<string name="account_settings_signature_use_label">使用簽名</string>
<string name="account_settings_signature_label">簽名</string>
<string name="default_identity_description">初始身份識別</string>
<string name="choose_identity_title">選擇身份識別</string>
<string name="send_as">以身份寄送</string>
<string name="no_removable_identity">您必須保留一個身份識別</string>
<string name="identity_has_no_email">身份識別中必須包含電子郵件地址</string>
<string name="sort_earliest_first">優先顯示最早的郵件</string>
<string name="sort_latest_first">優先顯示最近的郵件</string>
<string name="sort_subject_alpha">按主題升冪</string>
@ -572,6 +709,7 @@
<string name="sort_unread_last">優先顯示已讀郵件</string>
<string name="sort_attach_first">優先顯示帶有附件的郵件</string>
<string name="sort_unattached_first">優先顯示沒有附件的郵件</string>
<string name="sort_by">排序方式</string>
<string name="sort_by_date">日期</string>
<string name="sort_by_arrival">收到日</string>
@ -580,9 +718,13 @@
<string name="sort_by_flag">星號</string>
<string name="sort_by_unread">已讀/未讀</string>
<string name="sort_by_attach">附件</string>
<string name="account_delete_dlg_title">刪除帳戶</string>
<string name="account_recreate_dlg_title">重建帳戶</string>
<string name="account_clear_dlg_title">清除帳戶</string>
<string name="provider_note_live">只有某些「付費帳戶」允許POP服務並允許該程式連接。如果您使用了正確的使用者名稱和密碼卻仍然無法登入則您可能沒有購買這些「付費帳戶」。請使用瀏覽器來連接這些帳戶。</string>
<string name="provider_note_yahoojp">要使用此提供者的POP3服務請先至Yahoo郵箱設定頁面設定POP3使用許可。</string>
<string name="provider_note_auonejp">要使用此提供者的IMAP或POP3請先至au one郵箱設定頁面設定允許使用IMAP或POP3。</string>
@ -590,9 +732,11 @@
<string name="provider_note_hanmail">要使用此提供者的IMAP或POP3請先至Hanmail(Daum)郵箱設定頁面設定允許使用IMAP或POP3。</string>
<string name="provider_note_paran">要使用此提供者的IMAP或POP3請先至Paran郵箱設定頁面設定允許使用IMAP或POP3。</string>
<string name="provider_note_nate">要使用此提供者的IMAP或POP3請先至Nate郵箱設定頁面設定允許使用IMAP或POP3。</string>
<string name="account_setup_failed_dlg_invalid_certificate_title">無法識別的授權認證</string>
<string name="account_setup_failed_dlg_invalid_certificate_accept">接收金鑰</string>
<string name="account_setup_failed_dlg_invalid_certificate_reject">拒絕金鑰</string>
<string name="message_list_help_key">"Del (or D) - 刪除
R - 回覆
A - 全部回覆
@ -605,18 +749,22 @@
I - 升冪/降冪
Q - 返回信件匣
S - 選擇/取消選擇"</string>
<string name="folder_list_help_key">"1 - 只顯示上層信件匣
2 - 顯示上層和下層信件匣
3 - 不包括下層信件匣
4 - 顯示全部信件匣
Q - 返回全部帳戶
S - 編輯帳戶設定"</string>
<string name="folder_list_filter_hint">信件匣名稱包括</string>
<string name="folder_list_display_mode_label">信件匣</string>
<string name="folder_list_display_mode_all">顯示全部信件匣</string>
<string name="folder_list_display_mode_first_class">只顯示上層信件匣</string>
<string name="folder_list_display_mode_first_and_second_class">顯示上層和下層信件匣</string>
<string name="folder_list_display_mode_not_second_class">不包括下層信件匣</string>
<string name="account_settings_signature__location_label">簽名位置</string>
<string name="account_settings_signature__location_before_quoted_text">在引用的本文之前</string>
<string name="account_settings_signature__location_after_quoted_text">在引用的本文之後</string>
@ -637,19 +785,25 @@
<string name="settings_message_theme_label">訊息檢視主題</string>
<string name="settings_compose_theme_label">新郵件主題</string>
<string name="settings_language_label">語系</string>
<string name="settings_message_theme_selection_label">固定訊息主題</string>
<string name="settings_message_theme_selection_summary_off">讀取訊息內容時顯示訊息檢視主題</string>
<string name="settings_message_theme_selection_summary_on">使用固定訊息檢視主題</string>
<string name="settings_messageview_mobile_layout_label">單列佈局</string>
<string name="settings_messageview_mobile_layout_summary">針對小尺寸螢幕重新排列HTML郵件格式</string>
<string name="setting_language_system">系統預設值</string>
<string name="background_ops_label">背景同步</string>
<string name="background_ops_never">不要</string>
<string name="background_ops_always">預設</string>
<string name="background_ops_enabled">當「背景資料」被勾選</string>
<string name="background_ops_auto_sync">當「背景資料」&amp;「自動同步」被勾選</string>
<string name="background_ops_auto_sync_only">當「自動同步」被勾選</string>
<string name="batch_select_all">選擇全部</string>
<string name="account_setup_push_limit_label">推送時檢查信件匣上限數量</string>
<string name="account_setup_push_limit_10">十個信件匣</string>
<string name="account_setup_push_limit_25">二十五個信件匣</string>
@ -658,49 +812,66 @@
<string name="account_setup_push_limit_250">二百五十個信件匣</string>
<string name="account_setup_push_limit_500">五百個信件匣</string>
<string name="account_setup_push_limit_1000">一千個信件匣</string>
<string name="animations_title">動畫</string>
<string name="animations_summary">使用絢麗的視覺特效</string>
<string name="gestures_title">手勢</string>
<string name="gestures_summary">接收手勢控制</string>
<string name="volume_navigation_title">音量鍵導航</string>
<string name="volume_navigation_summary">利用音量鍵選擇項目</string>
<string name="volume_navigation_message">訊息檢視</string>
<string name="volume_navigation_list">不同的訊息檢視列表</string>
<string name="start_integrated_inbox_title">從全域收件匣啟動</string>
<string name="start_integrated_inbox_summary">啟動後顯示全域收件匣</string>
<string name="measure_accounts_title">顯示帳戶佔用的空間</string>
<string name="measure_accounts_summary">關閉該功能以便加快顯示速度</string>
<string name="count_search_title">計算搜尋結果的數量</string>
<string name="count_search_summary">關閉該功能以便加快顯示速度</string>
<string name="hide_special_accounts_title">隱藏特殊帳戶</string>
<string name="hide_special_accounts_summary">隱藏收件匣與郵件帳戶名稱</string>
<string name="search_title" formatted="false">%s %s</string>
<string name="flagged_modifier">- 星號</string>
<string name="unread_modifier">- 未讀</string>
<string name="search_all_messages_title">所有郵件</string>
<string name="search_all_messages_detail">可搜尋信件匣中的所有郵件</string>
<string name="integrated_inbox_title">全域收件匣</string>
<string name="integrated_inbox_detail">將所有郵件集中到全域收件匣</string>
<string name="tap_hint">點擊信件或星號來標記郵件為未讀或加上星號</string>
<string name="folder_settings_include_in_integrated_inbox_label">全域</string>
<string name="folder_settings_include_in_integrated_inbox_summary">所有郵件都顯示在全域收件匣中</string>
<string name="account_settings_searchable_label">搜尋的信件匣</string>
<string name="account_settings_searchable_all">全部</string>
<string name="account_settings_searchable_displayable">可顯示的信件匣</string>
<string name="account_settings_searchable_none"></string>
<string name="font_size_settings_title">字體大小</string>
<string name="font_size_settings_description">配置字體大小</string>
<string name="font_size_account_list">帳戶列表</string>
<string name="font_size_account_name">帳戶名稱</string>
<string name="font_size_account_description">帳戶描述</string>
<string name="font_size_folder_list">信件匣列表</string>
<string name="font_size_folder_name">信件匣名稱</string>
<string name="font_size_folder_status">信件匣狀態</string>
<string name="font_size_message_list">管理列表</string>
<string name="font_size_message_list_subject">主題</string>
<string name="font_size_message_list_sender">寄件人</string>
<string name="font_size_message_list_date">日期</string>
<string name="font_size_message_list_preview">預覽</string>
<string name="font_size_message_view">郵件</string>
<string name="font_size_message_view_sender">寄件人</string>
<string name="font_size_message_view_to">收件人</string>
@ -709,8 +880,10 @@
<string name="font_size_message_view_subject">主題</string>
<string name="font_size_message_view_date">日期</string>
<string name="font_size_message_view_content">郵件本文內容</string>
<string name="font_size_message_compose">訊息組成結構</string>
<string name="font_size_message_compose_input">文字輸入欄位</string>
<string name="font_size_default">預設</string>
<string name="font_size_tiniest">最小</string>
<string name="font_size_tiny">更小</string>
@ -719,16 +892,24 @@
<string name="font_size_medium">中等</string>
<string name="font_size_large"></string>
<string name="font_size_larger">最大</string>
<string name="font_size_webview_smaller">最小</string>
<string name="font_size_webview_small">較小</string>
<string name="font_size_webview_normal">正常</string>
<string name="font_size_webview_large">較大</string>
<string name="font_size_webview_larger">最大</string>
<!-- Note: Contains references to preferences_action and misc_preferences_attachment_title -->
<string name="message_compose_buggy_gallery">選擇「設定」-&gt;「避免相簿發生錯誤」來啟用3D相簿模式新增附件或影片。</string>
<!-- Note: Contains references to add_attachment_action_image and add_attachment_action_video -->
<string name="message_compose_use_workaround">利用「新增附件圖片」或「新增附件影片」來使用3D相簿新增圖片或影片。</string>
<string name="miscellaneous_preferences">偏好設定</string>
<string name="misc_preferences_attachment_title">避免相簿發生錯誤</string>
<string name="misc_preferences_attachment_description">顯示按鈕來新增圖片/影片為附件以避免3D相簿發生錯誤</string>
<!-- APG related -->
<string name="error_activity_not_found">沒有找到可以用於此操作的程式。</string>
<string name="error_apg_version_not_supported">尚未支援所安裝的APG版本。</string>
<string name="btn_crypto_sign">簽名</string>
@ -740,27 +921,58 @@
<string name="pgp_mime_unsupported">暫時還沒有支援PGP/MIME郵件。</string>
<string name="attachment_encryption_unsupported">警告:附件還 *沒有* 被簽名或者加密。</string>
<string name="send_aborted">寄送操作已經取消。</string>
<string name="save_or_discard_draft_message_dlg_title">儲存郵件草稿?</string>
<string name="save_or_discard_draft_message_instructions_fmt">儲存還是忽略這封郵件?</string>
<string name="confirm_discard_draft_message_title">放棄信件?</string>
<string name="confirm_discard_draft_message">是否確定放棄儲存目前的郵件?</string>
<string name="refuse_to_save_draft_marked_encrypted_dlg_title">不要儲存為草稿信件</string>
<string name="refuse_to_save_draft_marked_encrypted_instructions_fmt">被加密的信件不會儲存到草稿信件匣.</string>
<string name="continue_without_public_key_dlg_title">沒有取得公開金鑰,確認繼續執行?</string>
<string name="continue_without_public_key_instructions_fmt">某些收件人沒有找到儲存的公開金鑰,是否確認繼續?</string>
<string name="select_text_now">選擇需要複製的文字內容。</string>
<string name="dialog_confirm_delete_title">刪除確認</string>
<string name="dialog_confirm_delete_message">你確定要刪除這封郵件?</string>
<!--
Translators:
Please review how to handle pluralization for your language at (1) and ajust
the <item> elements accordingly
Possible values for 'quantity': zero, one, two, few, many, other
(1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals
-->
<plurals name="dialog_confirm_delete_message">
<item quantity="other">確定要刪除 %1$d 則訊息?</item>
<item quantity="one">確定要刪除此訊息?</item>
</plurals>
<string name="dialog_confirm_delete_confirm_button">刪除</string>
<string name="dialog_confirm_delete_cancel_button">不要刪除</string>
<string name="dialog_confirm_spam_title">移至垃圾桶時確認</string>
<plurals name="dialog_confirm_spam_message">
<item quantity="other">確定要將選取的 %1$d 封郵件移至垃圾桶嗎?</item>
<item quantity="one">確定要將郵件移至垃圾桶嗎?</item>
</plurals>
<string name="dialog_confirm_spam_confirm_button"></string>
<string name="dialog_confirm_spam_cancel_button"></string>
<string name="dialog_attachment_progress_title">下載附件</string>
<string name="debug_logging_enabled">已經啟用將除錯日誌寫入Andorid系統日誌</string>
<string name="messagelist_sent_to_me_sigil"></string>
<string name="messagelist_sent_cc_me_sigil"></string>
<string name="error_unable_to_connect">無法連線</string>
<string name="import_export_action">設定匯入 &amp; 匯出</string>
<string name="settings_export_account">匯出帳戶設定</string>
<string name="settings_export_all">匯出設定與所有帳號</string>
@ -775,6 +987,10 @@
<string name="settings_export_success">匯出的設定檔案已經儲存到 %s</string>
<string name="settings_import_global_settings_success">從 %s 匯入全域設定檔案</string>
<string name="settings_import_success" formatted="false">成功匯入 %s 從 %s</string>
<plurals name="settings_import_success">
<item quantity="other">%s 帳號</item>
<item quantity="one">1 帳號</item>
</plurals>
<string name="settings_export_failure">匯出設定失敗</string>
<string name="settings_import_failure">從 %s 匯入設定檔案失敗</string>
<string name="settings_export_success_header">已成功匯出</string>
@ -783,41 +999,61 @@
<string name="settings_import_failed_header">匯入失敗</string>
<string name="settings_import_activate_account_header">以啟用的帳戶</string>
<string name="settings_import_activate_account_intro" formatted="false">為了使用帳戶 \"%s\" ,你必須提供 %s</string>
<plurals name="settings_import_server_passwords">
<item quantity="other">伺服器密碼</item>
<item quantity="one">伺服器密碼</item>
</plurals>
<string name="settings_import_incoming_server">內送伺服器 (%s):</string>
<string name="settings_import_outgoing_server">外寄伺服器 (%s):</string>
<plurals name="settings_import_setting_passwords">
<item quantity="other">正在設定密碼…</item>
<item quantity="one">正在設定密碼…</item>
</plurals>
<string name="settings_import_use_incoming_server_password">使用內送伺服器密碼</string>
<string name="activate_account_action">啟動</string>
<string name="account_unavailable">帳戶 \"%s\" 目前無法使用; 請檢查儲存空間</string>
<string name="settings_attachment_default_path">另存附件…</string>
<string name="attachment_save_title">儲存附件</string>
<string name="attachment_save_desc">找不到檔案瀏覽器,您要將附件儲存到哪裡?</string>
<string name="manage_accounts_move_up_action">上移</string>
<string name="manage_accounts_move_down_action">下移</string>
<string name="manage_accounts_moving_message">移動帳戶…</string>
<string name="unread_widget_select_account">顯示未讀數量…</string>
<string name="import_dialog_error_title">沒有找到檔案管理應用程式</string>
<string name="close">關閉</string>
<string name="webview_empty_message">沒有內容</string>
<string name="webview_contextmenu_link_view_action">開啟檢視</string>
<string name="webview_contextmenu_link_share_action">分享鏈結</string>
<string name="webview_contextmenu_link_copy_action">複製鏈結到剪貼簿</string>
<string name="webview_contextmenu_link_clipboard_label">鏈結</string>
<string name="webview_contextmenu_image_title">圖片</string>
<string name="webview_contextmenu_image_view_action">檢視圖片</string>
<string name="webview_contextmenu_image_save_action">儲存圖片</string>
<string name="webview_contextmenu_image_download_action">下載圖片</string>
<string name="webview_contextmenu_image_copy_action">複製圖片鏈結到剪貼簿</string>
<string name="webview_contextmenu_image_clipboard_label">圖片鏈結</string>
<string name="webview_contextmenu_phone_call_action">撥打電話</string>
<string name="webview_contextmenu_phone_save_action">儲存到聯絡人</string>
<string name="webview_contextmenu_phone_copy_action">複製電話號碼到剪貼簿</string>
<string name="webview_contextmenu_phone_clipboard_label">電話號碼</string>
<string name="webview_contextmenu_email_send_action">寄送郵件</string>
<string name="webview_contextmenu_email_save_action">儲存到聯絡人</string>
<string name="webview_contextmenu_email_copy_action">複製電子郵件地址到剪貼簿</string>
<string name="webview_contextmenu_email_clipboard_label">電子郵件地址</string>
<string name="image_saved_as">將圖片另存為 \"%s\"</string>
<string name="image_saving_failed">儲存圖片失敗</string>
<string name="account_settings_remote_search_num_results_entries_all">全部</string>
<string name="account_settings_remote_search_num_results_entries_10">10</string>
<string name="account_settings_remote_search_num_results_entries_25">25</string>
@ -834,6 +1070,7 @@
<string name="remote_search_downloading">收到 %d 個符合項目</string>
<string name="remote_search_downloading_limited">已接收%1$d個項目共%2$d個符合項目</string>
<string name="remote_search_error">遠端搜尋失敗</string>
<string name="account_settings_search">搜尋</string>
<string name="account_settings_remote_search_enabled">啟用伺服器搜尋</string>
<string name="account_settings_remote_search_enabled_summary">除了搜尋手持設備外,同時搜尋伺服器上的訊息</string>
@ -841,23 +1078,32 @@
<string name="pull_to_refresh_remote_search_from_local_search_pull">往下滑動可搜尋伺服器…</string>
<string name="pull_to_refresh_remote_search_from_local_search_release">放開後開始搜尋伺服器…</string>
<string name="remote_search_unavailable_no_network">沒有網路連線,無法進行遠端搜尋。</string>
<string name="global_settings_background_as_unread_indicator_label">使用背景顏色區分已(未)讀信件</string>
<string name="global_settings_background_as_unread_indicator_summary">用不同的背景顏色來顯示已讀與未讀信件</string>
<string name="global_settings_threaded_view_label">樹狀檢視</string>
<string name="global_settings_threaded_view_summary">群組訊息交談內容</string>
<string name="upgrade_databases_title">更新資料庫</string>
<string name="upgrade_databases_unspecified">正在更新資料庫…</string>
<string name="upgrade_database_format">正在更新帳號 \"%s\"的資料庫</string>
<string name="message_list_loading">載入中…</string>
<string name="global_settings_splitview_mode_label">顯示分割畫面</string>
<string name="global_settings_splitview_always">預設</string>
<string name="global_settings_splitview_never">不要</string>
<string name="global_settings_splitview_when_in_landscape">當手持設備處於橫向顯示時</string>
<string name="message_view_empty">請從左方選擇訊息</string>
<string name="global_settings_show_contact_picture_label">顯示聯絡人頭像</string>
<string name="global_settings_show_contact_picture_summary">在訊息列表上顯示聯絡人頭像</string>
<string name="last_refresh_time_format">最後更新 %s</string>
<string name="last_refresh_time_format_with_push">最後更新 %s (啟用推送)</string>
<string name="preposition_for_date">於 %s</string>
<string name="mark_all_as_read">標記全部為已讀</string>
</resources>