Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
3d74edda
Commit
3d74edda
authored
Jan 30, 2008
by
Richard Mansfield
Browse files
Move a string
parent
33995e43
Changes
4
Hide whitespace changes
Inline
Side-by-side
htdocs/blocktype/lib.php
View file @
3d74edda
...
@@ -409,7 +409,7 @@ class BlockInstance {
...
@@ -409,7 +409,7 @@ class BlockInstance {
}
}
if
(
$new
)
{
if
(
$new
)
{
$cancel
=
get_string
(
'remove'
,
'view'
);
$cancel
=
get_string
(
'remove'
);
$elements
[
'removeoncancel'
]
=
array
(
'type'
=>
'hidden'
,
'value'
=>
1
);
$elements
[
'removeoncancel'
]
=
array
(
'type'
=>
'hidden'
,
'value'
=>
1
);
$elements
[
'sure'
]
=
array
(
'type'
=>
'hidden'
,
'value'
=>
1
);
$elements
[
'sure'
]
=
array
(
'type'
=>
'hidden'
,
'value'
=>
1
);
}
}
...
...
htdocs/group/view.php
View file @
3d74edda
...
@@ -130,7 +130,7 @@ $commview = get_config('wwwroot') . 'group/view.php';
...
@@ -130,7 +130,7 @@ $commview = get_config('wwwroot') . 'group/view.php';
$releaseviewstr
=
get_string
(
'releaseview'
,
'group'
);
$releaseviewstr
=
get_string
(
'releaseview'
,
'group'
);
$tutorstr
=
get_string
(
'tutor'
,
'group'
);
$tutorstr
=
get_string
(
'tutor'
,
'group'
);
$memberstr
=
get_string
(
'member'
,
'group'
);
$memberstr
=
get_string
(
'member'
,
'group'
);
$removestr
=
get_string
(
'remove'
,
'group'
);
$removestr
=
get_string
(
'remove'
);
$declinestr
=
get_string
(
'declinerequest'
,
'group'
);
$declinestr
=
get_string
(
'declinerequest'
,
'group'
);
$updatefailedstr
=
get_string
(
'updatefailed'
,
'group'
);
$updatefailedstr
=
get_string
(
'updatefailed'
,
'group'
);
$requeststr
=
get_string
(
'sendrequest'
,
'group'
);
$requeststr
=
get_string
(
'sendrequest'
,
'group'
);
...
...
htdocs/lang/en.utf8/mahara.php
View file @
3d74edda
...
@@ -46,6 +46,7 @@ $string['loading'] = 'Loading ...';
...
@@ -46,6 +46,7 @@ $string['loading'] = 'Loading ...';
$string
[
'showtags'
]
=
'Show my tags'
;
$string
[
'showtags'
]
=
'Show my tags'
;
$string
[
'errorprocessingform'
]
=
'There was an error with submitting this form. Please check the marked fields and try again.'
;
$string
[
'errorprocessingform'
]
=
'There was an error with submitting this form. Please check the marked fields and try again.'
;
$string
[
'description'
]
=
'Description'
;
$string
[
'description'
]
=
'Description'
;
$string
[
'remove'
]
=
'Remove'
;
$string
[
'no'
]
=
'No'
;
$string
[
'no'
]
=
'No'
;
$string
[
'yes'
]
=
'Yes'
;
$string
[
'yes'
]
=
'Yes'
;
...
...
htdocs/lang/en.utf8/view.php
View file @
3d74edda
...
@@ -180,7 +180,6 @@ $string['blockinstanceconfiguredsuccessfully'] = 'Block configured successfully'
...
@@ -180,7 +180,6 @@ $string['blockinstanceconfiguredsuccessfully'] = 'Block configured successfully'
$string
[
'addnewblockhere'
]
=
'Add new block here'
;
$string
[
'addnewblockhere'
]
=
'Add new block here'
;
$string
[
'add'
]
=
'Add'
;
$string
[
'add'
]
=
'Add'
;
$string
[
'addcolumn'
]
=
'Add Column'
;
$string
[
'addcolumn'
]
=
'Add Column'
;
$string
[
'remove'
]
=
'Remove'
;
$string
[
'removecolumn'
]
=
'Remove this column'
;
$string
[
'removecolumn'
]
=
'Remove this column'
;
$string
[
'moveblockleft'
]
=
'Move this block left'
;
$string
[
'moveblockleft'
]
=
'Move this block left'
;
$string
[
'moveblockdown'
]
=
'Move this block down'
;
$string
[
'moveblockdown'
]
=
'Move this block down'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment