mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
18 lines
805 B
PHP
18 lines
805 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'msg_has_allowed' => " v-a permis să încărcaţi ",
|
||
|
|
'msg_find_offer_option' => "Veţi găsi o nouă opţiune pe pagina de încărcare.",
|
||
|
|
'msg_your_offer_allowed' => "Oferta ta a fost permisă",
|
||
|
|
'msg_offer_voted_on' => "Oferta ta ta a fost votată. Ai dreptul să încarci ",
|
||
|
|
'msg_offer_voted_off' => "Oferta ta ta a fost votată. Nu ai voie să încarci ",
|
||
|
|
'msg_voted_on' => " a fost votat pentru",
|
||
|
|
'msg_offer_deleted' => "Oferta ta a fost ștearsă",
|
||
|
|
'msg_your_offer' => "Oferta ta '",
|
||
|
|
'msg_was_deleted_by' => "' a fost șters de ",
|
||
|
|
'msg_blank' => ".",
|
||
|
|
'msg_you_must_upload_in' => "Vă rugăm să încărcați oferta în ",
|
||
|
|
'msg_hours_otherwise' => " ore. În caz contrar, oferta ar fi ștearsă.",
|
||
|
|
'msg_reason_is' => "Motivul: ",
|
||
|
|
];
|