summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/mx/rc
blob: 2a88f44731791505879117bb5d3e7d8be6c29c6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
$self{texts} = {
  'Account'                     => 'Cuenta',
  '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',
  'Dec'                         => 'Dic',
  'December'                    => 'Diciembre',
  'Decrease'                    => 'Reducción',
  'Deposit'                     => 'Depósito',
  'Description'                 => 'Descripción',
  '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',
  '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',
  'listo'                       => 'done',
  'seleccionar_todo'            => 'select_all',
  'actualizar'                  => 'update',
};

1;