PHP Classes

File: modules/system/lang/es/client.php

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/lang/es/client.php   Download  
File: modules/system/lang/es/client.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 7 months ago
Size: 3,857 bytes
 

Contents

Class file image Download
<?php

return [

   
/*
    |--------------------------------------------------------------------------
    | Client-side Language Lines
    |--------------------------------------------------------------------------
    |
    | These are messages made available to the client browser via JavaScript.
    | To compile this file run: php artisan winter:util compile lang
    |
    */

   
'markdowneditor' => [
       
'formatting' => 'Formateo',
       
'quote' => 'Cita',
       
'code' => 'Código',
       
'header1' => 'Encabezado 1',
       
'header2' => 'Encabezado 2',
       
'header3' => 'Encabezado 3',
       
'header4' => 'Encabezado 4',
       
'header5' => 'Encabezado 5',
       
'header6' => 'Encabezado 6',
       
'bold' => 'Negrita',
       
'italic' => 'Cursiva',
       
'unorderedlist' => 'Lista Desordenada',
       
'orderedlist' => 'Lista Ordenada',
       
'video' => 'Video',
       
'image' => 'Imagen',
       
'link' => 'Vínculo',
       
'horizontalrule' => 'Insertar Regla Horizontal',
       
'fullscreen' => 'Pantalla completa',
       
'preview' => 'Previsualizar'
   
],
   
'mediamanager' => [
       
'insert_link' => "Insertar Media Vínculo",
       
'insert_image' => "Insertar Media Imagen",
       
'insert_video' => "Insertar Media Video",
       
'insert_audio' => "Insertar Media Audio",
       
'invalid_file_empty_insert' => "Por favor seleccione archivo para insertar vínculo.",
       
'invalid_file_single_insert' => "Por favor seleccione un solo archivo.",
       
'invalid_image_empty_insert' => "Por favor seleccione una imagen(es) para insertar.",
       
'invalid_video_empty_insert' => "Por favor seleccione un archivo de video para insertar.",
       
'invalid_audio_empty_insert' => "Por favor seleccione un archivo de audio para insertar.",
    ],
   
'alert' => [
       
'confirm_button_text' => 'OK',
       
'cancel_button_text' => 'Cancelar'
   
],
   
'datepicker' => [
       
'previousMonth' => 'Mes Anterior',
       
'nextMonth' => 'Mes Siguiente',
       
'months' => ['Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre'],
       
'weekdays' => ['Domingo', 'Lunes', 'Martes', 'Miercoles', 'Jueves', 'Viernes', 'Sabado'],
       
'weekdaysShort' => ['Dom', 'Lun', 'Mar', 'Mie', 'Jue', 'Vie', 'Sab']
    ],
   
'filter' => [
       
'group' => [
           
'all' => 'todos'
       
],
       
'scopes' => [
           
'apply_button_text' => 'Aplicar',
           
'clear_button_text' => 'Limpiar',
        ],
       
'dates' => [
           
'all' => 'todas',
           
'filter_button_text' => 'Filtrar',
           
'reset_button_text' => 'Restablecer',
           
'date_placeholder' => 'Fecha',
           
'after_placeholder' => 'Desde',
           
'before_placeholder' => 'Hasta'
       
],
       
'numbers' => [
           
'all' => 'todos',
           
'filter_button_text' => 'Filtrar',
           
'reset_button_text' => 'Restablecer',
           
'min_placeholder' => 'Mínimo',
           
'max_placeholder' => 'Máximo',
           
'number_placeholder' => 'Número'
       
],
    ],
   
'eventlog' => [
       
'show_stacktrace' => 'Mostrar el seguimiento de la pila',
       
'hide_stacktrace' => 'Ocultar el seguimiento de la pila',
       
'tabs' => [
           
'formatted' => 'Formateado',
           
'raw' => 'Sin formato',
        ],
       
'editor' => [
           
'title' => 'Seleccione el editor de código fuente a usar',
           
'description' => 'Su entorno de sistema operativo debe estar configurado para escuchar a uno de estos esquemas de URL.',
           
'openWith' => 'Abrir con',
           
'rememberChoice' => 'Recuerde la opción seleccionada para esta sesión del navegador',
           
'open' => 'Abrir',
           
'cancel' => 'Cancelar'
       
]
    ]
];