Let me get this right. You want to change the words:
City Area to say Zip Code instead.
and the Region to State ?
for City Area
go to oc-content/languages/en_US
Download core.po
Open it with poedit
click on CIty Area and translate it to Zip Code
click on Region and translate it to State
Save it.
In the same folder you have core.po, a core.mo file will be generated.
Close poedit.
Just for verification, open core.po with text editor. You should find the following code in it.
msgid "City area"
msgstr "Zip Code"
and
msgid "Region"
msgstr "State"
Now if everithing is ok, close the text editor and upload the coire.po and core.mo files on the server (DO A BACK-up first!), overwriting the existing ones.
Now repeat the above for theme.po file.
For removing the rest, please explain more, I don't understant, maybe attach a picture.