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
06e93163
Commit
06e93163
authored
12 years ago
by
Philippe Grand
Browse files
Options
Downloads
Patches
Plain Diff
fix some translations
parent
710ea872
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/langs/en_US/admin.lang
+1
-1
1 addition, 1 deletion
htdocs/langs/en_US/admin.lang
htdocs/societe/admin/societe_extrafields.php
+1
-0
1 addition, 0 deletions
htdocs/societe/admin/societe_extrafields.php
with
2 additions
and
1 deletion
htdocs/langs/en_US/admin.lang
+
1
−
1
View file @
06e93163
...
...
@@ -924,7 +924,7 @@ MAIN_PROXY_HOST=Name/Address of proxy server
MAIN_PROXY_PORT=Port of proxy server
MAIN_PROXY_USER=Login to use the proxy server
MAIN_PROXY_PASS=Password to use the proxy server
DefineHereComplementaryAttributes=Define here all atributes, not already available by default, and that you want to be supported for %s.
DefineHereComplementaryAttributes=Define here all at
t
ributes, not already available by default, and that you want to be supported for %s.
ExtraFields=Complementary attributes
ExtraFieldsThirdParties=Complementary attributes (thirdparty)
ExtraFieldsContacts=Complementary attributes (contact/address)
...
...
This diff is collapsed.
Click to expand it.
htdocs/societe/admin/societe_extrafields.php
+
1
−
0
View file @
06e93163
...
...
@@ -30,6 +30,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';
$langs
->
load
(
"companies"
);
$langs
->
load
(
"admin"
);
$langs
->
load
(
"members"
);
$extrafields
=
new
ExtraFields
(
$db
);
$form
=
new
Form
(
$db
);
...
...
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