[Bug 63344] Re: [update-manager] wrong translation crashes application

2006-10-17 Thread Michael Vogt
** Changed in: language-pack-pl (Ubuntu)
   Status: Needs Info => Confirmed

** Summary changed:

- [update-manager] wrong translation crashes application
+ rosetta truncated plural form for pl and that breaks python apps

** Changed in: language-pack-pl (Ubuntu)
   Target: None => ubuntu-6.10

-- 
rosetta truncated plural form for pl and that breaks python apps
https://launchpad.net/bugs/63344

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63344] Re: [update-manager] wrong translation crashes application

2006-10-13 Thread Sebastian Heinlein
Sorry, I did not intend to insult you. But this bug covers a lot of my
daily bug emails (duplicates).

** Bug 65898 has been marked a duplicate of this bug

-- 
[update-manager] wrong translation crashes application
https://launchpad.net/bugs/63344

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63344] Re: [update-manager] wrong translation crashes application

2006-10-12 Thread Paweł T . Jochym
Sorry! I was not remainding. 
I have submitted the report after checking that recent (2 days ago) language 
pack upgrade did not fix this issue. I was just trying to be helpfull... Do not 
get mad :)

Take care!
Paweł

-- 
[update-manager] wrong translation crashes application
https://launchpad.net/bugs/63344

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63344] Re: [update-manager] wrong translation crashes application

2006-10-12 Thread Sebastian Heinlein
There is no need to remember us of the importance of the bug. We all
know very well about this. The import queue seems to have some serious
problems again :/ I uploaded po files some days ago.

-- 
[update-manager] wrong translation crashes application
https://launchpad.net/bugs/63344

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63344] Re: [update-manager] wrong translation crashes application

2006-10-12 Thread Dominik Zablotny
Corrected file is still in import queue

-- 
[update-manager] wrong translation crashes application
https://launchpad.net/bugs/63344

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63344] Re: [update-manager] wrong translation crashes application

2006-10-12 Thread Paweł T . Jochym
It is still not fixed. The same messages are printed. This is a real
problem. The update-manager is a program ALL ubuntu users use (or are
supose to use) often. And it is run as one of the first programs after
installation. This bug leads to the confusing situation for any
inexperienced user (workaround: just select "Install all updates"
(Zainstaluj wszystkie aktualizacje) from the popup menu). And this bug
affects at least all polish users. Please fix this before release.

-- 
[update-manager] wrong translation crashes application
https://launchpad.net/bugs/63344

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63344] Re: [update-manager] wrong translation crashes application

2006-10-12 Thread Sebastian Heinlein
** Bug 65632 has been marked a duplicate of this bug

-- 
[update-manager] wrong translation crashes application
https://launchpad.net/bugs/63344

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63344] Re: [update-manager] wrong translation crashes application

2006-10-09 Thread Dominik Zablotny
I have reimported file with corrected plural, so it should be fixed soon

-- 
[update-manager] wrong translation crashes application
https://launchpad.net/bugs/63344

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63344] Re: [update-manager] wrong translation crashes application

2006-10-08 Thread Sebastian Heinlein
The problem seems to be an error in launchpad po file export function.
It turncates the plural definition in a wrong way. So if you reimport a
po file, it will break.

-- 
[update-manager] wrong translation crashes application
https://launchpad.net/bugs/63344

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63344] Re: [update-manager] wrong translation crashes application

2006-10-08 Thread Sebastian Heinlein
https://launchpad.net/products/rosetta/+bug/2322

-- 
[update-manager] wrong translation crashes application
https://launchpad.net/bugs/63344

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63344] Re: [update-manager] wrong translation crashes application

2006-10-03 Thread Sebastian Heinlein
I can reproduce the crash here using the latest po file from rosetta.

** This bug is no longer a duplicate of bug 2322
   Truncated plural forms

** Description changed:

- It seems that the translation of a plural form is wrong.
- 
- Used plural forms in update-manager:
+ Used plural forms seem to well formated.
  
  msgid_plural "%d packages are going to be removed."
  msgid_plural "%d new packages are going to be installed."
  msgid_plural "%d packages are going to be upgraded."
  msgid_plural "You can install %s updates"
  
  Binary package hint: update-manager
  
  after recent update of edgy, the update-manager is unable to start, in 
console after "sudo update-manager" there is such output:
  Traceback (most recent call last):
File "/usr/bin/update-manager", line 50, in ?
  parser = OptionParser()
File "/usr/lib/python2.4/optparse.py", line , in __init__
  self.set_usage(usage)
File "/usr/lib/python2.4/optparse.py", line 1169, in set_usage
  self.usage = _("%prog [options]")
File "/usr/lib/python2.4/gettext.py", line 568, in gettext
  return dgettext(_current_domain, message)
File "/usr/lib/python2.4/gettext.py", line 532, in dgettext
  codeset=_localecodesets.get(domain))
File "/usr/lib/python2.4/gettext.py", line 480, in translation
  t = _translations.setdefault(key, class_(open(mofile, 'rb')))
File "/usr/lib/python2.4/gettext.py", line 177, in __init__
  self._parse(fp)
File "/usr/lib/python2.4/gettext.py", line 302, in _parse
  self.plural = c2py(plural)
File "/usr/lib/python2.4/gettext.py", line 86, in c2py
  raise ValueError, \
  ValueError: plural forms expression error, maybe unbalanced parenthesis

-- 
[update-manager] wrong translation crashes application
https://launchpad.net/bugs/63344

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63344] Re: [update-manager] wrong translation crashes application

2006-10-03 Thread Sebastian Heinlein
*** This bug is a duplicate of bug 2322 ***

** This bug has been marked a duplicate of bug 2322
   Truncated plural forms

-- 
[update-manager] wrong translation crashes application
https://launchpad.net/bugs/63344

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs