machinamentum / PocketTool

36 stars 67 forks source link

Moved all strings into the strings.xml resource file for ease of translation #1

Closed zhuowei closed 12 years ago

zhuowei commented 12 years ago

Moved all user interface text into the strings.xml. This will help translators by aggregating all strings in a single place.

Almost no strings were modified.

(By the way, a lot of code is copied-and-pastaed across different classes, like the menu generation code - maybe have them inherit from a common class or two?)

(also, slot_editor.xml now has LF line endings)

machinamentum commented 12 years ago

A common class will be implemented in the future. Thank you for your contribution.

Edit: due to the fact that many of the Activities inherit from different superclass Activities (ListActivity, TabActivity, Activity, etc...), a common ground for code such as the options menu will not be a priority at this time.