[Cdd-commits] cdd/common/cdd/templates common.templates,1.3,1.4

Andreas Tille debian-custom@lists.debian.org
Mon, 28 Jun 2004 20:15:43 +0000


Update of /cvsroot/cdd/cdd/common/cdd/templates
In directory haydn:/tmp/cvs-serv32032/cdd/templates

Modified Files:
	common.templates 
Log Message:
Enhanced debconf description and translation.


Index: common.templates
===================================================================
RCS file: /cvsroot/cdd/cdd/common/cdd/templates/common.templates,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- common.templates	26 Jun 2004 22:03:21 -0000	1.3
+++ common.templates	28 Jun 2004 20:15:40 -0000	1.4
@@ -1,24 +1,25 @@
 Template: #CDD#-common/group
 Type: multiselect
-_Choices: ${users}
-_Description: Please specify the #CDDNAME# users!
- Here is a list of all normal users of the system.  Now you can select
- those users who should get a #CDDNAME# user menu.
+Choices: ${users}
+_Description: #CDDNAME# users:
+ Please select, among the whole system user list, users who should get
+ a #CDDNAME# user menu.
 
 Template: shared/#CDD#-common/usermenus
 Type: select
-_Choices: now, end, never
+_Choices: Each package installation, End of installation, Never
 Default: never
-_Description: When do you like to build user menus?
- The meta packages of the #CDDNAME# Custom Debian Distribution do
- contain extra role based menus for users. These will be built if
- the user who is registered in a certain role calls update-menus.  This
- can be done automatically for all users who are registered for
- #CDDNAME# after installation of each single meta package (=now),
+_Description: Build user menus at:
+ The meta packages of the #CDDNAME# Custom Debian Distribution
+ contain extra role based menus for users. These will be built when
+ a user who is registered to a given role uses the "update-menus"
+ utility.  This can be done automatically for all users who are registered
+ for #CDDNAME# after installation of each single meta package,
  at the end of the whole installation process to save time in case
- of installing more than one meta package (=end) or the call of
- update-menus should be done by the users themselves (=never).
-  * now: Call update-menus after each meta package (time consuming).
-  * end: Call update-menus only once at the end of the whole
-         installation/upgrading process.
-  * never: Do not call update-menus at all.
+ of installing more than one meta package or just leave the call of
+ "update-menus" to the users themselves.
+  * Each package installation : Call "update-menus" after each meta package
+                               (time consuming);
+  * End of installation       : Call "update-menus" only once at the end of
+                                the whole installation/upgrading process;
+  * Never                     : Do not call "update-menus" at all.