Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
 
Go Back   Zimbra - Forums > Other > International > I18N/L10N - Translations

Welcome to the Zimbra - Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-08-2008, 12:40 PM
Project Contributor
 
Posts: 25
Talking Fixing broken keys after 5.0.9 and 5.0.10 patchs in pt_BR translation

Hi folks,

The problem was: some keys stopped to work in the mail panel. (ie: Delete Key)

Well, I'm not used to solve this things, but how my customers have claimed a lot, I had to find what was wrong in the lately pt_BR translation.

So, I noticed that in ZmKeys_pt_BR.properties, some inheritances was misspeled.

Where we find,

Code:
conversationList.INHERIT = e-mail
conversation.INHERIT = e-mail
message.INHERIT = e-mail
We should fix to
Code:
conversationList.INHERIT = mail
conversation.INHERIT = mail
message.INHERIT = mail
I think it was caused by some "sed" not so careful

But, there was another problem, which is not a BUG that I think should be noticed.
To alternate between HTML compose and Text compose, the translators decide to use Ctrl+B. But it conflicts with bold shortcut which most of people (even those that is not suppose to speak English) used to use.

So I made some these more modifications:

I commented out this block of ZmKeys_pt_BR.properties
Code:
#compose.HtmlFormat.display = Ctrl+B
#compose.HtmlFormat.keycode = Ctrl+66
#compose.HtmlFormat.description = Alternar entre os formatos HTML e texto para o corpo da mensagem
#compose.HtmlFormat.sort = 30060
And I changed those shortcuts inside AjxKeys_pt_BR.properties:

Code:
editor.Bold.display = Ctrl+N 
editor.Bold.keycode = Ctrl+78

editor.Underline.display = Ctrl+S
editor.Underline.keycode = Ctrl+83
To

Code:
editor.Bold.display = Ctrl+N; Ctrl+B
editor.Bold.keycode = Ctrl+78; Ctrl+66

editor.Underline.display = Ctrl+S; Ctrl+U
editor.Underline.keycode = Ctrl+83; Ctrl+85
My users are happy now!
Reply With Quote
  #2 (permalink)  
Old 10-08-2008, 04:30 PM
Intermediate Member
 
Posts: 18
Default

Thanks Rubão!
I had the same problem with the Swedish translations. I had to change INHERIT = e-post to INHERIT = mail. There were also INHERIT= tabView and INHERIT = global, tabView that were translaed to Global and Global, flikvy

In AjxKeys_sv there were INHERIT = button that was translated to INHERIT = knapp

After that a zmmailboxdctl restart and I was even happier. Without you I wouldn't have know where to start looking... Thx again!
Reply With Quote

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

Zimbrablog.com




 

Search Engine Optimization by vBSEO 3.1.0