]> git.mjollnir.org Git - s9y.git/commitdiff
Corrected a few spelling errors in English lang strings.
authorcloveless <cloveless>
Thu, 28 Jul 2005 12:22:41 +0000 (12:22 +0000)
committercloveless <cloveless>
Thu, 28 Jul 2005 12:22:41 +0000 (12:22 +0000)
lang/serendipity_lang_en.inc.php

index 50be115df69487b24c0bfe89954c170b66d2fcf3..46d7677b498d55b0338f410c2e1f93ec93f31702 100644 (file)
@@ -84,7 +84,7 @@
 @define('ADDING_IMAGE', 'Adding image...');
 @define('THUMB_CREATED_DONE', 'Thumbnail created.<br/>Done.');
 @define('ERROR_FILE_EXISTS_ALREADY', 'Error: File already exists on your machine!');
-@define('ERROR_UNKNOWN_NOUPLOAD', 'Unknown error occured, file not uploaded. Maybe your filesize is larger than the maximum size allowed by your server installation. Check with your ISP or edit your php.ini file to allow larger file size uploads.');
+@define('ERROR_UNKNOWN_NOUPLOAD', 'Unknown error occurred, file not uploaded. Maybe your filesize is larger than the maximum size allowed by your server installation. Check with your ISP or edit your php.ini file to allow larger file size uploads.');
 @define('GO', 'Go!');
 @define('NEWSIZE', 'New size: ');
 @define('RESIZE_BLAHBLAH', '<b>Resize %s</b><p>');
 @define('ALL_AUTHORS', 'All authors');
 @define('CATEGORIES_TO_FETCH', 'Categories to fetch');
 @define('CATEGORIES_TO_FETCH_DESC', 'Fetch categories from which author?');
-@define('PAGE_BROWSE_ENTRIES', 'Page %s of %s, totalling %s entries');
+@define('PAGE_BROWSE_ENTRIES', 'Page %s of %s, totaling %s entries');
 @define('PREVIOUS_PAGE', 'previous page');
 @define('NEXT_PAGE', 'next page');
 @define('ALL_CATEGORIES', 'All categories');
 @define('PLUGIN_SUPERUSER_HTTPS_DESC', 'Lets the login-link point to a https-location. Your webserver needs to support this!');
 @define('INSTALL_SHOW_EXTERNAL_LINKS', 'Make external links clickable?');
 @define('INSTALL_SHOW_EXTERNAL_LINKS_DESC', '"no": Unchecked external links (Top Exits, Top Referrers, User comments) are not shown/shown as plain text where applicable to prevent google spam (recommended). "yes": Unchecked external links are shown as hyperlinks. Can be overridden within sidebar plugin configuration!');
-@define('PAGE_BROWSE_COMMENTS', 'Page %s of %s, totalling %s comments');
+@define('PAGE_BROWSE_COMMENTS', 'Page %s of %s, totaling %s comments');
 @define('FILTERS', 'Filters');
 @define('FIND_ENTRIES', 'Find entries');
 @define('FIND_COMMENTS', 'Find comments');
 @define('ENTER_MEDIA_UPLOAD', 'Select a file you wish to upload:');
 @define('SAVE_FILE_AS', 'Save the file as:');
 @define('STORE_IN_DIRECTORY', 'Store inside the following directory: ');
-@define('ADD_MEDIA_BLAHBLAH', '<b>Add a file to your media repository:</b><p>Here you can upload mediafiles, or tell me to fetch them from somewhere in the web! If you do not have an appropriate image, <a href="http://images.google.com" target="_blank">search for images on google</a> matching your thoughts, the results are often useful and funny :) But be careful, most images are copyrighted, so you should ask before using them.<p><b>Select method:</b><br/>');
+@define('ADD_MEDIA_BLAHBLAH', '<b>Add a file to your media repository:</b><p>Here you can upload media files, or tell me to fetch them from somewhere in the web! If you do not have an appropriate image, <a href="http://images.google.com" target="_blank">search for images on google</a> matching your thoughts, the results are often useful and funny :) But be careful, most images are copyrighted, so you should ask before using them.<p><b>Select method:</b><br/>');
 @define('MEDIA_RENAME', 'Rename this file');
 @define('IMAGE_RESIZE', 'Resize this image');
 @define('MEDIA_DELETE', 'Delete this file');
 @define('TRACKBACK_SENT', 'Trackback successful');
 @define('TRACKBACK_FAILED', 'Trackback failed: %s');
 @define('TRACKBACK_NOT_FOUND', 'No trackback-URI found.');
-@define('TRACKBACK_URI_MISMATCH', 'The autodiscovered trackback URI does not match our target URI.');
+@define('TRACKBACK_URI_MISMATCH', 'The auto-discovered trackback URI does not match our target URI.');
 @define('TRACKBACK_CHECKING', 'Checking <u>%s</u> for possible trackbacks...');
 @define('TRACKBACK_NO_DATA', 'Target contained no data');
 @define('TRACKBACK_SIZE', 'Target URI exceeded maximum filesize of %s bytes.');
 @define('BACKEND_TITLE_FOR_NUGGET', 'Here you can define a custom string which is displayed in the Plugin Configuration screen together with the description of the HTML Nugget plugin. If you have multiple HTML nuggets with an empty title, this helps to distinct the plugins from another.'); // Translate
 @define('CATEGORIES_ALLOW_SELECT', 'Allow visitors to display multiple categories at once?'); // Translate
 @define('CATEGORIES_ALLOW_SELECT_DESC', 'If this option is enabled, a checkbox will be put next to each category in this sidebar plugin. Users can check those boxes and then see entries belonging to their selection.'); // Translate
-@define('PAGE_BROWSE_PLUGINS', 'Page %s of %s, totalling %s plugins.');
+@define('PAGE_BROWSE_PLUGINS', 'Page %s of %s, totaling %s plugins.');
 @define('INSTALL_CAT_PERMALINKS', 'Permalinks');
 @define('INSTALL_CAT_PERMALINKS_DESC', 'Defines various URL patterns to define permanent links in your blog. It is suggested that you use the defaults; if not, you should try to use the %id% value where possible to prevent Serendipity from querying the database to lookup the target URL.');
 @define('INSTALL_PERMALINK', 'Permalink Entry URL structure');
-@define('INSTALL_PERMALINK_DESC', 'Here you can define the relative URL structure begining from your base URL to where entries may become available. You can use the variables %id%, %title%, %day%, %month%, %year% and any other characters.');
+@define('INSTALL_PERMALINK_DESC', 'Here you can define the relative URL structure beginning from your base URL to where entries may become available. You can use the variables %id%, %title%, %day%, %month%, %year% and any other characters.');
 @define('INSTALL_PERMALINK_AUTHOR', 'Permalink Author URL structure');
-@define('INSTALL_PERMALINK_AUTHOR_DESC', 'Here you can define the relative URL structure begining from your base URL to where entries from certain authors may become available. You can use the variables %id%, %realname%, %username%, %email% and any other characters.');
+@define('INSTALL_PERMALINK_AUTHOR_DESC', 'Here you can define the relative URL structure beginning from your base URL to where entries from certain authors may become available. You can use the variables %id%, %realname%, %username%, %email% and any other characters.');
 @define('INSTALL_PERMALINK_CATEGORY', 'Permalink Category URL structure');
-@define('INSTALL_PERMALINK_CATEGORY_DESC', 'Here you can define the relative URL structure begining from your base URL to where entries from certain categories may become available. You can use the variables %id%, %name%, %description% and any other characters.');
+@define('INSTALL_PERMALINK_CATEGORY_DESC', 'Here you can define the relative URL structure beginning from your base URL to where entries from certain categories may become available. You can use the variables %id%, %name%, %description% and any other characters.');
 @define('INSTALL_PERMALINK_FEEDCATEGORY', 'Permalink RSS-Feed Category URL structure');
-@define('INSTALL_PERMALINK_FEEDCATEGORY_DESC', 'Here you can define the relative URL structure begining from your base URL to where RSS-feeds frmo certain categories may become available. You can use the variables %id%, %name%, %description% and any other characters.');
+@define('INSTALL_PERMALINK_FEEDCATEGORY_DESC', 'Here you can define the relative URL structure beginning from your base URL to where RSS-feeds from certain categories may become available. You can use the variables %id%, %name%, %description% and any other characters.');
 @define('INSTALL_PERMALINK_ARCHIVESPATH', 'Path to archives');
 @define('INSTALL_PERMALINK_ARCHIVEPATH', 'Path to archive');
 @define('INSTALL_PERMALINK_CATEGORIESPATH', 'Path to categories');