On Mon, Nov 10, 2008 at 9:02 PM, Brian J. Tarricone <[EMAIL PROTECTED]> wrote: > Mike Massonnet wrote: > >> Here is a quick example: >> msgid "%s/%s space left on %s (%s)" >> >> If you prefer to specify the drive first for your translation: >> msgstr "The device $3%s ($4%s) has $1%s/$2%s space left" >> >> You append the %<format> with a $<position>. > ^^^^^^ > Prepend, of course ^_^.
I'm not sure but I think the right way would be something like this: msgstr "The device %3$s (%4$s) has %1$s/%2$s space left" http://www.gnu.org/software/gettext/manual/html_node/gettext_toc.html#c_002dformat-Flag > > -brian > _______________________________________________ Xfce-i18n mailing list [email protected] http://foo-projects.org/mailman/listinfo/xfce-i18n
