aboutsummaryrefslogtreecommitdiff
path: root/mod/pages/languages
diff options
context:
space:
mode:
Diffstat (limited to 'mod/pages/languages')
-rw-r--r--mod/pages/languages/en.php67
1 files changed, 40 insertions, 27 deletions
diff --git a/mod/pages/languages/en.php b/mod/pages/languages/en.php
index 1c20a4297..c204c1901 100644
--- a/mod/pages/languages/en.php
+++ b/mod/pages/languages/en.php
@@ -12,49 +12,59 @@ $english = array(
*/
'pages' => "Pages",
- 'pages:yours' => "Your pages",
- 'pages:user' => "Pages home",
- 'pages:group' => "Group pages",
+ 'pages:owner' => "%s's pages",
+ 'pages:friends' => "Friends' pages",
'pages:all' => "All site pages",
- 'pages:new' => "New page",
- 'pages:groupprofile' => "Group pages",
+ 'pages:add' => "Add a page",
+
+ 'pages:group' => "Group pages",
+ 'groups:enablepages' => 'Enable group pages',
+
'pages:edit' => "Edit this page",
'pages:delete' => "Delete this page",
- 'pages:history' => "Page history",
+ 'pages:history' => "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",
+ 'pages:revision' => "Revision",
+ 'pages:current_revision' => "Current Revision",
+ 'pages:revert' => "Revert",
+
+ 'pages:navigation' => "Navigation",
+ 'pages:new' => "A new page",
+ 'pages:notification' =>
+'%s added a new page:
+
+%s
+%s
+
+View and comment on the new page:
+%s
+',
'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',
+ 'pages:none' => 'No pages created yet',
/**
* 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",
+ 'river:create:object:page' => '%s created a page %s',
+ 'river:create:object:page_top' => '%s created a page %s',
+ 'river:update:object:page' => '%s updated a page %s',
+ 'river:update:object:page_top' => '%s updated a page %s',
+ 'river:comment:object:page' => '%s commented on a page titled %s',
+ 'river:comment:object:page_top' => '%s commented on a page titled %s',
/**
* Form fields
*/
- 'pages:title' => 'Pages Title',
- 'pages:description' => 'Your page entry',
+ 'pages:title' => 'Page title',
+ 'pages:description' => 'Page text',
'pages:tags' => 'Tags',
- 'pages:access_id' => 'Access',
+ 'pages:parent_guid' => 'Parent page',
+ 'pages:access_id' => 'Read access',
'pages:write_access_id' => 'Write access',
/**
@@ -64,9 +74,12 @@ $english = array(
'pages:cantedit' => 'You cannot edit this page',
'pages:saved' => 'Page saved',
'pages:notsaved' => 'Page could not be saved',
- 'pages:notitle' => 'You must specify a title for your page.',
+ 'pages:error:no_title' => 'You must specify a title for this page.',
'pages:delete:success' => 'The page was successfully deleted.',
'pages:delete:failure' => 'The page could not be deleted.',
+ 'pages:revision:delete:success' => 'The page revision was successfully deleted.',
+ 'pages:revision:delete:failure' => 'The page revision could not be deleted.',
+ 'pages:revision:not_found' => 'Cannot find this revision.',
/**
* Page
@@ -76,7 +89,7 @@ $english = array(
/**
* History
*/
- 'pages:revision' => 'Revision created %s by %s',
+ 'pages:revision:subtitle' => 'Revision created %s by %s',
/**
* Widget
@@ -103,4 +116,4 @@ $english = array(
'pages:backtoparent' => "Back to '%s'",
);
-add_translation("en", $english); \ No newline at end of file
+add_translation("en", $english);