1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?php
- /*
- * phpMyEdit language file
- *
- * language: spanish (argentinian)
- * encoding: iso-8859-1
- * date: 28/02/2003, 15/02/2004
- * author: Mariano Vassallo <mvassallo@ciudad.com.ar>
- */
- /* $Platon: phpMyEdit/lang/PME.lang.ES-AR.inc,v 1.4 2004/02/15 18:59:46 nepto Exp $ */
- return Array(
- 'Add' =>'Agregar',
- 'Copy' =>'Copiar',
- 'Change' =>'Cambiar',
- 'Delete' =>'Suprimir',
- 'View' =>'Visualización',
- 'Prev' =>'Anterior',
- 'Next' =>'Siguiente',
- 'First' =>'Primero',
- 'Last' =>'Ultimo',
- 'Go to' =>'Ir a',
- 'Page' =>'Paginación',
- 'Records' =>'Registros',
- 'Save' =>'Grabar',
- 'More' =>'Más',
- 'Apply' =>'Aplicar',
- 'Cancel' =>'Cancelar',
- 'Search' =>'Buscar',
- 'Hide' =>'Ocultar',
- 'Clear' =>'Limpiar',
- 'Query' =>'Consulta',
- 'of' =>'/', // intentionaly untranslated. Alternatve: "de"
- 'record added' =>'registro añadido',
- 'record changed'=>'registro cambiado',
- 'record deleted'=>'registro borrado',
- 'Please enter' =>'Por favor introduzca ',
- 'months' => Array(
- '01'=>'Enero',
- '02'=>'Febrero',
- '03'=>'Marzo',
- '04'=>'Abril',
- '05'=>'Mayo',
- '06'=>'Junio',
- '07'=>'Julio',
- '08'=>'Agosto',
- '09'=>'Septiembre',
- '10'=>'Octubre',
- '11'=>'Noviembre',
- '12'=>'Diciembre'),
- // phpMyEdit-report
- 'Make report' => 'Hacer reporte',
- 'Select fields' => 'Seleccionar campos',
- 'Records per screen' => 'Registros por pantalla',
- );
- ?>
|