summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2011-05-20 10:36:02 -0400
committerSteve Kondik <shade@chemlab.org>2011-05-20 10:36:02 -0400
commit400a1ffca7a5f9ecb90523f384785e44b66149de (patch)
tree57abb246a578b394d9f41d9d3ee4b5a30e2b657f
parent0f33297eb1862d00c4ee66292a26686cd45c8bdf (diff)
downloadandroid_packages_apps_Email-400a1ffca7a5f9ecb90523f384785e44b66149de.tar.gz
android_packages_apps_Email-400a1ffca7a5f9ecb90523f384785e44b66149de.tar.bz2
android_packages_apps_Email-400a1ffca7a5f9ecb90523f384785e44b66149de.zip
Fix mismatched tag in translation
Change-Id: I859cab9828dc4f6b29a398e381d4dee4d60ea492
-rw-r--r--res/values-it/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
index bf62995b5..5aa99a7c1 100644
--- a/res/values-it/strings.xml
+++ b/res/values-it/strings.xml
@@ -62,7 +62,6 @@
<string name="status_network_error" msgid="6045933332005067021">"Errore di connessione"</string>
<string name="notification_new_title" msgid="2200257910380529139">"Nuova email"</string>
<string name="error_loading_message_body" msgid="2265140604109272914">"Errore inaspettato durante il caricamento del testo del messaggio. La dimensione del messaggio potrebbe essere troppo grande per la visualizzazione."</string>
- <plurals name="notification_new_one_account_fmt">
<!-- Appears in Confirm deletion dialog title -->
<string name="confirm_on_delete_dlg_title">Conferma eliminazione</string>
<!-- Appears in Confirm deletion dialog message -->
@@ -72,6 +71,7 @@
<!-- Appears in Confirm send dialog message -->
<string name="confirm_on_send_dlg_msg">Inviare questo messaggio?</string>
+ <plurals name="notification_new_one_account_fmt">
<item quantity="one" msgid="3422945912787702191">"<xliff:g id="UNREAD_MESSAGE_COUNT">%1$d</xliff:g> da leggere (<xliff:g id="ACCOUNT">%2$s</xliff:g>)"</item>
<item quantity="few" msgid="6543078667692990869">"<xliff:g id="UNREAD_MESSAGE_COUNT">%1$d</xliff:g> da leggere (<xliff:g id="ACCOUNT">%2$s</xliff:g>)"</item>
<item quantity="other" msgid="6937673814351448076">"<xliff:g id="UNREAD_MESSAGE_COUNT">%1$d</xliff:g> da leggere (<xliff:g id="ACCOUNT">%2$s</xliff:g>)"</item>