From 91a1de461fa60fea8212ad0509efb7ab45ee38a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Thu, 6 Mar 2014 13:10:20 +0100 Subject: [PATCH] Add translations notes to atkvalue.c --- atk/atkvalue.c | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) diff --git a/atk/atkvalue.c b/atk/atkvalue.c index ab3bc84..03fc02d 100755 --- a/atk/atkvalue.c +++ b/atk/atkvalue.c @@ -185,19 +185,112 @@ enum { /* These are listed here for extraction by intltool */ #if 0 +/* Translators: This string describes a range within value-related + * widgets such as a password-strength meter. Note that what such a + * widget presents is controlled by application developers. Thus + * assistive technologies such as screen readers are expected to + * present this string alone or as a token in a list. + */ N_("very weak") +/* Translators: This string describes a range within value-related + * widgets such as a password-strength meter. Note that what such a + * widget presents is controlled by application developers. Thus + * assistive technologies such as screen readers are expected to + * present this string alone or as a token in a list. + */ N_("weak") +/* Translators: This string describes a range within value-related + * widgets such as a password-strength meter. Note that what such a + * widget presents is controlled by application developers. Thus + * assistive technologies such as screen readers are expected to + * present this string alone or as a token in a list. + */ N_("acceptable") +/* Translators: This string describes a range within value-related + * widgets such as a password-strength meter. Note that what such a + * widget presents is controlled by application developers. Thus + * assistive technologies such as screen readers are expected to + * present this string alone or as a token in a list. + */ N_("strong") +/* Translators: This string describes a range within value-related + * widgets such as a password-strength meter. Note that what such a + * widget presents is controlled by application developers. Thus + * assistive technologies such as screen readers are expected to + * present this string alone or as a token in a list. + */ N_("very strong") +/* Translators: This string describes a range within value-related + * widgets such as a volume slider. Note that what such a widget + * presents (e.g. temperature, volume, price) is controlled by + * application developers. Thus assistive technologies such as screen + * readers are expected to present this string alone or as a token in + * a list. + */ N_("very low") +/* Translators: This string describes a range within value-related + * widgets such as a volume slider. Note that what such a widget + * presents (e.g. temperature, volume, price) is controlled by + * application developers. Thus assistive technologies such as screen + * readers are expected to present this string alone or as a token in + * a list. + */ N_("medium") +/* Translators: This string describes a range within value-related + * widgets such as a volume slider. Note that what such a widget + * presents (e.g. temperature, volume, price) is controlled by + * application developers. Thus assistive technologies such as screen + * readers are expected to present this string alone or as a token in + * a list. + */ N_("high") +/* Translators: This string describes a range within value-related + * widgets such as a volume slider. Note that what such a widget + * presents (e.g. temperature, volume, price) is controlled by + * application developers. Thus assistive technologies such as screen + * readers are expected to present this string alone or as a token in + * a list. + */ N_("very high") +/* Translators: This string describes a range within value-related + * widgets such as a hard drive usage. Note that what such a widget + * presents (e.g. hard drive usage, network traffic) is controlled by + * application developers. Thus assistive technologies such as screen + * readers are expected to present this string alone or as a token in + * a list. + */ N_("very bad") +/* Translators: This string describes a range within value-related + * widgets such as a hard drive usage. Note that what such a widget + * presents (e.g. hard drive usage, network traffic) is controlled by + * application developers. Thus assistive technologies such as screen + * readers are expected to present this string alone or as a token in + * a list. + */ N_("bad") +/* Translators: This string describes a range within value-related + * widgets such as a hard drive usage. Note that what such a widget + * presents (e.g. hard drive usage, network traffic) is controlled by + * application developers. Thus assistive technologies such as screen + * readers are expected to present this string alone or as a token in + * a list. + */ N_("good") +/* Translators: This string describes a range within value-related + * widgets such as a hard drive usage. Note that what such a widget + * presents (e.g. hard drive usage, network traffic) is controlled by + * application developers. Thus assistive technologies such as screen + * readers are expected to present this string alone or as a token in + * a list. + */ N_("very good") +/* Translators: This string describes a range within value-related + * widgets such as a hard drive usage. Note that what such a widget + * presents (e.g. hard drive usage, network traffic) is controlled by + * application developers. Thus assistive technologies such as screen + * readers are expected to present this string alone or as a token in + * a list. + */ N_("best") #endif -- 2.11.4.GIT