# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: adejong@debian.org\n" "POT-Creation-Date: 2006-08-20 22:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description #: ../templates:1001 msgid "Location of chroot jail:" msgstr "" #. Type: string #. Description #: ../templates:1001 msgid "" "cvsd can run in a chroot jail. This is the preferred method of operation. " "Specify the location of the chroot jail. If you make this 'none' no chroot " "jail will be created and used. A chroot file hierarchy will be created in " "the specified location." msgstr "" #. Type: string #. Description #: ../templates:2001 msgid "The maximum number of connections that can be handled:" msgstr "" #. Type: string #. Description #: ../templates:2001 msgid "" "It is possible to specify a maximum number of connections that cvsd can " "handle simultaneously. Specifying 0 (zero) will put no limit to the number " "of connections." msgstr "" #. Type: string #. Description #: ../templates:3001 msgid "Nice value cvsd should run at:" msgstr "" #. Type: string #. Description #: ../templates:3001 msgid "" "cvsd can be run at reduced priority so it will not take up too many " "resources, especially if a user specifies a -z option to cvs. The priority " "can also be increased (negative value here)." msgstr "" #. Type: string #. Description #: ../templates:4001 msgid "Umask cvsd should run at:" msgstr "" #. Type: string #. Description #: ../templates:4001 msgid "Specify the umask cvsd and cvs should use when creating files." msgstr "" #. Type: string #. Description #: ../templates:4001 msgid "" "The umask should be specified as an octal value and represents the " "permissions that should be taken away when creating a file (e.g. using 027 " "will create files with mode 640 or rw-r-----)." msgstr "" #. Type: string #. Description #: ../templates:5001 msgid "Address and port on which cvsd will listen:" msgstr "" #. Type: string #. Description #: ../templates:5001 msgid "" "With the first argument you can specify the address cvsd should listen on. " "The '*' address specifies that cvsd should listen on all addresses. You can " "specify a IPv4 address, IPv6 address, a hostname or '*'." msgstr "" #. Type: string #. Description #: ../templates:5001 msgid "" "The second argument is the service name (e.g. cvspserver) or port number " "(default 2401) cvsd will listen on." msgstr "" #. Type: string #. Description #: ../templates:5001 msgid "" "The address and port should be separated by a space and you can specify " "multiple address-port combinations by separating them with spaces." msgstr "" #. Type: string #. Description #: ../templates:6001 msgid "Repositories to serve:" msgstr "" #. Type: string #. Description #: ../templates:6001 msgid "" "The whole idea of cvsd is to serve repositories. Specify a colon ':' " "separated list of repositories to serve. The location of these repositories " "is relative to the specified chroot jail (${rootjail}) and should start with " "a '/'." msgstr "" #. Type: string #. Description #: ../templates:6001 msgid "" "The repositories here should be initialized by hand with something like 'cvs " "-d ${rootjail}/myrepos init' after which passwords can be set with 'cvsd-" "passwd ${rootjail}/myrepos anonymous'. See the file /usr/share/doc/cvsd/" "README.gz for details on creating repositories." msgstr "" #. Type: multiselect #. Choices #: ../templates:7001 msgid "coredumpsize" msgstr "" #. Type: multiselect #. Choices #: ../templates:7001 msgid "cputime" msgstr "" #. Type: multiselect #. Choices #: ../templates:7001 msgid "datasize" msgstr "" #. Type: multiselect #. Choices #: ../templates:7001 msgid "filesize" msgstr "" #. Type: multiselect #. Choices #: ../templates:7001 msgid "memorylocked" msgstr "" #. Type: multiselect #. Choices #: ../templates:7001 msgid "openfiles" msgstr "" #. Type: multiselect #. Choices #: ../templates:7001 msgid "maxproc" msgstr "" #. Type: multiselect #. Choices #: ../templates:7001 msgid "memoryuse" msgstr "" #. Type: multiselect #. Choices #: ../templates:7001 msgid "stacksize" msgstr "" #. Type: multiselect #. Choices #: ../templates:7001 msgid "virtmem" msgstr "" #. Type: multiselect #. Description #: ../templates:7002 msgid "Select resources of pserver processes to limit:" msgstr "" #. Type: multiselect #. Description #: ../templates:7002 msgid "" "The pserver wrapper can be configured to limit the resource usage that a " "pserver process can have. These resource limits will be set on each pserver " "process and not on the wrapper." msgstr "" #. Type: multiselect #. Description #: ../templates:7002 msgid "" "Choose from the list the resources that you want to limit. You will be asked " "to specify limits about every resource you selected here." msgstr "" #. Type: multiselect #. Description #: ../templates:7002 msgid "" "Note that not all resources may be available on all systems and that " "resources may be system and kernel specific so use these with caution. The " "results of exceeding the set limits may also be system specific but will " "most likely stop the cvs process and close the connection (may be " "problematic with write access to cvs repository)." msgstr "" #. Type: string #. Description #: ../templates:8001 msgid "Maximum file size of a core dump:" msgstr "" #. Type: string #. Description #: ../templates:8001 msgid "" "Set this to 0 (zero) (should be the system default) to prevent core dumps. " "Otherwise this limits the size of core dumps to the specified value." msgstr "" #. Type: string #. Description #. Type: string #. Description #. Type: string #. Description #. Type: string #. Description #. Type: string #. Description #. Type: string #. Description #. Type: string #. Description #: ../templates:8001 ../templates:10001 ../templates:11001 ../templates:12001 #: ../templates:15001 ../templates:16001 ../templates:17001 msgid "" "This value may be specified with a suffix of 'b' (bytes), 'k' (1024 bytes) " "or 'm' (1024*1024 bytes), where 'k' is the default." msgstr "" #. Type: string #. Description #: ../templates:9001 msgid "Maximum amount of cpu time consumed:" msgstr "" #. Type: string #. Description #: ../templates:9001 msgid "" "This limits the number of cpu seconds the cvs process can use. This will " "prevent too much cpu time from being allocated to a single connection." msgstr "" #. Type: string #. Description #: ../templates:9001 msgid "" "This value can be formatted as 'mm:ss' or have a 'm' or 's' suffix where 's' " "is default." msgstr "" #. Type: string #. Description #: ../templates:10001 msgid "Maximum size of program's data segment:" msgstr "" #. Type: string #. Description #: ../templates:10001 msgid "" "This limits the amount of memory the cvs program can use. This specific item " "limits the size of the data segment." msgstr "" #. Type: string #. Description #: ../templates:11001 msgid "Maximum size of files created:" msgstr "" #. Type: string #. Description #: ../templates:11001 msgid "" "This limits the maximum size of a file created by cvs. Note that the cvs " "pserver process needs to be able to create lock files and possibly write " "history or other files so don't set this to 0 (zero)." msgstr "" #. Type: string #. Description #: ../templates:12001 msgid "Maximum amount of locked memory:" msgstr "" #. Type: string #. Description #: ../templates:12001 msgid "" "This limits the amount of memory the cvs process may lock. cvs probably " "doesn't need to lock any memory at all." msgstr "" #. Type: string #. Description #: ../templates:13001 msgid "Maximum number of open files:" msgstr "" #. Type: string #. Description #: ../templates:13001 msgid "" "This limits the number of files and connections that the cvs process can " "have open at a single moment. The cvs process needs to access quite a few " "files so don't set this too low." msgstr "" #. Type: string #. Description #: ../templates:14001 msgid "Maximum number of processes:" msgstr "" #. Type: string #. Description #: ../templates:14001 msgid "" "This limits the maximum number of processes that a single user may have. cvs " "may need to spawn additional processes to run scripts or do subtasks so " "don't set this too low." msgstr "" #. Type: string #. Description #: ../templates:15001 msgid "Maximum size of resident memory:" msgstr "" #. Type: string #. Description #: ../templates:15001 msgid "This specifies the amount of physical memory a process may have." msgstr "" #. Type: string #. Description #: ../templates:16001 msgid "Maximum stack size:" msgstr "" #. Type: string #. Description #: ../templates:16001 msgid "This limits the size of the stack." msgstr "" #. Type: string #. Description #: ../templates:17001 msgid "Maximum amount of virtual memory allocated:" msgstr "" #. Type: string #. Description #: ../templates:17001 msgid "" "This limits the total amount of virtual memory a process may have allocated." msgstr "" #. Type: string #. Description #: ../templates:18001 msgid "Maximum number of threads:" msgstr "" #. Type: string #. Description #: ../templates:18001 msgid "This limits the number of threads that a single process may have." msgstr "" #. Type: string #. Description #: ../templates:18001 msgid "" "This is not available under Linux so it is not in the list for cvsd/limits. " "If Hurd has it it may be useful." msgstr "" #. Type: boolean #. Description #: ../templates:19001 msgid "Remove chroot jail containing repositories?" msgstr "" #. Type: boolean #. Description #: ../templates:19001 msgid "" "The following directory is configured as a chroot jail for cvsd:\n" " ${rootjail}\n" "You may choose to remove the chroot jail but you will also lose all the " "repositories inside the chroot jail. If you have not backed up your " "repositories you want to keep do not remove it now and manually remove it " "later once your repositories are safe." msgstr "" #. Type: boolean #. Description #: ../templates:19001 msgid "" "If you do choose to remove the chroot directory, all directories under it " "will be removed, even if they are on another file system." msgstr "" #. Type: boolean #. Description #: ../templates:19001 msgid "" "If you choose to keep the chroot jail please note that the cvsd user and " "group will be removed so uid and gid file information may no longer be " "consistent." msgstr ""