Re: New string in sabayon - comments required
- From: danilo gnome org (Danilo Šegan)
- To: "Sayamindu Dasgupta" <sayamindu gmail com>
- Cc: gnome-i18n gnome org
- Subject: Re: New string in sabayon - comments required
- Date: Fri, 22 Dec 2006 11:25:53 +0100
Today at 6:42, Sayamindu Dasgupta wrote:
> if orientation == "top":
> return _("%s added to top panel")
> else if orientation == "bottom"
> return _("%s added to bottom panel")
> else
> ...
Use as complete sentences as possible. So, with your suggestion,
latter (above) is better.
It would be even better if you could use full sentences like:
return _("Applet NetworkMonitor added to bottom panel")
but I understand that might not be possible. Also note that applet
names are usually localised, and if you're adding the 'Applet'
indicator yourself, it's better if you make it:
return _("Applet %s added to bottom panel")
Cheers,
Danilo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]