mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
86 lines
2.4 KiB
PHP
86 lines
2.4 KiB
PHP
<?php
|
|
|
|
|
|
|
|
return [
|
|
'id' => 'Number',
|
|
'fecha' => 'Date',
|
|
'fecha_entrega' => 'Delivery Date',
|
|
'cliente' => 'Client',
|
|
'comercial' => 'Commercial',
|
|
'titulo' => 'Title',
|
|
'ubicacion' => 'Location',
|
|
'inc_rei' => 'Inc/Rei', // This seems to be a specific term, left as is
|
|
'num_paginas' => 'Number of Pages',
|
|
'tiradas' => 'Print Runs',
|
|
'total_presupuesto' => 'Total Budget',
|
|
'estado' => 'Status',
|
|
|
|
'validacion' => 'Validation',
|
|
'produccion' => 'Production',
|
|
'finalizado' => 'Finished',
|
|
'enviado' => 'Sent',
|
|
'cancelado' => 'Cancelled',
|
|
|
|
'datosPedido' => 'Order Details',
|
|
|
|
'totales' => 'Totales',
|
|
'total_precio' => 'Total price',
|
|
"total_tirada" => 'Total print',
|
|
|
|
'fechas' => "Dates",
|
|
'fecha_entrega_real' => 'Actual Delivery Date',
|
|
'fecha_impresion' => 'Printing Date',
|
|
'fecha_encuadernado' => 'Binding Date',
|
|
'fecha_entrega_externo' => 'External Delivery Date',
|
|
|
|
'lineas' => 'Lines',
|
|
'unidades' => "Units",
|
|
'concepto' => "Concept",
|
|
'total' => "Total",
|
|
'presupuesto' => 'Budget',
|
|
|
|
'moduleTitle' => 'Orders',
|
|
'pedido' => 'Order',
|
|
'pedidos' => 'Orders',
|
|
'pedidosList' => 'Orders List',
|
|
|
|
'cancelar' => 'Cancel',
|
|
'finalizar' => 'Finish',
|
|
|
|
'unaCara' => '1 side',
|
|
'dosCaras' => '2 sides',
|
|
|
|
'lineasTemplates' =>[
|
|
'presupuesto' => '[BUDGET %s] ',
|
|
'pedido' => '[ORDER %s] ',
|
|
'libro' => "Printing of %s copies of %s pages.\nTitle: %s. Author: %s. ISBN: %s.Size: %smm.\n",
|
|
'libro_linea_interior' => "%s black pages on %s paper of %s grams",
|
|
'libro_linea_cubierta' => "\nCover printed on %s on %s paper of %s grams",
|
|
'libro_linea_sobrecubierta' => "\nDust jacket on %s paper of %s grams",
|
|
'libro_solapas' => " with flaps of %smm.",
|
|
'libro_encuadernacion' => "\nType of binding: %s"
|
|
],
|
|
|
|
'albaranes' => 'Delivery Notes',
|
|
'albaran' => 'Delivery Note',
|
|
'generarAlbaranes' => 'Generate delivery notes',
|
|
'borrarAlbaranes' => 'Delete delivery notes',
|
|
'att' => "Att",
|
|
'direccion' => 'Address',
|
|
'borrarAlbaran' => 'Delete delivery note',
|
|
'imprimirAlbaran' => 'Print',
|
|
'nuevaLinea' => 'New line',
|
|
'addIva' => "Add VAT",
|
|
'mostrarPrecios' => 'Show prices',
|
|
'iva4' => "4,00 % VAT",
|
|
'iva21' => "21,00 % VAT",
|
|
|
|
'facturas' => 'Invoices',
|
|
|
|
'showTotal' => 'Show totals',
|
|
|
|
'validation' => [
|
|
|
|
],
|
|
]; |