Changeset 2883
- Timestamp:
- 06/30/10 22:01:59 (2 months ago)
- File:
-
- 1 edited
-
translations/eliveinstaller/zh.pot (modified) (41 diffs)
Legend:
- Unmodified
- Added
- Removed
-
translations/eliveinstaller/zh.pot
r2882 r2883 132 132 msgid "" 133 133 "\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" 134 " This is a brief description of the features, good and weak points of every " 135 "filesystem.\n" 136 "\n" 137 " Remember that the best way to secure your data is to backup it using an " 138 "external disk or burning CDs with your important data, we recommend to made " 139 "a look to the tool unison-gtk for sync data between computers. Never do a " 140 "forced power off, and always shutdown the computer correctly, but if you " 141 "really need to do this, by deep technical reasons use always the reset " 142 "button, never the power button.\n" 137 143 "\n" 138 144 " EXT 2: \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" 145 " It is very old and doesn't support journaling. It only should be used for " 146 "special purposes. Its best is that is very stable and widely supported by " 147 "most Linux and Unix systems :)\n" 140 148 "\n" 141 149 " EXT 3:\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" 150 " This is the most common filesystem used. It has two copies of the journal, " 151 "one at the beggining and the second located at the end of the disk. This " 152 "makes this filesystem very reliable to power outages, on the other side it " 153 "has not a checksum control of the journal, so it is not possible to check if " 154 "your data is corrupted by the filesystem itself. We think that it is worse " 155 "to have corrupted data than losing a file, but this filesystem is designed " 156 "this way like most of today filesystems. Like Ext2 this filesystem is widely " 157 "tested and very reliable.\n" 143 158 "\n" 144 159 " EXT 4:\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" 160 " New, with a lot of new features which makes it faster, more reliable, " 161 "giving better performance and implements a journal checksum too. It is very " 162 "recommended but it is new and not so tested like ext2/3. It has nice " 163 "features like 'delayed allocation', a performance feature only available on " 164 "few new filesystems (but dangerous because if you have a power outage you " 165 "can lose some data).\n" 146 166 "\n" 147 167 " ReiserFS 3:\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" 168 " This is the default FS in Elive, very fast and makes your Elive experience " 169 "smoother. It implements journal checksums so if you have a power outage, " 170 "corrupted data will be detected and the affected files will be not " 171 "incorrectly updated. It is old, but very tested, efficient and secure.\n" 172 " Another good feature is that it supports badblocks, this mean that if your " 173 "hard disk contain errors, they are ignored and so, running without " 174 "problems.\n" 150 175 "\n" 151 176 " ReiserFS 4:\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" 177 " It appeared in 2004 with a lot of features, some innovative and some only " 178 "found before in enterprise FS. It is a new filesystem and maybe not very " 179 "tested although the author says that it is really stable. It works perfect " 180 "with Elive and it is a good choice, but like with any non-widely tested " 181 "filesystem, remember to make backups of all your important data! Its " 182 "features are: fastest than all other ones, it uses b-trees in conjunction " 183 "the dancing tree balance algorithm, compression, transaction support (raises " 184 "the security of your system), delayed alocation (explained in EXT4), better " 185 "performance for small files and directories, and more efficient journaling " 186 "than in version 3.\n" 187 " Reiser4 has also a better fsck utility (filesystem check and repairing " 188 "utility), but it is also new and not very tested. In Elive it uses a special " 189 "checksum algorithm that raises up even more the security of your data.\n" 154 190 "\n" 155 191 " ReiserFS 4 Compressed:\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" 192 " You can use Reiser4 in compressed mode, and compress your data on the fly. " 193 "This is very useful for people with little disk space or who want to gain " 194 "storage capacity. For instance an Elive installation needs about 2 GB " 195 "without compression, with the gzip compression mode of reiser4 it only needs " 196 "1 GB of disk space, and with lzo compression 1.3 GB. This compression " 197 "feature does not require very much cpu power, and should not be a problem " 198 "unless cpu usage is critical for you. You can choose between two compression " 199 "algorithms (Elive recommends lzo):\n" 157 200 " * Gzip: Best compression, but requires more cpu usage.\n" 158 201 " * Lzo: Very fast, less compression - doesn't require too much cpu.\n" 159 " Compression can also BOOST the speed of your system, because it reduces accesses to disk.\n" 202 " Compression can also BOOST the speed of your system, because it reduces " 203 "accesses to disk.\n" 160 204 "\n" 161 205 " JFS:\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" 206 " Developped by IBM, tested and with good performance. Aparently is very " 207 "reliable against power outages but it cannot guarantee the integrity of your " 208 "files like EXT4 or ReiserFS 3-4, because it lacks of a journal checksum.\n" 163 209 "\n" 164 210 " XFS:\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" 211 " Created by Sillicon Graphics for the IRIX operating system, is a high-" 212 "performance filesystem, very tested and it includes a good number of unique " 213 "features. It is specially designed for supercomputers, raid systems, etc. It " 214 "has delayed allocation, good input/output rate, native backup/restore " 215 "utilities. This filesystem is very good for real-time applications and " 216 "multimedia purposes like streaming or video edition.\n" 166 217 "\n" 167 218 "\n" 168 219 " Conclusion:\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" 220 " Elive recommends to use Reiser3, but you can also try reiser4 with the lzo " 221 "algorithm. Use ext3 if you want to remain in the common standards with the " 222 "most used filesystem (you will get better support and help from people if " 223 "you need to recover a ext3 filesystem). If you worry about your data " 224 "integrity use a checksum based filesystem, and always remember to make " 225 "backups. And never force a power off of your computer.\n" 170 226 "\n" 171 227 " More:\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" 228 " For a more detailed explanation of these filesystems you can find good " 229 "articles about them in the wikipedia. We hope to have satisfied your thirsty " 230 "of filesystems knowledge.\n" 231 msgstr "" 232 233 msgid "" 234 "\n" 235 "Before you install Elive on your MacBook computer you need to make 2 " 236 "things:\n" 178 237 "\n" 179 238 "1) Partition your hard disk\n" 180 239 " \n" 181 " You need to make that from your MacOsX system, this is the way that you can do it via commandline: \n" 240 " You need to make that from your MacOsX system, this is the way that you " 241 "can do it via commandline: \n" 182 242 "\n" 183 243 " first, type: diskutil list\n" 184 244 "\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" 245 " on a terminal of your MacOsX system, you have the list of your " 246 "partitions, by default you have the first one that's the boot sector of the " 247 "system, and for the second one you have the MacOsX system, if is that your " 248 "case, you need to resize the 2º partition for create a New one for Linux, " 249 "like this example:\n" 186 250 " sudo diskutil resizeVolume disk0s2 20G Linux linuxhd 40G\n" 187 251 " \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" 252 " you have then resized you MacOsX to 20 Gb, and you have made a new one of " 253 "40 Gb for your Elive system\n" 254 "\n" 255 " If you have only 3 partitions, then the first one is the boot loader, the " 256 "2º is the MacOsX system, and the 3º one, is the new one made for Elive, " 257 "normally called /dev/sda3\n" 191 258 "\n" 192 259 "\n" 193 260 "2) Install rEFIt boot manager\n" 194 261 "\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" 262 " From your MacOsX system, you need to install rEFIt from http://refit." 263 "sourceforge.net/\n" 264 "\n" 265 " After to download and install it, you need to launch those 2 commands for " 266 "made it working:\n" 198 267 " cd /efi/refit\n" 199 268 " sh ./enable.sh\n" 200 269 "\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" 270 " Now, your MacBook can boots with a boot selector where every system is " 271 "detected on the fly (also liveCDs and USB's)\n" 272 "\n" 273 " If you want to have by default Elive selected in the boot manager (rEFIt) " 274 "instead of MacOsX, because you will use more Elive than MacOsX, just edit " 275 "from MacOsX the file /efi/refit/refit.conf and uncomment the line that says " 276 "'legacy' (in the bottom)\n" 204 277 "\n" 205 278 "\n" … … 210 283 msgstr "" 211 284 212 msgid " (Choose 'Cancel' if you experience a BLACK screen during booting of the system) " 285 msgid "" 286 " (Choose 'Cancel' if you experience a BLACK screen during booting of the " 287 "system) " 213 288 msgstr "" 214 289 … … 219 294 msgstr "" 220 295 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." 296 msgid "" 297 ", maybe you have installed Microsoft Windows and it has deleted your nice " 298 "Grub menu. Do you want to (re)install Grub to your MBR? If you don't know " 299 "what this step is for, then select Cancel." 222 300 msgstr "" 223 301 … … 231 309 msgstr "" 232 310 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" 311 msgid "" 312 "All processes finished successfully, you can restart the installation now..." 313 msgstr "" 314 315 msgid "" 316 "An error has been found in the installation step, it is possible that you do " 317 "not have sufficient space left on your harddisk. You need around 3 GB " 318 "minimum for a standard install of an Elive system. If you have free space, " 319 "please report the bug." 320 msgstr "" 321 322 msgid "" 323 "An error has occurred with the installer, please reboot and try again. If " 324 "the problem persists, try to use different options or modes of install" 325 msgstr "" 326 327 msgid "" 328 "Another possible cause will be that the union module has segfaulted, if this " 329 "is the case just reboot the computer and try again, the union layer is very " 330 "delicate" 243 331 msgstr "" 244 332 … … 254 342 msgid "" 255 343 "Choose a hostname for this computer. The hostname is a simple name\n" 256 "that you give to this computer, its recommended to use a ingenuous or a fun name" 344 "that you give to this computer, its recommended to use a ingenuous or a fun " 345 "name" 257 346 msgstr "" 258 347 … … 276 365 277 366 msgid "" 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!" 367 "Congratulations, fine-tune step finished successfully,\\nYou can close this " 368 "window now...\\n\\nWe recommend you reboot in order to ensure everything " 369 "will work correctly" 370 msgstr "" 371 372 msgid "" 373 "Congratulations, you have installed Elive! You can now reboot the computer " 374 "to begin to discover a new world and a new way to use GNU/Linux. A system " 375 "based on Debian, using the Enlightenment 17 Desktop. Elive is a balance " 376 "between ease of use for the new user and power and flexibility to the power-" 377 "user. We hope you will enjoy your Elive system!" 285 378 msgstr "" 286 379 … … 291 384 msgstr "" 292 385 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?" 386 msgid "" 387 "Did you read the necessary steps to prepare the MacBook prior to the " 388 "installation. Do you want to install Elive for MacBooks now?" 294 389 msgstr "" 295 390 … … 327 422 msgstr "" 328 423 329 msgid "Disable System and Kernel logs (messages), available at Ctrl + Alt + F12" 424 msgid "" 425 "Disable System and Kernel logs (messages), available at Ctrl + Alt + F12" 330 426 msgstr "" 331 427 … … 337 433 338 434 #, sh-format 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: " 435 msgid "" 436 "Do you want Elive to automatically add your FrameBuffer to boot the system ? " 437 "FB auto-detected: $fbvalue (Choose 'Cancel' if you experience a BLACK screen " 438 "during booting of the system) " 439 msgstr "" 440 441 msgid "" 442 "Do you want Elive to automatically add your FrameBuffer to boot the system ? " 443 "FB autodetected: " 343 444 msgstr "" 344 445 … … 346 447 msgstr "" 347 448 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: " 449 msgid "" 450 "Do you want to install a default MBR in order to boot from the hard disk ? " 451 "(Select Cancel if you want to use your own way in which to boot from this " 452 "partition). This option overwrites an existing Grub/Lilo on the MBR). Note: " 453 "An active partition (bootable flag) can't boot from a DOS system if it is on " 454 "an extended partition. This does not happen if you boot this partition from " 455 "an external Grub or Lilo." 456 msgstr "" 457 458 msgid "" 459 "Do you want to repair possible bad blocks in your hard disk ? This is useful " 460 "if your hard disk contains errors or you want to ensure it, if your hard " 461 "disk contains errors they are ignored in the filesystem, making your hard " 462 "disk usable with your data even if you have errors. This process is very " 463 "slow and you need to be very patient, it can take even more than one hour." 464 msgstr "" 465 466 msgid "" 467 "ERROR: Please report this bug immediately, I can not mount the partition: " 355 468 msgstr "" 356 469 … … 385 498 386 499 msgid "" 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" 500 "Error in the installation, please reboot and try again, if the same problem " 501 "occurs, INFORM about it via http://bugs.elivecd.org or directly on the Elive " 502 "channel. Also if you don't think it, your reports ARE IMPORTANTS.\n" 388 503 " \n" 389 504 " Error message: \n" … … 395 510 msgstr "" 396 511 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" 512 msgid "" 513 "Error: You are logged in as root. Working in admin mode is dangerous and " 514 "should be more restricted. Please use a normal user" 398 515 msgstr "" 399 516 … … 411 528 412 529 #, sh-format 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." 530 msgid "" 531 "Filesystem ${ROOT_FS} is not correct. If this is an upgrade of your existing " 532 "Elive system (not a clean installation), then this is a bug and it needs to " 533 "be reported. If you are doing a clean installation, launch the Elive " 534 "installer again and select the desired filesystem. Apologies for the " 535 "inconvenience." 414 536 msgstr "" 415 537 … … 423 545 msgstr "" 424 546 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} " 547 msgid "" 548 "Here you can add a simple list of additional packages that you want to " 549 "install on your system. They will be installed again at each installation of " 550 "Elive (upgrade mode). This file is located at " 551 msgstr "" 552 553 #, sh-format 554 msgid "" 555 "I have found something strange. The ROOT partition of your old system is not " 556 "the same as the one indicated in fstab file. Maybe you have switched the " 557 "primary and secondary drives, changed the IDE cables or something similar. " 558 "If you continue, this will be a new, fresh installation and NOT an upgrade." 559 "\\n\\nOld root partition name: \\t ${PART_ROOT_2}\\nCurrent root partition " 560 "name: \\t ${PART_ROOT} " 434 561 msgstr "" 435 562 … … 437 564 msgstr "" 438 565 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." 566 msgid "" 567 "IMPORTANT: a file has been generated named 'support-development.tgz' in " 568 "your /tmp directory. This file contains special information about this " 569 "installation and your system. Please send this file to the developer. The " 570 "information about your hardware and the installation will help us to create " 571 "a better and more stable Elive. The e-mail address is thanatermesis." 572 "elive@gmail.com. Thank you very much for your help." 573 msgstr "" 574 575 msgid "" 576 "If you have a fixed connection to the Internet, we recommend you install ntp" 577 msgstr "" 578 579 msgid "" 580 "If you see any error messages, just ignore them. It is normal for some " 581 "things that cannot be launched correctly in a chrooted system, but it will " 582 "work perfectly when you boot the installed system" 583 msgstr "" 584 585 msgid "" 586 "If you use the RAID features of your BIOS (aka fakeraid), you need to take " 587 "special steps with grub after the installation of Elive in order to boot it. " 588 "You can search for a how-to in Google with the words grub and fakeraid in " 589 "your desired language. Basically, the steps are to do a chroot of your raid " 590 "partition (with the /proc, /sys, and /dev mounted too), do a fdisk -l to " 591 "know the geometry of your disk and install grub with the special parameters " 592 "for this structure of the disk. Also make sure that the configuration is " 593 "correct. In any case, Google probably has a better answer than me." 594 msgstr "" 595 596 msgid "" 597 "Important: the files in this directory are required for Elive to work " 598 "correctly, please don't delete or modify any of them." 599 msgstr "" 600 601 msgid "" 602 "In order to install Elive correctly, you need to finish the Integrity Check " 603 "successfully, Please wait." 604 msgstr "" 605 606 msgid "" 607 "In order to install Elive you need to make a small payment to support the " 608 "future of the project. If you are unable to make a payment we have " 609 "alternatives that have no economical cost. We don't want to stop anybody " 610 "from using Elive. More details about this will appear in later stages of the " 611 "installation." 458 612 msgstr "" 459 613 … … 461 615 msgstr "" 462 616 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" 617 msgid "" 618 "Installing and Removing Packages. This operation can be slow, please wait..." 619 msgstr "" 620 621 msgid "" 622 "It is recommended to reboot the computer and run the installer again. If the " 623 "problem persists, then start a clean install" 624 msgstr "" 625 626 msgid "" 627 "It seems as though you are not connected to the Internet. In order to " 628 "download the module you can simply do it from any computer, in a shop with " 629 "Internet access or in a friend's house for example. Copy it to a USB stick " 630 "or any portable storage device and then go back to this installer and insert " 631 "it manually once you have it" 470 632 msgstr "" 471 633 … … 482 644 msgstr "" 483 645 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." 646 msgid "" 647 "Looks like the graphical configuration file (xorg.conf) in your old system " 648 "contains a special config for multiple screens, do you want to use it for " 649 "your new installed system instead of the clean new version generated by " 650 "Elive ?" 651 msgstr "" 652 653 #, sh-format 654 msgid "" 655 "Looks like there is a problem with your clock. Your actual date is " 656 "'${actual_date}'. It is very important that your clock is running correctly " 657 "because it can cause problems with your Elive system (that is the reason for " 658 "this error message). If your computer loses the date at every shutdown, then " 659 "you need to replace your BIOS battery. Take your computer to a computer " 660 "seller or repair shop to replace it and then you can continue with the " 661 "installation." 489 662 msgstr "" 490 663 … … 495 668 msgstr "" 496 669 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." 670 msgid "" 671 "Multiple versions of Elive have been found on your system. Elive can " 672 "continue the installation similar to an upgrade instead of a fresh " 673 "installation. saving the most basic configurations and all the users with " 674 "their passwords and files in a perfect state. I recommend that you select " 675 "this option to continue the installation." 498 676 msgstr "" 499 677 … … 518 696 msgstr "" 519 697 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." 698 msgid "" 699 "Note: Some users has wanted to share an existing 'home' partition between " 700 "two different systems. This is not possible with Elive, because it will give " 701 "you a lot of problems. First of all, the filesystem does not depend on the " 702 "username but on its User ID (UID). This means that if they are not the same " 703 "on both systems, you will have a lot of problems with your applications and " 704 "also your files (wrong permissions, applications that do not start, etc). " 705 "Apart from that, the home of the user contains a lot of configuration files " 706 "for the applications, if you don't run the same versions of the applications " 707 "you can break your applications. This message is just to inform you why this " 708 "is not possible. If you want to share updated files between two systems, we " 709 "recommend you install unison-gtk." 521 710 msgstr "" 522 711 … … 546 735 msgstr "" 547 736 548 msgid "Please read the message again because is made for security reasons and the messages in Elive are made for to be readed." 737 msgid "" 738 "Please read the message again because is made for security reasons and the " 739 "messages in Elive are made for to be readed." 549 740 msgstr "" 550 741 … … 587 778 588 779 msgid "" 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." 780 "Select the desired level of experience for the installation.\\nThe complete " 781 "mode does not require high levels of knowledge, you just have more options " 782 "to configure through the process." 591 783 msgstr "" 592 784 … … 594 786 msgstr "" 595 787 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." 788 msgid "" 789 "Select the hard disk where you want to install Grub. Normally you would " 790 "select the hard disk that your computer normally boots from." 791 msgstr "" 792 793 msgid "" 794 "Select the location where you want to install GRUB. If you don't know, " 795 "install Grub on the MBR of your first harddisk." 600 796 msgstr "" 601 797 … … 603 799 msgstr "" 604 800 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" 801 msgid "" 802 "Since version 1.9.51 of Elive, there is a special feature that allows you to " 803 "upgrade your Elive install without the need to burn a CD or use a USB stick. " 804 "For this method, just search for the reinstall-elive application in the " 805 "menus of your installed system" 606 806 msgstr "" 607 807 … … 610 810 611 811 msgid "" 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" 812 "Some packages are not essential in Elive, so you can remove them if you don't" 813 "\\nwant these features. It will also make your system lighter and faster to " 814 "boot" 815 msgstr "" 816 817 msgid "" 818 "Some users will want to use a RAID system under Elive. They can set up a " 819 "RAID system very easily by using the software mode (so, a bunch of similar " 820 "disks in the computer, formatted in a special way that the Linux Kernel will " 821 "understand in order to work as a RAID configuration). By using a RAID0 " 822 "system you will multiply the speed of all the disks by doing parallel work " 823 "between them, but if one disk fails, all your data is lost. With RAID1, they " 824 "works by using mirrors, so the speed of the total disk is not faster, but " 825 "they work in parallel just like a mirror, so if one disk breaks, you can " 826 "continue working without losing any data, you just need to replace the " 827 "broken disk and sync the disks again. There is also a special mode called " 828 "RAID10,f2 that works like a mirror and multiplier at the same time, so you " 829 "get speed and security. Elive supports the installation under a RAID system, " 830 "but you need to set up the disks by yourself manually first, so search for a " 831 "few howto's in google and do that first, then you can use them in the " 832 "installer.\n" 833 "\n" 834 "Note: It is possible that you will have problems trying to boot the system " 835 "in RAID mode, an easy solution is to simply use a partition on a single disk " 836 "(not the RAID combination partition) as the /boot partition, just like a " 837 "normal partition on a single disk, and then boot the computer from this" 838 msgstr "" 839 840 msgid "" 841 "Sorry, this version of the Linux kernel does not have the Reiser4 filesystem " 842 "included" 623 843 msgstr "" 624 844 … … 634 854 msgstr "" 635 855 636 msgid "The installer module has not been found, run the installer again when you have it." 856 msgid "" 857 "The installer module has not been found, run the installer again when you " 858 "have it." 637 859 msgstr "" 638 860 … … 643 865 msgstr "" 644 866 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" 867 msgid "" 868 "The swap partition will be unmounted. If you have less than 256 Mb of RAM it " 869 "is better to close all applications to minimize memory usage. If any " 870 "programs close automatically, choose NO the next time you reach this point." 871 msgstr "" 872 873 msgid "" 874 "The system is unable to generate the installer module identifier, please " 875 "report this issue" 649 876 msgstr "" 650 877 … … 652 879 msgstr "" 653 880 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 ?" 881 msgid "" 882 "The value of the identifier '$1' is wrong, please report this problem. You " 883 "can't install Elive at this time." 884 msgstr "" 885 886 #, sh-format 887 msgid "" 888 "There is a system ${systemname} installed on ${PART_ROOT} called " 889 "${oldhostname}, \\ndo you want to migrate it to an Elive system saving users " 890 "and files ?" 661 891 msgstr "" 662 892 … … 667 897 msgstr "" 668 898 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" 899 msgid "" 900 "This is the Elive installer. You do not need it on an already installed " 901 "system." 902 msgstr "" 903 904 msgid "" 905 "This option is used for check the validity of an installer module. You need " 906 "to insert it" 673 907 msgstr "" 674 908 … … 680 914 681 915 msgid "" 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" 916 "This step is a fine-tune for your Elive system. It consists of the " 917 "reconfiguration of all the packages using debconf. This step is needed for a " 918 "better adaptation of this system to your computer\\n\\nWe advise you to be " 919 "patient because this step can take a very long time to finish, depending on " 920 "speed of your machine \\n" 921 msgstr "" 922 923 msgid "" 924 "To update your bios in your EeePC, download the BIOS from asus.com, then go " 925 "to Global and click in Support. Follow the steps and download a zip file " 926 "that contains the .rom, then rename the resulting file to 701.ROM (701 for " 927 "the 4 Gb ones, the 701 models), and copy that to a FAT16 USB flash drive. " 928 "Note that FAT16 seems to be mandatory here. After that, reboot your EeePC " 929 "with the USB flash drive present (and no other USB devices connected), and " 930 "press Alt-F2 during the BIOS splash screen. This will search for a file 701." 931 "ROM on your USB flash drive and upgrade using it. (Note, 2Gb models will " 932 "search for the file 700.ROM). Do this step with caution and be patient, do " 933 "not touch the computer whilst flashing the BIOS and especially do not shut " 934 "it down before it finishes" 688 935 msgstr "" 689 936 … … 695 942 696 943 msgid "" 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"944 "Verifying the quality of your Elive data before installing to your system " 945 "\\nIf your computer freezes in this step, it's because CD contains errors" 699 946 msgstr "" 700 947 … … 705 952 msgstr "" 706 953 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 ?" 954 msgid "" 955 "WARNING: I have encountered error messages in the system logs. It looks like " 956 "your hard disk has errors. Please check it by running the command 'dmesg' in " 957 "a Terminal, if this is a false warning please report it with the result of " 958 "your 'dmesg' to Elive immediately. If your hard disk has errors, we strictly " 959 "recommend you replace it or you will have a lot of problems with your data " 960 "and your system." 961 msgstr "" 962 963 #, sh-format 964 msgid "" 965 "WARNING: The disk where you want to install Elive is extremely slow " 966 "(${speed_disk_num}). This looks like a bug somewhere. Maybe you need to " 967 "update your BIOS, use another disk or update the kernel. Please, check it " 968 "out before proceeding with the install. Remember, if you continue, your " 969 "Elive will be installed in a VERY SLOW system!" 970 msgstr "" 971 972 #, sh-format 973 msgid "" 974 "WARNING: The disk where you want to install Elive is extremely slow " 975 "(${speed_disk_num}). This looks like a bug. Apparently your computer is a " 976 "EeePC and there's a known bug in EeePC with USB devices. You need to update " 977 "the BIOS or enter the BIOS and disable the SD Media Card disk (but you won't " 978 "be able to read memory cards then). In case of any doubts, ask your hardware " 979 "provider" 980 msgstr "" 981 982 #, sh-format 983 msgid "" 984 "WARNING: The disk where you want to install Elive is very slow " 985 "(${speed_disk_num}). This looks like a bug somewhere. Maybe you need to " 986 "update your BIOS, use another disk, or update the kernel. Please, check it " 987 "out before proceeding with the install. Remember, if you continue, your " 988 "Elive will be installed in a SLOW system!" 989 msgstr "" 990 991 msgid "" 992 "Warning: This version of the installer is in a DEVELOPMENT state. Please " 993 "make a backup of your existing system. Do you want to continue ?" 723 994 msgstr "" 724 995 … … 726 997 msgid "" 727 998 "Warning: You are going to erase entirely your disk \n" 728 " ${ROOT_DISK} (${ROOT_DISK_SIZE} MB), you will lost all the data of it,\n" 999 " ${ROOT_DISK} (${ROOT_DISK_SIZE} MB), you will lost all the data of " 1000 "it,\n" 729 1001 " please enter the security number for continue:\n" 730 1002 "\n" … … 735 1007 msgid "" 736 1008 "Warning: You are going to erase entirely your disk \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" 1009 " ${ROOT_DISK} (${ROOT_DISK_SIZE} MB), you will lost all the data of " 1010 "it,\n" 1011 " because very users doesn't read the messages and just press the OK " 1012 "button,\n" 739 1013 " you need to enter the security code to continue:\n" 740 1014 "\n" … … 742 1016 msgstr "" 743 1017 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." 1018 msgid "" 1019 "What filesystem would you like to use for the extra partition? Elive " 1020 "recommends in this case the ReiserFS." 1021 msgstr "" 1022 1023 msgid "" 1024 "What filesystem would you like to use for the extra partition? Elive " 1025 "recommends in this case the ext3 filesystem." 748 1026 msgstr "" 749 1027 … … 754 1032 msgstr "" 755 1033 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 ?" 1034 msgid "" 1035 "Would you like to add an extra partition ? For example /home. This option is " 1036 "only optional and not needed at all in Elive." 1037 msgstr "" 1038 1039 msgid "" 1040 "You are going to reinstall Elive under your actual system installation, this " 1041 "feature will save your users and files. Do you wish to continue ?" 760 1042 msgstr "" 761 1043 … … 763 1045 msgstr "" 764 1046 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 ?" 1047 msgid "" 1048 "You canceled the system installation process. Please wait until all of the " 1049 "processes are finished so you can safely start the installation again." 1050 msgstr "" 1051 1052 #, sh-format 1053 msgid "" 1054 "You chose the next partition: ${PART_EXTR_DEV} This partition will be " 1055 "erased, continue ?" 1056 msgstr "" 1057 1058 #, sh-format 1059 msgid "" 1060 "You chose the next partition: ${PART_ROOT} This partition will be erased, " 1061 "continue ?" 1062 msgstr "" 1063 1064 #, sh-format 1065 msgid "" 1066 "You chose the next partition: ${resultado} This partition will be erased, " 1067 "continue ?" 778 1068 msgstr "" 779 1069 … … 784 1074 msgstr "" 785 1075 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)" 1076 msgid "" 1077 "You do not seem to have a connection to the Internet right now. Please " 1078 "connect to the Internet before you close this message or the packages that " 1079 "you have listed on /etc/elive/packages_to_maintain_installed will not be " 1080 "installed. If you continue, will will need to manually install them when you " 1081 "have a connection to the Internet (just select the list and append it to an " 1082 "'apt-get install' command)" 787 1083 msgstr "" 788 1084 … … 793 1089 msgstr "" 794 1090 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?" 1091 msgid "" 1092 "You have less than 200 MB of hard disk space left. It is not recommended to " 1093 "continue the installation with only this amount of free space. Are you " 1094 "really sure that you want to continue?" 796 1095 msgstr "" 797 1096 … … 799 1098 msgstr "" 800 1099 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:" 1100 msgid "" 1101 "You have selected a special filesystem for your ROOT partition (/) that " 1102 "requires a separate /boot partition. The size of this partition does not " 1103 "need to be very big, 100 Mb would be sufficient if you are not going to " 1104 "install more kernels" 1105 msgstr "" 1106 1107 #, sh-format 1108 msgid "" 1109 "You need the Installer Module, you can obtain it by http://www.elivecd.org/" 1110 "installer-module using this code: ${key_generated}" 1111 msgstr "" 1112 1113 msgid "" 1114 "You need the installer module to install Elive. To obtain it, you need to go " 1115 "to:" 809 1116 msgstr "" 810 1117 … … 816 1123 817 1124 #, sh-format 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 "你想在软件单列表里增加新软件包的时候可以修改它,只要在软件包间用逗号,空格或者分行符来隔开就行了" 1125 msgid "" 1126 "You've got an older version of Elive $oldeliveversion. Elive can continue " 1127 "the installation and upgrade the system, instead of a fresh installation. " 1128 "This will save the most basic configurations with all the users and their " 1129 "passwords and files in a perfect state. It is recommended that you select " 1130 "this option to continue the installation." 1131 msgstr "" 1132 1133 msgid "" 1134 "Your Computer has low RAM memory. You should use the 'Complete' install mode " 1135 "so that you can select which services to include in your installed system, " 1136 "we recommend to remove anything that you may not use like bluetooth, samba, " 1137 "cups (printer), sane (scanner), etc. In order to make your end system more " 1138 "light in resources. We also recommend to use the option Reiser4 with LZO " 1139 "compression so that you can profite more free space on your hard disk and " 1140 "also boost the speed of your system." 1141 msgstr "" 1142 1143 msgid "" 1144 "Your Elive system seems to be damaged or your Elive system is not trusted. " 1145 "If you have correctly downloaded Elive from the Elive website, and the MD5 " 1146 "matches, it is possible that there is a problem reading the CD. Please burn " 1147 "Elive again on a new CD-R. You can also can try to boot Elive from a USB " 1148 "stick. Installation aborted..." 1149 msgstr "" 1150 1151 #, sh-format 1152 msgid "" 1153 "Your Installer Code is:\\n${key_generated}\\n\\nThe Code of your Installer " 1154 "Module file is\\n${key_code_from_file}\\n\\nThe validity is: " 1155 "${module_validity}." 1156 msgstr "" 1157 1158 msgid "" 1159 "Your system needs to be fine-tuned. Please enter the password for the root " 1160 "user (Administrator)." 1161 msgstr "" 1162 1163 #, sh-format 1164 msgid "" 1165 "and enter the identifier value: ${key_generated} \\n\\n(Warning its case " 1166 "sensitive)\\n\\nPress OK to continue with the installation when you have " 1167 "it..." 1168 msgstr "" 1169 "输入验证码: ${key_generated} \\n\\n(注意:大小写敏感)\\n\\n之后,请点击OK" 1170 "以继续安装" 1171 1172 msgid "" 1173 "and you can edit it when you want in order to add a new package to the list. " 1174 "The package names can be separated with comma's, newlines or spaces, just " 1175 "how you like" 1176 msgstr "" 1177 "你想在软件单列表里增加新软件包的时候可以修改它,只要在软件包间用逗号,空格或" 1178 "者分行符来隔开就行了" 857 1179 858 1180 msgid "normal speed, very stable, perfect for /home" … … 861 1183 msgid "very fast for multimedia and big files, normal stability" 862 1184 msgstr "" 863
Note: See TracChangeset
for help on using the changeset viewer.
