Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
8549f05c
Commit
8549f05c
authored
20 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Doc: documentation doxygen
parent
52239325
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/translate.class.php
+2
-3
2 additions, 3 deletions
htdocs/translate.class.php
with
2 additions
and
3 deletions
htdocs/translate.class.php
+
2
−
3
View file @
8549f05c
...
@@ -103,14 +103,13 @@ class Translate {
...
@@ -103,14 +103,13 @@ class Translate {
/**
/**
* \brief Retourne la version traduite du texte pass en paramtre
* \brief Retourne la version traduite du texte pass en paramtre
* Si il n'y a pas de correspondance pour ce texte, il est retourn
* Si il n'y a pas de correspondance pour ce texte, il est retourn tel quel
* "tel quel" prcd d'un "<b>[vo]</b> <i>" et termin par un </i>
* [en] Return translated version of parameter string
* [en] Return translated version of parameter string
* \param str original string to translate
* \param str original string to translate
* \param param1 chaine de param1
* \param param1 chaine de param1
* \param param2 chaine de param1
* \param param2 chaine de param1
* \param param3 chaine de param1
* \param param3 chaine de param1
* \return string
translated version of parameter string, or original version of this string with "<b>[vo]</b> <i>" before and "</i>" af
te
r
* \return string
chaine tradui
te
*/
*/
function
trans
(
$str
,
$param1
=
''
,
$param2
=
''
,
$param3
=
''
)
{
function
trans
(
$str
,
$param1
=
''
,
$param2
=
''
,
$param3
=
''
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment