mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
18 lines
806 B
PHP
18 lines
806 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'msg_has_allowed' => " te ha permitido subir ",
|
||
|
|
'msg_find_offer_option' => "Encontrarás una nueva opción en la página de subida.",
|
||
|
|
'msg_your_offer_allowed' => "Su oferta ha sido permitida",
|
||
|
|
'msg_offer_voted_on' => "Tu oferta ha sido votada. Puedes subir tu oferta ",
|
||
|
|
'msg_offer_voted_off' => "Tu oferta ha sido rechazada. No tienes permiso para subir ",
|
||
|
|
'msg_voted_on' => " ha sido votado en",
|
||
|
|
'msg_offer_deleted' => "Tu oferta ha sido eliminada",
|
||
|
|
'msg_your_offer' => "Tu oferta '",
|
||
|
|
'msg_was_deleted_by' => "' fue eliminado por ",
|
||
|
|
'msg_blank' => ".",
|
||
|
|
'msg_you_must_upload_in' => "Por favor, sube la oferta dentro de ",
|
||
|
|
'msg_hours_otherwise' => " horas. De lo contrario, la oferta se eliminaría.",
|
||
|
|
'msg_reason_is' => "La razón: ",
|
||
|
|
];
|