| From: | Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | Translation issue: use of "%s" |
| Date: | 2003-06-13 13:10:03 |
| Message-ID: | 200306131510.03265.jm.poure@freesurf.fr |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Dear friends,
Just a small remark about translation. The string "Create a new %s" cannot be
translated into several languages.
1) In French, "new" will be translated "nouveau", "nouvelle" or "nouvel".
Writing "nouveau/nouvel/nouvelle" is tedious. Nearly all European languages,
except English are impacted.
2) In some other languages, strings can be aggregated in a single word (like
in Hungarian and German). Making the translation ***clearly*** impossible.
Therefore, "%s" should rarely be used, except for the integration of
invariable strings.
3) Examples
-> working strings:
"Connected to database: %s"
"Username: %s"
"User \"%s\" was disconnected"
-> non-working strings:
"Click on the %s button"
"The thread was aborted because %s"
etc...
Just my 0.02 cents.
Cheers, Jean-Michel
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andreas Pflug | 2003-06-13 13:38:40 | Re: Request for help about Debian packaging |
| Previous Message | Dave Page | 2003-06-13 13:05:13 | Re: [GENERAL] graphical sql-query builder |