I need to change the value of the submit button in the login form, from "LOGIN" to "ACCEDI".
I saw that .ini file, but in there you can change the system messages, including these one:
COM_USERS_LOGIN_REMIND="Forgot your username?" // This is ok, I translated it!
COM_USERS_LOGIN_RESET="Forgot your password?" // This is ok, I translated it!
But I couldn't find the one to change the value of submit button.
BUT, when i right click on the http://localhost frontpage I can look up the source code and THERE i see the login form, where you can find also the value set on "LOGIN".
just now i was double clicking in the field "username" in the log in form, which actually is already translated, but what appears is "Username or email", but should be in italian.
not sure exactly where you mean that is coming from, in my joomla 1.7 login there isnt a username in the field or username or email, is that the standard Joomla login form?
when I click (and double click also) on my joomla 1.7 site within the username field in my native login form, there appears a hint (or suggestion, u got it) that says "username or email".
I d like to have it translated! in which folder could i try to check?