Jump to content


Important Announcement!

Please read this post about our new Privacy Policy


Photo

Gmail Notifier - Ver. 0.6.2


  • Please log in to reply
143 replies to this topic

#41 Gert-Paul

Gert-Paul

    [nl-NL] Coordinator

  • BabelZillian Mods
  • 35 posts

Posted 14 August 2005 - 04:18 PM

At http://forums.mozillazine.org/viewtopic.ph...1672892#1672892 Doron posted a beta for 0.5.2 with some stringchanges. 2 entities for credits of the translator and a string in the prefwindow to change the position of the statusbar icon.

I already updated the nl-NL locale (attached), but I don't know if Doron wants to add more locale changes. I think he didn't post it here, cause babelzilla was down.
Translator for Nvu and several Firefox extensions into Dutch
Mozilla-NL

#42 ReinekeFux

ReinekeFux

    Advanced Member

  • BabelZillian Mods
  • 155 posts

Posted 14 August 2005 - 05:22 PM

Thanks for the info, Gert-Paul!

In this context, I'd like to address a minor problem we've encountered with the last localized version of GMN.
Could any of the other translators please try to verify or to disprove this, please?

The issue:
The former "Inbox" text label showing up in the info popup as well as in the label dropdown (for directly accessing labeled Google Mails) of the toolbar icon is localized now.
This is working fine when only showing up in the info popup.
But when accessing the label dropdown of the icon and choosing the former "Inbox" label (which e.g. is called "Posteingang" in German now)...

...GMail won't show any mails which are assigned to this label, as internally, GMail is still looking for "label:Inbox", while this way "label:Posteingang" is chosen, which does not exist on GMail.

I'm assuming that this is not only a problem with German Google Mail, but any other national GMail, so can anybody confirm this?
Regards, Oliver


ReinekeFux is a member of Team erweiterungen.de

#43 Gert-Paul

Gert-Paul

    [nl-NL] Coordinator

  • BabelZillian Mods
  • 35 posts

Posted 14 August 2005 - 06:33 PM

QUOTE(ReinekeFux @ Aug 14 2005, 18:22)
I'm assuming that this is not only a problem with German Google Mail, but any other national GMail, so can anybody confirm this?
[right][snapback]1020[/snapback][/right]

Yes, I can confirm this.

I normally don't use the toolbar button, so I did not experience these problems. If I set my language to Dutch the Dutch text is shown in the label dropdown, but Gmail can´t find the label Postvak IN. If I set my language to English and check again for mail, Inbox is used again and the problem is over.
Translator for Nvu and several Firefox extensions into Dutch
Mozilla-NL

#44 Gert-Paul

Gert-Paul

    [nl-NL] Coordinator

  • BabelZillian Mods
  • 35 posts

Posted 14 August 2005 - 08:26 PM

I posted at MozillaZine about this, so I think we will hear from Doron soon.
Translator for Nvu and several Firefox extensions into Dutch
Mozilla-NL

#45 Ptit Lutin

Ptit Lutin

    Tech Admin

  • Admin
  • 901 posts

Posted 14 August 2005 - 09:12 PM

I made a little hack.

Please try the attached file and tell me if it's ok for you.

Thanks in advance wink.gif

EDIT : I removed the attached file

for the curious ones, my hack was (in gm-notifier.js):
QUOTE
gm_notifier.prototype.loadFolder = function(aElement) {
  var gm_url;
  if (aElement.hasAttribute("folderName")) {
    this.setNewMailMode(false);
    gm_url = "https://mail.google.com/mail?&search=cat&cat=";
    // Ptit Lutin Hack
    if (aElement.hasAttribute("isInbox"))
      gm_url += "Inbox";
    else
      gm_url += aElement.getAttribute("folderName");
    // Ptit Lutin Hack end
    gm_url += "&view=tl";
...

QUOTE
      // handle dropdown
      if (dropdownLabels) {
        var myMenuitem = document.createElement("menuitem");
        myMenuitem.setAttribute("label", unescape(folderItem[0]) + ": " + folderItem[1]);
        myMenuitem.setAttribute("folderName", folderItem[0]);
        // Ptit Lutin Hack
        if (run == 0) myMenuitem.setAttribute("isInbox", "");
        // Ptit Lutin Hack end

        dropdownLabels.appendChild(myMenuitem);


#46 ReinekeFux

ReinekeFux

    Advanced Member

  • BabelZillian Mods
  • 155 posts

Posted 14 August 2005 - 09:29 PM

QUOTE(Gert-Paul @ Aug 14 2005, 20:26)
I posted at MozillaZine about this, so I think we will hear from Doron soon.
[right][snapback]1034[/snapback][/right]

Thank you, Gert-Paul (also for testing and confirming)! smile.gif


QUOTE(Ptit Lutin @ Aug 14 2005, 21:12)
I made a little hack.

Please try the attached file and tell me if it's ok for you.
[right][snapback]1035[/snapback][/right]

Hey, great! I'll test it and give feedback. Thanks a lot. smile.gif

Regards, Oliver


ReinekeFux is a member of Team erweiterungen.de

#47 Ptit Lutin

Ptit Lutin

    Tech Admin

  • Admin
  • 901 posts

Posted 14 August 2005 - 10:37 PM

fr-FR locale wink.gif

EDIT : attached file removed (old strings)

#48 ReinekeFux

ReinekeFux

    Advanced Member

  • BabelZillian Mods
  • 155 posts

Posted 15 August 2005 - 12:56 AM

QUOTE(Ptit Lutin)
I made a little hack.

Please try the attached file and tell me if it's ok for you.

Thanks in advance wink.gif


In this file, the icon options don't work at all (no color changes, no counter, no dropdown).
But I've downloaded the most recent beta from http://www.nexgenmedia.net/extensions/gm-n...-0_5_2_beta.xpi (em:version 0.5.1.2), and the problem is fixed. smile.gif
Thanks doron!

I'm adding no new locale yet, as more things seem to change (in this case, entity names for the pref strings).
Regards, Oliver


ReinekeFux is a member of Team erweiterungen.de

#49 Ptit Lutin

Ptit Lutin

    Tech Admin

  • Admin
  • 901 posts

Posted 15 August 2005 - 01:03 AM

QUOTE(ReinekeFux @ Aug 15 2005, 01:56)
In this file, the icon options don't work at all (no color changes, no counter, no dropdown).

blink.gif That works fine for me huh.gif


#50 ReinekeFux

ReinekeFux

    Advanced Member

  • BabelZillian Mods
  • 155 posts

Posted 15 August 2005 - 01:11 AM

QUOTE(Ptit Lutin @ Aug 15 2005, 01:03)
blink.gif That works fine for me  huh.gif
[right][snapback]1040[/snapback][/right]

Don't know then what might have gone wrong. But as doron was quick on fixing this issue thanks to G-P's intervention, it will refrain from digging deeper into it... wink.gif

Regards, Oliver


ReinekeFux is a member of Team erweiterungen.de

#51 Ptit Lutin

Ptit Lutin

    Tech Admin

  • Admin
  • 901 posts

Posted 15 August 2005 - 03:22 PM

Updates needed for 0.5.2 (only few strings). See first post.
Thanks in advance wink.gif

#52 Gert-Paul

Gert-Paul

    [nl-NL] Coordinator

  • BabelZillian Mods
  • 35 posts

Posted 15 August 2005 - 06:29 PM

Because of some changes, I updated the nl-NL locale. With search and replace it was finished in no time.
Translator for Nvu and several Firefox extensions into Dutch
Mozilla-NL

#53 flod

flod

    eXtenZilla IT Member

  • Members
  • 53 posts

Posted 16 August 2005 - 09:25 AM

Here's italian

Note: all entities in gm-notifier.dtd related to preference window are changed from gm-notifier-xxx to notifier-xxx

I took a look to nl-NL and it's ok, but ft-FR still uses old names

Ptit Lutin : old attached file removed wink.gif

#54 Ptit Lutin

Ptit Lutin

    Tech Admin

  • Admin
  • 901 posts

Posted 16 August 2005 - 09:45 AM

QUOTE(flod @ Aug 16 2005, 10:25)
Here's italian

Note: all entities in gm-notifier.dtd related to preference window are changed from gm-notifier-xxx to notifier-xxx

I took a look to nl-NL and it's ok, but fr-FR still uses old names
[right][snapback]1090[/snapback][/right]

Fixed wink.gif Thanks !

EDIT : attached file removed (useless now)

#55 oriolsbd

oriolsbd

    Member

  • Members
  • 23 posts

Posted 25 August 2005 - 09:54 AM

Hello, I'm sending you the ca-AD translation for the gm-notifier 0.5.2 beta in a zip file.

Ptit Lutin : old attached file removed wink.gif

#56 Ptit Lutin

Ptit Lutin

    Tech Admin

  • Admin
  • 901 posts

Posted 25 August 2005 - 05:25 PM

QUOTE(oriolsbd @ Aug 25 2005, 10:54)
Hello, I'm sending you the ca-AD translation for the gm-notifier 0.5.2 beta in a zip file.
[right][snapback]1290[/snapback][/right]


Thanks smile.gif

First post updated to 0.5.1.3 (17 August 2005) wink.gif

Attached file deleted

#57 Asterxx

Asterxx

    Forum Coordinator

  • Moderator
  • 131 posts

Posted 25 August 2005 - 09:16 PM

I'll send an email to Gert-Paul, the oficial nl-NL translator
Roel

Translater several Thunderbird extensions
www.asterxx.tk


#58 flod

flod

    eXtenZilla IT Member

  • Members
  • 53 posts

Posted 27 August 2005 - 08:34 AM

Updated italian.

Just to make localization work easier for other people, I found only two new strings

gm-notifier.dtd (line 90):
<!ENTITY notifier.debugconsole.title "&gm-notifier.name; Debug Console">

gm-notifier.properties (line 16)
PreferenceDebugButton=Troubleshoot

EDIT: forgot to attach the file ops.gif

Ptit Lutin : old attached file removed wink.gif

#59 Gert-Paul

Gert-Paul

    [nl-NL] Coordinator

  • BabelZillian Mods
  • 35 posts

Posted 03 September 2005 - 10:56 AM

I was away, so I couldn't translated the new strings. I attached the updated translation.

Ptit Lutin : old attached file removed wink.gif
Translator for Nvu and several Firefox extensions into Dutch
Mozilla-NL

#60 Ptit Lutin

Ptit Lutin

    Tech Admin

  • Admin
  • 901 posts

Posted 03 September 2005 - 11:45 AM

Thanks flod and Gert-Paul wink.gif. First post updated smile.gif


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users