[Bug 1766068] Re: Using Zsh, it doesn't show an error message when command not found

2020-06-02 Thread Ricardo Pérez López
Thank you very much, juliank!

Could this fix be backported to 20.04?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1766068

Title:
  Using Zsh, it doesn't show an error message when command not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/command-not-found/+bug/1766068/+subscriptions

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

[Bug 1766068] Re: Using Zsh, it doesn't show an error message when command not found

2020-05-29 Thread Ricardo Pérez López
Two years now since I submit this bug report. Any news?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1766068

Title:
  Using Zsh, it doesn't show an error message when command not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/command-not-found/+bug/1766068/+subscriptions

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

[Bug 1766068] Re: Using Zsh, it doesn't show an error message when command not found

2019-05-06 Thread Ricardo Pérez López
The bug is still reproducible with Ubuntu 19.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1766068

Title:
  Using Zsh, it doesn't show an error message when command not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/command-not-found/+bug/1766068/+subscriptions

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

[Bug 1766068] Re: Using Zsh, it doesn't show an error message when command not found

2018-11-08 Thread Ricardo Pérez López
Any news about this issue?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1766068

Title:
  Using Zsh, it doesn't show an error message when command not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/command-not-found/+bug/1766068/+subscriptions

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

[Bug 1769469] Re: no message printed for zsh commands not found

2018-05-24 Thread Ricardo Pérez López
*** This bug is a duplicate of bug 1766068 ***
https://bugs.launchpad.net/bugs/1766068

** This bug has been marked a duplicate of bug 1766068
   Using Zsh, it doesn't show an error message when command not found

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1769469

Title:
  no message printed for zsh commands not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/command-not-found/+bug/1769469/+subscriptions

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

[Bug 1766068] Re: Using Zsh, it doesn't show an error message when command not found

2018-04-22 Thread Ricardo Pérez López
I've found the origin of the problem.

Since Zsh 5.3, the command_not_found_handler() behavior has changed, as
you can see here:

https://github.com/zsh-
users/zsh/blob/9e2afb92987d7fd96a838c15b6641cc1b634a825/README#L207-L214

Copy & paste:

  6) Previously, if the function command_not_found_handler was run
  in place of a command-not-found error, and the function returned
  non-zero status, zsh set the status to 127 and printed an error message
  anyway.  Now, the status from the handler is retained and no additional
  message is printed.  The main reasons for this change are that it was not
  possible to return a non-zero status to the parent shell from a command
  executed as a replacement, and the new implementation is more consistent
  with other shells.

So now, when you define a custom command_not_found_handler() function in
Zsh, the shell never print an error message by itself, i.e., the error
message must be printed by the handler function.

According to the above, I think the only solution is by remove the
'--no-failure-msg' option from the /etc/zsh_command_not_found and
therefore the command_not_found_handler() function is the only
responsible to print error messages to the user.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1766068

Title:
  Using Zsh, it doesn't show an error message when command not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/command-not-found/+bug/1766068/+subscriptions

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

[Bug 1766068] Re: Using Zsh, it doesn't show an error message when command not found

2018-04-22 Thread Ricardo Pérez López
It worked in Ubuntu Xenial because it ships Zsh 5.1 and the new behavior
was introduced in Zsh 5.3.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1766068

Title:
  Using Zsh, it doesn't show an error message when command not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/command-not-found/+bug/1766068/+subscriptions

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

[Bug 1766068] Re: Using Zsh, it doesn't show an error message when command not found

2018-04-22 Thread Ricardo Pérez López
It works out-of-the-box in Ubuntu Xenial.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1766068

Title:
  Using Zsh, it doesn't show an error message when command not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/command-not-found/+bug/1766068/+subscriptions

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

[Bug 1766068] Re: Using Zsh, it doesn't show an error message when command not found

2018-04-22 Thread Ricardo Pérez López
** Also affects: command-not-found
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1766068

Title:
  Using Zsh, it doesn't show an error message when command not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/command-not-found/+bug/1766068/+subscriptions

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

[Bug 1766068] [NEW] Using Zsh, it doesn't show an error message when command not found

2018-04-22 Thread Ricardo Pérez López
Public bug reported:

- Using latest Ubuntu Bionic, full updated.

- Using Zsh.

My ~/.zshrc includes the following line:

  . /etc/zsh_command_not_found

When I type (for example):

  $ sdlkfjslkdfjkdslf

it doesn't say nothing. No error message.

If I change the line #11 of /etc/zsh_command_not_found and I remove
'--no-failure-msg' option, then it works OK:

  /usr/lib/command-not-found -- ${1+"$1"} && : (line 11, without --no-
failure-msg option)

I think the above option should be removed from
/etc/zsh_command_not_found.

** Affects: command-not-found
 Importance: Undecided
 Status: New

** Affects: command-not-found (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic command-not-found zsh

** Tags added: command-not-found zsh

** Tags removed: zsh

** Tags added: zsh

** Tags added: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1766068

Title:
  Using Zsh, it doesn't show an error message when command not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/command-not-found/+bug/1766068/+subscriptions

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

[Bug 1705437] [NEW] Upstream 'column' is newer than bsdmainutils'

2017-07-20 Thread Ricardo Pérez López
Public bug reported:

The 'column' program included in upstream util-linux
(https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/tree
/text-utils/column.c) is newer than the included in the bsdmainutil
package
(https://anonscm.debian.org/cgit/bsdmainutils/bsdmainutils.git/tree/usr.bin/column/column.c).
However, debian/rules from util-linux package states the opposite, and
therefore Ubuntu now is using 'column' from bsdmainutils instead of the
util-linux one.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: util-linux 2.27.1-6ubuntu3.3
ProcVersionSignature: Ubuntu 4.4.0-83.106-generic 4.4.70
Uname: Linux 4.4.0-83-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
CurrentDesktop: i3
Date: Thu Jul 20 11:41:36 2017
InstallationDate: Installed on 2016-04-23 (452 days ago)
InstallationMedia: Lubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: util-linux
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: util-linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug third-party-packages xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1705437

Title:
  Upstream 'column' is newer than bsdmainutils'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1705437/+subscriptions

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


[Bug 767378] Re: Missing GenericName[es] in thunderbird.desktop

2011-06-05 Thread Ricardo Pérez López
Sure! I just did it, as you can see here:

https://wiki.ubuntu.com/Translations/Wanted/ThunderbirdDesktop

and I opened a new question asking for the inclusion of my translation,
as the wiki page suggests:

https://answers.launchpad.net/ubuntu-translations/+question/160323

Hope this helps. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/767378

Title:
  Missing GenericName[es] in thunderbird.desktop

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


[Bug 742398] Re: Missing icon for bluetooth applet

2011-05-20 Thread Ricardo Pérez López
Updated language-packs from natty-proposed solves the issue.

** Changed in: gnome-control-center (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/742398

Title:
  Missing icon for bluetooth applet

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


[Bug 779320] Re: The spanish translation of Pause reproduction is incorrect

2011-05-09 Thread Ricardo Pérez López
One string fixed in Natty. Thanks a lot!

https://translations.launchpad.net/ubuntu/natty/+source/rhythmbox/+pots/rhythmbox/es/976/+translate

** Changed in: ubuntu-translations
   Status: Triaged = Fix Committed

** Changed in: rhythmbox (Ubuntu)
   Status: Triaged = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/779320

Title:
  The spanish translation of Pause reproduction is incorrect

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


[Bug 779086] Re: Spanisha translation error Editor de diagramás

2011-05-09 Thread Ricardo Pérez López
For strings fixed in Natty. Thanks a lot!

https://translations.launchpad.net/ubuntu/natty/+source/dia/+pots/dia/es/+translate?batch=10show=allsearch=editor+de+dia


** Changed in: ubuntu-translations
   Status: Triaged = Fix Committed

** Changed in: dia (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/779086

Title:
  Spanisha translation error Editor de diagramás

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

[Bug 779086] Re: Spanisha translation error Editor de diagramás

2011-05-09 Thread Ricardo Pérez López
s/For/Four

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/779086

Title:
  Spanisha translation error Editor de diagramás

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

[Bug 555813] Re: Please, delete the unnecesary es_PR and es_ES templates for ubuntu-docs-about-ubuntu

2011-05-08 Thread Ricardo Pérez López
Sure, you can go to a country-specific template by changing the URL,
like this:

https://translations.launchpad.net/ubuntu-docs/natty/+lang/es_ES
https://translations.launchpad.net/ubuntu-docs/natty/+lang/es_PR
https://translations.launchpad.net/ubuntu-docs/natty/+lang/es_MX
https://translations.launchpad.net/ubuntu-docs/natty/+lang/es_AR

and so on. Therefore, the answer is no: it's not fixed yet.

There must be no valid URL other than https://translations.launchpad.net
/ubuntu-docs/natty/+lang/es, without the country code at the very end of
the URL.

Thanks to you ;).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/555813

Title:
  Please, delete the unnecesary es_PR and es_ES templates for ubuntu-
  docs-about-ubuntu

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


[Bug 555813] Re: Please, delete the unnecesary es_PR and es_ES templates for ubuntu-docs-about-ubuntu

2011-05-08 Thread Ricardo Pérez López
Matthew, you're right. I'm unable to translate anything in any of the
es_* URLs.

It seems to be fixed, then. Sorry for my misunderstanding, and thank you
very much!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/555813

Title:
  Please, delete the unnecesary es_PR and es_ES templates for ubuntu-
  docs-about-ubuntu

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


[Bug 777881] Re: Wrong time zone for Huelva, Cádiz Almería Spain provinces

2011-05-06 Thread Ricardo Pérez López
** Also affects: ubuntu-geoip (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777881

Title:
  Wrong time zone for Huelva, Cádiz  Almería Spain provinces

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

[Bug 777881] Re: Wrong time zone for Huelva, Cádiz Almería Spain provinces

2011-05-06 Thread Ricardo Pérez López
I added the ubuntu-geoip task because I think the problem isn't in the
tzdata, as tzdata only maps contry capitols with timezones. Huelva,
Cádiz  Almería aren't country capitols.

I believe geoip is the service which assigns a timezone to a city (not
only contry capitols), but maybe I'm wrong.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777881

Title:
  Wrong time zone for Huelva, Cádiz  Almería Spain provinces

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

[Bug 777881] Re: Wrong time zone for Huelva, Cádiz Almería Spain provinces

2011-05-06 Thread Ricardo Pérez López
Interestingly, today Huelva has assigned the right timezone, although
Cádiz and Almería still hasn't.

However, some other cities like Ayamonte or Sanlúcar de Guadiana
(both in the Huelva province) still has the wrong timezone.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777881

Title:
  Wrong time zone for Huelva, Cádiz  Almería Spain provinces

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

[Bug 777881] Re: Wrong time zone for Huelva, Cádiz Almería Spain provinces

2011-05-06 Thread Ricardo Pérez López
When I do:

  $ wget http://geoip.ubuntu.com/lookup

I get the following response:

?xml version=1.0
encoding=UTF-8?ResponseIp84.122.158.151/IpStatusOK/StatusCountryCodeES/CountryCodeCountryCode3ESP/CountryCode3CountryNameSpain/CountryNameRegionCode51/RegionCodeRegionNameAndalucia/RegionNameCitySanlFAcar
De
Barrameda/CityZipPostalCode/ZipPostalCodeLatitude36.7833/LatitudeLongitude-6.3500/LongitudeAreaCode0/AreaCodeTimeZoneAfrica/Ceuta/TimeZone/Response

All the above information is right, EXCEPT for the time zone. The right
timezone for Sanlúcar de Barrameda (Spain) is Europe/Madrid, and NOT
Africa/Ceuta.

Obviously, the GeoIP database in geoip.ubuntu.com is wrong.

What can I do in order to fix the above entry in the database?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777881

Title:
  Wrong time zone for Huelva, Cádiz  Almería Spain provinces

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

[Bug 777881] Re: Wrong time zone for Huelva, Cádiz Almería Spain provinces

2011-05-06 Thread Ricardo Pérez López
The problem is in the GeoIP database on geoip.ubuntu.com, not in the
tzdata package.

** Changed in: tzdata (Ubuntu)
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777881

Title:
  Wrong time zone for Huelva, Cádiz  Almería Spain provinces

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

[Bug 777881] Re: Wrong time zone for Huelva, Cádiz Almería Spain provinces

2011-05-06 Thread Ricardo Pérez López
** Description changed:

  Binary package hint: gnome-control-center
  
  When you configure your location in a city included in any of Huelva,
  Cádiz or Almería Spain provinces, the system assigns it a wrong time
  zone. All the cities in the Spain peninsula must be in the same
- timezone.
+ timezone: Europe/Madrid.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777881

Title:
  Wrong time zone for Huelva, Cádiz  Almería Spain provinces

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

[Bug 777881] Re: Wrong time zone for Huelva, Cádiz Almería Spain provinces

2011-05-06 Thread Ricardo Pérez López
** Changed in: ubuntu-geoip (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777881

Title:
  Wrong time zone for Huelva, Cádiz  Almería Spain provinces

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

[Bug 777881] [NEW] Wrong time zone for Huelva, Cádiz Almería Spain provinces

2011-05-05 Thread Ricardo Pérez López
Public bug reported:

Binary package hint: gnome-control-center

When you configure your location in a city included in any of Huelva,
Cádiz or Almería Spain provinces, the system assigns it a wrong time
zone. All the cities in the Spain peninsula must be in the same
timezone.

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777881

Title:
  Wrong time zone for Huelva, Cádiz  Almería Spain provinces

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

[Bug 777881] Re: Wrong time zone for Huelva, Cádiz Almería Spain provinces

2011-05-05 Thread Ricardo Pérez López
** Attachment added: Correct timezone.png
   
https://bugs.launchpad.net/bugs/777881/+attachment/2114580/+files/Correct%20timezone.png

** Attachment removed: Correct timezone.png
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/777881/+attachment/2114580/+files/Correct%20timezone.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777881

Title:
  Wrong time zone for Huelva, Cádiz  Almería Spain provinces

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

[Bug 777881] Re: Wrong time zone for Huelva, Cádiz Almería Spain provinces

2011-05-05 Thread Ricardo Pérez López
As an example, when you use the city of Cádiz, the assigned timezone is
not the Spain timezone, but the timezone of Portugal, Iceland, United
Kingdom and part of Africa.


** Attachment added: Wrong timezone.png
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/777881/+attachment/2114606/+files/Wrong%20timezone.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777881

Title:
  Wrong time zone for Huelva, Cádiz  Almería Spain provinces

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

[Bug 777881] Re: Wrong time zone for Huelva, Cádiz Almería Spain provinces

2011-05-05 Thread Ricardo Pérez López
However, when you use another city not in Huelva, Cádiz or Almería (say,
Madrid), the timezone is correct, i.e. the Spain timezone.

** Attachment added: Correct timezone.png
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/777881/+attachment/2114611/+files/Correct%20timezone.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777881

Title:
  Wrong time zone for Huelva, Cádiz  Almería Spain provinces

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

[Bug 777881] Re: Wrong time zone for Huelva, Cádiz Almería Spain provinces

2011-05-05 Thread Ricardo Pérez López
You can see here that Cádiz and Madrid has assigned two different
timezones:

- Cádiz has the wrong UTC timezone.

- Madrid has the right UTC+2 timezone.

Both Cádiz and Madrid (actually, all the Spain cities except Canary
islands) must have the same UTC+2 timezone.


** Attachment added: Calendario.png
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/777881/+attachment/2114612/+files/Calendario.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777881

Title:
  Wrong time zone for Huelva, Cádiz  Almería Spain provinces

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

[Bug 777064] [NEW] Select a contact is untranslated and untranslatable

2011-05-04 Thread Ricardo Pérez López
Public bug reported:

Binary package hint: nautilus-sendto

The Select a contact strings shows unstranslated in my Spanish
desktop, and can't be translated because it isn't in the Launchpad
template:

  https://translations.launchpad.net/ubuntu/natty/+source/nautilus-
sendto/+pots/nautilus-
sendto/es/+translate?batch=10show=allsearch=Select+a+contact

  (shows no records found)

I attach an screenshot to illustrate the problem.

** Affects: ubuntu-translations
 Importance: Undecided
 Status: New

** Affects: nautilus-sendto (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777064

Title:
  Select a contact is untranslated and untranslatable

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


[Bug 777064] Re: Select a contact is untranslated and untranslatable

2011-05-04 Thread Ricardo Pérez López
** Attachment added: Pantallazo.png
   
https://bugs.launchpad.net/bugs/777064/+attachment/2111744/+files/Pantallazo.png

** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777064

Title:
  Select a contact is untranslated and untranslatable

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


[Bug 672314] Re: No translated package descriptions for -updates repository

2011-05-03 Thread Ricardo Pérez López
** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

** Changed in: ubuntu-translations
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/672314

Title:
  No translated package descriptions for -updates repository

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


[Bug 775412] [NEW] Translations of packages descriptions disappears from one version to another

2011-05-02 Thread Ricardo Pérez López
Public bug reported:

With the latest Firefox updates in Ubuntu 11.04, I've realized that the
translations of packages descriptions disappeared from the old version
to the new one.

$ apt-cache show firefox=4.0+nobinonly-0ubuntu3 | grep ^Description\|^ 
Description-es: Navegador seguro y sencillo de Mozilla
 Firefox brinda seguridad, facilidad al navegar por la web. Una interfaz de
 usuario familiar, características de seguridad mejoradas incluyendo
 protección del robo de identidad en linea y búsqueda integrada que te
 permite sacarle todo le jugo a la web.

$ apt-cache show firefox=4.0.1+build1+nobinonly-0ubuntu0.11.04.1 | grep 
^Description\|^ 
Description: Safe and easy web browser from Mozilla
 Firefox delivers safe, easy web browsing. A familiar user interface,
 enhanced security features including protection from online identity theft,
 and integrated search let you get the most out of the web.

I think the problem is the lack of Translation-* files:

$ sudo apt-get update
[...]
Ign http://archive.ubuntu.com natty-security/main TranslationIndex
Ign http://archive.ubuntu.com natty-security/multiverse TranslationIndex
Ign http://archive.ubuntu.com natty-security/restricted TranslationIndex
Ign http://archive.ubuntu.com natty-security/universe TranslationIndex
Obj http://archive.ubuntu.com natty/main Translation-es
Obj http://archive.ubuntu.com natty/multiverse Translation-es
Obj http://archive.ubuntu.com natty/restricted Translation-es
Obj http://archive.ubuntu.com natty/universe Translation-es
Ign http://archive.ubuntu.com natty/main Translation-es_ES
Ign http://archive.ubuntu.com natty/main Translation-C
Ign http://archive.ubuntu.com natty/main Translation-en
Ign http://archive.ubuntu.com natty/multiverse Translation-es_ES
Ign http://archive.ubuntu.com natty/multiverse Translation-C
Ign http://archive.ubuntu.com natty/multiverse Translation-en
Ign http://archive.ubuntu.com natty/restricted Translation-es_ES
Ign http://archive.ubuntu.com natty/restricted Translation-C
Ign http://archive.ubuntu.com natty/restricted Translation-en
Ign http://archive.ubuntu.com natty/universe Translation-es_ES
Ign http://archive.ubuntu.com natty/universe Translation-C
Ign http://archive.ubuntu.com natty/universe Translation-en
Ign http://archive.ubuntu.com natty-updates/main Translation-es_ES
Ign http://archive.ubuntu.com natty-updates/main Translation-es
Ign http://archive.ubuntu.com natty-updates/main Translation-C
Ign http://archive.ubuntu.com natty-updates/main Translation-en
Ign http://archive.ubuntu.com natty-updates/multiverse Translation-es_ES
Ign http://archive.ubuntu.com natty-updates/multiverse Translation-es
Ign http://archive.ubuntu.com natty-updates/multiverse Translation-C
Ign http://archive.ubuntu.com natty-updates/multiverse Translation-en
Ign http://archive.ubuntu.com natty-updates/restricted Translation-es_ES
Ign http://archive.ubuntu.com natty-updates/restricted Translation-es
Ign http://archive.ubuntu.com natty-updates/restricted Translation-C
Ign http://archive.ubuntu.com natty-updates/restricted Translation-en
Ign http://archive.ubuntu.com natty-updates/universe Translation-es_ES
Ign http://archive.ubuntu.com natty-updates/universe Translation-es
[...]

(The rest are Ign lines.)

Checking into archive.ubuntu.com, I can see the following directories do
exists:

  ftp://archive.ubuntu.com/ubuntu/dists/natty/main/i18n/
  ftp://archive.ubuntu.com/ubuntu/dists/natty/restricted/i18n/
  ftp://archive.ubuntu.com/ubuntu/dists/natty/universe/i18n/
  ftp://archive.ubuntu.com/ubuntu/dists/natty/multiverse/i18n/

However, the following directories doesn't exists:

  ftp://archive.ubuntu.com/ubuntu/dists/natty-updates/main/i18n/
  ftp://archive.ubuntu.com/ubuntu/dists/natty-updates/restricted/i18n/
  ftp://archive.ubuntu.com/ubuntu/dists/natty-updates/universe/i18n/
  ftp://archive.ubuntu.com/ubuntu/dists/natty-updates/multiverse/i18n/
  ftp://archive.ubuntu.com/ubuntu/dists/natty-security/main/i18n/
  ftp://archive.ubuntu.com/ubuntu/dists/natty-security/restricted/i18n/
  ftp://archive.ubuntu.com/ubuntu/dists/natty-security/universe/i18n/
  ftp://archive.ubuntu.com/ubuntu/dists/natty-security/multiverse/i18n/

So it seems to be a lack of Translation-* files and /i18n/ directories
in the repositories, so therefore all the packages in natty-updates and
natty-security has no translations of their descriptions.

** Affects: ubuntu-translations
 Importance: Undecided
 Status: New

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/775412

Title:
  Translations of packages descriptions disappears from one version to
  another

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

[Bug 775412] Re: Translations of packages descriptions disappears from one version to another

2011-05-02 Thread Ricardo Pérez López
A quick  dirty workaround which works, but I don't know if there could
be any potential side-effect:

$ sudo cp /var/lib/apt/lists/archive.ubuntu
.com_ubuntu_dists_natty_main_i18n_Translation-es
/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_natty-
security_main_i18n_Translation-es

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/775412

Title:
  Translations of packages descriptions disappears from one version to
  another

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


[Bug 672314] Re: No translated package descriptions for -updates repository

2011-05-02 Thread Ricardo Pérez López
** Changed in: apt (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/672314

Title:
  No translated package descriptions for -updates repository

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


[Bug 774159] [NEW] Untranslated untranslatable strings

2011-04-30 Thread Ricardo Pérez López
*** This bug is a duplicate of bug 774167 ***
https://bugs.launchpad.net/bugs/774167

Public bug reported:

Binary package hint: transmission

There're some strings which are shown untranslated in my Spanish
desktop, and they're untranslatable because there aren't in the
Launchpad template. As you can see in the screenshots, these are:

* In the main window:
  - hour, minutes and so on
  - Downloading from xx of yy connected peers
* In the Remove torrent dialog (which is shown when you try to remove a 
torrent):
  - Remove torrent?
  - This torrent has not finished downloading.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: transmission-gtk 2.13-0ubuntu8
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sat Apr 30 16:29:49 2011
ExecutablePath: /usr/bin/transmission-gtk
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta i386 (20110330)
ProcEnviron:
 LANGUAGE=es_ES:C:en
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: transmission
UpgradeStatus: No upgrade log present (probably fresh install)
XsessionErrors: (unknown:1496): dee-WARNING **: Transaction from 
com.canonical.Unity.FilesPlace.SectionsModel is in the past. Ignoring 
transaction.

** Affects: ubuntu-translations
 Importance: Undecided
 Status: Invalid

** Affects: transmission (Ubuntu)
 Importance: Undecided
 Status: Invalid


** Tags: apport-bug apport-lpi i386 natty running-unity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774159

Title:
  Untranslated  untranslatable strings

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


[Bug 774159] Re: Untranslated untranslatable strings

2011-04-30 Thread Ricardo Pérez López
*** This bug is a duplicate of bug 774167 ***
https://bugs.launchpad.net/bugs/774167


** Attachment added: Pantallazo-Transmission-1.png
   
https://bugs.launchpad.net/bugs/774159/+attachment/2099880/+files/Pantallazo-Transmission-1.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774159

Title:
  Untranslated  untranslatable strings

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


[Bug 774159] Re: Untranslated untranslatable strings

2011-04-30 Thread Ricardo Pérez López
*** This bug is a duplicate of bug 774167 ***
https://bugs.launchpad.net/bugs/774167


** Attachment added: Pantallazo-Transmission.png
   
https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/774159/+attachment/2099884/+files/Pantallazo-Transmission.png

** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

** Changed in: ubuntu-translations
   Status: New = Invalid

** Changed in: transmission (Ubuntu)
   Status: New = Invalid

** Changed in: ubuntu-translations
   Status: Invalid = New

** Changed in: transmission (Ubuntu)
   Status: Invalid = New

** Changed in: ubuntu-translations
   Status: New = Invalid

** Changed in: transmission (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774159

Title:
  Untranslated  untranslatable strings

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


[Bug 774167] [NEW] Untranslated untranslatable strings

2011-04-30 Thread Ricardo Pérez López
Public bug reported:

Binary package hint: transmission

There're some strings which are shown untranslated in my Spanish
desktop, and they're untranslatable because there aren't in the
Launchpad template. As you can see in the screenshots, these are:

* In the main window:
  - hour, minutes and so on
  - Downloading from xx of yy connected peers
* In the Remove torrent dialog (which is shown when you try to remove a 
torrent):
  - Remove torrent?
  - This torrent has not finished downloading.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: transmission-gtk 2.13-0ubuntu8
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sat Apr 30 16:48:39 2011
ExecutablePath: /usr/bin/transmission-gtk
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta i386 (20110330)
ProcEnviron:
 LANGUAGE=es_ES:C:en
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: transmission
UpgradeStatus: No upgrade log present (probably fresh install)
XsessionErrors:
 (unknown:1496): dee-WARNING **: Transaction from 
com.canonical.Unity.FilesPlace.SectionsModel is in the past. Ignoring 
transaction.
 (gimp-2.6:3531): GLib-WARNING **: 
/build/buildd/glib2.0-2.28.6/./glib/goption.c:2132: ignoring no-arg, 
optional-arg or filename flags (8) on option of type 0

** Affects: ubuntu-translations
 Importance: Undecided
 Status: New

** Affects: transmission (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug apport-lpi i386 natty running-unity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774167

Title:
  Untranslated  untranslatable strings

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


[Bug 774167] Re: Untranslated untranslatable strings

2011-04-30 Thread Ricardo Pérez López
** Attachment added: Pantallazo-Transmission-1.png
   
https://bugs.launchpad.net/bugs/774167/+attachment/2099914/+files/Pantallazo-Transmission-1.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774167

Title:
  Untranslated  untranslatable strings

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


[Bug 774167] Re: Untranslated untranslatable strings

2011-04-30 Thread Ricardo Pérez López
** Attachment added: Pantallazo-Transmission.png
   
https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/774167/+attachment/2099943/+files/Pantallazo-Transmission.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774167

Title:
  Untranslated  untranslatable strings

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


[Bug 774167] Re: Untranslated untranslatable strings

2011-04-30 Thread Ricardo Pérez López
** Attachment added: Pantallazo-Transmission.png
   
https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/774167/+attachment/2099944/+files/Pantallazo-Transmission.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774167

Title:
  Untranslated  untranslatable strings

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


[Bug 774167] Re: Untranslated untranslatable strings

2011-04-30 Thread Ricardo Pérez López
(Sorry for the double-posting.)

** Attachment removed: Pantallazo-Transmission.png
   
https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/774167/+attachment/2099944/+files/Pantallazo-Transmission.png

** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774167

Title:
  Untranslated  untranslatable strings

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


[Bug 774159] Re: Untranslated untranslatable strings

2011-04-30 Thread Ricardo Pérez López
*** This bug is a duplicate of bug 774167 ***
https://bugs.launchpad.net/bugs/774167


** Attachment removed: Pantallazo-Transmission.png
   
https://bugs.launchpad.net/ubuntu-translations/+bug/774159/+attachment/2099884/+files/Pantallazo-Transmission.png

** Attachment removed: Pantallazo-Transmission-1.png
   
https://bugs.launchpad.net/ubuntu-translations/+bug/774159/+attachment/2099880/+files/Pantallazo-Transmission-1.png

** Attachment added: Pantallazo-Transmission-1.png
   
https://bugs.launchpad.net/ubuntu-translations/+bug/774159/+attachment/2099948/+files/Pantallazo-Transmission-1.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774159

Title:
  Untranslated  untranslatable strings

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


[Bug 774159] Re: Untranslated untranslatable strings

2011-04-30 Thread Ricardo Pérez López
*** This bug is a duplicate of bug 774167 ***
https://bugs.launchpad.net/bugs/774167


** Attachment added: Pantallazo-Transmission.png
   
https://bugs.launchpad.net/ubuntu-translations/+bug/774159/+attachment/2099949/+files/Pantallazo-Transmission.png

** This bug has been marked a duplicate of bug 774167
   Untranslated  untranslatable strings
 * You can subscribe to bug 774167 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/774167/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774159

Title:
  Untranslated  untranslatable strings

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


[Bug 774167] Re: Untranslated untranslatable strings

2011-04-30 Thread Ricardo Pérez López
** Description changed:

  Binary package hint: transmission
  
  There're some strings which are shown untranslated in my Spanish
  desktop, and they're untranslatable because there aren't in the
  Launchpad template. As you can see in the screenshots, these are:
  
  * In the main window:
-   - hour, minutes and so on
-   - Downloading from xx of yy connected peers
+   - hour, minutes and so on
+   - Downloading from xx of yy connected peers
  * In the Remove torrent dialog (which is shown when you try to remove a 
torrent):
-   - Remove torrent?
-   - This torrent has not finished downloading.
+   - Remove torrent?
+   - This torrent has not finished downloading.
+   - This torrent is connected to peers.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: transmission-gtk 2.13-0ubuntu8
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Sat Apr 30 16:48:39 2011
  ExecutablePath: /usr/bin/transmission-gtk
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta i386 (20110330)
  ProcEnviron:
-  LANGUAGE=es_ES:C:en
-  LANG=es_ES.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=es_ES:C:en
+  LANG=es_ES.UTF-8
+  SHELL=/bin/bash
  SourcePackage: transmission
  UpgradeStatus: No upgrade log present (probably fresh install)
  XsessionErrors:
-  (unknown:1496): dee-WARNING **: Transaction from 
com.canonical.Unity.FilesPlace.SectionsModel is in the past. Ignoring 
transaction.
-  (gimp-2.6:3531): GLib-WARNING **: 
/build/buildd/glib2.0-2.28.6/./glib/goption.c:2132: ignoring no-arg, 
optional-arg or filename flags (8) on option of type 0
+  (unknown:1496): dee-WARNING **: Transaction from 
com.canonical.Unity.FilesPlace.SectionsModel is in the past. Ignoring 
transaction.
+  (gimp-2.6:3531): GLib-WARNING **: 
/build/buildd/glib2.0-2.28.6/./glib/goption.c:2132: ignoring no-arg, 
optional-arg or filename flags (8) on option of type 0

** Attachment added: Pantallazo-Transmission-2.png
   
https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/774167/+attachment/2100804/+files/Pantallazo-Transmission-2.png

** Description changed:

  Binary package hint: transmission
  
  There're some strings which are shown untranslated in my Spanish
  desktop, and they're untranslatable because there aren't in the
  Launchpad template. As you can see in the screenshots, these are:
  
  * In the main window:
    - hour, minutes and so on
    - Downloading from xx of yy connected peers
+   - Seeding to xx of xx connected peers
  * In the Remove torrent dialog (which is shown when you try to remove a 
torrent):
    - Remove torrent?
    - This torrent has not finished downloading.
-   - This torrent is connected to peers.
+   - This torrent is connected to peers.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: transmission-gtk 2.13-0ubuntu8
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Sat Apr 30 16:48:39 2011
  ExecutablePath: /usr/bin/transmission-gtk
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta i386 (20110330)
  ProcEnviron:
   LANGUAGE=es_ES:C:en
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  SourcePackage: transmission
  UpgradeStatus: No upgrade log present (probably fresh install)
  XsessionErrors:
   (unknown:1496): dee-WARNING **: Transaction from 
com.canonical.Unity.FilesPlace.SectionsModel is in the past. Ignoring 
transaction.
   (gimp-2.6:3531): GLib-WARNING **: 
/build/buildd/glib2.0-2.28.6/./glib/goption.c:2132: ignoring no-arg, 
optional-arg or filename flags (8) on option of type 0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774167

Title:
  Untranslated  untranslatable strings

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

[Bug 774167] Re: Untranslated untranslatable strings

2011-04-30 Thread Ricardo Pérez López
** Attachment added: Pantallazo-Transmission-3.png
   
https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/774167/+attachment/2100818/+files/Pantallazo-Transmission-3.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774167

Title:
  Untranslated  untranslatable strings

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


[Bug 770051] Re: Bad translation to Spanish visible in tree at left

2011-04-26 Thread Ricardo Pérez López
There's a translation bug:

https://translations.launchpad.net/ubuntu/natty/+source/shotwell/+pots/shotwell/es/350/+translate

It says %b %d de %a de %Y, but it should be %a %d de %b de %Y.

Fixed now. Thanks :).


** Changed in: ubuntu-translations
   Status: Triaged = Fix Committed

** Changed in: shotwell (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/770051

Title:
  Bad translation to Spanish visible in tree at left

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


[Bug 770051] Re: Bad translation to Spanish visible in tree at left

2011-04-26 Thread Ricardo Pérez López
David, what should I do with the upstream bugreport?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/770051

Title:
  Bad translation to Spanish visible in tree at left

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


[Bug 768469] Re: duplicate entries in the updates section with python-apt-common 0.7.100.3ubuntu5 upgrade

2011-04-25 Thread Ricardo Pérez López
Seems to works great. Thanks, Stephane!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/768469

Title:
  duplicate entries in the updates section with python-apt-common
  0.7.100.3ubuntu5 upgrade

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


[Bug 763042] Re: Personal File Sharing Preferences dialog shows untranslated because gnome-user-share.mo is missing

2011-04-25 Thread Ricardo Pérez López
I can confirm this issue is now fixed for Spanish with the latest
updates. Thanks!

** Changed in: ubuntu-translations
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/763042

Title:
  Personal File Sharing Preferences dialog shows untranslated because
  gnome-user-share.mo is missing

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


[Bug 760258] Re: Banshee shows untranslated due to an wrongly-named .mo file

2011-04-25 Thread Ricardo Pérez López
I can confirm this issue is now fixed for Spanish with the latest
updates. Thanks!

** Changed in: ubuntu-translations
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/760258

Title:
  Banshee shows untranslated due to an wrongly-named .mo file

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


[Bug 770160] Re: windows start to move slow after using compiz for some hours

2011-04-25 Thread Ricardo Pérez López
Confirmed by another user.

** Changed in: compiz (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/770160

Title:
  windows start to move slow after using compiz for some hours

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


[Bug 742398] Re: Missing icon for bluetooth applet

2011-04-25 Thread Ricardo Pérez López
I've the same issue with my Spanish Natty. Screenshot attached.

** Attachment added: Pantallazo-Centro de control.png
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/742398/+attachment/2088540/+files/Pantallazo-Centro%20de%20control.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/742398

Title:
  Missing icon for bluetooth applet

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


[Bug 742398] Re: Missing icon for bluetooth applet

2011-04-25 Thread Ricardo Pérez López
By the way, my locale is es_ES.UTF-8

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/742398

Title:
  Missing icon for bluetooth applet

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


[Bug 742398] Re: Missing icon for bluetooth applet

2011-04-25 Thread Ricardo Pérez López
Fixing the translation of bluetooth string here solves the issue:

  https://translations.launchpad.net/ubuntu/natty/+source/gnome-
bluetooth/+pots/gnome-bluetooth2/es/166/+translate

Thanks, Sebastien.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/742398

Title:
  Missing icon for bluetooth applet

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


[Bug 770439] [NEW] Several strings shown untranslated, albeit they're translated

2011-04-25 Thread Ricardo Pérez López
Public bug reported:

Binary package hint: software-center

There're two strings that shows untranslated in my Spanish desktop:

- Submitting Review = Enviando reseña
- a few minutes ago = hace unos minutos

However, the above strings are fully translated in Launchpad:

  
https://translations.launchpad.net/ubuntu/natty/+source/software-center/+pots/software-center/es/9/+translate
  
https://translations.launchpad.net/ubuntu/natty/+source/software-center/+pots/software-center/es/200/+translate

and the translations are into the software-center.mo file:

  $ strings -eS /usr/share/locale-langpack/es/LC_MESSAGES/software-center.mo | 
grep Enviando re
  Enviando reseña

  $ strings -eS /usr/share/locale-langpack/es/LC_MESSAGES/software-center.mo | 
grep hace unos
  hace unos minutos

I attach an screenshot to illustrate the problem.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: software-center 4.0
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Mon Apr 25 20:33:36 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta i386 (20110330)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=es_ES:C:en
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: software-center
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu-translations
 Importance: Undecided
 Status: New

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug apport-lpi i386 natty running-unity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/770439

Title:
  Several strings shown untranslated, albeit they're translated

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

[Bug 770439] Re: Several strings shown untranslated, albeit they're translated

2011-04-25 Thread Ricardo Pérez López
** Attachment added: Screenshot of the issue
   
https://bugs.launchpad.net/bugs/770439/+attachment/2088595/+files/Pantallazo-Centro%20de%20software%20de%20Ubuntu.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/770439

Title:
  Several strings shown untranslated, albeit they're translated

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


[Bug 770439] Re: Several strings shown untranslated, albeit they're translated

2011-04-25 Thread Ricardo Pérez López
Sorry but I've no screenshot for Submitting Review.

** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/770439

Title:
  Several strings shown untranslated, albeit they're translated

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


[Bug 770507] [NEW] Check for updates drop-down list is editable, and it shouldn't

2011-04-25 Thread Ricardo Pérez López
Public bug reported:

Binary package hint: software-properties-gtk

The Check for updates drop-down list in Software Sources - Updates -
Automatic updates is directly editable, so I can enter any value I want
into it, aside from the four values of the list, and therefore I can
enter incorrect and meaningless values in it.

That list should be a non-editable list, like the Show new distribution
releases you can see just below in the same dialog.

I attach an screenshot to illustrate the problem.

** Affects: software-properties (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/770507

Title:
  Check for updates drop-down list is editable, and it shouldn't

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


[Bug 770507] Re: Check for updates drop-down list is editable, and it shouldn't

2011-04-25 Thread Ricardo Pérez López
** Attachment added: I can enter Diariamente abcdefgh wrong value in the 
list, because the list is directly editable
   
https://bugs.launchpad.net/bugs/770507/+attachment/2088737/+files/Pantallazo-Or%C3%ADgenes%20del%20software-1.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/770507

Title:
  Check for updates drop-down list is editable, and it shouldn't

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


[Bug 769364] Re: Software-sources showing repeated options

2011-04-24 Thread Ricardo Pérez López
I've the same problem here with my fully-updated Natty. Each option is
displayed twice. Also, the second option of each pair can't be checked
or unchecked.

And, like #2, I've a None option which I don't know what is, and I can't
check it.

I attach an screenshot to illustrate the problem.

** Changed in: software-properties (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/769364

Title:
  Software-sources showing repeated options

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


[Bug 769364] Re: Software-sources showing repeated options

2011-04-24 Thread Ricardo Pérez López
** Attachment added: Screenshot of the issue
   
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/769364/+attachment/2086090/+files/Pantallazo-Or%C3%ADgenes%20del%20software.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/769364

Title:
  Software-sources showing repeated options

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


[Bug 769364] Re: Software-sources showing repeated options

2011-04-24 Thread Ricardo Pérez López
For your reference, this is the contents of my /etc/apt/sources.list
file. Also, /etc/apt/sources.list.d directory is empty.


** Attachment added: /etc/apt/sources.list
   
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/769364/+attachment/2086094/+files/sources.list

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/769364

Title:
  Software-sources showing repeated options

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


[Bug 769364] Re: Software-sources showing repeated options

2011-04-24 Thread Ricardo Pérez López
*** This bug is a duplicate of bug 768469 ***
https://bugs.launchpad.net/bugs/768469

** This bug has been marked a duplicate of bug 768469
   duplicate entries in the updates section with python-apt-common 
0.7.100.3ubuntu5 upgrade
 * You can subscribe to bug 768469 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/768469/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/769364

Title:
  Software-sources showing repeated options

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


[Bug 768469] Re: duplicate entries in the updates section with python-apt-common 0.7.100.3ubuntu5 upgrade

2011-04-24 Thread Ricardo Pérez López
I've the same problem here with my fully-updated Natty. Each option is
displayed twice. Also, the second option of each pair can't be checked
or unchecked.

Moreover, I've a None option which I don't know what is, and I can't
check it.

I attach an screenshot to illustrate the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/768469

Title:
  duplicate entries in the updates section with python-apt-common
  0.7.100.3ubuntu5 upgrade

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


[Bug 768469] Re: duplicate entries in the updates section with python-apt-common 0.7.100.3ubuntu5 upgrade

2011-04-24 Thread Ricardo Pérez López
** Attachment added: Screenshot of the issue
   
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/768469/+attachment/2086110/+files/Pantallazo-Or%C3%ADgenes%20del%20software.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/768469

Title:
  duplicate entries in the updates section with python-apt-common
  0.7.100.3ubuntu5 upgrade

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


[Bug 768469] Re: duplicate entries in the updates section with python-apt-common 0.7.100.3ubuntu5 upgrade

2011-04-24 Thread Ricardo Pérez López
For your reference, this is the contents of my /etc/apt/sources.list
file. Also, /etc/apt/sources.list.d directory is empty.

As you can see, I only have deb records actived. I haven't got any
deb-src records actived.

** Attachment added: /etc/apt/sources.list
   
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/768469/+attachment/2086111/+files/sources.list

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/768469

Title:
  duplicate entries in the updates section with python-apt-common
  0.7.100.3ubuntu5 upgrade

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


[Bug 768469] Re: duplicate entries in the updates section with python-apt-common 0.7.100.3ubuntu5 upgrade

2011-04-24 Thread Ricardo Pérez López
Like #11 says, python-apt-common 0.7.100.3ubuntu5 introduces the
regression. Downgrading to 0.7.100.3ubuntu4 is a workaround to solve the
issue.

** Also affects: python-apt (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: python-apt (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/768469

Title:
  duplicate entries in the updates section with python-apt-common
  0.7.100.3ubuntu5 upgrade

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


[Bug 768469] Re: duplicate entries in the updates section with python-apt-common 0.7.100.3ubuntu5 upgrade

2011-04-24 Thread Ricardo Pérez López
Opening python-apt task since the issue seems to be introduced by the
latest version of python-apt-common.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/768469

Title:
  duplicate entries in the updates section with python-apt-common
  0.7.100.3ubuntu5 upgrade

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


[Bug 760035] Re: Ubuntu.info template doesn't allow deb-src lines using archive.ubuntu.com on ports architectures

2011-04-24 Thread Ricardo Pérez López
This change seems to introduce a very visible issue in software-
properties, as you can see in bug #768469 and its duplicates.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/760035

Title:
  Ubuntu.info template doesn't allow deb-src lines using
  archive.ubuntu.com on ports architectures

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


[Bug 767829] Re: package apport 1.20.1-0ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-21 Thread Ricardo Pérez López
+1 to the bug, and +1 to the workaround.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/767829

Title:
  package apport 1.20.1-0ubuntu4 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 767327] [NEW] Transmission shows untranslated due to an wrongly-named .mo file

2011-04-20 Thread Ricardo Pérez López
Public bug reported:

Binary package hint: transmission

Transmission shows fully untranslated in my Spanish Natty because the
compiled-translations .mo file is called transmission.mo instead of
transmission-gtk.mo. To resolve this issue, I simply do:

 $ sudo mv /usr/share/locale-langpack/es/LC_MESSAGES/transmission.mo
/usr/share/locale-langpack/es/LC_MESSAGES/transmission.mo

I think the problem is in the translation domain (which should be
transmission instead of transmission-gtk), and seems to be an issue
related to bug #760258.

** Affects: ubuntu-translations
 Importance: Undecided
 Status: New

** Affects: transmission (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

** Description changed:

  Binary package hint: transmission
  
  Transmission shows fully untranslated in my Spanish Natty because the
  compiled-translations .mo file is called transmission.mo instead of
  transmission-gtk.mo. To resolve this issue, I simply do:
  
-  $ sudo mv /usr/share/locale-langpack/es/LC_MESSAGES/transmission.mo
+  $ sudo mv /usr/share/locale-langpack/es/LC_MESSAGES/transmission.mo
  /usr/share/locale-langpack/es/LC_MESSAGES/transmission.mo
  
  I think the problem is in the translation domain (which should be
- transmission instead of transmission-gt), and seems to be an issue
+ transmission instead of transmission-gtk), and seems to be an issue
  related to bug #760258.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/767327

Title:
  Transmission shows untranslated due to an wrongly-named .mo file

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

[Bug 767378] [NEW] Missing GenericName[es] in thunderbird.desktop

2011-04-20 Thread Ricardo Pérez López
Public bug reported:

Binary package hint: thunderbird

Please, include the following line into the
/usr/share/applications/thunderbird.desktop file, in order to get the
menu entry fully translated into Spanish:

  GenericName[es]=Cliente de correo-e

Thanks in advance.

** Affects: ubuntu-translations
 Importance: Undecided
 Status: New

** Affects: thunderbird (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

** Summary changed:

- Missing GenericName[es]=...
+ Missing GenericName[es] in thunderbird.desktop

** Description changed:

  Binary package hint: thunderbird
  
  Please, include the following line into the
  /usr/share/applications/thunderbird.desktop file, in order to get the
  menu entry fully translated into Spanish:
  
-   GenericName[es]=Cliente de correo electrónico
- 
+   GenericName[es]=Cliente de correo-e
  
  Thanks in advance.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/767378

Title:
  Missing GenericName[es] in thunderbird.desktop

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

[Bug 762839] [NEW] To review software... message shows untranslated, albeit it's translated

2011-04-16 Thread Ricardo Pérez López
Public bug reported:

Binary package hint: software-center

The To review software or to report abuse you need to sign in to a
Ubuntu Single Sign-On account. message shows untranslated in my Spanish
desktop, albeit it's fully translated in Launchpad since 2011-04-02:

  https://translations.launchpad.net/ubuntu/natty/+source/software-
center/+pots/software-center/es/6/+translate

and the translation is included into the software-center.mo file:

  $ strings -eS /usr/share/locale-langpack/es/LC_MESSAGES/software-center.mo | 
grep o informar de un abuso
  Para reseñar el software o informar de un abuso necesita registrarte en una 
cuenta Ubuntu Single Sign-On.

I attach an screenshot to illustrate the problem.

** Affects: ubuntu-translations
 Importance: Undecided
 Status: New

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/762839

Title:
  To review software... message shows untranslated, albeit it's
  translated

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

[Bug 762839] Re: To review software... message shows untranslated, albeit it's translated

2011-04-16 Thread Ricardo Pérez López
** Attachment added: Untranslated message in Software Center
   
https://bugs.launchpad.net/bugs/762839/+attachment/2048046/+files/Pantallazo-Crear%20una%20cuenta%20Ubuntu%20Software%20Center.png

** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/762839

Title:
  To review software... message shows untranslated, albeit it's
  translated

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


[Bug 762893] [NEW] %s will be added to the launcher... shows untranslated, albeit it's translated

2011-04-16 Thread Ricardo Pérez López
Public bug reported:

Binary package hint: software-center

The %s will be added to the launcher when installation completes.
message shows untranslated in my Spanish desktop, albeit it's fully
translated in Launchpad since 2011-03-23:

  https://translations.launchpad.net/ubuntu/natty/+source/software-
center/+pots/software-center/es/304/+translate

and the translation is included into the software-center.mo file:

  $ strings -eS /usr/share/locale-langpack/es/LC_MESSAGES/software-center.mo | 
grep %s se añadirá al lanzador
  %s se añadirá al lanzador cuando se complete la instalación.

I attach an screenshot to illustrate the problem.

** Affects: ubuntu-translations
 Importance: Undecided
 Status: New

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/762893

Title:
  %s will be added to the launcher... shows untranslated, albeit it's
  translated

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

[Bug 762893] Re: %s will be added to the launcher... shows untranslated, albeit it's translated

2011-04-16 Thread Ricardo Pérez López
** Attachment added: %s will be added to the launcher... message shows 
untranslated
   
https://bugs.launchpad.net/bugs/762893/+attachment/2048492/+files/Pantallazo-Centro%20de%20software%20de%20Ubuntu-1.png

** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/762893

Title:
  %s will be added to the launcher... shows untranslated, albeit it's
  translated

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


[Bug 763042] [NEW] Personal File Sharing Preferences dialog shows untranslated because gnome-user-share.mo is missing

2011-04-16 Thread Ricardo Pérez López
Public bug reported:

Binary package hint: gnome-user-share

The Personal File Sharing Preferences dialog (from System
Settings-Personal File Sharing) shows untranslated in my Spanish
desktop, because the the gnome-user-share.mo file is not included in the
Spanish language pack.

Downloading the .mo file from

  https://translations.launchpad.net/ubuntu/natty/+source/gnome-user-
share/+pots/gnome-user-share/es

and putting it into /usr/share/locale-langpack/es/LC_MESSAGES solves the
problem.

It's therefore a problem in Language Translations or maybe in the
language-pack generation process.

** Affects: langpack-o-matic
 Importance: Undecided
 Status: New

** Affects: ubuntu-translations
 Importance: Undecided
 Status: New

** Affects: gnome-user-share (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

** Also affects: langpack-o-matic
   Importance: Undecided
   Status: New

** Description changed:

  Binary package hint: gnome-user-share
  
- The Personal File Sharing Preferences dialog (from System
- Settings-Personal File Sharing) shows untranslated in my Spanish
- desktop, because the the gnome-user-share.mo file is not included in the
- Spanish language pack).
- 
+ The Personal File Sharing Preferences dialog (from System 
Settings-Personal File Sharing) shows untranslated in my Spanish desktop, 
because the the gnome-user-share.mo file is not included in the Spanish 
language pack).
  Downloading the .mo file from
  
-   https://translations.launchpad.net/ubuntu/natty/+source/gnome-user-
+   https://translations.launchpad.net/ubuntu/natty/+source/gnome-user-
  share/+pots/gnome-user-share/es
  
  and putting it into /usr/share/locale-langpack/es/LC_MESSAGES solves the
  problem.
  
  It's therefore a problem in Language Translations or maybe in the
  language-pack generation process.

** Description changed:

  Binary package hint: gnome-user-share
  
- The Personal File Sharing Preferences dialog (from System 
Settings-Personal File Sharing) shows untranslated in my Spanish desktop, 
because the the gnome-user-share.mo file is not included in the Spanish 
language pack).
+ The Personal File Sharing Preferences dialog (from System
+ Settings-Personal File Sharing) shows untranslated in my Spanish
+ desktop, because the the gnome-user-share.mo file is not included in the
+ Spanish language pack.
+ 
  Downloading the .mo file from
  
    https://translations.launchpad.net/ubuntu/natty/+source/gnome-user-
  share/+pots/gnome-user-share/es
  
  and putting it into /usr/share/locale-langpack/es/LC_MESSAGES solves the
  problem.
  
  It's therefore a problem in Language Translations or maybe in the
  language-pack generation process.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/763042

Title:
  Personal File Sharing Preferences dialog shows untranslated because
  gnome-user-share.mo is missing

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

[Bug 763042] Re: Personal File Sharing Preferences dialog shows untranslated because gnome-user-share.mo is missing

2011-04-16 Thread Ricardo Pérez López
Thank you very much, Gabor. That sounds reasonable. I'll wait for the
next langpacks updates, then.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/763042

Title:
  Personal File Sharing Preferences dialog shows untranslated because
  gnome-user-share.mo is missing

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


[Bug 746464] Re: Bad translation in spanish in preferences

2011-04-14 Thread Ricardo Pérez López
Thanks for the info. However, PPM stands for Pulsos Por Minuto in the
Banshee translations:

https://translations.launchpad.net/ubuntu/natty/+source/banshee/+pots/banshee/es/+translate?batch=10show=allsearch=pulsos+por+minuto

So PPM has the right gender (male).

** Changed in: ubuntu-translations
   Status: Triaged = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746464

Title:
  Bad translation in spanish in preferences

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


[Bug 760258] [NEW] Banshee shows untranslated due to an wrongly-named .mo file

2011-04-13 Thread Ricardo Pérez López
Public bug reported:

Banshee shows fully untranslated in my Spanish Natty because the
compiled-translations .mo file is called banshee-1.mo instead of
banshee.mo. To resolve this issue, I simply do:

  $ sudo mv /usr/share/locale-langpack/es/LC_MESSAGES/banshee-1.mo
/usr/share/locale-langpack/es/LC_MESSAGES/banshee.mo

I don't know if this is a Launchpad Translations related bug or a
Banshee bug, but it's a rather big translations issue with a fairly easy
fix.

** Affects: ubuntu-translations
 Importance: Undecided
 Status: New

** Affects: banshee (Ubuntu)
 Importance: Undecided
 Status: New

** Package changed: ubuntu = banshee (Ubuntu)

** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/760258

Title:
  Banshee shows untranslated due to an wrongly-named .mo file

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


[Bug 758656] [NEW] Welcome back... message shows untranslated, albeit it's translated

2011-04-12 Thread Ricardo Pérez López
Public bug reported:

Binary package hint: software-center

The Welcome back! There are %d new recommendations for you. message
shows untranslated in my Spanish desktop, albeit it's fully translated
in Launchpad since 2011-02-25:

  https://translations.launchpad.net/ubuntu/natty/+source/software-
center/+pots/software-center/es/271/+translate

and the translation is included into the software-center.mo file:

  $ strings -eS /usr/share/locale-langpack/es/LC_MESSAGES/software-center.mo | 
grep Bienvenido
  Bienvenido/a de nuevo. Hay a href=%i recomendación nueva/a para usted.
  Bienvenido/a de nuevo. Hay a href=%i recomendaciones nuevas/a para 
usted.

I attach an screenshot to illustrate the problem.

** Affects: ubuntu-translations
 Importance: Undecided
 Status: New

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/758656

Title:
  Welcome  back... message shows untranslated, albeit it's translated

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

[Bug 758656] Re: Welcome back... message shows untranslated, albeit it's translated

2011-04-12 Thread Ricardo Pérez López
** Attachment added: Welcome back... message shows untranslated
   
https://bugs.launchpad.net/bugs/758656/+attachment/2023529/+files/Pantallazo-Centro%20de%20software%20de%20Ubuntu.png

** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/758656

Title:
  Welcome  back... message shows untranslated, albeit it's translated

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


[Bug 659516] Re: After removing your CD is not unmount. there remains the icon on desktop

2011-04-04 Thread Ricardo Pérez López
Probably a duplicate of bug #660972.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659516

Title:
  After removing your CD is not unmount. there remains the icon on
  desktop

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


[Bug 660972] Re: eject does not unmount cdrom or dvdrom if ejecting by the hardware button

2011-04-02 Thread Ricardo Pérez López
I can confirm this problem with Ubuntu 11.04 Beta 1.

** Changed in: eject (Ubuntu)
   Status: New = Confirmed

** Also affects: udev (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: udev (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/660972

Title:
  eject does not unmount cdrom or dvdrom if ejecting by the hardware
  button

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


[Bug 588783] Re: Data-CD not unmounted when using Eject-Button

2011-04-02 Thread Ricardo Pérez López
I have the same problem with Ubuntu 11.04 Beta 1.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/588783

Title:
  Data-CD not unmounted when using Eject-Button

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


[Bug 666716] [NEW] Start Kubuntu boot menu item shows untranslated, albeit it's translated

2010-10-26 Thread Ricardo Pérez López
Public bug reported:

Binary package hint: gfxboot-theme-ubuntu

^Start Kubuntu label is localized and translated into Spanish since
2010-08-24:

  https://translations.launchpad.net/ubuntu/maverick/+source/gfxboot-
theme-ubuntu/+pots/bootloader/es/45/+translate

However, the menu item still shows untranslated in 10.10 when the user
selects other language than English.

** Affects: ubuntu-translations
 Importance: Undecided
 Status: New

** Affects: gfxboot-theme-ubuntu (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

-- 
Start Kubuntu boot menu item shows untranslated, albeit it's translated
https://bugs.launchpad.net/bugs/666716
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 608746] Re: Kubuntu Maverick CD Boot Changes

2010-10-26 Thread Ricardo Pérez López
^Start Kubuntu label is localized and translated into Spanish since
2010-08-24:

  https://translations.launchpad.net/ubuntu/maverick/+source/gfxboot-
theme-ubuntu/+pots/bootloader/es/45/+translate

However, the menu item still shows untranslated in 10.10 when the user
selects other language than English.

I've submitted bug #666716 to track this issue.

-- 
Kubuntu Maverick CD Boot Changes
https://bugs.launchpad.net/bugs/608746
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 657835] [NEW] Untranslatable string in software-properties dialog

2010-10-10 Thread Ricardo Pérez López
Public bug reported:

There's an untranslated string in software-properties which is displayed
in the Ubuntu Software tab. The string is:

  To install from a CD-ROM/DVD, insert the medium into the drive.

This string shows untranslated in my Spanish desktop, and can't be
translated because it isn't in the Launchpad template:

  https://translations.launchpad.net/ubuntu/maverick/+source/software-
properties/+pots/software-properties/es/+translate

I attach an screenshot to illustrate the issue.

** Affects: ubuntu-translations
 Importance: Undecided
 Status: New

** Affects: software-properties (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Untranslatable string in software-properties dialog
https://bugs.launchpad.net/bugs/657835
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 657835] Re: Untranslatable string in software-properties dialog

2010-10-10 Thread Ricardo Pérez López

** Attachment added: Pantallazo.png
   
https://bugs.edge.launchpad.net/bugs/657835/+attachment/1682312/+files/Pantallazo.png

** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

-- 
Untranslatable string in software-properties dialog
https://bugs.launchpad.net/bugs/657835
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 657841] Re: Untranslatable string in update-manager

2010-10-10 Thread Ricardo Pérez López

** Attachment added: Pantallazo-1.png
   
https://bugs.edge.launchpad.net/bugs/657841/+attachment/1682322/+files/Pantallazo-1.png

** Also affects: update-manager (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Untranslatable string in update-manager
https://bugs.launchpad.net/bugs/657841
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 657841] Re: Untranslatable string in update-manager

2010-10-10 Thread Ricardo Pérez López
Honestly, I don't know if the untranslated string comes from update-
manager or policykit (or something else). Could anybody confirms where
is the source of this issue? Thanks!

-- 
Untranslatable string in update-manager
https://bugs.launchpad.net/bugs/657841
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 656033] [NEW] Document Viewer window title shows untranslated, albeit it's translated

2010-10-06 Thread Ricardo Pérez López
Public bug reported:

Binary package hint: evince

The Document Viewer window title shows untranslated in my Spanish
desktop, albeit it's translated in Launchpad since 2006-03-18:

https://translations.launchpad.net/ubuntu/lucid/+source/evince/+pots/evince/es/91/+translate

and the translation is included in the evince.mo file:

$ strings -eS /usr/share/locale-langpack/es/LC_MESSAGES/evince.mo | grep 
Document Viewer\|Visor de documentos
Document Viewer
Document Viewer
GNOME Document Viewer
Visor de documentos
Visor de documentos
Visor de documentos de GNOME
Visor de documentos de GNOME

The problem has been confirmed in Lucid and Maverick.

I attach an screenshot to illustrate the problem.

** Affects: ubuntu-translations
 Importance: Undecided
 Status: New

** Affects: evince (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Document Viewer window title shows untranslated, albeit it's translated
https://bugs.launchpad.net/bugs/656033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 656033] Re: Document Viewer window title shows untranslated, albeit it's translated

2010-10-06 Thread Ricardo Pérez López

** Attachment added: Screenshot of the issue (Document Viewer untranslated)
   
https://bugs.edge.launchpad.net/bugs/656033/+attachment/1676054/+files/evince.png

** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

-- 
Document Viewer window title shows untranslated, albeit it's translated
https://bugs.launchpad.net/bugs/656033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 632760] Re: Language variants don't work in Firefox because the language codes are separated with an underscore rather than a hyphen in chrome.manifest

2010-10-02 Thread Ricardo Pérez López
Interestingly, my chrome.manifest files seems to be already right, i.e.
they contains es-ES and not es_ES:

$ cat 
/usr/lib/firefox-addons/extensions/langpack-es...@firefox-3.6.ubuntu.com/chrome.manifest
locale global-region es-ES jar:chrome/es-ES.jar!/locale/es-ES/global-region/
locale global-platform es-ES jar:chrome/es-ES.jar!/locale/es-ES/global-platform/
locale pippki es-ES jar:chrome/es-ES.jar!/locale/es-ES/pippki/
locale pipnss es-ES jar:chrome/es-ES.jar!/locale/es-ES/pipnss/
locale alerts es-ES jar:chrome/es-ES.jar!/locale/es-ES/alerts/
locale autoconfig es-ES jar:chrome/es-ES.jar!/locale/es-ES/autoconfig/
locale cookie es-ES jar:chrome/es-ES.jar!/locale/es-ES/cookie/
locale passwordmgr es-ES jar:chrome/es-ES.jar!/locale/es-ES/passwordmgr/
locale places es-ES jar:chrome/es-ES.jar!/locale/es-ES/places/
locale global-region es-ES jar:chrome/es-ES.jar!/locale/es-ES/global-region/
locale global es-ES jar:chrome/es-ES.jar!/locale/es-ES/global/
locale global-platform es-ES jar:chrome/es-ES.jar!/locale/es-ES/global-platform/
locale browser-region es-ES jar:chrome/es-ES.jar!/locale/browser-region/
locale browser es-ES jar:chrome/es-ES.jar!/locale/browser/
locale browser-region es-ES jar:chrome/es-ES.jar!/locale/browser-region/
locale mozapps es-ES jar:chrome/es-ES.jar!/locale/es-ES/mozapps/
locale necko es-ES jar:chrome/es-ES.jar!/locale/es-ES/necko/
locale global-region es jar:chrome/es-ES.jar!/locale/es-ES/global-region/
locale global-platform es jar:chrome/es-ES.jar!/locale/es-ES/global-platform/
locale pippki es jar:chrome/es-ES.jar!/locale/es-ES/pippki/
locale pipnss es jar:chrome/es-ES.jar!/locale/es-ES/pipnss/
locale alerts es jar:chrome/es-ES.jar!/locale/es-ES/alerts/
locale autoconfig es jar:chrome/es-ES.jar!/locale/es-ES/autoconfig/
locale cookie es jar:chrome/es-ES.jar!/locale/es-ES/cookie/
locale passwordmgr es jar:chrome/es-ES.jar!/locale/es-ES/passwordmgr/
locale places es jar:chrome/es-ES.jar!/locale/es-ES/places/
locale global-region es jar:chrome/es-ES.jar!/locale/es-ES/global-region/
locale global es jar:chrome/es-ES.jar!/locale/es-ES/global/
locale global-platform es jar:chrome/es-ES.jar!/locale/es-ES/global-platform/
locale browser-region es jar:chrome/es-ES.jar!/locale/browser-region/
locale browser es jar:chrome/es-ES.jar!/locale/browser/
locale browser-region es jar:chrome/es-ES.jar!/locale/browser-region/
locale mozapps es jar:chrome/es-ES.jar!/locale/es-ES/mozapps/
locale necko es jar:chrome/es-ES.jar!/locale/es-ES/necko/

So maybe my issue is not the same as yours and language-pack-es is not
affected by this bug. Actually, my issue is about having
[chrome://global/locale/intl.properties] instead of right language
names es-es, es, en-us, en. Arne, what do you think?

-- 
Language variants don't work in Firefox because the language codes are 
separated with an underscore rather than a hyphen in chrome.manifest
https://bugs.launchpad.net/bugs/632760
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 632760] Re: Language variants don't work in Firefox because the language codes are separated with an underscore rather than a hyphen in chrome.manifest

2010-10-01 Thread Ricardo Pérez López
I think the problem is present in es_ES, too. Using Firefox, when I type
www.google.com, it remains using .com domain. However, when using
Google Chrome, when I type www.google.com it automatically changes to
www.google.es, which is the right way.

$ locale
LANG=es_ES.utf8
LC_CTYPE=es_ES.utf8
LC_NUMERIC=es_ES.utf8
LC_TIME=es_ES.utf8
LC_COLLATE=es_ES.utf8
LC_MONETARY=es_ES.utf8
LC_MESSAGES=es_ES.utf8
LC_PAPER=es_ES.utf8
LC_NAME=es_ES.utf8
LC_ADDRESS=es_ES.utf8
LC_TELEPHONE=es_ES.utf8
LC_MEASUREMENT=es_ES.utf8
LC_IDENTIFICATION=es_ES.utf8
LC_ALL=

-- 
Language variants don't work in Firefox because the language codes are 
separated with an underscore rather than a hyphen in chrome.manifest
https://bugs.launchpad.net/bugs/632760
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 632760] Re: Language variants don't work in Firefox because the language codes are separated with an underscore rather than a hyphen in chrome.manifest

2010-10-01 Thread Ricardo Pérez López
This is what I get when I type www.google.com in my Spanish-localized
Firefox.

** Attachment added: Selección_007.png
   
https://bugs.edge.launchpad.net/ubuntu/+source/language-pack-zh/+bug/632760/+attachment/1664797/+files/Selecci%C3%B3n_007.png

-- 
Language variants don't work in Firefox because the language codes are 
separated with an underscore rather than a hyphen in chrome.manifest
https://bugs.launchpad.net/bugs/632760
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 632760] Re: Language variants don't work in Firefox because the language codes are separated with an underscore rather than a hyphen in chrome.manifest

2010-10-01 Thread Ricardo Pérez López
Also, the about:home page shows in English instead of Spanish.

** Attachment added: Selección_008.png
   
https://bugs.edge.launchpad.net/ubuntu/+source/language-pack-pt/+bug/632760/+attachment/1664816/+files/Selecci%C3%B3n_008.png

-- 
Language variants don't work in Firefox because the language codes are 
separated with an underscore rather than a hyphen in chrome.manifest
https://bugs.launchpad.net/bugs/632760
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

  1   2   3   4   5   6   7   8   9   10   >