[Bug 293749] Re: Italian prefix vs. netmask translation inconsistencies in connection-editor causes confusion for users

2009-12-04 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/network-manager-applet

-- 
Italian prefix vs. netmask  translation inconsistencies in connection-editor 
causes confusion for users
https://bugs.launchpad.net/bugs/293749
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 293749] Re: Italian prefix vs. netmask translation inconsistencies in connection-editor causes confusion for users

2008-12-15 Thread Launchpad Bug Tracker
This bug was fixed in the package network-manager-applet -
0.7~~svn20081020t000444-0ubuntu1.8.10.1

---
network-manager-applet (0.7~~svn20081020t000444-0ubuntu1.8.10.1) 
intrepid-proposed; urgency=low

  * fix LP: #289466 - Network Manager 0.7 applet not Appearing if there are
managed entries in /etc/network/interfaces; we always call
applet_schedule_update_icon in client_init; also we also show the try when
there are error conditions (no NM running, no managed device)
- add debian/patches/lp289464_always_show_tray_icon.patch
- update debian/patches/series
  * fix LP: #286421 - nm-connection-editor menu item untranslatable;
add i18n support to nm-connection-editor.desktop; patch by Timo Jyrinki
timo.jyri...@iki.fi
- add debian/patches/lp286421_fix_i18n_bug_286421.patch
- update debian/patches/series
  * fix LP: #268803 - Ubuntu Intrepid: Both Knetworkmanager and Network
Manager load on startup; fix xdg autostart .desktop file to
OnlyShowIn=GNOME;XFCE;
- add debian/patches/lp268803_xdg_autostart_gnome_xfce_only.patch
- update debian/patches/series
  * fix LP: #293749 - prefix vs. netmask translation inconsistencies in
connection-editor causes confusion; we cherry pick rev1009 from upstream
svn and backport that.
- add debian/patches/lp293749_better_prefix_netmask_ui.patch
- update debian/patches/series

 -- Alexander Sack a...@ubuntu.com   Mon, 01 Dec 2008 14:05:51 +0100

** Changed in: network-manager-applet (Ubuntu Intrepid)
   Status: Fix Committed = Fix Released

-- 
Italian prefix vs. netmask  translation inconsistencies in connection-editor 
causes confusion for users
https://bugs.launchpad.net/bugs/293749
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 293749] Re: Italian prefix vs. netmask translation inconsistencies in connection-editor causes confusion for users

2008-12-01 Thread Alexander Sack
bzr commit -m '* fix LP: #293749 - prefix vs. netmask translation 
inconsistencies in
  connection-editor causes confusion; we cherry pick rev1009 from upstream
  svn and backport that.
  - add debian/patches/lp293749_better_prefix_netmask_ui.patch
  - update debian/patches/series' --fixes 'lp:293749'
Committing to: bzr+ssh://[EMAIL 
PROTECTED]/~network-manager/network-manager-applet/ubuntu.0.7/
modified debian/changelog   
   
added debian/patches/lp293749_better_prefix_netmask_ui.patch
   
modified debian/patches/series
Committed revision 483.

** Changed in: network-manager-applet (Ubuntu Jaunty)
   Status: Triaged = Fix Committed

** Changed in: network-manager-applet (Ubuntu Intrepid)
 Assignee: (unassigned) = Alexander Sack (asac)
   Target: None = intrepid-updates

-- 
Italian prefix vs. netmask  translation inconsistencies in connection-editor 
causes confusion for users
https://bugs.launchpad.net/bugs/293749
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 293749] Re: Italian prefix vs. netmask translation inconsistencies in connection-editor causes confusion for users

2008-12-01 Thread Alexander Sack
uploaded
network-manager-applet_0.7~~svn20081020t000444-0ubuntu1.8.10.1_source.changes 
(intrepid-proposed)
network-manager-applet_0.7~~svn20081020t000444-0ubuntu2_source.changes (jaunty)


** Description changed:

- When i try to set a static ip in Network Manager (Intrepid Ibex) is
- impossible to save the setting of the netmask.
+ Reproduce:
+ 
+ 1. go to connection editor and create new wired connection
+ 2. in IPv4Settings tab, select Manual and add one address line
+ 3. use a netmask in the Prefix column (e.g. 255.255.255.0)
+ 4. close connection wizard, open again
+ 5. see that netmask is now in prefix format (e.g. 24)
+ 
+ Verify:
+ 1. go to connection editor and create new wired connection
+ 2. in IPv4Settings tab, select Manual and add one address line
+ 3. check that middle column reads Netmask now
+ 4. insert a netmask in the Netmask column (e.g. 255.255.255.0)
+ 5. reopen connection wizard and check that its still in Netmask format
+ 6. insert a prefix in the Netmask column (e.g. 24)
+ 5. reopen connection wizard and check that it was converted to Netmask format.
+ 
+ 
+ When i try to set a static ip in Network Manager (Intrepid Ibex) is 
impossible to save the setting of the netmask.
  
  I type 255.255.255.0 and press ok but, after that, when i go to verify
  the result i see that the netmask is chaged to 24. and of course it
  doesn't work.
  
  I upload a video on youtube to explain better:
  http://www.youtube.com/watch?v=hqjxK6qm2ww

-- 
Italian prefix vs. netmask  translation inconsistencies in connection-editor 
causes confusion for users
https://bugs.launchpad.net/bugs/293749
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 293749] Re: Italian prefix vs. netmask translation inconsistencies in connection-editor causes confusion for users

2008-12-01 Thread Launchpad Bug Tracker
This bug was fixed in the package network-manager-applet -
0.7~~svn20081020t000444-0ubuntu2

---
network-manager-applet (0.7~~svn20081020t000444-0ubuntu2) jaunty; urgency=low

  * fix LP: #289466 - Network Manager 0.7 applet not Appearing if there are
managed entries in /etc/network/interfaces; we always call
applet_schedule_update_icon in client_init; also we also show the try when
there are error conditions (no NM running, no managed device)
- add debian/patches/lp289464_always_show_tray_icon.patch
- update debian/patches/series
  * fix LP: #286421 - nm-connection-editor menu item untranslatable;
add i18n support to nm-connection-editor.desktop; patch by Timo Jyrinki
[EMAIL PROTECTED]
- add debian/patches/lp286421_fix_i18n_bug_286421.patch
- update debian/patches/series
  * fix LP: #268803 - Ubuntu Intrepid: Both Knetworkmanager and Network
Manager load on startup; fix xdg autostart .desktop file to
OnlyShowIn=GNOME;XFCE;
- add debian/patches/lp268803_xdg_autostart_gnome_xfce_only.patch
- update debian/patches/series
  * fix LP: #293749 - prefix vs. netmask translation inconsistencies in
connection-editor causes confusion; we cherry pick rev1009 from upstream
svn and backport that.
- add debian/patches/lp293749_better_prefix_netmask_ui.patch
- update debian/patches/series

 -- Alexander Sack [EMAIL PROTECTED]   Mon, 01 Dec 2008 14:05:51 +0100

** Changed in: network-manager-applet (Ubuntu Jaunty)
   Status: Fix Committed = Fix Released

-- 
Italian prefix vs. netmask  translation inconsistencies in connection-editor 
causes confusion for users
https://bugs.launchpad.net/bugs/293749
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 293749] Re: Italian prefix vs. netmask translation inconsistencies in connection-editor causes confusion for users

2008-12-01 Thread Alexander Sack
** Changed in: network-manager-applet (Ubuntu Intrepid)
   Status: Triaged = In Progress

-- 
Italian prefix vs. netmask  translation inconsistencies in connection-editor 
causes confusion for users
https://bugs.launchpad.net/bugs/293749
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 293749] Re: Italian prefix vs. netmask translation inconsistencies in connection-editor causes confusion for users

2008-12-01 Thread Steve Langasek
Accepted into intrepid-proposed, please test and give feedback here.
Please see https://wiki.ubuntu.com/Testing/EnableProposed for
documentation how to enable and use -proposed. Thank you in advance!

** Changed in: network-manager-applet (Ubuntu Intrepid)
   Status: In Progress = Fix Committed
   Target: intrepid-updates = None

** Tags added: verification-needed

-- 
Italian prefix vs. netmask  translation inconsistencies in connection-editor 
causes confusion for users
https://bugs.launchpad.net/bugs/293749
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


Re: [Bug 293749] Re: Italian prefix vs. netmask translation inconsistencies in connection-editor causes confusion for users

2008-11-05 Thread gekid83
the id in bugzilla.gnome.org is 559402. excuse me but i don't understand
well english... i hope it's correct.


Il giorno mer, 05/11/2008 alle 11.34 +, Alexander Sack ha scritto:
 also suggest a proper translation.


-- 
Italian prefix vs. netmask  translation inconsistencies in connection-editor 
causes confusion for users
https://bugs.launchpad.net/bugs/293749
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 293749] Re: Italian prefix vs. netmask translation inconsistencies in connection-editor causes confusion for users

2008-11-05 Thread cato
Done.

I attached a screenshot of the window and proposed a better translation
even there.

Hope this helps
Bye

-- 
Italian prefix vs. netmask  translation inconsistencies in connection-editor 
causes confusion for users
https://bugs.launchpad.net/bugs/293749
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 293749] Re: Italian prefix vs. netmask translation inconsistencies in connection-editor causes confusion for users

2008-11-05 Thread cato
I'm not sure what you mean with text form.

I already wrote it, it should be prefisso instead of Maschera in the
tab heading.

Isn't this text form ?

-- 
Italian prefix vs. netmask  translation inconsistencies in connection-editor 
causes confusion for users
https://bugs.launchpad.net/bugs/293749
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 293749] Re: Italian prefix vs. netmask translation inconsistencies in connection-editor causes confusion for users

2008-11-05 Thread Alexander Sack
also suggest a proper translation.

-- 
Italian prefix vs. netmask  translation inconsistencies in connection-editor 
causes confusion for users
https://bugs.launchpad.net/bugs/293749
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 293749] Re: Italian prefix vs. netmask translation inconsistencies in connection-editor causes confusion for users

2008-11-05 Thread Alexander Sack
sorry. can you just provide the translation in text form please?

-- 
Italian prefix vs. netmask  translation inconsistencies in connection-editor 
causes confusion for users
https://bugs.launchpad.net/bugs/293749
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


Re: [Bug 293749] Re: Italian prefix vs. netmask translation inconsistencies in connection-editor causes confusion for users

2008-11-05 Thread gekid83
thx for your work!

Bye

Il giorno mer, 05/11/2008 alle 12.34 +, cato ha scritto:
 Done.
 
 I attached a screenshot of the window and proposed a better translation
 even there.
 
 Hope this helps
 Bye


-- 
Italian prefix vs. netmask  translation inconsistencies in connection-editor 
causes confusion for users
https://bugs.launchpad.net/bugs/293749
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


Re: [Bug 293749] Re: Italian prefix vs. netmask translation inconsistencies in connection-editor causes confusion for users

2008-11-05 Thread gekid83
yes it's correct.


Alexander Sack wrote this messange sorry. can you just provide the
translation in text form please?, not me :-)

bye

Il giorno mer, 05/11/2008 alle 13.32 +, cato ha scritto:
 I'm not sure what you mean with text form.
 
 I already wrote it, it should be prefisso instead of Maschera in the
 tab heading.
 
 Isn't this text form ?


-- 
Italian prefix vs. netmask  translation inconsistencies in connection-editor 
causes confusion for users
https://bugs.launchpad.net/bugs/293749
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 293749] Re: Italian prefix vs. netmask translation inconsistencies in connection-editor causes confusion for users

2008-11-05 Thread Alexander Sack
ok ... upstream will change this to display netmask ... so its correct.
i will cherry-pick that presentation fix.

-- 
Italian prefix vs. netmask  translation inconsistencies in connection-editor 
causes confusion for users
https://bugs.launchpad.net/bugs/293749
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 293749] Re: Italian prefix vs. netmask translation inconsistencies in connection-editor causes confusion for users

2008-11-05 Thread Alexander Sack
upstream said they want to fix this today. we can probably cherry pick
that fix then. thanks for bugging me ;)

** Changed in: network-manager-applet (Ubuntu Intrepid)
   Status: New = Triaged

** Changed in: network-manager-applet (Ubuntu Intrepid)
   Importance: Undecided = Wishlist

-- 
Italian prefix vs. netmask  translation inconsistencies in connection-editor 
causes confusion for users
https://bugs.launchpad.net/bugs/293749
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


Re: [Bug 293749] Re: Italian prefix vs. netmask translation inconsistencies in connection-editor causes confusion for users

2008-11-05 Thread gekid83
thanks for your work! ;)

Il giorno mer, 05/11/2008 alle 16.44 +, Alexander Sack ha scritto:
 upstream said they want to fix this today. we can probably cherry pick
 that fix then. thanks for bugging me ;)
 
 ** Changed in: network-manager-applet (Ubuntu Intrepid)
Status: New = Triaged
 
 ** Changed in: network-manager-applet (Ubuntu Intrepid)
Importance: Undecided = Wishlist


-- 
Italian prefix vs. netmask  translation inconsistencies in connection-editor 
causes confusion for users
https://bugs.launchpad.net/bugs/293749
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