auto import from //depot/cupcake/@136594

This commit is contained in:
The Android Open Source Project 2009-03-05 14:34:38 -08:00
parent 96c5af40d6
commit 3db9542af6
22 changed files with 109 additions and 114 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 782 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 701 B

View File

@ -19,6 +19,6 @@
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/btn_email_pressed_63" />
<item android:state_focused="true" android:drawable="@drawable/btn_email_focused_63" />
<item android:state_pressed="true" android:drawable="@drawable/btn_icon_bg_pressed" />
<item android:state_focused="true" android:drawable="@drawable/btn_icon_bg_focused" />
</selector>

View File

@ -31,40 +31,28 @@
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<!-- Note, true height is 2+53+0. Note there is a 4pixel fade on top of header image -->
<!-- Note, height is 2+35+0. There is a 4pixel fade on top of header image -->
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="55dip"
android:layout_height="37dip"
android:paddingTop="2dip"
android:paddingLeft="7dip"
android:paddingRight="7dip">
<Button
android:paddingLeft="6dip"
android:paddingRight="9dip">
<ImageButton
android:id="@+id/previous"
android:text="@string/message_view_prev_action"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="?android:attr/textColorSecondaryInverse"
android:layout_height="53dip"
android:layout_width="64dip"
android:layout_height="35dip"
android:layout_width="40dip"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:paddingTop="7dip"
android:paddingBottom="7dip"
android:drawableTop="@drawable/ic_left_prev_arrow_default"
android:drawablePadding="0dip"
android:src="@drawable/ic_left_prev_arrow_default"
android:background="@drawable/btn_prev_next" />
<Button
<ImageButton
android:id="@+id/next"
android:text="@string/message_view_next_action"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="?android:attr/textColorSecondaryInverse"
android:layout_height="53dip"
android:layout_width="64dip"
android:layout_height="35dip"
android:layout_width="40dip"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:paddingTop="7dip"
android:paddingBottom="7dip"
android:drawableTop="@drawable/ic_right_next_arrow_default"
android:drawablePadding="0dip"
android:src="@drawable/ic_right_next_arrow_default"
android:background="@drawable/btn_prev_next" />
</RelativeLayout>

View File

@ -50,8 +50,11 @@
<string name="status_network_error">"Chyba připojení"</string>
<string name="status_loading_more_failed">"Opakovat načítání dalších zpráv"</string>
<string name="notification_new_title">"Nový e-mail"</string>
<string name="notification_new_one_account_fmt">"Nepřečtené zprávy: <xliff:g id="UNREAD_MESSAGE_COUNT">%d</xliff:g>(<xliff:g id="ACCOUNT">%s</xliff:g>)"</string>
<string name="notification_new_multi_account_fmt">"v(e) <xliff:g id="NUMBER_ACCOUNTS">%d</xliff:g> účtech"</string>
<!-- no translation found for notification_new_one_account_fmt:one (3422945912787702191) -->
<!-- no translation found for notification_new_one_account_fmt:few (6543078667692990869) -->
<!-- no translation found for notification_new_one_account_fmt:other (6937673814351448076) -->
<!-- no translation found for notification_new_multi_account_fmt:few (1991747245324120305) -->
<!-- no translation found for notification_new_multi_account_fmt:other (2723797835410343458) -->
<string name="special_mailbox_name_inbox">"Doručená pošta"</string>
<string name="accounts_welcome">"Vítá vás nastavení aplikace Email!"\n\n"V aplikaci Email můžete používat jakékoli e-mailové účty."\n\n"Nejznámější e-mailové účty lze nastavit ve dvou krocích!"</string>
<string name="debug_version_fmt">"Verze: <xliff:g id="VERSION">%s</xliff:g>"</string>
@ -73,8 +76,6 @@
<string name="message_view_cc_label">"Kopie:"</string>
<string name="message_view_attachment_view_action">"Otevřít"</string>
<string name="message_view_attachment_download_action">"Uložit"</string>
<string name="message_view_prev_action">"Náhled zprávy"</string>
<string name="message_view_next_action">"Další zpráva"</string>
<string name="message_view_status_attachment_saved">"Příloha byla uložena na SD kartu jako <xliff:g id="FILENAME">%s</xliff:g>."</string>
<string name="message_view_status_attachment_not_saved">"Nelze uložit přílohu na SD kartu."</string>
<string name="message_view_show_pictures_instructions">"Výběrem možnosti Zobrazit obrázky zobrazíte vnořené obrázky."</string>

View File

@ -50,8 +50,11 @@
<string name="status_network_error">"Verbindungsfehler"</string>
<string name="status_loading_more_failed">"Laden weiterer Nachrichten erneut versuchen"</string>
<string name="notification_new_title">"Neue E-Mail"</string>
<string name="notification_new_one_account_fmt">"<xliff:g id="UNREAD_MESSAGE_COUNT">%d</xliff:g> ungelesen (<xliff:g id="ACCOUNT">%s</xliff:g>)"</string>
<string name="notification_new_multi_account_fmt">"in <xliff:g id="NUMBER_ACCOUNTS">%d</xliff:g> Google-Konten"</string>
<!-- no translation found for notification_new_one_account_fmt:one (3422945912787702191) -->
<!-- no translation found for notification_new_one_account_fmt:few (6543078667692990869) -->
<!-- no translation found for notification_new_one_account_fmt:other (6937673814351448076) -->
<!-- no translation found for notification_new_multi_account_fmt:few (1991747245324120305) -->
<!-- no translation found for notification_new_multi_account_fmt:other (2723797835410343458) -->
<string name="special_mailbox_name_inbox">"Posteingang"</string>
<string name="accounts_welcome">"Willkommen bei der Einrichtung von E-Mails."\n\n"Nutzen Sie ein beliebiges E-Mail-Konto."\n\n"Gängige E-Mail-Konten können in nur zwei Schritten eingerichtet werden."</string>
<string name="debug_version_fmt">"Version: <xliff:g id="VERSION">%s</xliff:g>"</string>
@ -73,8 +76,6 @@
<string name="message_view_cc_label">"Cc:"</string>
<string name="message_view_attachment_view_action">"Öffnen"</string>
<string name="message_view_attachment_download_action">"Speichern"</string>
<string name="message_view_prev_action">"Vorherige Nachricht"</string>
<string name="message_view_next_action">"Nächste Nachricht"</string>
<string name="message_view_status_attachment_saved">"Anhang auf SD-Speicherkarte unter \"<xliff:g id="FILENAME">%s</xliff:g>\" abgespeichert"</string>
<string name="message_view_status_attachment_not_saved">"Speichern des Anhangs auf SD-Karte nicht möglich"</string>
<string name="message_view_show_pictures_instructions">"Wählen Sie \"Bilder anzeigen\" aus, um eingebettete Bilder anzuzeigen."</string>

View File

@ -50,8 +50,11 @@
<string name="status_network_error">"Error de conexión"</string>
<string name="status_loading_more_failed">"Intentar cargar más mensajes"</string>
<string name="notification_new_title">"Nuevo mensaje"</string>
<string name="notification_new_one_account_fmt">"<xliff:g id="UNREAD_MESSAGE_COUNT">%d</xliff:g> no leídos (<xliff:g id="ACCOUNT">%s</xliff:g>)"</string>
<string name="notification_new_multi_account_fmt">"en <xliff:g id="NUMBER_ACCOUNTS">%d</xliff:g> cuentas"</string>
<!-- no translation found for notification_new_one_account_fmt:one (3422945912787702191) -->
<!-- no translation found for notification_new_one_account_fmt:few (6543078667692990869) -->
<!-- no translation found for notification_new_one_account_fmt:other (6937673814351448076) -->
<!-- no translation found for notification_new_multi_account_fmt:few (1991747245324120305) -->
<!-- no translation found for notification_new_multi_account_fmt:other (2723797835410343458) -->
<string name="special_mailbox_name_inbox">"Recibidos"</string>
<string name="accounts_welcome">"Te damos la bienvenida a la configuración del correo electrónico."\n\n"Usa cualquier cuenta de correo electrónico con \"Correo electrónico\"."\n\n"Las cuentas de correo electrónico más populares se pueden configurar en 2 pasos."</string>
<string name="debug_version_fmt">"Versión: <xliff:g id="VERSION">%s</xliff:g>"</string>
@ -73,8 +76,6 @@
<string name="message_view_cc_label">"Cc:"</string>
<string name="message_view_attachment_view_action">"Abrir"</string>
<string name="message_view_attachment_download_action">"Guardar"</string>
<string name="message_view_prev_action">"Mensaje anterior"</string>
<string name="message_view_next_action">"Siguiente mensaje"</string>
<string name="message_view_status_attachment_saved">"El archivo adjunto se ha guardado en una tarjeta SD como <xliff:g id="FILENAME">%s</xliff:g>."</string>
<string name="message_view_status_attachment_not_saved">"No es posible guardar el archivo adjunto en la tarjeta SD."</string>
<string name="message_view_show_pictures_instructions">"Selecciona \"Mostrar imágenes\" para visualizar las imágenes incrustadas."</string>

View File

@ -50,8 +50,11 @@
<string name="status_network_error">"Erreur de connexion"</string>
<string name="status_loading_more_failed">"Essayer de charger plus de messages"</string>
<string name="notification_new_title">"Nouvel e-mail"</string>
<string name="notification_new_one_account_fmt">"<xliff:g id="UNREAD_MESSAGE_COUNT">%d</xliff:g> non lus (<xliff:g id="ACCOUNT">%s</xliff:g>)"</string>
<string name="notification_new_multi_account_fmt">"dans <xliff:g id="NUMBER_ACCOUNTS">%d</xliff:g> comptes"</string>
<!-- no translation found for notification_new_one_account_fmt:one (3422945912787702191) -->
<!-- no translation found for notification_new_one_account_fmt:few (6543078667692990869) -->
<!-- no translation found for notification_new_one_account_fmt:other (6937673814351448076) -->
<!-- no translation found for notification_new_multi_account_fmt:few (1991747245324120305) -->
<!-- no translation found for notification_new_multi_account_fmt:other (2723797835410343458) -->
<string name="special_mailbox_name_inbox">"Boîte de réception"</string>
<string name="accounts_welcome">"Bienvenue dans le programme de configuration de votre messagerie électronique !"\n\n"Utilisez le compte de votre choix."\n\n"Les comptes de messagerie les plus courants peuvent être configurés en deux étapes !"</string>
<string name="debug_version_fmt">"Version : <xliff:g id="VERSION">%s</xliff:g>"</string>
@ -73,8 +76,6 @@
<string name="message_view_cc_label">"Cc :"</string>
<string name="message_view_attachment_view_action">"Ouvrir"</string>
<string name="message_view_attachment_download_action">"Enregistrer"</string>
<string name="message_view_prev_action">"Message préc."</string>
<string name="message_view_next_action">"Message suivant"</string>
<string name="message_view_status_attachment_saved">"Pièce jointe enregistrée sur la carte SD sous le nom <xliff:g id="FILENAME">%s</xliff:g>."</string>
<string name="message_view_status_attachment_not_saved">"Impossible d\'enregistrer la pièce jointe sur la carte SD."</string>
<string name="message_view_show_pictures_instructions">"Sélectionnez \"Afficher les images\" pour afficher les images intégrées."</string>

View File

@ -50,8 +50,11 @@
<string name="status_network_error">"Errore di connessione"</string>
<string name="status_loading_more_failed">"Prova nuovamente a caricare altri messaggi"</string>
<string name="notification_new_title">"Nuova email"</string>
<string name="notification_new_one_account_fmt">"<xliff:g id="UNREAD_MESSAGE_COUNT">%d</xliff:g> da leggere (<xliff:g id="ACCOUNT">%s</xliff:g>)"</string>
<string name="notification_new_multi_account_fmt">"in <xliff:g id="NUMBER_ACCOUNTS">%d</xliff:g> account"</string>
<!-- no translation found for notification_new_one_account_fmt:one (3422945912787702191) -->
<!-- no translation found for notification_new_one_account_fmt:few (6543078667692990869) -->
<!-- no translation found for notification_new_one_account_fmt:other (6937673814351448076) -->
<!-- no translation found for notification_new_multi_account_fmt:few (1991747245324120305) -->
<!-- no translation found for notification_new_multi_account_fmt:other (2723797835410343458) -->
<string name="special_mailbox_name_inbox">"Posta in arrivo"</string>
<string name="accounts_welcome">"Benvenuto in Impostazione email."\n\n"Usa qualunque account email con Email."\n\n"Puoi impostare gli account email più popolari in due semplici passaggi."</string>
<string name="debug_version_fmt">"Versione: <xliff:g id="VERSION">%s</xliff:g>"</string>
@ -73,8 +76,6 @@
<string name="message_view_cc_label">"Cc:"</string>
<string name="message_view_attachment_view_action">"Apri"</string>
<string name="message_view_attachment_download_action">"Salva"</string>
<string name="message_view_prev_action">"Messaggio prec."</string>
<string name="message_view_next_action">"Messaggio succ."</string>
<string name="message_view_status_attachment_saved">"Allegato salvato su scheda SD come <xliff:g id="FILENAME">%s</xliff:g>."</string>
<string name="message_view_status_attachment_not_saved">"Impossibile salvare l\'allegato nella scheda SD."</string>
<string name="message_view_show_pictures_instructions">"Seleziona \"Mostra immagini\" per visualizzare le immagini incorporate."</string>

View File

@ -50,8 +50,11 @@
<string name="status_network_error">"接続エラー"</string>
<string name="status_loading_more_failed">"追加のメールを読み込み直す"</string>
<string name="notification_new_title">"新着メール"</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_multi_account_fmt">"<xliff:g id="NUMBER_ACCOUNTS">%d</xliff:g>個のアカウント)"</string>
<!-- no translation found for notification_new_one_account_fmt:one (3422945912787702191) -->
<!-- no translation found for notification_new_one_account_fmt:few (6543078667692990869) -->
<!-- no translation found for notification_new_one_account_fmt:other (6937673814351448076) -->
<!-- no translation found for notification_new_multi_account_fmt:few (1991747245324120305) -->
<!-- no translation found for notification_new_multi_account_fmt:other (2723797835410343458) -->
<string name="special_mailbox_name_inbox">"受信トレイ"</string>
<string name="accounts_welcome">"メールアカウントのセットアップ"\n\n"お好きなメールアカウントを登録してください。"\n\n"画面の手順に沿って簡単に追加できます。"</string>
<string name="debug_version_fmt">"バージョン: <xliff:g id="VERSION">%s</xliff:g>"</string>
@ -73,8 +76,6 @@
<string name="message_view_cc_label">"Cc:"</string>
<string name="message_view_attachment_view_action">"開く"</string>
<string name="message_view_attachment_download_action">"保存"</string>
<string name="message_view_prev_action">"前のメッセージ"</string>
<string name="message_view_next_action">"次のメッセージ"</string>
<string name="message_view_status_attachment_saved">"「<xliff:g id="FILENAME">%s</xliff:g>」という名前で添付ファイルをSDカードに保存しました。"</string>
<string name="message_view_status_attachment_not_saved">"添付ファイルをSDカードに保存できません。"</string>
<string name="message_view_show_pictures_instructions">"埋め込まれている画像を見るには[画像を表示]を選択してください。"</string>

View File

@ -50,8 +50,11 @@
<string name="status_network_error">"연결 오류"</string>
<string name="status_loading_more_failed">"추가 메일 로드 재시도"</string>
<string name="notification_new_title">"새 이메일"</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_multi_account_fmt">"<xliff:g id="NUMBER_ACCOUNTS">%d</xliff:g>개 계정"</string>
<!-- no translation found for notification_new_one_account_fmt:one (3422945912787702191) -->
<!-- no translation found for notification_new_one_account_fmt:few (6543078667692990869) -->
<!-- no translation found for notification_new_one_account_fmt:other (6937673814351448076) -->
<!-- no translation found for notification_new_multi_account_fmt:few (1991747245324120305) -->
<!-- no translation found for notification_new_multi_account_fmt:other (2723797835410343458) -->
<string name="special_mailbox_name_inbox">"받은편지함"</string>
<string name="accounts_welcome">"이메일 설정에 오신 것을 환영합니다."\n\n"원하는 이메일 계정을 사용하세요."\n\n"가장 많이 사용하는 이메일 계정은 2단계 만에 설정할 수 있습니다."</string>
<string name="debug_version_fmt">"버전: <xliff:g id="VERSION">%s</xliff:g>"</string>
@ -73,8 +76,6 @@
<string name="message_view_cc_label">"참조:"</string>
<string name="message_view_attachment_view_action">"열기"</string>
<string name="message_view_attachment_download_action">"저장"</string>
<string name="message_view_prev_action">"이전 메일"</string>
<string name="message_view_next_action">"다음 메일"</string>
<string name="message_view_status_attachment_saved">"첨부파일(<xliff:g id="FILENAME">%s</xliff:g>)이 SD 카드에 저장되었습니다."</string>
<string name="message_view_status_attachment_not_saved">"SD 카드에 첨부파일을 저장할 수 없습니다."</string>
<string name="message_view_show_pictures_instructions">"삽입된 사진을 표시하려면 \'사진 표시\'를 선택하세요."</string>

View File

@ -50,8 +50,11 @@
<string name="status_network_error">"Feil ved tilkobling"</string>
<string name="status_loading_more_failed">"Prøv på nytt å hente flere meldinger"</string>
<string name="notification_new_title">"Ny e-post"</string>
<string name="notification_new_one_account_fmt">"<xliff:g id="UNREAD_MESSAGE_COUNT">%d</xliff:g> ulest(e) (<xliff:g id="ACCOUNT">%s</xliff:g>)"</string>
<string name="notification_new_multi_account_fmt">"i <xliff:g id="NUMBER_ACCOUNTS">%d</xliff:g> kontoer"</string>
<!-- no translation found for notification_new_one_account_fmt:one (3422945912787702191) -->
<!-- no translation found for notification_new_one_account_fmt:few (6543078667692990869) -->
<!-- no translation found for notification_new_one_account_fmt:other (6937673814351448076) -->
<!-- no translation found for notification_new_multi_account_fmt:few (1991747245324120305) -->
<!-- no translation found for notification_new_multi_account_fmt:other (2723797835410343458) -->
<string name="special_mailbox_name_inbox">"Innboks"</string>
<string name="accounts_welcome">"Velkommen til e-post-oppsettet!"\n\n"Du kan bruke hvilken som helst e-postkonto."\n\n"De fleste vanlige e-postkontoer kan settes opp i to trinn!"</string>
<string name="debug_version_fmt">"Version: <xliff:g id="VERSION">%s</xliff:g>"</string>
@ -73,8 +76,6 @@
<string name="message_view_cc_label">"Kopi:"</string>
<string name="message_view_attachment_view_action">"Åpne"</string>
<string name="message_view_attachment_download_action">"Lagre"</string>
<string name="message_view_prev_action">"Forrige melding"</string>
<string name="message_view_next_action">"Neste melding"</string>
<string name="message_view_status_attachment_saved">"Vedlegget ble lagret til minnekortet som <xliff:g id="FILENAME">%s</xliff:g>."</string>
<string name="message_view_status_attachment_not_saved">"Kunne ikke lagre vedlegget til minnekort."</string>
<string name="message_view_show_pictures_instructions">"Velg \"Vis bilder\" for å vise vedlagte bilder."</string>

View File

@ -50,8 +50,11 @@
<string name="status_network_error">"Verbindingsfout"</string>
<string name="status_loading_more_failed">"Probeer opnieuw meer berichten te laden"</string>
<string name="notification_new_title">"Nieuwe e-mail"</string>
<string name="notification_new_one_account_fmt">"<xliff:g id="UNREAD_MESSAGE_COUNT">%d</xliff:g> ongelezen (<xliff:g id="ACCOUNT">%s</xliff:g>)"</string>
<string name="notification_new_multi_account_fmt">"in <xliff:g id="NUMBER_ACCOUNTS">%d</xliff:g> accounts"</string>
<!-- no translation found for notification_new_one_account_fmt:one (3422945912787702191) -->
<!-- no translation found for notification_new_one_account_fmt:few (6543078667692990869) -->
<!-- no translation found for notification_new_one_account_fmt:other (6937673814351448076) -->
<!-- no translation found for notification_new_multi_account_fmt:few (1991747245324120305) -->
<!-- no translation found for notification_new_multi_account_fmt:other (2723797835410343458) -->
<string name="special_mailbox_name_inbox">"Postvak IN"</string>
<string name="accounts_welcome">"Welkom bij E-mail instellen."\n\n"Je kunt elke account gebruiken met E-mail."\n\n"De meest populaire e-mailaccounts kunnen in twee stappen worden ingesteld."</string>
<string name="debug_version_fmt">"Versie: <xliff:g id="VERSION">%s</xliff:g>"</string>
@ -73,8 +76,6 @@
<string name="message_view_cc_label">"Cc:"</string>
<string name="message_view_attachment_view_action">"Openen"</string>
<string name="message_view_attachment_download_action">"Opslaan"</string>
<string name="message_view_prev_action">"Vorig bericht"</string>
<string name="message_view_next_action">"Volgend bericht"</string>
<string name="message_view_status_attachment_saved">"Bijlage opgeslagen op SD-kaart als <xliff:g id="FILENAME">%s</xliff:g>."</string>
<string name="message_view_status_attachment_not_saved">"Kan bijlage niet opslaan op SD-kaart."</string>
<string name="message_view_show_pictures_instructions">"Selecteer Afbeeldingen weergeven om ingevoegde afbeeldingen weer te geven."</string>

View File

@ -50,8 +50,11 @@
<string name="status_network_error">"Błąd połączenia"</string>
<string name="status_loading_more_failed">"Ponów próbę załadowania większej liczby wiadomości"</string>
<string name="notification_new_title">"Nowa wiadomość e-mail"</string>
<string name="notification_new_one_account_fmt">"Nieprzeczytane: <xliff:g id="UNREAD_MESSAGE_COUNT">%d</xliff:g> (<xliff:g id="ACCOUNT">%s</xliff:g>)"</string>
<string name="notification_new_multi_account_fmt">"na <xliff:g id="NUMBER_ACCOUNTS">%d</xliff:g> kontach"</string>
<!-- no translation found for notification_new_one_account_fmt:one (3422945912787702191) -->
<!-- no translation found for notification_new_one_account_fmt:few (6543078667692990869) -->
<!-- no translation found for notification_new_one_account_fmt:other (6937673814351448076) -->
<!-- no translation found for notification_new_multi_account_fmt:few (1991747245324120305) -->
<!-- no translation found for notification_new_multi_account_fmt:other (2723797835410343458) -->
<string name="special_mailbox_name_inbox">"Odebrane"</string>
<string name="accounts_welcome">"Zapraszamy do skonfigurowania poczty e-mail!"\n\n"W tej usłudze można korzystać z dowolnego konta e-mail."\n\n"Konfiguracja najpopularniejszych kont e-mail składa się z tylko 2 etapów."</string>
<string name="debug_version_fmt">"Wersja: <xliff:g id="VERSION">%s</xliff:g>"</string>
@ -73,8 +76,6 @@
<string name="message_view_cc_label">"DW:"</string>
<string name="message_view_attachment_view_action">"Otwórz"</string>
<string name="message_view_attachment_download_action">"Zapisz"</string>
<string name="message_view_prev_action">"Poprzednia wiadomość"</string>
<string name="message_view_next_action">"Następna wiadomość"</string>
<string name="message_view_status_attachment_saved">"Załącznik został zapisany na karcie SD jako <xliff:g id="FILENAME">%s</xliff:g>."</string>
<string name="message_view_status_attachment_not_saved">"Nie można zapisać załącznika na karcie SD."</string>
<string name="message_view_show_pictures_instructions">"Wybierz opcję Pokaż obrazy, aby wyświetlić osadzone obrazy."</string>

View File

@ -50,8 +50,11 @@
<string name="status_network_error">"Ошибка подключения"</string>
<string name="status_loading_more_failed">"Повторить попытку загрузки остальных писем"</string>
<string name="notification_new_title">"Новое письмо"</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_multi_account_fmt">"в нескольких (<xliff:g id="NUMBER_ACCOUNTS">%d</xliff:g>) аккаунтах"</string>
<!-- no translation found for notification_new_one_account_fmt:one (3422945912787702191) -->
<!-- no translation found for notification_new_one_account_fmt:few (6543078667692990869) -->
<!-- no translation found for notification_new_one_account_fmt:other (6937673814351448076) -->
<!-- no translation found for notification_new_multi_account_fmt:few (1991747245324120305) -->
<!-- no translation found for notification_new_multi_account_fmt:other (2723797835410343458) -->
<string name="special_mailbox_name_inbox">"Входящие"</string>
<string name="accounts_welcome">"Добро пожаловать на страницу настройки электронной почты."\n\n"С нашей почтовой системой можно использовать любой аккаунт электронной почты."\n\n"Самые распространенные аккаунты электронной почты можно настроить за 2 шага."</string>
<string name="debug_version_fmt">"Версия: <xliff:g id="VERSION">%s</xliff:g>"</string>
@ -73,8 +76,6 @@
<string name="message_view_cc_label">"Копия:"</string>
<string name="message_view_attachment_view_action">"Открыть"</string>
<string name="message_view_attachment_download_action">"Сохранить"</string>
<string name="message_view_prev_action">"Пред. письмо"</string>
<string name="message_view_next_action">"След. письмо"</string>
<string name="message_view_status_attachment_saved">"Приложение сохранено на SD-карту как <xliff:g id="FILENAME">%s</xliff:g>."</string>
<string name="message_view_status_attachment_not_saved">"Не удается сохранить приложение на SD-карту."</string>
<string name="message_view_show_pictures_instructions">"Выберите \"Показать картинки\", чтобы показать встроенную графику."</string>

View File

@ -50,8 +50,11 @@
<string name="status_network_error">"连接错误"</string>
<string name="status_loading_more_failed">"重新尝试载入更多邮件"</string>
<string name="notification_new_title">"新电子邮件"</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_multi_account_fmt">"在 <xliff:g id="NUMBER_ACCOUNTS">%d</xliff:g> 个帐户中"</string>
<!-- no translation found for notification_new_one_account_fmt:one (3422945912787702191) -->
<!-- no translation found for notification_new_one_account_fmt:few (6543078667692990869) -->
<!-- no translation found for notification_new_one_account_fmt:other (6937673814351448076) -->
<!-- no translation found for notification_new_multi_account_fmt:few (1991747245324120305) -->
<!-- no translation found for notification_new_multi_account_fmt:other (2723797835410343458) -->
<string name="special_mailbox_name_inbox">"收件箱"</string>
<string name="accounts_welcome">"欢迎设置电子邮件!"\n\n"在此可使用任意电子邮件帐户。"\n\n"大多数常见的电子邮件帐户通过 2 步即可完成设置!"</string>
<string name="debug_version_fmt">"版本:<xliff:g id="VERSION">%s</xliff:g>"</string>
@ -73,8 +76,6 @@
<string name="message_view_cc_label">"抄送:"</string>
<string name="message_view_attachment_view_action">"打开"</string>
<string name="message_view_attachment_download_action">"保存"</string>
<string name="message_view_prev_action">"上一封邮件"</string>
<string name="message_view_next_action">"下一封邮件"</string>
<string name="message_view_status_attachment_saved">"附件已保存到 SD 卡中,文件名为 <xliff:g id="FILENAME">%s</xliff:g>。"</string>
<string name="message_view_status_attachment_not_saved">"无法将附件保存到 SD 卡。"</string>
<string name="message_view_show_pictures_instructions">"选择“显示图片”可显示嵌入的图片。"</string>

View File

@ -50,8 +50,11 @@
<string name="status_network_error">"連線錯誤"</string>
<string name="status_loading_more_failed">"重新載入更多郵件"</string>
<string name="notification_new_title">"新電子郵件"</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_multi_account_fmt">"在 <xliff:g id="NUMBER_ACCOUNTS">%d</xliff:g> 個帳戶中"</string>
<!-- no translation found for notification_new_one_account_fmt:one (3422945912787702191) -->
<!-- no translation found for notification_new_one_account_fmt:few (6543078667692990869) -->
<!-- no translation found for notification_new_one_account_fmt:other (6937673814351448076) -->
<!-- no translation found for notification_new_multi_account_fmt:few (1991747245324120305) -->
<!-- no translation found for notification_new_multi_account_fmt:other (2723797835410343458) -->
<string name="special_mailbox_name_inbox">"收件匣"</string>
<string name="accounts_welcome">"歡迎使用 [電子郵件] 設定!"\n\n"[電子郵件] 設定可讓您使用各種電子郵件帳戶!"\n\n"大部分常見的電子郵件只需要兩個步驟就能設定完成!"</string>
<string name="debug_version_fmt">"版本:<xliff:g id="VERSION">%s</xliff:g>"</string>
@ -73,8 +76,6 @@
<string name="message_view_cc_label">"副本:"</string>
<string name="message_view_attachment_view_action">"開啟"</string>
<string name="message_view_attachment_download_action">"儲存"</string>
<string name="message_view_prev_action">"上一封郵件"</string>
<string name="message_view_next_action">"下一封郵件"</string>
<string name="message_view_status_attachment_saved">"已將附件儲存至 SD 記憶卡,檔名為 <xliff:g id="FILENAME">%s</xliff:g>。"</string>
<string name="message_view_status_attachment_not_saved">"無法將附件儲存至 SD 記憶卡。"</string>
<string name="message_view_show_pictures_instructions">"選取 [顯示圖片] 即可顯示內嵌的圖片。"</string>

View File

@ -91,10 +91,29 @@
<string name="status_loading_more_failed">Retry loading more messages</string>
<!-- Notification title in status bar -->
<string name="notification_new_title">New email</string>
<!-- Notification message in notifications window and one account has new mail; e.g, "279 unread (someone@google.com)" -->
<string name="notification_new_one_account_fmt"><xliff:g id="unread_message_count">%d</xliff:g> unread (<xliff:g id="account">%s</xliff:g>)</string>
<!-- Notification message in notifications window and 2+ accounts has new mail; e.g, "in 3 accounts" -->
<string name="notification_new_multi_account_fmt">in <xliff:g id="number_accounts">%d</xliff:g> accounts</string>
<!-- Notification message in notifications window when one account has
one or more new messages; e.g, "279 unread (someone@google.com)". -->
<plurals name="notification_new_one_account_fmt">
<!-- Case of one new message. -->
<item quantity="one"><xliff:g id="unread_message_count" example="1">%d</xliff:g> unread (<xliff:g id="account">%s</xliff:g>)</item>
<!-- Case of "few" (small number of) new messages. -->
<item quantity="few"><xliff:g id="unread_message_count" example="2">%d</xliff:g> unread (<xliff:g id="account">%s</xliff:g>)</item>
<!-- Case of a plural number of new messages. -->
<item quantity="other"><xliff:g id="unread_message_count" example="279">%d</xliff:g> unread (<xliff:g id="account">%s</xliff:g>)</item>
</plurals>
<!-- Notification message in notifications window when 2+ accounts have new mail; e.g, "in 3 accounts". -->
<plurals name="notification_new_multi_account_fmt">
<!-- Case of "few" (small number of) accounts with unread messages. -->
<item quantity="few">in <xliff:g id="number_accounts" example="2">%d</xliff:g> accounts</item>
<!-- Case of plural number of accounts with unread messages. -->
<item quantity="other">in <xliff:g id="number_accounts" example="10">%d</xliff:g> accounts</item>
</plurals>
<!-- In the folder list view, the inbox will be displayed with this name -->
<string name="special_mailbox_name_inbox">Inbox</string>
@ -146,10 +165,6 @@
<string name="message_view_attachment_view_action">Open</string>
<!-- Button name -->
<string name="message_view_attachment_download_action">Save</string>
<!-- Button name on read email screen -->
<string name="message_view_prev_action">Previous</string>
<!-- Button name on read email screen -->
<string name="message_view_next_action">Next</string>
<!-- Toast after saving attachment -->
<string name="message_view_status_attachment_saved">Attachment saved to SD card as <xliff:g id="filename">%s</xliff:g>.</string>
<!-- Toast after attachment could not be saved-->

View File

@ -60,10 +60,7 @@ import android.view.MenuItem;
import android.view.View;
import android.view.Window;
import android.view.View.OnClickListener;
import android.webkit.CacheManager;
import android.webkit.UrlInterceptHandler;
import android.webkit.WebView;
import android.webkit.CacheManager.CacheResult;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.LinearLayout;
@ -82,7 +79,7 @@ import java.util.Random;
import java.util.regex.Matcher;
public class MessageView extends Activity
implements UrlInterceptHandler, OnClickListener {
implements OnClickListener {
private static final String EXTRA_ACCOUNT = "com.android.email.MessageView_account";
private static final String EXTRA_FOLDER = "com.android.email.MessageView_folder";
private static final String EXTRA_MESSAGE = "com.android.email.MessageView_message";
@ -325,8 +322,6 @@ public class MessageView extends Activity
findViewById(R.id.delete).setOnClickListener(this);
findViewById(R.id.show_pictures).setOnClickListener(this);
// UrlInterceptRegistry.registerHandler(this);
mMessageContentView.getSettings().setBlockNetworkImage(true);
mMessageContentView.getSettings().setSupportZoom(false);
@ -656,26 +651,6 @@ public class MessageView extends Activity
return true;
}
public CacheResult service(String url, Map<String, String> headers) {
String prefix = "http://cid/";
if (url.startsWith(prefix)) {
try {
String contentId = url.substring(prefix.length());
final Part part = MimeUtility.findPartByContentId(mMessage, "<" + contentId + ">");
if (part != null) {
CacheResult cr = new CacheManager.CacheResult();
// TODO looks fixed in Mainline, cr.setInputStream
// part.getBody().writeTo(cr.getStream());
return cr;
}
}
catch (Exception e) {
// TODO
}
}
return null;
}
private Bitmap getPreviewIcon(Attachment attachment) {
try {
return BitmapFactory.decodeStream(

View File

@ -213,7 +213,9 @@ public class MailService extends Service {
Intent i = new Intent(context, Accounts.class);
PendingIntent pi = PendingIntent.getActivity(context, 0, i, 0);
notif.setLatestEventInfo(context, getString(R.string.notification_new_title),
getString(R.string.notification_new_multi_account_fmt,
getResources().
getQuantityString(R.plurals.notification_new_multi_account_fmt,
accountsWithNewMail.size(),
accountsWithNewMail.size()), pi);
} else {
Account account1 = accountsWithNewMail.keySet().iterator().next();
@ -221,7 +223,9 @@ public class MailService extends Service {
Intent i = FolderMessageList.actionHandleAccountIntent(context, account1, Email.INBOX);
PendingIntent pi = PendingIntent.getActivity(context, 0, i, 0);
notif.setLatestEventInfo(context, getString(R.string.notification_new_title),
getString(R.string.notification_new_one_account_fmt, totalNewMails,
getResources().
getQuantityString(R.plurals.notification_new_one_account_fmt,
totalNewMails, totalNewMails,
account1.getDescription()), pi);
vibrate = account1.isVibrate();
ringtone = account1.getRingtone();