default
<p>Most unusual characters can be directly entered without any problems.</p>
<p>If you do encounter problems, try using HTML character entities. A common example looks like &amp; for an ampersand & character. For a full list of entities see HTML's <a href="http://www.w3.org/TR/html4/sgml/entities.html">entities</a> page. Some of the available characters include:</p>
<p>Los carácteres menos comunes puede escribirse directamente sin ningún problema.</p>
<p>Si usted encuentra problemas, intente utilizar las entidades de carácteres HTML. Un ejemplo común se vería como &amp; para el carácter &. Para un listado completa de entidades HTML vea la página <a href="http://www.w3.org/TR/html4/sgml/entities.html">entidades</a>. Algunos de los caracteres disponibles incluyen:</p>default
<p>This site allows HTML content. While learning all of HTML may feel intimidating, learning how to use a very small number of the most basic HTML "tags" is very easy. This table provides examples for each tag that is enabled on this site.</p>
<p>For more information see W3C's <a href="http://www.w3.org/TR/html/">HTML Specifications</a> or use your favorite search engine to find other sites that explain HTML.</p>
<p>Este sitio permite contenido HTML. A pesar que aprender HTML puede parecer intimidante, aprender solo las "etiquetas" más básicas de HTML es fácil. Esta tabla proporciona ejemplos de cada etiqueta que esta habilitada en este sitio.</p>
<p>Para mayor información vea las <a href="http://www.w3.org/TR/html/">Específicaciones HTML</a> de W3C o use su buscador preferido para encontrar otros sitios que expliquen HTML.</p>default
!title: !required!title: !requireddefault
%time agoHace %timedefault
1 day1 díadefault
<>default
<?php
print(
Comment_Moderation_Link() );
?>default
<?php
print(
Comment_Moderation_Link() );
?>views
<abbr title="Abbreviation">Abbrev.</abbr><abbr title="Abbreviation">Abrev.</abbr>default
<acronym title="Three-Letter Acronym">TLA</acronym><acronym title="Three-Letter Acronym">ATL</acronym>default
<code><a href="image-1.jpg" rel="lightbox">image #1</a></code>default
<code><a href="image-1.jpg" rel="lightbox[][my caption]">image #1</a></code>default
<code><a href="image-1.jpg" rel="lightbox[roadtrip]">image #1</a><br /> <a href="image-2.jpg" rel="lightbox[roadtrip][caption 2]">image #2</a><br /> <a href="image-3.jpg" rel="lightbox[roadtrip][caption 3]">image #3</a><br /> </code>default
<code><a href="image-1.jpg" rel="lightshow[show1]">image #1</a><br /> <a href="image-2.jpg" rel="lightshow[show1]">image #2</a><br /> <a href="image-3.jpg" rel="lightshow[show1]">image #3</a><br /> </code>default
<code><a href="image-1.jpg" rel='lightbox[][<a href="http://www.yourlink.com">View Image Details</a>]' >image #1</a></code>default
<code><a href="image-1.jpg" rel='lightshow[show1][<a href="http://www.yourlink.com">View Image Details</a>]'>image #1</a></code>default
<code><a href="http://video.google.com/videoplay?docid=1811233136844420765" rel="lightvideo">Google video example - default size</a></code>default
<code><a href="http://video.google.com/videoplay?docid=1811233136844420765" rel="lightvideo[group|width:400px; height:300px;][caption]">Google video example - custom size</a></code>default
<code><a href="http://www.google.com" rel="lightframe">Search google</a></code>default
<code><a href="http://www.google.com" rel="lightframe[search][caption]">Search google</a><br /><a href="http://www.yahoo.com" rel="lightframe[search]">Search yahoo</a></code>default
<code><a href="http://www.google.com" rel="lightframe[search|width:400px; height:300px; scrolling: auto;]">Search google</a><br /><a href="http://www.yahoo.com" rel="lightframe[search|width:400px; height:300px;]">Search yahoo</a></code>default
<code><a href="http://www.google.com" rel="lightframe[|width:400px; height:300px; scrolling: auto;][caption]">Search google</a></code>default
<code><a href="search.php" rel="lightmodal">Search</a></code>default
<code><a href="search.php" rel="lightmodal[search][caption 1]">Search</a><br /><a href="search.php?status=1" rel="lightmodal[search]">Search published</a></code>default
<code><a href="search.php" rel="lightmodal[search|width:400px; height:300px; scrolling: auto;]">Search</a><br /><a href="search.php?status=1" rel="lightmodal[search|width:400px; height:300px;]">Search published</a></code>default
<code><a href="search.php" rel="lightmodal[|width:400px; height:300px; scrolling: auto;][caption]">Search</a></code>default
<p>You may surround a section of text with "[collapse]" and "[/collapse]" to it into a collapsible section.</p><p>You may use "[collapse]" tags within other "[collapse]" tags for nested collapsing sections.</p><p>If you start with "[collapsed]" or "[collapse collapsed]", the section will default to a collapsed state.</p><p>You may specify a title for the section in two ways. You may add a "title=" parameter to the opening tag, such as "[collapse title=<your title here>]". In this case, you should surround the title with double-quotes. If you need to include double-quotes in the title, use the html entity "&quot;". For example: '[collapse title="&quot;Once upon a time&quot;"]'. If a title is not specified in the "[collapse]" tag, the title will be taken from the first heading found inside the section. A heading is specified using the "<hX>" html tag, where X is a number from 1-6. The heading will be removed from the section in order to prevent duplication. If a title is not found using these two methods, a default title will be supplied.</p><p>For advanced uses, you may also add a "class=" option to specify CSS classes to be added to the section. The CSS classes should be surrounded by double-quotes, and separated by spaces; e.g. '[collapse class="class1 class2"]'.</p><p>You may combine these options in (almost) any order. The "collapsed" option should always come first; things will break if it comes after "title=" or "class=". If you need to have it come after the other options, you must specify it as 'collapsed="collapsed"'; e.g. '[collapse title="foo" collapsed="collapsed"]'.</p><p>If you wish to put the string "[collapse" into the document, you will need to prefix it with a backslash ("\"). The first backslash before any instance of "[collapse" or "[/collapse" will be removed, all others will remain. Thus, if you want to display "[collapse stuff here", you should enter "\[collapse stuff here". If you wish to display "\[collapse other stuff", you will need to put in "\\[collapse other stuff". If you prefix three backslashes, two will be displayed, etc.</p><p>If you prefer, you can use angle brackets ("<>") instead of straight brackets ("[]"). This module will find any instance of "<collapse" and change it to "[collapse" (also fixing the end of the tags and the closing tags).</p><p>This module supports some historical variants of the tag as well. The following are <strong>not</strong> recommended for any new text, but are left in place so that old uses still work. The "class=" option used to called "style=", and "style=" will be changed into "class=". If you don't put a double-quote immediately after "class=", everything up to the end of the tag or the string "title=" will be interpreted as the class string. Similarly, if you don't have a double-quote immediately following "title=", everything up to the end of the tag will be used as the title. Note that in this format, "style=" <em>must</em> precede "title=".</p>default
<p>You may surround a section of text with "[collapse]" and "[/collapse]" to it into a collapsible section.</p><p>You may use "[collapse]" tags within other "[collapse]" tags for nested collapsing sections.</p><p>If you start with "[collapsed]" or "[collapse collapsed]", the section will default to a collapsed state.</p><p>You may specify a title for the section in two ways. You may add a "title=" parameter to the opening tag, such as "[collapse title=<your title here>]". In this case, you should surround the title with double-quotes. If you need to include double-quotes in the title, use the html entity "&quot;". For example: '[collapse title="&quot;Once upon a time&quot;"]'. If a title is not specified in the "[collapse]" tag, the title will be taken from the first heading found inside the section. A heading is specified using the "<hX>" html tag, where X is a number from 1-6. The heading will be removed from the section in order to prevent duplication. If a title is not found using these two methods, a default title will be supplied.</p><p>For advanced uses, you may also add a "class=" option to specify CSS classes to be added to the section. The CSS classes should be surrounded by double-quotes, and separated by spaces; e.g. '[collapse class="class1 class2"]'.</p><p>You may combine these options in (almost) any order. The "collapsed" option should always come first; things will break if it comes after "title=" or "style=". If you need to have it come after the other options, you must specify it as 'collapsed="collapsed"'; e.g. '[collapse title="foo" collapsed="collapsed"]'.</p><p>If you wish to put the string "[collapse" into the document, you will need to prefix it with a backslash ("\"). The first backslash before any instance of "[collapse" or "[/collapse" will be removed, all others will remain. Thus, if you want to display "[collapse stuff here", you should enter "\[collapse stuff here". If you wish to display "\[collapse other stuff", you will need to put in "\\[collapse other stuff". If you prefix three backslashes, two will be displayed, etc.</p><p>If you prefer, you can use angle brackets ("<>") instead of straight brackets ("[]"). This module will find any instance of "<collapse" and change it to "[collapse" (also fixing the end of the tags and the closing tags).</p><p>This module supports some historical varients of the tag as well. The following are <strong>not</strong> recommended for any new text, but are left in place so that old uses still work. The "class=" option used to called "style=", and "style=" will be changed into "class=". If you don't put a double-quote immediately after "class=", everything up to the end of the tag or the string "title=" will be interpreted as the class string. Similarly, if you don't have a double-quote immediately following "title=", everything up to the end of the tag will be used as the title. Note that in this format, "style=" <em>must</em> preceed "title=".</p>default
<sub>Sub</sub>scripted<sub>Sub</sub>índicedefault
<sup>Super</sup>scripted<sup>Super</sup>índicedefault
=default
@count guests@count invitadosdefault
@count hours@count horasdefault
@count min@count minsdefault
@count users@count usuariosdefault
A survey where a variety of measurements and formulas are used to size the votes before they're counted.default
AHAH callback to display action form on VBO action page.default
AJAX callback to store selection when using Views pager.default
ANDdefault
AbbreviationAbreviaturadefault
About <i>%1</i>Acerca <i>%1</i>default
About Author (Side Block)Acerca del Autor (Bloque lateral)default
Abstractdefault
Access will be granted to users with any of the specified roles.Acceso será otorgado a usuarios con cualquiera de los roles especificados.default
Access will be granted to users with the specified permission string.Acceso será otorgado a usuarios con la cadena de permisos especificados.default
Acerca <i>%1</i>views
AcronymAcrónimodefault
Additionally, these HTML elements will not be scanned: %blocked.Adicionalmete, estos elementos HTML no serán revisados: %blocked. default
After a user account has been createdDespués de crear una cuenta de usuariodefault
After a user has been deletedDespués de que se haya borrado un usuariodefault
After a user has logged inDespués de que se haya conectado un usuariodefault
After a user has logged outDespués de que se haya desconectado un usuariodefault
After a user's profile has been updatedDespués de que un perfil de usuario ha sido actualizadodefault
After deleting a commentDespués de borrar un comentariodefault
After deleting a postTras borrar un envíodefault
After deleting a termLuego de borrar un términodefault
After saving a new commentDespués de guardar un comentario nuevodefault
After saving a new postTras guardar un nuevo envíodefault
After saving a new term to the databaseLuego de grabar un nuevo término a la base de datosdefault
After saving an updated commentDespués de guardar un comentario actualizadodefault
After saving an updated postDepués de guardar una entrada actualizadadefault
After saving an updated term to the databaseLuego de grabar un término actualizado a la base de datosdefault
Aggregator itemElemento a agregardefault
Ajax callback for view loading.Llamada Ajax para carga de vistadefault
AllTodosdefault
Allowed HTML tags: @tagsEtiquetas HTML permitidas: @tagsdefault
AmpersandAmpersanddefault
Anchors are used to make links to other pages.Las anclas se usan para hacer enlaces a otras páginas.default
Appendixesmenu
ArgumentArgumentodefault
ArgumentsArgumentosdefault
AttachmentAdjuntodefault
Attachments added to other displays to achieve multiple views in the same view.Adjuntois añadidos a otras vistas para ejecutar multiples vistas en la misma vista.default
Autocomplete taxonomyTaxonomía autocompletadadefault
Banner 1default
Banner 2default
Banner 3default
Banner 4default
Banner 5default
Banner 6default
Basic example:default
Bing Webmaster Center verification codedefault
BiographyBiografíadefault
Biography: Biographydefault
BlockBloquedefault
Block quotedBloque de citadefault
Blog Entriesmenu
BoldedNegritadefault
Book Pagesmenu
Bottom 1default
Bottom 2default
Bottom 3default
Broken handler @table.@fielddefault
Broken handler profile_values_profile_Display_Biography.valuedefault
Broken handler profile_values_profile_Display_Personal_Information.valuedefault
Broken handler profile_values_profile_Display_Professional_Information.valuedefault
Bulk OperationsOperaciones masivasdefault
By default line break tags are automatically added, so use this tag to add additional ones. Use of this tag is different because it is not used with an open/close pair like all the others. Use the extra " /" inside the tag to maintain XHTML 1.0 compatibilityDe forma predefinida, las etiquetas de saltos de líneas se añaden automáticamente, aunque puede usar esta etiqueta para añadir algunos saltos adicionales. Usar esta etiqueta es diferente, porque no se usa con un par de apertura y cierre como las demás. Use el « /» extra en la etiqueta para mantener la compatibilidad con XHTML 1.0.default
By default paragraph tags are automatically added, so use this tag to add additional ones.De forma predefinida, las etiquetas de párrafo se añaden automáticamente, aunque puede añadir etiquetas adicionales.default
CAPTCHAdefault
Cameroonmenu
Canonical URLdefault
Character DescriptionDescripción del carácterdefault
Choicesmenu
CitedCitadodefault
CodedCodificadodefault
Coded text used to show programming source codeTexto codificado que se usa para mostrar código fuente de programacióndefault
Collapse textdefault
Colombiamenu
CommentComentariodefault
CompanyCompañíadefault
Company WebsiteSitio web de la Compañíadefault
Compose tipsConsejosdefault
ContactContactodefault
Contact Usmenu
Contains rows in contexts.default
ContentContenidodefault
Content panedefault
Content_Wizard?tid=!namedefault
Content_Wizard?tid=Africadefault
Content_Wizard?tid=Ancient Greecedefault
Content_Wizard?tid=CEOdefault
Content_Wizard?tid=Cameroondefault
Content_Wizard?tid=Canadadefault
Content_Wizard?tid=Democratic Empowerment Partydefault
Content_Wizard?tid=Fair Choice Partydefault
Content_Wizard?tid=Fair System Partydefault
Content_Wizard?tid=Internally Displaced Peopledefault
Content_Wizard?tid=Iraqdefault
Content_Wizard?tid=Julius Awafongdefault
Content_Wizard?tid=Pakistandefault
Content_Wizard?tid=Roman Empiredefault
Content_Wizard?tid=Steve Glickmandefault
Content_Wizard?tid=Vancouverdefault
Content_Wizard?tid=abusedefault
Content_Wizard?tid=academiadefault
Content_Wizard?tid=alienationdefault
Content_Wizard?tid=ancestordefault
Content_Wizard?tid=apathydefault
Content_Wizard?tid=balancedefault
Content_Wizard?tid=brutalitydefault
Content_Wizard?tid=builddefault
Content_Wizard?tid=capital flightdefault
Content_Wizard?tid=capitalismdefault
Content_Wizard?tid=castedefault
Content_Wizard?tid=childdefault
Content_Wizard?tid=citizendefault
Content_Wizard?tid=civilizationdefault
Content_Wizard?tid=classdefault
Content_Wizard?tid=communismdefault
Content_Wizard?tid=computerdefault
Content_Wizard?tid=conservativedefault
Content_Wizard?tid=consumptiondefault
Content_Wizard?tid=convictiondefault
Content_Wizard?tid=cooperationdefault
Content_Wizard?tid=culturaldefault
Content_Wizard?tid=decaydefault
Content_Wizard?tid=democracydefault
Content_Wizard?tid=dictatorsdefault
Content_Wizard?tid=dissatisfactiondefault
Content_Wizard?tid=distributiondefault
Content_Wizard?tid=dominationdefault
Content_Wizard?tid=economicaldefault
Content_Wizard?tid=economydefault
Content_Wizard?tid=eldersdefault
Content_Wizard?tid=electionsdefault
Content_Wizard?tid=employeedefault
Content_Wizard?tid=empowermentdefault
Content_Wizard?tid=environmentdefault
Content_Wizard?tid=equaldefault
Content_Wizard?tid=evolutiondefault
Content_Wizard?tid=exceptionsdefault
Content_Wizard?tid=existentialismdefault
Content_Wizard?tid=extortiondefault
Content_Wizard?tid=feardefault
Content_Wizard?tid=financialdefault
Content_Wizard?tid=fooddefault
Content_Wizard?tid=freedomdefault
Content_Wizard?tid=frustrationdefault
Content_Wizard?tid=globalizationdefault
Content_Wizard?tid=governmentdefault
Content_Wizard?tid=greeddefault
Content_Wizard?tid=harmonydefault
Content_Wizard?tid=healthdefault
Content_Wizard?tid=historical recorddefault
Content_Wizard?tid=homelessdefault
Content_Wizard?tid=human naturedefault
Content_Wizard?tid=human resourcesdefault
Content_Wizard?tid=humiliationdefault
Content_Wizard?tid=hypocrisydefault
Content_Wizard?tid=ideologydefault
Content_Wizard?tid=imbalancedefault
Content_Wizard?tid=industrial agedefault
Content_Wizard?tid=inefficiencydefault
Content_Wizard?tid=inequaltiydefault
Content_Wizard?tid=inflationdefault
Content_Wizard?tid=information agedefault
Content_Wizard?tid=internalizingdefault
Content_Wizard?tid=investordefault
Content_Wizard?tid=lawdefault
Content_Wizard?tid=leaderdefault
Content_Wizard?tid=mandatedefault
Content_Wizard?tid=marketdefault
Content_Wizard?tid=massesdefault
Content_Wizard?tid=mediadefault
Content_Wizard?tid=mercydefault
Content_Wizard?tid=middle classdefault
Content_Wizard?tid=mismanagementdefault
Content_Wizard?tid=moderationdefault
Content_Wizard?tid=modestydefault
Content_Wizard?tid=monarchydefault
Content_Wizard?tid=nationalismdefault
Content_Wizard?tid=opportunitydefault
Content_Wizard?tid=optimismdefault
Content_Wizard?tid=patronagedefault
Content_Wizard?tid=personalitiesdefault
Content_Wizard?tid=petroleum agedefault
Content_Wizard?tid=polaritydefault
Content_Wizard?tid=politicaldefault
Content_Wizard?tid=political partydefault
Content_Wizard?tid=politiciandefault
Content_Wizard?tid=pollutiondefault
Content_Wizard?tid=poordefault
Content_Wizard?tid=povertydefault
Content_Wizard?tid=powerdefault
Content_Wizard?tid=privacydefault
Content_Wizard?tid=productiondefault
Content_Wizard?tid=progressdefault
Content_Wizard?tid=reasoningdefault
Content_Wizard?tid=reformdefault
Content_Wizard?tid=refugeedefault
Content_Wizard?tid=regulationdefault
Content_Wizard?tid=religiondefault
Content_Wizard?tid=republicdefault
Content_Wizard?tid=respectdefault
Content_Wizard?tid=revolutiondefault
Content_Wizard?tid=rewarddefault
Content_Wizard?tid=ruling elitedefault
Content_Wizard?tid=sacrificedefault
Content_Wizard?tid=satisfactiondefault
Content_Wizard?tid=smugnessdefault
Content_Wizard?tid=socialdefault
Content_Wizard?tid=studentdefault
Content_Wizard?tid=taxdefault
Content_Wizard?tid=teamdefault
Content_Wizard?tid=terroristdefault
Content_Wizard?tid=transparencydefault
Content_Wizard?tid=tyrannydefault
Content_Wizard?tid=unemployeddefault
Content_Wizard?tid=utopiadefault
Content_Wizard?tid=valuesdefault
Content_Wizard?tid=vicesdefault
Content_Wizard?tid=votedefault
Content_Wizard?tid=voterdefault
Content_Wizard?tid=voting systemsdefault
Content_Wizard?tid=wealthdefault
Content_Wizard?tid=working classdefault
Contextdefault
Controlling iframe property example:default
Controlling iframe property when grouped example:default
Controlling lightbox size example:default
Controlling modal property example:default
Controlling modal property when grouped example:default
Copyrightdefault
CountryPaísdefault
Create a new user account.Crea una cuenta de usuario nueva.default
Create and referenceCrear y referenciardefault
Create new accountCrear cuenta nuevadefault
Creates back/next navigation.Crea navegación previa/próximadefault
Cuerpodefault
Custom filter #!fid (%fname)default
Date back/next navigation to attach to other displays. Requires the Date argument.Navegación de fecha previa/próxima para anexarlo a otrros vistas. Requiere el argumento Fecha.default
Date browserFecha del navegadordefault
Date browser styleEstilo de Fecha del navegadordefault
Deactivatedmenu
Default settings for this view.Configuración por defecto para esta vistadefault
DefaultsDefectosdefault
Definition lists are similar to other HTML lists. <dl> begins the definition list, <dt> begins the definition term and <dd> begins the definition description.Las listas de definiciones son similares a otras listas HTML. <dl> da comienzo a la lista de definiciones, <dt> da comienzo a cada término definido y <dd> da comienzo a la descripción de la definición.default
DeletedEliminadodefault
DepartmentDepartamentodefault
DescriptionDescripcióndefault
Disable Lightbox iframe filterdefault
DisabledDesactivadomenu
Display all valuesMostrar todos los valoresdefault
Display empty textMostrar texto vacíodefault
Display the aggregator item using the data from the original source.Muestra el elemento agregado usando los datos de la fuente original.default
Display the comment as RSS.Mostrar el comentario como una fuente RSSdefault
Display the comment with standard comment view.Mostrar el comentario con la vista estándar para comentariosdefault
Display the node with standard node view.Muestra el nodo con la vista estándar para nodosdefault
Display the view as a block.Mostrar la vista como un bloque.default
Display the view as a feed, such as an RSS feed.Mostrar la vista como una fuente, ejemplo una fuente RSS.default
Display the view as a page, with a URL and menu links.Mostrar la vista como una página, con el URL y menús.default
Displays results in a browser spreadsheet.default
Displays rows as an HTML list.Mostrar filas como una lista HTML.default
Displays rows in a grid.Mostrar filas en rejilladefault
Displays rows in a table.Mostrar filas en una tabla.default
Displays rows one after another.Mostrar columnas una después de otra.default
Displays rows with checkmarks for bulk actions.default
Displays the default summary as a list.Muesta el resumen predeterminado como una lista.default
Displays the fields in a panel rather than using a template.default
Displays the fields with an optional template.Mostrar los campos con una plantilla opcionaldefault
Displays the summary unformatted, with option for one after another or inline.Mostrar el resumen sin formato, con opciones una después de la otra o alineado internamentedefault
Download the view as a spreadsheet file.default
DrupalDrupaldefault
Dublin Core contributordefault
Dublin Core creatordefault
Dublin Core datedefault
Dublin Core descriptiondefault
Dublin Core publisherdefault
Dublin Core titledefault
Día de publicacióndefault
Edit commentEditar Comentariodefault
Editar enlacedefault
EmphasizedEnfatizadodefault
Enclose sections of text in [collapse] and [/collapse] to turn them into collapsible sections. If you use [collapse collapsed] and [/collapse], the section will start out collapsed. You may specify a title with [collapse title=some title] (or [collapse collapsed title=some title]). If no title is specified, the title will be taken from the first header (<h1>, <h2>, <h3>, ...) found. In the absence of a header, a default title is used.default
Englishmenu
Enter the characters shown in the image.default
Enter the terms you wish to search for.Introduzca los términos que quiera buscar.default
Fecha de creacióndefault
FeedFuentesdefault
Feed aggregatorAgregar Fuentes RSSdefault
FieldCampodefault
FieldsCamposdefault
File browserManejador de archivosdefault
File downloadBajar Archivodefault
FilterFiltrardefault
Filter XSSdefault
FiltersFiltrosdefault
First definitionPrimera definicióndefault
First itemPrimer elementodefault
First termPrimer términodefault
Fixed entryEntrada fijadefault
For every page request Drupal steps through this Theme Switching Rule Chain until an activated rule matches or it reaches the end. If a rule matches, the theme associated with this rule will be applied to render the requested page.default
Formulasmenu
Generates an RSS feed from a view.Generar una Fuente RSS a partir de una vistadefault
GlossaryGlosariodefault
Glossary filterFiltrar Glosariodefault
Go to first pageIr a la primera páginadefault
Go to last pageIr a la última páginadefault
Go to next pageIr a página siguientedefault
Go to page @numberIr a la página @numberdefault
Go to previous pageIr a página anteriordefault
Google Webmaster Tools verification codedefault
Greater thanMayor quedefault
GridRejilladefault
Grouped example:default
HTML ListListado HTMLdefault
HTML correctorCorrector HTMLdefault
HTML filterFiltro HTMLdefault
HeaderEncabezadodefault
Hide view / Page not found (404)Ocultar vista / Página no encontrada (404)default
Highlights table rows based on simple PHP code.default
HomeIniciodefault
ICRA labelsdefault
If you have a set of related images that you would like to group, then you will need to include a group name between square brackets in the rel attribute. For example:default
If you wish to turn the caption into a link, format your caption in the following way:default
Image CAPTCHAImagen de seguridaddefault
InsertedInsertadodefault
Invite a Friend to Joinmenu
Invite a friendInvitar un amigodefault
Is available as content for a panel or dashboard display.default
Is empty (NULL)Esta vacío (NULL)default
Is not empty (NOT NULL)default
Is not one ofNo es uno dedefault
Is one ofEs uno dedefault
It's possible to show HTML snippets in the lightbox, that is on the same domain. In this case the "rel" attribute should be set to "lightmodal". Again it's possible to group the content, (e.g. <code>lightmodal[group][caption]</code>) but in addition to that, it's possible to control some of the modal properties. It's possible to set the "width", "height" and "scrolling" properties of the modal. The properties are separated from the group name by a <code>|</code>, for example <code>lightmodal[group|width:100px;][caption]</code>. If no grouping is being used, then the <code>|</code> is still used and the format would be <code>lightmodal[|width:100px;]</code>. The properties should all be of the format "property: value;" - note the closing semi-colon. If no modal properties are set, then the default width and height of 400px will be used. See below for more detailed examples.default
It's possible to show video content in the lightbox. In this case the "rel" attribute should be set to <code>lightvideo</code>. It's possible to group videos and to control the size of the lightbox by setting the "width" and "height" properties. The properties can be configured like <code>lightvideo[group|width:300px; height: 200px;][caption]</code>. The properties should all be of the format "property: value;" - note the closing semi-colon. If no properties are set, then the default width and height of 400px will be used. See below for more detailed examples.default
It's possible to show webpage content in the lightbox, using iframes. In this case the "rel" attribute should be set to "lightframe". Again it's possible to group the content, (e.g. <code>lightframe[search][caption]</code>) but in addition to that, it's possible to control some of the iframe properties. It's possible to set the "width", "height" and "scrolling" properties of the iframe. The properties are separated from the group name by a <code>|</code>, for example <code>lightframe[search|width:100px;][caption]</code>. If no grouping is being used, then the <code>|</code> is still used and the format would be <code>lightframe[|width:100px;]</code>. The properties should all be of the format "property: value;" - note the closing semi-colon. If no iframe properties are set, then the default width and height of 400px will be used. See below for more detailed examples.default
ItalicizedCursivadefault
JoinedUnidodefault
Julius Awafong Teneng - Presidentmenu
Jump menudefault
KeywordsPalabras clavedefault
LanguagesIdiomasdefault
Last accessÚltimo accesodefault
Latest commentsdefault
Latest commentsviews
Left sidebarBarra Lateral Izquierdadefault
Left vertical menudefault
Less thanMenor quedefault
Lightbox G2 filterdefault
Lightbox filterdefault
Lightbox iframe filterdefault
Lightbox modal filterdefault
Lightbox slideshow filterdefault
Lightbox video filterdefault
Line break converterConversor de saltos de líneasdefault
Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.Las líneas y los párrafos se reconocen automáticamente. Las etiquetas <br /> para el salto de línea y <p> y </p> para abrir y cerrar el párrafo se insertan automáticamente. Si los párrafos no se reconocen, simplemente añada unas cuantas líneas vacías.default
ListListadefault
LocationUbicacióndefault
Log inIniciar sesióndefault
LoginIngresardefault
Makes the view results available as a context for use in Panels and other applications.default
MeasurementsMedicionesmenu
MenuMenúdefault
No caching of Views data.default
NodeNododefault
Node ID from URLID del nodo a partir del URLdefault
Node title autocompletedefault
Nododefault
Nombredefault
NoneNingunodefault
Normaldefault
NumericNúmericodefault
ORdefault
OptionsOpcionesdefault
Ordered list - use the <li> to begin each list itemLista ordenada: utilice <li> para comenzar cada elemento de la listadefault
Overriddendefault
PHP CodeCódigo PHPdefault
PHP evaluatorEvaluador de PHPdefault
PICS labelsdefault
PagePáginadefault
Panel fieldsdefault
Paragraph one.Párrafo uno.default
Paragraph two.Párrafo dos.default
PasswordContraseñadefault
PermissionPermisodefault
Personal Information: Citydefault
Personal Information: Countrydefault
Personal Information: First Name(s)default
Personal Information: Last Name(s)default
Personal Information: Middle Name(s)default
Personal Information: Regiondefault
Personal Information: Website #1default
Personal Information: Website #2default
Personal Information: Website #3default
PreformattedPreformateadodefault
ProfessionProfesióndefault
Professional Information: Companydefault
Professional Information: Company Websitedefault
Professional Information: Departmentdefault
Professional Information: Professiondefault
ProfilePerfildefault
Provide default argumentProporciona argumento por defectodefault
Puts all of the results into a select box and allows the user to go to a different page based upon the results.default
QuestionsPreguntasmenu
Quotation markComillasdefault
Quoted inlineCitado en líneadefault
RSS FeedFuente RSSdefault
Recent postsEntradas Recientesdefault
Recommend @site-name to:Recomendar @site-name a :default
RegionRegióndefault
RelationshipRelacionesdefault
RelationshipsRelacionesdefault
Render the view as a raw SocialCalc spreadsheet.default
Request new passwordSolicitar nueva contraseñadefault
Request new password via e-mail.Solicita una contraseña nueva por correo electrónico.default
Revisit afterdefault
Right sidebarBarra Lateral Derechadefault
Right vertical menudefault
Robotsdefault
RoleRoldefault
Save stringGrabar la cadenadefault
SearchBuscardefault
Search and referenceBuscar y referenciardefault
Search this siteBuscar en este sitiodefault
Second definitionSegunda definicióndefault
Second itemSegundo elementodefault
Second termSegundo términodefault
Send inviteEnviar invitacióndefault
Shoutsmenu
Simple time-based caching of data.default
Sitemap indexdefault
SocialCalc formatdefault
Sort criteriaCriterio de Ordendefault
Sort criterionCriterio de ordendefault
Spanishmenu
Spreadsheetdefault
Spreadsheet filedefault
Steve Glickman, Founder and Presidentmenu
Storiesmenu
StrongFuertedefault
SubscriptedSubíndicedefault
SubtitleSubtítulodefault
Subtitle fiveSubtítulo cincodefault
Subtitle fourSubtítulo cuatrodefault
Subtitle sixSubtítulo seisdefault
Subtitle threeSubtítulo tresdefault
Summary, sorted ascendingResumen, orden ascendentedefault
Summary, sorted descendingResumen, orden descendentedefault
SuperscriptedSuperíndicedefault
Supported video formats include asx, wmv, mov and swf. A number of online video providers are also supported, including YouTube and Google Video. For a full list of the current supported video providers please see the documentation on drupal.org.default
Systemsmenu
TableTabladefault
Table Highlighterdefault
Table cellCelda de tabladefault
Table headerEncabezado de tabladefault
Tag DescriptionDescripción de la etiquetadefault
Taxonomy Term ID from URLdefault
Taxonomy termTérminos de taxonomíadefault
TeamEquiposdefault
Team (Menu)Equipo (Menú)default
Text with <br />line breakTexto con <br />salto de líneadefault
The Glossary module will automatically mark terms that have been defined in the glossary vocabulary with links to their descriptions. These marks depend on the settings and may be a superscript character or an icon, or the term may be turned into an acronym, cite, or abbreviation. If there are certain phrases or sections of text that should be excluded from glossary marking and linking, use the special markup, [no-glossary] ... [/no-glossary].El módulo de Glosario automaticamente marcará términos que han sido definidos en el glosario del vocabulario con enlaces a su descripción. Las marcas dependen en los ajustes y puede ser un carácter super escrito o un ícono, o el término puede cambiar a un acrónimo, cita, o abreviación. Si hay ciertas frases o secciones de texto que deben ser excluidas del glosario, utilice la etiqueta especial, [no-glossary] ... [/no-glossary].default
The title attribute in the link tag is optional. The addition of this attribute enables the display of a caption with the image displayed in the lightbox.default
There are currently %members and %visitors online.En este momento hay %members y %visitors en línea.default
There are no limits to the number of image sets per page or how many images are allowed in each set.default
There are no limits to the number of slideshow image sets per page or how many images are allowed in each slideshow.default
This field is required.Este campo es obligatorio.default
This question is for testing whether you are a human visitor and to prevent automated spam submissions.Esta pregunta es para probar si usted es un visitante real para prevenir el envío de spam.default
Tiene nuevo contenidodefault
Time-baseddefault
TitleTítulodefault
To add a lightbox slideshow to your images, add rel="lightshow[slideshowname][slide caption]" attribute to any link tag to activate the slideshow. For example:default
To add a lightbox to your images, add rel="lightbox" attribute to any link tag to activate the lightbox. For example:default
To show a caption either use the title attribute or put in the second set of square brackets of the rel attribute.default
Todosdefault
Top 1default
Top 2default
Top 3default
Triggers are system events, such as when new content is added or when a user logs in. Trigger module combines these triggers with actions (functional tasks), such as unpublishing content or e-mailing an administrator. The <a href="@url">Actions settings page</a> contains a list of existing actions and provides the ability to create and configure additional actions.Disparadores (Triggers) son eventos del sistema, tales como cuándo un nuevo contenido es añadido o cuándo ingresa un usuario. Los módulos Trigger combinan a los disparadores con acciones (tareas funcionales), tales como remover contenido o enviar un correo al administrado. La página de <a href="@url">Cofiguración de Acciones</a> contiene una lista de las acciones existentes y proporciona la habilidad de crear y configurar acciones adicionales.default
TrueVerdaderodefault
Títulodefault
URL filterFiltro de URLdefault
UnderlinedSubrayadodefault
UnformattedSin Formatodefault
Unordered list - use the <li> to begin each list itemLista desordenada: use <li> para comenzar cada elemento de la listadefault
UserUsuariodefault
User 1default
User 2default
User 3default
User 4default
User ID from URLID del usuario a partir del URLdefault
User ID from logged in userID del usuario ingresadodefault
User Profile (Content Block)Perfil de Usuario (Bloque de contenido)default
User accountCuenta de Usuariodefault
User autocompleteUsuario Autocompletadodefault
User listLista de usuariosdefault
User loginInicio de sesióndefault
User timezoneZona horaria del Usuariodefault
UsernameNombre de usuariodefault
Userreference autocompleteAuto completado de referencia de usuariodefault
UsersUsuariosdefault
Usersmenu
VBO action formdefault
VBO pager handlerdefault
View user profile.Ver perfil de usuario.default
View your invitesVer tus invitacionesdefault
ViewsVistasdefault
Vote Sized Surveysmenu
Web page addresses and e-mail addresses turn into links automatically.Las direcciones de las páginas web y las de correo se convierten en enlaces automáticamente.default
Website #1Sitio web #1default
Website #2Sitio web #2default
Website #3Sitio web #3default
What code is in the image?Qué código se muestra en la imagen?default
When a comment is being viewed by an authenticated userCuando un comentario esta siendo visualizado por un usuario autentificadodefault
When a user's profile is being viewedCuando se esté viendo un perfil de usuariodefault
When content is viewed by an authenticated userCuando el contenido sea visto por usuario registradodefault
When cron runsCuándo se ejecuta del crondefault
When either saving a new post or updating an existing postAl guardar un envío nuevo o al actualizar uno ya existentedefault
Who are we?menu
Who's New (Side Block)Quién es nuevo (Bloque lateral)default
Who's newNuevosdefault
Who's onlineEn líneadefault
Will be available to all users.Estará disponible para todos los usuarios.default
XSS FilterFiltro XSSdefault
XSS Filter.Filtro XSS.default
Xilena Ibarra - General Managermenu
Yahoo! Site Explorer verification codedefault
You GetObtienedefault
You TypeTecleadefault
activemenuMenu Activodefault
activemenu bookMenu Activo para Librodefault
ajax formdefault
ajax submitdefault
ajax viewdefault
anonymous userusuario anónimodefault
argumentsargumentosdefault
authenticated userusuario autenticadodefault
comments_recent (Side Block)default
emptyvacíodefault
fieldcampodefault
fieldslos camposdefault
filterfiltrodefault
filtersfiltrosdefault
indefault
input formatsformatos de entradadefault
last »última »default
moremásdefault
next ›siguiente ›default
not emptyno esta vacíodefault
not indefault
press !x to closepresione !x para cerrardefault
relationshipsrelacionesdefault
sort criteria
criterios de ordenacióndefault
sort criterioncriterio de ordendefault
« first« primeradefault
Último accesodefault
‹ previous‹ anteriordefault