Skip to main content
backdrop
Translations
Welcome!
Login
Create account
Menu
Toggle menu visibility
Home
Downloads
Languages
Translate to Finnish
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
Muokkaa ja luo osoitealiaksia
by Multiple Contributors
on Sat, 12/28/2019 - 02:21
#
The alias is already in use.
Show related projects
Alias on jo käytössä.
by Multiple Contributors
on Sat, 12/28/2019 - 02:21
#
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
Voit syöttää vaihtoehtoisen URLin, jolla tämän termin tavoittaa. Käytä suhteellista polkua, äläkä lisää loppuun '/' merkkiä tai osoitealias ei toimi.
by Multiple Contributors
on Sat, 12/28/2019 - 02:21
#
Enabling execution of PHP in text fields
Show related projects
PHP:n käyttö tekstikentissä
by Multiple Contributors
on Sat, 12/28/2019 - 02:21
#
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
PHP filter -moduuli sallii tarvittavin käyttöoikeuksin varustettujen käyttäjien syöttää PHP-koodia, joka suoritetaan sivua käsiteltäessä. Vaikka tämä ominaisuus onkin tehokas ja joustava ominaisuus, se on samalla myös huomattava tietoturvariski varomattomien käyttäjien käytössä. Jopa luotettu käyttäjä saattaa epähuomiossa vaarantaa sivuston tietoturvan syöttämällä virheellistä PHP-koodia. Vain kaikkein luotetuimpien käyttäjien tulisi pystyä lisäämään PHP-koodia ja kaikki syötetty PHP-koodi tulisi huolellisesti tarkistaa ennen käyttöä. Löydät <a href="@php-snippets">esimerkkejä</a> PHP:n käytöstä Drupal.orgista.
by Multiple Contributors
on Sat, 12/28/2019 - 02:21
#
Use PHP for settings
Show related projects
Käytä PHP:ta asetuksissa
by Multiple Contributors
on Sat, 12/28/2019 - 02:21
#
<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>Lisää kustomoitu lohko sivustollesi nimellä "Tervetuloa". Aseta lohkon syöttömuodoksi "PHP koodi" (tai muu PHP syöttömuotoa tukeva suodatin) ja lisää seuraava koodi lohkon runkoon:</p> <pre>print t('Tervetuloa vieras! Kiitos käynnistäsi.'); </pre>
by Multiple Contributors
on Sat, 12/28/2019 - 02:21
#
<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>Jos haluat näyttää rekisteröityneen käyttäjän nimen, muuta lohkon rungon tekstiä seuraavasti:</p><pre>global $user; if($user->uid) { print t('Tervetuloa @name! Kiitos käynnistäsi.', array('@name' => format_username($user))); } else { print t('Tervetuloa vieras! Kiitos käynnistäsi.'); } </pre>
by Multiple Contributors
on Sat, 12/28/2019 - 02:21
#
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
PHP moduuli on poistettu käytöstä. Kaikki sisältö joka käytti PHP koodia on nyt näkyvissä kaikille käyttäjille selkokielisenä tekstinä. Tämä voi olla tietoturvariski mikäli se paljastaa sivuston kannalta arkaluonteista PHP koodissa käytettyä tietoa.
by Multiple Contributors
on Sat, 12/28/2019 - 02:21
#
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
Poll moduulia voidaan käyttää luomaan yksinkertaisia kyselyitä jotka näyttävät esimerkiksi äänimäärät eli kyselyn vaihtoehdoille. ÄÄnestys on hyvä tapa saada palautetta sivuston käyttäjiltä ja yhteisön jäseniltä. Lisätietoa Poll moduulista saat käsikirjan <a href="@poll">Poll moduulia käsittelevältä sivulta</a>.
by Multiple Contributors
on Sat, 12/28/2019 - 02:21
Pages
« first
‹ previous
…
335
336
337
338
339
340
341
342
343
…
next ›
last »
Leave this field blank