diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-07-15 17:59:57 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-07-15 17:59:57 +0000 |
commit | bcfbbf1b7cf2a0c96af1dfe55c919c09eceac916 (patch) | |
tree | e22653836d685eedbe81df5f4b1c118e6324c86d /mod/pages/languages/en.php | |
parent | ff5846ea6cb4e5edc84c99c6eda7b37dccce8bf5 (diff) | |
download | elgg-bcfbbf1b7cf2a0c96af1dfe55c919c09eceac916.tar.gz elgg-bcfbbf1b7cf2a0c96af1dfe55c919c09eceac916.tar.bz2 |
First pass at standardizing pages.
git-svn-id: http://code.elgg.org/elgg/trunk@6716 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/pages/languages/en.php')
-rw-r--r-- | mod/pages/languages/en.php | 209 |
1 files changed, 102 insertions, 107 deletions
diff --git a/mod/pages/languages/en.php b/mod/pages/languages/en.php index b31c59572..295c0ef09 100644 --- a/mod/pages/languages/en.php +++ b/mod/pages/languages/en.php @@ -1,111 +1,106 @@ <?php +/** + * Pages languages + * + * @package ElggPages + */ + +$english = array( + /** - * Elgg pages plugin language pack - * - * @package ElggPages - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ + * Menu items and titles */ - $english = array( - - /** - * Menu items and titles - */ - - 'pages' => "Pages", - 'pages:yours' => "Your pages", - 'pages:user' => "Pages home", - 'pages:group' => "Group pages", - 'pages:all' => "All site pages", - 'pages:new' => "New page", - 'pages:groupprofile' => "Group pages", - 'pages:edit' => "Edit this page", - 'pages:delete' => "Delete this page", - 'pages:history' => "Page history", - 'pages:view' => "View page", - 'pages:welcome' => "Edit welcome message", - 'pages:welcomemessage' => "Welcome to the pages tool of %s. This tool allows you to create pages on any topic and select who can view them and edit them.", - 'pages:welcomeerror' => "There was a problem saving your welcome message", - 'pages:welcomeposted' => "Your welcome message has been posted", - 'pages:navigation' => "Page navigation", - 'pages:via' => "via pages", - 'item:object:page_top' => 'Top-level pages', - 'item:object:page' => 'Pages', - 'item:object:pages_welcome' => 'Pages welcome blocks', - 'pages:nogroup' => 'This group does not have any pages yet', - 'pages:more' => 'More pages', - - /** - * River - **/ - - 'pages:river:annotate' => "a comment on this page", - 'pages:river:created' => "%s wrote", - 'pages:river:updated' => "%s updated", - 'pages:river:posted' => "%s posted", - 'pages:river:create' => "a new page titled", - 'pages:river:update' => "a page titled", - 'page:river:annotate' => "a comment on this page", - 'page_top:river:annotate' => "a comment on this page", - - /** - * Form fields - */ - - 'pages:title' => 'Pages Title', - 'pages:description' => 'Your page entry', - 'pages:tags' => 'Tags', - 'pages:access_id' => 'Access', - 'pages:write_access_id' => 'Write access', - - /** - * Status and error messages - */ - 'pages:noaccess' => 'No access to page', - 'pages:cantedit' => 'You can not edit this page', - 'pages:saved' => 'Pages saved', - 'pages:notsaved' => 'Page could not be saved', - 'pages:notitle' => 'You must specify a title for your page.', - 'pages:delete:success' => 'Your page was successfully deleted.', - 'pages:delete:failure' => 'The page could not be deleted.', - - /** - * Page - */ - 'pages:strapline' => 'Last updated %s by %s', - - /** - * History - */ - 'pages:revision' => 'Revision created %s by %s', - - /** - * Widget - **/ - - 'pages:num' => 'Number of pages to display', - 'pages:widget:description' => "This is a list of your pages.", - - /** - * Submenu items - */ - 'pages:label:view' => "View page", - 'pages:label:edit' => "Edit page", - 'pages:label:history' => "Page history", - - /** - * Sidebar items - */ - 'pages:sidebar:this' => "This page", - 'pages:sidebar:children' => "Sub-pages", - 'pages:sidebar:parent' => "Parent", - - 'pages:newchild' => "Create a sub-page", - 'pages:backtoparent' => "Back to '%s'", - ); - - add_translation("en",$english); -?> + 'pages' => "Pages", + 'pages:yours' => "Your pages", + 'pages:user' => "Pages home", + 'pages:group' => "Group pages", + 'pages:all' => "All site pages", + 'pages:new' => "New page", + 'pages:groupprofile' => "Group pages", + 'pages:edit' => "Edit this page", + 'pages:delete' => "Delete this page", + 'pages:history' => "Page history", + 'pages:view' => "View page", + 'pages:welcome' => "Edit welcome message", + 'pages:welcomemessage' => "Welcome to the pages tool of %s. This tool allows you to create pages on any topic and select who can view them and edit them.", + 'pages:welcomeerror' => "There was a problem saving your welcome message", + 'pages:welcomeposted' => "Your welcome message has been posted", + 'pages:navigation' => "Page navigation", + 'pages:via' => "via pages", + 'item:object:page_top' => 'Top-level pages', + 'item:object:page' => 'Pages', + 'item:object:pages_welcome' => 'Pages welcome blocks', + 'pages:nogroup' => 'This group does not have any pages yet', + 'pages:more' => 'More pages', + + /** + * River + **/ + + 'pages:river:annotate' => "a comment on this page", + 'pages:river:created' => "%s wrote", + 'pages:river:updated' => "%s updated", + 'pages:river:posted' => "%s posted", + 'pages:river:create' => "a new page titled", + 'pages:river:update' => "a page titled", + 'page:river:annotate' => "a comment on this page", + 'page_top:river:annotate' => "a comment on this page", + + /** + * Form fields + */ + + 'pages:title' => 'Pages Title', + 'pages:description' => 'Your page entry', + 'pages:tags' => 'Tags', + 'pages:access_id' => 'Access', + 'pages:write_access_id' => 'Write access', + + /** + * Status and error messages + */ + 'pages:noaccess' => 'No access to page', + 'pages:cantedit' => 'You can not edit this page', + 'pages:saved' => 'Pages saved', + 'pages:notsaved' => 'Page could not be saved', + 'pages:notitle' => 'You must specify a title for your page.', + 'pages:delete:success' => 'Your page was successfully deleted.', + 'pages:delete:failure' => 'The page could not be deleted.', + + /** + * Page + */ + 'pages:strapline' => 'Last updated %s by %s', + + /** + * History + */ + 'pages:revision' => 'Revision created %s by %s', + + /** + * Widget + **/ + + 'pages:num' => 'Number of pages to display', + 'pages:widget:description' => "This is a list of your pages.", + + /** + * Submenu items + */ + 'pages:label:view' => "View page", + 'pages:label:edit' => "Edit page", + 'pages:label:history' => "Page history", + + /** + * Sidebar items + */ + 'pages:sidebar:this' => "This page", + 'pages:sidebar:children' => "Sub-pages", + 'pages:sidebar:parent' => "Parent", + + 'pages:newchild' => "Create a sub-page", + 'pages:backtoparent' => "Back to '%s'", +); + +add_translation("en", $english);
\ No newline at end of file |