Skip to content
GitLab
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
59b5a699
Commit
59b5a699
authored
Dec 15, 2006
by
Martyn Smith
Committed by
Martyn Smith
Dec 15, 2006
Browse files
Language strings for the create view wizard
parent
de91d195
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/lang/en.utf8/mahara.php
View file @
59b5a699
...
...
@@ -35,6 +35,7 @@ $string['save'] = 'Save';
$string
[
'submit'
]
=
'Submit'
;
$string
[
'update'
]
=
'Update'
;
$string
[
'change'
]
=
'Change'
;
$string
[
'go'
]
=
'Go'
;
$string
[
'no'
]
=
'no'
;
$string
[
'yes'
]
=
'yes'
;
...
...
@@ -261,6 +262,13 @@ $string['views'] = 'Views';
$string
[
'viewsubmitted'
]
=
'View submitted'
;
$string
[
'viewsubmittedto'
]
=
'This view has been submitted to %s'
;
// access levels
$string
[
'public'
]
=
'Public'
;
$string
[
'loggedin'
]
=
'Logged In Users'
;
$string
[
'friends'
]
=
'Friends'
;
$string
[
'communities'
]
=
'Communities'
;
$string
[
'users'
]
=
'Users'
;
// view user
$string
[
'fullname'
]
=
'Full name'
;
$string
[
'displayname'
]
=
'Display name'
;
...
...
htdocs/lang/en.utf8/view.php
0 → 100644
View file @
59b5a699
<?php
/**
* This program is part of Mahara
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* @package mahara
* @subpackage lang
* @author Martyn Smith <martyn@catalyst.net.nz>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL
* @copyright (C) 2006,2007 Catalyst IT Ltd http://catalyst.net.nz
*
*/
defined
(
'INTERNAL'
)
||
die
();
$string
[
'createviewstep1'
]
=
'Create View - Step 1 of 4'
;
$string
[
'editmetadata'
]
=
'Edit View Information'
;
$string
[
'createviewstep2'
]
=
'Create View - Step 2 of 4'
;
$string
[
'createviewstep3'
]
=
'Create View - Step 3 of 4'
;
$string
[
'createviewstep4'
]
=
'Create View - Step 4 of 4'
;
$string
[
'next'
]
=
'Next'
;
$string
[
'back'
]
=
'Back'
;
$string
[
'createview'
]
=
'Create View'
;
$string
[
'title'
]
=
'View Title'
;
$string
[
'description'
]
=
'View Description'
;
$string
[
'startdate'
]
=
'Access Start Date/Time'
;
$string
[
'stopdate'
]
=
'Access End Date/Time'
;
$string
[
'stopdate'
]
=
'Access End Date/Time'
;
$string
[
'ownerformat'
]
=
'Owner Format'
;
$string
[
'ownerformatdescription'
]
=
'This field controls what appears in the author field for the template you select in step 2'
;
$string
[
'category.all'
]
=
'All Templates'
;
$string
[
'category.resume'
]
=
'Resume Templates'
;
$string
[
'category.blog'
]
=
'Blog Templates'
;
$string
[
'category.gallery'
]
=
'Gallery Templates'
;
$string
[
'category.academic'
]
=
'Academic Templates'
;
$string
[
'category.professionaldevelopment'
]
=
'Professional Development Templates'
;
$string
[
'category.personaldevelopment'
]
=
'Personal Development Templates'
;
$string
[
'usethistemplate'
]
=
'Select this template'
;
$string
[
'emptylabel'
]
=
'Click here to enter text for this label'
;
$string
[
'empty_block'
]
=
'Select an artefact from the tree on the left to place here'
;
$string
[
'viewinformationsaved'
]
=
'View information saved successfully'
;
$string
[
'canteditdontown'
]
=
'You can\'t edit this view because you don\'t own it'
;
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment