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
af4b54f8
Commit
af4b54f8
authored
Nov 20, 2006
by
Richard Mansfield
Browse files
Search strings
parent
39fd10c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lang/en.utf8/mahara.php
View file @
af4b54f8
...
...
@@ -29,6 +29,12 @@ defined('INTERNAL') || die();
// General form strings
$string
[
'cancel'
]
=
'Cancel'
;
$string
[
'submit'
]
=
'Submit'
;
$string
[
'add'
]
=
'Add'
;
$string
[
'delete'
]
=
'Delete'
;
$string
[
'edit'
]
=
'Edit'
;
$string
[
'no'
]
=
'no'
;
$string
[
'yes'
]
=
'yes'
;
$string
[
'nextpage'
]
=
'Next page'
;
$string
[
'prevpage'
]
=
'Previous page'
;
...
...
@@ -124,12 +130,6 @@ $string['weeks'] = 'weeks';
$string
[
'months'
]
=
'months'
;
$string
[
'years'
]
=
'years'
;
// Boolean site option
$string
[
'no'
]
=
'no'
;
$string
[
'yes'
]
=
'yes'
;
$string
[
'add'
]
=
'Add'
;
$string
[
'delete'
]
=
'Delete'
;
$string
[
'edit'
]
=
'Edit'
;
// Site content pages
$string
[
'sitecontentnotfound'
]
=
'%s text not available'
;
...
...
@@ -208,4 +208,10 @@ $string['height'] = 'Height';
$string
[
'widthshort'
]
=
'w'
;
$string
[
'heightshort'
]
=
'h'
;
// Search
$string
[
'search'
]
=
'Search'
;
$string
[
'query'
]
=
'Query'
;
$string
[
'results'
]
=
'Results'
;
$string
[
'resultsfor'
]
=
'Results matching "%s"'
;
?>
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