[geeklog-cvs] geeklog: english_utf-8.php was not in sync with english.php

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Mar 15 15:09:04 EDT 2011


changeset 8170:d71e09085af8
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/d71e09085af8
user: Dirk Haun <dirk at haun-online.de>
date: Tue Mar 15 20:07:10 2011 +0100
description:
english_utf-8.php was not in sync with english.php

diffstat:

 language/english_utf-8.php |  13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r 483a2e250623 -r d71e09085af8 language/english_utf-8.php
--- a/language/english_utf-8.php	Tue Mar 15 10:40:39 2011 -0400
+++ b/language/english_utf-8.php	Tue Mar 15 20:07:10 2011 +0100
@@ -1109,6 +1109,11 @@
     62 => 'Click to Install this Plugin',
     63 => 'This Plugin Cannot be Installed',
     64 => 'This Plugin Cannot be Enabled',
+    65 => 'The plugin upload function has been disabled due to the following errors:',
+    66 => 'File uploads are disabled in your PHP configuration.',
+    67 => 'The directory "%s" is not writable.',
+    68 => 'You do not have the required permissions to install plugins.',
+    69 => 'You do not have the required permissions to upload plugins.',
 
     // to match the PHP error constants,
     // http://www.php.net/manual/en/features.file-upload.errors.php
@@ -1631,14 +1636,18 @@
     'create_new'    => 'Create New',
     'create_new_adv'=> 'Create New (Adv.)',
     'enabled'       => 'Enabled',
+    'disabled'      => 'Disabled',
     'title'         => 'Title',
     'page_title'    => 'Page Title',
     'type'          => 'Type',
     'topic'         => 'Topic',
+    'info'          => 'Info',
     'help_url'      => 'Help File URL',
     'save'          => 'Save',
     'cancel'        => 'Cancel',
+    'install'       => 'Install',
     'delete'        => 'Delete',
+    'deleteitem'    => 'Delete',
     'delete_sel'    => 'Delete selected',
     'copy'          => 'Copy',
     'no_results'    => '- No entries found -',
@@ -1651,6 +1660,8 @@
     'meta_description' => 'Meta Description',
     'meta_keywords' => 'Meta Keywords',        
     'na'            => 'N/A',
+    'unavailable'   => 'N/A',
+    'warning'       => '!!!',
     'token_expiry'  => 'You have until %s to make changes. After that time, the security token embedded into this page will expire and you will lose your changes.',
     'token_expired' => 'The security token for this operation has expired. Please authenticate again to continue.',
     'reauth_msg'    => 'The security token for this operation has expired. If you want to continue with this operation, then please authenticate again below. This will ensure that the changes you just made will not be lost.',
@@ -1748,6 +1759,7 @@
     'noreply_mail' => "No-Reply E-Mail",
     'site_name' => "Site Name",
     'site_slogan' => "Slogan",
+    'owner_name' => "Owner Name",
     'microsummary_short' => "Microsummary",
     'path_log' => "Log",
     'path_language' => "Language",
@@ -1940,6 +1952,7 @@
     'censorlist' => "Censor List",
     'ip_lookup' => "IP Lookup",
     'url_rewrite' => "Enable URL Rewrite",
+    'cdn_hosted' => "Use CDN-hosted copy of jQuery",
     'meta_tags' => "Meta Tags",
     'meta_description' => "Default Meta Description",
     'meta_keywords' => "Default Meta Keywords",    



More information about the geeklog-cvs mailing list