Changeset 737065
- Timestamp:
- 07/06/2013 02:58:48 PM (13 years ago)
- Location:
- login-security-solution/trunk
- Files:
-
- 1 added
- 12 edited
-
admin.php (modified) (3 diffs)
-
languages/login-security-solution-de_DE.mo (modified) (previous)
-
languages/login-security-solution-de_DE.po (modified) (30 diffs)
-
languages/login-security-solution-fr_FR.mo (modified) (previous)
-
languages/login-security-solution-fr_FR.po (modified) (35 diffs)
-
languages/login-security-solution-nl_NL.mo (modified) (previous)
-
languages/login-security-solution-nl_NL.po (modified) (26 diffs)
-
languages/login-security-solution-pt_BR.mo (modified) (previous)
-
languages/login-security-solution-pt_BR.po (modified) (26 diffs)
-
languages/login-security-solution.pot (modified) (23 diffs)
-
login-security-solution.php (modified) (2 diffs)
-
pw_sequences/de-t1-keyboard.txt (added)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
login-security-solution/trunk/admin.php
r718961 r737065 455 455 } 456 456 457 screen_icon('options-general'); 457 458 echo '<h2>' . $this->hsc_utf8($this->text_settings) . '</h2>'; 458 459 echo '<form action="' . $this->hsc_utf8($this->form_action) . '" method="post">' . "\n"; … … 636 637 break; 637 638 } 638 $out[$name] = $in[$name]; 639 640 if ($name == 'disable_logins' && $in[$name] == 1) { 641 $out[$name] = wp_get_current_user()->display_name; 642 } else { 643 $out[$name] = $in[$name]; 644 } 639 645 } 640 646 … … 863 869 echo '<div class="error">'; 864 870 871 $self = false; 872 if (ctype_digit($this->options['disable_logins'])) { 873 // The setting's value in older versions was 0 or 1. 874 $user = __('an administrator', self::ID); 875 } else { 876 // Version 0.42.0 began putting user's name into the setting. 877 $user = $this->options['disable_logins']; 878 if ($user == wp_get_current_user()->display_name) { 879 $self = true; 880 } 881 } 882 865 883 echo '<p><strong>'; 866 echo $this->hsc_utf8(__("WARNING: The site is in maintenance mode. DO NOT TOUCH ANYTHING! Your changes may get overwritten!", self::ID)); 884 if ($self) { 885 echo $this->hsc_utf8(__("NOTICE: you turned on Maintenance Mode at some point. It disables new comments and keeps non-administrators from logging in.", self::ID)); 886 } else { 887 echo $this->hsc_utf8(sprintf(__("WARNING: the site in Maintenance Mode. Talk to %s before making any changes.", self::ID), $user)); 888 } 867 889 echo '</strong></p>'; 890 891 if (current_user_can('administrator')) { 892 echo '<p><strong>'; 893 echo $this->hsc_utf8(__("To turn this off, go to Settings | Login Security Solution | Maintenance Mode.", self::ID)); 894 echo '</strong></p>'; 895 } 868 896 869 897 echo "</div>\n"; -
login-security-solution/trunk/languages/login-security-solution-de_DE.po
r718961 r737065 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: Login Security Solution 0. 38.0\n"3 "Project-Id-Version: Login Security Solution 0.42.0\n" 4 4 "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/login-security-" 5 5 "solution\n" 6 "POT-Creation-Date: 2013-0 5-27 15:28:23+00:00\n"7 "PO-Revision-Date: 2013-0 5-03 13:28:55+02:00\n"8 "Last-Translator: Christian Foellmann <translate@foe-services.de>\n"6 "POT-Creation-Date: 2013-06-29 21:06:42+00:00\n" 7 "PO-Revision-Date: 2013-07-06 10:44:00-04:00\n" 8 "Last-Translator: Daniel Convissor <danielc@analysisandsolutions.com>\n" 9 9 "Language-Team: Translate.foe-services.de <translate@foe-services.de>\n" 10 10 "MIME-Version: 1.0\n" … … 193 193 "Daten, die bei x Loginfehlern genutzt wurden. 0 deaktiviert diese Funktion." 194 194 195 #: admin.php:319 login-security-solution.php:2 071195 #: admin.php:319 login-security-solution.php:2100 196 196 msgid "Breach Email Confirm" 197 197 msgstr "E-Mail-Bestätigung bei Einbruchsverdacht" … … 339 339 msgstr "muss eine Zahl sein," 340 340 341 #: admin.php:7 25341 #: admin.php:730 342 342 msgid "There may be cases where everyone's password should be reset." 343 343 msgstr "" … … 345 345 "Benutzer zurückzusetzen." 346 346 347 #: admin.php:7 27347 #: admin.php:732 348 348 msgid "This page, provided by the %s plugin, offers that functionality." 349 349 msgstr "Diese Seite des %s Plugins bietet diese Funktionalität." 350 350 351 #: admin.php:73 1351 #: admin.php:736 352 352 msgid "" 353 353 "Submitting this form sets a flag that forces all users, except yourself, to " … … 358 358 "setzen." 359 359 360 #: admin.php:73 3360 #: admin.php:738 361 361 msgid "" 362 362 "Users who are presently logged in will be logged out the next time they view " … … 366 366 "weitere Seite betrachten, für die ein Login erforderlich ist." 367 367 368 #: admin.php:7 45368 #: admin.php:750 369 369 msgid "" 370 370 "Confirm that you want to force all users to change their passwords by " … … 374 374 "indem du diese Box aktivierst und danach den Button darunter klickst." 375 375 376 #: admin.php:76 4376 #: admin.php:769 377 377 msgid "No thanks. I know what I'm doing. Please don't remind me about this." 378 378 msgstr "Nein, Danke. Ich weiß, was ich tue. Bitte erinnere mich nicht erneut." 379 379 380 #: admin.php: 796380 #: admin.php:801 381 381 msgid "" 382 382 "You have checked a box that does not correspond with the button you pressed. " … … 386 386 "hast. Bitte überprüfe deine Eingabe und klicke den Button im selben Bereich." 387 387 388 #: admin.php: 798388 #: admin.php:803 389 389 msgid "" 390 390 "Please confirm that you really want to do this. Put a check in the '%s' box " … … 394 394 "Abschicken Button klickst." 395 395 396 #: admin.php:8 09396 #: admin.php:814 397 397 msgid "No thanks" 398 398 msgstr "Nein, Danke" 399 399 400 400 # Translation from WordPress. 401 #: admin.php:81 4 admin.php:834401 #: admin.php:819 admin.php:839 402 402 msgid "Success!" 403 403 msgstr "" 404 404 405 #: admin.php:8 27405 #: admin.php:832 406 406 msgid "Confirm" 407 407 msgstr "Bestätigen" 408 408 409 #: admin.php:866 410 msgid "" 411 "WARNING: The site is in maintenance mode. DO NOT TOUCH ANYTHING! Your " 412 "changes may get overwritten!" 413 msgstr "" 414 "WARNUNG: Die Seite befindet sich im Wartungsmodus. BITTE NICHTS ÄNDERN! Die " 415 "Änderungen werden möglicherweise überschrieben werden!" 416 417 #: admin.php:890 409 #: admin.php:873 410 msgid "an administrator" 411 msgstr "ein Administrator" 412 413 #: admin.php:884 414 msgid "" 415 "NOTICE: you turned on Maintenance Mode at some point. It disables new " 416 "comments and keeps non-administrators from logging in." 417 msgstr "" 418 "HINWEIS: Sie eingeschaltet Maintenance Mode irgendwann. Es deaktiviert neuen " 419 "Kommentare und hält Nicht-Administratoren von Logging in." 420 421 #: admin.php:886 422 msgid "" 423 "WARNING: the site in Maintenance Mode. Talk to %s before making any changes." 424 msgstr "" 425 "ACHTUNG: die Website im Wartungsmodus. Sprechen Sie %s, bevor Sie Änderungen " 426 "vornehmen." 427 428 #: admin.php:892 429 msgid "" 430 "To turn this off, go to Settings | Login Security Solution | Maintenance " 431 "Mode." 432 msgstr "" 433 "Um dies auszuschalten, gehen Sie zu Einstellungen | Login Security Solution | " 434 "Wartungsmodus" 435 436 #: admin.php:917 418 437 msgid "" 419 438 "You have not asked your users to change their passwords since the plugin was " … … 429 448 "sicheres Passwort zu wählen." 430 449 431 #: admin.php: 894450 #: admin.php:921 432 451 msgid "" 433 452 "Speaking of which, do YOU have a strong password? Make sure by changing " … … 437 456 "sicher indem du auch deines änderst." 438 457 439 #: admin.php: 898458 #: admin.php:925 440 459 msgid "" 441 460 "The following link leads to a user interface where you can either require " … … 447 466 448 467 # Translation from WordPress. 449 #: admin.php:9 28468 #: admin.php:955 450 469 msgid "You do not have sufficient permissions to access this page." 451 470 msgstr "" 452 471 453 #: admin.php:9 34472 #: admin.php:961 454 473 msgid "$user_ID variable not set. Another plugin is misbehaving." 455 474 msgstr "" … … 457 476 "zu sein." 458 477 459 #: login-security-solution.php:64 0tests/LoginErrorsTest.php:97478 #: login-security-solution.php:643 tests/LoginErrorsTest.php:97 460 479 #: tests/LoginErrorsTest.php:111 461 480 msgid "Invalid username or password." … … 463 482 464 483 # Translation from WordPress. 465 #: login-security-solution.php:6 47tests/LoginErrorsTest.php:125484 #: login-security-solution.php:650 tests/LoginErrorsTest.php:125 466 485 #: tests/LoginErrorsTest.php:139 467 486 msgid "Password reset is not allowed for this user" 468 487 msgstr "" 469 488 470 #: login-security-solution.php:67 3tests/LoginMessageTest.php:66489 #: login-security-solution.php:676 tests/LoginMessageTest.php:66 471 490 msgid "It has been over %d minutes since your last action." 472 491 msgstr "Es sind %d Minuten seit deiner letzten Aktion vergangen." 473 492 474 #: login-security-solution.php:67 4tests/LoginMessageTest.php:67493 #: login-security-solution.php:677 tests/LoginMessageTest.php:67 475 494 msgid "Please log back in." 476 495 msgstr "Bitte logge dich neu ein." 477 496 478 #: login-security-solution.php:6 77tests/LoginMessageTest.php:77497 #: login-security-solution.php:680 tests/LoginMessageTest.php:77 479 498 msgid "The grace period for changing your password has expired." 480 499 msgstr "Die Frist um dein Passwort zu ändern ist abgelaufen." 481 500 482 #: login-security-solution.php:6 78tests/LoginMessageTest.php:78501 #: login-security-solution.php:681 tests/LoginMessageTest.php:78 483 502 msgid "Please submit this form to reset your password." 484 503 msgstr "Schicke dieses Formular ab um dein Passwort zurück zu setzen." 485 504 486 #: login-security-solution.php:68 1tests/LoginMessageTest.php:88505 #: login-security-solution.php:684 tests/LoginMessageTest.php:88 487 506 msgid "Your password must be reset." 488 507 msgstr "Dein Passwort muss zurück gesetzt werden." 489 508 490 #: login-security-solution.php:68 2tests/LoginMessageTest.php:89509 #: login-security-solution.php:685 tests/LoginMessageTest.php:89 491 510 msgid "Please submit this form to reset it." 492 511 msgstr "Bitte schicke diese Formular ab um es zurückzusetzen." 493 512 494 #: login-security-solution.php:68 5tests/LoginMessageTest.php:104513 #: login-security-solution.php:688 tests/LoginMessageTest.php:104 495 514 msgid "Your password has expired. Please log and change it." 496 515 msgstr "" 497 516 "Dein Passwort ist abgelaufen. Bitte logge dich ein und wähle ein neues." 498 517 499 #: login-security-solution.php:68 6tests/LoginMessageTest.php:105518 #: login-security-solution.php:689 tests/LoginMessageTest.php:105 500 519 msgid "We provide a %d minute grace period to do so." 501 520 msgstr "Die Frist dafür beträgt %d Minuten." 502 521 503 #: login-security-solution.php:69 4tests/LoginMessageTest.php:129522 #: login-security-solution.php:697 tests/LoginMessageTest.php:129 504 523 #: tests/LoginMessageTest.php:144 505 524 msgid "The site is undergoing maintenance." 506 525 msgstr "Die Seite wird gerade gewartet." 507 526 508 #: login-security-solution.php:69 5tests/LoginMessageTest.php:130527 #: login-security-solution.php:698 tests/LoginMessageTest.php:130 509 528 #: tests/LoginMessageTest.php:145 510 529 msgid "Please try again later." 511 530 msgstr "Bitte versuch es später noch einmal." 512 531 513 #: login-security-solution.php:7 75532 #: login-security-solution.php:784 514 533 msgid "" 515 534 "The password should either be: A) at least %d characters long and contain " … … 524 543 "Verbindung stehen." 525 544 526 #: login-security-solution.php:814 tests/PasswordChangeTest.php:278527 msgid "Passwords can not be reused."528 msgstr "Passwörter können nicht wieder verwandt werden."529 530 545 # Translation from WordPress. 531 #: login-security-solution.php:10 12546 #: login-security-solution.php:1025 532 547 msgid "ERROR" 533 548 msgstr "" 534 549 535 #: login-security-solution.php:11 59550 #: login-security-solution.php:1172 536 551 msgid "" 537 552 "\n" … … 549 564 "Passwort MD5 %5d %s\n" 550 565 551 #: login-security-solution.php:1 881tests/LoginMessageTest.php:148566 #: login-security-solution.php:1908 tests/LoginMessageTest.php:148 552 567 #: tests/PasswordValidationTest.php:510 553 568 msgid "Passwords must use ASCII characters." 554 569 msgstr "Passwörter dürfen nur aus ASCII Zeichen bestehen." 555 570 556 #: login-security-solution.php:1 883tests/PasswordValidationTest.php:580571 #: login-security-solution.php:1910 tests/PasswordValidationTest.php:580 557 572 msgid "" 558 573 "Passwords must either contain upper-case and lower-case letters or be %d " … … 562 577 "Zeichen lang sein." 563 578 564 #: login-security-solution.php:1 885tests/PasswordValidationTest.php:658579 #: login-security-solution.php:1912 tests/PasswordValidationTest.php:658 565 580 msgid "Password is too common." 566 581 msgstr "Passwort ist zu gewöhnlich." 567 582 568 #: login-security-solution.php:1 887tests/PasswordValidationTest.php:674583 #: login-security-solution.php:1914 tests/PasswordValidationTest.php:674 569 584 msgid "Passwords can't be variations of dictionary words." 570 585 msgstr "" 571 586 "Passwörter dürfen keine Variationen von Worten aus dem Wörterbuch sein." 572 587 573 #: login-security-solution.php:1 889tests/PasswordValidationTest.php:486588 #: login-security-solution.php:1916 tests/PasswordValidationTest.php:486 574 589 msgid "Password not set." 575 590 msgstr "Passwort nicht gesetzt." 576 591 577 #: login-security-solution.php:1 891tests/PasswordValidationTest.php:567592 #: login-security-solution.php:1918 tests/PasswordValidationTest.php:567 578 593 msgid "Passwords must either contain numbers or be %d characters long." 579 594 msgstr "" … … 581 596 "sein." 582 597 583 #: login-security-solution.php:1 893tests/PasswordValidationTest.php:554598 #: login-security-solution.php:1920 tests/PasswordValidationTest.php:554 584 599 msgid "" 585 600 "Passwords must either contain punctuation marks / symbols or be %d " … … 589 604 "Zeichen lang sein." 590 605 591 #: login-security-solution.php:1895 tests/PasswordValidationTest.php:606 606 #: login-security-solution.php:1922 tests/PasswordChangeTest.php:300 607 msgid "Passwords can not be reused." 608 msgstr "Passwörter können nicht wieder verwandt werden." 609 610 #: login-security-solution.php:1924 tests/PasswordValidationTest.php:606 592 611 msgid "Passwords can't have that many sequential characters." 593 612 msgstr "Passwörter dürfen nicht aus fortlaufenden Buchstaben bestehen." 594 613 595 #: login-security-solution.php:1 897tests/PasswordValidationTest.php:593614 #: login-security-solution.php:1926 tests/PasswordValidationTest.php:593 596 615 msgid "Passwords can't be sequential keys." 597 616 msgstr "Passwörter dürfen nicht aus fortlaufenden Tasten-Anschlägen bestehen." 598 617 599 #: login-security-solution.php:1 899tests/LoginMessageTest.php:115600 #: tests/PasswordChangeTest.php:3 11tests/PasswordValidationTest.php:527618 #: login-security-solution.php:1928 tests/LoginMessageTest.php:115 619 #: tests/PasswordChangeTest.php:333 tests/PasswordValidationTest.php:527 601 620 #: tests/PasswordValidationTest.php:541 602 621 msgid "Password is too short." 603 622 msgstr "Passwort ist zu kurz." 604 623 605 #: login-security-solution.php:19 01tests/PasswordValidationTest.php:497624 #: login-security-solution.php:1930 tests/PasswordValidationTest.php:497 606 625 msgid "Passwords must be strings." 607 626 msgstr "Passwörter müssen Strings sein." 608 627 609 #: login-security-solution.php:19 03tests/PasswordValidationTest.php:645628 #: login-security-solution.php:1932 tests/PasswordValidationTest.php:645 610 629 msgid "Passwords can't contain site info." 611 630 msgstr "Passwörter dürfen keine Seiteninformationen enthalten." 612 631 613 #: login-security-solution.php:19 05tests/PasswordValidationTest.php:619632 #: login-security-solution.php:1934 tests/PasswordValidationTest.php:619 614 633 #: tests/PasswordValidationTest.php:632 615 634 msgid "Passwords can't contain user data." 616 635 msgstr "Passwörter dürfen keine Benutzerdaten enthalten." 617 636 618 #: login-security-solution.php:20 56637 #: login-security-solution.php:2085 619 638 msgid "POTENTIAL INTRUSION AT %s" 620 639 msgstr "MÖGLICHER EINBRUCH IN %s" 621 640 622 #: login-security-solution.php:20 60641 #: login-security-solution.php:2089 623 642 msgid "Your website, %s, may have been broken in to." 624 643 msgstr "In deine Webseite, %s, scheint eingebrochen worden zu sein." 625 644 626 #: login-security-solution.php:20 63645 #: login-security-solution.php:2092 627 646 msgid "" 628 647 "Someone just logged in using the following components. Prior to that, some " … … 634 653 "registriert:" 635 654 636 #: login-security-solution.php:20 69655 #: login-security-solution.php:2098 637 656 msgid "" 638 657 "The user has been logged out and will be required to confirm their identity " … … 642 661 "zurücksetzen Funktion bestätigen." 643 662 644 #: login-security-solution.php:2 071663 #: login-security-solution.php:2100 645 664 msgid "" 646 665 "WARNING: The '%s' setting you chose means this person has NOT been logged " … … 651 670 "bestätigen." 652 671 653 #: login-security-solution.php:2 073672 #: login-security-solution.php:2102 654 673 msgid "A notification about this potential breach has been sent to the user." 655 674 msgstr "" … … 657 676 "gesendet." 658 677 659 #: login-security-solution.php:2 076678 #: login-security-solution.php:2105 660 679 msgid "This message is from the %s plugin (%s) for WordPress." 661 680 msgstr "Diese Nachricht ist vom %s Plugin (%s) für WordPress." 662 681 663 #: login-security-solution.php:2 099682 #: login-security-solution.php:2128 664 683 msgid "VERIFY YOU LOGGED IN TO %s" 665 684 msgstr "BESTÄTIGE, DASS DU DICH AUF %s EINGELOGGT HAST" 666 685 667 #: login-security-solution.php:21 03686 #: login-security-solution.php:2132 668 687 msgid "" 669 688 "Someone just logged into your '%s' account at %s. Was it you that logged " … … 674 693 "angegriffen wird." 675 694 676 #: login-security-solution.php:21 07695 #: login-security-solution.php:2136 677 696 msgid "" 678 697 "To ensure your account is not being hijacked, you will have go through the '%" … … 683 702 684 703 # Translation from WordPress. 685 #: login-security-solution.php:21 07704 #: login-security-solution.php:2136 686 705 msgid "Lost your password?" 687 706 msgstr "" 688 707 689 #: login-security-solution.php:21 10708 #: login-security-solution.php:2139 690 709 msgid "If it was NOT YOU, please do the following right away:" 691 710 msgstr "" … … 693 712 "aus:" 694 713 695 #: login-security-solution.php:21 13714 #: login-security-solution.php:2142 696 715 msgid " * Log into the site and change your password." 697 716 msgstr " * Logge dich ein und ändere dein Passwort." 698 717 699 #: login-security-solution.php:21 16718 #: login-security-solution.php:2145 700 719 msgid " * Send an email to %s letting them know it was not you who logged in." 701 720 msgstr "" … … 703 722 "der sich eingeloggt hat." 704 723 705 #: login-security-solution.php:21 42724 #: login-security-solution.php:2171 706 725 msgid "ATTACK HAPPENING TO %s" 707 726 msgstr "ATTACKE IST GEGEN %s GERICHTET" 708 727 709 #: login-security-solution.php:21 46728 #: login-security-solution.php:2175 710 729 msgid "Your website, %s, is undergoing a brute force attack." 711 730 msgstr "Ihre Webseite, %s, steht unter einer Brute Force Attacke." 712 731 713 #: login-security-solution.php:21 49732 #: login-security-solution.php:2178 714 733 msgid "" 715 734 "There have been at least %d failed attempts to log in during the past %d " … … 720 739 "enthielten:" 721 740 722 #: login-security-solution.php:21 54741 #: login-security-solution.php:2183 723 742 msgid "" 724 743 "The %s plugin (%s) for WordPress is repelling the attack by making their " … … 728 747 "fehlerhafte Logins stark verzögert." 729 748 730 #: login-security-solution.php:21 58749 #: login-security-solution.php:2187 731 750 msgid "" 732 751 "This attacker will also be denied access in the event they stumble upon " … … 736 755 "gültige Zugangsdaten erlangen sollte." 737 756 738 #: login-security-solution.php:21 64757 #: login-security-solution.php:2193 739 758 msgid "" 740 759 "Further notifications about this attacker will only be sent if the attack " -
login-security-solution/trunk/languages/login-security-solution-fr_FR.po
r719657 r737065 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: Login Security Solution 0. 38.0\n"3 "Project-Id-Version: Login Security Solution 0.42.0\n" 4 4 "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/login-security-" 5 5 "solution\n" 6 "POT-Creation-Date: 2013-0 5-27 15:28:23+00:00\n"7 "PO-Revision-Date: 2013-0 5-26 16:32:54+02:00\n"6 "POT-Creation-Date: 2013-06-29 21:06:42+00:00\n" 7 "PO-Revision-Date: 2013-07-01 20:42:00+02:00\n" 8 8 "Last-Translator: MerMouY <mermouy@gmail.com>\n" 9 9 "Language-Team: FxB <fx@fxbenard.com>\n" … … 190 190 "infructueuses. 0 Désactive cette fonctionnalité." 191 191 192 #: admin.php:319 login-security-solution.php:2 071192 #: admin.php:319 login-security-solution.php:2100 193 193 msgid "Breach Email Confirm" 194 194 msgstr "Confirmation de violation d'e-mail" … … 337 337 msgstr "doit être un entier" 338 338 339 #: admin.php:7 25339 #: admin.php:730 340 340 msgid "There may be cases where everyone's password should be reset." 341 341 msgstr "" … … 343 343 "changés." 344 344 345 #: admin.php:7 27345 #: admin.php:732 346 346 msgid "This page, provided by the %s plugin, offers that functionality." 347 347 msgstr "Cette page, de l’extension %s, vous permet de le faire." 348 348 349 #: admin.php:73 1349 #: admin.php:736 350 350 msgid "" 351 351 "Submitting this form sets a flag that forces all users, except yourself, to " … … 355 355 "utiliser le processus de changement de mot de passe de WordPress." 356 356 357 #: admin.php:73 3357 #: admin.php:738 358 358 msgid "" 359 359 "Users who are presently logged in will be logged out the next time they view " … … 363 363 "la prochaine page nécessitant une authentification." 364 364 365 #: admin.php:7 45365 #: admin.php:750 366 366 msgid "" 367 367 "Confirm that you want to force all users to change their passwords by " … … 371 371 "passe, puis cliquez sur le bouton ci-dessous." 372 372 373 #: admin.php:76 4373 #: admin.php:769 374 374 msgid "No thanks. I know what I'm doing. Please don't remind me about this." 375 375 msgstr "Non merci, je sais ce que je fais. Ne plus me le rappeler." 376 376 377 #: admin.php: 796377 #: admin.php:801 378 378 msgid "" 379 379 "You have checked a box that does not correspond with the button you pressed. " … … 383 383 "et appuyez sur les boutons d'une même section." 384 384 385 #: admin.php: 798385 #: admin.php:803 386 386 msgid "" 387 387 "Please confirm that you really want to do this. Put a check in the '%s' box " … … 391 391 "le bouton d'envoi." 392 392 393 #: admin.php:8 09393 #: admin.php:814 394 394 msgid "No thanks" 395 395 msgstr "Non merci" 396 396 397 397 # Translation from WordPress. 398 #: admin.php:81 4 admin.php:834398 #: admin.php:819 admin.php:839 399 399 msgid "Success!" 400 400 msgstr "" 401 401 402 #: admin.php:8 27402 #: admin.php:832 403 403 msgid "Confirm" 404 404 msgstr "Cochez" 405 405 406 #: admin.php:866 407 msgid "" 408 "WARNING: The site is in maintenance mode. DO NOT TOUCH ANYTHING! Your " 409 "changes may get overwritten!" 410 msgstr "" 411 "ATTENTION: Le site est en mode maintenance. NE TOUCHEZ À RIEN! Vos " 412 "changements pourraient être écrasés!" 413 414 #: admin.php:890 406 #: admin.php:873 407 msgid "an administrator" 408 msgstr "un administrator" 409 410 #: admin.php:884 411 msgid "" 412 "NOTICE: you turned on Maintenance Mode at some point. It disables new " 413 "comments and keeps non-administrators from logging in." 414 msgstr "" 415 "REMARQUE: le mode maintenance semble avoir été activé quelque part. Il " 416 "désactive les nouveaux commentaires et ne permet la connexion qu'aux " 417 "administrateurs." 418 419 #: admin.php:886 420 msgid "" 421 "WARNING: the site in Maintenance Mode. Talk to %s before making any changes." 422 msgstr "" 423 "ATTENTION: le site est en mode maintenance. Contactez %s avant toute " 424 "modification." 425 426 #: admin.php:892 427 msgid "" 428 "To turn this off, go to Settings | Login Security Solution | Maintenance " 429 "Mode." 430 msgstr "" 431 "Pour désactiver ceci, allez vers Paramètres | Login Security Solution | Mode " 432 "Maintenance." 433 434 #: admin.php:917 415 435 msgid "" 416 436 "You have not asked your users to change their passwords since the plugin was " … … 426 446 "utilisateurs à utiliser des nouveaux mots de passe sécurisés." 427 447 428 #: admin.php: 894448 #: admin.php:921 429 449 msgid "" 430 450 "Speaking of which, do YOU have a strong password? Make sure by changing " … … 434 454 "changeant aussi votre mot de passe." 435 455 436 #: admin.php: 898456 #: admin.php:925 437 457 msgid "" 438 458 "The following link leads to a user interface where you can either require " … … 443 463 444 464 # Translation from WordPress. 445 #: admin.php:9 28465 #: admin.php:955 446 466 msgid "You do not have sufficient permissions to access this page." 447 467 msgstr "" 448 468 449 #: admin.php:9 34469 #: admin.php:961 450 470 msgid "$user_ID variable not set. Another plugin is misbehaving." 451 471 msgstr "variable $user_ID non déclarée. Un autre plugin est en conflit." 452 472 453 473 # @ login-security-solution 454 #: login-security-solution.php:64 0tests/LoginErrorsTest.php:97474 #: login-security-solution.php:643 tests/LoginErrorsTest.php:97 455 475 #: tests/LoginErrorsTest.php:111 456 476 msgid "Invalid username or password." … … 459 479 # Translation from WordPress. 460 480 # @ default 461 #: login-security-solution.php:6 47tests/LoginErrorsTest.php:125481 #: login-security-solution.php:650 tests/LoginErrorsTest.php:125 462 482 #: tests/LoginErrorsTest.php:139 463 483 msgid "Password reset is not allowed for this user" … … 465 485 466 486 # @ login-security-solution 467 #: login-security-solution.php:67 3tests/LoginMessageTest.php:66487 #: login-security-solution.php:676 tests/LoginMessageTest.php:66 468 488 msgid "It has been over %d minutes since your last action." 469 489 msgstr "Vous êtes inactif depuis %d minutes." 470 490 471 491 # @ login-security-solution 472 #: login-security-solution.php:67 4tests/LoginMessageTest.php:67492 #: login-security-solution.php:677 tests/LoginMessageTest.php:67 473 493 msgid "Please log back in." 474 494 msgstr "Veuillez vous reconnecter." 475 495 476 496 # @ login-security-solution 477 #: login-security-solution.php:6 77tests/LoginMessageTest.php:77497 #: login-security-solution.php:680 tests/LoginMessageTest.php:77 478 498 msgid "The grace period for changing your password has expired." 479 499 msgstr "La période allouée pour changer votre mot de passe est écoulée." 480 500 481 501 # @ login-security-solution 482 #: login-security-solution.php:6 78tests/LoginMessageTest.php:78502 #: login-security-solution.php:681 tests/LoginMessageTest.php:78 483 503 msgid "Please submit this form to reset your password." 484 504 msgstr "Veuillez remplir ce formulaire pour ré-initialiser votre mor de passe." 485 505 486 506 # @ login-security-solution 487 #: login-security-solution.php:68 1tests/LoginMessageTest.php:88507 #: login-security-solution.php:684 tests/LoginMessageTest.php:88 488 508 msgid "Your password must be reset." 489 509 msgstr "Votre mot de passe doit être changé." 490 510 491 511 # @ login-security-solution 492 #: login-security-solution.php:68 2tests/LoginMessageTest.php:89512 #: login-security-solution.php:685 tests/LoginMessageTest.php:89 493 513 msgid "Please submit this form to reset it." 494 514 msgstr "Veuillez remplir ce formulaire pour le ré-initialiser." 495 515 496 516 # @ login-security-solution 497 #: login-security-solution.php:68 5tests/LoginMessageTest.php:104517 #: login-security-solution.php:688 tests/LoginMessageTest.php:104 498 518 msgid "Your password has expired. Please log and change it." 499 519 msgstr "Votre mot de passe a expiré. Veuillez vous connecter et le changer." 500 520 501 521 # @ login-security-solution 502 #: login-security-solution.php:68 6tests/LoginMessageTest.php:105522 #: login-security-solution.php:689 tests/LoginMessageTest.php:105 503 523 msgid "We provide a %d minute grace period to do so." 504 524 msgstr "Une période de %d minutes vous est allouée pour cela." 505 525 506 526 # @ login-security-solution 507 #: login-security-solution.php:69 4tests/LoginMessageTest.php:129527 #: login-security-solution.php:697 tests/LoginMessageTest.php:129 508 528 #: tests/LoginMessageTest.php:144 509 529 msgid "The site is undergoing maintenance." … … 511 531 512 532 # @ login-security-solution 513 #: login-security-solution.php:69 5tests/LoginMessageTest.php:130533 #: login-security-solution.php:698 tests/LoginMessageTest.php:130 514 534 #: tests/LoginMessageTest.php:145 515 535 msgid "Please try again later." 516 536 msgstr "Veuillez ré-essayer un peu plus tard." 517 537 518 #: login-security-solution.php:7 75538 #: login-security-solution.php:784 519 539 msgid "" 520 540 "The password should either be: A) at least %d characters long and contain " … … 529 549 "relation avec ce site." 530 550 531 # @ login-security-solution532 #: login-security-solution.php:814 tests/PasswordChangeTest.php:278533 msgid "Passwords can not be reused."534 msgstr "Les mots de passe ne peuvent pas être ré-utilisés."535 536 551 # Translation from WordPress. 537 552 # @ default 538 #: login-security-solution.php:10 12553 #: login-security-solution.php:1025 539 554 msgid "ERROR" 540 555 msgstr "" 541 556 542 557 # @ login-security-solution 543 #: login-security-solution.php:11 59558 #: login-security-solution.php:1172 544 559 msgid "" 545 560 "\n" … … 558 573 559 574 # @ login-security-solution 560 #: login-security-solution.php:1 881tests/LoginMessageTest.php:148575 #: login-security-solution.php:1908 tests/LoginMessageTest.php:148 561 576 #: tests/PasswordValidationTest.php:510 562 577 msgid "Passwords must use ASCII characters." … … 564 579 565 580 # @ login-security-solution 566 #: login-security-solution.php:1 883tests/PasswordValidationTest.php:580581 #: login-security-solution.php:1910 tests/PasswordValidationTest.php:580 567 582 msgid "" 568 583 "Passwords must either contain upper-case and lower-case letters or be %d " … … 573 588 574 589 # @ login-security-solution 575 #: login-security-solution.php:1 885tests/PasswordValidationTest.php:658590 #: login-security-solution.php:1912 tests/PasswordValidationTest.php:658 576 591 msgid "Password is too common." 577 592 msgstr "Le mot de passe est trop banal." 578 593 579 594 # @ login-security-solution 580 #: login-security-solution.php:1 887tests/PasswordValidationTest.php:674595 #: login-security-solution.php:1914 tests/PasswordValidationTest.php:674 581 596 msgid "Passwords can't be variations of dictionary words." 582 597 msgstr "Les mots de passe ne peuvent pas être des mots du dictionnaire." 583 598 584 599 # @ login-security-solution 585 #: login-security-solution.php:1 889tests/PasswordValidationTest.php:486600 #: login-security-solution.php:1916 tests/PasswordValidationTest.php:486 586 601 msgid "Password not set." 587 602 msgstr "Mot de passe non défini." 588 603 589 604 # @ login-security-solution 590 #: login-security-solution.php:1 891tests/PasswordValidationTest.php:567605 #: login-security-solution.php:1918 tests/PasswordValidationTest.php:567 591 606 msgid "Passwords must either contain numbers or be %d characters long." 592 607 msgstr "" … … 594 609 595 610 # @ login-security-solution 596 #: login-security-solution.php:1 893tests/PasswordValidationTest.php:554611 #: login-security-solution.php:1920 tests/PasswordValidationTest.php:554 597 612 msgid "" 598 613 "Passwords must either contain punctuation marks / symbols or be %d " … … 603 618 604 619 # @ login-security-solution 605 #: login-security-solution.php:1895 tests/PasswordValidationTest.php:606 620 #: login-security-solution.php:1922 tests/PasswordChangeTest.php:300 621 msgid "Passwords can not be reused." 622 msgstr "Les mots de passe ne peuvent pas être ré-utilisés." 623 624 # @ login-security-solution 625 #: login-security-solution.php:1924 tests/PasswordValidationTest.php:606 606 626 msgid "Passwords can't have that many sequential characters." 607 627 msgstr "" … … 609 629 610 630 # @ login-security-solution 611 #: login-security-solution.php:1 897tests/PasswordValidationTest.php:593631 #: login-security-solution.php:1926 tests/PasswordValidationTest.php:593 612 632 msgid "Passwords can't be sequential keys." 613 633 msgstr "Les mots de passe ne peuvent pas être des touches séquentielles." 614 634 615 635 # @ login-security-solution 616 #: login-security-solution.php:1 899tests/LoginMessageTest.php:115617 #: tests/PasswordChangeTest.php:3 11tests/PasswordValidationTest.php:527636 #: login-security-solution.php:1928 tests/LoginMessageTest.php:115 637 #: tests/PasswordChangeTest.php:333 tests/PasswordValidationTest.php:527 618 638 #: tests/PasswordValidationTest.php:541 619 639 msgid "Password is too short." … … 621 641 622 642 # @ login-security-solution 623 #: login-security-solution.php:19 01tests/PasswordValidationTest.php:497643 #: login-security-solution.php:1930 tests/PasswordValidationTest.php:497 624 644 msgid "Passwords must be strings." 625 645 msgstr "Les mots de passe ne peuvent pas comporter d'espace." 626 646 627 647 # @ login-security-solution 628 #: login-security-solution.php:19 03tests/PasswordValidationTest.php:645648 #: login-security-solution.php:1932 tests/PasswordValidationTest.php:645 629 649 msgid "Passwords can't contain site info." 630 650 msgstr "Les mots de passe ne peuvent pas contenir des informations du site." 631 651 632 652 # @ login-security-solution 633 #: login-security-solution.php:19 05tests/PasswordValidationTest.php:619653 #: login-security-solution.php:1934 tests/PasswordValidationTest.php:619 634 654 #: tests/PasswordValidationTest.php:632 635 655 msgid "Passwords can't contain user data." … … 638 658 639 659 # @ login-security-solution 640 #: login-security-solution.php:20 56660 #: login-security-solution.php:2085 641 661 msgid "POTENTIAL INTRUSION AT %s" 642 662 msgstr "INTRUSION POSSIBLE A %s" 643 663 644 664 # @ login-security-solution 645 #: login-security-solution.php:20 60665 #: login-security-solution.php:2089 646 666 msgid "Your website, %s, may have been broken in to." 647 667 msgstr "Votre site, %s, a peut-être été corrompu." 648 668 649 669 # @ login-security-solution 650 #: login-security-solution.php:20 63670 #: login-security-solution.php:2092 651 671 msgid "" 652 672 "Someone just logged in using the following components. Prior to that, some " … … 659 679 660 680 # @ login-security-solution 661 #: login-security-solution.php:20 69681 #: login-security-solution.php:2098 662 682 msgid "" 663 683 "The user has been logged out and will be required to confirm their identity " … … 667 687 "processus du changement de mot de passe." 668 688 669 #: login-security-solution.php:2 071689 #: login-security-solution.php:2100 670 690 msgid "" 671 691 "WARNING: The '%s' setting you chose means this person has NOT been logged " … … 676 696 "identité." 677 697 678 #: login-security-solution.php:2 073698 #: login-security-solution.php:2102 679 699 msgid "A notification about this potential breach has been sent to the user." 680 700 msgstr "" … … 682 702 "l'utilisateur." 683 703 684 #: login-security-solution.php:2 076704 #: login-security-solution.php:2105 685 705 msgid "This message is from the %s plugin (%s) for WordPress." 686 706 msgstr "" … … 688 708 "WordPress." 689 709 690 #: login-security-solution.php:2 099710 #: login-security-solution.php:2128 691 711 msgid "VERIFY YOU LOGGED IN TO %s" 692 712 msgstr "ASSUREZ VOUS D'ÊTRE CONNECTÉ À %s" 693 713 694 714 # @ login-security-solution 695 #: login-security-solution.php:21 03715 #: login-security-solution.php:2132 696 716 msgid "" 697 717 "Someone just logged into your '%s' account at %s. Was it you that logged " … … 701 721 "Nous vous posons la question parce que le site semble subir une attaque." 702 722 703 #: login-security-solution.php:21 07723 #: login-security-solution.php:2136 704 724 msgid "" 705 725 "To ensure your account is not being hijacked, you will have go through the '%" … … 710 730 711 731 # Translation from WordPress. 712 #: login-security-solution.php:21 07732 #: login-security-solution.php:2136 713 733 msgid "Lost your password?" 714 734 msgstr "" 715 735 716 736 # @ login-security-solution 717 #: login-security-solution.php:21 10737 #: login-security-solution.php:2139 718 738 msgid "If it was NOT YOU, please do the following right away:" 719 739 msgstr "Si ce n'était PAS VOUS, veuillez suivre ces consignes au plus vite:" 720 740 721 741 # @ login-security-solution 722 #: login-security-solution.php:21 13742 #: login-security-solution.php:2142 723 743 msgid " * Log into the site and change your password." 724 744 msgstr " * Connectez vous au site et changez votre mot de passe." 725 745 726 746 # @ login-security-solution 727 #: login-security-solution.php:21 16747 #: login-security-solution.php:2145 728 748 msgid " * Send an email to %s letting them know it was not you who logged in." 729 749 msgstr "" … … 732 752 733 753 # @ login-security-solution 734 #: login-security-solution.php:21 42754 #: login-security-solution.php:2171 735 755 msgid "ATTACK HAPPENING TO %s" 736 756 msgstr "ATTAQUE SUR %s" 737 757 738 758 # @ login-security-solution 739 #: login-security-solution.php:21 46759 #: login-security-solution.php:2175 740 760 msgid "Your website, %s, is undergoing a brute force attack." 741 761 msgstr "Votre site, %s, subi une attaque de type brute force." 742 762 743 763 # @ login-security-solution 744 #: login-security-solution.php:21 49764 #: login-security-solution.php:2178 745 765 msgid "" 746 766 "There have been at least %d failed attempts to log in during the past %d " … … 751 771 752 772 # @ login-security-solution 753 #: login-security-solution.php:21 54773 #: login-security-solution.php:2183 754 774 msgid "" 755 775 "The %s plugin (%s) for WordPress is repelling the attack by making their " … … 759 779 "à chaque tentative échouée." 760 780 761 #: login-security-solution.php:21 58781 #: login-security-solution.php:2187 762 782 msgid "" 763 783 "This attacker will also be denied access in the event they stumble upon " … … 767 787 "sur des informations d'identification valides." 768 788 769 #: login-security-solution.php:21 64789 #: login-security-solution.php:2193 770 790 msgid "" 771 791 "Further notifications about this attacker will only be sent if the attack " -
login-security-solution/trunk/languages/login-security-solution-nl_NL.po
r718961 r737065 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: Login Security Solution 0. 38.0\n"3 "Project-Id-Version: Login Security Solution 0.42.0\n" 4 4 "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/login-security-" 5 5 "solution\n" 6 "POT-Creation-Date: 2013-0 5-27 15:28:23+00:00\n"7 "PO-Revision-Date: 2013-0 5-03 08:54:55+03:00\n"6 "POT-Creation-Date: 2013-06-29 21:06:42+00:00\n" 7 "PO-Revision-Date: 2013-07-03 20:45:00+01:00\n" 8 8 "Last-Translator: Friso van Wieringen\n" 9 9 "Language-Team: Friso van Wieringen\n" … … 182 182 "iemand met x gerelateerde inlogpogingen. 0 schakelt deze optie uit." 183 183 184 #: admin.php:319 login-security-solution.php:2 071184 #: admin.php:319 login-security-solution.php:2100 185 185 msgid "Breach Email Confirm" 186 186 msgstr "E-mailbevestiging van succesvolle inbraak" … … 327 327 msgstr "moet een heel getal (integer) zijn," 328 328 329 #: admin.php:7 25329 #: admin.php:730 330 330 msgid "There may be cases where everyone's password should be reset." 331 331 msgstr "" … … 333 333 "zouden moeten worden gereset." 334 334 335 #: admin.php:7 27335 #: admin.php:732 336 336 msgid "This page, provided by the %s plugin, offers that functionality." 337 337 msgstr "Deze pagina, onderdeel van de %s plugin, biedt deze mogelijkheid." 338 338 339 #: admin.php:73 1339 #: admin.php:736 340 340 msgid "" 341 341 "Submitting this form sets a flag that forces all users, except yourself, to " … … 346 346 "funtionaliteit." 347 347 348 #: admin.php:73 3348 #: admin.php:738 349 349 msgid "" 350 350 "Users who are presently logged in will be logged out the next time they view " … … 355 355 "nodig is." 356 356 357 #: admin.php:7 45357 #: admin.php:750 358 358 msgid "" 359 359 "Confirm that you want to force all users to change their passwords by " … … 363 363 "veranderen door deze optie aan te vinken en druk op de onderstaande knop." 364 364 365 #: admin.php:76 4365 #: admin.php:769 366 366 msgid "No thanks. I know what I'm doing. Please don't remind me about this." 367 367 msgstr "Nee bedankt. Ik weet wat ik doe. Herinner mij niet opnieuw hieraan." 368 368 369 #: admin.php: 796369 #: admin.php:801 370 370 msgid "" 371 371 "You have checked a box that does not correspond with the button you pressed. " … … 375 375 "ingedrukt. Selecteer een optie en druk op een knop binnen dezelfde sectie." 376 376 377 #: admin.php: 798377 #: admin.php:803 378 378 msgid "" 379 379 "Please confirm that you really want to do this. Put a check in the '%s' box " … … 383 383 "voordat je op de knop drukt." 384 384 385 #: admin.php:8 09385 #: admin.php:814 386 386 msgid "No thanks" 387 387 msgstr "Nee bedankt" 388 388 389 389 # Translation from WordPress. 390 #: admin.php:81 4 admin.php:834390 #: admin.php:819 admin.php:839 391 391 msgid "Success!" 392 392 msgstr "" 393 393 394 #: admin.php:8 27394 #: admin.php:832 395 395 msgid "Confirm" 396 396 msgstr "Bevestig" 397 397 398 #: admin.php:866 399 msgid "" 400 "WARNING: The site is in maintenance mode. DO NOT TOUCH ANYTHING! Your " 401 "changes may get overwritten!" 402 msgstr "" 403 "WAARSCHUWING: De site is in onderhoudsmodus. PAS NIETS AAN! Je wijzigingen " 404 "kunnen worden overschreven!" 405 406 #: admin.php:890 398 #: admin.php:873 399 msgid "an administrator" 400 msgstr "een beheerder" 401 402 #: admin.php:884 403 msgid "" 404 "NOTICE: you turned on Maintenance Mode at some point. It disables new " 405 "comments and keeps non-administrators from logging in." 406 msgstr "" 407 "LET OP: je hebt de Onderhoudsmodus aangezet. Dit voorkomt nieuwe commentaren " 408 "en zorgt ervoor dat niet-beheerders niet kunnen inloggen." 409 410 #: admin.php:886 411 msgid "" 412 "WARNING: the site in Maintenance Mode. Talk to %s before making any changes." 413 msgstr "" 414 "WAARSCHUWING: de site is in Onderhoudsmodus. Neem contact op met %s voordat " 415 "je wijzigingen doorvoert." 416 417 #: admin.php:892 418 msgid "" 419 "To turn this off, go to Settings | Login Security Solution | Maintenance " 420 "Mode." 421 msgstr "" 422 "Om dit uit te schakelen, ga naar Instellingen | Login Security Solution | " 423 "Onderhoudsmodus." 424 425 #: admin.php:917 407 426 msgid "" 408 427 "You have not asked your users to change their passwords since the plugin was " … … 417 436 "gebruikers nieuwe, sterke wachtwoorden te laten nemen." 418 437 419 #: admin.php: 894438 #: admin.php:921 420 439 msgid "" 421 440 "Speaking of which, do YOU have a strong password? Make sure by changing " … … 425 444 "je eigen wachtwoord ook verandert." 426 445 427 #: admin.php: 898446 #: admin.php:925 428 447 msgid "" 429 448 "The following link leads to a user interface where you can either require " … … 434 453 435 454 # Translation from WordPress. 436 #: admin.php:9 28455 #: admin.php:955 437 456 msgid "You do not have sufficient permissions to access this page." 438 457 msgstr "" 439 458 440 #: admin.php:9 34459 #: admin.php:961 441 460 msgid "$user_ID variable not set. Another plugin is misbehaving." 442 461 msgstr "" 443 462 "$user_ID variabele is niet ingesteld. Een andere plugin misdraagt zich." 444 463 445 #: login-security-solution.php:64 0tests/LoginErrorsTest.php:97464 #: login-security-solution.php:643 tests/LoginErrorsTest.php:97 446 465 #: tests/LoginErrorsTest.php:111 447 466 msgid "Invalid username or password." … … 449 468 450 469 # Translation from WordPress. 451 #: login-security-solution.php:6 47tests/LoginErrorsTest.php:125470 #: login-security-solution.php:650 tests/LoginErrorsTest.php:125 452 471 #: tests/LoginErrorsTest.php:139 453 472 msgid "Password reset is not allowed for this user" 454 473 msgstr "" 455 474 456 #: login-security-solution.php:67 3tests/LoginMessageTest.php:66475 #: login-security-solution.php:676 tests/LoginMessageTest.php:66 457 476 msgid "It has been over %d minutes since your last action." 458 477 msgstr "Je vorige actie is %d minuten geleden." 459 478 460 #: login-security-solution.php:67 4tests/LoginMessageTest.php:67479 #: login-security-solution.php:677 tests/LoginMessageTest.php:67 461 480 msgid "Please log back in." 462 481 msgstr "Log a.u.b. opnieuw in." 463 482 464 #: login-security-solution.php:6 77tests/LoginMessageTest.php:77483 #: login-security-solution.php:680 tests/LoginMessageTest.php:77 465 484 msgid "The grace period for changing your password has expired." 466 485 msgstr "De periode voor het wijzigen van je wachtwoord is verlopen." 467 486 468 #: login-security-solution.php:6 78tests/LoginMessageTest.php:78487 #: login-security-solution.php:681 tests/LoginMessageTest.php:78 469 488 msgid "Please submit this form to reset your password." 470 489 msgstr "Stuur dit formulier in om je wachtwoord opnieuw in te stellen." 471 490 472 #: login-security-solution.php:68 1tests/LoginMessageTest.php:88491 #: login-security-solution.php:684 tests/LoginMessageTest.php:88 473 492 msgid "Your password must be reset." 474 493 msgstr "Je wachtwoord moet opnieuw worden ingesteld." 475 494 476 #: login-security-solution.php:68 2tests/LoginMessageTest.php:89495 #: login-security-solution.php:685 tests/LoginMessageTest.php:89 477 496 msgid "Please submit this form to reset it." 478 497 msgstr "Stuur dit formulier in om het opnieuw in te stellen." 479 498 480 #: login-security-solution.php:68 5tests/LoginMessageTest.php:104499 #: login-security-solution.php:688 tests/LoginMessageTest.php:104 481 500 msgid "Your password has expired. Please log and change it." 482 501 msgstr "Je wachtwoord is verlopen. Log in om het te veranderen." 483 502 484 #: login-security-solution.php:68 6tests/LoginMessageTest.php:105503 #: login-security-solution.php:689 tests/LoginMessageTest.php:105 485 504 msgid "We provide a %d minute grace period to do so." 486 505 msgstr "Je hebt %d minuten om dit te doen." 487 506 488 #: login-security-solution.php:69 4tests/LoginMessageTest.php:129507 #: login-security-solution.php:697 tests/LoginMessageTest.php:129 489 508 #: tests/LoginMessageTest.php:144 490 509 msgid "The site is undergoing maintenance." 491 510 msgstr "De site is in onderhoud." 492 511 493 #: login-security-solution.php:69 5tests/LoginMessageTest.php:130512 #: login-security-solution.php:698 tests/LoginMessageTest.php:130 494 513 #: tests/LoginMessageTest.php:145 495 514 msgid "Please try again later." 496 515 msgstr "Probeer het later opnieuw." 497 516 498 #: login-security-solution.php:7 75517 #: login-security-solution.php:784 499 518 msgid "" 500 519 "The password should either be: A) at least %d characters long and contain " … … 508 527 "woorden gerelateerd aan jou of deze website bevatten." 509 528 510 #: login-security-solution.php:814 tests/PasswordChangeTest.php:278511 msgid "Passwords can not be reused."512 msgstr "Wachtwoorden kunnen niet worden hergebruikt."513 514 529 # Translation from WordPress. 515 #: login-security-solution.php:10 12530 #: login-security-solution.php:1025 516 531 msgid "ERROR" 517 532 msgstr "" 518 533 519 #: login-security-solution.php:11 59534 #: login-security-solution.php:1172 520 535 msgid "" 521 536 "\n" … … 533 548 "Wachtwoord MD5 %5d %s\n" 534 549 535 #: login-security-solution.php:1 881tests/LoginMessageTest.php:148550 #: login-security-solution.php:1908 tests/LoginMessageTest.php:148 536 551 #: tests/PasswordValidationTest.php:510 537 552 msgid "Passwords must use ASCII characters." 538 553 msgstr "Wachtwoorden moeten ASCII karakters gebruiken." 539 554 540 #: login-security-solution.php:1 883tests/PasswordValidationTest.php:580555 #: login-security-solution.php:1910 tests/PasswordValidationTest.php:580 541 556 msgid "" 542 557 "Passwords must either contain upper-case and lower-case letters or be %d " … … 546 561 "karakters lang zijn." 547 562 548 #: login-security-solution.php:1 885tests/PasswordValidationTest.php:658563 #: login-security-solution.php:1912 tests/PasswordValidationTest.php:658 549 564 msgid "Password is too common." 550 565 msgstr "Wachtwoord is te gewoon." 551 566 552 #: login-security-solution.php:1 887tests/PasswordValidationTest.php:674567 #: login-security-solution.php:1914 tests/PasswordValidationTest.php:674 553 568 msgid "Passwords can't be variations of dictionary words." 554 569 msgstr "Wachtwoorden mogen geen variaties op bestaande woorden zijn." 555 570 556 #: login-security-solution.php:1 889tests/PasswordValidationTest.php:486571 #: login-security-solution.php:1916 tests/PasswordValidationTest.php:486 557 572 msgid "Password not set." 558 573 msgstr "Wachtwoord is niet ingesteld." 559 574 560 #: login-security-solution.php:1 891tests/PasswordValidationTest.php:567575 #: login-security-solution.php:1918 tests/PasswordValidationTest.php:567 561 576 msgid "Passwords must either contain numbers or be %d characters long." 562 577 msgstr "Wachtwoorden moeten óf nummers bevatten óf %d karakters lang zijn." 563 578 564 #: login-security-solution.php:1 893tests/PasswordValidationTest.php:554579 #: login-security-solution.php:1920 tests/PasswordValidationTest.php:554 565 580 msgid "" 566 581 "Passwords must either contain punctuation marks / symbols or be %d " … … 569 584 "Wachtwoorden moeten óf vreemde tekens bevatten óf %d karakters lang zijn." 570 585 571 #: login-security-solution.php:1895 tests/PasswordValidationTest.php:606 586 #: login-security-solution.php:1922 tests/PasswordChangeTest.php:300 587 msgid "Passwords can not be reused." 588 msgstr "Wachtwoorden kunnen niet worden hergebruikt." 589 590 #: login-security-solution.php:1924 tests/PasswordValidationTest.php:606 572 591 msgid "Passwords can't have that many sequential characters." 573 592 msgstr "Wachtwoorden mogen niet zoveel opeenvolgende karakters bevatten." 574 593 575 #: login-security-solution.php:1 897tests/PasswordValidationTest.php:593594 #: login-security-solution.php:1926 tests/PasswordValidationTest.php:593 576 595 msgid "Passwords can't be sequential keys." 577 596 msgstr "Wachtwoorden mogen geen opeenvolgende tekens bevatten (bijv. qwerty)." 578 597 579 #: login-security-solution.php:1 899tests/LoginMessageTest.php:115580 #: tests/PasswordChangeTest.php:3 11tests/PasswordValidationTest.php:527598 #: login-security-solution.php:1928 tests/LoginMessageTest.php:115 599 #: tests/PasswordChangeTest.php:333 tests/PasswordValidationTest.php:527 581 600 #: tests/PasswordValidationTest.php:541 582 601 msgid "Password is too short." 583 602 msgstr "Wachtwoord is te kort." 584 603 585 #: login-security-solution.php:19 01tests/PasswordValidationTest.php:497604 #: login-security-solution.php:1930 tests/PasswordValidationTest.php:497 586 605 msgid "Passwords must be strings." 587 606 msgstr "Wachtwoorden moeten tekenreeksen zijn." 588 607 589 #: login-security-solution.php:19 03tests/PasswordValidationTest.php:645608 #: login-security-solution.php:1932 tests/PasswordValidationTest.php:645 590 609 msgid "Passwords can't contain site info." 591 610 msgstr "Wachtwoorden mogen geen informatie over de website bevatten." 592 611 593 #: login-security-solution.php:19 05tests/PasswordValidationTest.php:619612 #: login-security-solution.php:1934 tests/PasswordValidationTest.php:619 594 613 #: tests/PasswordValidationTest.php:632 595 614 msgid "Passwords can't contain user data." 596 615 msgstr "Wachtwoorden mogen geen gebruikersgegevens bevatten." 597 616 598 #: login-security-solution.php:20 56617 #: login-security-solution.php:2085 599 618 msgid "POTENTIAL INTRUSION AT %s" 600 619 msgstr "MOGELIJKE INBRAAK OP %s" 601 620 602 #: login-security-solution.php:20 60621 #: login-security-solution.php:2089 603 622 msgid "Your website, %s, may have been broken in to." 604 623 msgstr "Er is mogelijk ingebroken op %s." 605 624 606 #: login-security-solution.php:20 63625 #: login-security-solution.php:2092 607 626 msgid "" 608 627 "Someone just logged in using the following components. Prior to that, some " … … 614 633 "inlogpogingen in de afgelopen %d minuten:" 615 634 616 #: login-security-solution.php:20 69635 #: login-security-solution.php:2098 617 636 msgid "" 618 637 "The user has been logged out and will be required to confirm their identity " … … 622 641 "door gebruik te maken van de 'wachtwoord reset' functionaliteit." 623 642 624 #: login-security-solution.php:2 071643 #: login-security-solution.php:2100 625 644 msgid "" 626 645 "WARNING: The '%s' setting you chose means this person has NOT been logged " … … 630 649 "NIET worden uitgelogd en NIET een nieuw wachtwoord moeten kiezen." 631 650 632 #: login-security-solution.php:2 073651 #: login-security-solution.php:2102 633 652 msgid "A notification about this potential breach has been sent to the user." 634 653 msgstr "Een melding van deze mogelijke inbraak is naar de gebruiker gestuurd." 635 654 636 #: login-security-solution.php:2 076655 #: login-security-solution.php:2105 637 656 msgid "This message is from the %s plugin (%s) for WordPress." 638 657 msgstr "Deze melding is van de %s plugin (%s) voor WordPress." 639 658 640 #: login-security-solution.php:2 099659 #: login-security-solution.php:2128 641 660 msgid "VERIFY YOU LOGGED IN TO %s" 642 661 msgstr "VERIFIEER DAT JE BENT INGELOGD BIJ %s" 643 662 644 #: login-security-solution.php:21 03663 #: login-security-solution.php:2132 645 664 msgid "" 646 665 "Someone just logged into your '%s' account at %s. Was it you that logged " … … 650 669 "dit omdat de site mogelijk aangevallen wordt op dit moment." 651 670 652 #: login-security-solution.php:21 07671 #: login-security-solution.php:2136 653 672 msgid "" 654 673 "To ensure your account is not being hijacked, you will have go through the '%" … … 659 678 660 679 # Translation from WordPress. 661 #: login-security-solution.php:21 07680 #: login-security-solution.php:2136 662 681 msgid "Lost your password?" 663 682 msgstr "" 664 683 665 #: login-security-solution.php:21 10684 #: login-security-solution.php:2139 666 685 msgid "If it was NOT YOU, please do the following right away:" 667 686 msgstr "Als jij dit NIET was, volg dan de volgende instructies direct:" 668 687 669 #: login-security-solution.php:21 13688 #: login-security-solution.php:2142 670 689 msgid " * Log into the site and change your password." 671 690 msgstr " * Log in om je wachtwoord te veranderen" 672 691 673 #: login-security-solution.php:21 16692 #: login-security-solution.php:2145 674 693 msgid " * Send an email to %s letting them know it was not you who logged in." 675 694 msgstr "" … … 677 696 "loggen." 678 697 679 #: login-security-solution.php:21 42698 #: login-security-solution.php:2171 680 699 msgid "ATTACK HAPPENING TO %s" 681 700 msgstr "AANVAL OP %s" 682 701 683 #: login-security-solution.php:21 46702 #: login-security-solution.php:2175 684 703 msgid "Your website, %s, is undergoing a brute force attack." 685 704 msgstr "Jouw website, %s, ondergaat op dit moment een brute force aanval." 686 705 687 #: login-security-solution.php:21 49706 #: login-security-solution.php:2178 688 707 msgid "" 689 708 "There have been at least %d failed attempts to log in during the past %d " … … 693 712 "minuten, waarbij de volgende kenmerken werden gebruikt:" 694 713 695 #: login-security-solution.php:21 54714 #: login-security-solution.php:2183 696 715 msgid "" 697 716 "The %s plugin (%s) for WordPress is repelling the attack by making their " … … 701 720 "inlogpogingen ernstig te vertragen." 702 721 703 #: login-security-solution.php:21 58722 #: login-security-solution.php:2187 704 723 msgid "" 705 724 "This attacker will also be denied access in the event they stumble upon " … … 709 728 "gegevens inlogt." 710 729 711 #: login-security-solution.php:21 64730 #: login-security-solution.php:2193 712 731 msgid "" 713 732 "Further notifications about this attacker will only be sent if the attack " -
login-security-solution/trunk/languages/login-security-solution-pt_BR.po
r718961 r737065 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: Login Security Solution 0. 36.0\n"3 "Project-Id-Version: Login Security Solution 0.42.0\n" 4 4 "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/login-security-" 5 5 "solution\n" 6 "POT-Creation-Date: 2013-0 5-27 15:28:23+00:00\n"7 "PO-Revision-Date: 201 2-10-17 12:23:54-03:00\n"8 "Last-Translator: Valdir Trombini <valdirtrombini@hotmail.com>\n"6 "POT-Creation-Date: 2013-06-29 21:06:42+00:00\n" 7 "PO-Revision-Date: 2013-07-06 10:44:00-04:00\n" 8 "Last-Translator: Daniel Convissor <danielc@analysisandsolutions.com>\n" 9 9 "Language-Team: Valdir Trombini <valdirtrombini@hotmail.com>\n" 10 10 "MIME-Version: 1.0\n" … … 197 197 "desativa este recurso." 198 198 199 #: admin.php:319 login-security-solution.php:2 071199 #: admin.php:319 login-security-solution.php:2100 200 200 msgid "Breach Email Confirm" 201 201 msgstr "Confirmação por e-mail de violação" … … 345 345 msgstr "precisa ser um número inteiro," 346 346 347 #: admin.php:7 25347 #: admin.php:730 348 348 msgid "There may be cases where everyone's password should be reset." 349 349 msgstr "Pode haver casos onde a senha de todos devam ser repostas." 350 350 351 #: admin.php:7 27351 #: admin.php:732 352 352 msgid "This page, provided by the %s plugin, offers that functionality." 353 353 msgstr "Esta página, fornecida pelo plugin %s, oferece essa funcionalidade." 354 354 355 #: admin.php:73 1355 #: admin.php:736 356 356 msgid "" 357 357 "Submitting this form sets a flag that forces all users, except yourself, to " 358 358 "utilize WordPress' built in password reset functionality." 359 359 msgstr "" 360 "Enviar este formulário, define um sinalizador que obriga todos os usuários "361 " que utilizam a plataforma WordPress em se concientizar que esse foi"362 " construído com funcionalidades de redefinição de senha."363 364 #: admin.php:73 3360 "Enviar este formulário, define um sinalizador que obriga todos os usuários, " 361 "exceto a si mesmo, que utilizam a plataforma WordPress em se concientizar que " 362 "esse foi construído com funcionalidades de redefinição de senha." 363 364 #: admin.php:738 365 365 msgid "" 366 366 "Users who are presently logged in will be logged out the next time they view " … … 370 370 "próxima vez que visualizar uma página que requeira autenticação." 371 371 372 #: admin.php:7 45372 #: admin.php:750 373 373 msgid "" 374 374 "Confirm that you want to force all users to change their passwords by " … … 378 378 "senhas, marcando esta caixa, em seguida, clique no botão abaixo." 379 379 380 #: admin.php:76 4380 #: admin.php:769 381 381 msgid "No thanks. I know what I'm doing. Please don't remind me about this." 382 382 msgstr "" … … 384 384 "isso." 385 385 386 #: admin.php: 796386 #: admin.php:801 387 387 msgid "" 388 388 "You have checked a box that does not correspond with the button you pressed. " … … 393 393 "corrigindo, ou pressione os botões dentro da mesma seção." 394 394 395 #: admin.php: 798395 #: admin.php:803 396 396 msgid "" 397 397 "Please confirm that you really want to do this. Put a check in the '%s' box " … … 401 401 "verificação na '%s' caixa de seleção antes de clicar no botão enviar." 402 402 403 #: admin.php:8 09403 #: admin.php:814 404 404 msgid "No thanks" 405 405 msgstr "Não, obrigado" 406 406 407 407 # Translation from WordPress. 408 #: admin.php:81 4 admin.php:834408 #: admin.php:819 admin.php:839 409 409 msgid "Success!" 410 410 msgstr "" 411 411 412 #: admin.php:8 27412 #: admin.php:832 413 413 msgid "Confirm" 414 414 msgstr "Confirme" 415 415 416 #: admin.php:866 417 msgid "" 418 "WARNING: The site is in maintenance mode. DO NOT TOUCH ANYTHING! Your " 419 "changes may get overwritten!" 420 msgstr "" 421 "Aviso: O site está em modo de manutenção. NÃO TOQUE EM NADA! As suas " 422 "alterações podem ser sobrescritas!" 423 424 #: admin.php:890 416 #: admin.php:873 417 msgid "an administrator" 418 msgstr "um administrador" 419 420 #: admin.php:884 421 msgid "" 422 "NOTICE: you turned on Maintenance Mode at some point. It disables new " 423 "comments and keeps non-administrators from logging in." 424 msgstr "" 425 "AVISO: Você ligado no modo de manutenção em algum ponto. Ele desativa novos " 426 "comentários e mantém não-administradores de log in." 427 428 #: admin.php:886 429 msgid "" 430 "WARNING: the site in Maintenance Mode. Talk to %s before making any changes." 431 msgstr "" 432 "AVISO: o site em modo de manutenção. Converse com %s antes de fazer quaisquer " 433 "alterações." 434 435 #: admin.php:892 436 msgid "" 437 "To turn this off, go to Settings | Login Security Solution | Maintenance " 438 "Mode." 439 msgstr "" 440 "Para desativar isso, vá para Configurações | Login Security Solution | Modo " 441 "de Manutenção" 442 443 #: admin.php:917 425 444 msgid "" 426 445 "You have not asked your users to change their passwords since the plugin was " … … 435 454 "que todos os usuários escolham senhas novas e fortes." 436 455 437 #: admin.php: 894456 #: admin.php:921 438 457 msgid "" 439 458 "Speaking of which, do YOU have a strong password? Make sure by changing " … … 443 462 "também." 444 463 445 #: admin.php: 898464 #: admin.php:925 446 465 msgid "" 447 466 "The following link leads to a user interface where you can either require " … … 452 471 453 472 # Translation from WordPress. 454 #: admin.php:9 28473 #: admin.php:955 455 474 msgid "You do not have sufficient permissions to access this page." 456 475 msgstr "" 457 476 458 #: admin.php:9 34477 #: admin.php:961 459 478 msgid "$user_ID variable not set. Another plugin is misbehaving." 460 479 msgstr "" 461 480 "$user_ID variável não definida. Um outro plugin está se comportando mal." 462 481 463 #: login-security-solution.php:64 0tests/LoginErrorsTest.php:97482 #: login-security-solution.php:643 tests/LoginErrorsTest.php:97 464 483 #: tests/LoginErrorsTest.php:111 465 484 msgid "Invalid username or password." … … 467 486 468 487 # Translation from WordPress. 469 #: login-security-solution.php:6 47tests/LoginErrorsTest.php:125488 #: login-security-solution.php:650 tests/LoginErrorsTest.php:125 470 489 #: tests/LoginErrorsTest.php:139 471 490 msgid "Password reset is not allowed for this user" 472 491 msgstr "" 473 492 474 #: login-security-solution.php:67 3tests/LoginMessageTest.php:66493 #: login-security-solution.php:676 tests/LoginMessageTest.php:66 475 494 msgid "It has been over %d minutes since your last action." 476 495 msgstr "Já faz mais de %d minutos desde a sua última ação." 477 496 478 #: login-security-solution.php:67 4tests/LoginMessageTest.php:67497 #: login-security-solution.php:677 tests/LoginMessageTest.php:67 479 498 msgid "Please log back in." 480 499 msgstr "Por favor efetue login para entrar novamente." 481 500 482 #: login-security-solution.php:6 77tests/LoginMessageTest.php:77501 #: login-security-solution.php:680 tests/LoginMessageTest.php:77 483 502 msgid "The grace period for changing your password has expired." 484 503 msgstr "O período de tolerância para você mudar a sua senha expirou." 485 504 486 #: login-security-solution.php:6 78tests/LoginMessageTest.php:78505 #: login-security-solution.php:681 tests/LoginMessageTest.php:78 487 506 msgid "Please submit this form to reset your password." 488 507 msgstr "" 489 508 "Para redefinir a sua senha, por favor, preencha e envie este formulário." 490 509 491 #: login-security-solution.php:68 1tests/LoginMessageTest.php:88510 #: login-security-solution.php:684 tests/LoginMessageTest.php:88 492 511 msgid "Your password must be reset." 493 512 msgstr "Sua senha deve ser redefinida." 494 513 495 #: login-security-solution.php:68 2tests/LoginMessageTest.php:89514 #: login-security-solution.php:685 tests/LoginMessageTest.php:89 496 515 msgid "Please submit this form to reset it." 497 516 msgstr "Por favor envie este formulário para redefini-la." 498 517 499 #: login-security-solution.php:68 5tests/LoginMessageTest.php:104518 #: login-security-solution.php:688 tests/LoginMessageTest.php:104 500 519 msgid "Your password has expired. Please log and change it." 501 520 msgstr "Sua senha expirou. Por favor, efetue login para alterar." 502 521 503 #: login-security-solution.php:68 6tests/LoginMessageTest.php:105522 #: login-security-solution.php:689 tests/LoginMessageTest.php:105 504 523 msgid "We provide a %d minute grace period to do so." 505 524 msgstr "" 506 525 "Nós fornecemos um período de tolerância de %d minutos para você fazer isso." 507 526 508 #: login-security-solution.php:69 4tests/LoginMessageTest.php:129527 #: login-security-solution.php:697 tests/LoginMessageTest.php:129 509 528 #: tests/LoginMessageTest.php:144 510 529 msgid "The site is undergoing maintenance." 511 530 msgstr "O site neste instante, está passando por manutenção." 512 531 513 #: login-security-solution.php:69 5tests/LoginMessageTest.php:130532 #: login-security-solution.php:698 tests/LoginMessageTest.php:130 514 533 #: tests/LoginMessageTest.php:145 515 534 msgid "Please try again later." 516 535 msgstr "Por favor, tente novamente mais tarde." 517 536 518 #: login-security-solution.php:7 75537 #: login-security-solution.php:784 519 538 msgid "" 520 539 "The password should either be: A) at least %d characters long and contain " … … 529 548 "A senha não pode conter palavras relacionadas a você ou a este site." 530 549 531 #: login-security-solution.php:814 tests/PasswordChangeTest.php:278532 msgid "Passwords can not be reused."533 msgstr "As senhas não podem ser reutilizadas."534 535 550 # Translation from WordPress. 536 #: login-security-solution.php:10 12551 #: login-security-solution.php:1025 537 552 msgid "ERROR" 538 553 msgstr "" 539 554 540 #: login-security-solution.php:11 59555 #: login-security-solution.php:1172 541 556 msgid "" 542 557 "\n" … … 554 569 "Senha MD5 %5d %s\n" 555 570 556 #: login-security-solution.php:1 881tests/LoginMessageTest.php:148571 #: login-security-solution.php:1908 tests/LoginMessageTest.php:148 557 572 #: tests/PasswordValidationTest.php:510 558 573 msgid "Passwords must use ASCII characters." 559 574 msgstr "As senhas devem usar caracteres ASCII." 560 575 561 #: login-security-solution.php:1 883tests/PasswordValidationTest.php:580576 #: login-security-solution.php:1910 tests/PasswordValidationTest.php:580 562 577 msgid "" 563 578 "Passwords must either contain upper-case and lower-case letters or be %d " … … 567 582 "conjunto de caracteres longo." 568 583 569 #: login-security-solution.php:1 885tests/PasswordValidationTest.php:658584 #: login-security-solution.php:1912 tests/PasswordValidationTest.php:658 570 585 msgid "Password is too common." 571 586 msgstr "A senha não pode ser muito comum." 572 587 573 #: login-security-solution.php:1 887tests/PasswordValidationTest.php:674588 #: login-security-solution.php:1914 tests/PasswordValidationTest.php:674 574 589 msgid "Passwords can't be variations of dictionary words." 575 590 msgstr "" … … 577 592 "for." 578 593 579 #: login-security-solution.php:1 889tests/PasswordValidationTest.php:486594 #: login-security-solution.php:1916 tests/PasswordValidationTest.php:486 580 595 msgid "Password not set." 581 596 msgstr "A senha não está definida." 582 597 583 #: login-security-solution.php:1 891tests/PasswordValidationTest.php:567598 #: login-security-solution.php:1918 tests/PasswordValidationTest.php:567 584 599 msgid "Passwords must either contain numbers or be %d characters long." 585 600 msgstr "" 586 601 "As senhas devem conter números ou estar %d num conjunto de caracteres longo." 587 602 588 #: login-security-solution.php:1 893tests/PasswordValidationTest.php:554603 #: login-security-solution.php:1920 tests/PasswordValidationTest.php:554 589 604 msgid "" 590 605 "Passwords must either contain punctuation marks / symbols or be %d " … … 594 609 "de caracteres longo." 595 610 596 #: login-security-solution.php:1895 tests/PasswordValidationTest.php:606 611 #: login-security-solution.php:1922 tests/PasswordChangeTest.php:300 612 msgid "Passwords can not be reused." 613 msgstr "As senhas não podem ser reutilizadas." 614 615 #: login-security-solution.php:1924 tests/PasswordValidationTest.php:606 597 616 msgid "Passwords can't have that many sequential characters." 598 617 msgstr "As senhas não podem ter muitos caracteres iguais e em seqüenciais." 599 618 600 #: login-security-solution.php:1 897tests/PasswordValidationTest.php:593619 #: login-security-solution.php:1926 tests/PasswordValidationTest.php:593 601 620 msgid "Passwords can't be sequential keys." 602 621 msgstr "As senhas não podem ser chaves seqüenciais." 603 622 604 #: login-security-solution.php:1 899tests/LoginMessageTest.php:115605 #: tests/PasswordChangeTest.php:3 11tests/PasswordValidationTest.php:527623 #: login-security-solution.php:1928 tests/LoginMessageTest.php:115 624 #: tests/PasswordChangeTest.php:333 tests/PasswordValidationTest.php:527 606 625 #: tests/PasswordValidationTest.php:541 607 626 msgid "Password is too short." 608 627 msgstr "A senha é muito curta." 609 628 610 #: login-security-solution.php:19 01tests/PasswordValidationTest.php:497629 #: login-security-solution.php:1930 tests/PasswordValidationTest.php:497 611 630 msgid "Passwords must be strings." 612 631 msgstr "As senhas devem ser seqüências de caracteres." 613 632 614 #: login-security-solution.php:19 03tests/PasswordValidationTest.php:645633 #: login-security-solution.php:1932 tests/PasswordValidationTest.php:645 615 634 msgid "Passwords can't contain site info." 616 635 msgstr "As senhas não podem conter informações do site." 617 636 618 #: login-security-solution.php:19 05tests/PasswordValidationTest.php:619637 #: login-security-solution.php:1934 tests/PasswordValidationTest.php:619 619 638 #: tests/PasswordValidationTest.php:632 620 639 msgid "Passwords can't contain user data." 621 640 msgstr "As senhas não podem conter dados pessoais do usuário." 622 641 623 #: login-security-solution.php:20 56642 #: login-security-solution.php:2085 624 643 msgid "POTENTIAL INTRUSION AT %s" 625 644 msgstr "INVASÃO EM POTENCIAL %s" 626 645 627 #: login-security-solution.php:20 60646 #: login-security-solution.php:2089 628 647 msgid "Your website, %s, may have been broken in to." 629 648 msgstr "Seu website, %s, pode ter sido arrombado e invadido." 630 649 631 #: login-security-solution.php:20 63650 #: login-security-solution.php:2092 632 651 msgid "" 633 652 "Someone just logged in using the following components. Prior to that, some " … … 639 658 "sessão durante os últimos %d minutos:" 640 659 641 #: login-security-solution.php:20 69660 #: login-security-solution.php:2098 642 661 msgid "" 643 662 "The user has been logged out and will be required to confirm their identity " … … 647 666 "através da funcionalidade de redefinição de senha." 648 667 649 #: login-security-solution.php:2 071668 #: login-security-solution.php:2100 650 669 msgid "" 651 670 "WARNING: The '%s' setting you chose means this person has NOT been logged " … … 656 675 "identidade." 657 676 658 #: login-security-solution.php:2 073677 #: login-security-solution.php:2102 659 678 msgid "A notification about this potential breach has been sent to the user." 660 679 msgstr "" 661 680 "Uma notificação sobre uma violação em potencial foi enviada para o usuário." 662 681 663 #: login-security-solution.php:2 076682 #: login-security-solution.php:2105 664 683 msgid "This message is from the %s plugin (%s) for WordPress." 665 684 msgstr "Esta mensagem é proveniente do plugin %s (%s) do seu WordPress." 666 685 667 #: login-security-solution.php:2 099686 #: login-security-solution.php:2128 668 687 msgid "VERIFY YOU LOGGED IN TO %s" 669 688 msgstr "VERIFIQUE SE VOCÊ ESTÁ CONECTADO PARA %s" 670 689 671 #: login-security-solution.php:21 03690 #: login-security-solution.php:2132 672 691 msgid "" 673 692 "Someone just logged into your '%s' account at %s. Was it you that logged " … … 677 696 "Estamos perguntando porque o site pode estar sob ataque neste momento." 678 697 679 #: login-security-solution.php:21 07698 #: login-security-solution.php:2136 680 699 msgid "" 681 700 "To ensure your account is not being hijacked, you will have go through the '%" … … 686 705 687 706 # Translation from WordPress. 688 #: login-security-solution.php:21 07707 #: login-security-solution.php:2136 689 708 msgid "Lost your password?" 690 709 msgstr "" 691 710 692 #: login-security-solution.php:21 10711 #: login-security-solution.php:2139 693 712 msgid "If it was NOT YOU, please do the following right away:" 694 713 msgstr "Se NÃO é VOCÊ, por favor, faça o seguinte de imediato:" 695 714 696 #: login-security-solution.php:21 13715 #: login-security-solution.php:2142 697 716 msgid " * Log into the site and change your password." 698 717 msgstr " * Efetue login no site e altere a sua senha." 699 718 700 #: login-security-solution.php:21 16719 #: login-security-solution.php:2145 701 720 msgid " * Send an email to %s letting them know it was not you who logged in." 702 721 msgstr "" … … 704 723 "o acesso." 705 724 706 #: login-security-solution.php:21 42725 #: login-security-solution.php:2171 707 726 msgid "ATTACK HAPPENING TO %s" 708 727 msgstr "ATAQUE ACONTECENDO NO %s" 709 728 710 #: login-security-solution.php:21 46729 #: login-security-solution.php:2175 711 730 msgid "Your website, %s, is undergoing a brute force attack." 712 731 msgstr "Seu website, %s, está passando por um ataque de força bruta." 713 732 714 #: login-security-solution.php:21 49733 #: login-security-solution.php:2178 715 734 msgid "" 716 735 "There have been at least %d failed attempts to log in during the past %d " … … 720 739 "minutos, que usaram um ou mais dos seguintes componentes:" 721 740 722 #: login-security-solution.php:21 54741 #: login-security-solution.php:2183 723 742 msgid "" 724 743 "The %s plugin (%s) for WordPress is repelling the attack by making their " … … 729 748 "entre as falhas." 730 749 731 #: login-security-solution.php:21 58750 #: login-security-solution.php:2187 732 751 msgid "" 733 752 "This attacker will also be denied access in the event they stumble upon " … … 737 756 "credenciais válidas." 738 757 739 #: login-security-solution.php:21 64758 #: login-security-solution.php:2193 740 759 msgid "" 741 760 "Further notifications about this attacker will only be sent if the attack " -
login-security-solution/trunk/languages/login-security-solution.pot
r718961 r737065 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Login Security Solution 0. 38.0\n"5 "Project-Id-Version: Login Security Solution 0.42.0\n" 6 6 "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/login-security-" 7 7 "solution\n" 8 "POT-Creation-Date: 2013-0 5-27 15:28:23+00:00\n"8 "POT-Creation-Date: 2013-06-29 21:06:42+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=UTF-8\n" … … 156 156 msgstr "" 157 157 158 #: admin.php:319 login-security-solution.php:2 071158 #: admin.php:319 login-security-solution.php:2100 159 159 msgid "Breach Email Confirm" 160 160 msgstr "" … … 280 280 msgstr "" 281 281 282 #: admin.php:7 25282 #: admin.php:730 283 283 msgid "There may be cases where everyone's password should be reset." 284 284 msgstr "" 285 285 286 #: admin.php:7 27286 #: admin.php:732 287 287 msgid "This page, provided by the %s plugin, offers that functionality." 288 288 msgstr "" 289 289 290 #: admin.php:73 1290 #: admin.php:736 291 291 msgid "" 292 292 "Submitting this form sets a flag that forces all users, except yourself, to " … … 294 294 msgstr "" 295 295 296 #: admin.php:73 3296 #: admin.php:738 297 297 msgid "" 298 298 "Users who are presently logged in will be logged out the next time they view " … … 300 300 msgstr "" 301 301 302 #: admin.php:7 45302 #: admin.php:750 303 303 msgid "" 304 304 "Confirm that you want to force all users to change their passwords by " … … 306 306 msgstr "" 307 307 308 #: admin.php:76 4308 #: admin.php:769 309 309 msgid "No thanks. I know what I'm doing. Please don't remind me about this." 310 310 msgstr "" 311 311 312 #: admin.php: 796312 #: admin.php:801 313 313 msgid "" 314 314 "You have checked a box that does not correspond with the button you pressed. " … … 316 316 msgstr "" 317 317 318 #: admin.php: 798318 #: admin.php:803 319 319 msgid "" 320 320 "Please confirm that you really want to do this. Put a check in the '%s' box " … … 322 322 msgstr "" 323 323 324 #: admin.php:8 09324 #: admin.php:814 325 325 msgid "No thanks" 326 326 msgstr "" 327 327 328 #: admin.php:81 4 admin.php:834328 #: admin.php:819 admin.php:839 329 329 msgid "Success!" 330 330 msgstr "" 331 331 332 #: admin.php:8 27332 #: admin.php:832 333 333 msgid "Confirm" 334 334 msgstr "" 335 335 336 #: admin.php:866 337 msgid "" 338 "WARNING: The site is in maintenance mode. DO NOT TOUCH ANYTHING! Your " 339 "changes may get overwritten!" 340 msgstr "" 341 342 #: admin.php:890 336 #: admin.php:873 337 msgid "an administrator" 338 msgstr "" 339 340 #: admin.php:884 341 msgid "" 342 "NOTICE: you turned on Maintenance Mode at some point. It disables new " 343 "comments and keeps non-administrators from logging in." 344 msgstr "" 345 346 #: admin.php:886 347 msgid "" 348 "WARNING: the site in Maintenance Mode. Talk to %s before making any changes." 349 msgstr "" 350 351 #: admin.php:892 352 msgid "" 353 "To turn this off, go to Settings | Login Security Solution | Maintenance " 354 "Mode." 355 msgstr "" 356 357 #: admin.php:917 343 358 msgid "" 344 359 "You have not asked your users to change their passwords since the plugin was " … … 348 363 msgstr "" 349 364 350 #: admin.php: 894365 #: admin.php:921 351 366 msgid "" 352 367 "Speaking of which, do YOU have a strong password? Make sure by changing " … … 354 369 msgstr "" 355 370 356 #: admin.php: 898371 #: admin.php:925 357 372 msgid "" 358 373 "The following link leads to a user interface where you can either require " … … 360 375 msgstr "" 361 376 362 #: admin.php:9 28377 #: admin.php:955 363 378 msgid "You do not have sufficient permissions to access this page." 364 379 msgstr "" 365 380 366 #: admin.php:9 34381 #: admin.php:961 367 382 msgid "$user_ID variable not set. Another plugin is misbehaving." 368 383 msgstr "" 369 384 370 #: login-security-solution.php:64 0tests/LoginErrorsTest.php:97385 #: login-security-solution.php:643 tests/LoginErrorsTest.php:97 371 386 #: tests/LoginErrorsTest.php:111 372 387 msgid "Invalid username or password." 373 388 msgstr "" 374 389 375 #: login-security-solution.php:6 47tests/LoginErrorsTest.php:125390 #: login-security-solution.php:650 tests/LoginErrorsTest.php:125 376 391 #: tests/LoginErrorsTest.php:139 377 392 msgid "Password reset is not allowed for this user" 378 393 msgstr "" 379 394 380 #: login-security-solution.php:67 3tests/LoginMessageTest.php:66395 #: login-security-solution.php:676 tests/LoginMessageTest.php:66 381 396 msgid "It has been over %d minutes since your last action." 382 397 msgstr "" 383 398 384 #: login-security-solution.php:67 4tests/LoginMessageTest.php:67399 #: login-security-solution.php:677 tests/LoginMessageTest.php:67 385 400 msgid "Please log back in." 386 401 msgstr "" 387 402 388 #: login-security-solution.php:6 77tests/LoginMessageTest.php:77403 #: login-security-solution.php:680 tests/LoginMessageTest.php:77 389 404 msgid "The grace period for changing your password has expired." 390 405 msgstr "" 391 406 392 #: login-security-solution.php:6 78tests/LoginMessageTest.php:78407 #: login-security-solution.php:681 tests/LoginMessageTest.php:78 393 408 msgid "Please submit this form to reset your password." 394 409 msgstr "" 395 410 396 #: login-security-solution.php:68 1tests/LoginMessageTest.php:88411 #: login-security-solution.php:684 tests/LoginMessageTest.php:88 397 412 msgid "Your password must be reset." 398 413 msgstr "" 399 414 400 #: login-security-solution.php:68 2tests/LoginMessageTest.php:89415 #: login-security-solution.php:685 tests/LoginMessageTest.php:89 401 416 msgid "Please submit this form to reset it." 402 417 msgstr "" 403 418 404 #: login-security-solution.php:68 5tests/LoginMessageTest.php:104419 #: login-security-solution.php:688 tests/LoginMessageTest.php:104 405 420 msgid "Your password has expired. Please log and change it." 406 421 msgstr "" 407 422 408 #: login-security-solution.php:68 6tests/LoginMessageTest.php:105423 #: login-security-solution.php:689 tests/LoginMessageTest.php:105 409 424 msgid "We provide a %d minute grace period to do so." 410 425 msgstr "" 411 426 412 #: login-security-solution.php:69 4tests/LoginMessageTest.php:129427 #: login-security-solution.php:697 tests/LoginMessageTest.php:129 413 428 #: tests/LoginMessageTest.php:144 414 429 msgid "The site is undergoing maintenance." 415 430 msgstr "" 416 431 417 #: login-security-solution.php:69 5tests/LoginMessageTest.php:130432 #: login-security-solution.php:698 tests/LoginMessageTest.php:130 418 433 #: tests/LoginMessageTest.php:145 419 434 msgid "Please try again later." 420 435 msgstr "" 421 436 422 #: login-security-solution.php:7 75437 #: login-security-solution.php:784 423 438 msgid "" 424 439 "The password should either be: A) at least %d characters long and contain " … … 428 443 msgstr "" 429 444 430 #: login-security-solution.php:814 tests/PasswordChangeTest.php:278 431 msgid "Passwords can not be reused." 432 msgstr "" 433 434 #: login-security-solution.php:1012 445 #: login-security-solution.php:1025 435 446 msgid "ERROR" 436 447 msgstr "" 437 448 438 #: login-security-solution.php:11 59449 #: login-security-solution.php:1172 439 450 msgid "" 440 451 "\n" … … 446 457 msgstr "" 447 458 448 #: login-security-solution.php:1 881tests/LoginMessageTest.php:148459 #: login-security-solution.php:1908 tests/LoginMessageTest.php:148 449 460 #: tests/PasswordValidationTest.php:510 450 461 msgid "Passwords must use ASCII characters." 451 462 msgstr "" 452 463 453 #: login-security-solution.php:1 883tests/PasswordValidationTest.php:580464 #: login-security-solution.php:1910 tests/PasswordValidationTest.php:580 454 465 msgid "" 455 466 "Passwords must either contain upper-case and lower-case letters or be %d " … … 457 468 msgstr "" 458 469 459 #: login-security-solution.php:1 885tests/PasswordValidationTest.php:658470 #: login-security-solution.php:1912 tests/PasswordValidationTest.php:658 460 471 msgid "Password is too common." 461 472 msgstr "" 462 473 463 #: login-security-solution.php:1 887tests/PasswordValidationTest.php:674474 #: login-security-solution.php:1914 tests/PasswordValidationTest.php:674 464 475 msgid "Passwords can't be variations of dictionary words." 465 476 msgstr "" 466 477 467 #: login-security-solution.php:1 889tests/PasswordValidationTest.php:486478 #: login-security-solution.php:1916 tests/PasswordValidationTest.php:486 468 479 msgid "Password not set." 469 480 msgstr "" 470 481 471 #: login-security-solution.php:1 891tests/PasswordValidationTest.php:567482 #: login-security-solution.php:1918 tests/PasswordValidationTest.php:567 472 483 msgid "Passwords must either contain numbers or be %d characters long." 473 484 msgstr "" 474 485 475 #: login-security-solution.php:1 893tests/PasswordValidationTest.php:554486 #: login-security-solution.php:1920 tests/PasswordValidationTest.php:554 476 487 msgid "" 477 488 "Passwords must either contain punctuation marks / symbols or be %d " … … 479 490 msgstr "" 480 491 481 #: login-security-solution.php:1895 tests/PasswordValidationTest.php:606 492 #: login-security-solution.php:1922 tests/PasswordChangeTest.php:300 493 msgid "Passwords can not be reused." 494 msgstr "" 495 496 #: login-security-solution.php:1924 tests/PasswordValidationTest.php:606 482 497 msgid "Passwords can't have that many sequential characters." 483 498 msgstr "" 484 499 485 #: login-security-solution.php:1 897tests/PasswordValidationTest.php:593500 #: login-security-solution.php:1926 tests/PasswordValidationTest.php:593 486 501 msgid "Passwords can't be sequential keys." 487 502 msgstr "" 488 503 489 #: login-security-solution.php:1 899tests/LoginMessageTest.php:115490 #: tests/PasswordChangeTest.php:3 11tests/PasswordValidationTest.php:527504 #: login-security-solution.php:1928 tests/LoginMessageTest.php:115 505 #: tests/PasswordChangeTest.php:333 tests/PasswordValidationTest.php:527 491 506 #: tests/PasswordValidationTest.php:541 492 507 msgid "Password is too short." 493 508 msgstr "" 494 509 495 #: login-security-solution.php:19 01tests/PasswordValidationTest.php:497510 #: login-security-solution.php:1930 tests/PasswordValidationTest.php:497 496 511 msgid "Passwords must be strings." 497 512 msgstr "" 498 513 499 #: login-security-solution.php:19 03tests/PasswordValidationTest.php:645514 #: login-security-solution.php:1932 tests/PasswordValidationTest.php:645 500 515 msgid "Passwords can't contain site info." 501 516 msgstr "" 502 517 503 #: login-security-solution.php:19 05tests/PasswordValidationTest.php:619518 #: login-security-solution.php:1934 tests/PasswordValidationTest.php:619 504 519 #: tests/PasswordValidationTest.php:632 505 520 msgid "Passwords can't contain user data." 506 521 msgstr "" 507 522 508 #: login-security-solution.php:20 56523 #: login-security-solution.php:2085 509 524 msgid "POTENTIAL INTRUSION AT %s" 510 525 msgstr "" 511 526 512 #: login-security-solution.php:20 60527 #: login-security-solution.php:2089 513 528 msgid "Your website, %s, may have been broken in to." 514 529 msgstr "" 515 530 516 #: login-security-solution.php:20 63531 #: login-security-solution.php:2092 517 532 msgid "" 518 533 "Someone just logged in using the following components. Prior to that, some " … … 521 536 msgstr "" 522 537 523 #: login-security-solution.php:20 69538 #: login-security-solution.php:2098 524 539 msgid "" 525 540 "The user has been logged out and will be required to confirm their identity " … … 527 542 msgstr "" 528 543 529 #: login-security-solution.php:2 071544 #: login-security-solution.php:2100 530 545 msgid "" 531 546 "WARNING: The '%s' setting you chose means this person has NOT been logged " … … 533 548 msgstr "" 534 549 535 #: login-security-solution.php:2 073550 #: login-security-solution.php:2102 536 551 msgid "A notification about this potential breach has been sent to the user." 537 552 msgstr "" 538 553 539 #: login-security-solution.php:2 076554 #: login-security-solution.php:2105 540 555 msgid "This message is from the %s plugin (%s) for WordPress." 541 556 msgstr "" 542 557 543 #: login-security-solution.php:2 099558 #: login-security-solution.php:2128 544 559 msgid "VERIFY YOU LOGGED IN TO %s" 545 560 msgstr "" 546 561 547 #: login-security-solution.php:21 03562 #: login-security-solution.php:2132 548 563 msgid "" 549 564 "Someone just logged into your '%s' account at %s. Was it you that logged " … … 551 566 msgstr "" 552 567 553 #: login-security-solution.php:21 07568 #: login-security-solution.php:2136 554 569 msgid "" 555 570 "To ensure your account is not being hijacked, you will have go through the '%" … … 557 572 msgstr "" 558 573 559 #: login-security-solution.php:21 07574 #: login-security-solution.php:2136 560 575 msgid "Lost your password?" 561 576 msgstr "" 562 577 563 #: login-security-solution.php:21 10578 #: login-security-solution.php:2139 564 579 msgid "If it was NOT YOU, please do the following right away:" 565 580 msgstr "" 566 581 567 #: login-security-solution.php:21 13582 #: login-security-solution.php:2142 568 583 msgid " * Log into the site and change your password." 569 584 msgstr "" 570 585 571 #: login-security-solution.php:21 16586 #: login-security-solution.php:2145 572 587 msgid " * Send an email to %s letting them know it was not you who logged in." 573 588 msgstr "" 574 589 575 #: login-security-solution.php:21 42590 #: login-security-solution.php:2171 576 591 msgid "ATTACK HAPPENING TO %s" 577 592 msgstr "" 578 593 579 #: login-security-solution.php:21 46594 #: login-security-solution.php:2175 580 595 msgid "Your website, %s, is undergoing a brute force attack." 581 596 msgstr "" 582 597 583 #: login-security-solution.php:21 49598 #: login-security-solution.php:2178 584 599 msgid "" 585 600 "There have been at least %d failed attempts to log in during the past %d " … … 587 602 msgstr "" 588 603 589 #: login-security-solution.php:21 54604 #: login-security-solution.php:2183 590 605 msgid "" 591 606 "The %s plugin (%s) for WordPress is repelling the attack by making their " … … 593 608 msgstr "" 594 609 595 #: login-security-solution.php:21 58610 #: login-security-solution.php:2187 596 611 msgid "" 597 612 "This attacker will also be denied access in the event they stumble upon " … … 599 614 msgstr "" 600 615 601 #: login-security-solution.php:21 64616 #: login-security-solution.php:2193 602 617 msgid "" 603 618 "Further notifications about this attacker will only be sent if the attack " -
login-security-solution/trunk/login-security-solution.php
r731853 r737065 7 7 * 8 8 * Plugin URI: http://wordpress.org/extend/plugins/login-security-solution/ 9 * Version: 0.4 1.09 * Version: 0.42.0 10 10 * (Remember to change the VERSION constant, below, as well!) 11 11 * Author: Daniel Convissor … … 43 43 * This plugin's version 44 44 */ 45 const VERSION = '0.4 1.0';45 const VERSION = '0.42.0'; 46 46 47 47 /** -
login-security-solution/trunk/readme.txt
r731853 r737065 424 424 on our GitHub. 425 425 426 427 = How do developers generate the translation files? = 428 429 To update the POT file, do this: 430 431 * cd into the directory above this one. 432 * `svn checkout http://i18n.svn.wordpress.org/tools/trunk/ makepot` 433 * `cd login-security-solution/languages` 434 * `./makepot.sh` 435 436 To produce the machine readable translations used by WordPress' gettext 437 implementation, use the scripts I made for generating all of the `.po` 438 and `.mo` files: 439 440 * `cd languages` 441 * `./makepot.sh` 442 * `./updatepos.sh` 443 * `./makemos.sh` 426 = Information for Translators = 427 428 1. __Do not__ commit the `.mo` files! They get created as part of the 429 release process. 430 1. Translation commits and pull requests should __only__ touch the `.po` 431 file. If you have other changes you wish to see made, please do so 432 via separate commits in separate pull requests. 433 1. When translating a new feature, please make that one commit. If other 434 parts of the translation need updating, please make them in a separate 435 commit. 436 1. Please don't change formatting inside the `.po` file 437 1. __Run `git diff` before all commits.__ Ensure only expected changes 438 are being made. 439 1. Do not translate items that have a comment above them saying 440 `Translation from WordPress.` Those phrases are already translated 441 in Wordporess' core. Leaving them untranslated here ensures 442 consistency with the rest of WordPress. 443 444 = Translation Information for Developers = 445 446 * To update the `.pot` file: 447 448 1. WordPress' `makepot` utility directory should be in the same directory 449 as the `login-security-solution` directory. If you don't have this 450 setup, here's what to do: 451 * cd into the directory above this one. 452 * `svn checkout http://i18n.svn.wordpress.org/tools/trunk/ makepot` 453 * So, now you'll have: 454 455 <parent dir> 456 |- login-security-solution/ 457 |- makepot/ 458 459 1. `cd login-security-solution/languages` 460 1. `./makepot.sh` 461 462 * Then, bringing the `.po` files up to date is as easy as: 463 464 1. `./updatepos.sh` 465 466 * Finally, to update the `.mo` files for testing or release: 467 468 1. `./makemos.sh` 444 469 445 470 446 471 == Changelog == 472 473 = 0.42.0 (2013-07-06) = 474 * Have Maintenence Mode messaging say who turned it on and how to turn it off. 475 * Added pw_sequence for German T1 keyboard layout. (cfoellmann) 447 476 448 477 = 0.41.0 (2013-06-26) =
Note: See TracChangeset
for help on using the changeset viewer.