add some time-worked reporting
[freeside.git] / sql-ledger / locale / mx / rc
index 7e0dbb1..2a88f44 100644 (file)
@@ -1,37 +1,75 @@
 $self{texts} = {
   'Account'                     => 'Cuenta',
-  'Balance'                     => 'Balance',
-  'Cleared Balance'             => 'Cleared Balance',
+  'Accounting Menu'             => 'Menú de contabilidad',
+  'Apr'                         => 'Abr',
+  'April'                       => 'Abril',
+  'Aug'                         => 'Ago',
+  'August'                      => 'Agosto',
+  'Balance'                     => 'Saldo',
+  'Beginning Balance'           => 'Balance inicial',
+  'Cleared'                     => 'Aclarado',
   'Continue'                    => 'Continuar',
+  'Current'                     => 'Actual',
   'Date'                        => 'Fecha',
-  'Deposit'                     => 'Deposit',
+  'Dec'                         => 'Dic',
+  'December'                    => 'Diciembre',
+  'Decrease'                    => 'Reducción',
+  'Deposit'                     => 'Depósito',
   'Description'                 => 'Descripción',
-  'Difference'                  => 'Difference',
-  'Done'                        => 'Done',
-  'Exchangerate Difference'     => 'Exchangerate Difference',
-  'From'                        => 'Desde',
-  'Out of balance!'             => 'Out of balance!',
+  'Detail'                      => 'Detalle',
+  'Difference'                  => 'Diferencia',
+  'Done'                        => 'Listo',
+  'Feb'                         => 'Feb',
+  'February'                    => 'Febrero',
+  'From'                        => 'De',
+  'Include Exchange Rate Difference' => 'Incluír la diferencia por tipo de cambio',
+  'Increase'                    => 'Aumento',
+  'Jan'                         => 'Ene',
+  'January'                     => 'Enero',
+  'Jul'                         => 'Jul',
+  'July'                        => 'Julio',
+  'Jun'                         => 'Jun',
+  'June'                        => 'Junio',
+  'Mar'                         => 'Mar',
+  'March'                       => 'Marzo',
+  'May'                         => 'May',
+  'May '                        => 'Mayo',
+  'Nov'                         => 'Nov',
+  'November'                    => 'Noviembre',
+  'Oct'                         => 'Oct',
+  'October'                     => 'Octubre',
+  'Out of balance!'             => '¡Desbalanceado!',
+  'Outstanding'                 => 'Pendiente',
   'Payment'                     => 'Pago',
-  'Reconciliation'              => 'Reconciliation',
-  'Select all'                  => 'Select all',
-  'Source'                      => 'Fuente',
-  'Statement Balance'           => 'Statement Balance',
-  'To'                          => 'Hasta ',
-  'Update'                      => 'Update',
+  'R'                           => 'C',
+  'Reconciliation'              => 'Conciliación',
+  'Reconciliation Report'       => 'Reporte de conciliación',
+  'Select all'                  => 'Seleccionar todo',
+  'Sep'                         => 'Sep',
+  'September'                   => 'Septiembre',
+  'Source'                      => 'Referencia',
+  'Statement Balance'           => 'Saldo bancario',
+  'Summary'                     => 'Resumen',
+  'To'                          => 'A',
+  'Update'                      => 'Actualizar',
 };
 
 $self{subs} = {
+  'acc_menu'                    => 'acc_menu',
   'continue'                    => 'continue',
+  'display'                     => 'display',
   'display_form'                => 'display_form',
   'done'                        => 'done',
   'get_payments'                => 'get_payments',
+  'menubar'                     => 'menubar',
   'reconciliation'              => 'reconciliation',
+  'section_menu'                => 'section_menu',
   'select_all'                  => 'select_all',
   'update'                      => 'update',
   'continuar'                   => 'continue',
-  'done'                        => 'done',
-  'select_all'                  => 'select_all',
-  'update'                      => 'update',
+  'listo'                       => 'done',
+  'seleccionar_todo'            => 'select_all',
+  'actualizar'                  => 'update',
 };
 
 1;