source: extensions/Media_Icon/language/es_ES/plugin.lang.php @ 19543

Last change on this file since 19543 was 19543, checked in by julien1311, 11 years ago

foreach pour service

  • Property svn:eol-style set to LF
File size: 4.5 KB
Line 
1<?php
2$lang['Media Icon Plugin'] = 'Plugin Media Icon';
3
4//admin.php or common to all admin files
5$lang['General'] = 'General';
6$lang['Advanced options'] = 'Opciones avanzadas';
7$lang['Information data registered in database'] = 'Datos registrados en la base de datos';
8
9//admin_general.tpl
10$lang['Style'] = 'Estilo';
11$lang['Icon style:'] = 'Estilo de los iconos :';
12$lang['Logo'] = 'Logo';
13$lang['Page'] = 'Pajina';
14$lang['Folder'] = 'Carpeta';
15$lang['Folder color'] = 'Carpeta en color';
16$lang['Folder picture'] = 'Carpeta imagen';
17$lang['Types of files you want to add an icon to:'] = 'Tipos de archivos a los que desea añadir un icono :';
18$lang['Click on submit to see changes.'] = 'Haga clic en enviar para ver los cambios.';
19$lang['Result'] = 'Resultado';
20$lang['Youtube videos'] = 'Vídeos Youtube';
21$lang['Vimeo videos'] = 'Vídeos Vimeo';
22$lang['Dailymotion videos'] = 'Vídeos Dailymotion';
23$lang['Wat videos'] = 'Vídeos Wat';
24$lang['Wideo videos'] = 'Vídeos Wideo';
25$lang['Videos'] = 'Vídeos';
26$lang['Musics'] = 'Músicas';
27$lang['pdf files'] = 'Archivos pdf';
28$lang['Documents'] = 'Documentos';
29$lang['Spreadsheets'] = 'Hojas de cálculo';
30$lang['Presentations'] = 'Presentaciones';
31$lang['Videos added with Embedded Videos'] = 'Vídeos añadido con Embedded Videos';
32$lang['Files supported: webm, webmv, ogv, m4v, flv, mp4'] = 'Archivos admitidos : mp3, ogg, oga, m4a, webma, fla, wav';
33$lang['Files supported: mp3, ogg, oga, m4a, webma, fla, wav'] = 'Archivos admitidos : mp3, ogg, oga, m4a, webma, fla, wav';
34$lang['Files supported: pdf'] = 'Archivos admitidos : pdf';
35$lang['Files supported: doc, docx and odt'] = 'Archivos admitidos : doc, docx y odt';
36$lang['Files supported: xls, xlsx and ods'] = 'Archivos admitidos : xls, xlsx y ods';
37$lang['ppt, pptx and odp files'] = 'Archivos admitidos : ppt, pptx y odp';
38$lang['Not displayed'] = 'No presentado';
39
40//admin_advanced.php
41$lang['The opacity have to be a number between 0 and 100'] = 'La opacidad debe ser un número entre 0 y 100';
42
43//admin_advanced.tpl
44$lang['Position'] = 'Posición';
45$lang['Top right corner'] = 'Esquina superior derecha';
46$lang['Top left corner'] = 'Esquina superior izquierda';
47$lang['Bottom right corner'] = 'Esquina inferior derecha';
48$lang['Bottom left corner'] = 'Esquina inferior izquierda';
49$lang['Opacity'] = 'Opacidad';
50
51//admin_help.tpl
52$lang['This menu allows to configure 2 types of parameters:'] = 'Este menú permite configurar 2 tipos de parámetros :';
53$lang['The type of icon to display. Click on submit to see changes in the result pane.'] = 'El tipo de icono a mostrar. Haga clic en enviar para ver los cambios en el panel de resultados.';
54$lang['The type of files you want to add an icon to. Uncheck a type of file to deactivate the display of the icon for this type of file. <i>Not displayed</i> is then displayed in the result pane.'] = 'El tipo de archivos que desea añadir un icono. Desmarque un tipo de archivo que desea desactivar la visualización del icono de este tipo de archivo. <i>No presentado</ i> se mostrará en el panel de resultados.';
55$lang['The corner of the thumbnail in which the icon will be displayed.'] = 'La esquina de la miniatura en la que se muestra el icono.';
56$lang['The opacity of the icon.'] = 'La opacidad del icono.';
57$lang['Donate'] = 'Donar';
58$lang['Piwigo is a free software (opensource software), you can use it for free and this is not going to change. Donations are collected by the Piwigo Foundation (non profit organization) to cover project fees.'] = 'Piwigo es un software libre y puedes usarlo de forma totalmente gratuita.
59La organización sin ánimo de lucro Piwigo Foundation hace uso de las donaciones para cubrir los gastos del proyecto.';
60$lang['Credits'] = 'Créditos';
61$lang['The icons are brought to you thanks to:'] = 'Iconos de las siguientes fuentes :';
62$lang['Official logos or Wikipedia:'] = 'Logos oficiales o Wikipedia :';
63$lang['Youtube'] = 'Youtube';
64$lang['Vimeo'] = 'Vimeo';
65$lang['Dailymotion'] = 'Dailymotion';
66$lang['Wat'] = 'Wat';
67$lang['Wideo'] = 'Wideo';
68$lang['Video'] = 'Vídeo';
69$lang['Music'] = 'Música';
70$lang['pdf'] = 'pdf';
71$lang['Document'] = 'Documento';
72$lang['Spreadsheet'] = 'Hoja de cálculo';
73$lang['Presentation'] = 'Presentacion';
74$lang['Part of the DelliOS System icon pack by Wendell Fernandes.'] = 'Parte de la DelliOS System icon pack por Wendell Fernandes.';
75$lang['Download website'] = 'Descargar sitio';
76$lang['Author website'] = 'Autor sitio';
77$lang['Part of the RRZE icon set.'] = 'Parte de RRZE icon set.';
78$lang['Part of the iSuite Revoked pack by Prax-08.'] = 'Parte de iSuite Revoked or Prax-08.';
79?>
Note: See TracBrowser for help on using the repository browser.