Changeset 2882
- Timestamp:
- 06/30/10 22:00:36 (2 months ago)
- File:
-
- 1 edited
-
translations/eliveinstaller/zh.pot (modified) (42 diffs)
Legend:
- Unmodified
- Added
- Removed
-
translations/eliveinstaller/zh.pot
r2881 r2882 3 3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 4 4 # 5 #, fuzzy6 5 msgid "" 7 6 msgstr "" … … 9 8 "Report-Msgid-Bugs-To: \n" 10 9 "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" 13 12 "Language-Team: LANGUAGE <LL@li.org>\n" 14 13 "MIME-Version: 1.0\n" … … 133 132 msgid "" 134 133 "\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" 144 137 "\n" 145 138 " 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" 149 140 "\n" 150 141 " 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" 159 143 "\n" 160 144 " 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" 167 146 "\n" 168 147 " 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" 176 150 "\n" 177 151 " 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" 191 154 "\n" 192 155 " 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" 201 157 " * Gzip: Best compression, but requires more cpu usage.\n" 202 158 " * 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" 205 160 "\n" 206 161 " 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" 210 163 "\n" 211 164 " 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" 218 166 "\n" 219 167 "\n" 220 168 " 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" 227 170 "\n" 228 171 " 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" 173 msgstr "" 174 175 msgid "" 176 "\n" 177 "Before you install Elive on your MacBook computer you need to make 2 things:\n" 238 178 "\n" 239 179 "1) Partition your hard disk\n" 240 180 " \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" 243 182 "\n" 244 183 " first, type: diskutil list\n" 245 184 "\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" 251 186 " sudo diskutil resizeVolume disk0s2 20G Linux linuxhd 40G\n" 252 187 " \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" 259 191 "\n" 260 192 "\n" 261 193 "2) Install rEFIt boot manager\n" 262 194 "\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" 268 198 " cd /efi/refit\n" 269 199 " sh ./enable.sh\n" 270 200 "\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" 278 204 "\n" 279 205 "\n" … … 284 210 msgstr "" 285 211 286 msgid "" 287 " (Choose 'Cancel' if you experience a BLACK screen during booting of the " 288 "system) " 212 msgid " (Choose 'Cancel' if you experience a BLACK screen during booting of the system) " 289 213 msgstr "" 290 214 … … 295 219 msgstr "" 296 220 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." 221 msgid ", 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." 301 222 msgstr "" 302 223 … … 310 231 msgstr "" 311 232 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" 233 msgid "All processes finished successfully, you can restart the installation now..." 234 msgstr "" 235 236 msgid "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." 237 msgstr "" 238 239 msgid "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" 240 msgstr "" 241 242 msgid "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" 332 243 msgstr "" 333 244 … … 343 254 msgid "" 344 255 "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" 347 257 msgstr "" 348 258 … … 366 276 367 277 msgid "" 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" 282 msgstr "" 283 284 msgid "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!" 379 285 msgstr "" 380 286 … … 385 291 msgstr "" 386 292 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?" 293 msgid "Did you read the necessary steps to prepare the MacBook prior to the installation. Do you want to install Elive for MacBooks now?" 390 294 msgstr "" 391 295 … … 423 327 msgstr "" 424 328 425 msgid "" 426 "Disable System and Kernel logs (messages), available at Ctrl + Alt + F12" 329 msgid "Disable System and Kernel logs (messages), available at Ctrl + Alt + F12" 427 330 msgstr "" 428 331 … … 434 337 435 338 #, 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: " 339 msgid "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) " 340 msgstr "" 341 342 msgid "Do you want Elive to automatically add your FrameBuffer to boot the system ? FB autodetected: " 445 343 msgstr "" 446 344 … … 448 346 msgstr "" 449 347 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: " 348 msgid "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." 349 msgstr "" 350 351 msgid "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." 352 msgstr "" 353 354 msgid "ERROR: Please report this bug immediately, I can not mount the partition: " 469 355 msgstr "" 470 356 … … 499 385 500 386 msgid "" 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" 504 388 " \n" 505 389 " Error message: \n" … … 511 395 msgstr "" 512 396 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" 397 msgid "Error: You are logged in as root. Working in admin mode is dangerous and should be more restricted. Please use a normal user" 516 398 msgstr "" 517 399 … … 529 411 530 412 #, 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." 413 msgid "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." 537 414 msgstr "" 538 415 … … 546 423 msgstr "" 547 424 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} " 425 msgid "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 " 426 msgstr "" 427 428 #, sh-format 429 msgid "" 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} " 562 434 msgstr "" 563 435 … … 565 437 msgstr "" 566 438 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." 439 msgid "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." 440 msgstr "" 441 442 msgid "If you have a fixed connection to the Internet, we recommend you install ntp" 443 msgstr "" 444 445 msgid "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" 446 msgstr "" 447 448 msgid "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." 449 msgstr "" 450 451 msgid "Important: the files in this directory are required for Elive to work correctly, please don't delete or modify any of them." 452 msgstr "" 453 454 msgid "In order to install Elive correctly, you need to finish the Integrity Check successfully, Please wait." 455 msgstr "" 456 457 msgid "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." 613 458 msgstr "" 614 459 … … 616 461 msgstr "" 617 462 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" 463 msgid "Installing and Removing Packages. This operation can be slow, please wait..." 464 msgstr "" 465 466 msgid "It is recommended to reboot the computer and run the installer again. If the problem persists, then start a clean install" 467 msgstr "" 468 469 msgid "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" 633 470 msgstr "" 634 471 … … 645 482 msgstr "" 646 483 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." 484 msgid "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 ?" 485 msgstr "" 486 487 #, sh-format 488 msgid "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." 663 489 msgstr "" 664 490 … … 669 495 msgstr "" 670 496 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." 497 msgid "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." 677 498 msgstr "" 678 499 … … 697 518 msgstr "" 698 519 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." 520 msgid "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." 711 521 msgstr "" 712 522 … … 736 546 msgstr "" 737 547 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." 548 msgid "Please read the message again because is made for security reasons and the messages in Elive are made for to be readed." 741 549 msgstr "" 742 550 … … 779 587 780 588 msgid "" 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." 784 591 msgstr "" 785 592 … … 787 594 msgstr "" 788 595 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." 596 msgid "Select the hard disk where you want to install Grub. Normally you would select the hard disk that your computer normally boots from." 597 msgstr "" 598 599 msgid "Select the location where you want to install GRUB. If you don't know, install Grub on the MBR of your first harddisk." 797 600 msgstr "" 798 601 … … 800 603 msgstr "" 801 604 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" 605 msgid "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" 807 606 msgstr "" 808 607 … … 811 610 812 611 msgid "" 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" 614 msgstr "" 615 616 msgid "" 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" 620 msgstr "" 621 622 msgid "Sorry, this version of the Linux kernel does not have the Reiser4 filesystem included" 844 623 msgstr "" 845 624 … … 855 634 msgstr "" 856 635 857 msgid "" 858 "The installer module has not been found, run the installer again when you " 859 "have it." 636 msgid "The installer module has not been found, run the installer again when you have it." 860 637 msgstr "" 861 638 … … 866 643 msgstr "" 867 644 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" 645 msgid "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." 646 msgstr "" 647 648 msgid "The system is unable to generate the installer module identifier, please report this issue" 877 649 msgstr "" 878 650 … … 880 652 msgstr "" 881 653 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 ?" 654 msgid "The value of the identifier '$1' is wrong, please report this problem. You can't install Elive at this time." 655 msgstr "" 656 657 #, sh-format 658 msgid "" 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 ?" 892 661 msgstr "" 893 662 … … 898 667 msgstr "" 899 668 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" 669 msgid "This is the Elive installer. You do not need it on an already installed system." 670 msgstr "" 671 672 msgid "This option is used for check the validity of an installer module. You need to insert it" 908 673 msgstr "" 909 674 … … 915 680 916 681 msgid "" 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" 685 msgstr "" 686 687 msgid "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" 936 688 msgstr "" 937 689 … … 943 695 944 696 msgid "" 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" 947 699 msgstr "" 948 700 … … 953 705 msgstr "" 954 706 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 ?" 707 msgid "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." 708 msgstr "" 709 710 #, sh-format 711 msgid "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!" 712 msgstr "" 713 714 #, sh-format 715 msgid "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" 716 msgstr "" 717 718 #, sh-format 719 msgid "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!" 720 msgstr "" 721 722 msgid "Warning: This version of the installer is in a DEVELOPMENT state. Please make a backup of your existing system. Do you want to continue ?" 995 723 msgstr "" 996 724 … … 998 726 msgid "" 999 727 "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" 1002 729 " please enter the security number for continue:\n" 1003 730 "\n" … … 1008 735 msgid "" 1009 736 "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" 1014 739 " you need to enter the security code to continue:\n" 1015 740 "\n" … … 1017 742 msgstr "" 1018 743 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." 744 msgid "What filesystem would you like to use for the extra partition? Elive recommends in this case the ReiserFS." 745 msgstr "" 746 747 msgid "What filesystem would you like to use for the extra partition? Elive recommends in this case the ext3 filesystem." 1027 748 msgstr "" 1028 749 … … 1033 754 msgstr "" 1034 755 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 ?" 756 msgid "Would you like to add an extra partition ? For example /home. This option is only optional and not needed at all in Elive." 757 msgstr "" 758 759 msgid "You are going to reinstall Elive under your actual system installation, this feature will save your users and files. Do you wish to continue ?" 1043 760 msgstr "" 1044 761 … … 1046 763 msgstr "" 1047 764 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 ?" 765 msgid "You canceled the system installation process. Please wait until all of the processes are finished so you can safely start the installation again." 766 msgstr "" 767 768 #, sh-format 769 msgid "You chose the next partition: ${PART_EXTR_DEV} This partition will be erased, continue ?" 770 msgstr "" 771 772 #, sh-format 773 msgid "You chose the next partition: ${PART_ROOT} This partition will be erased, continue ?" 774 msgstr "" 775 776 #, sh-format 777 msgid "You chose the next partition: ${resultado} This partition will be erased, continue ?" 1069 778 msgstr "" 1070 779 … … 1075 784 msgstr "" 1076 785 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)" 786 msgid "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)" 1084 787 msgstr "" 1085 788 … … 1090 793 msgstr "" 1091 794 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?" 795 msgid "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?" 1096 796 msgstr "" 1097 797 … … 1099 799 msgstr "" 1100 800 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:" 801 msgid "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" 802 msgstr "" 803 804 #, sh-format 805 msgid "You need the Installer Module, you can obtain it by http://www.elivecd.org/installer-module using this code: ${key_generated}" 806 msgstr "" 807 808 msgid "You need the installer module to install Elive. To obtain it, you need to go to:" 1117 809 msgstr "" 1118 810 … … 1124 816 1125 817 #, 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 "" 818 msgid "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." 819 msgstr "" 820 821 msgid "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." 822 msgstr "" 823 824 msgid "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..." 825 msgstr "" 826 827 #, sh-format 828 msgid "" 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}." 836 msgstr "" 837 838 msgid "Your system needs to be fine-tuned. Please enter the password for the root user (Administrator)." 839 msgstr "" 840 841 #, sh-format 842 msgid "" 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..." 848 msgstr "" 849 "输入验证码: ${key_generated} \\n" 850 "\\n" 851 "(注意:大小写敏感)\\n" 852 "\\n" 853 "之后,请点击OK以继续安装" 854 855 msgid "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" 856 msgstr "你想在软件单列表里增加新软件包的时候可以修改它,只要在软件包间用逗号,空格或者分行符来隔开就行了" 1176 857 1177 858 msgid "normal speed, very stable, perfect for /home" 1178 msgstr " "859 msgstr "速度一般,比较稳定,非常适合用于/home分区" 1179 860 1180 861 msgid "very fast for multimedia and big files, normal stability" 1181 862 msgstr "" 863
Note: See TracChangeset
for help on using the changeset viewer.
