Re: Strings in update-manager

2011-04-25 Thread Игорь Зубарев
I found these strings in apt-all. They are translated but in update-manager
they aren't translated.
I reported a bug https://bugs.launchpad.net/ubuntu-translations/+bug/770203
Please confirm.

2011/4/25 Dmitry Agafonov 

> > Can't find untranslated strings in update-manager: "Running
> > post-installation trigger", "Configuring ",
> > "Preparing  ".
> > Where are they?
>
> dpkg command line output?
>
>
> --
> Dmitry Agafonov ~ http://agafonov.pp.ru/
>
-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: Strings in update-manager

2011-04-25 Thread Oleg Koptev
Apt have this strings.
-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: Strings in update-manager

2011-04-25 Thread Dmitry Agafonov
> Can't find untranslated strings in update-manager: "Running
> post-installation trigger", "Configuring ",
> "Preparing  ".
> Where are they?

dpkg command line output?


-- 
Dmitry Agafonov ~ http://agafonov.pp.ru/

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


Strings in update-manager

2011-04-25 Thread Игорь Зубарев
Hi,

Can't find untranslated strings in update-manager: "Running
post-installation trigger", "Configuring ",
"Preparing  ".
Where are they?

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


Re: 2 new strings in update-manager

2009-10-23 Thread Michael Vogt
On Fri, Oct 23, 2009 at 07:37:31PM +0200, Sebastien Bacher wrote:
> There are 2 new strings in update-manager.
> I thought we were in string freeze now?
> Has this been approved?

Sorry for that, this was a last minute fix because upstart does not
work in a vserver environment (or the other way around, a vserver does
not support upstart) and upgrading will break the system badly. It was
the choice between that or two new strings.

The strings will be displayed very rarely, its not a common type of
setup and only available in some virtual hosting environments.

Cheers,
 Michael

 
> "No init available"
> 
> "Your system appears to be a virtualised environment without an init
> daemon, e.g. Linux-VServer. Ubuntu 9.10 cannot function within this type
> of environment, requiring an update to your virtual machine
> configuration first.
> Are you sure you want to continue?"
> 
>
> Regards,
> Daniel 
> 
> 
> -- 
> ubuntu-translators mailing list
> ubuntu-translators@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators
> 
> 
> 

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


2 new strings in update-manager

2009-10-23 Thread Daniel Nylander

There are 2 new strings in update-manager.
I thought we were in string freeze now?
Has this been approved?

"No init available"

"Your system appears to be a virtualised environment without an init
daemon, e.g. Linux-VServer. Ubuntu 9.10 cannot function within this type
of environment, requiring an update to your virtual machine
configuration first.
Are you sure you want to continue?"


Regards,
Daniel 


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


Re: Changes to strings in update-manager

2009-09-20 Thread Milo Casagrande
Hi,

2009/9/18 Kenneth Nielsen :
>
> It was my general understanding that the development codenames, i.e.
> "Karmic Koala" or whatever, were in fact only development codenames
> and that they should therefor not be used in any sense as soon as the
> distribution is released. At that time the distribution _becomes_
> "Ubuntu 9.10" and that is the name that should be used.

I'll re-up this thread. Any other ideas on how we can modify that string?

I'm of the same idea of Kenneth: code names should be used until the
very moment of the release.

Ciao.

-- 
Milo Casagrande 

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


Re: Changes to strings in update-manager

2009-09-18 Thread Kenneth Nielsen
> I have a little bit of a doubt though with one string. This is it:
>
> Your system uses an ARM CPU that is older than the ARMv6 architecture.
> All packages in karmic were built with optimizations requiring ARMv6
> as the minimal architecture. It is not possible to upgrade your system
> to a new Ubuntu release with this hardware.
>
> Shouldn't the word "karmic" be avoided from UI element? (even if they
> appear in ARM architecture...) Wouldn't it be better to substitute it
> with a generic "Ubuntu" or with a generic "in this version of Ubuntu"?
>
> Ciao.
>
> --
> Milo Casagrande 

It was my general understanding that the development codenames, i.e.
"Karmic Koala" or whatever, were in fact only development codenames
and that they should therefor not be used in any sense as soon as the
distribution is released. At that time the distribution _becomes_
"Ubuntu 9.10" and that is the name that should be used.

Regards Kenneth Nielsen

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


Re: Changes to strings in update-manager

2009-09-16 Thread Josh Holland
On Wed, Sep 16, 2009 at 08:22:00PM +0100, Josh Holland wrote:
> I have re-opened the bug[0], subject to discussion in here.
I'm really not very good at this email thing...

[0] 
https://bugs.edge.launchpad.net/ubuntu/+source/update-manager/+bug/404435?comments=all
-- 
Josh Holland  (key F6067C12)
http://joshh.co.uk dutchie on irc.freenode.net
http://twitter.com/jshholland
http://identi.ca/jshholland

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


Re: Changes to strings in update-manager

2009-09-16 Thread Josh Holland
On Wed, Sep 16, 2009 at 09:09:43PM +0200, Milo Casagrande wrote:
> I have a little bit of a doubt though with one string.

I have re-opened the bug[0], subject to discussion in here.

Here is some context around the relevant string:
# we switched the supported CPU arches for armel to a minimal of
# ARMv6.
# upgrades on systems with CPUs not matching this minimum will
# break
# on karmic
if self.arch == "armel":
if not self._checkArmCPU():
res = self._view.error(_("No ARMv6 CPU"),
_("Your system uses an ARM CPU that is older "
  "than the ARMv6 architecture. "
  "All packages in karmic were built with "
  "optimizations requiring ARMv6 as the "
  "minimal architecture. I can not upgrade "
  "your system to karmic on your hardware."))
self.controller.abort()

This could probably do with a few changes, at least capitalising
"Karmic", but perhaps the one suggested by Milo. I don't have much
experience in this area, so I think opinion from the list should be
gathered before action is taken.

-- 
Josh Holland  (key F6067C12)
http://joshh.co.uk dutchie on irc.freenode.net
http://twitter.com/jshholland
http://identi.ca/jshholland

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


Re: Changes to strings in update-manager

2009-09-16 Thread Milo Casagrande
Hi Josh,

2009/9/11 Josh Holland :
> My branch of string fixes for update-manager just got merged, changing a
> few user-visible strings. I am posting this to the list because mvo told
> me to.
>
> I have attached a diff of my changes, most of which are in docstrings
> and comments and the like, but one or two things have changed.
> Apparently the new POT file has been uploaded.
>
> Just as a side thing, this is my first accepted contribution to a FOSS
> project. It's great to know that every single Ubuntu user will be using
> something I helped to write!

thanks for your work!

I have a little bit of a doubt though with one string. This is it:

Your system uses an ARM CPU that is older than the ARMv6 architecture.
All packages in karmic were built with optimizations requiring ARMv6
as the minimal architecture. It is not possible to upgrade your system
to a new Ubuntu release with this hardware.

Shouldn't the word "karmic" be avoided from UI element? (even if they
appear in ARM architecture...) Wouldn't it be better to substitute it
with a generic "Ubuntu" or with a generic "in this version of Ubuntu"?

Ciao.

-- 
Milo Casagrande 

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


Re: Changes to strings in update-manager

2009-09-16 Thread Josh Holland
On Wed, Sep 16, 2009 at 07:36:22PM +0200, David Planella wrote:
> El dv 11 de 09 de 2009 a les 22:38 +0100, en/na Josh Holland va
> escriure:
> > I have attached a diff of my changes
Oops, no I didn't. I do this far too often.

-- 
Josh Holland  (key F6067C12)
http://joshh.co.uk dutchie on irc.freenode.net
http://twitter.com/jshholland
http://identi.ca/jshholland
=== modified file 'AutoUpgradeTester/UpgradeTestBackendSSH.py'
--- AutoUpgradeTester/UpgradeTestBackendSSH.py	2009-06-30 15:10:35 +
+++ AutoUpgradeTester/UpgradeTestBackendSSH.py	2009-09-05 21:52:49 +
@@ -109,7 +109,7 @@
 
 
 def installPackages(self, pkgs):
-" install additional pkgs (list) into the vm before the ugprade "
+" install additional pkgs (list) into the vm before the upgrade "
 if not pkgs:
 return True
 self.start()

=== modified file 'AutoUpgradeTester/jeos/README'
--- AutoUpgradeTester/jeos/README	2009-01-13 20:08:44 +
+++ AutoUpgradeTester/jeos/README	2009-09-05 21:52:49 +
@@ -29,7 +29,7 @@
 $ ./ubuntu-jeos-builder --vm kvm --kernel-flavour 386 --suite dapper --ssh-key `pwd`/foo.pub  --components main,restricted  --rootsize 80G --no-opt
 
 (notice the different kernel names for dapper,feisty). The ssh-key is the 
-key that is used by the ugprade tester to log into the virtual machine.
+key that is used by the upgrade tester to log into the virtual machine.
 
 The copy it from 
 "jeos/ubuntu-jeos-$dist-i386/root.qcow2"

=== modified file 'DistUpgrade/DistUpgrade.cfg'
--- DistUpgrade/DistUpgrade.cfg	2009-06-18 10:10:09 +
+++ DistUpgrade/DistUpgrade.cfg	2009-09-05 21:52:49 +
@@ -4,7 +4,7 @@
 View=DistUpgradeViewGtk,DistUpgradeViewKDE,DistUpgradeViewText
 #View=DistUpgradeViewNonInteractive
 #Depends= python-apt (>= 0.6.0), apt (>= 0.6)
-# the views below support ugprades over ssh connection
+# the views below support upgrades over ssh connection
 SupportSSH=DistUpgradeViewText,DistUpgradeViewNonInteractive
 
 # Distro contains global information about the upgrade

=== modified file 'DistUpgrade/DistUpgrade.cfg.hardy'
--- DistUpgrade/DistUpgrade.cfg.hardy	2009-03-23 15:23:12 +
+++ DistUpgrade/DistUpgrade.cfg.hardy	2009-09-05 21:52:49 +
@@ -4,7 +4,7 @@
 View=DistUpgradeViewGtk,DistUpgradeViewKDE,DistUpgradeViewText
 #View=DistUpgradeViewNonInteractive
 #Depends= python-apt (>= 0.6.0), apt (>= 0.6)
-# the views below support ugprades over ssh connection
+# the views below support upgrades over ssh connection
 SupportSSH=DistUpgradeViewText,DistUpgradeViewNonInteractive
 
 # Distro contains global information about the upgrade

=== modified file 'DistUpgrade/DistUpgradeController.py'
--- DistUpgrade/DistUpgradeController.py	2009-08-24 15:10:44 +
+++ DistUpgrade/DistUpgradeController.py	2009-09-05 21:52:50 +
@@ -229,7 +229,7 @@
 """
 pidfile = os.path.join("/var/run/release-upgrader-sshd.pid")
 if (not os.path.exists(pidfile) and self._isRemoteLogin()):
-# check if the frontend supports ssh ugprades (see lp: #322482)
+# check if the frontend supports ssh upgrades (see lp: #322482)
 if not self._viewSupportsSSH():
 logging.error("upgrade over ssh not alllowed")
 self._view.error(_("Upgrading over remote connection not supported"),

=== modified file 'DistUpgrade/DistUpgradeQuirks.py'
--- DistUpgrade/DistUpgradeQuirks.py	2009-07-24 15:10:24 +
+++ DistUpgrade/DistUpgradeQuirks.py	2009-09-05 21:25:45 +
@@ -143,9 +143,9 @@
 res = self._view.error(_("No ARMv6 CPU"),
 _("Your system uses an ARM CPU that is older "
   "than the ARMv6 architecture. "
-  "All packages in karmic were build with, "
+  "All packages in karmic were built with "
   "optimizations requiring ARMv6 as the "
-  "minimal architecture, i can not upgrade "
+  "minimal architecture. I can not upgrade "
   "your system to karmic on your hardware."))
 self.controller.abort()
 

=== modified file 'DistUpgrade/README'
--- DistUpgrade/README	2009-01-21 15:25:54 +
+++ DistUpgrade/README	2009-09-05 21:52:50 +
@@ -4,7 +4,7 @@
 The dist-upgrader is designed to make upgrades for ubuntu (or similar
 distributions) easy and painless. It supports both network mode and
 cdrom upgrades. The cdromupgrade will ask if it should use the network
-or not. There is a wrapper script "cdromugprade" (that assumes the
+or not. There is a wrapper script "cdromupgrade" (that assumes the
 file of the upgrade life in
 CDROM_ROOT/dists/stable/dist-upgrader/binary-all/) that can be put
 onto the CD and it will support upgrades directly from the CD.

=== modified file 'DistUpgrade/cdromupgrade'
--- DistUpgrade/cdromupgrade	2009-06-22 08:10:51 +
+++ DistUpgrade/cdromupgrade	2009-09-05 21:52:49 +
@@ -7,7 +7,7 @@
 # Not that

Re: Changes to strings in update-manager

2009-09-16 Thread David Planella
El dv 11 de 09 de 2009 a les 22:38 +0100, en/na Josh Holland va
escriure:
> My branch of string fixes for update-manager just got merged, changing a
> few user-visible strings. I am posting this to the list because mvo told
> me to.
> 

Hi Josh,

Thanks a lot for letting translators know about the change. Translators,
here's the template in question:

 https://translations.launchpad.net/ubuntu/karmic/+source/update-manager

> I have attached a diff of my changes, most of which are in docstrings
> and comments and the like, but one or two things have changed.
> Apparently the new POT file has been uploaded.
> 
> Just as a side thing, this is my first accepted contribution to a FOSS
> project. It's great to know that every single Ubuntu user will be using
> something I helped to write!
> 

That's fantastic. Congratulations on your first contribution!

Regards,
David.

-- 
David Planella
Ubuntu Translations Coordinator
david(dot)planella(at)ubuntu(dot)com
www.ubuntu.com





signature.asc
Description: Això és una part d'un missatge signada digitalment
-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Changes to strings in update-manager

2009-09-16 Thread Josh Holland
My branch of string fixes for update-manager just got merged, changing a
few user-visible strings. I am posting this to the list because mvo told
me to.

I have attached a diff of my changes, most of which are in docstrings
and comments and the like, but one or two things have changed.
Apparently the new POT file has been uploaded.

Just as a side thing, this is my first accepted contribution to a FOSS
project. It's great to know that every single Ubuntu user will be using
something I helped to write!

-- 
Josh Holland  (key F6067C12)
http://joshh.co.uk dutchie on irc.freenode.net
http://twitter.com/jshholland
http://identi.ca/jshholland

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


Re: New strings in update-manager

2007-04-20 Thread Claude Paroz
Le vendredi 20 avril 2007 à 17:33 +0200, Sebastien Bacher a écrit :
> Le vendredi 20 avril 2007 à 17:24 +0200, Claude Paroz a écrit :
> 
> > Could you just tell me which language-pack contains update-manager.mo?
> > Maybe it's missing on my system.
> 
> It's distributed in language-pack-fr-base

Thanks, a reinstallation of the package did the trick:

sudo apt-get install --reinstall language-pack-fr-base

Sorry for the noise.

Claude


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


Re: New strings in update-manager

2007-04-20 Thread Sebastien Bacher
Le vendredi 20 avril 2007 à 17:24 +0200, Claude Paroz a écrit :

> Could you just tell me which language-pack contains update-manager.mo?
> Maybe it's missing on my system.

It's distributed in language-pack-fr-base


Cheers,

Sebastien Bacher



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


Re: New strings in update-manager

2007-04-20 Thread Sebastien Bacher
Le jeudi 19 avril 2007 à 19:52 +0200, Claude Paroz a écrit :

> Arghhh ! It seems that there is no translation for update-manager at all
> in the French language pack in Feisty release :-((

Works fine on a new install here


Cheers,

Sebastien Bacher



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


Re: New strings in update-manager

2007-04-19 Thread Yannig MARCHEGAY

Claude Paroz wrote:

Le mercredi 04 avril 2007 à 09:27 +0200, Sebastian Heinlein a écrit :
  

Dear translators,

we resolved a bug in the l10n infrastructure. Now all strings of
update-manager should be translatable. There are about 13 new strings.



Arghhh ! It seems that there is no translation for update-manager at all
in the French language pack in Feisty release :-((

What's the situation for other languages?

Claude

About 50-50 for Occitan (whereas it's 100% translated).

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


Re: New strings in update-manager

2007-04-19 Thread Claude Paroz
Le mercredi 04 avril 2007 à 09:27 +0200, Sebastian Heinlein a écrit :
> Dear translators,
> 
> we resolved a bug in the l10n infrastructure. Now all strings of
> update-manager should be translatable. There are about 13 new strings.

Arghhh ! It seems that there is no translation for update-manager at all
in the French language pack in Feisty release :-((

What's the situation for other languages?

Claude


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


New strings in update-manager

2007-04-04 Thread Sebastian Heinlein
Dear translators,

we resolved a bug in the l10n infrastructure. Now all strings of
update-manager should be translatable. There are about 13 new strings.

Cheers,

Sebastian


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators