aboutsummaryrefslogtreecommitdiff
path: root/mod/custom_index_widgets/languages/es.php
blob: c8dc3563338f679a9230a5c60bf99888cc5d5e0e (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
76
77
78
<?php

    $spanish = array(

       
        'custom_index_widgets:latest_bookmarks_index' => "Ultimos favoritos",
        'custom_index_widgets:latest_groups_index' => "Ultimos Grupos",
        'custom_index_widgets:latest_files_index' => "Ultimos Archivos",
        'custom_index_widgets:latest_blogs_index' => "Ultimos Articulos de Blogs",
        'custom_index_widgets:latest_members_index' => "Nuevos habitantes",
        'custom_index_widgets:nofiles' => "No hay archivos todavia",
        'custom_index_widgets:nogroups' => "No hay frupos todavia",   
        'custom_index_widgets:latest_news_index' => "Ultimas noticias",
        'custom_index_widgets:latest_pages_index' => "Ultimas paginas",
        'custom_index_widgets:latest_events_index' => 'Eventos anunciados',
        'custom_index_widgets:latest_wire_index' => 'Ultimos post',
        'custom_index_widgets:inline_content_index' => 'Html libre',
        'custom_index_widgets:html_content' => 'Tu texto',
        'custom_index_widgets:latest_generic_index'=>"Contenido generico",
        'custom_index_widgets:latest_tasks_index'=>"Ultimas tareas",
        'custom_index_widgets:latest_activity_index' => 'In the river',
        'custom_index_widgets:cloud_generic_index'=>"Nube de tags",
        'custom_index_widgets:widget_subtype'=>"Subtipo de la entidad",
        'custom_index_widgets:metadata_name' => "Metadata",
        'custom_index_widgets:threshold'=> "Thresold",
        'custom_index_widgets:latest_izap_videos_index' => 'Ultimos videos',
		'custom_index_widgets:display_avatar' => 'Avatar',
       
        'custom_index_widgets:rich_media_index' => "Contenido multimedia",
        'custom_index_widgets:widget_video_width' => "Ancho (numeros sin px o %)",
        'custom_index_widgets:widget_video_height' => "Alto (numeros sin px o %)",
        'custom_index_widgets:widget_video_url' => "Url",
        'custom_index_widgets:widget_video_caption' => "Caption",
       
        'custom_index_widgets:layout' => "Layout",
       
        'custom_index_widgets:index_2rmsb' => '2 rows, [Medio, Peque] - [Grande]',
        'custom_index_widgets:index_2rsmb' => '2 rows, [Peque, Medio] - [Grande]',
        'custom_index_widgets:index_2rhhb' => '2 rows, [Mitad, Mitad] - [Grande]',
        'custom_index_widgets:index_1rsss' => '1 row, [Peque, Peque, Peque]',
        'custom_index_widgets:index_2rbhh' => '2 rows, [Grande] -[Mitad, Mitad]',
        'custom_index_widgets:index_2rbsm' => '2 rows, [Grande] -[Peque, Medio]',
        'custom_index_widgets:index_2rbms' => '2 rows, [Grande] -[Medio, Peque]',
       
        'custom_index_widgets:area1' => 'Widgets Zona 1',
        'custom_index_widgets:area2' => 'Widgets Zona 2',
        'custom_index_widgets:area3' => 'Widgets Zona 3',
       
        'custom_index_widgets:admin:notfound' => 'Pagina no encontrada',
        'custom_index_widgets:index' => "Index widgetisation",
        'custom_index_widgets:num_items' => "Numero de items",
        'custom_index_widgets:reset' => "Restablecer todas las zonas",
       
        'custom_index_widgets:pleaselogin' => "Por favor, por favor, inicie sesión para ver mas...",
       
        'custom_index_widgets:widget_title' => "Título del widget Override (solo se mostraran en el índice en sustitucion del título widget por defecto)",
        'custom_index_widgets:context_mode' => "Estilo",
        'custom_index_widgets:context_list' => "Lista",
        'custom_index_widgets:context_detail' => "Detalle",
       
        'custom_index_widgets:login_style'=>"Posicion de Login",
        'custom_index_widgets:inlayout'=>"Barra inferior",
        'custom_index_widgets:topbar'=>"Barra superior",
        'custom_index_widgets:widget_all_groups' => "Todos los grupos",
		
		"custom_index_widgets:showdashboard"=>"End index with dashboard",
        "custom_index_widgets:showdashboard_yes"=>"Si",
		"custom_index_widgets:showdashboard_no"=>"No",
		"custom_index_widgets:guest_only" => "Guest only",
		"custom_index_widgets:box_style" => "Box Style",
		"custom_index_widgets:social_share_index" => "Social Share",
		"custom_index_widgets:login_index"=>"Login",
		"admin:appearance:custom_index_widgets" => "Index Widgets"
   
    );
                   
    add_translation("es",$spanish);