summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-14 22:13:18 +0200
committerLennart Poettering <lennart@poettering.net>2008-08-14 22:13:18 +0200
commit0072409410e2b1a08ec141d8f8dfd259ef890e64 (patch)
tree39fe6e6fa8c25d9b70b050e9edc795a4d9d94e7c
parent7b629d3fb6d1c25dac246b699196634db5e1dc1c (diff)
add a few notes about localization
-rw-r--r--src/canberra.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/canberra.h b/src/canberra.h
index 9a844bf..ff09146 100644
--- a/src/canberra.h
+++ b/src/canberra.h
@@ -37,21 +37,21 @@ extern "C" {
/**
* CA_PROP_MEDIA_NAME:
*
- * A name describing the media being played.
+ * A name describing the media being played. Localized if possible and applicable.
*/
#define CA_PROP_MEDIA_NAME "media.name"
/**
* CA_PROP_MEDIA_TITLE:
*
- * A (song) title describing the media being played.
+ * A (song) title describing the media being played. Localized if possible and applicable.
*/
#define CA_PROP_MEDIA_TITLE "media.title"
/**
* CA_PROP_MEDIA_ARTIST:
*
- * The artist of this media
+ * The artist of this media. Localized if possible and applicable.
*/
#define CA_PROP_MEDIA_ARTIST "media.artist"
@@ -101,7 +101,7 @@ extern "C" {
/**
* CA_PROP_EVENT_DESCRIPTION:
*
- * A descriptive string for the sound event.
+ * A descriptive string for the sound event. Localized if possible and applicable.
*/
#define CA_PROP_EVENT_DESCRIPTION "event.description"
@@ -221,8 +221,9 @@ extern "C" {
/**
* CA_PROP_APPLICATION_NAME:
*
- * The name of the application this sound event was triggered
- * by as human readable string. (e.g. "GNU Emacs")
+ * The name of the application this sound event was triggered by as
+ * human readable string. (e.g. "GNU Emacs") Localized if possible and
+ * applicable.
*/
#define CA_PROP_APPLICATION_NAME "application.name"