Add php files

This commit is contained in:
2025-05-12 15:44:39 +00:00
parent c951760058
commit 82d5804ac4
9534 changed files with 2638137 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
$strings = array (
'LBL_NO_TO_ADDRESS' => 'Recipient address is not specified',
'LBL_NO_ATTACHMENT' => 'Attchment file non exist: ',
'LBL_SEND_ERROR' => 'Message was not send'
);
?>

View File

@@ -0,0 +1,7 @@
<?php
$strings = array (
'LBL_NO_TO_ADDRESS' => 'Brak adresu odbiorcy',
'LBL_NO_ATTACHMENT' => 'Bład dodawania załącznika: ',
'LBL_SEND_ERROR' => 'Wiadomośc nie została wysłana'
);
?>