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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
9d422350
Commit
9d422350
authored
12 years ago
by
Marcos García de La Fuente
Browse files
Options
Downloads
Patches
Plain Diff
Translated some comments
parent
315896c7
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/core/lib/functions.lib.php
+11
-11
11 additions, 11 deletions
htdocs/core/lib/functions.lib.php
with
11 additions
and
11 deletions
htdocs/core/lib/functions.lib.php
+
11
−
11
View file @
9d422350
...
...
@@ -1858,14 +1858,14 @@ function img_help($usehelpcursor = 1, $usealttitle = 1)
if
(
$usealttitle
)
{
if
(
is_string
(
$usealttitle
))
$alt
=
dol_escape_htmltag
(
$usealttitle
);
else
$alt
=
$langs
->
trans
(
"
Info
"
);
else
$alt
=
$langs
->
trans
(
'
Info
'
);
}
return
img_picto
(
$usealttitle
,
'info.png'
,
(
$usehelpcursor
?
'style="cursor: help"'
:
''
));
}
/**
*
Affiche logo inf
o
*
Show info log
o
*
* @param string $alt Text to show on alt image
* @return string Return img tag
...
...
@@ -1880,7 +1880,7 @@ function img_info($alt = 'default')
}
/**
* Show
logo
warning
* Show warning
logo
*
* @param string $alt Text to show on alt image
* @param int $float If we must add style "float: right"
...
...
@@ -1896,7 +1896,7 @@ function img_warning($alt = 'default', $float = 0)
}
/**
* Show
logo
error
* Show error
logo
*
* @param string $alt Text to show on alt image
* @return string Return img tag
...
...
@@ -1911,7 +1911,7 @@ function img_error($alt = 'default')
}
/**
* Show
logo next
* Show
next logo
*
* @param string $alt Text to show on alt image
* @return string Return img tag
...
...
@@ -1926,7 +1926,7 @@ function img_next($alt = 'default')
}
/**
* Show
logo
previus
* Show previ
o
us
logo
*
* @param string $alt Text to show on alt image
* @return string Return img tag
...
...
@@ -1941,7 +1941,7 @@ function img_previous($alt = 'default')
}
/**
* Show
logo
down arrow
* Show down arrow
logo
*
* @param string $alt Text to show on alt image
* @param int $selected Selected
...
...
@@ -1957,7 +1957,7 @@ function img_down($alt = 'default', $selected = 0)
}
/**
* Show
logo
top arrow
* Show top arrow
logo
*
* @param string $alt Text to show on alt image
* @param int $selected Selected
...
...
@@ -1973,7 +1973,7 @@ function img_up($alt = 'default', $selected = 0)
}
/**
* Show
logo
left arrow
* Show left arrow
logo
*
* @param string $alt Text to show on alt image
* @param int $selected Selected
...
...
@@ -1989,7 +1989,7 @@ function img_left($alt = 'default', $selected = 0)
}
/**
* Show
logo
right arrow
* Show right arrow
logo
*
* @param string $alt Text to show on alt image
* @param int $selected Selected
...
...
@@ -2005,7 +2005,7 @@ function img_right($alt = 'default', $selected = 0)
}
/**
*
Affiche le logo tick si
allow
*
Show tick logo if
allow
ed
*
* @param string $allow Allow
* @param string $alt Text to show on alt image
...
...
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