Re: [PATCH] Some string fixes (#309879)



On Sat, 2005-07-09 at 17:17 +0200, Christian Neumair wrote:
> Bug 309879 [1] lists many nitpicky suggestions, which are partially very
> important for translators. The attached two patches fix most of them.
> For details, see [1].
> A notable change is 
> 
> -		label = _("_Browse Folder");
> +		label = g_strdup (ngettext ("_Browse Folder",
> +					    "_Browse Folders", 1));
> 
> which has been introduced because the ngettext form is used elsewhere
> and therefore, this construction reduces the string count.
> 
> [1] http://bugzilla.gnome.org/show_bug.cgi?id=309879

I commited the second patch, although i changed how the commented out
part was made not translated. Its way to risky to leave the whole file
untranslated, as strings can easily be added to it later.

However, i'm not sure about the first patch. Its not uncommon for the
long and short string in gconf schemas to be similar. And I've never
seen schemas with only short strings, so I'm not sure how well our tools
etc handle that.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Alexander Larsson                                            Red Hat, Inc 
                   alexl redhat com    alla lysator liu se 
He's a bookish ninja vampire hunter haunted by memories of 'Nam. She's a 
sharp-shooting thirtysomething widow on the trail of a serial killer. They 
fight crime! 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]