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
0290d766
Commit
0290d766
authored
Mar 17, 2015
by
Robert Lyon
Committed by
Gerrit Code Review
Mar 17, 2015
Browse files
Merge "Journals: Minor lang string fixes (Bug #1432523)"
parents
a11e6055
6b26488d
Changes
3
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/blog/blocktype/blogpost/lang/en.utf8/blocktype.blogpost.php
View file @
0290d766
...
...
@@ -12,7 +12,7 @@
defined
(
'INTERNAL'
)
||
die
();
$string
[
'title'
]
=
'Journal entry'
;
$string
[
'description'
]
=
'A single entry from your journal (see Content
->
Journal)'
;
$string
[
'description'
]
=
'A single entry from your journal (see Content
➞
Journal)'
;
$string
[
'defaulttitledescription'
]
=
'If you leave this blank, the title of the journal entry will be used'
;
...
...
htdocs/artefact/blog/blocktype/taggedposts/lang/en.utf8/blocktype.taggedposts.php
View file @
0290d766
...
...
@@ -29,7 +29,7 @@ $string['excludetag'] = 'exclude tag: ';
$string
[
'notags'
]
=
'There are no journal entries tagged "%s"'
;
$string
[
'notagsboth'
]
=
'There are no journal entries tagged "%s" and not "%s"'
;
$string
[
'notagsavailable'
]
=
'You have not created any tags'
;
$string
[
'notagsavailableerror'
]
=
'No tag selected
-
You need to add tags to your journal entries before being able to select them here.'
;
$string
[
'notagsavailableerror'
]
=
'No tag selected
.
You need to add tags to your journal entries before being able to select them here.'
;
$string
[
'postedin'
]
=
'in'
;
$string
[
'postedon'
]
=
'on'
;
$string
[
'itemstoshow'
]
=
'Items to show'
;
...
...
htdocs/artefact/blog/blocktype/taggedposts/lang/en.utf8/help/forms/instconf.tagselect.html
View file @
0290d766
<!-- @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later -->
<!-- @copyright For copyright information on Mahara, please see the README file distributed with this software. -->
<h3>
Choosing tags
</h3>
<p>
You can add multiple tags to limit the results as well as indicate which tags you want to ignore.
</
P
>
<p>
If you select multiple tags, a
blog
entry must match
<strong>
ALL
</strong>
selected tags in order to be listed.
</p>
<p>
You can add multiple tags to limit the results as well as indicate which tags you want to ignore.
</
p
>
<p>
If you select multiple tags, a
journal
entry must match
<strong>
ALL
</strong>
selected tags in order to be listed.
</p>
<p>
If you had journal entries tagged like so:
</p>
<ol>
<li>
cats, domestic, animals
</li>
...
...
Write
Preview
Markdown
is supported
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