OSDN Git Service

MERGE: リビジョン1672から1680にかけて行われた修正のうち、反映されてないものを追加。
[nucleus-jp/nucleus-next.git] / nucleus / locales / nl_Latn_NL.ISO-8859-15.php
index cf6ed43..3aa36c0 100644 (file)
 // - Nucleus v2.5-3.1 Norbert (beckerswna@yahoo.com)
 // - Nucleus v1.0-2.5 Wouter Demuynck (nucleuscms.org)
 //
-// Please note: if you want to translate this file to your own locale, be aware
+// Please note: if you want to translate this file to your own translation, be aware
 // that in a next Nucleus version, new variables might be added and some other ones
 // might be deleted. Therefor, it's important to list the Nucleus version for which
 // the file was written in your document.
 //
-// Fully translated file can be sent to us
+// Fully translated translation file can be sent to us
 // and will be available for download (with proper credit to the author, of course)
 //
 // Oct 7, 2005 - Translation fine-tuned and spellingcorrection by Errie (http://getverd.errie.com
 //
+/**
+ * Nucleus Language File
+ *
+ * @license http://nucleuscms.org/license.txt GNU General Public License
+ * @copyright Copyright (C) 2002-2012 The Nucleus Group
+ * @version $Id: nl_Latn_NL.ISO-8859-15.php 1678 2012-02-26 07:31:36Z sakamocchi $
+ */
+
+/********************************************
+ *        Start New for 4.0                 *
+ ********************************************/
+define('_SKINIE_INVALID_NAMES_DETECTED', 'Invalid skin or templates names detected. Valid names consist of only a-z, A-Z, 0-9, -, and _'); 
+define('_LISTS_AUTHOR', 'Author');
+define('_OVERVIEW_OTHER_DRAFTS', 'Other Drafts');
+/********************************************
+ *        Start New for 3.6x                *
+ ********************************************/
+define('_ERROR_USER_TOO_LONG', 'Please enter a name shorter than 40 characters.');
+define('_ERROR_EMAIL_TOO_LONG', 'Please enter an email shorter than 100 characters.');
+define('_ERROR_URL_TOO_LONG', 'Please enter a website shorter than 100 characters.');
+
+/********************************************
+ *        Start New for 3.62                *
+ ********************************************/
+define('_SETTINGS_ADMINCSS',           'Admin Area Style');
+
+/********************************************
+ *        Start New for 3.50                *
+ ********************************************/
+define('_PLUGS_TITLE_GETPLUGINS',              'get more plugins...');
+define('_ARCHIVETYPE_YEAR', 'year');
+define('_ADMIN_SYSTEMOVERVIEW_LATESTVERSION_TITLE',            'Newer Version Available');
+define('_ADMIN_SYSTEMOVERVIEW_LATESTVERSION_TEXT',             'Upgrade available: v');
+define('_MANAGER_PLUGINSQLAPI_NOTSUPPORT', "Plugin %s was not loaded (does not support SqlApi and you are trying to use a non-mysql db)");
+
+
+/********************************************
+ *        Start New for 3.40                *
+ ********************************************/
+
+// START changed/added after 3.33 START
+define('_MEMBERS_USEAUTOSAVE',                                         'Use the Autosave function?');
+
+define('_TEMPLATE_PLUGIN_FIELDS',                                      'Custom Plugin Fields');
+define('_TEMPLATE_BLOGLIST',                                           'Template Blog List');
+define('_TEMPLATE_BLOGHEADER',                                         'Blog List Header');
+define('_TEMPLATE_BLOGITEM',                                           'Blog List Item');
+define('_TEMPLATE_BLOGFOOTER',                                         'Blog List Footer');
+
+define('_SETTINGS_DEFAULTLISTSIZE',                                    'Default Size of Lists in Admin Area');
+define('_SETTINGS_DEBUGVARS',          'Debug Vars');
+
+define('_CREATE_ACCOUNT_TITLE',                                                'Create Member Account');
+define('_CREATE_ACCOUNT0',                                                     'Create Account');
+define('_CREATE_ACCOUNT1',                                                     'Visitors are not allowed to create a Member Account.<br /><br />');
+define('_CREATE_ACCOUNT2',                                                     'Please contact the website administrator for more information.');
+define('_CREATE_ACCOUNT_USER_DATA',                                    'Account Info.');
+define('_CREATE_ACCOUNT_LOGIN_NAME',                           'Login Name (required):');
+define('_CREATE_ACCOUNT_LOGIN_NAME_VALID',                     'only a-z and 0-9 allowed, no spaces at start/end');
+define('_CREATE_ACCOUNT_REAL_NAME',                                    'Real Name (required):');
+define('_CREATE_ACCOUNT_EMAIL',                                                'Email (required):');
+define('_CREATE_ACCOUNT_EMAIL2',                                       '(must be valid, because an activation link will be sent over there)');
+define('_CREATE_ACCOUNT_URL',                                          'URL:');
+define('_CREATE_ACCOUNT_SUBMIT',                                       'Create Account');
+
+define('_BMLET_BACKTODRAFTS',          'Move back to drafts');
+define('_BMLET_CANCEL',                                'Cancel');
+
+define('_LIST_ITEM_NOCONTENT',                                         'No Comment');
+define('_LIST_ITEM_COMMENTS',                                          '%d Comments');
+
+define('_EDITC_URL',                           'Web site');
+define('_EDITC_EMAIL',                         'E-mail');
+
+define('_MANAGER_PLUGINFILE_NOTFOUND',                         "Plugin %s was not loaded (File not found)");
+/* changed */
+// plugin dependency 
+define('_ERROR_INSREQPLUGIN',          'Plugin installation failed, requires %s');
+define('_ERROR_DELREQPLUGIN',          'Plugin deletion failed, required by %s');
+
+//define('_ADD_ADDLATER',                                                              'Add Later');
+define('_ADD_ADDLATER',                                                                'Add the dates specified');
+
+define('_LOGIN_NAME',                          'Name:');
+define('_LOGIN_PASSWORD',                      'Password:');
+
+// changed from _BOOKMARLET_BMARKLFOLLOW
+define('_BOOKMARKLET_BMARKFOLLOW',                                     ' (Works with nearly all browsers)');
+// END changed/added after 3.33 END
+
+// START merge UTF-8 and EUC-JP
+
+// Create New blog
+define('_ADMIN_NOTABILIA',                                                     'Some information');
+define('_ADMIN_PLEASE_READ',                                           "Before you start, here's some <strong>important information</strong>");
+define('_ADMIN_HOW_TO_ACCESS',                                         "After you've created a new weblog, you'll need to perform some actions to make your blog accessible. There are two possibilities:");
+define('_ADMIN_SIMPLE_WAY',                                                    "<strong>Simple:</strong> Create a copy of <code>index.php</code> and modify it to display your new weblog. Further instructions on how to do this will be provided after you've submitted this first form.");
+define('_ADMIN_ADVANCED_WAY',                                          "<strong>Advanced:</strong> Insert the blog content into your current skins using skinvars like <code>&lt;%otherblog()&gt;</code>. This way, you can place multiple blogs on the same page.");
+define('_ADMIN_HOW_TO_CREATE',                                         'Create Weblog');
+
+
+define('_BOOKMARKLET_NEW_CATEGORY',                                    'Item was added, and a new category was created. ');
+define('_BOOKMARKLET_NEW_CATEGORY_EDIT',                       'Click here to edit the name and description of the category.');
+define('_BOOKMARKLET_NEW_WINDOW',                                      'Opens in new window');
+define('_BOOKMARKLET_SEND_PING',                                       'Item was added successfully. Now pinging weblogs.com. Please hold on... (can take a while)'); // NOTE: This string is no longer in used
+
+// END merge UTF-8 and EUC-JP
+
+// <add by shizuki>
+// OVERVIEW screen
+define('_OVERVIEW_SHOWALL',                                                    'Show all blogs');      // <add by shizuki />
+
+// Edit skins
+define('_SKINEDIT_ALLOWEDBLOGS',                                               'Short blog names:');                   // <add by shizuki>
+define('_SKINEDIT_ALLOWEDTEMPLATESS',                                  'Template names:');             // <add by shizuki>
+
+// delete member
+define('_WARNINGTXT_NOTDELMEDIAFILES',                         'Please note that media files will <b>NOT</b> be deleted. (At least not in this Nucleus version)');     // <add by shizuki />
+
+// send Weblogupdate.ping
+define('_UPDATEDPING_MESSAGE',                                         '<h2>Site Updated, Now pinging various weblog listing services...</h2><p>This can take a while...</p><p>If you aren\'t automatically passed through, '); // NOTE: This string is no longer in used
+define('_UPDATEDPING_GOPINGPAGE',                                      'try again'); // NOTE: This string is no longer in used
+define('_UPDATEDPING_PINGING',                                         'Pinging services, please wait...'); // NOTE: This string is no longer in used
+define('_UPDATEDPING_VIEWITEM',                                                'View list of recent items for '); // NOTE: This string is no longer in used
+define('_UPDATEDPING_VISITOWNSITE',                                    'Visit your own site'); // NOTE: This string is no longer in used
+
+// General category
+define('_EBLOGDEFAULTCATEGORY_NAME',                           'General');
+define('_EBLOGDEFAULTCATEGORY_DESC',                           'Items that do not fit in other categories');
+
+// First ITEM
+define('_EBLOG_FIRSTITEM_TITLE',                                       'First Item');
+define('_EBLOG_FIRSTITEM_BODY',                                                'This is the first item in your weblog. Feel free to delete it.');
+
+// New weblog was created
+define('_BLOGCREATED_TITLE',                                           'New weblog created');
+define('_BLOGCREATED_ADDEDTXT',                                                "Your new weblog (%s) has been created. To continue, choose the way you'll want to make it viewable:");
+define('_BLOGCREATED_SIMPLEWAY',                                       "Easiest: A copy of <code>%s.php</code>");
+define('_BLOGCREATED_ADVANCEDWAY',                                     "Advanced: Call the weblog from existing skins");
+define('_BLOGCREATED_SIMPLEDESC1',                                     "Method 1: Create an extra <code>%s.php</code> file");
+define('_BLOGCREATED_SIMPLEDESC2',                                     "Create a file called <code>%s.php</code>, and copy-paste the following code into it:");
+define('_BLOGCREATED_SIMPLEDESC3',                                     "Upload the file next to your existing <code>index.php</code> file, and you should be all set.");
+define('_BLOGCREATED_SIMPLEDESC4',                                     "To finish the weblog creation process, please fill out the final URL for your weblog (the proposed value is a <em>guess</em>, don't take it for granted):");
+define('_BLOGCREATED_ADVANCEDWAY2',                                    "Method 2: Call the weblog from existing skins");
+define('_BLOGCREATED_ADVANCEDWAY3',                                    "To finish the weblog creation process, simply please fill out the final URL for your weblog: (might be the same as another already existing weblog)");
+
+// Donate!
+define('_ADMINPAGEFOOT_OFFICIALURL',                           'http://nucleuscms.org/');
+define('_ADMINPAGEFOOT_DONATEURL',                                     'http://nucleuscms.org/donate.php');
+define('_ADMINPAGEFOOT_DONATE',                                                'Donate!');
+define('_ADMINPAGEFOOT_COPYRIGHT',                                     'The Nucleus Group');
+
+// Quick menu
+define('_QMENU_MANAGE_SYSTEM',                                         'System info');
+
+// REG file
+define('_WINREGFILE_TEXT',                                                     'Post To &Nucleus (%s)');
+
+// Bookmarklet
+define('_BOOKMARKLET_TITLE',                                           'Bookmarklet<!-- and Right Click Menu -->');
+define('_BOOKMARKLET_DESC1',                                           'Bookmarklets allow adding items to your weblog with just one single click. ');
+define('_BOOKMARKLET_DESC2',                                           'After installing these bookmarklets, you\'ll be able to click the \'add to weblog\' button on your browser toolbar, ');
+define('_BOOKMARKLET_DESC3',                                           'and a Nucleus add-item window will popup, ');
+define('_BOOKMARKLET_DESC4',                                           'containing the link and title of the page you were visiting, ');
+define('_BOOKMARKLET_DESC5',                                           'plus any text you might have selected.');
+define('_BOOKMARKLET_BOOKARKLET',                                      'bookmarklet');
+define('_BOOKMARKLET_ANCHOR',                                          'Add to %s');
+define('_BOOKMARKLET_BMARKTEXT',                                       'You can drag the following link to your favorites, or your browsers toolbar: ');
+define('_BOOKMARKLET_BMARKTEST',                                       '(if you want to test the bookmarklet first, click the link)');
+define('_BOOKMARKLET_RIGHTCLICK',                                      'Right Click Menu Access (IE &amp; Windows)');
+define('_BOOKMARKLET_RIGHTLABEL',                                      'right click menu item');
+define('_BOOKMARKLET_RIGHTTEXT1',                                      'Or you can install the ');
+define('_BOOKMARKLET_RIGHTTEXT2',                                      ' (choose \'open file\' and add to registry)');
+define('_BOOKMARKLET_RIGHTTEXT3',                                      'You\'ll have to restart Internet Explorer before the option shows up in the context menus.');
+define('_BOOKMARKLET_UNINSTALLTT',                                     'Uninstalling');
+define('_BOOKMARKLET_DELETEBAR',                                       'For the bookmarklet, you can just delete it.');
+define('_BOOKMARKLET_DELETERIGHTT',                                    'For the right click menu item, follow the procedure listed below:');
+define('_BOOKMARKLET_DELETERIGHT1',                                    'Select "Run..." from the Start Menu');
+define('_BOOKMARKLET_DELETERIGHT2',                                    'Type: "regedit"');
+define('_BOOKMARKLET_DELETERIGHT3',                                    'Click the "OK" button');
+define('_BOOKMARKLET_DELETERIGHT4',                                    'Search for "\HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt" in the tree');
+define('_BOOKMARKLET_DELETERIGHT5',                                    'Delete the "add to \'Your weblog\'" item');
+
+define('_BOOKMARKLET_ERROR_SOMETHINGWRONG',                    'Something went wrong');
+define('_BOOKMARKLET_ERROR_COULDNTNEWCAT',                     'Could not create new category');
+
+// BAN
+define('_BAN_EXAMPLE_TITLE',                                           'An example');
+define('_BAN_EXAMPLE_TEXT',                                                    ': "134.58.253.193" will only block one computer, while "134.58.253" will block 256 IP addresses, including the one from the first example.');
+define('_BAN_IP_CUSTOM',                                                       'Custom: ');
+define('_BAN_BANBLOGNAME',                                                     'Only blog %s');
+
+// Plugin Options
+define('_PLUGIN_OPTIONS_TITLE',                                                        'Options for %s');
+
+// Plugin file loda error
+define('_PLUGINFILE_COULDNT_BELOADED',                         'Error: plugin file <strong>%s.php</strong> could not be loaded, or it has been set inactive because it does not support some features (check the <a href="?action=actionlog">actionlog</a> for more info)');
+
+//ITEM add/edit template (for japanese only)
+define('_ITEM_ADDEDITTEMPLATE_FORMAT',                         'Format :');
+define('_ITEM_ADDEDITTEMPLATE_YEAR',                           'Year');
+define('_ITEM_ADDEDITTEMPLATE_MONTH',                          'Month');
+define('_ITEM_ADDEDITTEMPLATE_DAY',                                    'Day');
+define('_ITEM_ADDEDITTEMPLATE_HOUR',                           'Hour');
+define('_ITEM_ADDEDITTEMPLATE_MINUTE',                         'Minute');
+
+// Errors
+define('_ERRORS_INSTALLSQL',                                           'install.sql should be deleted');
+define('_ERRORS_INSTALLDIR',                                           'install directory should be deleted');  // <add by shizuki />
+define('_ERRORS_INSTALLPHP',                                           'install.php should be deleted');
+define('_ERRORS_UPGRADESDIR',                                          'nucleus/upgrades directory should be deleted');
+define('_ERRORS_CONVERTDIR',                                           'nucleus/convert directory should be deleted');
+define('_ERRORS_CONFIGPHP',                                                    'config.php should be non-writable (chmod to 444)');
+define('_ERRORS_STARTUPERROR1',                                                '<p>One or more of the Nucleus installation files are still present on the webserver, or are writable.</p><p>You should remove these files or change their permissions to ensure security. Here are the files that were found by Nucleus</p> <ul><li>');
+define('_ERRORS_STARTUPERROR2',                                                '</li></ul><p>If you don\'t want to see this error message again, without solving the problem, set <code>$CONF[\'alertOnSecurityRisk\']</code> in <code>globalfunctions.php</code> to <code>0</code>, or do this at the end of <code>config.php</code>.</p>');
+define('_ERRORS_STARTUPERROR3',                                                'Security Risk');
+
+// PluginAdmin tickets by javascript
+define('_PLUGINADMIN_TICKETS_JAVASCRIPT',                      '<p><b>Error occured during automatic addition of tickets.</b></p>');
+
+// Global settings disablesite URL
+define('_SETTINGS_DISABLESITEURL',                                     'Redirect URL:');
+
+// Skin import/export
+define('_SKINIE_SEELEMENT_UNEXPECTEDTAG',                      'UNEXPECTED TAG');
+define('_SKINIE_ERROR_FAILEDOPEN_FILEURL',                     'Failed to open file/URL');
+define('_SKINIE_NAME_CLASHES_DETECTED',                                'Name clashes detected, re-run with allowOverwrite = 1 to force overwrite');
+
+// ACTIONS.php parse_commentform
+define('_ACTIONURL_NOTLONGER_PARAMATER',                       'actionurl is not longer a parameter on commentform skinvars. Moved to be a global setting instead.');
+
+// ADMIN.php addToTemplate 'Query error: '
+define('_ADMIN_SQLDIE_QUERYERROR',                                     'Query error: ');
+
+// backyp.php Backup WARNING
+define('_BACKUP_BACKUPFILE_TITLE',                                     'This is a backup file generated by Nucleus');
+define('_BACKUP_BACKUPFILE_BACKUPDATE',                                'backup-date:');
+define('_BACKUP_BACKUPFILE_NUCLEUSVERSION',                    'Nucleus CMS version:');
+define('_BACKUP_BACKUPFILE_DATABASE_NAME',                     'Nucleus CMS Database name:');
+define('_BACKUP_BACKUPFILE_TABLE_NAME',                                'TABLE:');
+define('_BACKUP_BACKUPFILE_TABLEDATAFOR',                      'Table Data for %s');
+define('_BACKUP_WARNING_NUCLEUSVERSION',                       'WARNING: Only try to restore on servers running the exact same version of Nucleus');
+define('_BACKUP_RESTOR_NOFILEUPLOADED',                                'No file uploaded');
+define('_BACKUP_RESTOR_UPLOAD_ERROR',                          'File Upload Error');
+define('_BACKUP_RESTOR_UPLOAD_NOCORRECTTYPE',          'The uploaded file is not of the correct type');
+define('_BACKUP_RESTOR_UPLOAD_NOZLIB',                         'Cannot decompress gzipped backup (zlib package not installed)');
+define('_BACKUP_RESTOR_SQL_ERROR',                                     'SQL Error: ');
+
+// BLOG.php addTeamMember
+define('_TEAM_ADD_NEWTEAMMEMBER',                                      'Added %s (ID=%d) to the team of blog "%s"');
+
+// ADMIN.php systemoverview()
+define('_ADMIN_SYSTEMOVERVIEW_HEADING',                                'System Overview');
+define('_ADMIN_SYSTEMOVERVIEW_PHPANDMYSQL',                    'PHP and MySQL');
+define('_ADMIN_SYSTEMOVERVIEW_VERSIONS',                       'Versions');
+define('_ADMIN_SYSTEMOVERVIEW_PHPVERSION',                     'PHP version');
+define('_ADMIN_SYSTEMOVERVIEW_MYSQLVERSION',           'MySQL version');
+define('_ADMIN_SYSTEMOVERVIEW_SETTINGS',                       'Settings');
+define('_ADMIN_SYSTEMOVERVIEW_GDLIBRALY',                      'GD Libraly');
+define('_ADMIN_SYSTEMOVERVIEW_MODULES',                                'Modules');
+define('_ADMIN_SYSTEMOVERVIEW_ENABLE',                         'enabled');
+define('_ADMIN_SYSTEMOVERVIEW_DISABLE',                                'disabled');
+define('_ADMIN_SYSTEMOVERVIEW_NUCLEUSSYSTEM',          'Your Nucleus CMS System');
+define('_ADMIN_SYSTEMOVERVIEW_NUCLEUSVERSION',         'Nucleus CMS version');
+define('_ADMIN_SYSTEMOVERVIEW_NUCLEUSPATCHLEVEL',      'Nucleus CMS patch level');
+define('_ADMIN_SYSTEMOVERVIEW_NUCLEUSSETTINGS',                'Important settings');
+define('_ADMIN_SYSTEMOVERVIEW_VERSIONCHECK',           'Check for a new version');
+define('_ADMIN_SYSTEMOVERVIEW_VERSIONCHECK_TXT',       'Check on nucleuscms.org if a new version is available: ');
+define('_ADMIN_SYSTEMOVERVIEW_VERSIONCHECK_URL',       'http://nucleuscms.org/version.php?v=%d&amp;pl=%d');
+define('_ADMIN_SYSTEMOVERVIEW_VERSIONCHECK_TITLE',     'Check for upgrade');
+define('_ADMIN_SYSTEMOVERVIEW_NOT_ADMIN',                      "You haven't enough rights to see the system informations.");
+
+// ENCAPSULATE.php
+define('_ENCAPSULATE_ENCAPSULATE_NOENTRY',                     'No entries');
+
+// globalfunctions.php
+define('_GFUNCTIONS_LOGINPCSHARED_YES',                                'on shared PC');
+define('_GFUNCTIONS_LOGINPCSHARED_NO',                         'on not shared PC');
+define('_GFUNCTIONS_LOGINSUCCESSFUL_TXT',                      'Login successful for %s (%s)');
+define('_GFUNCTIONS_LOGINFAILED_TXT',                          'Login failed for %s');
+define('_GFUNCTIONS_LOGOUT_TXT',                                       '%s is logouted');
+define('_GFUNCTIONS_HEADERSALREADYSENT_FILE',          ' in <code>%s</code> line <code>%s</code>');
+define('_GFUNCTIONS_HEADERSALREADYSENT_TITLE',         ' Page headers already sent');
+define('_GFUNCTIONS_HEADERSALREADYSENT_TXT',           '<p>The page headers have already been sent out%s. This could cause Nucleus not to work in the expected way.</p><p>Usually, this is caused by spaces or newlines at the end of the <code>config.php</code> file, at the end of the translation file or at the end of a plugin file. Please check this and try again.</p><p>If you don\'t want to see this error message again, without solving the problem, set <code>$CONF[\'alertOnHeadersSent\']</code> in <code>globalfunctions.php</code> to <code>0</code></p>');
+define('_GFUNCTIONS_PARSEFILE_FILEMISSING',                    'A file is missing');
+define('_GFUNCTIONS_AN_ERROR_OCCURRED',                                'Sorry. An error occurred.');
+define('_GFUNCTIONS_YOU_AERNT_LOGGEDIN',                       "You aren't logged in.");
+
+// MANAGER.php
+define('_MANAGER_PLUGINFILE_NOCLASS',                          "Plugin %s was not loaded (Class not found in file, possible parse error)");
+define('_MANAGER_PLUGINTABLEPREFIX_NOTSUPPORT',                "Plugin %s was not loaded (does not support SqlTablePrefix)");
+
+// mysql.php
+define('_NO_SUITABLE_MYSQL_LIBRARY',                           "<p>No suitable mySQL library was found to run Nucleus</p>");
+
+// PLUGIN.php
+define('_ERROR_PLUGIN_NOSUCHACTION',                           'No Such Action');
+
+// PLUGINADMIN.php
+define('_ERROR_INVALID_PLUGIN',                                                'Invalid plugin');
+
+// showlist.php
+define('_LIST_PLUGS_DEPREQ',                                           'Plugin(s) requires:');
+define('_LIST_SKIN_PREVIEW',                                           "Preview for '%s' skin");
+define('_LIST_SKIN_PREVIEW_VIEWLARGER',                                "View larger");
+define('_LIST_SKIN_README',                                                    "More info on the '%s' skin");
+define('_LIST_SKIN_README_TXT',                                                'Read me');
+
+// BLOG.php createNewCategory()
+define('_CREATED_NEW_CATEGORY_NAME',                           'newcat');
+define('_CREATED_NEW_CATEGORY_DESC',                           'New category');
+
+// ADMIN.php blog settings
+define('_EBLOG_CURRENT_TEAM_MEMBER',                           'Members currently on your team:');
+
+/********************************************
+ *        End New for 3.40                  *
+ ********************************************/
+
+// START changed/added after 3.3 START
+define('_AUTOSAVEDRAFT',               'Auto save draft');
+define('_AUTOSAVEDRAFT_LASTSAVED',     'Last saved: ');
+define('_AUTOSAVEDRAFT_NOTYETSAVED',   'No saves have been made yet');
+define('_AUTOSAVEDRAFT_NOW',           'Auto save now');
+define('_SKIN_PARTS_SPECIAL',          'Special skin parts');
+define('_ERROR_SKIN_PARTS_SPECIAL_FORMAT',             'You must enter a name that exists only out of lowercase letters and digits');
+define('_ERROR_SKIN_PARTS_SPECIAL_DELETE',             'Can\'t delete this skin part');
+define('_CONFIRMTXT_SKIN_PARTS_SPECIAL',               'Do you really want to delete this special skin part?');
+define('_ERROR_PLUGIN_LOAD',           'Plugin could not be loaded, or does not support certain features that are required for it to run on your Nucleus installation (you might want to check the <a href="?action=actionlog">actionlog</a> for more info)');
+// END changed/added after 3.3 END
 
 // START changed/added after 3.22 START
 define('_ERROR_EMAIL_REQUIRED',                'Email adres is verplicht');
@@ -46,7 +378,7 @@ define('_ARCHIVETYPE_MONTH',         'maand');
 define('_ERROR_BADTICKET',                     'Ongeldig ticket.');
 
 // plugin dependency
-define('_ERROR_INSREQPLUGIN',          'Plugin kon niet geïnstalleerd worden: vereist ');
+define('_ERROR_INSREQPLUGIN',          'Plugin kon niet ge�nstalleerd worden: vereist ');
 define('_ERROR_DELREQPLUGIN',          'Plugin kon niet verwijderd worden: vereist door ');
 
 // cookie prefix
@@ -207,7 +539,7 @@ define('_SETTINGS_URLMODE_PATHINFO','Fancy');
 // Batch operations
 define('_BATCH_NOSELECTION',           'Er werd niks geselecteerd');
 define('_BATCH_ITEMS',                         'Groepbewerking op berichten');
-define('_BATCH_CATEGORIES',                    'Groepbewerking op categorieën');
+define('_BATCH_CATEGORIES',                    'Groepbewerking op categorien');
 define('_BATCH_MEMBERS',                       'Groepbewerking op leden');
 define('_BATCH_TEAM',                          'Groepbewerking op teamleden');
 define('_BATCH_COMMENTS',                      'Groepbewerking op reacties');
@@ -270,8 +602,8 @@ define('_SKINIE_INFO_TEMPLATES',    'Sjablonen in bestand:');
 define('_SKINIE_INFO_GENERAL',         'Info:');
 define('_SKINIE_INFO_SKINCLASH',       'Dubbele skinnamen:');
 define('_SKINIE_INFO_TEMPLCLASH',      'Dubbele templatenamen:');
-define('_SKINIE_INFO_IMPORTEDSKINS','Geïmporteerde skins:');
-define('_SKINIE_INFO_IMPORTEDTEMPLS','Geïmporteerde templats:');
+define('_SKINIE_INFO_IMPORTEDSKINS','Ge�mporteerde skins:');
+define('_SKINIE_INFO_IMPORTEDTEMPLS','Ge�mporteerde templats:');
 define('_SKINIE_DONE',                         'Klaar met importeren');
 
 define('_AND',                                         'en');
@@ -350,12 +682,12 @@ define('_ITEM_DELETED',                           'Bericht werd verwijderd');
 // plugins
 define('_CONFIRMTXT_PLUGIN',           'Doorgaan met het verwijderen van plugin');
 define('_ERROR_NOSUCHPLUGIN',          'Gevraagde plugin bestaat niet');
-define('_ERROR_DUPPLUGIN',                     'Sorry, deze plugin is reeds geïnstalleerd');
+define('_ERROR_DUPPLUGIN',                     'Sorry, deze plugin is reeds ge�nstalleerd');
 define('_ERROR_PLUGFILEERROR',         'Er bestaat geen dergelijke plugin, ofwel zijn de bestandspermissies fout.');
 define('_PLUGS_NOCANDIDATES',          'Geen kandidaat-plugins gevonden');
 
 define('_PLUGS_TITLE_MANAGE',          'Beheer Plugins');
-define('_PLUGS_TITLE_INSTALLED',       'Momenteel geïnstalleerd');
+define('_PLUGS_TITLE_INSTALLED',       'Momenteel ge�nstalleerd');
 define('_PLUGS_TITLE_UPDATE',          'Plugin Subscriptions vernieuwen');
 define('_PLUGS_TEXT_UPDATE',           'Nucleus houdt een cache bij van de gebeurtenissen waarop een plugin ingeschreven is. Na een plugin upgrade kan het nodig zijn dat je de lijst van subscriptions vernieuwd.');
 define('_PLUGS_TITLE_NEW',                     'Nieuwe plugin installeren');
@@ -389,7 +721,7 @@ define('_ACTIONLOG_NEWMEMBER',              'Nieuwe gebruiker:');
 define('_MEMBERMAIL_MAIL',                     'Uw email adres:');
 
 // file upload
-define('_ERROR_DISALLOWEDUPLOAD2',     'Je probeert een bestand op te laden in de media directory van een andere gebruiker. U beschikt echter niet over de nodige rechten om dit te doen (U heeft admin-rechten nodig voor minstens één blog dat de doelgebruiker in het team heeft).');
+define('_ERROR_DISALLOWEDUPLOAD2',     'Je probeert een bestand op te laden in de media directory van een andere gebruiker. U beschikt echter niet over de nodige rechten om dit te doen (U heeft admin-rechten nodig voor minstens ��n blog dat de doelgebruiker in het team heeft).');
 
 // plugin list
 define('_LISTS_INFO',                          'Informatie');
@@ -490,7 +822,7 @@ define('_ADD_HREF_TT',                              'Link Maken');
 define('_ADD_MEDIA_TT',                                'Media Toevoegen');
 define('_ADD_PREVIEW_TT',                      'Voorbeeld Tonen/Verbergen');
 define('_ADD_CUT_TT',                          'Knippen');
-define('_ADD_COPY_TT',                         'Kopiëren');
+define('_ADD_COPY_TT',                         'Kopiren');
 define('_ADD_PASTE_TT',                                'Plakken');
 
 
@@ -587,14 +919,14 @@ define('_ERROR_BADREQUEST',                       'Foutief upload verzoek');
 define('_ERROR_DISALLOWEDUPLOAD',      'U bent niet gemachtigd om bestanden op te laden');
 define('_ERROR_BADPERMISSIONS',                'File/Dir permissies zijn niet correct ingesteld');
 define('_ERROR_UPLOADMOVEP',           'Probleem bij verplaatsen van opgeladen bestand');
-define('_ERROR_UPLOADCOPY',                    'Probleem bij kopiëren van bestand');
+define('_ERROR_UPLOADCOPY',                    'Probleem bij kopiren van bestand');
 define('_ERROR_UPLOADDUPLICATE',       'Een bestand met dezelfde naam bestaat reeds. Probeer uw bestand eerst te hernoemen.');
 define('_ERROR_LOGINDISALLOWED',       'Sorry, U bent niet gemachtigd om in te loggen op de admin area');
 define('_ERROR_DBCONNECT',                     'Kon geen verbinding maken met de MySQL database');
 define('_ERROR_DBSELECT',                      'Kon de databank niet correct selecteren.');
-define('_ERROR_NOSUCHTRANSLATION',             'De gevraagde taal bestaat niet');
+define('_ERROR_NOSUCHLANGUAGE',                'De gevraagde taal bestaat niet');
 define('_ERROR_NOSUCHCATEGORY',                'Categorie bestaat niet');
-define('_ERROR_DELETELASTCATEGORY',    'Er moet steeds minstens één categorie bestaan');
+define('_ERROR_DELETELASTCATEGORY',    'Er moet steeds minstens ��n categorie bestaan');
 define('_ERROR_DELETEDEFCATEGORY',     'Kan default categorie niet wissen');
 define('_ERROR_BADCATEGORYNAME',       'Ongeldige categorie-naam');
 define('_ERROR_DUPCATEGORYNAME',       'Er bestaat reeds een categorie met die naam');
@@ -674,7 +1006,7 @@ define('_EBLOG_CREATE_TITLE',              'Nieuw weblog');
 define('_EBLOG_CREATE_TEXT',           'Vul het onderstaande formulier in om een nieuw weblog aan te maken. <br /><br /> <b>Opmerking:</b> Enkel de verplichte velden worden hier getoond. Later kunt u extra opties instellen.');
 define('_EBLOG_CREATE',                                'Aanmaken');
 define('_EBLOG_CREATE_BTN',                    'Weblog Aanmaken');
-define('_EBLOG_CAT_TITLE',                     'Categorieën');
+define('_EBLOG_CAT_TITLE',                     'Categorien');
 define('_EBLOG_CAT_NAME',                      'Naam');
 define('_EBLOG_CAT_DESC',                      'Omschrijving');
 define('_EBLOG_CAT_CREATE',                    'Categorie Aanmaken');
@@ -794,7 +1126,7 @@ define('_SETTINGS_ALLOWCREATE',            'Bezoekers toelaten een gebruikersaccount aan t
 define('_SETTINGS_NEWLOGIN',           'Login toegelaten voor nieuwe gebruikers');
 define('_SETTINGS_NEWLOGIN2',          '(geldt enkel voor nieuwe accounts)');
 define('_SETTINGS_MEMBERMSGS',         'Member-2-Member Service Toelaten');
-define('_SETTINGS_LOCALE',             'Default Taal');
+define('_SETTINGS_LANGUAGE',           'Default Taal');
 define('_SETTINGS_DISABLESITE',                'Site Uitschakelen');
 define('_SETTINGS_DBLOGIN',                    'mySQL Login &amp; Database');
 define('_SETTINGS_UPDATE',                     'Bewaren');