Advertisement
iAmGhost

Backup.apk FC problem

Jun 25th, 2012
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. Missing means translated xml has less values than original:
  2. this causes FC, add missing strings to their arrays.
  3.  
  4. Outdated means there's more strings than original:
  5. Having more strings than original is fine(at least not crash). anyway it should be outdated so check it.
  6.  
  7. see original arrays(values/arrays.xml) for comparing and update translations please.
  8.  
  9. values-ar/arrays.xml
  10. 1 missing string for "system_package_label"
  11.  
  12. values-da/arrays.xml
  13. seems fine
  14.  
  15. values-en/arrays.xml
  16. outdated translation "system_package_label"
  17. outdated translation "system_data_label"
  18.  
  19. values-es/arrays.xml
  20. 1 missing string for "system_package_label"
  21.  
  22. values-it-rIT/arrays.xml
  23. seems fine
  24.  
  25. values-nl/arrays.xml
  26. 2 missing strings for "system_package_label"
  27.  
  28. values-pl/arrays.xml
  29. outdated traslation "system_data_label"
  30.  
  31. values-ru/arrays.xml
  32. outdated translation "system_package_label"
  33.  
  34. values-uk/arrays.xml
  35. outdated translation "system_package_label"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement