Changeset 2882


Ignore:
Timestamp:
06/30/10 22:00:36 (2 months ago)
Author:
yihanpiaojian
Message:

Eltrans auto: |eliveinstaller| in |zh| by 'yihanpiaojian'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • translations/eliveinstaller/zh.pot

    r2881 r2882  
    33# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 
    44# 
    5 #, fuzzy 
    65msgid "" 
    76msgstr "" 
     
    98"Report-Msgid-Bugs-To: \n" 
    109"POT-Creation-Date: 2010-04-08 07:31+0200\n" 
    11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 
    12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
     10"PO-Revision-Date: 2010-07-01 12:59-0500\n" 
     11"Last-Translator: yihanpiaojian <yihan5523@gmail.com>\n" 
    1312"Language-Team: LANGUAGE <LL@li.org>\n" 
    1413"MIME-Version: 1.0\n" 
     
    133132msgid "" 
    134133"\n" 
    135 "  This is a brief description of the features, good and weak points of every " 
    136 "filesystem.\n" 
    137 "\n" 
    138 " Remember that the best way to secure your data is to backup it using an " 
    139 "external disk or burning CDs with your important data, we recommend to made " 
    140 "a look to the tool unison-gtk for sync data between computers. Never do a " 
    141 "forced power off, and always shutdown the computer correctly, but if you " 
    142 "really need to do this, by deep technical reasons use always the reset " 
    143 "button, never the power button.\n" 
     134"  This is a brief description of the features, good and weak points of every filesystem.\n" 
     135"\n" 
     136" Remember that the best way to secure your data is to backup it using an external disk or burning CDs with your important data, we recommend to made a look to the tool unison-gtk for sync data between computers. Never do a forced power off, and always shutdown the computer correctly, but if you really need to do this, by deep technical reasons use always the reset button, never the power button.\n" 
    144137"\n" 
    145138"    EXT 2: \n" 
    146 " It is very old and doesn't support journaling. It only should be used for " 
    147 "special purposes. Its best is that is very stable and widely supported by " 
    148 "most Linux and Unix systems :)\n" 
     139" It is very old and doesn't support journaling. It only should be used for special purposes. Its best is that is very stable and widely supported by most Linux and Unix systems :)\n" 
    149140"\n" 
    150141"    EXT 3:\n" 
    151 " This is the most common filesystem used. It has two copies of the journal, " 
    152 "one at the beggining and the second located at the end of the disk. This " 
    153 "makes this filesystem very reliable to power outages, on the other side it " 
    154 "has not a checksum control of the journal, so it is not possible to check if " 
    155 "your data is corrupted by the filesystem itself. We think that it is worse " 
    156 "to have corrupted data than losing a file, but this filesystem is designed " 
    157 "this way like most of today filesystems. Like Ext2 this filesystem is widely " 
    158 "tested and very reliable.\n" 
     142" This is the most common filesystem used. It has two copies of the journal, one at the beggining and the second located at the end of the disk. This makes this filesystem very reliable to power outages, on the other side it has not a checksum control of the journal, so it is not possible to check if your data is corrupted by the filesystem itself. We think that it is worse to have corrupted data than losing a file, but this filesystem is designed this way like most of today filesystems. Like Ext2 this filesystem is widely tested and very reliable.\n" 
    159143"\n" 
    160144"    EXT 4:\n" 
    161 " New, with a lot of new features which makes it faster, more reliable, " 
    162 "giving better performance and implements a journal checksum too. It is very " 
    163 "recommended but it is new and not so tested like ext2/3. It has nice " 
    164 "features like 'delayed allocation', a performance feature only available on " 
    165 "few new filesystems (but dangerous because if you have a power outage you " 
    166 "can lose some data).\n" 
     145" New, with a lot of new features which makes it faster, more reliable, giving better performance and implements a journal checksum too. It is very recommended but it is new and not so tested like ext2/3. It has nice features like 'delayed allocation', a performance feature only available on few new filesystems (but dangerous because if you have a power outage you can lose some data).\n" 
    167146"\n" 
    168147"    ReiserFS 3:\n" 
    169 " This is the default FS in Elive, very fast and makes your Elive experience " 
    170 "smoother. It implements journal checksums so if you have a power outage, " 
    171 "corrupted data will be detected and the affected files will be not " 
    172 "incorrectly updated. It is old, but very tested, efficient and secure.\n" 
    173 " Another good feature is that it supports badblocks, this mean that if your " 
    174 "hard disk contain errors, they are ignored and so, running without " 
    175 "problems.\n" 
     148" This is the default FS in Elive, very fast and makes your Elive experience smoother. It implements journal checksums so if you have a power outage, corrupted data will be detected and the affected files will be not incorrectly updated. It is old, but very tested, efficient and secure.\n" 
     149" Another good feature is that it supports badblocks, this mean that if your hard disk contain errors, they are ignored and so, running without problems.\n" 
    176150"\n" 
    177151"    ReiserFS 4:\n" 
    178 " It appeared in 2004 with a lot of features, some innovative and some only " 
    179 "found before in enterprise FS. It is a new filesystem and maybe not very " 
    180 "tested although the author says that it is really stable. It works perfect " 
    181 "with Elive and it is a good choice, but like with any non-widely tested " 
    182 "filesystem, remember to make backups of all your important data! Its " 
    183 "features are: fastest than all other ones, it uses b-trees in conjunction " 
    184 "the dancing tree balance algorithm, compression, transaction support (raises " 
    185 "the security of your system), delayed alocation (explained in EXT4), better " 
    186 "performance for small files and directories, and more efficient journaling " 
    187 "than in version 3.\n" 
    188 " Reiser4 has also a better fsck utility (filesystem check and repairing " 
    189 "utility), but it is also new and not very tested. In Elive it uses a special " 
    190 "checksum algorithm that raises up even more the security of your data.\n" 
     152" It appeared in 2004 with a lot of features, some innovative and some only found before in enterprise FS. It is a new filesystem and maybe not very tested although the author says that it is really stable. It works perfect with Elive and it is a good choice, but like with any non-widely tested filesystem, remember to make backups of all your important data! Its features are: fastest than all other ones, it uses b-trees in conjunction the dancing tree balance algorithm, compression, transaction support (raises the security of your system), delayed alocation (explained in EXT4), better performance for small files and directories, and more efficient journaling than in version 3.\n" 
     153" Reiser4 has also a better fsck utility (filesystem check and repairing utility), but it is also new and not very tested. In Elive it uses a special checksum algorithm that raises up even more the security of your data.\n" 
    191154"\n" 
    192155"    ReiserFS 4 Compressed:\n" 
    193 " You can use Reiser4 in compressed mode, and compress your data on the fly. " 
    194 "This is very useful for people with little disk space or who want to gain " 
    195 "storage capacity. For instance an Elive installation needs about 2 GB " 
    196 "without compression, with the gzip compression mode of reiser4 it only needs " 
    197 "1 GB of disk space, and with lzo compression 1.3 GB. This compression " 
    198 "feature does not require very much cpu power, and should not be a problem " 
    199 "unless cpu usage is critical for you. You can choose between two compression " 
    200 "algorithms (Elive recommends lzo):\n" 
     156" You can use Reiser4 in compressed mode, and compress your data on the fly. This is very useful for people with little disk space or who want to gain storage capacity. For instance an Elive installation needs about 2 GB without compression, with the gzip compression mode of reiser4 it only needs 1 GB of disk space, and with lzo compression 1.3 GB. This compression feature does not require very much cpu power, and should not be a problem unless cpu usage is critical for you. You can choose between two compression algorithms (Elive recommends lzo):\n" 
    201157"       * Gzip: Best compression, but requires more cpu usage.\n" 
    202158"       * Lzo: Very fast, less compression - doesn't require too much cpu.\n" 
    203 " Compression can also BOOST the speed of your system, because it reduces " 
    204 "accesses to disk.\n" 
     159" Compression can also BOOST the speed of your system, because it reduces accesses to disk.\n" 
    205160"\n" 
    206161"    JFS:\n" 
    207 " Developped by IBM, tested and with good performance. Aparently is very " 
    208 "reliable against power outages but it cannot guarantee the integrity of your " 
    209 "files like EXT4 or ReiserFS 3-4, because it lacks of a journal checksum.\n" 
     162" Developped by IBM, tested and with good performance. Aparently is very reliable against power outages but it cannot guarantee the integrity of your files like EXT4 or ReiserFS 3-4, because it lacks of a journal checksum.\n" 
    210163"\n" 
    211164"    XFS:\n" 
    212 " Created by Sillicon Graphics for the IRIX operating system, is a high-" 
    213 "performance filesystem, very tested and it includes a good number of unique " 
    214 "features. It is specially designed for supercomputers, raid systems, etc. It " 
    215 "has delayed allocation, good input/output rate, native backup/restore " 
    216 "utilities. This filesystem is very good for real-time applications and " 
    217 "multimedia purposes like streaming or video edition.\n" 
     165" Created by Sillicon Graphics for the IRIX operating system, is a high-performance filesystem, very tested and it includes a good number of unique features. It is specially designed for supercomputers, raid systems, etc. It has delayed allocation, good input/output rate, native backup/restore utilities. This filesystem is very good for real-time applications and multimedia purposes like streaming or video edition.\n" 
    218166"\n" 
    219167"\n" 
    220168"    Conclusion:\n" 
    221 " Elive recommends to use Reiser3, but you can also try reiser4 with the lzo " 
    222 "algorithm. Use ext3 if you want to remain in the common standards with the " 
    223 "most used filesystem (you will get better support and help from people if " 
    224 "you need to recover a ext3 filesystem). If you worry about your data " 
    225 "integrity use a checksum based filesystem, and always remember to make " 
    226 "backups. And never force a power off of your computer.\n" 
     169" Elive recommends to use Reiser3, but you can also try reiser4 with the lzo algorithm. Use ext3 if you want to remain in the common standards with the most used filesystem (you will get better support and help from people if you need to recover a ext3 filesystem). If you worry about your data integrity use a checksum based filesystem, and always remember to make backups. And never force a power off of your computer.\n" 
    227170"\n" 
    228171"    More:\n" 
    229 " For a more detailed explanation of these filesystems you can find good " 
    230 "articles about them in the wikipedia. We hope to have satisfied your thirsty " 
    231 "of filesystems knowledge.\n" 
    232 msgstr "" 
    233  
    234 msgid "" 
    235 "\n" 
    236 "Before you install Elive on your MacBook computer you need to make 2 " 
    237 "things:\n" 
     172" For a more detailed explanation of these filesystems you can find good articles about them in the wikipedia. We hope to have satisfied your thirsty of filesystems knowledge.\n" 
     173msgstr "" 
     174 
     175msgid "" 
     176"\n" 
     177"Before you install Elive on your MacBook computer you need to make 2 things:\n" 
    238178"\n" 
    239179"1) Partition your hard disk\n" 
    240180"   \n" 
    241 "   You need to make that from your MacOsX system, this is the way that you " 
    242 "can do it via commandline: \n" 
     181"   You need to make that from your MacOsX system, this is the way that you can do it via commandline: \n" 
    243182"\n" 
    244183"   first, type:  diskutil list\n" 
    245184"\n" 
    246 "   on a terminal of your MacOsX system, you have the list of your " 
    247 "partitions, by default you have the first one that's the boot sector of the " 
    248 "system, and for the second one you have the MacOsX system, if is that your " 
    249 "case, you need to resize the 2º partition for create a New one for Linux, " 
    250 "like this example:\n" 
     185"   on a terminal of your MacOsX system, you have the list of your partitions, by default you have the first one that's the boot sector of the system, and for the second one you have the MacOsX system, if is that your case, you need to resize the 2º partition for create a New one for Linux, like this example:\n" 
    251186"      sudo diskutil resizeVolume disk0s2 20G Linux linuxhd 40G\n" 
    252187" \n" 
    253 "   you have then resized you MacOsX to 20 Gb, and you have made a new one of " 
    254 "40 Gb for your Elive system\n" 
    255 "\n" 
    256 "   If you have only 3 partitions, then the first one is the boot loader, the " 
    257 "2º is the MacOsX system, and the 3º one, is the new one made for Elive, " 
    258 "normally called /dev/sda3\n" 
     188"   you have then resized you MacOsX to 20 Gb, and you have made a new one of 40 Gb for your Elive system\n" 
     189"\n" 
     190"   If you have only 3 partitions, then the first one is the boot loader, the 2º is the MacOsX system, and the 3º one, is the new one made for Elive, normally called /dev/sda3\n" 
    259191"\n" 
    260192"\n" 
    261193"2) Install rEFIt boot manager\n" 
    262194"\n" 
    263 "   From your MacOsX system, you need to install rEFIt from http://refit." 
    264 "sourceforge.net/\n" 
    265 "\n" 
    266 "   After to download and install it, you need to launch those 2 commands for " 
    267 "made it working:\n" 
     195"   From your MacOsX system, you need to install rEFIt from http://refit.sourceforge.net/\n" 
     196"\n" 
     197"   After to download and install it, you need to launch those 2 commands for made it working:\n" 
    268198"      cd /efi/refit\n" 
    269199"      sh ./enable.sh\n" 
    270200"\n" 
    271 "   Now, your MacBook can boots with a boot selector where every system is " 
    272 "detected on the fly (also liveCDs and USB's)\n" 
    273 "\n" 
    274 "   If you want to have by default Elive selected in the boot manager (rEFIt) " 
    275 "instead of MacOsX, because you will use more Elive than MacOsX, just edit " 
    276 "from MacOsX the file /efi/refit/refit.conf and uncomment the line that says " 
    277 "'legacy' (in the bottom)\n" 
     201"   Now, your MacBook can boots with a boot selector where every system is detected on the fly (also liveCDs and USB's)\n" 
     202"\n" 
     203"   If you want to have by default Elive selected in the boot manager (rEFIt) instead of MacOsX, because you will use more Elive than MacOsX, just edit from MacOsX the file /efi/refit/refit.conf and uncomment the line that says 'legacy' (in the bottom)\n" 
    278204"\n" 
    279205"\n" 
     
    284210msgstr "" 
    285211 
    286 msgid "" 
    287 " (Choose 'Cancel' if you experience a BLACK screen during booting of the " 
    288 "system) " 
     212msgid " (Choose 'Cancel' if you experience a BLACK screen during booting of the system) " 
    289213msgstr "" 
    290214 
     
    295219msgstr "" 
    296220 
    297 msgid "" 
    298 ", maybe you have installed Microsoft Windows and it has deleted your nice " 
    299 "Grub menu. Do you want to (re)install Grub to your MBR? If you don't know " 
    300 "what this step is for, then select Cancel." 
     221msgid ", maybe you have installed Microsoft Windows and it has deleted your nice Grub menu. Do you want to (re)install Grub to your MBR? If you don't know what this step is for, then select Cancel." 
    301222msgstr "" 
    302223 
     
    310231msgstr "" 
    311232 
    312 msgid "" 
    313 "All processes finished successfully, you can restart the installation now..." 
    314 msgstr "" 
    315  
    316 msgid "" 
    317 "An error has been found in the installation step, it is possible that you do " 
    318 "not have sufficient space left on your harddisk. You need around 3 GB " 
    319 "minimum for a standard install of an Elive system. If you have free space, " 
    320 "please report the bug." 
    321 msgstr "" 
    322  
    323 msgid "" 
    324 "An error has occurred with the installer, please reboot and try again. If " 
    325 "the problem persists, try to use different options or modes of install" 
    326 msgstr "" 
    327  
    328 msgid "" 
    329 "Another possible cause will be that the union module has segfaulted, if this " 
    330 "is the case just reboot the computer and try again, the union layer is very " 
    331 "delicate" 
     233msgid "All processes finished successfully, you can restart the installation now..." 
     234msgstr "" 
     235 
     236msgid "An error has been found in the installation step, it is possible that you do not have sufficient space left on your harddisk. You need around 3 GB minimum for a standard install of an Elive system. If you have free space, please report the bug." 
     237msgstr "" 
     238 
     239msgid "An error has occurred with the installer, please reboot and try again. If the problem persists, try to use different options or modes of install" 
     240msgstr "" 
     241 
     242msgid "Another possible cause will be that the union module has segfaulted, if this is the case just reboot the computer and try again, the union layer is very delicate" 
    332243msgstr "" 
    333244 
     
    343254msgid "" 
    344255"Choose a hostname for this computer. The hostname is a simple name\n" 
    345 "that you give to this computer, its recommended to use a ingenuous or a fun " 
    346 "name" 
     256"that you give to this computer, its recommended to use a ingenuous or a fun name" 
    347257msgstr "" 
    348258 
     
    366276 
    367277msgid "" 
    368 "Congratulations, fine-tune step finished successfully,\\nYou can close this " 
    369 "window now...\\n\\nWe recommend you reboot in order to ensure everything " 
    370 "will work correctly" 
    371 msgstr "" 
    372  
    373 msgid "" 
    374 "Congratulations, you have installed Elive!  You can now reboot the computer " 
    375 "to begin to discover a new world and a new way to use GNU/Linux. A system " 
    376 "based on Debian, using the Enlightenment 17 Desktop. Elive is a balance " 
    377 "between ease of use for the new user and power and flexibility to the power-" 
    378 "user. We hope you will enjoy your Elive system!" 
     278"Congratulations, fine-tune step finished successfully,\\n" 
     279"You can close this window now...\\n" 
     280"\\n" 
     281"We recommend you reboot in order to ensure everything will work correctly" 
     282msgstr "" 
     283 
     284msgid "Congratulations, you have installed Elive!  You can now reboot the computer to begin to discover a new world and a new way to use GNU/Linux. A system based on Debian, using the Enlightenment 17 Desktop. Elive is a balance between ease of use for the new user and power and flexibility to the power-user. We hope you will enjoy your Elive system!" 
    379285msgstr "" 
    380286 
     
    385291msgstr "" 
    386292 
    387 msgid "" 
    388 "Did you read the necessary steps to prepare the MacBook prior to the " 
    389 "installation. Do you want to install Elive for MacBooks now?" 
     293msgid "Did you read the necessary steps to prepare the MacBook prior to the installation. Do you want to install Elive for MacBooks now?" 
    390294msgstr "" 
    391295 
     
    423327msgstr "" 
    424328 
    425 msgid "" 
    426 "Disable System and Kernel logs (messages), available at Ctrl + Alt + F12" 
     329msgid "Disable System and Kernel logs (messages), available at Ctrl + Alt + F12" 
    427330msgstr "" 
    428331 
     
    434337 
    435338#, sh-format 
    436 msgid "" 
    437 "Do you want Elive to automatically add your FrameBuffer to boot the system ? " 
    438 "FB auto-detected: $fbvalue (Choose 'Cancel' if you experience a BLACK screen " 
    439 "during booting of the system) " 
    440 msgstr "" 
    441  
    442 msgid "" 
    443 "Do you want Elive to automatically add your FrameBuffer to boot the system ? " 
    444 "FB autodetected: " 
     339msgid "Do you want Elive to automatically add your FrameBuffer to boot the system ? FB auto-detected: $fbvalue (Choose 'Cancel' if you experience a BLACK screen during booting of the system) " 
     340msgstr "" 
     341 
     342msgid "Do you want Elive to automatically add your FrameBuffer to boot the system ? FB autodetected: " 
    445343msgstr "" 
    446344 
     
    448346msgstr "" 
    449347 
    450 msgid "" 
    451 "Do you want to install a default MBR in order to boot from the hard disk ? " 
    452 "(Select Cancel if you want to use your own way in which to boot from this " 
    453 "partition). This option overwrites an existing Grub/Lilo on the MBR). Note: " 
    454 "An active partition (bootable flag) can't boot from a DOS system if it is on " 
    455 "an extended partition. This does not happen if you boot this partition from " 
    456 "an external Grub or Lilo." 
    457 msgstr "" 
    458  
    459 msgid "" 
    460 "Do you want to repair possible bad blocks in your hard disk ? This is useful " 
    461 "if your hard disk contains errors or you want to ensure it, if your hard " 
    462 "disk contains errors they are ignored in the filesystem, making your hard " 
    463 "disk usable with your data even if you have errors. This process is very " 
    464 "slow and you need to be very patient, it can take even more than one hour." 
    465 msgstr "" 
    466  
    467 msgid "" 
    468 "ERROR: Please report this bug immediately, I can not mount the partition: " 
     348msgid "Do you want to install a default MBR in order to boot from the hard disk ? (Select Cancel if you want to use your own way in which to boot from this partition). This option overwrites an existing Grub/Lilo on the MBR). Note: An active partition (bootable flag) can't boot from a DOS system if it is on an extended partition. This does not happen if you boot this partition from an external Grub or Lilo." 
     349msgstr "" 
     350 
     351msgid "Do you want to repair possible bad blocks in your hard disk ? This is useful if your hard disk contains errors or you want to ensure it, if your hard disk contains errors they are ignored in the filesystem, making your hard disk usable with your data even if you have errors. This process is very slow and you need to be very patient, it can take even more than one hour." 
     352msgstr "" 
     353 
     354msgid "ERROR: Please report this bug immediately, I can not mount the partition: " 
    469355msgstr "" 
    470356 
     
    499385 
    500386msgid "" 
    501 "Error in the installation, please reboot and try again, if the same problem " 
    502 "occurs, INFORM about it via http://bugs.elivecd.org or directly on the Elive " 
    503 "channel. Also if you don't think it, your reports ARE IMPORTANTS.\n" 
     387"Error in the installation, please reboot and try again, if the same problem occurs, INFORM about it via http://bugs.elivecd.org or directly on the Elive channel. Also if you don't think it, your reports ARE IMPORTANTS.\n" 
    504388"   \n" 
    505389"   Error message: \n" 
     
    511395msgstr "" 
    512396 
    513 msgid "" 
    514 "Error: You are logged in as root. Working in admin mode is dangerous and " 
    515 "should be more restricted. Please use a normal user" 
     397msgid "Error: You are logged in as root. Working in admin mode is dangerous and should be more restricted. Please use a normal user" 
    516398msgstr "" 
    517399 
     
    529411 
    530412#, sh-format 
    531 msgid "" 
    532 "Filesystem ${ROOT_FS} is not correct. If this is an upgrade of your existing " 
    533 "Elive system (not a clean installation), then this is a bug and it needs to " 
    534 "be reported. If you are doing a clean installation, launch the Elive " 
    535 "installer again and select the desired filesystem. Apologies for the " 
    536 "inconvenience." 
     413msgid "Filesystem ${ROOT_FS} is not correct. If this is an upgrade of your existing Elive system (not a clean installation), then this is a bug and it needs to be reported. If you are doing a clean installation, launch the Elive installer again and select the desired filesystem. Apologies for the inconvenience." 
    537414msgstr "" 
    538415 
     
    546423msgstr "" 
    547424 
    548 msgid "" 
    549 "Here you can add a simple list of additional packages that you want to " 
    550 "install on your system. They will be installed again at each installation of " 
    551 "Elive (upgrade mode). This file is located at " 
    552 msgstr "" 
    553  
    554 #, sh-format 
    555 msgid "" 
    556 "I have found something strange. The ROOT partition of your old system is not " 
    557 "the same as the one indicated in fstab file. Maybe you have switched the " 
    558 "primary and secondary drives, changed the IDE cables or something similar. " 
    559 "If you continue, this will be a new, fresh installation and NOT an upgrade." 
    560 "\\n\\nOld root partition name: \\t ${PART_ROOT_2}\\nCurrent root partition " 
    561 "name: \\t ${PART_ROOT} " 
     425msgid "Here you can add a simple list of additional packages that you want to install on your system. They will be installed again at each installation of Elive (upgrade mode). This file is located at " 
     426msgstr "" 
     427 
     428#, sh-format 
     429msgid "" 
     430"I have found something strange. The ROOT partition of your old system is not the same as the one indicated in fstab file. Maybe you have switched the primary and secondary drives, changed the IDE cables or something similar. If you continue, this will be a new, fresh installation and NOT an upgrade.\\n" 
     431"\\n" 
     432"Old root partition name: \\t ${PART_ROOT_2}\\n" 
     433"Current root partition name: \\t ${PART_ROOT} " 
    562434msgstr "" 
    563435 
     
    565437msgstr "" 
    566438 
    567 msgid "" 
    568 "IMPORTANT: a file has been generated named 'support-development.tgz' in " 
    569 "your /tmp directory. This file contains special information about this " 
    570 "installation and your system. Please send this file to the developer. The " 
    571 "information about your hardware and the installation will help us to create " 
    572 "a better and more stable Elive. The e-mail address is thanatermesis." 
    573 "elive@gmail.com. Thank you very much for your help." 
    574 msgstr "" 
    575  
    576 msgid "" 
    577 "If you have a fixed connection to the Internet, we recommend you install ntp" 
    578 msgstr "" 
    579  
    580 msgid "" 
    581 "If you see any error messages, just ignore them. It is normal for some " 
    582 "things that cannot be launched correctly in a chrooted system, but it will " 
    583 "work perfectly when you boot the installed system" 
    584 msgstr "" 
    585  
    586 msgid "" 
    587 "If you use the RAID features of your BIOS (aka fakeraid), you need to take " 
    588 "special steps with grub after the installation of Elive in order to boot it. " 
    589 "You can search for a how-to in Google with the words grub and fakeraid in " 
    590 "your desired language. Basically, the steps are to do a chroot of your raid " 
    591 "partition (with the /proc, /sys, and /dev mounted too), do a fdisk -l to " 
    592 "know the geometry of your disk and install grub with the special parameters " 
    593 "for this structure of the disk. Also make sure that the configuration is " 
    594 "correct. In any case, Google probably has a better answer than me." 
    595 msgstr "" 
    596  
    597 msgid "" 
    598 "Important: the files in this directory are required for Elive to work " 
    599 "correctly, please don't delete or modify any of them." 
    600 msgstr "" 
    601  
    602 msgid "" 
    603 "In order to install Elive correctly, you need to finish the Integrity Check " 
    604 "successfully, Please wait." 
    605 msgstr "" 
    606  
    607 msgid "" 
    608 "In order to install Elive you need to make a small payment to support the " 
    609 "future of the project. If you are unable to make a payment we have " 
    610 "alternatives that have no economical cost. We don't want to stop anybody " 
    611 "from using Elive. More details about this will appear in later stages of the " 
    612 "installation." 
     439msgid "IMPORTANT: a file has been generated named 'support-development.tgz' in your /tmp directory. This file contains special information about this installation and your system. Please send this file to the developer. The information about your hardware and the installation will help us to create a better and more stable Elive. The e-mail address is thanatermesis.elive@gmail.com. Thank you very much for your help." 
     440msgstr "" 
     441 
     442msgid "If you have a fixed connection to the Internet, we recommend you install ntp" 
     443msgstr "" 
     444 
     445msgid "If you see any error messages, just ignore them. It is normal for some things that cannot be launched correctly in a chrooted system, but it will work perfectly when you boot the installed system" 
     446msgstr "" 
     447 
     448msgid "If you use the RAID features of your BIOS (aka fakeraid), you need to take special steps with grub after the installation of Elive in order to boot it. You can search for a how-to in Google with the words grub and fakeraid in your desired language. Basically, the steps are to do a chroot of your raid partition (with the /proc, /sys, and /dev mounted too), do a fdisk -l to know the geometry of your disk and install grub with the special parameters for this structure of the disk. Also make sure that the configuration is correct. In any case, Google probably has a better answer than me." 
     449msgstr "" 
     450 
     451msgid "Important: the files in this directory are required for Elive to work correctly, please don't delete or modify any of them." 
     452msgstr "" 
     453 
     454msgid "In order to install Elive correctly, you need to finish the Integrity Check successfully, Please wait." 
     455msgstr "" 
     456 
     457msgid "In order to install Elive you need to make a small payment to support the future of the project. If you are unable to make a payment we have alternatives that have no economical cost. We don't want to stop anybody from using Elive. More details about this will appear in later stages of the installation." 
    613458msgstr "" 
    614459 
     
    616461msgstr "" 
    617462 
    618 msgid "" 
    619 "Installing and Removing Packages. This operation can be slow, please wait..." 
    620 msgstr "" 
    621  
    622 msgid "" 
    623 "It is recommended to reboot the computer and run the installer again. If the " 
    624 "problem persists, then start a clean install" 
    625 msgstr "" 
    626  
    627 msgid "" 
    628 "It seems as though you are not connected to the Internet. In order to " 
    629 "download the module you can simply do it from any computer, in a shop with " 
    630 "Internet access or in a friend's house for example. Copy it to a USB stick " 
    631 "or any portable storage device and then go back to this installer and insert " 
    632 "it manually once you have it" 
     463msgid "Installing and Removing Packages. This operation can be slow, please wait..." 
     464msgstr "" 
     465 
     466msgid "It is recommended to reboot the computer and run the installer again. If the problem persists, then start a clean install" 
     467msgstr "" 
     468 
     469msgid "It seems as though you are not connected to the Internet. In order to download the module you can simply do it from any computer, in a shop with Internet access or in a friend's house for example. Copy it to a USB stick or any portable storage device and then go back to this installer and insert it manually once you have it" 
    633470msgstr "" 
    634471 
     
    645482msgstr "" 
    646483 
    647 msgid "" 
    648 "Looks like the graphical configuration file (xorg.conf) in your old system " 
    649 "contains a special config for multiple screens, do you want to use it for " 
    650 "your new installed system instead of the clean new version generated by " 
    651 "Elive ?" 
    652 msgstr "" 
    653  
    654 #, sh-format 
    655 msgid "" 
    656 "Looks like there is a problem with your clock. Your actual date is " 
    657 "'${actual_date}'. It is very important that your clock is running correctly " 
    658 "because it can cause problems with your Elive system (that is the reason for " 
    659 "this error message). If your computer loses the date at every shutdown, then " 
    660 "you need to replace your BIOS battery. Take your computer to a computer " 
    661 "seller or repair shop to replace it and then you can continue with the " 
    662 "installation." 
     484msgid "Looks like the graphical configuration file (xorg.conf) in your old system contains a special config for multiple screens, do you want to use it for your new installed system instead of the clean new version generated by Elive ?" 
     485msgstr "" 
     486 
     487#, sh-format 
     488msgid "Looks like there is a problem with your clock. Your actual date is '${actual_date}'. It is very important that your clock is running correctly because it can cause problems with your Elive system (that is the reason for this error message). If your computer loses the date at every shutdown, then you need to replace your BIOS battery. Take your computer to a computer seller or repair shop to replace it and then you can continue with the installation." 
    663489msgstr "" 
    664490 
     
    669495msgstr "" 
    670496 
    671 msgid "" 
    672 "Multiple versions of Elive have been found on your system. Elive can " 
    673 "continue the installation similar to an upgrade instead of a fresh " 
    674 "installation. saving the most basic configurations and all the users with " 
    675 "their passwords and files in a perfect state. I recommend that you select " 
    676 "this option to continue the installation." 
     497msgid "Multiple versions of Elive have been found on your system. Elive can continue the installation similar to an upgrade instead of a fresh installation. saving the most basic configurations and all the users with their passwords and files in a perfect state. I recommend that you select this option to continue the installation." 
    677498msgstr "" 
    678499 
     
    697518msgstr "" 
    698519 
    699 msgid "" 
    700 "Note: Some users has wanted to share an existing 'home' partition between " 
    701 "two different systems. This is not possible with Elive, because it will give " 
    702 "you a lot of problems. First of all, the filesystem does not depend on the " 
    703 "username but on its User ID (UID). This means that if they are not the same " 
    704 "on both systems, you will have a lot of problems with your applications and " 
    705 "also your files (wrong permissions, applications that do not start, etc). " 
    706 "Apart from that, the home of the user contains a lot of configuration files " 
    707 "for the applications, if you don't run the same versions of the applications " 
    708 "you can break your applications. This message is just to inform you why this " 
    709 "is not possible. If you want to share updated files between two systems, we " 
    710 "recommend you install unison-gtk." 
     520msgid "Note: Some users has wanted to share an existing 'home' partition between two different systems. This is not possible with Elive, because it will give you a lot of problems. First of all, the filesystem does not depend on the username but on its User ID (UID). This means that if they are not the same on both systems, you will have a lot of problems with your applications and also your files (wrong permissions, applications that do not start, etc). Apart from that, the home of the user contains a lot of configuration files for the applications, if you don't run the same versions of the applications you can break your applications. This message is just to inform you why this is not possible. If you want to share updated files between two systems, we recommend you install unison-gtk." 
    711521msgstr "" 
    712522 
     
    736546msgstr "" 
    737547 
    738 msgid "" 
    739 "Please read the message again because is made for security reasons and the " 
    740 "messages in Elive are made for to be readed." 
     548msgid "Please read the message again because is made for security reasons and the messages in Elive are made for to be readed." 
    741549msgstr "" 
    742550 
     
    779587 
    780588msgid "" 
    781 "Select the desired level of experience for the installation.\\nThe complete " 
    782 "mode does not require high levels of knowledge, you just have more options " 
    783 "to configure through the process." 
     589"Select the desired level of experience for the installation.\\n" 
     590"The complete mode does not require high levels of knowledge, you just have more options to configure through the process." 
    784591msgstr "" 
    785592 
     
    787594msgstr "" 
    788595 
    789 msgid "" 
    790 "Select the hard disk where you want to install Grub. Normally you would " 
    791 "select the hard disk that your computer normally boots from." 
    792 msgstr "" 
    793  
    794 msgid "" 
    795 "Select the location where you want to install GRUB. If you don't know, " 
    796 "install Grub on the MBR of your first harddisk." 
     596msgid "Select the hard disk where you want to install Grub. Normally you would select the hard disk that your computer normally boots from." 
     597msgstr "" 
     598 
     599msgid "Select the location where you want to install GRUB. If you don't know, install Grub on the MBR of your first harddisk." 
    797600msgstr "" 
    798601 
     
    800603msgstr "" 
    801604 
    802 msgid "" 
    803 "Since version 1.9.51 of Elive, there is a special feature that allows you to " 
    804 "upgrade your Elive install without the need to burn a CD or use a USB stick. " 
    805 "For this method, just search for the reinstall-elive application in the " 
    806 "menus of your installed system" 
     605msgid "Since version 1.9.51 of Elive, there is a special feature that allows you to upgrade your Elive install without the need to burn a CD or use a USB stick. For this method, just search for the reinstall-elive application in the menus of your installed system" 
    807606msgstr "" 
    808607 
     
    811610 
    812611msgid "" 
    813 "Some packages are not essential in Elive, so you can remove them if you don't" 
    814 "\\nwant these features. It will also make your system lighter and faster to " 
    815 "boot" 
    816 msgstr "" 
    817  
    818 msgid "" 
    819 "Some users will want to use a RAID system under Elive. They can set up a " 
    820 "RAID system very easily by using the software mode (so, a bunch of similar " 
    821 "disks in the computer, formatted in a special way that the Linux Kernel will " 
    822 "understand in order to work as a RAID configuration). By using a RAID0 " 
    823 "system you will multiply the speed of all the disks by doing parallel work " 
    824 "between them, but if one disk fails, all your data is lost. With RAID1, they " 
    825 "works by using mirrors, so the speed of the total disk is not faster, but " 
    826 "they work in parallel just like a mirror, so if one disk breaks, you can " 
    827 "continue working without losing any data, you just need to replace the " 
    828 "broken disk and sync the disks again. There is also a special mode called " 
    829 "RAID10,f2 that works like a mirror and multiplier at the same time, so you " 
    830 "get speed and security. Elive supports the installation under a RAID system, " 
    831 "but you need to set up the disks by yourself manually first, so search for a " 
    832 "few howto's in google and do that first, then you can use them in the " 
    833 "installer.\n" 
    834 "\n" 
    835 "Note: It is possible that you will have problems trying to boot the system " 
    836 "in RAID mode, an easy solution is to simply use a partition on a single disk " 
    837 "(not the RAID combination partition) as the /boot partition, just like a " 
    838 "normal partition on a single disk, and then boot the computer from this" 
    839 msgstr "" 
    840  
    841 msgid "" 
    842 "Sorry, this version of the Linux kernel does not have the Reiser4 filesystem " 
    843 "included" 
     612"Some packages are not essential in Elive, so you can remove them if you don't\\n" 
     613"want these features. It will also make your system lighter and faster to boot" 
     614msgstr "" 
     615 
     616msgid "" 
     617"Some users will want to use a RAID system under Elive. They can set up a RAID system very easily by using the software mode (so, a bunch of similar disks in the computer, formatted in a special way that the Linux Kernel will understand in order to work as a RAID configuration). By using a RAID0 system you will multiply the speed of all the disks by doing parallel work between them, but if one disk fails, all your data is lost. With RAID1, they works by using mirrors, so the speed of the total disk is not faster, but they work in parallel just like a mirror, so if one disk breaks, you can continue working without losing any data, you just need to replace the broken disk and sync the disks again. There is also a special mode called RAID10,f2 that works like a mirror and multiplier at the same time, so you get speed and security. Elive supports the installation under a RAID system, but you need to set up the disks by yourself manually first, so search for a few howto's in google and do that first, then you can use them in the installer.\n" 
     618"\n" 
     619"Note: It is possible that you will have problems trying to boot the system in RAID mode, an easy solution is to simply use a partition on a single disk (not the RAID combination partition) as the /boot partition, just like a normal partition on a single disk, and then boot the computer from this" 
     620msgstr "" 
     621 
     622msgid "Sorry, this version of the Linux kernel does not have the Reiser4 filesystem included" 
    844623msgstr "" 
    845624 
     
    855634msgstr "" 
    856635 
    857 msgid "" 
    858 "The installer module has not been found, run the installer again when you " 
    859 "have it." 
     636msgid "The installer module has not been found, run the installer again when you have it." 
    860637msgstr "" 
    861638 
     
    866643msgstr "" 
    867644 
    868 msgid "" 
    869 "The swap partition will be unmounted. If you have less than 256 Mb of RAM it " 
    870 "is better to close all applications to minimize memory usage. If any " 
    871 "programs close automatically, choose NO the next time you reach this point." 
    872 msgstr "" 
    873  
    874 msgid "" 
    875 "The system is unable to generate the installer module identifier, please " 
    876 "report this issue" 
     645msgid "The swap partition will be unmounted. If you have less than 256 Mb of RAM it is better to close all applications to minimize memory usage. If any programs close automatically, choose NO the next time you reach this point." 
     646msgstr "" 
     647 
     648msgid "The system is unable to generate the installer module identifier, please report this issue" 
    877649msgstr "" 
    878650 
     
    880652msgstr "" 
    881653 
    882 msgid "" 
    883 "The value of the identifier '$1' is wrong, please report this problem. You " 
    884 "can't install Elive at this time." 
    885 msgstr "" 
    886  
    887 #, sh-format 
    888 msgid "" 
    889 "There is a system ${systemname} installed on ${PART_ROOT} called " 
    890 "${oldhostname}, \\ndo you want to migrate it to an Elive system saving users " 
    891 "and files ?" 
     654msgid "The value of the identifier '$1' is wrong, please report this problem. You can't install Elive at this time." 
     655msgstr "" 
     656 
     657#, sh-format 
     658msgid "" 
     659"There is a system ${systemname} installed on ${PART_ROOT} called ${oldhostname}, \\n" 
     660"do you want to migrate it to an Elive system saving users and files ?" 
    892661msgstr "" 
    893662 
     
    898667msgstr "" 
    899668 
    900 msgid "" 
    901 "This is the Elive installer. You do not need it on an already installed " 
    902 "system." 
    903 msgstr "" 
    904  
    905 msgid "" 
    906 "This option is used for check the validity of an installer module. You need " 
    907 "to insert it" 
     669msgid "This is the Elive installer. You do not need it on an already installed system." 
     670msgstr "" 
     671 
     672msgid "This option is used for check the validity of an installer module. You need to insert it" 
    908673msgstr "" 
    909674 
     
    915680 
    916681msgid "" 
    917 "This step is a fine-tune for your Elive system. It consists of the " 
    918 "reconfiguration of all the packages using debconf. This step is needed for a " 
    919 "better adaptation of this system to your computer\\n\\nWe advise you to be " 
    920 "patient because this step can take a very long time to finish, depending on " 
    921 "speed of your machine \\n" 
    922 msgstr "" 
    923  
    924 msgid "" 
    925 "To update your bios in your EeePC, download the BIOS from asus.com, then go " 
    926 "to Global and click in Support. Follow the steps and download a zip file " 
    927 "that contains the .rom, then rename the resulting file to 701.ROM (701 for " 
    928 "the 4 Gb ones, the 701 models), and copy that to a FAT16 USB flash drive. " 
    929 "Note that FAT16 seems to be mandatory here. After that, reboot your EeePC " 
    930 "with the USB flash drive present (and no other USB devices connected), and " 
    931 "press Alt-F2 during the BIOS splash screen. This will search for a file 701." 
    932 "ROM on your USB flash drive and upgrade using it. (Note, 2Gb models will " 
    933 "search for the file 700.ROM). Do this step with caution and be patient, do " 
    934 "not touch the computer whilst flashing the BIOS and especially do not shut " 
    935 "it down before it finishes" 
     682"This step is a fine-tune for your Elive system. It consists of the reconfiguration of all the packages using debconf. This step is needed for a better adaptation of this system to your computer\\n" 
     683"\\n" 
     684"We advise you to be patient because this step can take a very long time to finish, depending on speed of your machine \\n" 
     685msgstr "" 
     686 
     687msgid "To update your bios in your EeePC, download the BIOS from asus.com, then go to Global and click in Support. Follow the steps and download a zip file that contains the .rom, then rename the resulting file to 701.ROM (701 for the 4 Gb ones, the 701 models), and copy that to a FAT16 USB flash drive. Note that FAT16 seems to be mandatory here. After that, reboot your EeePC with the USB flash drive present (and no other USB devices connected), and press Alt-F2 during the BIOS splash screen. This will search for a file 701.ROM on your USB flash drive and upgrade using it. (Note, 2Gb models will search for the file 700.ROM). Do this step with caution and be patient, do not touch the computer whilst flashing the BIOS and especially do not shut it down before it finishes" 
    936688msgstr "" 
    937689 
     
    943695 
    944696msgid "" 
    945 "Verifying the quality of your Elive data before installing to your system " 
    946 "\\nIf your computer freezes in this step, it's because CD contains errors" 
     697"Verifying the quality of your Elive data before installing to your system \\n" 
     698"If your computer freezes in this step, it's because CD contains errors" 
    947699msgstr "" 
    948700 
     
    953705msgstr "" 
    954706 
    955 msgid "" 
    956 "WARNING: I have encountered error messages in the system logs. It looks like " 
    957 "your hard disk has errors. Please check it by running the command 'dmesg' in " 
    958 "a Terminal, if this is a false warning please report it with the result of " 
    959 "your 'dmesg' to Elive immediately. If your hard disk has errors, we strictly " 
    960 "recommend you replace it or you will have a lot of problems with your data " 
    961 "and your system." 
    962 msgstr "" 
    963  
    964 #, sh-format 
    965 msgid "" 
    966 "WARNING: The disk where you want to install Elive is extremely slow " 
    967 "(${speed_disk_num}). This looks like a bug somewhere. Maybe you need to " 
    968 "update your BIOS, use another disk or update the kernel. Please, check it " 
    969 "out before proceeding with the install. Remember, if you continue, your " 
    970 "Elive will be installed in a VERY SLOW system!" 
    971 msgstr "" 
    972  
    973 #, sh-format 
    974 msgid "" 
    975 "WARNING: The disk where you want to install Elive is extremely slow " 
    976 "(${speed_disk_num}). This looks like a bug. Apparently your computer is a " 
    977 "EeePC and there's a known bug in EeePC with USB devices. You need to update " 
    978 "the BIOS or enter the BIOS and disable the SD Media Card disk (but you won't " 
    979 "be able to read memory cards then). In case of any doubts, ask your hardware " 
    980 "provider" 
    981 msgstr "" 
    982  
    983 #, sh-format 
    984 msgid "" 
    985 "WARNING: The disk where you want to install Elive is very slow " 
    986 "(${speed_disk_num}). This looks like a bug somewhere. Maybe you need to " 
    987 "update your BIOS, use another disk, or update the kernel. Please, check it " 
    988 "out before proceeding with the install. Remember, if you continue, your " 
    989 "Elive will be installed in a SLOW system!" 
    990 msgstr "" 
    991  
    992 msgid "" 
    993 "Warning: This version of the installer is in a DEVELOPMENT state. Please " 
    994 "make a backup of your existing system. Do you want to continue ?" 
     707msgid "WARNING: I have encountered error messages in the system logs. It looks like your hard disk has errors. Please check it by running the command 'dmesg' in a Terminal, if this is a false warning please report it with the result of your 'dmesg' to Elive immediately. If your hard disk has errors, we strictly recommend you replace it or you will have a lot of problems with your data and your system." 
     708msgstr "" 
     709 
     710#, sh-format 
     711msgid "WARNING: The disk where you want to install Elive is extremely slow (${speed_disk_num}). This looks like a bug somewhere. Maybe you need to update your BIOS, use another disk or update the kernel. Please, check it out before proceeding with the install. Remember, if you continue, your Elive will be installed in a VERY SLOW system!" 
     712msgstr "" 
     713 
     714#, sh-format 
     715msgid "WARNING: The disk where you want to install Elive is extremely slow (${speed_disk_num}). This looks like a bug. Apparently your computer is a EeePC and there's a known bug in EeePC with USB devices. You need to update the BIOS or enter the BIOS and disable the SD Media Card disk (but you won't be able to read memory cards then). In case of any doubts, ask your hardware provider" 
     716msgstr "" 
     717 
     718#, sh-format 
     719msgid "WARNING: The disk where you want to install Elive is very slow (${speed_disk_num}). This looks like a bug somewhere. Maybe you need to update your BIOS, use another disk, or update the kernel. Please, check it out before proceeding with the install. Remember, if you continue, your Elive will be installed in a SLOW system!" 
     720msgstr "" 
     721 
     722msgid "Warning: This version of the installer is in a DEVELOPMENT state. Please make a backup of your existing system. Do you want to continue ?" 
    995723msgstr "" 
    996724 
     
    998726msgid "" 
    999727"Warning: You are going to erase entirely your disk \n" 
    1000 "         ${ROOT_DISK} (${ROOT_DISK_SIZE} MB), you will lost all the data of " 
    1001 "it,\n" 
     728"         ${ROOT_DISK} (${ROOT_DISK_SIZE} MB), you will lost all the data of it,\n" 
    1002729"         please enter the security number for continue:\n" 
    1003730"\n" 
     
    1008735msgid "" 
    1009736"Warning: You are going to erase entirely your disk \n" 
    1010 "      ${ROOT_DISK} (${ROOT_DISK_SIZE} MB), you will lost all the data of " 
    1011 "it,\n" 
    1012 "      because very users doesn't read the messages and just press the OK " 
    1013 "button,\n" 
     737"      ${ROOT_DISK} (${ROOT_DISK_SIZE} MB), you will lost all the data of it,\n" 
     738"      because very users doesn't read the messages and just press the OK button,\n" 
    1014739"      you need to enter the security code to continue:\n" 
    1015740"\n" 
     
    1017742msgstr "" 
    1018743 
    1019 msgid "" 
    1020 "What filesystem would you like to use for the extra partition? Elive " 
    1021 "recommends in this case the ReiserFS." 
    1022 msgstr "" 
    1023  
    1024 msgid "" 
    1025 "What filesystem would you like to use for the extra partition? Elive " 
    1026 "recommends in this case the ext3 filesystem." 
     744msgid "What filesystem would you like to use for the extra partition? Elive recommends in this case the ReiserFS." 
     745msgstr "" 
     746 
     747msgid "What filesystem would you like to use for the extra partition? Elive recommends in this case the ext3 filesystem." 
    1027748msgstr "" 
    1028749 
     
    1033754msgstr "" 
    1034755 
    1035 msgid "" 
    1036 "Would you like to add an extra partition ? For example /home. This option is " 
    1037 "only optional and not needed at all in Elive." 
    1038 msgstr "" 
    1039  
    1040 msgid "" 
    1041 "You are going to reinstall Elive under your actual system installation, this " 
    1042 "feature will save your users and files. Do you wish to continue ?" 
     756msgid "Would you like to add an extra partition ? For example /home. This option is only optional and not needed at all in Elive." 
     757msgstr "" 
     758 
     759msgid "You are going to reinstall Elive under your actual system installation, this feature will save your users and files. Do you wish to continue ?" 
    1043760msgstr "" 
    1044761 
     
    1046763msgstr "" 
    1047764 
    1048 msgid "" 
    1049 "You canceled the system installation process. Please wait until all of the " 
    1050 "processes are finished so you can safely start the installation again." 
    1051 msgstr "" 
    1052  
    1053 #, sh-format 
    1054 msgid "" 
    1055 "You chose the next partition: ${PART_EXTR_DEV} This partition will be " 
    1056 "erased, continue ?" 
    1057 msgstr "" 
    1058  
    1059 #, sh-format 
    1060 msgid "" 
    1061 "You chose the next partition: ${PART_ROOT} This partition will be erased, " 
    1062 "continue ?" 
    1063 msgstr "" 
    1064  
    1065 #, sh-format 
    1066 msgid "" 
    1067 "You chose the next partition: ${resultado} This partition will be erased, " 
    1068 "continue ?" 
     765msgid "You canceled the system installation process. Please wait until all of the processes are finished so you can safely start the installation again." 
     766msgstr "" 
     767 
     768#, sh-format 
     769msgid "You chose the next partition: ${PART_EXTR_DEV} This partition will be erased, continue ?" 
     770msgstr "" 
     771 
     772#, sh-format 
     773msgid "You chose the next partition: ${PART_ROOT} This partition will be erased, continue ?" 
     774msgstr "" 
     775 
     776#, sh-format 
     777msgid "You chose the next partition: ${resultado} This partition will be erased, continue ?" 
    1069778msgstr "" 
    1070779 
     
    1075784msgstr "" 
    1076785 
    1077 msgid "" 
    1078 "You do not seem to have a connection to the Internet right now. Please " 
    1079 "connect to the Internet before you close this message or the packages that " 
    1080 "you have listed on /etc/elive/packages_to_maintain_installed will not be " 
    1081 "installed. If you continue, will will need to manually install them when you " 
    1082 "have a connection to the Internet (just select the list and append it to an " 
    1083 "'apt-get install' command)" 
     786msgid "You do not seem to have a connection to the Internet right now. Please connect to the Internet before you close this message or the packages that you have listed on /etc/elive/packages_to_maintain_installed will not be installed. If you continue, will will need to manually install them when you have a connection to the Internet (just select the list and append it to an 'apt-get install' command)" 
    1084787msgstr "" 
    1085788 
     
    1090793msgstr "" 
    1091794 
    1092 msgid "" 
    1093 "You have less than 200 MB of hard disk space left. It is not recommended to " 
    1094 "continue the installation with only this amount of free space. Are you " 
    1095 "really sure that you want to continue?" 
     795msgid "You have less than 200 MB of hard disk space left. It is not recommended to continue the installation with only this amount of free space. Are you really sure that you want to continue?" 
    1096796msgstr "" 
    1097797 
     
    1099799msgstr "" 
    1100800 
    1101 msgid "" 
    1102 "You have selected a special filesystem for your ROOT partition (/) that " 
    1103 "requires a separate /boot partition. The size of this partition does not " 
    1104 "need to be very big, 100 Mb would be sufficient if you are not going to " 
    1105 "install more kernels" 
    1106 msgstr "" 
    1107  
    1108 #, sh-format 
    1109 msgid "" 
    1110 "You need the Installer Module, you can obtain it by http://www.elivecd.org/" 
    1111 "installer-module using this code:  ${key_generated}" 
    1112 msgstr "" 
    1113  
    1114 msgid "" 
    1115 "You need the installer module to install Elive. To obtain it, you need to go " 
    1116 "to:" 
     801msgid "You have selected a special filesystem for your ROOT partition (/) that requires a separate /boot partition. The size of this partition does not need to be very big, 100 Mb would be sufficient if you are not going to install more kernels" 
     802msgstr "" 
     803 
     804#, sh-format 
     805msgid "You need the Installer Module, you can obtain it by http://www.elivecd.org/installer-module using this code:  ${key_generated}" 
     806msgstr "" 
     807 
     808msgid "You need the installer module to install Elive. To obtain it, you need to go to:" 
    1117809msgstr "" 
    1118810 
     
    1124816 
    1125817#, sh-format 
    1126 msgid "" 
    1127 "You've got an older version of Elive $oldeliveversion. Elive can continue " 
    1128 "the installation and upgrade the system, instead of a fresh installation. " 
    1129 "This will save the most basic configurations with all the users and their " 
    1130 "passwords and files in a perfect state. It is recommended that you select " 
    1131 "this option to continue the installation." 
    1132 msgstr "" 
    1133  
    1134 msgid "" 
    1135 "Your Computer has low RAM memory. You should use the 'Complete' install mode " 
    1136 "so that you can select which services to include in your installed system, " 
    1137 "we recommend to remove anything that you may not use like bluetooth, samba, " 
    1138 "cups (printer), sane (scanner), etc. In order to make your end system more " 
    1139 "light in resources. We also recommend to use the option Reiser4 with LZO " 
    1140 "compression so that you can profite more free space on your hard disk and " 
    1141 "also boost the speed of your system." 
    1142 msgstr "" 
    1143  
    1144 msgid "" 
    1145 "Your Elive system seems to be damaged or your Elive system is not trusted. " 
    1146 "If you have correctly downloaded Elive from the Elive website, and the MD5 " 
    1147 "matches, it is possible that there is a problem reading the CD. Please burn " 
    1148 "Elive again on a new CD-R. You can also can try to boot Elive from a USB " 
    1149 "stick. Installation aborted..." 
    1150 msgstr "" 
    1151  
    1152 #, sh-format 
    1153 msgid "" 
    1154 "Your Installer Code is:\\n${key_generated}\\n\\nThe Code of your Installer " 
    1155 "Module file is\\n${key_code_from_file}\\n\\nThe validity is:  " 
    1156 "${module_validity}." 
    1157 msgstr "" 
    1158  
    1159 msgid "" 
    1160 "Your system needs to be fine-tuned. Please enter the password for the root " 
    1161 "user (Administrator)." 
    1162 msgstr "" 
    1163  
    1164 #, sh-format 
    1165 msgid "" 
    1166 "and enter the identifier value:  ${key_generated} \\n\\n(Warning its case " 
    1167 "sensitive)\\n\\nPress OK to continue with the installation when you have " 
    1168 "it..." 
    1169 msgstr "" 
    1170  
    1171 msgid "" 
    1172 "and you can edit it when you want in order to add a new package to the list. " 
    1173 "The package names can be separated with comma's, newlines or spaces, just " 
    1174 "how you like" 
    1175 msgstr "" 
     818msgid "You've got an older version of Elive $oldeliveversion. Elive can continue the installation and upgrade the system, instead of a fresh installation. This will save the most basic configurations with all the users and their passwords and files in a perfect state. It is recommended that you select this option to continue the installation." 
     819msgstr "" 
     820 
     821msgid "Your Computer has low RAM memory. You should use the 'Complete' install mode so that you can select which services to include in your installed system, we recommend to remove anything that you may not use like bluetooth, samba, cups (printer), sane (scanner), etc. In order to make your end system more light in resources. We also recommend to use the option Reiser4 with LZO compression so that you can profite more free space on your hard disk and also boost the speed of your system." 
     822msgstr "" 
     823 
     824msgid "Your Elive system seems to be damaged or your Elive system is not trusted. If you have correctly downloaded Elive from the Elive website, and the MD5 matches, it is possible that there is a problem reading the CD. Please burn Elive again on a new CD-R. You can also can try to boot Elive from a USB stick. Installation aborted..." 
     825msgstr "" 
     826 
     827#, sh-format 
     828msgid "" 
     829"Your Installer Code is:\\n" 
     830"${key_generated}\\n" 
     831"\\n" 
     832"The Code of your Installer Module file is\\n" 
     833"${key_code_from_file}\\n" 
     834"\\n" 
     835"The validity is:  ${module_validity}." 
     836msgstr "" 
     837 
     838msgid "Your system needs to be fine-tuned. Please enter the password for the root user (Administrator)." 
     839msgstr "" 
     840 
     841#, sh-format 
     842msgid "" 
     843"and enter the identifier value:  ${key_generated} \\n" 
     844"\\n" 
     845"(Warning its case sensitive)\\n" 
     846"\\n" 
     847"Press OK to continue with the installation when you have it..." 
     848msgstr "" 
     849"输入验证码:  ${key_generated} \\n" 
     850"\\n" 
     851"(注意:大小写敏感)\\n" 
     852"\\n" 
     853"之后,请点击OK以继续安装" 
     854 
     855msgid "and you can edit it when you want in order to add a new package to the list. The package names can be separated with comma's, newlines or spaces, just how you like" 
     856msgstr "你想在软件单列表里增加新软件包的时候可以修改它,只要在软件包间用逗号,空格或者分行符来隔开就行了" 
    1176857 
    1177858msgid "normal speed, very stable, perfect for /home" 
    1178 msgstr "" 
     859msgstr "速度一般,比较稳定,非常适合用于/home分区" 
    1179860 
    1180861msgid "very fast for multimedia and big files, normal stability" 
    1181862msgstr "" 
     863 
Note: See TracChangeset for help on using the changeset viewer.