diff --git a/index.php b/index.php index e71566c..e75fa33 100644 --- a/index.php +++ b/index.php @@ -27,8 +27,8 @@ try { } // --- END DB MIGRATIONS --- -$p_title = 'Flower Shop'; -$p_description = 'Beautiful bouquets for any occasion.'; +$p_title = 'Цветочный магазин'; +$p_description = 'Красивые букеты на любой случай.'; try { $pdo = db(); @@ -37,7 +37,7 @@ try { } catch (PDOException $e) { error_log('DB Error: ' . $e->getMessage()); $bouquets = []; - $db_error = 'Sorry, we were unable to load the bouquets at this time. Please try again later.'; + $db_error = 'К сожалению, мы не смогли загрузить букеты в данный момент. Пожалуйста, попробуйте еще раз позже.'; } $status_message = ''; @@ -50,7 +50,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { $note = trim($_POST['note'] ?? ''); if (empty($customer_name) || empty($bouquet_id) || empty($phone) || empty($address) || empty($delivery_date)) { - $status_message = '