Skip to main content
backdrop
Translations
Welcome!
Login
Create account
Menu
Toggle menu visibility
Home
Downloads
Languages
Translate to Persian
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
ایجاد و ویراش نامهای مستعار نشانی
by novid
on Fri, 07/05/2019 - 11:55
ایجاد و ویرایش اسامی مستعار URL ها
by Multiple Contributors
on Sat, 06/08/2019 - 13:59
#
The alias is already in use.
Show related projects
این نام مستعار در حال استفاده است.
by novid
on Fri, 07/05/2019 - 11:55
این مسیر مستعار قبلا استفاده شده.
by Multiple Contributors
on Sat, 06/08/2019 - 13:59
#
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
یک نشانی جایگزین که توسط آن این عبارت قابل دسترسی باشد تعریف کنید. از یک مسیر نسبی استفاده کرده و در انتهای نشانی اِسلَش قرار ندهید.
by novid
on Fri, 07/05/2019 - 11:55
به صورت دلخواه یک مسیر جایگرین که از طریق آن این عبارت قابل دسترسی خواهد بود تعیین کنید. از یک مسیر وابسته استفاده کنید. در انتها سلش نگذارید در غیر این صورت مسیر مستعار کار نخواهد کرد.
by Multiple Contributors
on Sat, 06/08/2019 - 13:59
#
Enabling execution of PHP in text fields
Show related projects
فعال کردن اجرای کدهای PHP در فیلدهای متنی
by Multiple Contributors
on Sat, 06/08/2019 - 13:59
#
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 به کاربرانی که مجوز استفاده از آن را دارند، اجازهی وارد کردن کد PHP سفارشی را میدهد که هنگام پردازش صفحهی سایت شما اجرا خواهد شد. درحالی که این قابلیت اگر توسط کاربران مورد اعتماد و با تجربهی کار با PHP استفاده شود ویژگی قدرتمند و انعطافپذیری خواهد بود، هنگام استفاده توسط کاربران بدخواه یا بیتجربه مشکل امنیتی خطرناک و بزرگی خواهد بود. حتی یک کاربر مورد اعتماد با وارد کردن کدهای اشتباه با بد میتواند سایت را ناخواسته به خطر بیاندازد. باید مجوز استفاده از فیلتر PHP را فقط به کاربرانی بدهید که حداکثر اعتماد به آنها را دارید، علاوه بر این، همهی کدهای PHP افزوده شده از طریق فیلتر PHP باید قبل از استفاده به دقت بررسی شوند. <a href="@php-snippets">قطعه کدهای نمونهی PHP</a> را میتوان در Drupal.org پیدا نمود.
by Multiple Contributors
on Sat, 06/08/2019 - 13:59
#
Use PHP for settings
Show related projects
استفاده از PHP برای تنظیمات
by Multiple Contributors
on Sat, 06/08/2019 - 13:59
#
<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>بلوک سفارشی به نام «خوشآمدید» اضافه میکند. با قالببندی متن «کد PHP» (یا قالببندی دیگری که از ورود PHP پشتیبانی میکند)، کد زیر را در بندهی بلوک وارد کنید:</p> <pre> print t('Welcome visitor! Thank you for visiting.'); </pre>
by Multiple Contributors
on Sat, 06/08/2019 - 13:59
#
<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>برای نمایش نام یک کاربر ثبتنام کرده، در عوض از این استفاده کنید:</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>
by Multiple Contributors
on Sat, 06/08/2019 - 13:59
#
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 غیرفعال شد. هر نوع محتوای موجودی که از فیلتر PHP استفاده میکرده به صورت متن عادی قابل مشاهده خواهد بود. این کار ممکن است با نمایش اطلاعات حساس، اگر در کد PHP استفاده شده باشند، یک ریسک امنیتی ایجاد کند.
by Multiple Contributors
on Sat, 06/08/2019 - 13:59
#
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
ماژول نظرسنجی میتواند برای ساخت نظرسنجیهای ساده یا پرسشنامههایی که دادههای آماری را نمایش میدهند استفاده شود. نظرسنجی راه خوبی برای دریافت بازخورد از کاربران سایت و اعضای جامعه کاربری است. برای اطلاعات بیشتر بخش کتابچهی آنلاین در رابطه با <a href="@poll">ماژول نظرسنجی</a> را ببینید.
by Multiple Contributors
on Sat, 06/08/2019 - 13:59
Pages
« first
‹ previous
…
335
336
337
338
339
340
341
342
343
…
next ›
last »
Leave this field blank