source: drbl_ui/backup/orig_langs/en @ 29

Last change on this file since 29 was 20, checked in by chris, 16 years ago
File size: 49.5 KB
Line 
1#!/bin/bash
2msg_delimiter_star_line='*****************************************************'.
3msg_install_RH='Installing DRBL for RedHat/Fedora Linux...'
4msg_install_MDK='Installing DRBL for Mandriva Linux...'
5msg_install_DBN='Installing DRBL for Debian Linux...'
6msg_install_SUSE='Installing DRBL for SuSE Linux...'
7msg_OS_version='The version number for your OS'
8msg_is_not_supported='is not supported version, program stop!.'
9msg_press_ctrl_c_stop='Please press Ctrl-C to stop the program!'
10msg_set_proxy='Do you want to set the proxy server ?'
11msg_http_proxy_server='Proxy server name (FQDN) or IP address for http protocol ?'
12msg_http_proxy_port='Proxy server port for http protocol ?'
13msg_ftp_proxy_server='Proxy server name (FQDN) or IP address for ftp protocol ?'
14msg_ftp_proxy_port='Proxy server port for ftp protocol ?'
15msg_http_proxy_you_set='The http proxy server you set'
16msg_ftp_proxy_you_set='The ftp proxy server you set'
17msg_drbl_test_option='Do you want to use the DRBL "testing" packages which is more powerful, but maybe buggy (If you are brave enough!!!) (If you downloaded the DRBL rpm package from the testing directory, say "yes" here) ?'
18msg_drbl_unstable_option='Do you want to use the DRBL "unstable" packages which is much more powerful, but maybe very unstable (If you are super brave!!!) (If you downloaded the DRBL rpm package from the unstable directory, say "yes" here) ?'
19msg_drbl_extra_option='Do you want to use some extra packages provided by DRBL project ? (It is not necessary, just an option)'
20msg_drbl_netinstall_option='Do you want to install those network installation boot images so that you can let client to install some Linux distribution (Debian, Ubuntu, RedHat Linux, Fedora Core, Mandriva, and OpenSuSE) via network ? (Assume that your client machine has harddisk and it is possible you will install Linux into that, say Y)'
21msg_firefly_option='Do you want to use Asian CJK (Chinese, Japanese, Korean) patched packages (Provided by Firefly) (If you are brave enough) ?'
22msg_serial_console_option='Do you want to use the serial console output for clients ?'
23msg_know_nothing_serial_console='If you do NOT know anything about this, say "N" here, otherwise clients might show NOTHING on the screen !'
24msg_serial_console_only='Use serial console only for clients ? (Suitable for the clients without VGA output).'
25msg_redirect_to_which_port='Redirect to which serial port ?'
26msg_serial_console_speed='What is the speed for the serial console output ?'
27msg_smp_clients='Do you want to use SMP kernel for clients, i.e. your client have two or more CPUs ? Note!!! By choosing SMP kernel, this script will select the optimized kernel automatically!'
28msg_smp_clients_MDK='Do you want to use SMP kernel for clients, i.e. your client have two or more CPUs ?'
29msg_smp_clients_RH="$msg_smp_clients"
30msg_install_apt='Install APT ...'
31msg_no_wget_get_it='No wget ? Trying to install wget...'
32msg_wget_installed_failure='Failed to install wget!!! We need that to automatically install apt! You have to install it by yourself!'
33msg_wget_installed_successful='Package wget installed successfully!'
34msg_no_apt_get_it='No apt ? Trying to install apt...'
35msg_apt_already_installed='apt is already installed. Amazing!!! You are excellent!' 
36msg_backup_apt_sources='Backup apt sources.list ...'
37msg_setup_apt_sources_MDK='Setup apt sources.list for Mandrake'
38msg_serial_console_parameter='The serial console output parameter: '
39msg_enjoy_apt='Now enjoy APT!'
40msg_clean_apt_cache='Cleaning the cache of apt to make some settings effect...'
41msg_check_apt_integrity='Checking rpm packages for apt integrity...'
42msg_upgrade_system_question='Do you want to upgrade operating system ?'
43msg_upgrade_whole_system='1st, we upgrade the whole system...'
44msg_check_installed_kernel='Checking if the installed kernel is the one we want...'
45msg_is_already_installed='is already installed in your system...'
46msg_need_to_install_kernel='We need to install the kernel for DRBL environment...Searching...'
47msg_create_nbi_files='Creating the image files for PXE and Etherboot client, this will take a few minutes ...'
48msg_latest_kernel_for_clients='The latest kernel for DRBL clients is'
49msg_no_drbl_script='You did NOT install drbl-script!!! Program terminated!'
50msg_create_files_for_PXELINUX='Creating config file for PXE clients...'
51msg_prepare_files_for_PXE_client='Preparing config and image files for PXE clients...'
52msg_PXE_NOT_work='PXE boot can NOT work!!!'
53msg_press_enter_to_continue='Press "Enter" to continue...'
54msg_press_enter_to_exit='Press "Enter" to exit...'
55msg_FreeDOS_NOT_work='FreeDOS Remote boot can NOT work!!!'
56msg_no_apt_already_uninstall='No package apt... Did you already uninstall DRBL packages ?'
57msg_program_stop='Program terminated!'
58msg_remove_SmallLinuxs_question='Do you want to remove those Small GNU/Linux Distributions (like DSL, PuppyLinux, INSERT or PLD) installed under DRBL environment if they exist ?'
59msg_remove_drbl_setup_question='Do you want to remove the "drbl" package ?'
60msg_remove_apt_question='Do you want to remove the "apt" package ?'
61msg_remove_yum_repo_question='Do you want to remove the yum repository setting ?'
62msg_remove_urpmi_media_question='Do you want to remove the urpmi source media setting ?'
63msg_cleaning_apt_cache='Cleaning the cache of apt...'
64msg_cleaning_tftpboot_and_misc='Cleaning the files in /tftpboot and other files... This might take several minutes...'
65msg_uninstalling_DRBL_RH='Uninstalling DRBL for RedHat/Fedora Linux...'
66msg_uninstalling_DRBL_MDK='Uninstalling DRBL for Mandriva Linux...'
67msg_uninstalling_DRBL_DBN='Uninstalling DRBL for Debian Linux...'
68msg_uninstalling_DRBL_SUSE='Uninstalling DRBL for SuSE Linux...'
69msg_analyzing_rpm_info='Analyzing the rpm packages info... This might take several minutes...'
70msg_failed_to_install_pkgs='Failed to install necessary packages, we can NOT go on!'
71msg_check_network_and_url='Please check the network connection between your machine and'
72msg_not_determine_OS='Can NOT determine the OS version number you are using!!!'
73msg_enter_OS_ver='Please enter the version (RH8.0, RH9, FC1, MDK9.2, MDK10.0...)'
74msg_clean_apt_cache_RH='Cleaning the cache of apt to make RPM::Architecture effect...'
75msg_install_DRBL_necesary_files='2nd, installing the necessary files for DRBL...'
76msg_select_url_path='The url and path you selected'
77msg_drbl_driver='Do you want to install the drivers for DRBL client which are not included in the kernel of your distribution, such as bcm4400, bcm5700 ?'
78msg_smp_optimization_kernel='You choose SMP kernel, so we must use the same CPU architecture kernel with this DRBL server!'
79msg_apt_optimization_question='Which CPU architecture kernel do you want to assign for DRBL clients ?'
80msg_optimization_level_0='0 -> i386 level CPU '
81msg_optimization_level_1='1 -> i586 level CPU'
82msg_optimization_level_2='2 -> Use the same CPU level with that of this DRBL server'
83msg_N_note='Note! Note Note!  Note!  Note!  Note!  Note!' 
84msg_different_level_machine_prompt='If your client machine(s) is not the same level with server, please answer "0" or "1", otherwise your client machine(s) will NOT be able to boot.'
85msg_diff_arch_explain='If you use wrong CPU level kernel, the glibc and openssl package might use i686 or i386, the kernel might use i686, i586 or i386, which might be not suitable to all your machines.' 
86msg_not_sure_better_1='If you are not sure, "1" is recommended, this will still have good performance and compatibility.'
87msg_same_optimization='The optimization for your system is on, the level is same as server.'
88msg_i586_optimization='The optimization for your system is set to "i586".'
89msg_no_optimization='No optimization for your system, we will use the "i386" package.'
90msg_glibc_openssl_upgrade_question='If there is new glibc and openssl in updates, do you want to upgrade ?'
91msg_glibc_openssl_keep='"0" to keep the existing glibc and openssl.'
92msg_keep_glibc_upgrade_openssl='"1" to keep the existing glibc, while upgrade openssl,'
93msg_upgrade_glibc_keep_openssl='"2" to keep the existing openssl, while upgrade glibc,'
94msg_upgrade_glibc_openssl='"3" to upgrade glibc and openssl (default),'
95msg_warning_glibc_upgrade='Warning!!!!! glibc is very important, you have to make sure the new glibc will work with this WORKING system (It is seldom that the system hang after upgrading glic, but it did happen in RedHat 9).'
96msg_upgrade_glibc_make_you_cry='Sometimes the new glibc will make you cry (Seldom happened)... If you are not sure, you can keep the old but working one, i.e. answer "0".'
97msg_install_dhcp_tftp_etc='Install dhcp, tftp, nfs, yp, mkpxeinitrd-net...'
98msg_optimization_is_on='The optimization for your system is on, the level is same as server.'
99msg_optimization_is_off='No highest optimization for your system, we will use the "i386/i586" kernel, glibc and other packages.'
100msg_install_i386_of='Install the i386 version of'
101msg_searching_glibc_in_ayo='Searching the glibc in ayo repository'
102msg_searching_openssl_in_ayo='Searching the openssl in ayo repository'
103msg_searching_openssl_perl_in_ayo='Searching the openssl-perl in ayo repository'
104msg_install_mkinitrd_net_etherboot='Install mkpxeinitrd-net, etherboot, partimage...'
105msg_removing_the_old='Removing the old'
106msg_creating_dev='Creating device source for clients...'
107msg_get_dev='Get the devices file from RPM repository...'
108msg_clean_tmp_dev='Cleaning the tmp device directory...'
109msg_remove_old_nbi='Remove the old nbi in /tftpboot ...'
110msg_install_extra_driver='Installing the driver which is not included in kernel package ...'
111msg_no_extra_driver='The driver which is not included in kernel package does not exist in the DRBL apt repository, either...So skip the installation of extra drivers...'
112msg_make_client_serial_console='Making the etherboot clients serial console output...'
113#
114msg_kernel_being_used='Warning! The kernel is being used now: '
115msg_warning_not_to_remove='Warning! You had better better not to remove it!!!'
116msg_not_remove='Please say "N" to the following remove option!'
117#
118msg_which_ayo_repository='Which "ayo" repository do you want to use ?'
119msg_which_os_ayo_repository='Which "ayo" repository do you want to use for OS packages ?'
120msg_which_drbl_ayo_repository='Which "ayo" repository do you want to use for DRBL packages ?'
121msg_enter_FQDN_IP_yum_repository='Please enter the hostname (FQDN) or IP address of yum repository with http:// or ftp:// prefix'
122msg_enter_the_path_for_dir_ver_updates='In the above yum repository, the path where these directories exist'
123# RH/FC os
124msg_os_ayo_repository_0='0 -> free.nchc.org.tw. (default)'
125msg_os_ayo_repository_1='1 -> ayo.freshrpms.net,'
126msg_os_ayo_repository_3='3 -> Enter the directory in local HD ,cdrom or NFS directory. (You have to make sure you already got those files in local directory!)'
127msg_os_ayo_repository_5='5 -> Enter ayo repository (with OS packages) by yourself.'
128msg_os_ayo_repository_use_existing_yum_config='4 -> Use the existing yum setting in this server (You must make sure it is working!)'
129msg_os_ayo_repository_enter_by_yourself='5 -> Enter ayo repository (with OS packages) by yourself.'
130
131# RH/FC drbl
132msg_drbl_ayo_repository_0='0 -> free.nchc.org.tw. (default)'
133msg_drbl_ayo_repository_1='1 -> diskless.nchc.org.tw,'
134msg_drbl_ayo_repository_2='2 -> drbl.sourceforge.net,'
135msg_drbl_ayo_repository_3='3 -> Enter the directory in local HD ,cdrom or NFS directory. (You have to make sure you already got those files in local directory!)'
136msg_drbl_ayo_repository_5='5 -> To enter repository (with DRBL packages) by yourself.'
137msg_drbl_ayo_repository_enter_by_yourself='5 -> To enter repository (with DRBL packages) by yourself.'
138
139# MDK OS
140msg_os_ayo_repository_1_mdk='1 -> mdk.linux.org.tw,'
141msg_os_ayo_repository_2_mdk='2 -> distro.ibiblio.org,'
142msg_ayo_repository_enter_by_yourself='5 -> Enter ayo repository by yourself.'
143
144# MDK drbl
145msg_drbl_ayo_repository_1_mdk='1 -> diskless.nchc.org.tw,'
146msg_drbl_ayo_repository_2_mdk='2 -> drbl.sourceforge.net,'
147
148msg_apt_not_compatible='Warning! We need to remove apt and libapt-pkg0, then install the apt which is compatible with DRBL.'
149msg_do_u_want_to_remove='Do you want to remove ?'
150msg_warning_apt_not_compatible_and_fail='You will use the apt which is not compatible with DRBL, something will go wrong!!! The installation will fail!!!'
151msg_rm_apt='Removing the package apt and libapt-pkg0...'
152msg_search_kernel_in_ayo='In ayo repository, searching the latest'
153msg_latest_kernel_in_ayo='The latest kernel in the ayo repository is'
154msg_install_kernel_might_take_several_minutes='It will take several minutes to install this kernel, please be patient... '
155msg_latest_kernel_is_already_installed='The latest kernel is already installed for DRBL clients, skip the kernel installation.'
156msg_error_no_drbl_kernel_in_apt='Can NOT find the DRBL kernel in apt repository!!!'
157msg_change_opt_from_i386_to_i586='For the distribution you are using, only i586 and i686 are available, so the optimization level is changed from i386 to i586!!!'
158msg_change_opt_from_i586_to_i386='For the distribution you are using, only i386 and i686 are available, so the optimization level is changed from i586 to i386!!!'
159msg_are_you_sure_run_impatient='This script is for those impatient, it will setup the DRBL server by the default value which might not fit your environment. Are you impatient ?'
160msg_run_step_by_step='Good! You can run the following and answer questions one by one. That should be able to fit your environment better...'
161msg_run_drbl4imp='Ok, Laziness is a virtue! Let us setup DRBL server with the default values!!!'
162msg_total_avail_space='The total available space for /tftpboot and / is:'
163msg_necessary_space_setup_drbl='The estimated necessary space to setup DRBL'
164msg_total_client_no='The total client number is'
165msg_system_maybe_not_enough_space='The system maybe not have enough space to setup DRBL! Note!!! This maybe will damage your system files!!!'
166msg_logout_X_for_thin_client_gdm='If you already logined into X-window, you have to logout X-window to make the modified gdm config work! Note! After that, make sure the gdm is running so that those thin clients can work with this gdm in the DRBL server!'
167msg_restart_X_for_thin_client_kdm='You have to restart X-window to make the modified kdm config work! Note! After that, make sure the kdm is running so that those thin clients can work with this kdm in the DRBL server!'
168msg_logout_X_for_modified_gdm_config_work='If you already logined into X-window, you have to logout X-window to make the modified gdm config work!'
169msg_logout_X_for_modified_kdm_config_work='If you already logined into X-window, you have to logout X-window to make the modified kdm config work!'
170msg_restart_graphic_mode_later='You already turn on the thin client option, now you have to start the graphic mode in this server so that those thin clients can connect to this DRBL server.'
171msg_turn_on_gdm_remote_access='Turn on the GDM remote access...'
172msg_gdm_remote_access_is_already_on='The GDM remote access in the DRBL server is already on!'
173msg_set_thin_client_mode_for_clients='Setting the terminal mode for DRBL clients ...'
174msg_gdm_remote_access_is_already_off='The GDM remote access in the DRBL server is already off!'
175msg_disable_thin_client_mode_for_clients='Disable the terminal mode for DRBL clients ...'
176msg_turn_off_gdm_remote_access='Turn off the GDM remote access...'
177msg_kdm_remote_access_is_already_on='The KDM remote access in the DRBL server is already on!'
178msg_turn_off_kdm_remote_access='Turn off the KDM remote access...'
179msg_kdm_remote_access_is_already_off='The KDM remote access in the DRBL server is already off!'
180msg_dm_in_DRBL_server='The display manager in this DRBL server is'
181msg_hint_for_answer='Hint! When a yes/no option is available, the default value is uppercase, Ex. (y/N), the default is "N", when you press "Enter", it will use "N". If you are not sure which one to choose, you can just press "Enter" key.'
182msg_available_kernel='Available kernel'
183msg_os_ayo_repository_0='0 -> free.nchc.org.tw,'
184msg_os_ayo_repository_1='1 -> ayo.freshrpms.net,'
185msg_os_ayo_repository_download_fedora_redhat_com='1 -> download.fedora.redhat.com,'
186msg_drbl_ayo_repository_0='0 -> free.nchc.org.tw,'
187msg_drbl_ayo_repository_1='1 -> diskless.nchc.org.tw,'
188msg_drbl_ayo_repository_2='2 -> drbl.sourceforge.net,'
189msg_drbl_server_is_ready='DRBL server is ready!'
190msg_all_set_you_can_turn_on_clients='Now set the client machines to boot from PXE or Etherboot (refer to http://drbl.sourceforge.net for more details).'
191msg_etherboot_5_4_is_required='If Etherboot is used in client machine, version 5.4.0 or newer is required!'
192msg_win_fail_with_Missing_OS='If the cloned OS is M$ windows, and it fails to boot with error message like "Missing Operating System" or "Invalid System Disk", then you can try to change the IDE harddrive setting in BIOS to use LBA mode instead of AUTO mode.'
193
194# drbl-script
195msg_nchc_title='NCHC - National Center for High-Performance Computing, Taiwan'
196msg_drbl_title='DRBL - Diskless Remote Boot in Linux'
197msg_switch_client_mode='Switch the mode'
198msg_remote_linux='Client remote Linux, default mode, powerful client'
199# some prompt we have to use _ instead of " " (space) because we need it to be a word for dialog.
200msg_remote_linux_graphic='Client_remote_Linux,_graphic_mode,_powerful_client'
201msg_remote_linux_text='Client_remote_Linux,_text_mode,_powerful_client'
202msg_thin_client='Client_remote_Display_Linux,_terminal_mode'
203msg_remote_memtest='Client remote boot to run Memtest86+'
204msg_remote_fdos='Client remote boot to run FreeDOS'
205msg_clonezilla_start='Start_clonezilla_mode'
206msg_clonezilla_stop='Stop_clonezilla_mode'
207msg_netinstall='Client_install_Linux_via_network'
208msg_local='Client boots its local OS'
209msg_reboot='Reboot client now'
210msg_shutdown='Shutdown client now'
211msg_Wake_on_LAN='Turn on client by Wake-on-LAN now'
212msg_switch_pxe_menu='Switch DRBL client menus'
213msg_title_set_all_clients='Set all clients ?'
214msg_set_all_clients='Do you want to set all clients mode ?'
215msg_set_all_clients_des='If "No", some modes in the following, you can assign the default mode to each DRBL client by IP or MAC addresses (If MAC addresses are shown in dhcpd.conf),'
216msg_hide_reveal='Hide or reveal clients boot menus ?'
217msg_choose_the_action='Choose the action'
218msg_hide_pxe_menus='Hide some revealed clients boot menus'
219msg_reveal_pxe_menus='Reveal some hidden clients boot menus'
220msg_setdefault_pxe_menu='Set default boot menu for clients'
221msg_title_hide='Hide which images for DRBL client ?'
222msg_hide_list_des='Select the image label to be hidden for DRBL client when it boots (multiple choices available)'
223msg_reveal_title='Reveal which images for DRBL client ?'
224msg_reveal_list_des='Select the image label to be shown for DRBL client when it boots (multiple choices available)'
225msg_setdefault_title='Set which image as default menu for DRBL client ?'
226msg_setdefault_list_des='Select the default menu for DRBL client when it boots'
227msg_choose_netinstall_imag='Choose the Linux distribution to install via network'
228msg_nchc_clonezilla='Clonezilla - Opensource Clone System (OCS)'
229msg_nchc_drbl='DRBL, developed by NCHC Free Software Labs'
230msg_nchc_free_software_labs='NCHC Free Software Labs, Taiwan'
231msg_specify_hosts='Specify the hosts'
232msg_choose_the_multicast_method='Choose the method for multicast clone'
233msg_by_MAC_address='Specify the default boot mode by MAC address of client'
234msg_by_IP_address='Specify the default boot mode by IP address of client'
235msg_multicast_clonezilla_warning='Multicast Clonezilla Warning!'
236msg_multicast_clonezilla_warning_des='You are not setting all the clients, so remember the multicast restoring mode ONLY can run 1 (one) type image each time. You will mess them up if different multicast restoring images are assigned. Press the ENTER key to continue...'
237msg_choose_param_to_set='Set the advanced parameters (multiple choices available). If you have no idea, keep the default value, i.e. do NOT change anything'
238msg_choose_one_compression_param_to_save='Choose the compression option. If you have no idea, keep the default value, i.e. do NOT change anything'
239msg_ocs_param_n='Server will NOT restart nfs when start/stop clonezilla'
240msg_ocs_param_u='Select the image to restore in client (only for unicast restoring)'
241msg_ocs_param_c='Client waits for confirmation before cloning'
242msg_ocs_param_s='Client skips the hardware detection when booting'
243msg_ocs_param_f='Server will restart nfs when start/stop clonezilla'
244msg_ocs_param_j='Use sfdisk to create partition in target HD instead of dd'
245msg_ocs_param_j0='Use dd to create partition table instead of sfdisk'
246msg_ocs_param_k='Do NOT create partition in target harddisk in client'
247msg_ocs_param_t='Client does not restore the MBR (Mater Boot Record)'
248msg_ocs_param_e='Client uses the HD CHS value (saved in image) for sfdisk'
249msg_ocs_param_y='Server always provides clone mode - default local boot'
250msg_ocs_param_y0='Server always provides clone mode - default local boot'
251msg_ocs_param_y1='Server always provides clone mode - default clone'
252msg_ocs_param_y2='Server always provides clone mode - default drbl'
253msg_ocs_param_z0='Without compression (fastest but largest image)'
254msg_ocs_param_z1='Use gzip compression (fast but smaller image)'
255msg_ocs_param_z2='Use bzip2 compression (slow but smallest image)'
256msg_ocs_param_z3='Use_lzo_compression_(similar_to_gzip,_but_faster)'
257msg_ocs_param_g_auto='Client will reinstall grub in its HD MBR'
258msg_ocs_param_p_true='Do nothing when clone finishes'
259msg_ocs_param_p_poweroff='Shutdown client when clone finishes'
260msg_ocs_param_p_reboot='Reboot client when clone finishes'
261msg_ocs_param_p_choose='Choose in client as clone finishes'
262msg_choose_post_mode_after_clone='The action when client finishes cloning'
263msg_default_pxemenu_for_clone='The default PXE boot menu when booting is'
264msg_ocs_param_o="Run script in $POST_RUN_DIR as clone finishes"
265msg_ocs_param_hn0='Change M$ Win hostname (based on IP address) after clone'
266msg_ocs_param_hn1='Change M$ Win hostname (based on MAC address) after clone'
267msg_ocs_param_q='Use ntfsclone to save NTFS partition instead of partimage'
268msg_ocs_param_a='Do NOT force to turn on HD DMA'
269msg_ocs_param_nogui='Do NOT show GUI of partimage, use text only'
270msg_ocs_param_v='Prints verbose messages (especially for udpcast)'
271msg_ocs_param_r='Resize the partition when restoration finishes'
272msg_ocs_param_x='Use full-duplex network when multicast clone'
273msg_ocs_param_ns='Put ntfsclone temp file in image dir in server'
274msg_ocs_param_broadcast='When multicast clone, use broadcast. Use this as switch blocks multicast'
275msg_ocs_param_skip='Skip this option'
276msg_clonezilla_advanced_extra_param='Clonezilla advanced extra parameters'
277msg_skip_set_advanced_extra_param='Do you want to *SKIP* setting advanced extra parameters for clonezilla ? \n
278Available parameters: \n'
279msg_skip_set_save_compression_extra_param='Do you want to *SKIP* using other compression method (default is gzip) ?\n
280Available param:\n'
281msg_no_network_installation_img='No network installation image found!'
282msg_no_network_installation_img_des="I can NOT find any network installation image in $PXELINUX_DIR/default! \nMake sure you already install those netinstall RPM packages (like rh-FC3-netinstall) and run $DRBL_SCRIPT_PATH/generate-pxe-menu to generate the PXE menu file ($PXELINUX_DIR/default)."
283msg_start_clonezilla_mode='Start the Clonezilla mode'
284msg_choose_mode='Choose the mode'
285msg_clonezilla_save_disk='Save_client_entire_disk'
286msg_clonezilla_restore_disk='Restore_client_entire_disk'
287msg_clonezilla_save_parts='Save_client_partitions'
288msg_clonezilla_restore_parts='Restore_client_partitions'
289msg_clonezilla_save_hda1='Save client hda1 (Deprecated! Use the above!)'
290msg_clonezilla_restore_hda1='Restore client hda1 (Deprecated! Use the above!)'
291msg_clonezilla_selec_in_client='Choose save/restore in client (unicast only)'
292msg_choose_the_mode_to_restore_disk='Choose the mode to restore client disk'
293msg_choose_the_mode_to_restore_parts='Choose the mode to restore client parts'
294msg_choose_the_mode_to_restore_hda1='Choose the mode to restore client /dev/hda1'
295msg_abandon_hda1='Note! Save and restore client hda1 is no more! Please use save and restore partition instead.'
296msg_unicast_restore='unicast restore'
297msg_multicast_restore='multicast restore'
298msg_choose_the_image_to_restore='Choose the image file to restore'
299msg_time_to_wait='Set the time for clients to start cloning'
300msg_clients_to_wait='Set the no. of clients to clone'
301msg_clients_time_to_wait='Set the no. of clients & maximum time to start cloning'
302msg_how_many_clients_to_restore='How many clients to restore'
303msg_input_name_to_save_the_img='Input a name to save the image'
304msg_time_to_wait_sec='Minimum time to wait (Sec) (The counts start when first client connects)'
305msg_max_time_to_wait_sec="Maximum time to wait (Sec) (The counts start when first client connects), i.e. When  not  enough  clients  have  connected (but at least one), start anyways after [this assigned seconds] since first client connection have passed. (Better >= $SLEEP_TIME_AFTER_PART_CLONED)"
306msg_you_must_input_filename='You have to input a name'
307msg_you_must_input_legal_filename="You have to input a legal image name (containing only alphabet, digit, _, - and .)"
308msg_you_must_input_partition='You have to input a partition'
309msg_please_do_it_again='Please do it again'
310msg_choose_the='Choose the'
311msg_to_save='to save (only mounted partition is listed)'
312msg_the_image='The image'
313msg_was_saved_before='exists! This image name is already used'
314msg_do_you_want_to_replace='Do you want to overwrite it'
315ms_choose_disks_to_save='Choose the disk(s) to save (only unmounted disk is listed)'
316ms_choose_parts_to_save='Choose the partition(s) to save (only unmounted partition is listed)'
317msg_choose_the_disks_to_restore='Choose the disk(s) to restore'
318msg_choose_the_parts_to_restore='Choose the partition(s) to restore'
319msg_no_umounted_disks_found='No unmounted disk(s) are found! To use Clonezilla to save a disk, the source disk must be unmounted!'
320msg_no_umounted_parts_found='No unmounted partition(s) are found! To use Clonezilla to save a partition, the source partition must be unmounted!'
321msg_you_can_not_hide_all_pxe_menus='You can NOT hide all the menus'
322msg_no_modification='Omit any modification'
323msg_install_via_network='install_via_network'
324msg_range_found_in_dhcpd_conf='Warning!!! "range" option is found in dhcpd.conf, this is not a good way in clonezilla... It is better to let your DRBL client acquire same IP address by setting MAC address in dhcpd.conf so that you will NOT overwrite OS of some unknown machines.'
325msg_you_are_using_multicast_clonezilla='You are using multicast clonezilla, please make sure:'
326msg_ethernet_port_is_up_confirm='1. This ethernet port in server is up and connected'
327msg_more_NIC_connect_each_other='2. If you have more than 1 (>=2) network switches for DRBL environment, make sure all switches are connected to each other, otherwise multicast packets will not send to every clients from the ethernet port mentioned above via all the switches, so the multicast clone might NOT start.'
328msg_switch_drbl_service='Start/stop/restart/add/del DRBL services (To all clients)'
329msg_start_drbl_all_services='Start DRBL-related services in DRBL server'
330msg_stop_drbl_all_services='Stop DRBL-related services in DRBL server'
331msg_restart_drbl_all_services='Restart DRBL-related services in DRBL server'
332msg_add_drbl_all_services='Add all DRBL-related services in DRBL server'
333msg_del_drbl_all_services='Del all DRBL-related services in DRBL server'
334msg_choose_action='The action is'
335msg_login_switch='Switch_client_graphical_(X-window)_login_mode'
336msg_normal_login='Normal login (user must enter name and password)'
337msg_auto_login='Auto login'
338msg_timed_login='Timed login'
339msg_turn_on_client_to_make_template='Now set the client machines to boot from PXE or Etherboot (refer to http://drbl.sourceforge.net for more details). Then boot the client to make the template image! Note: If the partition you want to save is NTFS filesystem, it is recommended to defrag that partition first.'
340msg_turn_on_client_to_clone='Now set the client machines to boot from PXE or Etherboot (refer to http://drbl.sourceforge.net for more details). Then boot those clients, so that the template image can be cloned to them!'
341msg_turn_on_client_to_select_clone_type='Now set the client machines to boot from PXE or Etherboot (refer to http://drbl.sourceforge.net for more details). Then boot those clients and you can choose to save or restore an image!'
342msg_client_job_are_logged_in='Client jobs are logged in'
343msg_client_sfdisk_log_are_in='The sfdisk log when running clonezilla is in client'
344msg_set_the_clients_root_passwd='Set the clients root password.'
345msg_new_passwd_prompt='New password: (It will be shown in star wildcard *)'
346msg_do_you_want_set_yum_repo='Do you want to select yum repository ?'
347msg_set_yum_conf_yes_prompt='If yes, we will list some for you to choose, this maybe good if you know which mirror site is faster in your site.'
348msg_set_yum_conf_no_prompt='If not, we will use the existing config files in this machine (so you have to make sure the yum repository setting works in this machine) and generate some config files of DRBL related packages.'
349msg_need_lynx_to_parse_config='We need lynx to parse config file to get url, try to install it...'
350msg_need_curl_etc_to_parse_config='We need curl, lftp and wget to parse config file to get url, try to install them if not installed...'
351msg_try_to_update_some_pkgs='Trying to upgrade some necessary packages if available...'
352msg_force_to_upgrade_some_pkgs='Force to upgrade some packages if necessary...'
353msg_install_net_install_images='Installing some Linux distribution network installation images...'
354msg_clean_dhcpd_lease='Force to reset DHCP IP address leases (For all clients)'
355msg_client_reautologin='Force_to_restart_client_autologin'_
356msg_clean_autologin_account='Delete_all_autologin_accounts_(For_all_clients)'
357msg_reset_autologin_account='Reset_all_autologin_accounts_environment_(For_all_clients)'
358msg_re_deploy='Update the files of server to clients (For all clients)'
359msg_dcs_others='Other modes or commands'
360msg_dcs_more_modes='More modes or commands'
361msg_2_kernel_availables='There are 2 kernels available for clients, which one do you prefer ?'
362msg_from_this_drbl_server='from this DRBL server'
363msg_from_apt_repository='from apt repository'
364msg_from_ayo_repository='from apt or yum repository'
365msg_install_kernel_for_clients='Install kernel for clients...'
366msg_which_kernel_do_you_perfer='Which kernel do you prefer for DRBL clients ? If you already updated your system, it is better to choose the kernel in updates, if not, better to choose that in release.'
367msg_you_choose='You choose'
368msg_chosen_kernel='Chosen kernel'
369msg_not_available_enter_again='Not available, please enter a number again!'
370msg_hosts_allow_deny_is_set='Warning! You already set the /etc/hosts.allow or /etc/hosts.deny!'
371msg_you_must_make_sure_these_clients='You must MAKE SURE these clients:'
372msg_can_access_this_DRBL_server='can access this DRBL server!'
373msg_otherwise_client_fail_to_boot='Otherwise, your client will fail to boot, and error messages will like:'
374msg_if_you_like_you_can_reboot_to_make_sure_everthing='If you like, you can reboot the DRBL server now to make sure everything is ready...(This is not necessary, just an option.).' 
375msg_do_not_create_part='Do NOT create partition table in the client harddisk!'
376msg_do_not_restore_mbr='Do NOT restore the MBR in the client!'
377msg_you_have_to_input_image_names_in_client='Select the image to restore in the client machine!'
378msg_title_input_save_image_name_in_server='Input the image and device name now ?'
379msg_ask_if_input_save_image_name_in_server='Do you want to input the image and device name now instead of inputing them later in the client (If you are not sure the device name (Ex. hda or sda), you can choose No, then select them in the template machine later)?'
380msg_input_image_name='The image name is:'
381msg_input_device_name='The device of the template machine to be saved is:'
382msg_ocs_param_exclude_multicast='You assign -u (select image in the client) for clonezilla restoring, so only unicast (no multicast) mode is available!'
383msg_run_drbl_ocs_again_cmd='Next time you can run this command directly:'
384msg_is_unknown_HD='is unknown HD device! Known and supported HD device is like hda, hdb, hdc, hdd'
385msg_creating_partition_in_target='Creating the partition in the target...'
386msg_partition_table_for_target_dev='The partition table for the target device'
387msg_if_go_on_the_data_will_be_erased_then_confirm='If you go on, the original data exist in the target device will be destroyed!!! Be careful!!! Are you sure ?'
388msg_should_not_run_ocs_onthefly_in_server='You should not run this program in DRBL server!!! You should run it in DRBL client!!!'
389msg_ok_we_will_keep_old_partition_table='OK, we will keep the old partition table.'
390msg_fail_to_create_partition_table_in_target_dev='Fail to create the partition table in the target device' 
391msg_my_IP_in_drbl_env='My IP address in DRBL env'
392msg_are_u_sure_u_want_to_continue='Are you sure you want to continue ?'
393msg_really_dangerous_then_continue='It is really dangerous!!! Anyway, we will continue...'
394msg_src_target_r_same_dev='Source and target are same device!!!'
395msg_is_not_valid_grub_root='is NOT a valid grub root partition!' 
396msg_different_type_of_input_devs='Different type of input devices'
397msg_a_partition_table_already_exist='A partition table already exists in the target device'
398msg_do_u_want_to_duplicate_the_partition_layout_to='Do you want to duplicate the partition layout to'
399msg_do_you_want_to_clone_the_MBR_to='Do you want to clone the MBR to'
400msg_skip_clone_MBR='Skip cloning the MBR'
401msg_failed_to_clone_the_MBR='Failed to clone the MBR to'
402msg_now_run_this_cmd_in_target_machine='Now you can run this command in TARGET machine to start the clone like'
403msg_this_is_for_source_machine='This is for source machine'
404msg_this_is_for_target_machine='This is for target machine'
405msg_kernel_2_6_13_15_defaul_is_buggy='The running kernel 2.6.13-15-default in this machine is BUGGY!!! The NFS locking is not working! A lot of programs in DRBL client will NOT work!!!'
406msg_u_have_to_upgrade_kernel_in_this_machine='You have to upgrade the kernel in this machine, i.e. do it like:'
407msg_then_reboot_this_server='Then reboot this server to use the new kernel.'
408msg_make_audio_open='Make the audio devices open to all users in DRBL clients.'
409msg_make_audio_close='Do not make the audio devices open to all users in DRBL clients.'
410msg_make_plugdev_open='Make the plugdev devices open to all users in DRBL clients.'
411msg_make_plugdev_close='Do not make the plugdev devices open to all users in DRBL clients.'
412msg_restart_prompt_for_audio='Since you change the audio devices setting of clients, if you already logged in X-window in DRBL clients, then you have to: (1) reboot DRBL client, or (2) restart the service udev and logout and login X-window in DRBL client to make the audio setting take effect.'
413msg_restart_prompt_for_plugdev='Since you change the plugdev devices setting of clients, if you already logged in X-window in DRBL clients, then you have to logout and login X-window in DRBL client to make the plugdev setting take effect.'
414msg_restart_prompt_for_dev='Since you change the devices setting of clients, if you already logged in X-window in DRBL clients, then you have to logout and login X-window in DRBL client to make the devices settings take effect.'
415msg_run_update_plugdev_again='Note! If you add new or remove accounts in the DRBL server in the future, remember to run the following command again, so that the group plugdev will be updated'
416msg_run_update_dev_again='Note! If you add new or remove accounts in the DRBL server in the future, remember to run the following command again, so that some group (EX:plugdev) will be updated'
417msg_no_autologin_account='No autologin account'
418msg_are_you_sure_reset_autologin_home_dir='Are you sure you want to reset home directories of all autologin accounts '
419msg_warning_home_dir_will_be_deleted='Warning!!! The data in their home directories will be deleted'
420msg_these_accounts_are='These accounts are'
421msg_ok_let_do_it='OK, let do it!'
422msg_do_not_reset_autologin_home_dir='Do NOT reset home directories of autologin accounts'
423msg_created_autologin_ID_passwd_file="The created ID and password are listed in $AUTO_LOGIN_ID_PASSWD. It would be a good idea to put that file in other safe place, then delete $AUTO_LOGIN_ID_PASSWD."
424msg_drbl_clonezilla_switch='Switch DRBL and Clonezilla mechanism'
425msg_drbl_mode_switch='Switch DRBL mechanism'
426msg_drbl_mode_switch_long="3 modes for diskless linux services:\n[0] Full DRBL mode, every client has its own NFS based /etc and /var.\n[1] DRBL SSI (Single system image) mode, every client uses tmpfs based /etc and /var. In this mode, the loading and necessary disk space of server will be lighter. NOTE! (a) The client machine memory is recommended at least 256 MB. (b) The setting and config files of client will not be saved to the DRBL server! They are just used once and will vanish after the machine shutdowns! Besides, if you modify any file in the template client (located in $drblroot), you have to run $DRBL_SCRIPT_PATH/sbin/gen_ssi_files to create the template tarball in $drbl_common_root/drbl_ssi/.\n[2] I do NOT want to provide diskless Linux service to client.\nWhich mode do you prefer ?"
427msg_drbl_mode_0='Use Full DRBL mode'
428msg_drbl_mode_1='Use DRBL SSI mode'
429msg_drbl_mode_2='Do not provide diskless linux service'
430msg_clonezilla_mode_switch='Switch Clonezilla mechanism'
431msg_clonezilla_mode_switch_long="3 modes for clonezilla:\n[0] Full clonezilla mode, every client has its own NFS based /etc and /var.\n[1] Clonezilla box mode, every client uses tmpfs based /etc and /var. Note! In Clonezilla box mode, the setting and config files of client will not be saved to the DRBL server! They just use once and will vanish after the machine shutdowns!\n[2] I do NOT want clonezilla.\nWhich mode do you prefer ?"
432msg_clonezilla_mode_0='Use Full Clonezilla mode'
433msg_clonezilla_mode_1='Use Clonezilla box mode'
434msg_clonezilla_mode_2='Do not provide Clonezilla service'
435msg_r_u_sure_want_to_del_autologin_accounts='Are you sure you want to delete autologin accounts ?'
436msg_also_clean_autologin_accounts='Do you also want to clean the home directories of autologin accounts ?'
437msg_do_not_del_accounts='Do NOT delete accounts'
438msg_regenerate_nfs_nis_nat_config='Re-generate the config files of NFS, NIS, and NAT based on DHCP service config.'
439msg_not_in_SSI_mode="This command only works if DRBL SSI mode is set, since the server is not in DRBL SSI mode, we can not continue. You can use $DRBL_SCRIPT_PATH/dcs to switch to DRBL SSI mode."
440msg_wol_0='Now clients should be able to boot, if not, check:'
441msg_wol_1='1. If the BIOS of client is corrected set for Wake on LAN ? Check your BIOS manual for more details.'
442msg_wol_2='2. If the client was software shutdowned ? If not, Wake on LAN will not work.'
443msg_wol_3='3. If the OS of client can NOT keep network card in standby mode ?'
444msg_wol_4="4. If the MAC address of clients are correctly listed in the dhcpd config $DHCPDCONF_DIR/dhcpd.conf ?"
445msg_no_kernel_rpm_is_available='A suitable kernel rpm package is NOT found in these URL:'
446msg_internet_connection='1. Your Internet connection is operating properly.'
447msg_use_baseurl_in_yum_centos='2. Check the OS system files repository settings in /etc/yum.repos.d/ (e.g. /etc/yum.repos.d/CentOS-Base.repo). Try to assign a proper yum repository using baseurl instead of mirrorlist.'
448msg_you_must_input_device_name_to_save_image='You must input a device name to save the image'
449msg_start_detect_MAC_addresse='Start detecting MAC address....'
450msg_enter_1_or_press_enter_to_view='Enter '1' or press 'Enter' to view the collecting status.'
451msg_enter_2_or_press_q_to_quit='Enter '2' or 'q' to finish collecting and quit.'
452msg_dhcpd_tftpd_stopped_need_restart_if_you_need_them='The services dhcpd and tftpd-hpa/xinetd are stopped, remember to restart them when you need them!'
453msg_the_collected_MAC_addr_from='The collected MAC addresses from'
454msg_are_saved_in_files_separately='are saved in file(s) separately'
455msg_http_isu_edu_tw_not_compatible='Since http://ftp.isu.edu.tw uses page by page output, it is NOT compatible with DRBL scripts.'
456msg_prompt_chang_yum_config='This yum repository does NOT work with DRBL setup, you have to modify the yum config file in /etc/yum.repos.d/ to avoid using this repository. If you use mirrorlist, change to baseurl and assign other repository instead of this!'
457msg_What_the_win_hostname_prefix='What is the hostname prefix for the clone M$ windows'
458msg_change_hostname_of_MS_WIN_on_the_fly='You use using -hn0 or -hn1'
459msg_write_MS_WIN_is_necessary='You use using -hn0 or -hn1 to change the hostname of M$ Win image directly under GNU/Linux. You have to make sure your GNU/Linux can write or modify files in the image M$ Win. For FAT filesystem, it will be fine. If it is NTFS, you have to install some packages (such as ntfs-3g or ntfsmount from http://www.linux-ntfs.org) in this server and run drblpush again so that in client environment, Clonezilla can modify files in NTFS filesystem.WARNING! ***DO NOT USE THIS OPTION WITH ENCRYPTED FILE SYSTEM IN M$ WIN!!!***'
460msg_necessary_pkgs_from_dists='These packages from your GNU/Linux distribution are necessary (Check your distribution package repository for more details):'
461msg_necessary_pkgs_from_drbl='These packages from DRBL project are necessary [Check http://drbl.sf.net (English) or http://drbl.nchc.org.tw (Chinese) for more details]. rpm or deb packages can be found in http://free.nchc.org.tw/drbl-core or http://drbl.sf.net/drbl-core:'
462msg_recommended_pkgs_from_dists='These packages are recommended to install if they exist in the distribution repository:'
463msg_install_glibc_etc_arch_by_yourself='If your client CPU arch (say AMD K7) is different from that in the server (say Intel P4), you have to download them and install the packages in this server by the following command, otherwise the client machine will fail to boot:'
464msg_prepare_kernel_for_clients='Prepare the kernel for client, searching available kernel in the repository...'
465msg_some_necessary_pkgs_not_installed='Warning! Some necessary packages are not installed! If you continue, maybe something will go wrong! You had better to exit now and check you /etc/apt/sources.list and internet link!'
466msg_reset_all_existing_urpmi_setting='Warning! We have to reset all the existing urpmi setting!'
467msg_some_required_pkgs_not_installed='These required packages are not installed'
468msg_use_drblsrv_instead="If your Internet access is ok, use $DRBL_SCRIPT_PATH/sbin/drblsrv instead of this script. It will automatically download and install required packages for you, or you can use the installing tools (like apt/yum/urpmi/YaST) to install these required programs."
469msg_continue_may_not_work='If you continue, the DRBL environment may not work!'
470msg_switch_pxe_bg_mode='Switch the mode of PXE boot menu'
471msg_pxemenu_text='Client uses text PXE boot menu'
472msg_pxemenu_graphic='Client uses graphical PXE boot menu'
473msg_only_one_kernel_meets_requirement='Only one kernel meets your requirement'
474msg_drbl_server_is_NOT_NAT_server='This DRBL server does NOT provide NAT service, so your DRBL client will NOT be able to access Internat.'
475msg_ask_user_is_reserved_for_save_mode='"ask_user" is a reserved image name, please use another name!'
476msg_all_data_in_dev_will_be_overwritten='THE EXISTING DATA IN THIS HARDDISK/PARTITION(S) WILL BE OVERWRITTEN! ALL EXISTING DATA WILL BE LOST'
477msg_authentication_pxe_linux_info="If you want to use authentication mechanism for PXE Linux boot in client, use $DRBL_SCRIPT_PATH/drbl-pxelinux-passwd in the server. For more info, run \"$DRBL_SCRIPT_PATH/drbl-pxelinux-passwd -h\"."
478msg_this_might_take_several_minutes='This might take several minutes...'
479msg_run_dcs_clonezilla_start_to_show_pxemenu="You have to use \"$DRBL_SCRIPT_PATH/dcs\" -> clonezilla-start to start clonezilla serivce, so that there will be a clonezilla menu when client boots"
480msg_if_always_provide_clonezilla_srv="Do you want to ALWAYS provide clonezilla service for client ?\nNOTE! If you choose anyone -y option, the client won't boot local OS after it finishes clone OS into local harddrive! If you are not sure, do NOT choose anyone -y option!"
481msg_gen_template_files="Regenerate SSI/Clonezilla box template file"
482msg_ocs_iso_too_big_for_CD="The target ISO file is too large to fit in a CD disk."
483msg_ocs_iso_too_big_for_DVD="The target ISO file is too large to fit in a DVD disk."
484msg_unable_to_create_clonezilla_img_iso="Unable to create this clonezilla image live CD"
485msg_mkisofs_unable_process_that="mkisofs is not able to process that!"
486msg_burn_clonezilla_img_iso="You can burn this iso file into CD/DVD, then use it to boot other machine to use clonezilla"
487msg_burn_drbl_live_img_iso="You can burn this iso file into CD/DVD, then use it to boot other machine to use DRBL"
488msg_burn_drbl_live_img_zip="You can unzip this zip file into USB flash drive, then make it bootable by 'makeboot.exe' (in M$ windows) or 'syslinux -s DEVNAME' (in GNU/Linux, DEVNAME is like /dev/sdb1), then use it to boot other machine to use DRBL"
489msg_is_mounted_u_must_unmount_it="This device is mounted! You have to unmount it first"
490msg_create_live_device_warning='This program will write Debian Live and DRBL/Clonezilla programs into this device. The MBR of this device will be overwritten (partition table will be kept)! Be careful when you use it! The device is:'
491msg_unable_to_mount_this_dev='Unable to mount this device! Did you format that partition already ? This device is'
492msg_format_as_FAT_16_32='If you need to format, remember to make it as FAT16 or FAT32, and the partition ID is, for example, "W95 FAT16 (LBA)" (it is "e" shown in fdisk) or "W95 FAT32 (LBA)" (it is "c" shown in fdisk). You can do it in GNU/Linux by'
493msg_this_is_disk_usage_status='This is the disk usage status'
494msg_boot_clonezilla_live_dev='Now you can use this live device to boot other machine, and use clonezilla'
495msg_clone_finished_choose_to='Now you can choose to'
496msg_enter_cml='Enter command line prompt'
497msg_clonezilla_is_free_and_no_warranty='**Clonezilla is free (GPL) software, and comes with ABSOLUTE NO WARRANTY**'
498msg_1_6_a_b_is_reserved='1, 2 ,3, 4, 5, 6, a, b, or -b are reserved name, you can not use it as a clonezilla image name.'
499msg_name_ntfs_dd_img_is_reserved='.ntfs-img or .dd-img are reserved name, you can not use it as a clonezilla image name'
500msg_to_use_clonezilla_to_save_image='To use clonezilla to save an image'
501msg_run_sudo_su_to_become_root='Run "sudo su -" to become root'
502msg_prepare_writable_dev_and_mount_it_as='You have to prepare another writable device or space, and mount it as'
503msg_ex_mount_ocsroot_in_ocs_live="Ex. If you want to use clonezilla to save /dev/hda, and put the image in /dev/hdb1. Then you have to mount /dev/hdb1 as $ocsroot by:"
504msg_if_src_part_is_ntfs='If that partition is NTFS, to let it be writable, you have to mount it like:'
505msg_sshfs_smbfs_are_supported='Sshfs and smbfs are supported, too. For example, use sshfs, you can mount your remote ssh server or samba server'
506msg_use_zh_TW_bterm='If you wan to use a terminal with Traditional Chinese support, run'
507msg_start_ocs_sr_interactive='Then run this to use clonezilla'
508msg_remember_poweroff_reboot_when_ocs_sr_is_done="When everyting is done, remember to use 'poweroff' or 'reboot' to do a normal poweroff/reboot procedure. Otherwise if the boot media you are using is writable device, such as USB flash drive, it may NOT boot next time!"
509msg_if_you_want_to_use_ocs_again='If you want to use clonezilla again'
510msg_extra_storage_space_via_sshfs_smbfs_for_ocs_live='If you need storage space instead of that in this writable device, sshfs and smbfs are supported in clonezilla live. For example, use sshfs, you can mount your remote ssh server'
511msg_remove_existing_link_for_ocsroot="Remove the existing link file $ocsroot, then make a dir $ocsroot for mount point"
512msg_to_see_this_ocs_live_help_msg='NOTE! The above hints might disappear after you press Enter key and terminal ends. To see this message again, run'
513msg_image_source_for_ocs_live="If your clonezilla image is not in this boot media, or you need storage space instead of that in this writable device, you can mount the writable partition as $ocsroot. Remember, sshfs and smbfs are supported in clonezilla live. Here is how to do that"
514msg_modify_grub_config_if_necessary="You might need to modify these two files: /boot/grub/menu.lst and /boot/grub/grub.conf which exist in the device $output_dev. For example, the device name in the following 2 lines to fit your environment when using it to boot clonezilla live"
515msg_this_script_will_create_SL_diskless='This script will create the diskless server in DRBL environment for this small live GNU/Linux'
516msg_RAM_size_for_SL_drbl_client='It is recommended that your client need at least the size of RAM to run it'
517msg_image_saved_from_dd='The image is saved from dd. Use dd to restore the image instead of partimage or ntfsclone'
518msg_cons_for_dd_clone='dd will save and restore all the blocks in the harddrive, no matter the block is used or not.'
519msg_will_be_inefficent_and_slow='THIS WILL BE VERY INEFFICIENT AND MIGHT TAKE VERY LONG TIME'
520msg_fs_not_supported_by_partimage_ntfsclone='This file system is not supported by partimage or ntfsclone'
521msg_use_this_method_to_save_img='Use this method to save the image instead of partimage or ntfsclone'
522msg_status_report_is_very_primitive='The status report in this mode is very primitive'
523msg_home_partimag_not_home_partimage='/home/partimage is found! However, the clonezilla image directory is /home/partimag (without last letter "e"). You have to rename /home/partimage as /home/partimag'
524
525#-----------------------------------------
526# some words
527msg_text_Enter='Enter'
528msg_text_for='for'
529msg_Got_it='Got it'
530msg_Warning='Warning'
531msg_uppercase_Warning='WARNING'
532msg_NOT_found='NOT found'
533msg_Done='Done'
534msg_please='please'
535msg_browse='browse'
536msg_or='or'
537msg_for_more_details='for more details'
538msg_Failed_to_get='Failed to get'
539msg_Failed_to_install='Failed to install'
540msg_done='done'
541msg_note='NOTE'
542msg_and='and'
543msg_clonezilla='Clonezilla'
544msg_error='Error'
545msg_restore='restore'
546msg_txt_check='Check'
547msg_ex='Ex'
548msg_exit='Exit'
549msg_poweroff="Poweroff"
550msg_reboot="Reboot"
551msg_then='then'
Note: See TracBrowser for help on using the repository browser.