1. Krisztian_Szabo
  2. General
  3. Wednesday, April 29 2015, 09:22 AM
Hello,

There is an item what I do not find in ini or po files.
Attachment show a "Settings" value .
Settings was found in many ini or po files but no found the right one.
Do you know which file should contain that value? I should translate to Hungarian language.
Setting link alt attribute is in default.po

#: View/Elements/ajax/profile_edit.ctp:94
msgid "User Settings"
msgstr "Felhasználói beállítások"

Where do I find the 'Settings' ?

Thank you
best regards
Krisztian
Attachments (1)
Accepted Answer
admin Accepted Answer
Admin
Very thanks for report this. we will change language string from "To" to "Recipients" in following files:
- ajax_send.ctp
- ajax_invite.ctp
  1. more than a month ago
  2. General
  3. # Permalink
admin Accepted Answer
Admin
Hi, you have right!

to solve this you need to change at file /plugins/jsn/socialnetwork/app/View/Elements/userbox.ctp at line 18 this:
echo __('Settings')

with this:
echo __('User Settings')


Thanks for report it :)
  1. more than a month ago
  2. General
  3. # 1
Krisztian_Szabo Accepted Answer
Pro
Hi,

Thank you vey much. It was done.
There is an interesting thing with 'To' word in default.po

#: View/Conversations/ajax_send.ctp:53;55
#: View/Friends/ajax_invite.ctp:24
#: View/Events/create.ctp:80
msgid "To"
msgstr ""

The meaning of 'To' word to date and to message recipient are different in Hungarian language so I am not able to
translate it properly. What is good for date is not good for email recipient.

can you give me any idea? For example:

#: View/Conversations/ajax_send.ctp:53;55
#: View/Friends/ajax_invite.ctp:24
msgid "To"
msgstr "Címzett"

#: View/Events/create.ctp:80
msgid "To"
msgstr "-ig"

Krisztian
  1. more than a month ago
  2. General
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.