From f1bfec332f168364ada51254bce950700a1f5731 Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 4 Oct 2016 00:40:56 +0200 Subject: Rename "roster" to "contact list" --- data/default_config.cfg | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'data') diff --git a/data/default_config.cfg b/data/default_config.cfg index 03fc6565..dd98e493 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -99,7 +99,7 @@ ca_cert_path = #connection_timeout_delay = 30 # Send the initial presence -# true, unless you want to be invisible from your roster +# true, unless you want to be invisible from your contact list # warning: this disables any presence sending other than chatrooms or directed # presences via /presence #send_initial_presence = true @@ -306,8 +306,8 @@ use_bookmarks_method = # the @) when displaying the chatroom tab name. #show_muc_jid = true -# If this option is set to false, the roster will not show the contact JIDs -# when that is possible. +# If this option is set to false, the contact list will not show the contact +# JIDs when that is possible. # e.g. instead of: toto (toto@example.org) (2) # poezio will only show: toto (2) #show_roster_jids = true @@ -315,19 +315,19 @@ use_bookmarks_method = # Show JIDs in conversation tabs #show_jid_in_conversations = true -# show s2s errors in the roster +# show s2s errors in the contact list #show_s2s_errors = true -# If set to true, the roster will display the offline contacts too +# If set to true, the contact list will display offline contacts too #roster_show_offline = false -# How to sort the contacts inside the roster groups. +# How to sort the contacts inside the contact list groups. # They are used sequentially, (from left to right) # Available sorting methods are: # - reverse: reverse the sorting # - jid: sort by JID (alphabetical order) # - show: sort by show (available/away/xa/…) -# - name: sort by roster name (if no name, then the bare jid is used) +# - name: sort by name (if no name, then the bare jid is used) # - sname: case-sensitive name sorting (uppercase first) # - resource: sort by resource number # - online: sort by online presence (online or not) @@ -336,7 +336,7 @@ use_bookmarks_method = # sorting is most likely inefficient. #roster_sort = jid:show -# How to sort the roster groups. +# How to sort the contact list groups. # The principles are the same as roster_sort. # Available methods are: # - reverse: reverse the sorting @@ -434,8 +434,8 @@ use_bookmarks_method = # defaults to $XDG_CACHE_HOME/poezio/images. #tmp_image_dir = -# Receive the tune notifications or not (in order to display informations -# in the roster). +# Receive the tune notifications or not (in order to display information +# in the contact list). # If this is set to false, then the display_tune_notifications # option will be ignored. #enable_user_tune = true @@ -443,8 +443,8 @@ use_bookmarks_method = # Display user gaming notifications as information messages or not #display_gaming_notifications = false -# Receive the gaming notifications or not (in order to display informations -# in the roster). +# Receive the gaming notifications or not (in order to display information +# in the contact list). # If this is set to false, then the display_gaming_notifications # option will be ignored. #enable_user_gaming = true @@ -452,8 +452,8 @@ use_bookmarks_method = # Display user mood notifications as information messages or not #display_mood_notifications = false -# Receive the mood notifications or not (in order to display informations -# in the roster). +# Receive the mood notifications or not (in order to display information +# in the contact list). # If this is set to false, then the display_mood_notifications # option will be ignored. #enable_user_mood = true @@ -461,8 +461,8 @@ use_bookmarks_method = # Display user activity notifications as information messages or not #display_activity_notifications = false -# Receive the activity notifications or not (in order to display informations -# in the roster). +# Receive the activity notifications or not (in order to display information +# in the contact list). # If this is set to false, then the display_activity_notifications # option will be ignored. #enable_user_activity = true -- cgit v1.2.3