Skip to main content
backdrop
Translations
Welcome!
Login
Create account
Menu
Toggle menu visibility
Home
Downloads
Languages
Translate to Catalan
Primary tabs
Overview
Board
Translate
(active tab)
Export
Project
All
Backdrop CMS
Release
All
Context
All
No context
ampm
compression format
datetime
date_nav
Font weight
Long month name
Sort order
Status
<Any>
Untranslated
Translated
Is translation
<Any>
Has no suggestion
Has suggestion
Is suggestion
Submitted by
Contains
Exact term
String ID
Limit
5
10
20
30
50
Clear all filters
Leave this field blank
Pages
« first
‹ previous
…
335
336
337
338
339
340
341
342
343
…
next ›
last »
Source text
Translations
#
Create and edit URL aliases
Show related projects
Crea i edita els àlies URL
by Multiple Contributors
on Wed, 02/13/2019 - 04:06
#
The alias is already in use.
Show related projects
Ja s'està utilitzant l'àlies.
by Multiple Contributors
on Wed, 02/13/2019 - 04:06
#
Optionally specify an alternative URL by which this term can be accessed. Use a relative path and don't add a trailing slash or the URL alias won't work.
Show related projects
Opcionalment, especifiqueu una URL alternativa per la qual es pot accedir a aquest terme. Utilitzeu un camí relatiu i no afegiu la barra final o l'àlies URL no funcionarà.
by Multiple Contributors
on Wed, 02/13/2019 - 04:06
#
Enabling execution of PHP in text fields
Show related projects
Habilitació de l'execució de PHP en els camps de text
by Multiple Contributors
on Wed, 02/13/2019 - 04:06
#
The PHP filter module allows users with the proper permissions to include custom PHP code that will get executed when pages of your site are processed. While this is a powerful and flexible feature if used by a trusted user with PHP experience, it is a significant and dangerous security risk in the hands of a malicious or inexperienced user. Even a trusted user may accidentally compromise the site by entering malformed or incorrect PHP code. Only the most trusted users should be granted permission to use the PHP filter, and all PHP code added through the PHP filter should be carefully examined before use. <a href="@php-snippets">Example PHP snippets</a> can be found on Drupal.org.
Show related projects
El mòdul PHP filter permet als usuaris amb els permisos adequats incloure codi PHP personalitzat que s'executarà quan es processin les pàgines del vostre lloc. Tot i que aquesta és una opció potent i flexible si és utilitzada per un usuari de confiança amb experiència amb PHP, és un risc important de seguretat en mans d'un usuari maliciós o sense experiència. Fins i tot un usuari de confiança pot comprometre accidentalment el lloc pel fet d'introduir codi PHP incorrecte o malformat. Només els usuaris de més confiança haurien de tenir permisos per utilitzar el filtre PHP, i tot el codi afegit mitjançant el filtre PHP hauria d'examinar-se acuradament abans d'utilitzar-lo. Podeu trobar alguns <a href="@php-snippets">exemples de codi PHP</a> a Drupal.org.
by Multiple Contributors
on Wed, 02/13/2019 - 04:06
#
Use PHP for settings
Show related projects
Utilitza PHP per a la parametrització
by Multiple Contributors
on Wed, 02/13/2019 - 04:06
#
<p>Add a custom block to your site, named "Welcome" . With its text format set to "PHP code" (or another format supporting PHP input), add the following in the Block body:</p> <pre> print t('Welcome visitor! Thank you for visiting.'); </pre>
Show related projects
<p>Afegiu un bloc personalitzat al vostre lloc, anomenat "Benvingut/da". Establiu el seu format de text com a "PHP Code" (o cap altre format que suporti l'entrada de PHP), i afegiu el següent com a cos del bloc:</p> <pre> print t('Benvingut visitant! Gràcies per visitar-nos.'); </pre>
by Multiple Contributors
on Wed, 02/13/2019 - 04:06
#
<p>To display the name of a registered user, use this instead:</p> <pre> global $user; if ($user->uid) { print t('Welcome @name! Thank you for visiting.', array('@name' => format_username($user))); } else { print t('Welcome visitor! Thank you for visiting.'); } </pre>
Show related projects
<p>Per mostrar el nom d'un usuari registrat, utlitzeu el següent, en canvi:</p> <pre> global $user; if ($user->uid) { print t('Benvingut, @name! Gràcies per visitar-nos.', array('@name' => format_username($user))); } else { print t('Benvolgut visitant! Gràcies per visitar-nos.'); } </pre>
by Multiple Contributors
on Wed, 02/13/2019 - 04:06
#
The PHP module has been disabled. Any existing content that was using the PHP filter will now be visible in plain text. This might pose a security risk by exposing sensitive information, if any, used in the PHP code.
Show related projects
S'ha inhabilitat el mòdul PHP. Qualsevol contingut existent que utilitzava el filtre PHP ara serà visible com a text net. Això pot representar un risc de seguretat en exposar informació confidencial, si n'hi ha, utilitzada en el codi PHP.
by Multiple Contributors
on Wed, 02/13/2019 - 04:06
#
The Poll module can be used to create simple surveys or questionnaires that display cumulative results. A poll is a good way to receive feedback from site users and community members. For more information, see the online handbook entry for the <a href="@poll">Poll module</a>.
Show related projects
El mòdul Poll es pot utilitzar per crear enquestes o qüestionaris senzills que mostrin resultats acumulats. Una enquesta és una bona forma de rebre feedback dels usuaris del lloc i dels membres de la comunitat. Per a més informació, aneu a la secció del <a href="@poll">mòdul Poll</a> del manual en línia.
by Multiple Contributors
on Wed, 02/13/2019 - 04:06
Pages
« first
‹ previous
…
335
336
337
338
339
340
341
342
343
…
next ›
last »
Leave this field blank