Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dokuwiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
BRIC
dokuwiki
Commits
2b240359
Commit
2b240359
authored
19 years ago
by
Andreas Gohr
Browse files
Options
Downloads
Patches
Plain Diff
conflict resolving for plugin manager update
darcs-hash:20060131211639-7ad00-910dc1d06c7375284fc351376c4a6af49dc41c27.gz
parent
b174aeae
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/plugins/plugin/lang/en/lang.php
+1
-7
1 addition, 7 deletions
lib/plugins/plugin/lang/en/lang.php
with
1 addition
and
7 deletions
lib/plugins/plugin/lang/en/lang.php
+
1
−
7
View file @
2b240359
...
...
@@ -9,8 +9,6 @@
$lang
[
'menu'
]
=
'Manage Plugins'
;
// custom language strings for the plugin
$lang
[
'refresh'
]
=
"Refresh list of installed plugins"
;
$lang
[
'refresh_x'
]
=
"Use this option if you have altered any of your plugins manually"
;
$lang
[
'download'
]
=
"Download and install a new plugin"
;
$lang
[
'manage'
]
=
"Installed Plugins"
;
...
...
@@ -18,7 +16,6 @@ $lang['btn_info'] = 'info';
$lang
[
'btn_update'
]
=
'update'
;
$lang
[
'btn_delete'
]
=
'delete'
;
$lang
[
'btn_settings'
]
=
'settings'
;
$lang
[
'btn_refresh'
]
=
'Refresh'
;
$lang
[
'btn_download'
]
=
'Download'
;
$lang
[
'url'
]
=
'URL'
;
...
...
@@ -31,9 +28,6 @@ $lang['unknown'] = 'unknown';
// ..ing = header message
// ..ed = success message
$lang
[
'refreshing'
]
=
'Refreshing ...'
;
$lang
[
'refreshed'
]
=
'Plugin refresh completed.'
;
$lang
[
'updating'
]
=
'Updating ...'
;
$lang
[
'updated'
]
=
'Plugin %s updated successfully'
;
$lang
[
'updates'
]
=
'The following plugins have been updated successfully'
;
...
...
@@ -74,4 +68,4 @@ $lang['error_copy'] = 'There was a file copy error while attempting to ins
$lang
[
'error_delete'
]
=
'There was an error while attempting to delete plugin <em>%s</em>. '
.
'The most probably cause is insufficient file or directory access permissions'
;
//Setup VIM: ex: et ts=4 enc=utf-8 :
\ No newline at end of file
//Setup VIM: ex: et ts=4 enc=utf-8 :
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