Advertisement
MBarra

strings.xml

Jul 20th, 2020
1,728
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.86 KB | None | 0 0
  1. <resources>
  2.     <string name="app_name">COVID19App</string>
  3.  
  4.     <string name="currently">CURRENTLY</string>
  5.     <string name="total_confirmed">Total Confirmed</string>
  6.     <string name="new_confirmed">New Confirmed</string>
  7.     <string name="total_deaths"> Total Deaths</string>
  8.     <string name="new_deaths">New Deaths</string>
  9.     <string name="total_recovered">Total Recovered</string>
  10.     <string name="new_recovered">New Recovered</string>
  11.     <string name="history">HISTORY</string>
  12.     <string name="ubah">Ubah</string>
  13.     <string name="confirmed">Confirmed</string>
  14.     <string name="recovered">Recovered</string>
  15.     <string name="deaths">Deaths</string>
  16.     <string name="countries">Countries</string>
  17.     <string name="total_cases">Cases</string>
  18.     <string name="nama_negara">Nama Negara</string>
  19.     <string name="zero">0</string>
  20.  
  21. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement