MOON
Server: Apache
System: Linux host.sunshiene.com 4.18.0-553.121.1.el8_10.x86_64 #1 SMP Thu Apr 30 09:06:34 EDT 2026 x86_64
User: clientsoftwares (1005)
PHP: 8.2.31
Disabled: system, exec, mail, shell_exec, passthru, popen, proc_open, pcntl_exec, dl, ini_alter, ini_restore, symlink, link, chown, posix_kill
Upload Files
File: /home/clientsoftwares/public_html/genius.clientsoftwares.com/lang/es/cash_register.php
<?php

 return [
     'cash_register' => 'Caja registradora',
     'manage_your_cash_register' => 'Administrar registros en efectivo',
     'all_your_cash_register' => 'Todos los registros en efectivo',
     'cash_in_hand' => 'Dinero en efectivo',
     'open_cash_register' => 'Abrir caja registradora',
     'enter_amount' => 'Ingresar cantidad',
     'open_register' => 'Abrir registro',
     'register_details' => 'Registrar detalles',
     'cash_payment' => 'Pago en efectivo',
     'checque_payment' => 'Verificar pago',
     'card_payment' => 'Pago con tarjeta',
     'bank_transfer' => 'Transferencia bancaria',
     'other_payments' => 'Otros pagos',
     'total_sales' => 'Ventas totales',
     'total_cash' => 'Efectivo total',
     'current_register' => 'Registro actual',
     'close_register' => 'Cerrar registro',
     'total_card_slips' => 'Total pases de tarjetas', /* modified */
     'total_cheques' => 'Total cheques', /* modified */
     'closing_note' => 'Nota de cierre',
     'close_success' => 'Registro cerrado con éxito',
     'open' => 'Abierto',
     'close' => 'Cerrar', /* modified */
     'total_refund' => 'Reembolso total',
     'refunds' => 'Reembolsos',
 ];