This is a major modification of how we handle menu strings. Strings for menus (label and statusline) are now located in string list. Instead of carrying these strings in the code, they will be loaded from the .strings files. This reduces code bloat and deprecates the preference MenuLabelSet.
Note: may break some CJK translations. Modified Files src/af/xap/xp/xap_Menu_Layouts.h src/wp/ap/xp/ap_Menu_Id.h src/wp/ap/xp/ap_Menu_Layouts.cpp src/wp/ap/xp/ap_String_Id.h /user/wp/strings/[Many Files].strings Added Files src/wp/ap/xp/ap_Menu_Id_List.h
