a568f81b0a
Beim Hinzufuegen von firebase/php-jwt + predis war PHPMailer aus composer.json und dem Autoloader gefallen (Dateien fehlten ganz). Folge: `new PHPMailer` fatalt -> 500 bei register/reset/2FA/Schueler-Zugang. Auf v3 aufgedeckt und behoben: composer.json require + installed.json + Autoloader (App/vendor) mit PHPMailer, firebase, predis. Verifiziert: alle 3 Namespaces laden. KRITISCH fuer Prod-Deploy (Manifest spiegelt vendor/), sonst waere dort der Mailversand gebrochen. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
29 lines
1.7 KiB
PHP
29 lines
1.7 KiB
PHP
<?php
|
|
|
|
/**
|
|
* Tagalog PHPMailer language file: refer to English translation for definitive list
|
|
*
|
|
* @package PHPMailer
|
|
* @author Adriane Justine Tan <eidoriantan@gmail.com>
|
|
*/
|
|
|
|
$PHPMAILER_LANG['authenticate'] = 'SMTP Error: Hindi mapatotohanan.';
|
|
$PHPMAILER_LANG['connect_host'] = 'SMTP Error: Hindi makakonekta sa SMTP host.';
|
|
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: Ang datos ay hindi naitanggap.';
|
|
$PHPMAILER_LANG['empty_message'] = 'Walang laman ang mensahe';
|
|
$PHPMAILER_LANG['encoding'] = 'Hindi alam ang encoding: ';
|
|
$PHPMAILER_LANG['execute'] = 'Hindi maisasagawa: ';
|
|
$PHPMAILER_LANG['file_access'] = 'Hindi ma-access ang file: ';
|
|
$PHPMAILER_LANG['file_open'] = 'File Error: Hindi mabuksan ang file: ';
|
|
$PHPMAILER_LANG['from_failed'] = 'Ang sumusunod na address ay nabigo: ';
|
|
$PHPMAILER_LANG['instantiate'] = 'Hindi maisimulan ang instance ng mail function.';
|
|
$PHPMAILER_LANG['invalid_address'] = 'Hindi wasto ang address na naibigay: ';
|
|
$PHPMAILER_LANG['mailer_not_supported'] = 'Ang mailer ay hindi suportado.';
|
|
$PHPMAILER_LANG['provide_address'] = 'Kailangan mong magbigay ng kahit isang email address na tatanggap.';
|
|
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: Ang mga sumusunod na tatanggap ay nabigo: ';
|
|
$PHPMAILER_LANG['signing'] = 'Hindi ma-sign: ';
|
|
$PHPMAILER_LANG['smtp_connect_failed'] = 'Ang SMTP connect() ay nabigo.';
|
|
$PHPMAILER_LANG['smtp_error'] = 'Ang server ng SMTP ay nabigo: ';
|
|
$PHPMAILER_LANG['variable_set'] = 'Hindi matatakda o ma-reset ang mga variables: ';
|
|
$PHPMAILER_LANG['extension_missing'] = 'Nawawala ang extension: ';
|