Plugin Directory

Changeset 3237867


Ignore:
Timestamp:
02/10/2025 11:26:08 AM (13 months ago)
Author:
Beherit
Message:

Language corrections #2

Location:
ejabberd-account-tools/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • ejabberd-account-tools/trunk/ejabberd-account-tools.pot

    r3237410 r3237867  
    33msgstr ""
    44"Project-Id-Version: Ejabberd Account Tools\n"
    5 "POT-Creation-Date: 2025-02-09 16:55+0100\n"
     5"POT-Creation-Date: 2025-02-10 12:25+0100\n"
    66"PO-Revision-Date: \n"
    77"Last-Translator: \n"
     
    732732#: includes/admin-tools.php:224 includes/change_email.php:177
    733733#: includes/register.php:277
    734 msgid "The email address seems invalid. Please change it and try again."
     734msgid "The email address is invalid. Please change it and try again."
    735735msgstr ""
    736736
     
    738738#: includes/register.php:282
    739739msgid ""
    740 "Disposable email addresses are not allowed. Please change the email address "
    741 "you entered and try again."
     740"Disposable email addresses are not allowed. Please change the entered email "
     741"address and try again."
    742742msgstr ""
    743743
     
    756756
    757757#: includes/admin-tools.php:274 includes/change_email.php:266
    758 msgid ""
    759 "The private email address you selected is already set up for this account."
     758msgid "The selected private email address is already set up for this account."
    760759msgstr ""
    761760
     
    791790
    792791#: includes/admin-tools.php:491
    793 msgid "Invalid IP address. Please check again."
     792msgid "Invalid IP address. Please check it again."
    794793msgstr ""
    795794
     
    870869msgid ""
    871870"The link to change your private email address has expired or is invalid. "
    872 "Please complete the form and resubmit."
     871"Please complete the form and resubmit it."
    873872msgstr ""
    874873
     
    921920#: includes/change_email.php:253
    922921msgid ""
    923 "A confirmation email has been sent to you. Please click the link to confirm "
    924 "your changes."
     922"An email has been sent to you to complete your changes. It contains a link "
     923"that you must click."
    925924msgstr ""
    926925
     
    938937msgid ""
    939938"If you enter your correct password here, your account will be deleted "
    940 "forever. There is no way to restore them."
     939"forever. It will not be possible to restore it."
    941940msgstr ""
    942941
     
    948947msgid ""
    949948"The link to delete your account has expired or is invalid. Please complete "
    950 "the form and resubmit."
     949"the form and resubmit it."
    951950msgstr ""
    952951
     
    983982#: includes/delete_account.php:236
    984983msgid ""
    985 "A private email address hasn't been set. To delete your account, first set a "
    986 "private email address or simply delete your account via IM."
     984"A private email address hasn't been set. To delete the account, set a "
     985"private email address or simply delete account via IM."
    987986msgstr ""
    988987
     
    10801079msgid ""
    10811080"The link to activate your account has expired or is invalid. Please complete "
    1082 "the form and resubmit."
     1081"the form and resubmit it."
    10831082msgstr ""
    10841083
     
    10931092#: includes/register.php:265
    10941093msgid ""
    1095 "The username you selected doesn't meet the requirements. Please change it "
    1096 "and try again."
     1094"The selected username doesn't meet the requirements. Please change it and "
     1095"try again."
    10971096msgstr ""
    10981097
    10991098#: includes/register.php:270
    11001099msgid ""
    1101 "The username you selected contains forbidden words. Please change it and try "
     1100"The selected username contains forbidden words. Please change it and try "
    11021101"again."
    11031102msgstr ""
     
    11341133#: includes/register.php:367
    11351134msgid ""
    1136 "The username you selected is already registered. Please change it and try "
    1137 "again."
     1135"The selected username is already registered. Please change it and try again."
    11381136msgstr ""
    11391137
     
    11501148msgid ""
    11511149"The link to reset your password has expired or is invalid. Please complete "
    1152 "the form and resubmit."
     1150"the form and resubmit it."
    11531151msgstr ""
    11541152
  • ejabberd-account-tools/trunk/includes/admin-tools.php

    r3237410 r3237867  
    222222            if((!empty($email)) && (!filter_var($email, FILTER_VALIDATE_EMAIL) || !ejabat_validate_email_mxrecord($email))) {
    223223                $status = 'warning';
    224                 $message = __('The email address seems invalid. Please change it and try again.', 'ejabberd-account-tools');
     224                $message = __('The email address is invalid. Please change it and try again.', 'ejabberd-account-tools');
    225225            }
    226226            else if((!empty($email)) && !ejabat_validate_email_usercheck_com($email)) {
    227227                $status = 'warning';
    228                 $message = __('Disposable email addresses are not allowed. Please change the email address you entered and try again.', 'ejabberd-account-tools');
     228                $message = __('Disposable email addresses are not allowed. Please change the entered email address and try again.', 'ejabberd-account-tools');
    229229            }
    230230            else {
     
    272272                    else {
    273273                        $status = 'warning';
    274                         $message = __('The private email address you selected is already set up for this account.', 'ejabberd-account-tools');
     274                        $message = __('The selected private email address is already set up for this account.', 'ejabberd-account-tools');
    275275                    }
    276276                }
     
    489489        else {
    490490            $status = 'warning';
    491             $message = __('Invalid IP address. Please check again.', 'ejabberd-account-tools');
     491            $message = __('Invalid IP address. Please check it again.', 'ejabberd-account-tools');
    492492        }
    493493    }
  • ejabberd-account-tools/trunk/includes/change_email.php

    r3237410 r3237867  
    9494            else {
    9595                delete_transient('ejabat_email_'.$request['code']);
    96                 $message = '<p id="message" class="ejabat-info ejabat-blocked">'.__('The link to change your private email address has expired or is invalid. Please complete the form and resubmit.', 'ejabberd-account-tools').'</p>';
     96                $message = '<p id="message" class="ejabat-info ejabat-blocked">'.__('The link to change your private email address has expired or is invalid. Please complete the form and resubmit it.', 'ejabberd-account-tools').'</p>';
    9797            }
    9898        }
     
    175175                $status = 'blocked';
    176176                $fields = array('email');
    177                 $message = __('The email address seems invalid. Please change it and try again.', 'ejabberd-account-tools');
     177                $message = __('The email address is invalid. Please change it and try again.', 'ejabberd-account-tools');
    178178            }
    179179            else if(!ejabat_validate_email_usercheck_com($request['email'])) {
    180180                $status = 'blocked';
    181181                $fields = array('email');
    182                 $message = __('Disposable email addresses are not allowed. Please change the email address you entered and try again.', 'ejabberd-account-tools');
     182                $message = __('Disposable email addresses are not allowed. Please change the entered email address and try again.', 'ejabberd-account-tools');
    183183            }
    184184            else {
     
    251251                                        // Success message
    252252                                        $status = 'success';
    253                                         $message = __('A confirmation email has been sent to you. Please click the link to confirm your changes.', 'ejabberd-account-tools');
     253                                        $message = __('An email has been sent to you to complete your changes. It contains a link that you must click.', 'ejabberd-account-tools');
    254254                                    }
    255255                                    // Problem with sending email
     
    264264                                    $status = 'blocked';
    265265                                    $fields = array('email');
    266                                     $message = __('The private email address you selected is already set up for this account.', 'ejabberd-account-tools');
     266                                    $message = __('The selected private email address is already set up for this account.', 'ejabberd-account-tools');
    267267                                }
    268268                            }
  • ejabberd-account-tools/trunk/includes/delete_account.php

    r3237410 r3237867  
    6464                // Create form
    6565                $html = '<form data-action="unregister-account" class="ejabat" method="post" onsubmit="return false" autocomplete="off">
    66                     <p class="ejabat-info ejabat-error">'.__('If you enter your correct password here, your account will be deleted forever. There is no way to restore them.', 'ejabberd-account-tools').'</p>
     66                    <p class="ejabat-info ejabat-error">'.__('If you enter your correct password here, your account will be deleted forever. It will not be possible to restore it.', 'ejabberd-account-tools').'</p>
    6767                    <p id="login">
    6868                        <input type="text" name="login" value="'.$transient['user'].'@'.$transient['host'].'" disabled>
     
    8686                delete_transient('ejabat_unreg_'.$request['code']);
    8787                // Response with error
    88                 $message = '<p id="message" class="ejabat-info ejabat-blocked">'.__('The link to delete your account has expired or is invalid. Please complete the form and resubmit.', 'ejabberd-account-tools').'</p>';
     88                $message = '<p id="message" class="ejabat-info ejabat-blocked">'.__('The link to delete your account has expired or is invalid. Please complete the form and resubmit it.', 'ejabberd-account-tools').'</p>';
    8989            }
    9090        }
     
    234234                            else {
    235235                                $status = 'blocked';
    236                                 $message = __('A private email address hasn\'t been set. To delete your account, first set a private email address or simply delete your account via IM.', 'ejabberd-account-tools');
     236                                $message = __('A private email address hasn\'t been set. To delete the account, set a private email address or simply delete account via IM.', 'ejabberd-account-tools');
    237237                            }
    238238                        }
  • ejabberd-account-tools/trunk/includes/register.php

    r3237410 r3237867  
    156156                delete_transient('ejabat_register_'.$request['code']);
    157157                // Message with error
    158                 $message = '<p id="message" class="ejabat-info ejabat-blocked">'.__('The link to activate your account has expired or is invalid. Please complete the form and resubmit.', 'ejabberd-account-tools').'</p>';
     158                $message = '<p id="message" class="ejabat-info ejabat-blocked">'.__('The link to activate your account has expired or is invalid. Please complete the form and resubmit it.', 'ejabberd-account-tools').'</p>';
    159159            }
    160160        }
     
    263263                    $status = 'blocked';
    264264                    $fields = array('username');
    265                     $message = __('The username you selected doesn\'t meet the requirements. Please change it and try again.', 'ejabberd-account-tools');
     265                    $message = __('The selected username doesn\'t meet the requirements. Please change it and try again.', 'ejabberd-account-tools');
    266266                }
    267267                else if(preg_match('/'.get_option('ejabat_blocked_username_regexp', '^(.*(404|abort|about|abuse|access|account|activat|address|adium|admin|adult|advertisin|affiliat|agile|ajax|allegro|analytics|android|anonymous|api|app|aqq|archiv|atom|auth|backup|billing|blog|board|bombus|bot|bug|business|cache|calendar|campaign|cancel|careers|cart|ceo|cgi|changelog|chat|check|chrome|client|cms|comercial|comment|compare|config|connect|contact|contest|contract|convers|cpp|creat|css|custome|dashboard|delete|demo|design|detail|develop|digsby|direct|disc|docs|document|domain|dot|drive|dropbox|ebay|ecommerce|edit|employment|enquiries|enterprise|error|event|facebook|faq|favorite|feed|file|firefox|flock|follow|form|forum|ftp|gadget|gajim|gist|github|google|group|guest|guide|help|homepage|host|htm|http|ijab|imap|index|info|instagram|instantbird|internal|intranet|invit|invoic|ipad|iphone|irc|irssi|issue|jabbear|jabber|jabbim|jabiru|jappix|java|jitsi|job|joomla|json|kadu|kopete|language|load|login|logout|logs|mail|manager|manual|market|media|member|message|messenger|microblog|microsoft|miranda|mobile|mozilla|mp3|msg|msn|mysql|name|network|news|nick|noreply|ns1|ns2|ns3|ns4|oauth|offers|office|olx|online|openid|operator|oracle|order|organizat|owner|page|pandion|panel|password|perl|php|pidgin|plugin|pop3|popular|porn|post|press|print|privacy|profil|promo|psi|pub|python|query|random|recruit|register|registrat|remove|replies|root|rss|ruby|sales|sample|save|script|search|secure|security|send|seo|service|session|setting|setup|shop|signin|signup|site|smtp|sql|ssh|ssl|staff|start|static|stats|status|store|subscrib|support|sysop|system|tablet|talk|task|team|tech|telnet|terms|test|theme|tigase|tkabber|tlen|tmp|todo|tool|translat|trillian|troll|tube|twitt|update|url|usage|user|vendas|video|visitor|voice|weather|web|widget|windows|work|wtw|www|xabber|xml|xmpp|yaml|yaxim|yml).*)$').'/i', $request['username'])) {
    268268                    $status = 'blocked';
    269269                    $fields = array('username');
    270                     $message = __('The username you selected contains forbidden words. Please change it and try again.', 'ejabberd-account-tools');
     270                    $message = __('The selected username contains forbidden words. Please change it and try again.', 'ejabberd-account-tools');
    271271                }
    272272                else {
     
    275275                        $status = 'blocked';
    276276                        $fields = array('email');
    277                         $message = __('The email address seems invalid. Please change it and try again.', 'ejabberd-account-tools');
     277                        $message = __('The email address is invalid. Please change it and try again.', 'ejabberd-account-tools');
    278278                    }
    279279                    else if(!ejabat_validate_email_usercheck_com($request['email'])) {
    280280                        $status = 'blocked';
    281281                        $fields = array('email');
    282                         $message = __('Disposable email addresses are not allowed. Please change the email address you entered and try again.', 'ejabberd-account-tools');
     282                        $message = __('Disposable email addresses are not allowed. Please change the entered email address and try again.', 'ejabberd-account-tools');
    283283                    }
    284284                    else {
     
    365365                                $status = 'blocked';
    366366                                $fields = array('username');
    367                                 $message = __('The username you selected is already registered. Please change it and try again.', 'ejabberd-account-tools');
     367                                $message = __('The selected username is already registered. Please change it and try again.', 'ejabberd-account-tools');
    368368                            }
    369369                        }
  • ejabberd-account-tools/trunk/includes/reset_password.php

    r3237410 r3237867  
    9898                delete_transient('ejabat_pass_'.$code);
    9999                // Response with error
    100                 $message = '<p id="message" class="ejabat-info ejabat-blocked">'.__('The link to reset your password has expired or is invalid. Please complete the form and resubmit.', 'ejabberd-account-tools').'</p>';
     100                $message = '<p id="message" class="ejabat-info ejabat-blocked">'.__('The link to reset your password has expired or is invalid. Please complete the form and resubmit it.', 'ejabberd-account-tools').'</p>';
    101101            }
    102102        }
Note: See TracChangeset for help on using the changeset viewer.