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

Commit 45c3ce58 authored by Eric Fischer's avatar Eric Fischer Committed by The Android Open Source Project
Browse files

Automated import from //branches/master/...@141530,141530

parent 58cd82b4
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -831,9 +831,4 @@
    <!-- no translation found for ime_action_default (2840921885558045721) -->
    <skip />
    
    <!-- Strings for search suggestions. These are going here because they are referenced by both 
         ContactsProvider and GoogleContactsProvider -->
    <string name="dialNumber">"Marcar número"</string>
    <string name="createNewContact">"Contacto nuevo"</string>
    <string name="usingNumber">"Usar <xliff:g id="NUMBER">%s</xliff:g>"</string>
</resources>
+0 −3
Original line number Diff line number Diff line
@@ -829,7 +829,4 @@
    <skip />
    <!-- no translation found for ime_action_default (2840921885558045721) -->
    <skip />
    <!-- Strings for search suggestions. These are going here because they are referenced by both 
         ContactsProvider and GoogleContactsProvider -->
    <string name="dialNumber">"発信"</string>
</resources>
+7 −3
Original line number Diff line number Diff line
@@ -2314,8 +2314,12 @@
    
    <!-- Strings for search suggestions. These are going here because they are referenced by both 
         ContactsProvider and GoogleContactsProvider -->
    <string name="dialNumber">Dial number</string>
    <string name="createNewContact">New contact</string>
    <string name="usingNumber">Using <xliff:g id="number">%s</xliff:g></string> 
    <skip />

    <!-- This string appears (on two lines) when you type a number into contacts search, to let you dial the phone number you typed.  The first line will be in bigger type than the second. -->
    <string name="dial_number_using">Dial number\nusing <xliff:g id="number" example="555">%s</xliff:g></string>

    <!-- This string appears (on two lines) when you type a number into contacts search, to let you create a contact whose phone number is the number you typed.  The first line will be in bigger type than the second. -->
    <string name="create_contact_using">Create contact\nusing <xliff:g id="number" example="555">%s</xliff:g></string>
    
</resources>