BackToDolibarr=Go back to Dolibarr
WelcomeToDocumentation=Welcome to the Dolibarr UI/UX documentation !
WelcomeToDocumentationDescription=This document aims to guide you through the different components of the Dolibarr user interface and help you use them effectively. Feel free to explore the different chapters of this documentation to discover the components of the Dolibarr interface and to learn how to use them effectively.
DocumentationHome=UI Documentation
DocBasicUsage=Basic usage
DocLinkSectionResources=Resources
DocHowContribute=How to contribute ?
DocHowContributeDescription=This documentation is currently being written. Learn how to contribute and enrich this documentation
DocListLinks=List of links - %s
DocGroupIndexDescription= This page brings together all the links from the "%s" section.
DocCodeForMenuOrModuleBuilder=Image code to use for menu setup or fields in modulebuilder
DocExampleForPHPCode=Example of code to use in PHP
# Components
DocComponentsTitle=Components
DocComponentsMainDescription=Components section description is under development
# Badges
DocBadgeTitle=Badges
DocBadgeMainDescription=Documentation and examples for badges, our small count and labeling component.
DocBadgeScaleDescription=Badges scale to match the size of the immediate parent element by using relative font sizing and em units.
DocBadgeUseOnLinksOrButtons=Badges can be used as part of links or buttons to provide a counter.
DocBadgeWarningAriaHidden1=Note that depending on how they are used, badges may be confusing for users of screen readers and similar assistive technologies. While the styling of badges provides a visual cue as to their purpose, these users will simply be presented with the content of the badge. Depending on the specific situation, these badges may seem like random additional words or numbers at the end of a sentence, link, or button.
DocBadgeWarningAriaHidden2=Unless the context is clear (as with the “Notifications” example, where it is understood that the “4” is the number of notifications), consider including additional context with a visually hidden piece of additional text.
DocBadgeWarningAriaHidden3=Remember to use aria-label attribute for accessibility in Dolibarr. Don't forget to use aria-hidden on icons included in badges
DocBadgeContextualVariations=Contextual variations
DocBadgeContextualVariationsDescription=Add any of the below mentioned modifier classes to change the appearance of a badge.
DocBadgeContextualVariationsWarning1=Conveying meaning to assistive technologies
DocBadgeContextualVariationsWarning2=Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. Ensure that information denoted by the color is either obvious from the content itself (e.g. the visible text), or is included through alternative means, such as additional text hidden with the .sr-only class.
DocBadgeDefaultStatus=Default status
DocBadgeDefaultStatusDescription=Add any of the below mentioned modifier classes to change the appearance of a badge to be linked to a default status.
DocBadgePillBadges=Pill badges
DocBadgePillBadgesDescription=Use the .badge-pill modifier class to make badges more rounded (with a larger border-radius and additional horizontal padding).
DocBadgeDotBadges=Dot badges
DocBadgeDotBadgesDescription=.badge-dot modifier class to make badges circle.
DocBadgeLinks=Links
DocBadgeLinksDescription=Using the contextual .badge-* classes on an element quickly provide actionable badges with hover and focus states.
DocBadgeHelper=Use badge helper function
DocBadgeHelperDescription=Using the dolGetBadge function provide in core/lib/functions.lib.php.
This function is recommended for code uniformisation and easy maintain
# Buttons
DocButtonsTitle=Buttons for action
DocButtonsMainDescription=Documentation and examples for buttons.
DocButtonBasicUsageDescription=Display a button depending on the action to be performed and user rights
DocButtonModal=Buttons with confirm dialog
DocButtonModalDescription=You can add a confirm dialog on all types of buttons but it will not work if user has no rights
DocButtonSubmenu=Dropdown Buttons
DocButtonSubmenuDescription=Fill the $url parameter with an array of url in order to create a dropdown button.
#Tables
DocTableTitle=Tables
DocTableMainDescription=Documentation and examples for tables.
DocTableMainDescriptionNote=Note: we recommend always adding a unique “id” identifier to the table, which will enable integrators to easily interact with css and/or js.
DocTableBasic=Basic usage
DocTableBasicDescription=Here is a template for creating a basic data table.
DocTableWithFilters=Filters row
DocTableWithFiltersDescription=You can add a filters row using the following syntax. Your table must be into a form tag.
In order to show inputs, you can use the Form Class (see #Inputs)
Look at a list file to see how to use dynamic fields, not functionnal here.
DocTableBeforeFilters=Use a custom line before cols filters
DocTableBeforeFiltersDescription=You can add a line before filters with this syntax.
Don't forget to use listwithfilterbefore class in your data table.
DocTableCSSClass=Using CSS Classes
DocTableCSSClassDescription=There are many classes for tables in Dolibarr, below is a non-exhaustive list.
DocTableTRCSSClassDescription=Class for row element:
DocTableTABLECSSClassDescription=Class for table element:
DocTableCSSClass_tagtable=tagtable: Use diplay table
DocTableCSSClass_liste=liste: Prepare the table for a list
DocTableCSSClass_listwithfilterbefore=listwithfilterbefore: Useful class to hide top border and border radius if elements are placed before filters
DocTableCSSClass_liste_titre=liste_titre: Used for table headers
DocTableCSSClass_liste_titre_filter=liste_titre_filter: Used for table filters row
DocTableCSSClass_liste_total=liste_total: Used for table footers
DocTableCSSClass_oddeven=oddeven / nooddeven: This class allows you to slightly differentiate the color of the lines of a table (or to hide)
#Progress bars
DocProgressBarsTitle = Progress bars
DocProgressBarsMainDescription = Documentation and examples for using progress bars featuring support for stacked bars, animated backgrounds, and text labels.
DocProgressBarsDescription = Progress components are built with two HTML elements, some CSS to set the width, and a few attributes. We don’t use the HTML5