mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-02 06:27:50 -05:00
* Improve code style and PSR-12 compliance - refactored code formatting to adhere to PSR-12 guidelines - standardized coding conventions across the codebase - added missing framework files and reverted markup changes - reformatted arrays for enhanced readability - updated language files for consistent styling and clarity - minor miscellaneous improvements
17 lines
750 B
PHP
17 lines
750 B
PHP
<?php
|
|
|
|
return [
|
|
"first_name" => "Vorname",
|
|
"last_name" => "Nachname",
|
|
"message" => "Nachricht",
|
|
"message_placeholder" => "Ihre Nachricht hier …",
|
|
"message_required" => "Nachricht ist ein Pflichtfeld",
|
|
"multiple_phones" => "(Im Falle von mehreren Handynummern diese bitte mit Kommas getrennt hier eingeben)",
|
|
"phone" => "Handynummer",
|
|
"phone_number_required" => "Handynummer ist ein Pflichtfeld",
|
|
"phone_placeholder" => "Handy-Nummer(n) hier.....",
|
|
"sms_send" => "SMS Senden",
|
|
"successfully_sent" => "Nachricht erfolgreich gesendet an: ",
|
|
"unsuccessfully_sent" => "Nachricht NICHT erfolgreich gesendet an: ",
|
|
];
|