Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de1c56e5 authored by cketti's avatar cketti
Browse files

Move another XML comment

parent 01103238
Loading
Loading
Loading
Loading
+12 −11
Original line number Diff line number Diff line
@@ -982,17 +982,7 @@ Please submit bug reports, contribute new features and ask questions at

    <string name="dialog_confirm_delete_title">Confirm deletion</string>
    <string name="dialog_confirm_delete_message">Do you want to delete this message?</string>
    <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>
    <string name="dialog_confirm_delete_confirm_button">Yes</string>
    <string name="dialog_confirm_delete_cancel_button">No</string>

    <string name="dialog_confirm_spam_title">Confirm move to spam folder</string>
    <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>
    <!--
      Translators:

@@ -1004,6 +994,17 @@ Please submit bug reports, contribute new features and ask questions at
      (1) http://developer.android.com/guide/topics/resources/string-resource.html#Plurals

    -->
    <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>
    <string name="dialog_confirm_delete_confirm_button">Yes</string>
    <string name="dialog_confirm_delete_cancel_button">No</string>

    <string name="dialog_confirm_spam_title">Confirm move to spam folder</string>
    <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>
    <string name="dialog_confirm_spam_confirm_button">Yes</string>
    <string name="dialog_confirm_spam_cancel_button">No</string>