summaryrefslogtreecommitdiffstats
path: root/man/ru/urpmq.8
Commit message (Collapse)AuthorAgeFilesLines
* changed MandrakeSoft -> MandrakesoftPablo Saratxaga2004-07-201-1/+1
|
* Remove gurpmi/rpmdrake reference, Bug #6749Olivier Thauvin2004-02-251-2/+0
|
* Changed remaining gettext("foo $bar") into _("foo %s", $bar)Pablo Saratxaga2002-08-241-0/+121
Added russian man pages redo the way the *.pot file is created rebuild *.po files
>105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241
# translation of mgaonline.po to Nederlands
# Copyright (C) 2004, 2005, 2008 Free Software Foundation, Inc.
# Peter Bosch <peter.bosch@hccnet.nl>, 2002.
# Reinout van Schouwen <reinout@gmail.com>, 2002-2008.
# Hendrik-Jan Heins <hjh@passys.nl>, 2003.
# Rob Teng <mandrake.tips@free.fr>, 2004, 2005.
# C. Verschuuren, 2008
# Remco Rijnders <remmy@mageia.org>, 2013
# Marja van Waes <marja@mageia.org>, 2013
#
msgid ""
msgstr ""
"Project-Id-Version: mgaonline-nl\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-02-03 21:41+0100\n"
"PO-Revision-Date: 2013-12-01 16:46+0100\n"
"Last-Translator: Marja van Waes <marja@mageia.org>\n"
"Language-Team: Nederlands\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. -PO: here %s will be replaced by the local time (eg: "Will check updates at 14:03:50"
#: ../mgaapplet:82
#, c-format
msgid "Will check updates at %s"
msgstr "Volgende controle op herzieningen om %s"

#: ../mgaapplet:90
#, c-format
msgid "Your system is up-to-date"
msgstr "Uw systeem is bijgewerkt"

#: ../mgaapplet:95
#, c-format
msgid ""
"Service configuration problem. Please check logs and send mail to "
"support@mageiaonline.com"
msgstr ""
"Dienst-instellingsprobleem. Verifieer uw logboeken en stuur een e-mail naar "
"support@mageiaonline.com"

#: ../mgaapplet:101
#, c-format
msgid "Please wait, finding available packages..."
msgstr "Even geduld, bezig met opzoeken van beschikbare pakketten…"

#: ../mgaapplet:106
#, c-format
msgid "New updates are available for your system"
msgstr "Er zijn nieuwe herzieningen beschikbaar voor uw systeem"

#: ../mgaapplet:112
#, c-format
msgid "A new version of Mageia distribution has been released"
msgstr "Een nieuwe versie van de Mageia-distributie is uitgebracht"

#: ../mgaapplet:123
#, c-format
msgid "Network is down. Please configure your network"
msgstr "Netwerk niet actief. Configureer uw netwerk"

#: ../mgaapplet:129
#, c-format
msgid "Service is not activated. Please click on \"Online Website\""
msgstr "Dienst niet geactiveerd. Klik alstublieft op \"Webpagina\""

#: ../mgaapplet:134 ../mgaapplet:140
#, c-format
msgid "urpmi database locked"
msgstr "urpmi-database gesloten"

#: ../mgaapplet:145
#, c-format
msgid "Release not supported (too old release, or development release)"
msgstr "Uitgave niet ondersteund (te oud, of een ontwikkelingsuitgave)"

#: ../mgaapplet:150
#, c-format
msgid ""
"No medium found. You must add some media through 'Software Media Manager'."
msgstr ""
"Geen medium gevonden. U dient er één of meer toe te voegen via ‘Software "
"Mediabeheer’."

#: ../mgaapplet:155
#, c-format
msgid ""
"You already have at least one update medium configured, but\n"
"all of them are currently disabled. You should run the Software\n"
"Media Manager to enable at least one (check it in the \"%s\"\n"
"column).\n"
"\n"
"Then, restart \"%s\"."
msgstr ""
"U hebt al tenminste één herzieningenmedium geconfigureerd, maar\n"
"geen ervan is momenteel ingeschakeld. U dient Software Mediabeheer te\n"
"starten om er tenminste één te activeren (selecteer dit in de kolom\n"
"‘%s’).\n"
"\n"
"Daarna herstart u ‘%s’."

#: ../mgaapplet:160
#, c-format
msgid "Enabled"
msgstr "Ingeschakeld"

#: ../mgaapplet:166 ../mgaapplet:688
#, c-format
msgid "Install updates"
msgstr "Herzieningen installeren"

#: ../mgaapplet:167
#, c-format
msgid "Check Updates"
msgstr "Herzieningen nagaan"

#: ../mgaapplet:168
#, c-format
msgid "Configure Network"
msgstr "Netwerk configureren"

#: ../mgaapplet:169
#, c-format
msgid "Upgrade the system"
msgstr "Het systeem bijwerken"

#: ../mgaapplet:343
#, c-format
msgid "Received SIGHUP (probably an upgrade has finished), restarting applet."
msgstr ""
"SIGHUP signaal ontvangen (waarschijnlijk ten gevolge van een voltooide "
"upgrade), de applet wordt herstart."

#: ../mgaapplet:350
#, c-format
msgid "Launching drakconnect\n"
msgstr "Drakconnect wordt gestart\n"

#: ../mgaapplet:357 ../mgaapplet:433 ../mgaapplet:494
#, c-format
msgid "New version of Mageia distribution"
msgstr "Nieuwe versie van de Mageia-distributie"

#: ../mgaapplet:362
#, c-format
msgid "Browse"
msgstr "Blader"

#: ../mgaapplet:366 ../mgaapplet-upgrade-helper:89
#: ../mgaapplet-upgrade-helper:137 ../mgaapplet-upgrade-helper:170
#: ../mgaapplet-upgrade-helper:176 ../mgaapplet-upgrade-helper:224
#: ../mgaapplet-upgrade-helper:283 ../mgaapplet_gui.pm:211
#, c-format
msgid "Error"
msgstr "Fout"

#: ../mgaapplet:366
#, c-format
msgid "You must choose a directory owned by the super administrator!"
msgstr "U dient een map te kiezen waarvan root de eigenaar is!"

#: ../mgaapplet:373
#, c-format
msgid "A new version of Mageia distribution has been released."
msgstr "Een nieuwe versie van de Mageia-distributie is uitgebracht."

#: ../mgaapplet:375 ../mgaapplet:445
#, c-format
msgid "More info about this new version"
msgstr "Meer informatie over deze nieuwe versie"

#: ../mgaapplet:377 ../mgaapplet:439
#, c-format
msgid "Do you want to upgrade to the '%s' distribution?"
msgstr "Wilt u opwaarderen naar de distributie ‘%s’?"

#: ../mgaapplet:379 ../mgaapplet:449
#, c-format
msgid "Do not ask me next time"
msgstr "Volgende keer niet meer vragen"

#: ../mgaapplet:380
#, c-format
msgid "Download all packages at once"
msgstr "Download nu alle pakketten"

#: ../mgaapplet:381
#, c-format
msgid "(Warning: You will need quite a lot of free space)"
msgstr "(Waarschuwing: U heeft hiervoor vrij veel vrije ruimte nodig)"

#: ../mgaapplet:386
#, c-format
msgid "Where to download packages:"
msgstr "Waar de te downloaden pakketten worden opgeslagen:"

#: ../mgaapplet:389 ../mgaapplet:454 ../mgaapplet:520 ../mgaapplet_gui.pm:199
#, c-format
msgid "Next"
msgstr "Volgende"

#: ../mgaapplet:389 ../mgaapplet:454 ../mgaapplet:520
#: ../mgaapplet-upgrade-helper:143 ../mgaapplet-upgrade-helper:159
#: ../mgaapplet_gui.pm:199
#, c-format
msgid "Cancel"
msgstr "Annuleren"

#: ../mgaapplet:406
#, c-format
msgid ""
"Maintenance for this Mageia version has ended. No more updates will be "
"delivered for this system."
msgstr ""
"Ondersteuning voor deze Mageia versie is gestopt. U zult geen verdere "
"updates meer ontvangen voor dit systeem."

#: ../mgaapplet:412
#, c-format
msgid "In order to keep your system secure, you can:"
msgstr "Om uw systeem veilig te houden kunt u:"

#: ../mgaapplet:418
#, c-format
msgid "Mageia"
msgstr "Mageia"

#: ../mgaapplet:419
#, c-format
msgid "You should upgrade to a newer version of the %s distribution."
msgstr ""
"Wij raden u aan om te upgraden naar een nieuwere versie van de %s "
"distributie."

#: ../mgaapplet:428
#, c-format
msgid "Your distribution is no longer supported"
msgstr "Uw distributie wordt niet langer ondersteund"

#: ../mgaapplet:511
#, c-format
msgid ""
"This upgrade requires high bandwidth network connection (cable, xDSL, ...)  "
"and may take several hours to complete."
msgstr ""
"Deze opwaardering vereist een netwerkverbinding met hoge bandbreedte (kabel, "
"ADSL, …) en kan enkele uren in beslag nemen."

#: ../mgaapplet:513
#, c-format
msgid "Estimated download data will be %s"
msgstr "De geschatte downloadgegevens zijn %s"

#: ../mgaapplet:514
#, c-format
msgid "You should close all other running applications before continuing."
msgstr ""
"U kunt het beste alle andere actieve toepassingen sluiten voordat u "
"verdergaat."

#: ../mgaapplet:517
#, c-format
msgid ""
"You should put your laptop on AC and favor ethernet connection over wifi, if "
"available."
msgstr ""
"U dient uw laptop op netstroom aan te sluiten en zo mogelijk een "
"ethernetverbinding de voorkeur te geven boven wifi."

#: ../mgaapplet:551
#, c-format
msgid "Launching MageiaUpdate\n"
msgstr "MageiaUpdate wordt gestart\n"

#: ../mgaapplet:569
#, c-format
msgid "Computing new updates...\n"
msgstr "Nieuwe herzieningen nagaan…\n"

#: ../mgaapplet:607
#, c-format
msgid "Checking Network: seems disabled\n"
msgstr "Controle van het netwerk: lijkt uitgeschakeld te zijn\n"

#: ../mgaapplet:634
#, c-format
msgid "Mageia Online %s"
msgstr "Mageia Online %s"

#: ../mgaapplet:635 ../mgaapplet:636
#, c-format
msgid "Copyright (C) %s by %s"
msgstr "Copyright © %s van %s"

#: ../mgaapplet:639
#, c-format
msgid "Mageia Online gives access to Mageia web services."
msgstr "Mageia Online geeft toegang tot webdiensten van Mageia."

#: ../mgaapplet:641
#, c-format
msgid "Online WebSite"
msgstr "Webpagina"

#. -PO: put here name(s) and email(s) of translator(s) (eg: "John Smith <jsmith@nowhere.com>")
#: ../mgaapplet:645
#, c-format
msgid "_: Translator(s) name(s) & email(s)\n"
msgstr ""
"C. Verschuuren\n"
"Reinout van Schouwen <reinout@gmail.com>\n"

#: ../mgaapplet:674
#, c-format
msgid "Warning"
msgstr "Waarschuwing"

#: ../mgaapplet:677 ../mgaapplet:682 ../mgaapplet_gui.pm:231
#, c-format
msgid "More Information"
msgstr "Meer informatie"

#: ../mgaapplet:690
#, c-format
msgid "Add media"
msgstr "Media toevoegen"

#: ../mgaapplet:708
#, c-format
msgid "About..."
msgstr "Info…"

#: ../mgaapplet:710 ../mgaapplet-config:66
#, c-format
msgid "Updates Configuration"
msgstr "Stel Updates in"

#: ../mgaapplet:712
#, c-format
msgid "Always launch on startup"
msgstr "Altijd starten bij systeemstart"

#: ../mgaapplet:714
#, c-format
msgid "Quit"
msgstr "Afsluiten"

#: ../mgaapplet-config:43
#, c-format
msgid "Adding an additional package medium"
msgstr "Toevoegen van extra pakketmedium…"

#: ../mgaapplet-config:67
#, c-format
msgid "Here you can configure the updates applet"
msgstr "Hier kunt u de update-applet instellen"

#: ../mgaapplet-config:69
#, c-format
msgid "Update frequency (hours)"
msgstr "Bijwerkfrequentie (in uren)"

#: ../mgaapplet-config:77
#, c-format
msgid "First check delay (minutes)"
msgstr "Eerste controle na (minuten)"

#: ../mgaapplet-config:85
#, c-format
msgid "Check for newer \"%s\" releases"
msgstr "Controleer op nieuwere \"%s\" uitgaven"

#: ../mgaapplet-upgrade-helper:86
#, c-format
msgid ""
"Your system does not have enough space left in %s for upgrade (%dMB < %dMB)"
msgstr ""
"Uw computer heeft niet genoeg ruimte over in %s voor de opwaardering (%dMB < "
"%dMB)"

#: ../mgaapplet-upgrade-helper:141 ../mgaapplet-upgrade-helper:225
#: ../mgaapplet-upgrade-helper:284
#, c-format
msgid "Installation failed"
msgstr "Installatie mislukt"

#: ../mgaapplet-upgrade-helper:142
#, c-format
msgid "Installation logs can be found in '%s'"
msgstr "Installatielogboek is te vinden in ‘%s’"

#: ../mgaapplet-upgrade-helper:143
#, c-format
msgid "Retry"
msgstr "Opnieuw"

#: ../mgaapplet-upgrade-helper:152
#, c-format
msgid "Congratulations"
msgstr "Gefeliciteerd"

#: ../mgaapplet-upgrade-helper:156
#, c-format
msgid "Upgrade to Mageia %s release was successful."
msgstr "Opwaardering naar Mageia versie %s geslaagd."

#: ../mgaapplet-upgrade-helper:158
#, c-format
msgid "You must restart your system."
msgstr "U dient uw computer te herstarten."

#: ../mgaapplet-upgrade-helper:159
#, c-format
msgid "Reboot"
msgstr "Herstarten"

#: ../mgaapplet-upgrade-helper:170
#, c-format
msgid "Unable to download distro list"
msgstr ""

#: ../mgaapplet-upgrade-helper:176
#, c-format
msgid "Distribution version %s was not found in the update list"
msgstr ""

#: ../mgaapplet-upgrade-helper:185
#, c-format
msgid "Preparation Required"
msgstr ""

#: ../mgaapplet-upgrade-helper:185
#, c-format
msgid ""
"In order to upgrade, your current installation needs to be prepared.\n"
"\n"
"Do you wish to do this preparation now?"
msgstr ""

#: ../mgaapplet-upgrade-helper:196
#, c-format
msgid ""
"Further action is required before you can continue.\n"
"\n"
"Please see %s for more information."
msgstr ""

#: ../mgaapplet-upgrade-helper:197
#, c-format
msgid "Next Steps"
msgstr ""

#: ../mgaapplet-upgrade-helper:227
#, c-format
msgid ""
"Packages database is locked. Please close other applications\n"
"working with packages database (do you have another media\n"
"manager on another desktop, or are you currently installing\n"
"packages as well?)."
msgstr ""
"Pakketdatabank is vergrendeld. Sluit alstublieft andere programma's \n"
"die met de pakketdatabank werken (loopt Software Mediabeheer\n"
"al op een ander werkblad, of bent u op het moment al \n"
"pakketten aan het installeren?)."

#: ../mgaapplet-upgrade-helper:285
#, c-format
msgid "Failure when adding medium"
msgstr "Toevoegen medium mislukt"

#: ../mgaapplet.pm:18
#, c-format
msgid "Error updating media"
msgstr "Er is een fout opgetreden bij het bijwerken van de media"

#: ../mgaapplet_gui.pm:180
#, c-format
msgid "More information on your user account"
msgstr "Meer informatie over uw gebruikersaccount"

#: ../mgaapplet_gui.pm:187
#, c-format
msgid "Your email"
msgstr "Uw e-mailadres"

#: ../mgaapplet_gui.pm:188
#, c-format
msgid "Your password"
msgstr "Uw wachtwoord"

#: ../mgaapplet_gui.pm:195
#, c-format
msgid "Forgotten password"
msgstr "Wachtwoord vergeten"

#: ../mgaapplet_gui.pm:212
#, c-format
msgid "Password and email cannot be empty."
msgstr "Wachtwoord en e-mailadres mogen niet leeg zijn."

#: ../mgaapplet_gui.pm:234
#, c-format
msgid "Close"
msgstr "Sluiten"

#: ../mgaonline.pm:145
#, c-format
msgid "Mageia Flash"
msgstr "Mageia Flash"

#: ../mgaonline.pm:146 ../mgaonline.pm:160
#, c-format
msgid "Mageia Free"
msgstr "Mageia Free"

#: ../mgaonline.pm:147
#, c-format
msgid "Mageia Mini"
msgstr "Mageia Mini"

#: ../mgaonline.pm:148
#, c-format
msgid "Mageia One"
msgstr "Mageia One"

#: ../mgaonline.pm:161
#, c-format
msgid "The 100%% Open Source distribution freely available."
msgstr "De 100%% vrijelijk verkrijgbare Open Source distributie."

#: ../mgaonline.pm:175
#, c-format
msgid "Distribution Upgrade"
msgstr "Distributie-opwaardering"

#: ../mgaupdate:60
#, c-format
msgid ""
"mgaupdate version %s\n"
"%s\n"
"This is free software and may be redistributed under the terms of the GNU "
"GPL.\n"
"\n"
"usage:\n"
msgstr ""
"mgaupdate versie %s\n"
"%s\n"
"Dit is vrije software en mag verder gedistribueerd worden onder de "
"voorwaarden van de GNU GPL.\n"
"\n"
"gebruik:\n"

#: ../mgaupdate:66
#, c-format
msgid "Copyright (C) %s %s"
msgstr "Copyright (C) %s %s"

#: ../mgaupdate:66
#, c-format
msgid "  --help\t\t- print this help message.\n"
msgstr "  --help\t\t- deze gebruiksaanwijzing.tonen\n"

#: ../mgaupdate:67
#, c-format
msgid "  --auto\t\t- Mageia Update launched automatically.\n"
msgstr "  --auto\t\t- Mageia Update automatisch starten.\n"

#: ../mgaupdate:68
#, c-format
msgid "  --mnf\t\t\t- launch mnf specific scripts.\n"
msgstr "  --mnf\t\t\t- specifieke mnf scripts starten.\n"

#: ../mgaupdate:69
#, c-format
msgid "  --noX\t\t\t- text mode version of Mageia Update.\n"
msgstr "  --noX\t\t\t- tekstmodus van Mageia Update.\n"

#: ../mgaupdate:70
#, c-format
msgid "  --debug\t\t\t- log what is done\n"
msgstr "  --debug\t\t\t- in logboek bijhouden wat er gebeurt\n"

#: ../mgaupdate:100
#, c-format
msgid "Unable to update packages from update_source medium.\n"
msgstr "Niet in staat pakketten bij te werken vanaf het update_source-medium\n"

#: ../polkit/org.mageia.mgaapplet-config.policy.in.h:1
msgid "Run Mageia Update Applet Configuration"
msgstr "Start de Mageia Update Applet-configuratie"

#: ../polkit/org.mageia.mgaapplet-config.policy.in.h:2
msgid "Authentication is required to run Mageia Update Applet Configuration"
msgstr ""
"Authenticatie is nodig om de Mageia Update Applet-configuratie te starten"

#: ../polkit/org.mageia.mgaapplet-upgrade-helper.policy.in.h:1
msgid "Run Mageia Upgrade Helper"
msgstr "Start de Mageia Upgrade Helper"

#: ../polkit/org.mageia.mgaapplet-upgrade-helper.policy.in.h:2
msgid "Authentication is required to run Mageia Upgrade Helper"
msgstr "Authenticatei is nodig om de Mageia Upgrade Helper te starten"

#: ../polkit/org.mageia.mgaupdate.policy.in.h:1
msgid "Run Mageia Updater"
msgstr "Start Mageia Updater"

#: ../polkit/org.mageia.mgaupdate.policy.in.h:2
msgid "Authentication is required to run Mageia Updater"
msgstr "Authenticatie is nodig om Mageia Updater te starten"

#: ../polkit/org.mageia.urpmi.update.policy.in.h:1
#, fuzzy
msgid "Run Mageia Package Media Updater"
msgstr "Start Mageia Updater"

#: ../polkit/org.mageia.urpmi.update.policy.in.h:2
#, fuzzy
msgid "Authentication is required to run Mageia Package Media Updater"
msgstr "Authenticatie is nodig om Mageia Updater te starten"

#~ msgid "System is up-to-date\n"
#~ msgstr "Systeem is bijgewerkt\n"

#, fuzzy
#~ msgid ""
#~ "mgaupdate version %s\n"
#~ "Copyright (C) %s Mandriva.\n"
#~ "Copyright (C) %s Mageia.\n"
#~ "This is free software and may be redistributed under the terms of the GNU "
#~ "GPL.\n"
#~ "\n"
#~ "usage:\n"
#~ msgstr ""
#~ "mdkupdate versie %s\n"
#~ "Copyright © %s Mageia.\n"
#~ "Dit is vrije software en mag verder gedistribueerd worden onder de "
#~ "voorwaarden van de GNU GPL.\n"
#~ "\n"
#~ "gebruik:\n"

#~ msgid "Please fill in your account ID to add an additional package medium"
#~ msgstr ""
#~ "Vul uw account-gebruikersnaam in om een extra pakketmedium toe te voegen"

#, fuzzy
#~ msgid "Online subscription"
#~ msgstr "Computeromschrijving:"

#~ msgid "An error occurred"
#~ msgstr "Er is een fout opgetreden"

#~ msgid "Your Mageia account does not have %s download subscription enabled."
#~ msgstr "Uw Mageia-account bevat geen %s-downloadabonnement."

#~ msgid "An error occurred while adding medium"
#~ msgstr "Er is een fout opgetreden bij het toevoegen van het medium"

#, fuzzy
#~ msgid "Successfully added media!"
#~ msgstr "Media %s met succes toegevoegd"

#~ msgid "Successfully added media %s."
#~ msgstr "Media %s met succes toegevoegd"

#~ msgid "Ok"
#~ msgstr "Ok"

#~ msgid "An additional package medium is available for your distribution."
#~ msgstr "Er is een extra pakketmedium beschikbaar voor uw distributie."

#~ msgid "Add additional package medium"
#~ msgstr "Een extra pakketmedium toevoegen"

#~ msgid "New medium available"
#~ msgstr "Nieuw medium beschikbaar"

#~ msgid ""
#~ "You use '%s' distribution and therefore have privileged access to "
#~ "additional software."
#~ msgstr ""
#~ "U gebruikt de distributie ‘%s’ en heeft daarom bevoorrechte toegang tot "
#~ "extrasoftware."

#~ msgid "Do you want to install this additional software repository?"
#~ msgstr "Wilt u dit extra softwaredepot installeren?"

#, fuzzy
#~ msgid "Mageia Features"
#~ msgstr "Mageia Online %s"

#~ msgid "Mageia PowerPack"
#~ msgstr "Mageia PowerPack"

#, fuzzy
#~ msgid "Mageia Linux"
#~ msgstr "Mageia Online %s"

#, fuzzy
#~ msgid ""
#~ "Please fill in your account ID to add an additional package medium once "
#~ "you have subscribed online"
#~ msgstr ""
#~ "Vul uw account-gebruikersnaam in om een extra pakketmedium toe te voegen"

#, fuzzy
#~ msgid ""
#~ "Your Mageia account does not have Extended Maintenance subscription "
#~ "enabled."
#~ msgstr "Uw Mageia-account bevat geen %s-downloadabonnement."

#, fuzzy
#~ msgid "Mandiva Free"
#~ msgstr "Mageia Online %s"

#, fuzzy
#~ msgid "Get Powerpack subscription!"
#~ msgstr "Computeromschrijving:"

#~ msgid ""
#~ "Your Mageia account does not have Powerpack download subscription enabled."
#~ msgstr "Uw Mageia-account bevat geen Powerpack-downloadabonnement."

#, fuzzy
#~ msgid ""
#~ "The version of Mageia Linux installed on your system is no longer "
#~ "supported."
#~ msgstr ""
#~ "Er is een nieuwe versie van de Mageia Linux-distributie uitgebracht."

#, fuzzy
#~ msgid "You are using '%s' distribution."
#~ msgstr "Wilt u opwaarderen naar de distributie ‘%s’?"

#~ msgid "Do you want to upgrade?"
#~ msgstr "Wilt u opwaarderen?"

#~ msgid "Yes"
#~ msgstr "Ja"

#~ msgid "No"
#~ msgstr "Nee"

#~ msgid "Mageia Online seems to be reinstalled, reloading applet ...."
#~ msgstr "Mageia Online lijkt opnieuw geïnstalleerd te zijn, applet herladen…"

#~ msgid "Checking... Updates are available\n"
#~ msgstr "Nagaan… Herzieningen zijn beschikbaar\n"

#~ msgid "Packages are up to date"
#~ msgstr "Pakketten zijn bijgewerkt"

#~ msgid "Failed to open urpmi database"
#~ msgstr "Openen van urpmi-database is mislukt"

#~ msgid "Connecting to"
#~ msgstr "Verbinding aan het maken met"

#~ msgid "Mageia Linux Updates Applet"
#~ msgstr "Mageia Linux herzieningen-applet"

#~ msgid "Security error"
#~ msgstr "Beveiligingsfout"

#~ msgid "Generic error (machine already registered)"
#~ msgstr "Algemene fout (computer al geregistreerd)"

#~ msgid "Database error"
#~ msgstr "Database-fout"

#~ msgid ""
#~ "Server Database failed\n"
#~ "Please Try again Later"
#~ msgstr ""
#~ "Server-database werkte niet\n"
#~ "Probeer het later nog eens"

#~ msgid "Registration error"
#~ msgstr "Registratiefout"

#~ msgid "Some parameters are missing"
#~ msgstr "Enkele parameters ontbreken"

#~ msgid "Password error"
#~ msgstr "Wachtwoordfout"

#~ msgid "Login error"
#~ msgstr "Aanmeldingsfout"

#~ msgid ""
#~ "The email you provided is already in use\n"
#~ "Please enter another one\n"
#~ msgstr ""
#~ "Het e-mailadres dat u heeft opgegeven is reeds in gebruik\n"
#~ "Geef alstublieft een andere op\n"

#~ msgid "The email you provided is invalid or forbidden"
#~ msgstr "Het door u opgegeven e-mailadres is ongeldig of niet toegestaan"

#~ msgid ""
#~ "Email address box is empty\n"
#~ "Please provide one"
#~ msgstr ""
#~ "E-mailadres-veld is leeg\n"
#~ "Geef alstublieft een adres op"

#~ msgid "Restriction Error"
#~ msgstr "Restrictiefout"

#~ msgid "Database access forbidden"
#~ msgstr "Database-toegang niet toegestaan"

#~ msgid "Service error"
#~ msgstr "Service-fout"

#~ msgid ""
#~ "Mageia web services are currently unavailable\n"
#~ "Please Try again Later"
#~ msgstr ""
#~ "Mageia webdiensten zijn momenteel niet beschikbaar\n"
#~ "Probeer het later nog eens"

#~ msgid "Password mismatch"
#~ msgstr "Wachtwoorden kloppen niet"

#~ msgid ""
#~ "Mageia web services are under maintenance\n"
#~ "Please Try again Later"
#~ msgstr ""
#~ "Mageia webdiensten zijn momenteel in onderhoud\n"
#~ "Probeer het later nog eens"

#~ msgid "User Forbidden"
#~ msgstr "Gebruiker niet toegestaan"

#~ msgid "User account forbidden by Mageia web services"
#~ msgstr "Gebruikersaccount niet toegestaan door Mageia webdiensten"

#~ msgid "Connection error"
#~ msgstr "Verbindingsfout"

#~ msgid "Mageia web services not reachable"
#~ msgstr "Mageia webdiensten niet bereikbaar"

#~ msgid ""
#~ "  --bundle file.bundle\t- parse and install package from .bundle metainfo "
#~ "file.\n"
#~ msgstr ""
#~ " --budle bestand.bundle\t- pakket analyseren en installeren vanuit ."
#~ "bundle metainfo-bestand.\n"

#~ msgid ""
#~ "You first need to install the system on your harddrive with the 'Live "
#~ "Install' wizard."
#~ msgstr ""
#~ "U dient het systeem eerst op uw harde schijf te installeren met de 'Live "
#~ "Installatie'-wizard."

#~ msgid "Please wait"
#~ msgstr "Even geduld"

#~ msgid "Preparing..."
#~ msgstr "Voorbereiden..."

#~ msgid ""
#~ "Failed to authenticate to the bundle server:\n"
#~ "\n"
#~ "%s"
#~ msgstr ""
#~ "Aanmeldingscontrole op de bundelserver is mislukt:\n"
#~ "\n"
#~ "%s"

#~ msgid ""
#~ "The version of the Mageia Online client is too old.\n"
#~ "\n"
#~ "You need to update to a newer version. You can get a new one from http://"
#~ "start.mandriva.com"
#~ msgstr ""
#~ "Deze versie van de Mageia Online-client is te oud.\n"
#~ "\n"
#~ "U dient op te waarderen naar een nieuwere versie. U kunt deze vinden op "
#~ "http://start.mandriva.com"

#~ msgid "This bundle is not well formated. Aborting."
#~ msgstr "Deze bundel is niet correct ingedeeld. Afgebroken."

#~ msgid "Installing packages ...\n"
#~ msgstr "Installeren van pakketten...\n"

#~ msgid "New bundles are available for your system"
#~ msgstr "Er zijn nieuwe bundels beschikbaar voor uw systeem"

#~ msgid "Service is not configured. Please click on \"Configure the service\""
#~ msgstr "Dienst niet ingesteld. Klik op \"Dienst configureren\""

#~ msgid "Configure the service"
#~ msgstr "Dienst configureren"

#~ msgid "Check updates"
#~ msgstr "Herzieningen nagaan"

#~ msgid "Configure Now!"
#~ msgstr "Nu configureren!"

#~ msgid "Actions"
#~ msgstr "Acties"

#~ msgid "Configure"
#~ msgstr "Configureren"

#~ msgid "See logs"
#~ msgstr "Logboeken inzien"

#~ msgid "Status"
#~ msgstr "Status"

#~ msgid "Network Connection: "
#~ msgstr "Netwerkverbinding: "

#~ msgid "Up"
#~ msgstr "Actief"

#~ msgid "Down"
#~ msgstr "Inactief"

#~ msgid "Last check: "
#~ msgstr "Laatste controle: "

#~ msgid "Machine name:"
#~ msgstr "Computernaam:"

#~ msgid "Updates: "
#~ msgstr "Herzieningen: "

#~ msgid "Development release not supported by service"
#~ msgstr "Ontwikkelingsuitgaven worden niet ondersteund door deze dienst"

#~ msgid "Too old release not supported by service"
#~ msgstr "Te oude uitgaven worden niet ondersteund door deze dienst"

#~ msgid "Unknown state"
#~ msgstr "Onbekende toestand"

#~ msgid "Online services disabled. Contact Mageia Online site\n"
#~ msgstr "Online diensten uitgeschakeld. Zie de Mageia Online webstek\n"

#~ msgid "Wrong Password.\n"
#~ msgstr "Wachtwoord onjuist.\n"

#~ msgid "Wrong Action or host or login.\n"
#~ msgstr "Onjuiste actie of host of gebruikersnaam.\n"

#~ msgid ""
#~ "Something is wrong with your network settings (check your route, firewall "
#~ "or proxy settings)\n"
#~ msgstr ""
#~ "Er is een probleem met uw netwerk instellingen (verifieer uw route-, "
#~ "firewall- of proxy-instellingen)\n"

#~ msgid ""
#~ "Problem occured while connecting to the server, please contact the "
#~ "support team"
#~ msgstr ""
#~ "Er heeft zich een probleem voorgedaan bij het maken van de verbinding met "
#~ "de server, neem alstublieft contact op met het ondersteuningsteam"

#~ msgid "Response from Mageia Online server\n"
#~ msgstr "Antwoord van Mageia Online server\n"

#~ msgid "No check"
#~ msgstr "Geen controle"

#~ msgid "Checking config file: Not present\n"
#~ msgstr "Controle van het instellingsbestand: niet aanwezig\n"

#~ msgid "Logs"
#~ msgstr "Logboek"

#~ msgid "Clear"
#~ msgstr "Wissen"

#~ msgid "  --box=\t\t\t- hostname.\n"
#~ msgstr "  --box=\t\t\t- computernaam.\n"

#~ msgid "  --country\t\t\t- name of country of the user. \n"
#~ msgstr "  --country\t\t\t- naam van het land van de gebruiker. \n"

#~ msgid "  --interactive\t\t- use the interactive mode.\n"
#~ msgstr "  --interactive\t\t- interactieve modus gebruiken.\n"

#~ msgid "  --nointeractive\t- use the non-interactive mode.\n"
#~ msgstr "  --nointeractive\t- de non-interactieve modus gebruiken.\n"

#~ msgid "  --login=\t\t     - login name of the user.\n"
#~ msgstr "  --login=\t\t     - aanmeldnaam van de gebruiker.\n"

#~ msgid "  --pass=\t\t\t- password  of the user.\n"
#~ msgstr "  --pass=\t\t\t- wachtwoord van de gebruiker.\n"

#~ msgid "I already have an account"
#~ msgstr "Ik heb al een account"

#~ msgid "I want to subscribe"
#~ msgstr "Ik wil mijzelf aanmelden"

#~ msgid "Mr."
#~ msgstr "Dhr."

#~ msgid "Mrs."
#~ msgstr "Mw."

#~ msgid "Ms."
#~ msgstr "Mej."

#~ msgid ""
#~ "This assistant will help you to upload your configuration\n"
#~ "(packages, hardware configuration) to a centralized database in\n"
#~ "order to keep you informed about security updates and useful upgrades.\n"
#~ msgstr ""
#~ "Deze assistent zal u helpen om uw configuratie door te sturen\n"
#~ "(pakketten, hardwareconfiguratie) naar een centrale database om\n"
#~ "u op de hoogte te kunnen houden van beveiligingsherzieningen en nuttige "
#~ "opwaarderingen.\n"

#~ msgid "Account creation or authentication"
#~ msgstr "Aanmaken van account of aanmeldingscontrole"

#~ msgid "Enter your Mageia Online login, password and machine name:"
#~ msgstr ""
#~ "Voer uw Mageia Online gebruikersnaam, wachtwoord en computernaam in:"

#~ msgid "Email address:"
#~ msgstr "E-mailadres:"

#~ msgid "Country"
#~ msgstr "Land"

#~ msgid "Password:"
#~ msgstr "Wachtwoord:"

#~ msgid "(Ex: My Home Office's Computer)"
#~ msgstr "(Bijv.: Computer op mijn kantoor)"

#~ msgid "Machine name must be 1 to 40 alphanumerical characters"
#~ msgstr "Machinenaam dient uit 1 tot 40 alfanumerieke tekens te bestaan"

#~ msgid "Connecting to Mageia Online website..."
#~ msgstr "Verbinden met Mageia Online webstek..."

#~ msgid ""
#~ "In order to benefit from Mageia Online services,\n"
#~ "we are about to upload your configuration.\n"
#~ "\n"
#~ "The Wizard will now send the following information to Mageia:\n"
#~ "\n"
#~ "1) the list of packages you have installed on your system,\n"
#~ "\n"
#~ "2) your hardware configuration.\n"
#~ "\n"
#~ "If you feel uncomfortable by that idea, or do not want to benefit from "
#~ "this service,\n"
#~ "please press 'Cancel'. By pressing 'Next', you allow us to keep you "
#~ "informed\n"
#~ "about security updates and useful upgrades via personalized email "
#~ "alerts.\n"
#~ "Furthermore, you benefit from discounted paid support services on\n"
#~ "www.mandrivaexpert.com."
#~ msgstr ""
#~ "Om te profiteren van de Mageia Online diensten,\n"
#~ "staan we op het punt uw configuratie op te sturen.\n"
#~ "\n"
#~ "De assistent zal nu de volgende informatie naar Mageia sturen:\n"
#~ "\n"
#~ "1) een lijst met pakketten die u heeft geïnstalleerd op uw systeem,\n"
#~ "\n"
#~ "2) uw hardware configuratie.\n"
#~ "\n"
#~ "Als u dit geen prettig idee vindt, of u niet wilt profiteren van deze\n"
#~ "diensten, druk dan op 'Annuleren'. Als u op 'Volgende' klikt, staat u\n"
#~ "ons toe dat wij u informeren over beveiligingsherzieningen en nuttige\n"
#~ "opwaarderingen via persoonlijke e-mail.\n"
#~ "Verder profiteert u van goedkopere betaalde ondersteuning op\n"
#~ "www.mandrivaexpert.com."

#~ msgid "Connection problem"
#~ msgstr "Verbindingsprobleem"

#~ msgid "Problem occurs when uploading files, please try again"
#~ msgstr "Probleem met het versturen van de gegevens, probeert u het opnieuw"

#~ msgid "Create a Mageia Online Account"
#~ msgstr "Mageia Online account aanmaken"

#~ msgid "Greeting:"
#~ msgstr "Aanhef:"

#~ msgid "First name:"
#~ msgstr "Voornaam:"

#~ msgid "Last name:"
#~ msgstr "Achternaam:"

#~ msgid "Confirm Password:"
#~ msgstr "Wachtwoord bevestigen:"

#~ msgid ""
#~ "The passwords do not match\n"
#~ " Please try again\n"
#~ msgstr ""
#~ "De wachtwoorden komen niet overeen\n"
#~ "Probeer het opnieuw\n"

#~ msgid "Please fill in each field"
#~ msgstr "Gelieve alle velden in te vullen"

#~ msgid "Not a valid mail address!\n"
#~ msgstr "Geen geldig emailadres\n"

#~ msgid "Creating account failed!"
#~ msgstr "Aanmaken van account is mislukt!"

#~ msgid ""
#~ "Mageia Online Account successfuly created.\n"
#~ "Please click \"Next\" to authenticate and upload your configuration\n"
#~ msgstr ""
#~ "Aanmaken van een Mageia Online-account is gelukt.\n"
#~ "Klik op \"Volgende\" om aan te melden en uw systeemsamenstelling te "
#~ "verzenden\n"

#~ msgid "Your upload was successful!"
#~ msgstr "Het versturen is gelukt!"

#~ msgid ""
#~ "From now you will receive on security and updates \n"
#~ "announcements thanks to Mageia Online."
#~ msgstr ""
#~ "Vanaf nu ontvangt u beveiligings- en\n"
#~ "herzieningsaankondigingen dankzij Mageia Online"

#~ msgid ""
#~ "Mageia Online offers you the ability to automate the updates.\n"
#~ "A program will run regulary in your system waiting for new updates\n"
#~ msgstr ""
#~ "Mageia Online biedt u de mogelijkheid om de herzieningen te "
#~ "automatiseren.\n"
#~ "Een programma in uw systeem zal regelmatig kijken of er nieuwe herziene\n"
#~ "versies zijn\n"

#~ msgid "Your Mageia Online account has been successfuly configured\n"
#~ msgstr "Uw Mageia Online account is met succes geconfigureerd\n"

#~ msgid "Configuration uploaded successfuly"
#~ msgstr "Het versturen van de configuratie is gelukt!"

#~ msgid "Problem uploading configuration"
#~ msgstr "Probleem met versturen van de configuratie"

#~ msgid ""
#~ "Cannot connect to Mageia Online website: wrong login/password or router/"
#~ "firewall bad settings"
#~ msgstr ""
#~ "Niet in staat verbinding te maken met de Mageia Online website: onjuiste "
#~ "gebruikersnaam/wachtwoord of router/firewall instelling"

#~ msgid "  --applet\t\t- launch Mageia Update.\n"
#~ msgstr "  --applet\t\t- Mageia Update starten.\n"

#~ msgid "Cannot get list of updates: %s"
#~ msgstr "Kan lijst met herzieningen niet ophalen: %s"

#~ msgid "Choose which packages should be installed and Press Ok"
#~ msgstr "Kies welke pakketten geïnstalleerd dienen te worden en druk op OK"

#~ msgid "System is busy. Please wait ..."
#~ msgstr "Systeem is bezig. Even geduld..."

#~ msgid "Sending configuration..."
#~ msgstr "Configuratie sturen"

#~ msgid "Unsecure invocation: Method available through httpS only"
#~ msgstr "Onbeveiligde aanroep: Methode alleen beschikbaar via httpS"

#~ msgid "No %s file found. Run mdkonline wizard first"
#~ msgstr "Geen %s-bestand gevonden. Start eerst de mdkonline-assistent"

#~ msgid "Mageia Update could not contact the site, we will try again."
#~ msgstr ""
#~ "Mageia Update kan geen verbinding met de webstek maken, we proberen het "
#~ "later nog eens."

#~ msgid "Login:"
#~ msgstr "Gebruikersnaam:"

#~ msgid "or"
#~ msgstr "of"

#~ msgid "wrong password:"
#~ msgstr "wachtwoord onjuist:"

#~ msgid ""
#~ "Your login or password was wrong.\n"
#~ " Either you'll have to type it again, or you'll need to create an account "
#~ "on Mageia Online.\n"
#~ " In the latter case, go back to the first step to connect to Mageia "
#~ "Online.\n"
#~ " Be aware that you must also provide a Machine name \n"
#~ " (only alphabetical characters are admitted)"
#~ msgstr ""
#~ "Uw gebruikersnaam of wachtwoord was onjuist.\n"
#~ " U kunt het opnieuw proberen, of u moet zich nog registreren bij Mageia "
#~ "Online.\n"
#~ " In het laatste geval dient u terug te gaan naar de eerste stap om "
#~ "verbinding te maken met Mageia Online.\n"
#~ " Weest u zich ervan bewust dat u ook een computernaam moet invoeren \n"
#~ " (alleen letters zijn toegestaan)"

#~ msgid "Mail contact:"
#~ msgstr "Mailadres: "

#~ msgid "Please provide a login"
#~ msgstr "Geef alstublieft uw gebruikersnaam"

#~ msgid "Login and password should be less than 12 characters\n"
#~ msgstr "Gebruikersnaam en wachtwoord moeten korter zijn dan 12 tekens\n"

#~ msgid "Special characters are not allowed\n"
#~ msgstr "Speciale tekens zijn niet toegestaan\n"

#~ msgid "Email not valid\n"
#~ msgstr "E-mailadres is ongeldig\n"

#~ msgid "Account already exists\n"
#~ msgstr "Account bestaat al\n"

#~ msgid "Problem connecting to server \n"
#~ msgstr "Er is een probleem opgetreden bij het verbinden met de server \n"