diff options
author | JP Rosevear <jpr@novell.com> | 2005-01-13 11:28:43 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-01-13 11:28:43 +0800 |
commit | feda3794a6ce04f0e27c3eb3ffd05da15f9a835e (patch) | |
tree | 884b204165c6922030e908659296dc941270041d | |
parent | 31cc887a7fb4d2fa813b3bbe0d6881681599e6d9 (diff) | |
download | gsoc2013-evolution-feda3794a6ce04f0e27c3eb3ffd05da15f9a835e.tar.gz gsoc2013-evolution-feda3794a6ce04f0e27c3eb3ffd05da15f9a835e.tar.zst gsoc2013-evolution-feda3794a6ce04f0e27c3eb3ffd05da15f9a835e.zip |
Fixes #61973
2005-01-12 JP Rosevear <jpr@novell.com>
Fixes #61973
* gui/widgets/e-addressbook-view.etspec: add translator comment
for TTYTDD
svn path=/trunk/; revision=28386
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-view.etspec | 7 |
2 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 4c9e7dad20..37ebcd753e 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2005-01-12 JP Rosevear <jpr@novell.com> + + Fixes #61973 + + * gui/widgets/e-addressbook-view.etspec: add translator comment for TTYTDD + 2005-01-11 Not Zed <NotZed@Ximian.com> * util/eab-book-util.c (eab_name_and_email_query): cast length diff --git a/addressbook/gui/widgets/e-addressbook-view.etspec b/addressbook/gui/widgets/e-addressbook-view.etspec index caddf081f8..a74a53e798 100644 --- a/addressbook/gui/widgets/e-addressbook-view.etspec +++ b/addressbook/gui/widgets/e-addressbook-view.etspec @@ -27,6 +27,13 @@ <ETableColumn model_col="30" _title="Primary Phone" expansion="1.0" minimum_width="75" resizable="true" cell="string" compare="string"/> <ETableColumn model_col="31" _title="Radio" expansion="1.0" minimum_width="75" resizable="true" cell="string" compare="string"/> <ETableColumn model_col="32" _title="Telex" expansion="1.0" minimum_width="75" resizable="true" cell="string" compare="string"/> + +<!-- Translators: This is a vcard standard and stands for the type of + phone used by the hearing impaired. TTY stands for "teletype" + (familiar from Unix device names), and TDD is "Telecommunications + Device for Deaf". However, you probably want to leave this + abbreviation unchanged unless you know that there is actually a + different and established translation for this in your language. --> <ETableColumn model_col="33" _title="TTYTDD" expansion="1.0" minimum_width="75" resizable="true" cell="string" compare="string"/> <ETableColumn model_col="34" _title="Organization" expansion="1.0" minimum_width="75" resizable="true" cell="string" compare="string"/> |