On Wed, 2008-01-23 at 11:40 +0100, Luca Ferretti wrote: > Names/Labels for gvfs non local uris (trash:, computer:, burn:, smb:) > are not displayed using the translations available in gvfs package. > > So, for example, for LANG=it the window title and the bottom left button > label for trash:// is "Trashcan", while it should be "Cestino" (the > Italian translation available in gvfs.po). > > Maybe there are some missing _() somewhere...
Hmm, i think we might be missing a setlocale() in daemon-main.c... Can you try adding that in daemon_init and restart the trash daemon? > PS it seems instead that desktop icon caption for trash is translated: > this is strage, 'cause captions for smb:// mounts aren't (while, as > above, available in Italian translation). It seems that nautilus is > still providing translations for it[1]. Shouldn't instead always use the > label from gvfs? Well, thats kinda different, the trash desktop icon is sort of a links to the target rather than the target itself. Whereas the mounts are taken from gvfs. I don't think its a huge issue. -- nautilus-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/nautilus-list
