Plugin Directory

Changeset 737065


Ignore:
Timestamp:
07/06/2013 02:58:48 PM (13 years ago)
Author:
convissor
Message:

Squash for release 0.42.0.

Location:
login-security-solution/trunk
Files:
1 added
12 edited

Legend:

Unmodified
Added
Removed
  • login-security-solution/trunk/admin.php

    r718961 r737065  
    455455        }
    456456
     457        screen_icon('options-general');
    457458        echo '<h2>' . $this->hsc_utf8($this->text_settings) . '</h2>';
    458459        echo '<form action="' . $this->hsc_utf8($this->form_action) . '" method="post">' . "\n";
     
    636637                    break;
    637638            }
    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            }
    639645        }
    640646
     
    863869        echo '<div class="error">';
    864870
     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
    865883        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        }
    867889        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        }
    868896
    869897        echo "</div>\n";
  • login-security-solution/trunk/languages/login-security-solution-de_DE.po

    r718961 r737065  
    11msgid ""
    22msgstr ""
    3 "Project-Id-Version: Login Security Solution 0.38.0\n"
     3"Project-Id-Version: Login Security Solution 0.42.0\n"
    44"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/login-security-"
    55"solution\n"
    6 "POT-Creation-Date: 2013-05-27 15:28:23+00:00\n"
    7 "PO-Revision-Date: 2013-05-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"
    99"Language-Team: Translate.foe-services.de <translate@foe-services.de>\n"
    1010"MIME-Version: 1.0\n"
     
    193193"Daten, die bei x Loginfehlern genutzt wurden. 0 deaktiviert diese Funktion."
    194194
    195 #: admin.php:319 login-security-solution.php:2071
     195#: admin.php:319 login-security-solution.php:2100
    196196msgid "Breach Email Confirm"
    197197msgstr "E-Mail-Bestätigung bei Einbruchsverdacht"
     
    339339msgstr "muss eine Zahl sein,"
    340340
    341 #: admin.php:725
     341#: admin.php:730
    342342msgid "There may be cases where everyone's password should be reset."
    343343msgstr ""
     
    345345"Benutzer zurückzusetzen."
    346346
    347 #: admin.php:727
     347#: admin.php:732
    348348msgid "This page, provided by the %s plugin, offers that functionality."
    349349msgstr "Diese Seite des %s Plugins bietet diese Funktionalität."
    350350
    351 #: admin.php:731
     351#: admin.php:736
    352352msgid ""
    353353"Submitting this form sets a flag that forces all users, except yourself, to "
     
    358358"setzen."
    359359
    360 #: admin.php:733
     360#: admin.php:738
    361361msgid ""
    362362"Users who are presently logged in will be logged out the next time they view "
     
    366366"weitere Seite betrachten, für die ein Login erforderlich ist."
    367367
    368 #: admin.php:745
     368#: admin.php:750
    369369msgid ""
    370370"Confirm that you want to force all users to change their passwords by "
     
    374374"indem du diese Box aktivierst und danach den Button darunter klickst."
    375375
    376 #: admin.php:764
     376#: admin.php:769
    377377msgid "No thanks. I know what I'm doing. Please don't remind me about this."
    378378msgstr "Nein, Danke. Ich weiß, was ich tue. Bitte erinnere mich nicht erneut."
    379379
    380 #: admin.php:796
     380#: admin.php:801
    381381msgid ""
    382382"You have checked a box that does not correspond with the button you pressed. "
     
    386386"hast. Bitte überprüfe deine Eingabe und klicke den Button im selben Bereich."
    387387
    388 #: admin.php:798
     388#: admin.php:803
    389389msgid ""
    390390"Please confirm that you really want to do this. Put a check in the '%s' box "
     
    394394"Abschicken Button klickst."
    395395
    396 #: admin.php:809
     396#: admin.php:814
    397397msgid "No thanks"
    398398msgstr "Nein, Danke"
    399399
    400400# Translation from WordPress.
    401 #: admin.php:814 admin.php:834
     401#: admin.php:819 admin.php:839
    402402msgid "Success!"
    403403msgstr ""
    404404
    405 #: admin.php:827
     405#: admin.php:832
    406406msgid "Confirm"
    407407msgstr "Bestätigen"
    408408
    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
     410msgid "an administrator"
     411msgstr "ein Administrator"
     412
     413#: admin.php:884
     414msgid ""
     415"NOTICE: you turned on Maintenance Mode at some point. It disables new "
     416"comments and keeps non-administrators from logging in."
     417msgstr ""
     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
     422msgid ""
     423"WARNING: the site in Maintenance Mode. Talk to %s before making any changes."
     424msgstr ""
     425"ACHTUNG: die Website im Wartungsmodus. Sprechen Sie %s, bevor Sie Änderungen "
     426"vornehmen."
     427
     428#: admin.php:892
     429msgid ""
     430"To turn this off, go to Settings | Login Security Solution | Maintenance "
     431"Mode."
     432msgstr ""
     433"Um dies auszuschalten, gehen Sie zu Einstellungen | Login Security Solution | "
     434"Wartungsmodus"
     435
     436#: admin.php:917
    418437msgid ""
    419438"You have not asked your users to change their passwords since the plugin was "
     
    429448"sicheres Passwort zu wählen."
    430449
    431 #: admin.php:894
     450#: admin.php:921
    432451msgid ""
    433452"Speaking of which, do YOU have a strong password? Make sure by changing "
     
    437456"sicher indem du auch deines änderst."
    438457
    439 #: admin.php:898
     458#: admin.php:925
    440459msgid ""
    441460"The following link leads to a user interface where you can either require "
     
    447466
    448467# Translation from WordPress.
    449 #: admin.php:928
     468#: admin.php:955
    450469msgid "You do not have sufficient permissions to access this page."
    451470msgstr ""
    452471
    453 #: admin.php:934
     472#: admin.php:961
    454473msgid "$user_ID variable not set. Another plugin is misbehaving."
    455474msgstr ""
     
    457476"zu sein."
    458477
    459 #: login-security-solution.php:640 tests/LoginErrorsTest.php:97
     478#: login-security-solution.php:643 tests/LoginErrorsTest.php:97
    460479#: tests/LoginErrorsTest.php:111
    461480msgid "Invalid username or password."
     
    463482
    464483# Translation from WordPress.
    465 #: login-security-solution.php:647 tests/LoginErrorsTest.php:125
     484#: login-security-solution.php:650 tests/LoginErrorsTest.php:125
    466485#: tests/LoginErrorsTest.php:139
    467486msgid "Password reset is not allowed for this user"
    468487msgstr ""
    469488
    470 #: login-security-solution.php:673 tests/LoginMessageTest.php:66
     489#: login-security-solution.php:676 tests/LoginMessageTest.php:66
    471490msgid "It has been over %d minutes since your last action."
    472491msgstr "Es sind %d Minuten seit deiner letzten Aktion vergangen."
    473492
    474 #: login-security-solution.php:674 tests/LoginMessageTest.php:67
     493#: login-security-solution.php:677 tests/LoginMessageTest.php:67
    475494msgid "Please log back in."
    476495msgstr "Bitte logge dich neu ein."
    477496
    478 #: login-security-solution.php:677 tests/LoginMessageTest.php:77
     497#: login-security-solution.php:680 tests/LoginMessageTest.php:77
    479498msgid "The grace period for changing your password has expired."
    480499msgstr "Die Frist um dein Passwort zu ändern ist abgelaufen."
    481500
    482 #: login-security-solution.php:678 tests/LoginMessageTest.php:78
     501#: login-security-solution.php:681 tests/LoginMessageTest.php:78
    483502msgid "Please submit this form to reset your password."
    484503msgstr "Schicke dieses Formular ab um dein Passwort zurück zu setzen."
    485504
    486 #: login-security-solution.php:681 tests/LoginMessageTest.php:88
     505#: login-security-solution.php:684 tests/LoginMessageTest.php:88
    487506msgid "Your password must be reset."
    488507msgstr "Dein Passwort muss zurück gesetzt werden."
    489508
    490 #: login-security-solution.php:682 tests/LoginMessageTest.php:89
     509#: login-security-solution.php:685 tests/LoginMessageTest.php:89
    491510msgid "Please submit this form to reset it."
    492511msgstr "Bitte schicke diese Formular ab um es zurückzusetzen."
    493512
    494 #: login-security-solution.php:685 tests/LoginMessageTest.php:104
     513#: login-security-solution.php:688 tests/LoginMessageTest.php:104
    495514msgid "Your password has expired. Please log and change it."
    496515msgstr ""
    497516"Dein Passwort ist abgelaufen. Bitte logge dich ein und wähle ein neues."
    498517
    499 #: login-security-solution.php:686 tests/LoginMessageTest.php:105
     518#: login-security-solution.php:689 tests/LoginMessageTest.php:105
    500519msgid "We provide a %d minute grace period to do so."
    501520msgstr "Die Frist dafür beträgt %d Minuten."
    502521
    503 #: login-security-solution.php:694 tests/LoginMessageTest.php:129
     522#: login-security-solution.php:697 tests/LoginMessageTest.php:129
    504523#: tests/LoginMessageTest.php:144
    505524msgid "The site is undergoing maintenance."
    506525msgstr "Die Seite wird gerade gewartet."
    507526
    508 #: login-security-solution.php:695 tests/LoginMessageTest.php:130
     527#: login-security-solution.php:698 tests/LoginMessageTest.php:130
    509528#: tests/LoginMessageTest.php:145
    510529msgid "Please try again later."
    511530msgstr "Bitte versuch es später noch einmal."
    512531
    513 #: login-security-solution.php:775
     532#: login-security-solution.php:784
    514533msgid ""
    515534"The password should either be: A) at least %d characters long and contain "
     
    524543"Verbindung stehen."
    525544
    526 #: login-security-solution.php:814 tests/PasswordChangeTest.php:278
    527 msgid "Passwords can not be reused."
    528 msgstr "Passwörter können nicht wieder verwandt werden."
    529 
    530545# Translation from WordPress.
    531 #: login-security-solution.php:1012
     546#: login-security-solution.php:1025
    532547msgid "ERROR"
    533548msgstr ""
    534549
    535 #: login-security-solution.php:1159
     550#: login-security-solution.php:1172
    536551msgid ""
    537552"\n"
     
    549564"Passwort MD5                 %5d     %s\n"
    550565
    551 #: login-security-solution.php:1881 tests/LoginMessageTest.php:148
     566#: login-security-solution.php:1908 tests/LoginMessageTest.php:148
    552567#: tests/PasswordValidationTest.php:510
    553568msgid "Passwords must use ASCII characters."
    554569msgstr "Passwörter dürfen nur aus ASCII Zeichen bestehen."
    555570
    556 #: login-security-solution.php:1883 tests/PasswordValidationTest.php:580
     571#: login-security-solution.php:1910 tests/PasswordValidationTest.php:580
    557572msgid ""
    558573"Passwords must either contain upper-case and lower-case letters or be %d "
     
    562577"Zeichen lang sein."
    563578
    564 #: login-security-solution.php:1885 tests/PasswordValidationTest.php:658
     579#: login-security-solution.php:1912 tests/PasswordValidationTest.php:658
    565580msgid "Password is too common."
    566581msgstr "Passwort ist zu gewöhnlich."
    567582
    568 #: login-security-solution.php:1887 tests/PasswordValidationTest.php:674
     583#: login-security-solution.php:1914 tests/PasswordValidationTest.php:674
    569584msgid "Passwords can't be variations of dictionary words."
    570585msgstr ""
    571586"Passwörter dürfen keine Variationen von Worten aus dem Wörterbuch sein."
    572587
    573 #: login-security-solution.php:1889 tests/PasswordValidationTest.php:486
     588#: login-security-solution.php:1916 tests/PasswordValidationTest.php:486
    574589msgid "Password not set."
    575590msgstr "Passwort nicht gesetzt."
    576591
    577 #: login-security-solution.php:1891 tests/PasswordValidationTest.php:567
     592#: login-security-solution.php:1918 tests/PasswordValidationTest.php:567
    578593msgid "Passwords must either contain numbers or be %d characters long."
    579594msgstr ""
     
    581596"sein."
    582597
    583 #: login-security-solution.php:1893 tests/PasswordValidationTest.php:554
     598#: login-security-solution.php:1920 tests/PasswordValidationTest.php:554
    584599msgid ""
    585600"Passwords must either contain punctuation marks / symbols or be %d "
     
    589604"Zeichen lang sein."
    590605
    591 #: login-security-solution.php:1895 tests/PasswordValidationTest.php:606
     606#: login-security-solution.php:1922 tests/PasswordChangeTest.php:300
     607msgid "Passwords can not be reused."
     608msgstr "Passwörter können nicht wieder verwandt werden."
     609
     610#: login-security-solution.php:1924 tests/PasswordValidationTest.php:606
    592611msgid "Passwords can't have that many sequential characters."
    593612msgstr "Passwörter dürfen nicht aus fortlaufenden Buchstaben bestehen."
    594613
    595 #: login-security-solution.php:1897 tests/PasswordValidationTest.php:593
     614#: login-security-solution.php:1926 tests/PasswordValidationTest.php:593
    596615msgid "Passwords can't be sequential keys."
    597616msgstr "Passwörter dürfen nicht aus fortlaufenden Tasten-Anschlägen bestehen."
    598617
    599 #: login-security-solution.php:1899 tests/LoginMessageTest.php:115
    600 #: tests/PasswordChangeTest.php:311 tests/PasswordValidationTest.php:527
     618#: login-security-solution.php:1928 tests/LoginMessageTest.php:115
     619#: tests/PasswordChangeTest.php:333 tests/PasswordValidationTest.php:527
    601620#: tests/PasswordValidationTest.php:541
    602621msgid "Password is too short."
    603622msgstr "Passwort ist zu kurz."
    604623
    605 #: login-security-solution.php:1901 tests/PasswordValidationTest.php:497
     624#: login-security-solution.php:1930 tests/PasswordValidationTest.php:497
    606625msgid "Passwords must be strings."
    607626msgstr "Passwörter müssen Strings sein."
    608627
    609 #: login-security-solution.php:1903 tests/PasswordValidationTest.php:645
     628#: login-security-solution.php:1932 tests/PasswordValidationTest.php:645
    610629msgid "Passwords can't contain site info."
    611630msgstr "Passwörter dürfen keine Seiteninformationen enthalten."
    612631
    613 #: login-security-solution.php:1905 tests/PasswordValidationTest.php:619
     632#: login-security-solution.php:1934 tests/PasswordValidationTest.php:619
    614633#: tests/PasswordValidationTest.php:632
    615634msgid "Passwords can't contain user data."
    616635msgstr "Passwörter dürfen keine Benutzerdaten enthalten."
    617636
    618 #: login-security-solution.php:2056
     637#: login-security-solution.php:2085
    619638msgid "POTENTIAL INTRUSION AT %s"
    620639msgstr "MÖGLICHER EINBRUCH IN %s"
    621640
    622 #: login-security-solution.php:2060
     641#: login-security-solution.php:2089
    623642msgid "Your website, %s, may have been broken in to."
    624643msgstr "In deine Webseite, %s, scheint eingebrochen worden zu sein."
    625644
    626 #: login-security-solution.php:2063
     645#: login-security-solution.php:2092
    627646msgid ""
    628647"Someone just logged in using the following components. Prior to that, some "
     
    634653"registriert:"
    635654
    636 #: login-security-solution.php:2069
     655#: login-security-solution.php:2098
    637656msgid ""
    638657"The user has been logged out and will be required to confirm their identity "
     
    642661"zurücksetzen Funktion bestätigen."
    643662
    644 #: login-security-solution.php:2071
     663#: login-security-solution.php:2100
    645664msgid ""
    646665"WARNING: The '%s' setting you chose means this person has NOT been logged "
     
    651670"bestätigen."
    652671
    653 #: login-security-solution.php:2073
     672#: login-security-solution.php:2102
    654673msgid "A notification about this potential breach has been sent to the user."
    655674msgstr ""
     
    657676"gesendet."
    658677
    659 #: login-security-solution.php:2076
     678#: login-security-solution.php:2105
    660679msgid "This message is from the %s plugin (%s) for WordPress."
    661680msgstr "Diese Nachricht ist vom %s Plugin (%s) für WordPress."
    662681
    663 #: login-security-solution.php:2099
     682#: login-security-solution.php:2128
    664683msgid "VERIFY YOU LOGGED IN TO %s"
    665684msgstr "BESTÄTIGE, DASS DU DICH AUF %s EINGELOGGT HAST"
    666685
    667 #: login-security-solution.php:2103
     686#: login-security-solution.php:2132
    668687msgid ""
    669688"Someone just logged into your '%s' account at %s.  Was it you that logged "
     
    674693"angegriffen wird."
    675694
    676 #: login-security-solution.php:2107
     695#: login-security-solution.php:2136
    677696msgid ""
    678697"To ensure your account is not being hijacked, you will have go through the '%"
     
    683702
    684703# Translation from WordPress.
    685 #: login-security-solution.php:2107
     704#: login-security-solution.php:2136
    686705msgid "Lost your password?"
    687706msgstr ""
    688707
    689 #: login-security-solution.php:2110
     708#: login-security-solution.php:2139
    690709msgid "If it was NOT YOU, please do the following right away:"
    691710msgstr ""
     
    693712"aus:"
    694713
    695 #: login-security-solution.php:2113
     714#: login-security-solution.php:2142
    696715msgid " * Log into the site and change your password."
    697716msgstr " * Logge dich ein und ändere dein Passwort."
    698717
    699 #: login-security-solution.php:2116
     718#: login-security-solution.php:2145
    700719msgid " * Send an email to %s letting them know it was not you who logged in."
    701720msgstr ""
     
    703722"der sich eingeloggt hat."
    704723
    705 #: login-security-solution.php:2142
     724#: login-security-solution.php:2171
    706725msgid "ATTACK HAPPENING TO %s"
    707726msgstr "ATTACKE IST GEGEN %s GERICHTET"
    708727
    709 #: login-security-solution.php:2146
     728#: login-security-solution.php:2175
    710729msgid "Your website, %s, is undergoing a brute force attack."
    711730msgstr "Ihre Webseite, %s, steht unter einer Brute Force Attacke."
    712731
    713 #: login-security-solution.php:2149
     732#: login-security-solution.php:2178
    714733msgid ""
    715734"There have been at least %d failed attempts to log in during the past %d "
     
    720739"enthielten:"
    721740
    722 #: login-security-solution.php:2154
     741#: login-security-solution.php:2183
    723742msgid ""
    724743"The %s plugin (%s) for WordPress is repelling the attack by making their "
     
    728747"fehlerhafte Logins stark verzögert."
    729748
    730 #: login-security-solution.php:2158
     749#: login-security-solution.php:2187
    731750msgid ""
    732751"This attacker will also be denied access in the event they stumble upon "
     
    736755"gültige Zugangsdaten erlangen sollte."
    737756
    738 #: login-security-solution.php:2164
     757#: login-security-solution.php:2193
    739758msgid ""
    740759"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  
    11msgid ""
    22msgstr ""
    3 "Project-Id-Version: Login Security Solution 0.38.0\n"
     3"Project-Id-Version: Login Security Solution 0.42.0\n"
    44"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/login-security-"
    55"solution\n"
    6 "POT-Creation-Date: 2013-05-27 15:28:23+00:00\n"
    7 "PO-Revision-Date: 2013-05-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"
    88"Last-Translator: MerMouY <mermouy@gmail.com>\n"
    99"Language-Team: FxB <fx@fxbenard.com>\n"
     
    190190"infructueuses. 0 Désactive cette fonctionnalité."
    191191
    192 #: admin.php:319 login-security-solution.php:2071
     192#: admin.php:319 login-security-solution.php:2100
    193193msgid "Breach Email Confirm"
    194194msgstr "Confirmation de violation d'e-mail"
     
    337337msgstr "doit être un entier"
    338338
    339 #: admin.php:725
     339#: admin.php:730
    340340msgid "There may be cases where everyone's password should be reset."
    341341msgstr ""
     
    343343"changés."
    344344
    345 #: admin.php:727
     345#: admin.php:732
    346346msgid "This page, provided by the %s plugin, offers that functionality."
    347347msgstr "Cette page, de l’extension %s, vous permet de le faire."
    348348
    349 #: admin.php:731
     349#: admin.php:736
    350350msgid ""
    351351"Submitting this form sets a flag that forces all users, except yourself, to "
     
    355355"utiliser le processus de changement de mot de passe de WordPress."
    356356
    357 #: admin.php:733
     357#: admin.php:738
    358358msgid ""
    359359"Users who are presently logged in will be logged out the next time they view "
     
    363363"la prochaine page nécessitant une authentification."
    364364
    365 #: admin.php:745
     365#: admin.php:750
    366366msgid ""
    367367"Confirm that you want to force all users to change their passwords by "
     
    371371"passe, puis cliquez sur le bouton ci-dessous."
    372372
    373 #: admin.php:764
     373#: admin.php:769
    374374msgid "No thanks. I know what I'm doing. Please don't remind me about this."
    375375msgstr "Non merci, je sais ce que je fais. Ne plus me le rappeler."
    376376
    377 #: admin.php:796
     377#: admin.php:801
    378378msgid ""
    379379"You have checked a box that does not correspond with the button you pressed. "
     
    383383"et appuyez sur les boutons d'une même section."
    384384
    385 #: admin.php:798
     385#: admin.php:803
    386386msgid ""
    387387"Please confirm that you really want to do this. Put a check in the '%s' box "
     
    391391"le bouton d'envoi."
    392392
    393 #: admin.php:809
     393#: admin.php:814
    394394msgid "No thanks"
    395395msgstr "Non merci"
    396396
    397397# Translation from WordPress.
    398 #: admin.php:814 admin.php:834
     398#: admin.php:819 admin.php:839
    399399msgid "Success!"
    400400msgstr ""
    401401
    402 #: admin.php:827
     402#: admin.php:832
    403403msgid "Confirm"
    404404msgstr "Cochez"
    405405
    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
     407msgid "an administrator"
     408msgstr "un administrator"
     409
     410#: admin.php:884
     411msgid ""
     412"NOTICE: you turned on Maintenance Mode at some point. It disables new "
     413"comments and keeps non-administrators from logging in."
     414msgstr ""
     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
     420msgid ""
     421"WARNING: the site in Maintenance Mode. Talk to %s before making any changes."
     422msgstr ""
     423"ATTENTION: le site est en mode maintenance. Contactez %s avant toute "
     424"modification."
     425
     426#: admin.php:892
     427msgid ""
     428"To turn this off, go to Settings | Login Security Solution | Maintenance "
     429"Mode."
     430msgstr ""
     431"Pour désactiver ceci, allez vers Paramètres | Login Security Solution | Mode "
     432"Maintenance."
     433
     434#: admin.php:917
    415435msgid ""
    416436"You have not asked your users to change their passwords since the plugin was "
     
    426446"utilisateurs à utiliser des nouveaux mots de passe sécurisés."
    427447
    428 #: admin.php:894
     448#: admin.php:921
    429449msgid ""
    430450"Speaking of which, do YOU have a strong password? Make sure by changing "
     
    434454"changeant aussi votre mot de passe."
    435455
    436 #: admin.php:898
     456#: admin.php:925
    437457msgid ""
    438458"The following link leads to a user interface where you can either require "
     
    443463
    444464# Translation from WordPress.
    445 #: admin.php:928
     465#: admin.php:955
    446466msgid "You do not have sufficient permissions to access this page."
    447467msgstr ""
    448468
    449 #: admin.php:934
     469#: admin.php:961
    450470msgid "$user_ID variable not set. Another plugin is misbehaving."
    451471msgstr "variable $user_ID non déclarée. Un autre plugin est en conflit."
    452472
    453473# @ login-security-solution
    454 #: login-security-solution.php:640 tests/LoginErrorsTest.php:97
     474#: login-security-solution.php:643 tests/LoginErrorsTest.php:97
    455475#: tests/LoginErrorsTest.php:111
    456476msgid "Invalid username or password."
     
    459479# Translation from WordPress.
    460480# @ default
    461 #: login-security-solution.php:647 tests/LoginErrorsTest.php:125
     481#: login-security-solution.php:650 tests/LoginErrorsTest.php:125
    462482#: tests/LoginErrorsTest.php:139
    463483msgid "Password reset is not allowed for this user"
     
    465485
    466486# @ login-security-solution
    467 #: login-security-solution.php:673 tests/LoginMessageTest.php:66
     487#: login-security-solution.php:676 tests/LoginMessageTest.php:66
    468488msgid "It has been over %d minutes since your last action."
    469489msgstr "Vous êtes inactif depuis %d minutes."
    470490
    471491# @ login-security-solution
    472 #: login-security-solution.php:674 tests/LoginMessageTest.php:67
     492#: login-security-solution.php:677 tests/LoginMessageTest.php:67
    473493msgid "Please log back in."
    474494msgstr "Veuillez vous reconnecter."
    475495
    476496# @ login-security-solution
    477 #: login-security-solution.php:677 tests/LoginMessageTest.php:77
     497#: login-security-solution.php:680 tests/LoginMessageTest.php:77
    478498msgid "The grace period for changing your password has expired."
    479499msgstr "La période allouée pour changer votre mot de passe est écoulée."
    480500
    481501# @ login-security-solution
    482 #: login-security-solution.php:678 tests/LoginMessageTest.php:78
     502#: login-security-solution.php:681 tests/LoginMessageTest.php:78
    483503msgid "Please submit this form to reset your password."
    484504msgstr "Veuillez remplir ce formulaire pour ré-initialiser votre mor de passe."
    485505
    486506# @ login-security-solution
    487 #: login-security-solution.php:681 tests/LoginMessageTest.php:88
     507#: login-security-solution.php:684 tests/LoginMessageTest.php:88
    488508msgid "Your password must be reset."
    489509msgstr "Votre mot de passe doit être changé."
    490510
    491511# @ login-security-solution
    492 #: login-security-solution.php:682 tests/LoginMessageTest.php:89
     512#: login-security-solution.php:685 tests/LoginMessageTest.php:89
    493513msgid "Please submit this form to reset it."
    494514msgstr "Veuillez remplir ce formulaire pour le ré-initialiser."
    495515
    496516# @ login-security-solution
    497 #: login-security-solution.php:685 tests/LoginMessageTest.php:104
     517#: login-security-solution.php:688 tests/LoginMessageTest.php:104
    498518msgid "Your password has expired. Please log and change it."
    499519msgstr "Votre mot de passe a expiré. Veuillez vous connecter et le changer."
    500520
    501521# @ login-security-solution
    502 #: login-security-solution.php:686 tests/LoginMessageTest.php:105
     522#: login-security-solution.php:689 tests/LoginMessageTest.php:105
    503523msgid "We provide a %d minute grace period to do so."
    504524msgstr "Une période de %d minutes vous est allouée pour cela."
    505525
    506526# @ login-security-solution
    507 #: login-security-solution.php:694 tests/LoginMessageTest.php:129
     527#: login-security-solution.php:697 tests/LoginMessageTest.php:129
    508528#: tests/LoginMessageTest.php:144
    509529msgid "The site is undergoing maintenance."
     
    511531
    512532# @ login-security-solution
    513 #: login-security-solution.php:695 tests/LoginMessageTest.php:130
     533#: login-security-solution.php:698 tests/LoginMessageTest.php:130
    514534#: tests/LoginMessageTest.php:145
    515535msgid "Please try again later."
    516536msgstr "Veuillez ré-essayer un peu plus tard."
    517537
    518 #: login-security-solution.php:775
     538#: login-security-solution.php:784
    519539msgid ""
    520540"The password should either be: A) at least %d characters long and contain "
     
    529549"relation avec ce site."
    530550
    531 # @ login-security-solution
    532 #: login-security-solution.php:814 tests/PasswordChangeTest.php:278
    533 msgid "Passwords can not be reused."
    534 msgstr "Les mots de passe ne peuvent pas être ré-utilisés."
    535 
    536551# Translation from WordPress.
    537552# @ default
    538 #: login-security-solution.php:1012
     553#: login-security-solution.php:1025
    539554msgid "ERROR"
    540555msgstr ""
    541556
    542557# @ login-security-solution
    543 #: login-security-solution.php:1159
     558#: login-security-solution.php:1172
    544559msgid ""
    545560"\n"
     
    558573
    559574# @ login-security-solution
    560 #: login-security-solution.php:1881 tests/LoginMessageTest.php:148
     575#: login-security-solution.php:1908 tests/LoginMessageTest.php:148
    561576#: tests/PasswordValidationTest.php:510
    562577msgid "Passwords must use ASCII characters."
     
    564579
    565580# @ login-security-solution
    566 #: login-security-solution.php:1883 tests/PasswordValidationTest.php:580
     581#: login-security-solution.php:1910 tests/PasswordValidationTest.php:580
    567582msgid ""
    568583"Passwords must either contain upper-case and lower-case letters or be %d "
     
    573588
    574589# @ login-security-solution
    575 #: login-security-solution.php:1885 tests/PasswordValidationTest.php:658
     590#: login-security-solution.php:1912 tests/PasswordValidationTest.php:658
    576591msgid "Password is too common."
    577592msgstr "Le mot de passe est trop banal."
    578593
    579594# @ login-security-solution
    580 #: login-security-solution.php:1887 tests/PasswordValidationTest.php:674
     595#: login-security-solution.php:1914 tests/PasswordValidationTest.php:674
    581596msgid "Passwords can't be variations of dictionary words."
    582597msgstr "Les mots de passe ne peuvent pas être des mots du dictionnaire."
    583598
    584599# @ login-security-solution
    585 #: login-security-solution.php:1889 tests/PasswordValidationTest.php:486
     600#: login-security-solution.php:1916 tests/PasswordValidationTest.php:486
    586601msgid "Password not set."
    587602msgstr "Mot de passe non défini."
    588603
    589604# @ login-security-solution
    590 #: login-security-solution.php:1891 tests/PasswordValidationTest.php:567
     605#: login-security-solution.php:1918 tests/PasswordValidationTest.php:567
    591606msgid "Passwords must either contain numbers or be %d characters long."
    592607msgstr ""
     
    594609
    595610# @ login-security-solution
    596 #: login-security-solution.php:1893 tests/PasswordValidationTest.php:554
     611#: login-security-solution.php:1920 tests/PasswordValidationTest.php:554
    597612msgid ""
    598613"Passwords must either contain punctuation marks / symbols or be %d "
     
    603618
    604619# @ login-security-solution
    605 #: login-security-solution.php:1895 tests/PasswordValidationTest.php:606
     620#: login-security-solution.php:1922 tests/PasswordChangeTest.php:300
     621msgid "Passwords can not be reused."
     622msgstr "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
    606626msgid "Passwords can't have that many sequential characters."
    607627msgstr ""
     
    609629
    610630# @ login-security-solution
    611 #: login-security-solution.php:1897 tests/PasswordValidationTest.php:593
     631#: login-security-solution.php:1926 tests/PasswordValidationTest.php:593
    612632msgid "Passwords can't be sequential keys."
    613633msgstr "Les mots de passe ne peuvent pas être des touches séquentielles."
    614634
    615635# @ login-security-solution
    616 #: login-security-solution.php:1899 tests/LoginMessageTest.php:115
    617 #: tests/PasswordChangeTest.php:311 tests/PasswordValidationTest.php:527
     636#: login-security-solution.php:1928 tests/LoginMessageTest.php:115
     637#: tests/PasswordChangeTest.php:333 tests/PasswordValidationTest.php:527
    618638#: tests/PasswordValidationTest.php:541
    619639msgid "Password is too short."
     
    621641
    622642# @ login-security-solution
    623 #: login-security-solution.php:1901 tests/PasswordValidationTest.php:497
     643#: login-security-solution.php:1930 tests/PasswordValidationTest.php:497
    624644msgid "Passwords must be strings."
    625645msgstr "Les mots de passe ne peuvent pas comporter d'espace."
    626646
    627647# @ login-security-solution
    628 #: login-security-solution.php:1903 tests/PasswordValidationTest.php:645
     648#: login-security-solution.php:1932 tests/PasswordValidationTest.php:645
    629649msgid "Passwords can't contain site info."
    630650msgstr "Les mots de passe ne peuvent pas contenir des informations du site."
    631651
    632652# @ login-security-solution
    633 #: login-security-solution.php:1905 tests/PasswordValidationTest.php:619
     653#: login-security-solution.php:1934 tests/PasswordValidationTest.php:619
    634654#: tests/PasswordValidationTest.php:632
    635655msgid "Passwords can't contain user data."
     
    638658
    639659# @ login-security-solution
    640 #: login-security-solution.php:2056
     660#: login-security-solution.php:2085
    641661msgid "POTENTIAL INTRUSION AT %s"
    642662msgstr "INTRUSION POSSIBLE A %s"
    643663
    644664# @ login-security-solution
    645 #: login-security-solution.php:2060
     665#: login-security-solution.php:2089
    646666msgid "Your website, %s, may have been broken in to."
    647667msgstr "Votre site, %s, a peut-être été corrompu."
    648668
    649669# @ login-security-solution
    650 #: login-security-solution.php:2063
     670#: login-security-solution.php:2092
    651671msgid ""
    652672"Someone just logged in using the following components. Prior to that, some "
     
    659679
    660680# @ login-security-solution
    661 #: login-security-solution.php:2069
     681#: login-security-solution.php:2098
    662682msgid ""
    663683"The user has been logged out and will be required to confirm their identity "
     
    667687"processus du changement de mot de passe."
    668688
    669 #: login-security-solution.php:2071
     689#: login-security-solution.php:2100
    670690msgid ""
    671691"WARNING: The '%s' setting you chose means this person has NOT been logged "
     
    676696"identité."
    677697
    678 #: login-security-solution.php:2073
     698#: login-security-solution.php:2102
    679699msgid "A notification about this potential breach has been sent to the user."
    680700msgstr ""
     
    682702"l'utilisateur."
    683703
    684 #: login-security-solution.php:2076
     704#: login-security-solution.php:2105
    685705msgid "This message is from the %s plugin (%s) for WordPress."
    686706msgstr ""
     
    688708"WordPress."
    689709
    690 #: login-security-solution.php:2099
     710#: login-security-solution.php:2128
    691711msgid "VERIFY YOU LOGGED IN TO %s"
    692712msgstr "ASSUREZ VOUS D'ÊTRE CONNECTÉ À %s"
    693713
    694714# @ login-security-solution
    695 #: login-security-solution.php:2103
     715#: login-security-solution.php:2132
    696716msgid ""
    697717"Someone just logged into your '%s' account at %s.  Was it you that logged "
     
    701721"Nous vous posons la question parce que le site semble subir une attaque."
    702722
    703 #: login-security-solution.php:2107
     723#: login-security-solution.php:2136
    704724msgid ""
    705725"To ensure your account is not being hijacked, you will have go through the '%"
     
    710730
    711731# Translation from WordPress.
    712 #: login-security-solution.php:2107
     732#: login-security-solution.php:2136
    713733msgid "Lost your password?"
    714734msgstr ""
    715735
    716736# @ login-security-solution
    717 #: login-security-solution.php:2110
     737#: login-security-solution.php:2139
    718738msgid "If it was NOT YOU, please do the following right away:"
    719739msgstr "Si ce n'était PAS VOUS, veuillez suivre ces consignes au plus vite:"
    720740
    721741# @ login-security-solution
    722 #: login-security-solution.php:2113
     742#: login-security-solution.php:2142
    723743msgid " * Log into the site and change your password."
    724744msgstr " * Connectez vous au site et changez votre mot de passe."
    725745
    726746# @ login-security-solution
    727 #: login-security-solution.php:2116
     747#: login-security-solution.php:2145
    728748msgid " * Send an email to %s letting them know it was not you who logged in."
    729749msgstr ""
     
    732752
    733753# @ login-security-solution
    734 #: login-security-solution.php:2142
     754#: login-security-solution.php:2171
    735755msgid "ATTACK HAPPENING TO %s"
    736756msgstr "ATTAQUE SUR %s"
    737757
    738758# @ login-security-solution
    739 #: login-security-solution.php:2146
     759#: login-security-solution.php:2175
    740760msgid "Your website, %s, is undergoing a brute force attack."
    741761msgstr "Votre site, %s, subi une attaque de type brute force."
    742762
    743763# @ login-security-solution
    744 #: login-security-solution.php:2149
     764#: login-security-solution.php:2178
    745765msgid ""
    746766"There have been at least %d failed attempts to log in during the past %d "
     
    751771
    752772# @ login-security-solution
    753 #: login-security-solution.php:2154
     773#: login-security-solution.php:2183
    754774msgid ""
    755775"The %s plugin (%s) for WordPress is repelling the attack by making their "
     
    759779"à chaque tentative échouée."
    760780
    761 #: login-security-solution.php:2158
     781#: login-security-solution.php:2187
    762782msgid ""
    763783"This attacker will also be denied access in the event they stumble upon "
     
    767787"sur des informations d'identification valides."
    768788
    769 #: login-security-solution.php:2164
     789#: login-security-solution.php:2193
    770790msgid ""
    771791"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  
    11msgid ""
    22msgstr ""
    3 "Project-Id-Version: Login Security Solution 0.38.0\n"
     3"Project-Id-Version: Login Security Solution 0.42.0\n"
    44"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/login-security-"
    55"solution\n"
    6 "POT-Creation-Date: 2013-05-27 15:28:23+00:00\n"
    7 "PO-Revision-Date: 2013-05-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"
    88"Last-Translator: Friso van Wieringen\n"
    99"Language-Team: Friso van Wieringen\n"
     
    182182"iemand met x gerelateerde inlogpogingen. 0 schakelt deze optie uit."
    183183
    184 #: admin.php:319 login-security-solution.php:2071
     184#: admin.php:319 login-security-solution.php:2100
    185185msgid "Breach Email Confirm"
    186186msgstr "E-mailbevestiging van succesvolle inbraak"
     
    327327msgstr "moet een heel getal (integer) zijn,"
    328328
    329 #: admin.php:725
     329#: admin.php:730
    330330msgid "There may be cases where everyone's password should be reset."
    331331msgstr ""
     
    333333"zouden moeten worden gereset."
    334334
    335 #: admin.php:727
     335#: admin.php:732
    336336msgid "This page, provided by the %s plugin, offers that functionality."
    337337msgstr "Deze pagina, onderdeel van de %s plugin, biedt deze mogelijkheid."
    338338
    339 #: admin.php:731
     339#: admin.php:736
    340340msgid ""
    341341"Submitting this form sets a flag that forces all users, except yourself, to "
     
    346346"funtionaliteit."
    347347
    348 #: admin.php:733
     348#: admin.php:738
    349349msgid ""
    350350"Users who are presently logged in will be logged out the next time they view "
     
    355355"nodig is."
    356356
    357 #: admin.php:745
     357#: admin.php:750
    358358msgid ""
    359359"Confirm that you want to force all users to change their passwords by "
     
    363363"veranderen door deze optie aan te vinken en druk op de onderstaande knop."
    364364
    365 #: admin.php:764
     365#: admin.php:769
    366366msgid "No thanks. I know what I'm doing. Please don't remind me about this."
    367367msgstr "Nee bedankt. Ik weet wat ik doe. Herinner mij niet opnieuw hieraan."
    368368
    369 #: admin.php:796
     369#: admin.php:801
    370370msgid ""
    371371"You have checked a box that does not correspond with the button you pressed. "
     
    375375"ingedrukt. Selecteer een optie en druk op een knop binnen dezelfde sectie."
    376376
    377 #: admin.php:798
     377#: admin.php:803
    378378msgid ""
    379379"Please confirm that you really want to do this. Put a check in the '%s' box "
     
    383383"voordat je op de knop drukt."
    384384
    385 #: admin.php:809
     385#: admin.php:814
    386386msgid "No thanks"
    387387msgstr "Nee bedankt"
    388388
    389389# Translation from WordPress.
    390 #: admin.php:814 admin.php:834
     390#: admin.php:819 admin.php:839
    391391msgid "Success!"
    392392msgstr ""
    393393
    394 #: admin.php:827
     394#: admin.php:832
    395395msgid "Confirm"
    396396msgstr "Bevestig"
    397397
    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
     399msgid "an administrator"
     400msgstr "een beheerder"
     401
     402#: admin.php:884
     403msgid ""
     404"NOTICE: you turned on Maintenance Mode at some point. It disables new "
     405"comments and keeps non-administrators from logging in."
     406msgstr ""
     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
     411msgid ""
     412"WARNING: the site in Maintenance Mode. Talk to %s before making any changes."
     413msgstr ""
     414"WAARSCHUWING: de site is in Onderhoudsmodus. Neem contact op met %s voordat "
     415"je wijzigingen doorvoert."
     416
     417#: admin.php:892
     418msgid ""
     419"To turn this off, go to Settings | Login Security Solution | Maintenance "
     420"Mode."
     421msgstr ""
     422"Om dit uit te schakelen, ga naar Instellingen | Login Security Solution | "
     423"Onderhoudsmodus."
     424
     425#: admin.php:917
    407426msgid ""
    408427"You have not asked your users to change their passwords since the plugin was "
     
    417436"gebruikers nieuwe, sterke wachtwoorden te laten nemen."
    418437
    419 #: admin.php:894
     438#: admin.php:921
    420439msgid ""
    421440"Speaking of which, do YOU have a strong password? Make sure by changing "
     
    425444"je eigen wachtwoord ook verandert."
    426445
    427 #: admin.php:898
     446#: admin.php:925
    428447msgid ""
    429448"The following link leads to a user interface where you can either require "
     
    434453
    435454# Translation from WordPress.
    436 #: admin.php:928
     455#: admin.php:955
    437456msgid "You do not have sufficient permissions to access this page."
    438457msgstr ""
    439458
    440 #: admin.php:934
     459#: admin.php:961
    441460msgid "$user_ID variable not set. Another plugin is misbehaving."
    442461msgstr ""
    443462"$user_ID variabele is niet ingesteld. Een andere plugin misdraagt zich."
    444463
    445 #: login-security-solution.php:640 tests/LoginErrorsTest.php:97
     464#: login-security-solution.php:643 tests/LoginErrorsTest.php:97
    446465#: tests/LoginErrorsTest.php:111
    447466msgid "Invalid username or password."
     
    449468
    450469# Translation from WordPress.
    451 #: login-security-solution.php:647 tests/LoginErrorsTest.php:125
     470#: login-security-solution.php:650 tests/LoginErrorsTest.php:125
    452471#: tests/LoginErrorsTest.php:139
    453472msgid "Password reset is not allowed for this user"
    454473msgstr ""
    455474
    456 #: login-security-solution.php:673 tests/LoginMessageTest.php:66
     475#: login-security-solution.php:676 tests/LoginMessageTest.php:66
    457476msgid "It has been over %d minutes since your last action."
    458477msgstr "Je vorige actie is %d minuten geleden."
    459478
    460 #: login-security-solution.php:674 tests/LoginMessageTest.php:67
     479#: login-security-solution.php:677 tests/LoginMessageTest.php:67
    461480msgid "Please log back in."
    462481msgstr "Log a.u.b. opnieuw in."
    463482
    464 #: login-security-solution.php:677 tests/LoginMessageTest.php:77
     483#: login-security-solution.php:680 tests/LoginMessageTest.php:77
    465484msgid "The grace period for changing your password has expired."
    466485msgstr "De periode voor het wijzigen van je wachtwoord is verlopen."
    467486
    468 #: login-security-solution.php:678 tests/LoginMessageTest.php:78
     487#: login-security-solution.php:681 tests/LoginMessageTest.php:78
    469488msgid "Please submit this form to reset your password."
    470489msgstr "Stuur dit formulier in om je wachtwoord opnieuw in te stellen."
    471490
    472 #: login-security-solution.php:681 tests/LoginMessageTest.php:88
     491#: login-security-solution.php:684 tests/LoginMessageTest.php:88
    473492msgid "Your password must be reset."
    474493msgstr "Je wachtwoord moet opnieuw worden ingesteld."
    475494
    476 #: login-security-solution.php:682 tests/LoginMessageTest.php:89
     495#: login-security-solution.php:685 tests/LoginMessageTest.php:89
    477496msgid "Please submit this form to reset it."
    478497msgstr "Stuur dit formulier in om het opnieuw in te stellen."
    479498
    480 #: login-security-solution.php:685 tests/LoginMessageTest.php:104
     499#: login-security-solution.php:688 tests/LoginMessageTest.php:104
    481500msgid "Your password has expired. Please log and change it."
    482501msgstr "Je wachtwoord is verlopen. Log in om het te veranderen."
    483502
    484 #: login-security-solution.php:686 tests/LoginMessageTest.php:105
     503#: login-security-solution.php:689 tests/LoginMessageTest.php:105
    485504msgid "We provide a %d minute grace period to do so."
    486505msgstr "Je hebt %d minuten om dit te doen."
    487506
    488 #: login-security-solution.php:694 tests/LoginMessageTest.php:129
     507#: login-security-solution.php:697 tests/LoginMessageTest.php:129
    489508#: tests/LoginMessageTest.php:144
    490509msgid "The site is undergoing maintenance."
    491510msgstr "De site is in onderhoud."
    492511
    493 #: login-security-solution.php:695 tests/LoginMessageTest.php:130
     512#: login-security-solution.php:698 tests/LoginMessageTest.php:130
    494513#: tests/LoginMessageTest.php:145
    495514msgid "Please try again later."
    496515msgstr "Probeer het later opnieuw."
    497516
    498 #: login-security-solution.php:775
     517#: login-security-solution.php:784
    499518msgid ""
    500519"The password should either be: A) at least %d characters long and contain "
     
    508527"woorden gerelateerd aan jou of deze website bevatten."
    509528
    510 #: login-security-solution.php:814 tests/PasswordChangeTest.php:278
    511 msgid "Passwords can not be reused."
    512 msgstr "Wachtwoorden kunnen niet worden hergebruikt."
    513 
    514529# Translation from WordPress.
    515 #: login-security-solution.php:1012
     530#: login-security-solution.php:1025
    516531msgid "ERROR"
    517532msgstr ""
    518533
    519 #: login-security-solution.php:1159
     534#: login-security-solution.php:1172
    520535msgid ""
    521536"\n"
     
    533548"Wachtwoord MD5               %5d     %s\n"
    534549
    535 #: login-security-solution.php:1881 tests/LoginMessageTest.php:148
     550#: login-security-solution.php:1908 tests/LoginMessageTest.php:148
    536551#: tests/PasswordValidationTest.php:510
    537552msgid "Passwords must use ASCII characters."
    538553msgstr "Wachtwoorden moeten ASCII karakters gebruiken."
    539554
    540 #: login-security-solution.php:1883 tests/PasswordValidationTest.php:580
     555#: login-security-solution.php:1910 tests/PasswordValidationTest.php:580
    541556msgid ""
    542557"Passwords must either contain upper-case and lower-case letters or be %d "
     
    546561"karakters lang zijn."
    547562
    548 #: login-security-solution.php:1885 tests/PasswordValidationTest.php:658
     563#: login-security-solution.php:1912 tests/PasswordValidationTest.php:658
    549564msgid "Password is too common."
    550565msgstr "Wachtwoord is te gewoon."
    551566
    552 #: login-security-solution.php:1887 tests/PasswordValidationTest.php:674
     567#: login-security-solution.php:1914 tests/PasswordValidationTest.php:674
    553568msgid "Passwords can't be variations of dictionary words."
    554569msgstr "Wachtwoorden mogen geen variaties op bestaande woorden zijn."
    555570
    556 #: login-security-solution.php:1889 tests/PasswordValidationTest.php:486
     571#: login-security-solution.php:1916 tests/PasswordValidationTest.php:486
    557572msgid "Password not set."
    558573msgstr "Wachtwoord is niet ingesteld."
    559574
    560 #: login-security-solution.php:1891 tests/PasswordValidationTest.php:567
     575#: login-security-solution.php:1918 tests/PasswordValidationTest.php:567
    561576msgid "Passwords must either contain numbers or be %d characters long."
    562577msgstr "Wachtwoorden moeten óf nummers bevatten óf %d karakters lang zijn."
    563578
    564 #: login-security-solution.php:1893 tests/PasswordValidationTest.php:554
     579#: login-security-solution.php:1920 tests/PasswordValidationTest.php:554
    565580msgid ""
    566581"Passwords must either contain punctuation marks / symbols or be %d "
     
    569584"Wachtwoorden moeten óf vreemde tekens bevatten óf %d karakters lang zijn."
    570585
    571 #: login-security-solution.php:1895 tests/PasswordValidationTest.php:606
     586#: login-security-solution.php:1922 tests/PasswordChangeTest.php:300
     587msgid "Passwords can not be reused."
     588msgstr "Wachtwoorden kunnen niet worden hergebruikt."
     589
     590#: login-security-solution.php:1924 tests/PasswordValidationTest.php:606
    572591msgid "Passwords can't have that many sequential characters."
    573592msgstr "Wachtwoorden mogen niet zoveel opeenvolgende karakters bevatten."
    574593
    575 #: login-security-solution.php:1897 tests/PasswordValidationTest.php:593
     594#: login-security-solution.php:1926 tests/PasswordValidationTest.php:593
    576595msgid "Passwords can't be sequential keys."
    577596msgstr "Wachtwoorden mogen geen opeenvolgende tekens bevatten (bijv. qwerty)."
    578597
    579 #: login-security-solution.php:1899 tests/LoginMessageTest.php:115
    580 #: tests/PasswordChangeTest.php:311 tests/PasswordValidationTest.php:527
     598#: login-security-solution.php:1928 tests/LoginMessageTest.php:115
     599#: tests/PasswordChangeTest.php:333 tests/PasswordValidationTest.php:527
    581600#: tests/PasswordValidationTest.php:541
    582601msgid "Password is too short."
    583602msgstr "Wachtwoord is te kort."
    584603
    585 #: login-security-solution.php:1901 tests/PasswordValidationTest.php:497
     604#: login-security-solution.php:1930 tests/PasswordValidationTest.php:497
    586605msgid "Passwords must be strings."
    587606msgstr "Wachtwoorden moeten tekenreeksen zijn."
    588607
    589 #: login-security-solution.php:1903 tests/PasswordValidationTest.php:645
     608#: login-security-solution.php:1932 tests/PasswordValidationTest.php:645
    590609msgid "Passwords can't contain site info."
    591610msgstr "Wachtwoorden mogen geen informatie over de website bevatten."
    592611
    593 #: login-security-solution.php:1905 tests/PasswordValidationTest.php:619
     612#: login-security-solution.php:1934 tests/PasswordValidationTest.php:619
    594613#: tests/PasswordValidationTest.php:632
    595614msgid "Passwords can't contain user data."
    596615msgstr "Wachtwoorden mogen geen gebruikersgegevens bevatten."
    597616
    598 #: login-security-solution.php:2056
     617#: login-security-solution.php:2085
    599618msgid "POTENTIAL INTRUSION AT %s"
    600619msgstr "MOGELIJKE INBRAAK OP %s"
    601620
    602 #: login-security-solution.php:2060
     621#: login-security-solution.php:2089
    603622msgid "Your website, %s, may have been broken in to."
    604623msgstr "Er is mogelijk ingebroken op %s."
    605624
    606 #: login-security-solution.php:2063
     625#: login-security-solution.php:2092
    607626msgid ""
    608627"Someone just logged in using the following components. Prior to that, some "
     
    614633"inlogpogingen in de afgelopen %d minuten:"
    615634
    616 #: login-security-solution.php:2069
     635#: login-security-solution.php:2098
    617636msgid ""
    618637"The user has been logged out and will be required to confirm their identity "
     
    622641"door gebruik te maken van de 'wachtwoord reset' functionaliteit."
    623642
    624 #: login-security-solution.php:2071
     643#: login-security-solution.php:2100
    625644msgid ""
    626645"WARNING: The '%s' setting you chose means this person has NOT been logged "
     
    630649"NIET worden uitgelogd en NIET een nieuw wachtwoord moeten kiezen."
    631650
    632 #: login-security-solution.php:2073
     651#: login-security-solution.php:2102
    633652msgid "A notification about this potential breach has been sent to the user."
    634653msgstr "Een melding van deze mogelijke inbraak is naar de gebruiker gestuurd."
    635654
    636 #: login-security-solution.php:2076
     655#: login-security-solution.php:2105
    637656msgid "This message is from the %s plugin (%s) for WordPress."
    638657msgstr "Deze melding is van de %s plugin (%s) voor WordPress."
    639658
    640 #: login-security-solution.php:2099
     659#: login-security-solution.php:2128
    641660msgid "VERIFY YOU LOGGED IN TO %s"
    642661msgstr "VERIFIEER DAT JE BENT INGELOGD BIJ %s"
    643662
    644 #: login-security-solution.php:2103
     663#: login-security-solution.php:2132
    645664msgid ""
    646665"Someone just logged into your '%s' account at %s.  Was it you that logged "
     
    650669"dit omdat de site mogelijk aangevallen wordt op dit moment."
    651670
    652 #: login-security-solution.php:2107
     671#: login-security-solution.php:2136
    653672msgid ""
    654673"To ensure your account is not being hijacked, you will have go through the '%"
     
    659678
    660679# Translation from WordPress.
    661 #: login-security-solution.php:2107
     680#: login-security-solution.php:2136
    662681msgid "Lost your password?"
    663682msgstr ""
    664683
    665 #: login-security-solution.php:2110
     684#: login-security-solution.php:2139
    666685msgid "If it was NOT YOU, please do the following right away:"
    667686msgstr "Als jij dit NIET was, volg dan de volgende instructies direct:"
    668687
    669 #: login-security-solution.php:2113
     688#: login-security-solution.php:2142
    670689msgid " * Log into the site and change your password."
    671690msgstr " * Log in om je wachtwoord te veranderen"
    672691
    673 #: login-security-solution.php:2116
     692#: login-security-solution.php:2145
    674693msgid " * Send an email to %s letting them know it was not you who logged in."
    675694msgstr ""
     
    677696"loggen."
    678697
    679 #: login-security-solution.php:2142
     698#: login-security-solution.php:2171
    680699msgid "ATTACK HAPPENING TO %s"
    681700msgstr "AANVAL OP %s"
    682701
    683 #: login-security-solution.php:2146
     702#: login-security-solution.php:2175
    684703msgid "Your website, %s, is undergoing a brute force attack."
    685704msgstr "Jouw website, %s, ondergaat op dit moment een brute force aanval."
    686705
    687 #: login-security-solution.php:2149
     706#: login-security-solution.php:2178
    688707msgid ""
    689708"There have been at least %d failed attempts to log in during the past %d "
     
    693712"minuten, waarbij de volgende kenmerken werden gebruikt:"
    694713
    695 #: login-security-solution.php:2154
     714#: login-security-solution.php:2183
    696715msgid ""
    697716"The %s plugin (%s) for WordPress is repelling the attack by making their "
     
    701720"inlogpogingen ernstig te vertragen."
    702721
    703 #: login-security-solution.php:2158
     722#: login-security-solution.php:2187
    704723msgid ""
    705724"This attacker will also be denied access in the event they stumble upon "
     
    709728"gegevens inlogt."
    710729
    711 #: login-security-solution.php:2164
     730#: login-security-solution.php:2193
    712731msgid ""
    713732"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  
    11msgid ""
    22msgstr ""
    3 "Project-Id-Version: Login Security Solution 0.36.0\n"
     3"Project-Id-Version: Login Security Solution 0.42.0\n"
    44"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/login-security-"
    55"solution\n"
    6 "POT-Creation-Date: 2013-05-27 15:28:23+00:00\n"
    7 "PO-Revision-Date: 2012-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"
    99"Language-Team: Valdir Trombini <valdirtrombini@hotmail.com>\n"
    1010"MIME-Version: 1.0\n"
     
    197197"desativa este recurso."
    198198
    199 #: admin.php:319 login-security-solution.php:2071
     199#: admin.php:319 login-security-solution.php:2100
    200200msgid "Breach Email Confirm"
    201201msgstr "Confirmação por e-mail de violação"
     
    345345msgstr "precisa ser um número inteiro,"
    346346
    347 #: admin.php:725
     347#: admin.php:730
    348348msgid "There may be cases where everyone's password should be reset."
    349349msgstr "Pode haver casos onde a senha de todos devam ser repostas."
    350350
    351 #: admin.php:727
     351#: admin.php:732
    352352msgid "This page, provided by the %s plugin, offers that functionality."
    353353msgstr "Esta página, fornecida pelo plugin %s, oferece essa funcionalidade."
    354354
    355 #: admin.php:731
     355#: admin.php:736
    356356msgid ""
    357357"Submitting this form sets a flag that forces all users, except yourself, to "
    358358"utilize WordPress' built in password reset functionality."
    359359msgstr ""
    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:733
     360"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
    365365msgid ""
    366366"Users who are presently logged in will be logged out the next time they view "
     
    370370"próxima vez que visualizar uma página que requeira autenticação."
    371371
    372 #: admin.php:745
     372#: admin.php:750
    373373msgid ""
    374374"Confirm that you want to force all users to change their passwords by "
     
    378378"senhas, marcando esta caixa, em seguida, clique no botão abaixo."
    379379
    380 #: admin.php:764
     380#: admin.php:769
    381381msgid "No thanks. I know what I'm doing. Please don't remind me about this."
    382382msgstr ""
     
    384384"isso."
    385385
    386 #: admin.php:796
     386#: admin.php:801
    387387msgid ""
    388388"You have checked a box that does not correspond with the button you pressed. "
     
    393393"corrigindo, ou pressione os botões dentro da mesma seção."
    394394
    395 #: admin.php:798
     395#: admin.php:803
    396396msgid ""
    397397"Please confirm that you really want to do this. Put a check in the '%s' box "
     
    401401"verificação na '%s' caixa de seleção antes de clicar no botão enviar."
    402402
    403 #: admin.php:809
     403#: admin.php:814
    404404msgid "No thanks"
    405405msgstr "Não, obrigado"
    406406
    407407# Translation from WordPress.
    408 #: admin.php:814 admin.php:834
     408#: admin.php:819 admin.php:839
    409409msgid "Success!"
    410410msgstr ""
    411411
    412 #: admin.php:827
     412#: admin.php:832
    413413msgid "Confirm"
    414414msgstr "Confirme"
    415415
    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
     417msgid "an administrator"
     418msgstr "um administrador"
     419
     420#: admin.php:884
     421msgid ""
     422"NOTICE: you turned on Maintenance Mode at some point. It disables new "
     423"comments and keeps non-administrators from logging in."
     424msgstr ""
     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
     429msgid ""
     430"WARNING: the site in Maintenance Mode. Talk to %s before making any changes."
     431msgstr ""
     432"AVISO: o site em modo de manutenção. Converse com %s antes de fazer quaisquer "
     433"alterações."
     434
     435#: admin.php:892
     436msgid ""
     437"To turn this off, go to Settings | Login Security Solution | Maintenance "
     438"Mode."
     439msgstr ""
     440"Para desativar isso, vá para Configurações | Login Security Solution | Modo "
     441"de Manutenção"
     442
     443#: admin.php:917
    425444msgid ""
    426445"You have not asked your users to change their passwords since the plugin was "
     
    435454"que todos os usuários escolham senhas novas e fortes."
    436455
    437 #: admin.php:894
     456#: admin.php:921
    438457msgid ""
    439458"Speaking of which, do YOU have a strong password? Make sure by changing "
     
    443462"também."
    444463
    445 #: admin.php:898
     464#: admin.php:925
    446465msgid ""
    447466"The following link leads to a user interface where you can either require "
     
    452471
    453472# Translation from WordPress.
    454 #: admin.php:928
     473#: admin.php:955
    455474msgid "You do not have sufficient permissions to access this page."
    456475msgstr ""
    457476
    458 #: admin.php:934
     477#: admin.php:961
    459478msgid "$user_ID variable not set. Another plugin is misbehaving."
    460479msgstr ""
    461480"$user_ID variável não definida. Um outro plugin está se comportando mal."
    462481
    463 #: login-security-solution.php:640 tests/LoginErrorsTest.php:97
     482#: login-security-solution.php:643 tests/LoginErrorsTest.php:97
    464483#: tests/LoginErrorsTest.php:111
    465484msgid "Invalid username or password."
     
    467486
    468487# Translation from WordPress.
    469 #: login-security-solution.php:647 tests/LoginErrorsTest.php:125
     488#: login-security-solution.php:650 tests/LoginErrorsTest.php:125
    470489#: tests/LoginErrorsTest.php:139
    471490msgid "Password reset is not allowed for this user"
    472491msgstr ""
    473492
    474 #: login-security-solution.php:673 tests/LoginMessageTest.php:66
     493#: login-security-solution.php:676 tests/LoginMessageTest.php:66
    475494msgid "It has been over %d minutes since your last action."
    476495msgstr "Já faz mais de %d minutos desde a sua última ação."
    477496
    478 #: login-security-solution.php:674 tests/LoginMessageTest.php:67
     497#: login-security-solution.php:677 tests/LoginMessageTest.php:67
    479498msgid "Please log back in."
    480499msgstr "Por favor efetue login para entrar novamente."
    481500
    482 #: login-security-solution.php:677 tests/LoginMessageTest.php:77
     501#: login-security-solution.php:680 tests/LoginMessageTest.php:77
    483502msgid "The grace period for changing your password has expired."
    484503msgstr "O período de tolerância para você mudar a sua senha expirou."
    485504
    486 #: login-security-solution.php:678 tests/LoginMessageTest.php:78
     505#: login-security-solution.php:681 tests/LoginMessageTest.php:78
    487506msgid "Please submit this form to reset your password."
    488507msgstr ""
    489508"Para redefinir a sua senha, por favor, preencha e envie este formulário."
    490509
    491 #: login-security-solution.php:681 tests/LoginMessageTest.php:88
     510#: login-security-solution.php:684 tests/LoginMessageTest.php:88
    492511msgid "Your password must be reset."
    493512msgstr "Sua senha deve ser redefinida."
    494513
    495 #: login-security-solution.php:682 tests/LoginMessageTest.php:89
     514#: login-security-solution.php:685 tests/LoginMessageTest.php:89
    496515msgid "Please submit this form to reset it."
    497516msgstr "Por favor envie este formulário para redefini-la."
    498517
    499 #: login-security-solution.php:685 tests/LoginMessageTest.php:104
     518#: login-security-solution.php:688 tests/LoginMessageTest.php:104
    500519msgid "Your password has expired. Please log and change it."
    501520msgstr "Sua senha expirou. Por favor, efetue login para alterar."
    502521
    503 #: login-security-solution.php:686 tests/LoginMessageTest.php:105
     522#: login-security-solution.php:689 tests/LoginMessageTest.php:105
    504523msgid "We provide a %d minute grace period to do so."
    505524msgstr ""
    506525"Nós fornecemos um período de tolerância de %d minutos para você fazer isso."
    507526
    508 #: login-security-solution.php:694 tests/LoginMessageTest.php:129
     527#: login-security-solution.php:697 tests/LoginMessageTest.php:129
    509528#: tests/LoginMessageTest.php:144
    510529msgid "The site is undergoing maintenance."
    511530msgstr "O site neste instante, está passando por manutenção."
    512531
    513 #: login-security-solution.php:695 tests/LoginMessageTest.php:130
     532#: login-security-solution.php:698 tests/LoginMessageTest.php:130
    514533#: tests/LoginMessageTest.php:145
    515534msgid "Please try again later."
    516535msgstr "Por favor, tente novamente mais tarde."
    517536
    518 #: login-security-solution.php:775
     537#: login-security-solution.php:784
    519538msgid ""
    520539"The password should either be: A) at least %d characters long and contain "
     
    529548"A senha não pode conter palavras relacionadas a você ou a este site."
    530549
    531 #: login-security-solution.php:814 tests/PasswordChangeTest.php:278
    532 msgid "Passwords can not be reused."
    533 msgstr "As senhas não podem ser reutilizadas."
    534 
    535550# Translation from WordPress.
    536 #: login-security-solution.php:1012
     551#: login-security-solution.php:1025
    537552msgid "ERROR"
    538553msgstr ""
    539554
    540 #: login-security-solution.php:1159
     555#: login-security-solution.php:1172
    541556msgid ""
    542557"\n"
     
    554569"Senha MD5                    %5d     %s\n"
    555570
    556 #: login-security-solution.php:1881 tests/LoginMessageTest.php:148
     571#: login-security-solution.php:1908 tests/LoginMessageTest.php:148
    557572#: tests/PasswordValidationTest.php:510
    558573msgid "Passwords must use ASCII characters."
    559574msgstr "As senhas devem usar caracteres ASCII."
    560575
    561 #: login-security-solution.php:1883 tests/PasswordValidationTest.php:580
     576#: login-security-solution.php:1910 tests/PasswordValidationTest.php:580
    562577msgid ""
    563578"Passwords must either contain upper-case and lower-case letters or be %d "
     
    567582"conjunto de caracteres longo."
    568583
    569 #: login-security-solution.php:1885 tests/PasswordValidationTest.php:658
     584#: login-security-solution.php:1912 tests/PasswordValidationTest.php:658
    570585msgid "Password is too common."
    571586msgstr "A senha não pode ser muito comum."
    572587
    573 #: login-security-solution.php:1887 tests/PasswordValidationTest.php:674
     588#: login-security-solution.php:1914 tests/PasswordValidationTest.php:674
    574589msgid "Passwords can't be variations of dictionary words."
    575590msgstr ""
     
    577592"for."
    578593
    579 #: login-security-solution.php:1889 tests/PasswordValidationTest.php:486
     594#: login-security-solution.php:1916 tests/PasswordValidationTest.php:486
    580595msgid "Password not set."
    581596msgstr "A senha não está definida."
    582597
    583 #: login-security-solution.php:1891 tests/PasswordValidationTest.php:567
     598#: login-security-solution.php:1918 tests/PasswordValidationTest.php:567
    584599msgid "Passwords must either contain numbers or be %d characters long."
    585600msgstr ""
    586601"As senhas devem conter números ou estar %d num conjunto de caracteres longo."
    587602
    588 #: login-security-solution.php:1893 tests/PasswordValidationTest.php:554
     603#: login-security-solution.php:1920 tests/PasswordValidationTest.php:554
    589604msgid ""
    590605"Passwords must either contain punctuation marks / symbols or be %d "
     
    594609"de caracteres longo."
    595610
    596 #: login-security-solution.php:1895 tests/PasswordValidationTest.php:606
     611#: login-security-solution.php:1922 tests/PasswordChangeTest.php:300
     612msgid "Passwords can not be reused."
     613msgstr "As senhas não podem ser reutilizadas."
     614
     615#: login-security-solution.php:1924 tests/PasswordValidationTest.php:606
    597616msgid "Passwords can't have that many sequential characters."
    598617msgstr "As senhas não podem ter muitos caracteres iguais e em seqüenciais."
    599618
    600 #: login-security-solution.php:1897 tests/PasswordValidationTest.php:593
     619#: login-security-solution.php:1926 tests/PasswordValidationTest.php:593
    601620msgid "Passwords can't be sequential keys."
    602621msgstr "As senhas não podem ser chaves seqüenciais."
    603622
    604 #: login-security-solution.php:1899 tests/LoginMessageTest.php:115
    605 #: tests/PasswordChangeTest.php:311 tests/PasswordValidationTest.php:527
     623#: login-security-solution.php:1928 tests/LoginMessageTest.php:115
     624#: tests/PasswordChangeTest.php:333 tests/PasswordValidationTest.php:527
    606625#: tests/PasswordValidationTest.php:541
    607626msgid "Password is too short."
    608627msgstr "A senha é muito curta."
    609628
    610 #: login-security-solution.php:1901 tests/PasswordValidationTest.php:497
     629#: login-security-solution.php:1930 tests/PasswordValidationTest.php:497
    611630msgid "Passwords must be strings."
    612631msgstr "As senhas devem ser seqüências de caracteres."
    613632
    614 #: login-security-solution.php:1903 tests/PasswordValidationTest.php:645
     633#: login-security-solution.php:1932 tests/PasswordValidationTest.php:645
    615634msgid "Passwords can't contain site info."
    616635msgstr "As senhas não podem conter informações do site."
    617636
    618 #: login-security-solution.php:1905 tests/PasswordValidationTest.php:619
     637#: login-security-solution.php:1934 tests/PasswordValidationTest.php:619
    619638#: tests/PasswordValidationTest.php:632
    620639msgid "Passwords can't contain user data."
    621640msgstr "As senhas não podem conter dados pessoais do usuário."
    622641
    623 #: login-security-solution.php:2056
     642#: login-security-solution.php:2085
    624643msgid "POTENTIAL INTRUSION AT %s"
    625644msgstr "INVASÃO EM POTENCIAL %s"
    626645
    627 #: login-security-solution.php:2060
     646#: login-security-solution.php:2089
    628647msgid "Your website, %s, may have been broken in to."
    629648msgstr "Seu website, %s, pode ter sido arrombado e invadido."
    630649
    631 #: login-security-solution.php:2063
     650#: login-security-solution.php:2092
    632651msgid ""
    633652"Someone just logged in using the following components. Prior to that, some "
     
    639658"sessão durante os últimos %d minutos:"
    640659
    641 #: login-security-solution.php:2069
     660#: login-security-solution.php:2098
    642661msgid ""
    643662"The user has been logged out and will be required to confirm their identity "
     
    647666"através da funcionalidade de redefinição de senha."
    648667
    649 #: login-security-solution.php:2071
     668#: login-security-solution.php:2100
    650669msgid ""
    651670"WARNING: The '%s' setting you chose means this person has NOT been logged "
     
    656675"identidade."
    657676
    658 #: login-security-solution.php:2073
     677#: login-security-solution.php:2102
    659678msgid "A notification about this potential breach has been sent to the user."
    660679msgstr ""
    661680"Uma notificação sobre uma violação em potencial foi enviada para o usuário."
    662681
    663 #: login-security-solution.php:2076
     682#: login-security-solution.php:2105
    664683msgid "This message is from the %s plugin (%s) for WordPress."
    665684msgstr "Esta mensagem é proveniente do plugin %s (%s) do seu WordPress."
    666685
    667 #: login-security-solution.php:2099
     686#: login-security-solution.php:2128
    668687msgid "VERIFY YOU LOGGED IN TO %s"
    669688msgstr "VERIFIQUE SE VOCÊ ESTÁ CONECTADO PARA %s"
    670689
    671 #: login-security-solution.php:2103
     690#: login-security-solution.php:2132
    672691msgid ""
    673692"Someone just logged into your '%s' account at %s.  Was it you that logged "
     
    677696"Estamos perguntando porque o site pode estar sob ataque neste momento."
    678697
    679 #: login-security-solution.php:2107
     698#: login-security-solution.php:2136
    680699msgid ""
    681700"To ensure your account is not being hijacked, you will have go through the '%"
     
    686705
    687706# Translation from WordPress.
    688 #: login-security-solution.php:2107
     707#: login-security-solution.php:2136
    689708msgid "Lost your password?"
    690709msgstr ""
    691710
    692 #: login-security-solution.php:2110
     711#: login-security-solution.php:2139
    693712msgid "If it was NOT YOU, please do the following right away:"
    694713msgstr "Se NÃO é VOCÊ, por favor, faça o seguinte de imediato:"
    695714
    696 #: login-security-solution.php:2113
     715#: login-security-solution.php:2142
    697716msgid " * Log into the site and change your password."
    698717msgstr " * Efetue login no site e altere a sua senha."
    699718
    700 #: login-security-solution.php:2116
     719#: login-security-solution.php:2145
    701720msgid " * Send an email to %s letting them know it was not you who logged in."
    702721msgstr ""
     
    704723"o acesso."
    705724
    706 #: login-security-solution.php:2142
     725#: login-security-solution.php:2171
    707726msgid "ATTACK HAPPENING TO %s"
    708727msgstr "ATAQUE ACONTECENDO NO %s"
    709728
    710 #: login-security-solution.php:2146
     729#: login-security-solution.php:2175
    711730msgid "Your website, %s, is undergoing a brute force attack."
    712731msgstr "Seu website, %s, está passando por um ataque de força bruta."
    713732
    714 #: login-security-solution.php:2149
     733#: login-security-solution.php:2178
    715734msgid ""
    716735"There have been at least %d failed attempts to log in during the past %d "
     
    720739"minutos, que usaram um ou mais dos seguintes componentes:"
    721740
    722 #: login-security-solution.php:2154
     741#: login-security-solution.php:2183
    723742msgid ""
    724743"The %s plugin (%s) for WordPress is repelling the attack by making their "
     
    729748"entre as falhas."
    730749
    731 #: login-security-solution.php:2158
     750#: login-security-solution.php:2187
    732751msgid ""
    733752"This attacker will also be denied access in the event they stumble upon "
     
    737756"credenciais válidas."
    738757
    739 #: login-security-solution.php:2164
     758#: login-security-solution.php:2193
    740759msgid ""
    741760"Further notifications about this attacker will only be sent if the attack "
  • login-security-solution/trunk/languages/login-security-solution.pot

    r718961 r737065  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Login Security Solution 0.38.0\n"
     5"Project-Id-Version: Login Security Solution 0.42.0\n"
    66"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/login-security-"
    77"solution\n"
    8 "POT-Creation-Date: 2013-05-27 15:28:23+00:00\n"
     8"POT-Creation-Date: 2013-06-29 21:06:42+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=UTF-8\n"
     
    156156msgstr ""
    157157
    158 #: admin.php:319 login-security-solution.php:2071
     158#: admin.php:319 login-security-solution.php:2100
    159159msgid "Breach Email Confirm"
    160160msgstr ""
     
    280280msgstr ""
    281281
    282 #: admin.php:725
     282#: admin.php:730
    283283msgid "There may be cases where everyone's password should be reset."
    284284msgstr ""
    285285
    286 #: admin.php:727
     286#: admin.php:732
    287287msgid "This page, provided by the %s plugin, offers that functionality."
    288288msgstr ""
    289289
    290 #: admin.php:731
     290#: admin.php:736
    291291msgid ""
    292292"Submitting this form sets a flag that forces all users, except yourself, to "
     
    294294msgstr ""
    295295
    296 #: admin.php:733
     296#: admin.php:738
    297297msgid ""
    298298"Users who are presently logged in will be logged out the next time they view "
     
    300300msgstr ""
    301301
    302 #: admin.php:745
     302#: admin.php:750
    303303msgid ""
    304304"Confirm that you want to force all users to change their passwords by "
     
    306306msgstr ""
    307307
    308 #: admin.php:764
     308#: admin.php:769
    309309msgid "No thanks. I know what I'm doing. Please don't remind me about this."
    310310msgstr ""
    311311
    312 #: admin.php:796
     312#: admin.php:801
    313313msgid ""
    314314"You have checked a box that does not correspond with the button you pressed. "
     
    316316msgstr ""
    317317
    318 #: admin.php:798
     318#: admin.php:803
    319319msgid ""
    320320"Please confirm that you really want to do this. Put a check in the '%s' box "
     
    322322msgstr ""
    323323
    324 #: admin.php:809
     324#: admin.php:814
    325325msgid "No thanks"
    326326msgstr ""
    327327
    328 #: admin.php:814 admin.php:834
     328#: admin.php:819 admin.php:839
    329329msgid "Success!"
    330330msgstr ""
    331331
    332 #: admin.php:827
     332#: admin.php:832
    333333msgid "Confirm"
    334334msgstr ""
    335335
    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
     337msgid "an administrator"
     338msgstr ""
     339
     340#: admin.php:884
     341msgid ""
     342"NOTICE: you turned on Maintenance Mode at some point. It disables new "
     343"comments and keeps non-administrators from logging in."
     344msgstr ""
     345
     346#: admin.php:886
     347msgid ""
     348"WARNING: the site in Maintenance Mode. Talk to %s before making any changes."
     349msgstr ""
     350
     351#: admin.php:892
     352msgid ""
     353"To turn this off, go to Settings | Login Security Solution | Maintenance "
     354"Mode."
     355msgstr ""
     356
     357#: admin.php:917
    343358msgid ""
    344359"You have not asked your users to change their passwords since the plugin was "
     
    348363msgstr ""
    349364
    350 #: admin.php:894
     365#: admin.php:921
    351366msgid ""
    352367"Speaking of which, do YOU have a strong password? Make sure by changing "
     
    354369msgstr ""
    355370
    356 #: admin.php:898
     371#: admin.php:925
    357372msgid ""
    358373"The following link leads to a user interface where you can either require "
     
    360375msgstr ""
    361376
    362 #: admin.php:928
     377#: admin.php:955
    363378msgid "You do not have sufficient permissions to access this page."
    364379msgstr ""
    365380
    366 #: admin.php:934
     381#: admin.php:961
    367382msgid "$user_ID variable not set. Another plugin is misbehaving."
    368383msgstr ""
    369384
    370 #: login-security-solution.php:640 tests/LoginErrorsTest.php:97
     385#: login-security-solution.php:643 tests/LoginErrorsTest.php:97
    371386#: tests/LoginErrorsTest.php:111
    372387msgid "Invalid username or password."
    373388msgstr ""
    374389
    375 #: login-security-solution.php:647 tests/LoginErrorsTest.php:125
     390#: login-security-solution.php:650 tests/LoginErrorsTest.php:125
    376391#: tests/LoginErrorsTest.php:139
    377392msgid "Password reset is not allowed for this user"
    378393msgstr ""
    379394
    380 #: login-security-solution.php:673 tests/LoginMessageTest.php:66
     395#: login-security-solution.php:676 tests/LoginMessageTest.php:66
    381396msgid "It has been over %d minutes since your last action."
    382397msgstr ""
    383398
    384 #: login-security-solution.php:674 tests/LoginMessageTest.php:67
     399#: login-security-solution.php:677 tests/LoginMessageTest.php:67
    385400msgid "Please log back in."
    386401msgstr ""
    387402
    388 #: login-security-solution.php:677 tests/LoginMessageTest.php:77
     403#: login-security-solution.php:680 tests/LoginMessageTest.php:77
    389404msgid "The grace period for changing your password has expired."
    390405msgstr ""
    391406
    392 #: login-security-solution.php:678 tests/LoginMessageTest.php:78
     407#: login-security-solution.php:681 tests/LoginMessageTest.php:78
    393408msgid "Please submit this form to reset your password."
    394409msgstr ""
    395410
    396 #: login-security-solution.php:681 tests/LoginMessageTest.php:88
     411#: login-security-solution.php:684 tests/LoginMessageTest.php:88
    397412msgid "Your password must be reset."
    398413msgstr ""
    399414
    400 #: login-security-solution.php:682 tests/LoginMessageTest.php:89
     415#: login-security-solution.php:685 tests/LoginMessageTest.php:89
    401416msgid "Please submit this form to reset it."
    402417msgstr ""
    403418
    404 #: login-security-solution.php:685 tests/LoginMessageTest.php:104
     419#: login-security-solution.php:688 tests/LoginMessageTest.php:104
    405420msgid "Your password has expired. Please log and change it."
    406421msgstr ""
    407422
    408 #: login-security-solution.php:686 tests/LoginMessageTest.php:105
     423#: login-security-solution.php:689 tests/LoginMessageTest.php:105
    409424msgid "We provide a %d minute grace period to do so."
    410425msgstr ""
    411426
    412 #: login-security-solution.php:694 tests/LoginMessageTest.php:129
     427#: login-security-solution.php:697 tests/LoginMessageTest.php:129
    413428#: tests/LoginMessageTest.php:144
    414429msgid "The site is undergoing maintenance."
    415430msgstr ""
    416431
    417 #: login-security-solution.php:695 tests/LoginMessageTest.php:130
     432#: login-security-solution.php:698 tests/LoginMessageTest.php:130
    418433#: tests/LoginMessageTest.php:145
    419434msgid "Please try again later."
    420435msgstr ""
    421436
    422 #: login-security-solution.php:775
     437#: login-security-solution.php:784
    423438msgid ""
    424439"The password should either be: A) at least %d characters long and contain "
     
    428443msgstr ""
    429444
    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
    435446msgid "ERROR"
    436447msgstr ""
    437448
    438 #: login-security-solution.php:1159
     449#: login-security-solution.php:1172
    439450msgid ""
    440451"\n"
     
    446457msgstr ""
    447458
    448 #: login-security-solution.php:1881 tests/LoginMessageTest.php:148
     459#: login-security-solution.php:1908 tests/LoginMessageTest.php:148
    449460#: tests/PasswordValidationTest.php:510
    450461msgid "Passwords must use ASCII characters."
    451462msgstr ""
    452463
    453 #: login-security-solution.php:1883 tests/PasswordValidationTest.php:580
     464#: login-security-solution.php:1910 tests/PasswordValidationTest.php:580
    454465msgid ""
    455466"Passwords must either contain upper-case and lower-case letters or be %d "
     
    457468msgstr ""
    458469
    459 #: login-security-solution.php:1885 tests/PasswordValidationTest.php:658
     470#: login-security-solution.php:1912 tests/PasswordValidationTest.php:658
    460471msgid "Password is too common."
    461472msgstr ""
    462473
    463 #: login-security-solution.php:1887 tests/PasswordValidationTest.php:674
     474#: login-security-solution.php:1914 tests/PasswordValidationTest.php:674
    464475msgid "Passwords can't be variations of dictionary words."
    465476msgstr ""
    466477
    467 #: login-security-solution.php:1889 tests/PasswordValidationTest.php:486
     478#: login-security-solution.php:1916 tests/PasswordValidationTest.php:486
    468479msgid "Password not set."
    469480msgstr ""
    470481
    471 #: login-security-solution.php:1891 tests/PasswordValidationTest.php:567
     482#: login-security-solution.php:1918 tests/PasswordValidationTest.php:567
    472483msgid "Passwords must either contain numbers or be %d characters long."
    473484msgstr ""
    474485
    475 #: login-security-solution.php:1893 tests/PasswordValidationTest.php:554
     486#: login-security-solution.php:1920 tests/PasswordValidationTest.php:554
    476487msgid ""
    477488"Passwords must either contain punctuation marks / symbols or be %d "
     
    479490msgstr ""
    480491
    481 #: login-security-solution.php:1895 tests/PasswordValidationTest.php:606
     492#: login-security-solution.php:1922 tests/PasswordChangeTest.php:300
     493msgid "Passwords can not be reused."
     494msgstr ""
     495
     496#: login-security-solution.php:1924 tests/PasswordValidationTest.php:606
    482497msgid "Passwords can't have that many sequential characters."
    483498msgstr ""
    484499
    485 #: login-security-solution.php:1897 tests/PasswordValidationTest.php:593
     500#: login-security-solution.php:1926 tests/PasswordValidationTest.php:593
    486501msgid "Passwords can't be sequential keys."
    487502msgstr ""
    488503
    489 #: login-security-solution.php:1899 tests/LoginMessageTest.php:115
    490 #: tests/PasswordChangeTest.php:311 tests/PasswordValidationTest.php:527
     504#: login-security-solution.php:1928 tests/LoginMessageTest.php:115
     505#: tests/PasswordChangeTest.php:333 tests/PasswordValidationTest.php:527
    491506#: tests/PasswordValidationTest.php:541
    492507msgid "Password is too short."
    493508msgstr ""
    494509
    495 #: login-security-solution.php:1901 tests/PasswordValidationTest.php:497
     510#: login-security-solution.php:1930 tests/PasswordValidationTest.php:497
    496511msgid "Passwords must be strings."
    497512msgstr ""
    498513
    499 #: login-security-solution.php:1903 tests/PasswordValidationTest.php:645
     514#: login-security-solution.php:1932 tests/PasswordValidationTest.php:645
    500515msgid "Passwords can't contain site info."
    501516msgstr ""
    502517
    503 #: login-security-solution.php:1905 tests/PasswordValidationTest.php:619
     518#: login-security-solution.php:1934 tests/PasswordValidationTest.php:619
    504519#: tests/PasswordValidationTest.php:632
    505520msgid "Passwords can't contain user data."
    506521msgstr ""
    507522
    508 #: login-security-solution.php:2056
     523#: login-security-solution.php:2085
    509524msgid "POTENTIAL INTRUSION AT %s"
    510525msgstr ""
    511526
    512 #: login-security-solution.php:2060
     527#: login-security-solution.php:2089
    513528msgid "Your website, %s, may have been broken in to."
    514529msgstr ""
    515530
    516 #: login-security-solution.php:2063
     531#: login-security-solution.php:2092
    517532msgid ""
    518533"Someone just logged in using the following components. Prior to that, some "
     
    521536msgstr ""
    522537
    523 #: login-security-solution.php:2069
     538#: login-security-solution.php:2098
    524539msgid ""
    525540"The user has been logged out and will be required to confirm their identity "
     
    527542msgstr ""
    528543
    529 #: login-security-solution.php:2071
     544#: login-security-solution.php:2100
    530545msgid ""
    531546"WARNING: The '%s' setting you chose means this person has NOT been logged "
     
    533548msgstr ""
    534549
    535 #: login-security-solution.php:2073
     550#: login-security-solution.php:2102
    536551msgid "A notification about this potential breach has been sent to the user."
    537552msgstr ""
    538553
    539 #: login-security-solution.php:2076
     554#: login-security-solution.php:2105
    540555msgid "This message is from the %s plugin (%s) for WordPress."
    541556msgstr ""
    542557
    543 #: login-security-solution.php:2099
     558#: login-security-solution.php:2128
    544559msgid "VERIFY YOU LOGGED IN TO %s"
    545560msgstr ""
    546561
    547 #: login-security-solution.php:2103
     562#: login-security-solution.php:2132
    548563msgid ""
    549564"Someone just logged into your '%s' account at %s.  Was it you that logged "
     
    551566msgstr ""
    552567
    553 #: login-security-solution.php:2107
     568#: login-security-solution.php:2136
    554569msgid ""
    555570"To ensure your account is not being hijacked, you will have go through the '%"
     
    557572msgstr ""
    558573
    559 #: login-security-solution.php:2107
     574#: login-security-solution.php:2136
    560575msgid "Lost your password?"
    561576msgstr ""
    562577
    563 #: login-security-solution.php:2110
     578#: login-security-solution.php:2139
    564579msgid "If it was NOT YOU, please do the following right away:"
    565580msgstr ""
    566581
    567 #: login-security-solution.php:2113
     582#: login-security-solution.php:2142
    568583msgid " * Log into the site and change your password."
    569584msgstr ""
    570585
    571 #: login-security-solution.php:2116
     586#: login-security-solution.php:2145
    572587msgid " * Send an email to %s letting them know it was not you who logged in."
    573588msgstr ""
    574589
    575 #: login-security-solution.php:2142
     590#: login-security-solution.php:2171
    576591msgid "ATTACK HAPPENING TO %s"
    577592msgstr ""
    578593
    579 #: login-security-solution.php:2146
     594#: login-security-solution.php:2175
    580595msgid "Your website, %s, is undergoing a brute force attack."
    581596msgstr ""
    582597
    583 #: login-security-solution.php:2149
     598#: login-security-solution.php:2178
    584599msgid ""
    585600"There have been at least %d failed attempts to log in during the past %d "
     
    587602msgstr ""
    588603
    589 #: login-security-solution.php:2154
     604#: login-security-solution.php:2183
    590605msgid ""
    591606"The %s plugin (%s) for WordPress is repelling the attack by making their "
     
    593608msgstr ""
    594609
    595 #: login-security-solution.php:2158
     610#: login-security-solution.php:2187
    596611msgid ""
    597612"This attacker will also be denied access in the event they stumble upon "
     
    599614msgstr ""
    600615
    601 #: login-security-solution.php:2164
     616#: login-security-solution.php:2193
    602617msgid ""
    603618"Further notifications about this attacker will only be sent if the attack "
  • login-security-solution/trunk/login-security-solution.php

    r731853 r737065  
    77 *
    88 * Plugin URI: http://wordpress.org/extend/plugins/login-security-solution/
    9  * Version: 0.41.0
     9 * Version: 0.42.0
    1010 *         (Remember to change the VERSION constant, below, as well!)
    1111 * Author: Daniel Convissor
     
    4343     * This plugin's version
    4444     */
    45     const VERSION = '0.41.0';
     45    const VERSION = '0.42.0';
    4646
    4747    /**
  • login-security-solution/trunk/readme.txt

    r731853 r737065  
    424424on our GitHub.
    425425
    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
     4281. __Do not__ commit the `.mo` files!  They get created as part of the
     429    release process.
     4301. 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.
     4331. 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.
     4361. Please don't change formatting inside the `.po` file
     4371. __Run `git diff` before all commits.__  Ensure only expected changes
     438    are being made.
     4391. 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`
    444469
    445470
    446471== 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)
    447476
    448477= 0.41.0 (2013-06-26) =
Note: See TracChangeset for help on using the changeset viewer.