[Piwik-svn] r525 - in trunk: lang libs/PhpDocumentor-1.3.2/phpDocumentor/Converters/CHM/default/templates/default/templates/media modules modules/DataTable/Renderer modules/SmartyPlugins modules/ViewDataTable plugins/Actions plugins/AdminHome/templates plugins/ExamplePlugin plugins/Feedback plugins/Home plugins/Home/templates plugins/Installation plugins/Installation/templates plugins/Login/templates plugins/SitesManager/templates plugins/VisitFrequency plugins/VisitsSummary plugins/Widgetize/templates

svnmaster at piwik.org svnmaster at piwik.org
Thu Jun 26 01:49:16 CEST 2008


Author: matt
Date: 2008-06-26 01:49:13 +0200 (Thu, 26 Jun 2008)
New Revision: 525

Modified:
   trunk/lang/ca.php
   trunk/lang/en.php
   trunk/lang/es.php
   trunk/lang/it.php
   trunk/lang/nl.php
   trunk/lang/ru.php
   trunk/lang/uk.php
   trunk/libs/PhpDocumentor-1.3.2/phpDocumentor/Converters/CHM/default/templates/default/templates/media/stylesheet.css
   trunk/modules/DataTable/Renderer/Console.php
   trunk/modules/SmartyPlugins/function.hiddenurl.php
   trunk/modules/SmartyPlugins/function.url.php
   trunk/modules/SmartyPlugins/modifier.urlRewriteAdminView.php
   trunk/modules/SmartyPlugins/modifier.urlRewriteBasicView.php
   trunk/modules/SmartyPlugins/modifier.urlRewriteWithParameters.php
   trunk/modules/ViewDataTable.php
   trunk/modules/ViewDataTable/GenerateGraphData.php
   trunk/plugins/Actions/Actions.php
   trunk/plugins/AdminHome/templates/index.tpl
   trunk/plugins/ExamplePlugin/feedburner.tpl
   trunk/plugins/Feedback/sent.tpl
   trunk/plugins/Home/Controller.php
   trunk/plugins/Home/templates/index.tpl
   trunk/plugins/Home/templates/links_misc_modules.tpl
   trunk/plugins/Home/templates/period_select.tpl
   trunk/plugins/Home/templates/style.css
   trunk/plugins/Installation/Controller.php
   trunk/plugins/Installation/templates/databaseSetup.tpl
   trunk/plugins/Installation/templates/firstWebsiteSetup.tpl
   trunk/plugins/Installation/templates/systemCheck.tpl
   trunk/plugins/Installation/templates/tablesCreation.tpl
   trunk/plugins/Login/templates/header.tpl
   trunk/plugins/Login/templates/login.tpl
   trunk/plugins/Login/templates/lostpassword.tpl
   trunk/plugins/Login/templates/passwordsent.tpl
   trunk/plugins/SitesManager/templates/SitesManager.js
   trunk/plugins/SitesManager/templates/SitesManager.tpl
   trunk/plugins/VisitFrequency/index.tpl
   trunk/plugins/VisitFrequency/sparklines.tpl
   trunk/plugins/VisitsSummary/index.tpl
   trunk/plugins/Widgetize/templates/test_widget.tpl
Log:
- improved echo output of DataTable (now showing user friendly output of datatable_Array)
- refs #208 hopefully fixed by limiting the number of levels in the Actions table hierarchy
- refs #124 started cleaning html code (patch by milianw)

Modified: trunk/lang/ca.php
===================================================================
--- trunk/lang/ca.php	2008-06-21 02:53:52 UTC (rev 524)
+++ trunk/lang/ca.php	2008-06-25 23:49:13 UTC (rev 525)
@@ -509,7 +509,6 @@
 	'Installation_SystemCheckPdoMysql' => 'Extensió Pdo_Mysql',
 	'Installation_SystemCheckPdoError' => 'Necessiteu activar les extensions PDO i PDO_MYSQL al vostre fitxer php.ini',
 	'Installation_SystemCheckPdoHelp' => 'Si teniu un servidor Windows, podeu afegir les línies següents al vostre php.ini %s<br /><br />Si teniu un servidor Linux, podeu compilar el PHP amb les opcions següents %s<br /><br />Podeu trobar més informació al <a style="color:red" href="http://php.net/pdo"lloc web de PHP</a>.',
-	'Installation_SystemCheckPhpXml' => 'Extensió PHP-XML',
 	'Installation_SystemCheckWriteDirs' => 'Directoris amb permisos d\'escriptura',
 	'Installation_SystemCheckWriteDirsHelp' => 'Per a arreglar aquest error al vostre sistema Linux, proveu d\'entrar les ordres següents',
 	'Installation_SystemCheckMemoryLimit' => 'Límit de memòria',

Modified: trunk/lang/en.php
===================================================================
--- trunk/lang/en.php	2008-06-21 02:53:52 UTC (rev 524)
+++ trunk/lang/en.php	2008-06-25 23:49:13 UTC (rev 525)
@@ -1,557 +1,556 @@
-<?php 
-$translations = array(
-	'General_Locale' => 'en_EN.UTF-8',
-	'General_TranslatorName' => 'Piwik team',
-	'General_TranslatorEmail' => 'hello at piwik.org',
-	'General_EnglishLanguageName' => 'English',
-	'General_OriginalLanguageName' => 'English',
-	'General_Unknown' => 'Unknown',
-	'General_Required' => '%s required',
-	'General_Error' => 'Error',
-	'General_Warning' => 'Warning',
-	'General_BackToHomepage' => 'Back to Piwik homepage',
-	'General_Yes' => 'Yes',
-	'General_No' => 'No',
-	'General_Delete' => 'Delete',
-	'General_Edit' => 'Edit',
-	'General_Ok' => 'Ok',
-	'General_Close' => 'Close',
-	'General_Logout' => 'Logout',
-	'General_Done' => 'Done',
-	'General_LoadingData' => 'Loading data...',
-	'General_ErrorRequest' => 'Oops&hellip; problem during the request, please try again.',
-	'General_Next' => 'Next',
-	'General_Previous' => 'Previous',
-	'General_Search' => 'Search',
-	'General_Others' => 'Others',
-	'General_Table' => 'Table',
-	'General_Piechart' => 'Piechart',
-	'General_TagCloud' => 'Tag Cloud',
-	'General_VBarGraph' => 'Vertial bar graph',
-	'General_GraphData' => 'Graph data',
-	'General_Refresh' => 'Refresh the page',
-	'General_ColumnNbUniqVisitors' => 'Unique visitors',
-	'General_ColumnNbVisits' => 'Visits',
-	'General_ColumnLabel' => 'Label',
-	'General_Save' => 'Save',
-	'General_NoDataForGraph' => 'No data for this graph',
-	'PluginsAdmin_Plugins' => 'Plugins',
-	'PluginsAdmin_Activated' => 'Activated',
-	'PluginsAdmin_ActivatedHelp' => 'This plugin cannot be deactivated',
-	'PluginsAdmin_Deactivate' => 'Deactivate',
-	'PluginsAdmin_Activate' => 'Activate',
-	'PluginsAdmin_MenuPlugins' => 'Plugins',
-	'API_QuickDocumentation' => '<h2>API quick documentation</h2><p>If you don\'t have data for today you can first <a href=\'misc/generateVisits.php\' target=_blank>generate some data</a> using the Visits Generator script.</p><p>You can try the different formats available for every method. It is very easy to extract any data you want from piwik!</p><p><b>For more information have a look at the <a href=\'http://dev.piwik.org/trac/wiki/API\'>official API Documentation</a> or the <a href=\'http://dev.piwik.org/trac/wiki/API/Reference\'>API Reference</a>.</b></P><h2>User authentication</h2><p>If you want to <b>request the data in your scripts, in a crontab, etc. </b> you need to add the parameter <code><u>&token_auth=%s</u></code> to the API calls URLs that require authentication.</p><p>This token_auth is as secret as your login and password, <b>do not share it!</p>',
-	'API_LoadedAPIs' => 'Loaded successfully %s APIs',
-	'Home_NoPrivileges' => 'You are logged in as \'%s\' but it seems you don\'t have any permission set in Piwik.<br />Ask your Piwik administrator to give you \'view\' access to a website.',
-	'Home_JavascriptDisabled' => 'JavaScript must be enabled in order for you to use Piwik in standard view.<br>However, it seems JavaScript is either disabled or not supported by your browser.<br>To use standard view, enable JavaScript by changing your browser options, then %1stry again%2s.<br>',
-	'Home_TableNoData' => 'No data for this table.',
-	'Home_CategoryNoData' => 'No data in this category. Try to "Include all population".',
-	'Home_ShowJSCode' => 'Show the javascript code to insert',
-	'Home_IncludeAllPopulation_js' => 'Include all population',
-	'Home_ExcludeLowPopulation_js' => 'Exclude low population',
-	'Home_PageOf_js' => '%s of %s',
-	'Home_Loading_js' => 'Loading...',
-	'Home_LocalizedDateFormat' => '%A %e %B %Y',
-	'Home_PeriodDay' => 'Day',
-	'Home_PeriodWeek' => 'Week',
-	'Home_PeriodMonth' => 'Month',
-	'Home_PeriodYear' => 'Year',
-	'Home_DaySu_js' => 'Su',
-	'Home_DayMo_js' => 'Mo',
-	'Home_DayTu_js' => 'Tu',
-	'Home_DayWe_js' => 'We',
-	'Home_DayTh_js' => 'Th',
-	'Home_DayFr_js' => 'Fr',
-	'Home_DaySa_js' => 'Sa',
-	'Home_MonthJanuary_js' => 'January',
-	'Home_MonthFebruary_js' => 'February',
-	'Home_MonthMarch_js' => 'March',
-	'Home_MonthApril_js' => 'April',
-	'Home_MonthMay_js' => 'May',
-	'Home_MonthJune_js' => 'June',
-	'Home_MonthJuly_js' => 'July',
-	'Home_MonthAugust_js' => 'August',
-	'Home_MonthSeptember_js' => 'September',
-	'Home_MonthOctober_js' => 'October',
-	'Home_MonthNovember_js' => 'November',
-	'Home_MonthDecemeber_js' => 'Decemeber',
-	'Actions_SubmenuPages' => 'Pages',
-	'Actions_SubmenuOutlinks' => 'Outlinks',
-	'Actions_SubmenuDownloads' => 'Downloads',
-	'Dashboard_AddWidget' => 'Add a widget...',
-	'Dashboard_DeleteWidgetConfirm' => 'Are you sure you want to delete this widget from the dashboard?',
-	'Dashboard_SelectWidget' => 'Select the widget to add in the dashboard',
-	'Dashboard_AddPreviewedWidget' => 'Add previewed widget to the dashboard',
-	'Dashboard_WidgetPreview' => 'Widget preview',
-	'Dashboard_TitleWidgetInDashboard_js' => 'Widget already in dashboard',
-	'Dashboard_TitleClickToAdd_js' => 'Click to add to dashboard',
-	'Dashboard_LoadingPreview_js' => 'Loading preview, please wait...',
-	'Dashboard_LoadingWidget_js' => 'Loading widget, please wait...',
-	'Dashboard_WidgetNotFound_js' => 'Widget not found',
-	'Referers_SearchEngines' => 'Search Engines',
-	'Referers_Keywords' => 'Keywords',
-	'Referers_DirectEntry' => 'Direct Entry',
-	'Referers_Websites' => 'Websites',
-	'Referers_Partners' => 'Partners',
-	'Referers_Newsletters' => 'Newsletters',
-	'Referers_Campaigns' => 'Campaigns',
-	'Referers_Evolution' => 'Evolution over the period',
-	'Referers_Type' => 'Referer Type',
-	'Referers_TypeDirectEntries' => '%s direct entries',
-	'Referers_TypeSearchEngines' => '%s from search engines',
-	'Referers_TypePartners' => '%s from partners',
-	'Referers_TypeWebsites' => '%s from websites',
-	'Referers_TypeNewsletters' => '%s from newsletters',
-	'Referers_TypeCampaigns' => '%s from campaigns',
-	'Referers_Other' => 'Other',
-	'Referers_OtherDistinctSearchEngines' => '%s distinct search engines',
-	'Referers_OtherDistinctKeywords' => '%s distinct keywords',
-	'Referers_OtherDistinctWebsites' => '%1s distinct websites (using %2s distinct urls)',
-	'Referers_OtherDistinctPartners' => '%1s distinct partners (using %2s distinct urls)',
-	'Referers_OtherDistinctCampaigns' => '%s distinct campaigns',
-	'Referers_TagCloud' => 'Tag cloud output',
-	'Referers_SubmenuEvolution' => 'Evolution',
-	'Referers_SubmenuSearchEngines' => 'Search engines & keywords',
-	'Referers_SubmenuWebsites' => 'Websites',
-	'Referers_SubmenuCampaigns' => 'Campaigns',
-	'Referers_SubmenuPartners' => 'Partners',
-	'Referers_WidgetKeywords' => 'List of Keywords',
-	'Referers_WidgetPartners' => 'List of Partners',
-	'Referers_WidgetCampaigns' => 'List of Campaigns',
-	'Referers_WidgetExternalWebsites' => 'List of external Websites',
-	'Referers_WidgetSearchEngines' => 'Best search engines',
-	'Referers_WidgetOverview' => 'Overview',
-	'UserSettings_BrowserFamilies' => 'Browser families',
-	'UserSettings_Browsers' => 'Browsers',
-	'UserSettings_Plugins' => 'Plugins',
-	'UserSettings_Configurations' => 'Configurations',
-	'UserSettings_OperatinsSystems' => 'Operating systems',
-	'UserSettings_Resolutions' => 'Resolutions',
-	'UserSettings_WideScreen' => 'Wide Screen',
-	'UserSettings_WidgetResolutions' => 'Screen resolutions',
-	'UserSettings_WidgetBrowsers' => 'Visitor browsers',
-	'UserSettings_WidgetPlugins' => 'List of Plugins',
-	'UserSettings_WidgetWidescreen' => 'Normal / Widescreen',
-	'UserSettings_WidgetBrowserFamilies' => 'Browsers by family',
-	'UserSettings_WidgetOperatingSystems' => 'Operating systems',
-	'UserSettings_WidgetGlobalVisitors' => 'Global visitors configuration',
-	'UserSettings_SubmenuSettings' => 'Settings',
-	'UserCountry_Country' => 'Country',
-	'UserCountry_Continent' => 'Continent',
-	'UserCountry_DistinctCountries' => '%s distinct countries',
-	'UserCountry_SubmenuLocations' => 'Locations',
-	'UserCountry_WidgetContinents' => 'Visitor continents',
-	'UserCountry_WidgetCountries' => 'Visitor countries',
-	'UserCountry_country_ac' => 'Ascension Islands',
-	'UserCountry_country_ad' => 'Andorra',
-	'UserCountry_country_ae' => 'United Arab Emirates',
-	'UserCountry_country_af' => 'Afghanistan',
-	'UserCountry_country_ag' => 'Antigua and Barbuda',
-	'UserCountry_country_ai' => 'Anguilla',
-	'UserCountry_country_al' => 'Albania',
-	'UserCountry_country_am' => 'Armenia',
-	'UserCountry_country_an' => 'Netherlands Antilles',
-	'UserCountry_country_ao' => 'Angola',
-	'UserCountry_country_aq' => 'Antarctica',
-	'UserCountry_country_ar' => 'Argentina',
-	'UserCountry_country_as' => 'American Samoa',
-	'UserCountry_country_at' => 'Austria',
-	'UserCountry_country_au' => 'Australia',
-	'UserCountry_country_aw' => 'Aruba',
-	'UserCountry_country_az' => 'Azerbaijan',
-	'UserCountry_country_ba' => 'Bosnia and Herzegovina',
-	'UserCountry_country_bb' => 'Barbados',
-	'UserCountry_country_bd' => 'Bangladesh',
-	'UserCountry_country_be' => 'Belgium',
-	'UserCountry_country_bf' => 'Burkina Faso',
-	'UserCountry_country_bg' => 'Bulgaria',
-	'UserCountry_country_bh' => 'Bahrain',
-	'UserCountry_country_bi' => 'Burundi',
-	'UserCountry_country_bj' => 'Benin',
-	'UserCountry_country_bm' => 'Bermuda',
-	'UserCountry_country_bn' => 'Bruneo',
-	'UserCountry_country_bo' => 'Bolivia',
-	'UserCountry_country_br' => 'Brazil',
-	'UserCountry_country_bs' => 'Bahamas',
-	'UserCountry_country_bt' => 'Bhutan',
-	'UserCountry_country_bv' => 'Bouvet Island',
-	'UserCountry_country_bw' => 'Botswana',
-	'UserCountry_country_by' => 'Belarus',
-	'UserCountry_country_bz' => 'Belize',
-	'UserCountry_country_ca' => 'Canada',
-	'UserCountry_country_cc' => 'Cocos (Keeling) Islands',
-	'UserCountry_country_cd' => 'Congo, The Democratic Republic of the',
-	'UserCountry_country_cf' => 'Central African Republic',
-	'UserCountry_country_cg' => 'Congo',
-	'UserCountry_country_ch' => 'Switzerland',
-	'UserCountry_country_ci' => 'Cote D\'Ivoire',
-	'UserCountry_country_ck' => 'Cook Islands',
-	'UserCountry_country_cl' => 'Chile',
-	'UserCountry_country_cm' => 'Cameroon',
-	'UserCountry_country_cn' => 'China',
-	'UserCountry_country_co' => 'Colombia',
-	'UserCountry_country_cr' => 'Costa Rica',
-	'UserCountry_country_cs' => 'Serbia Montenegro',
-	'UserCountry_country_cu' => 'Cuba',
-	'UserCountry_country_cv' => 'Cape Verde',
-	'UserCountry_country_cx' => 'Christmas Island',
-	'UserCountry_country_cy' => 'Cyprus',
-	'UserCountry_country_cz' => 'Czech Republic',
-	'UserCountry_country_de' => 'Germany',
-	'UserCountry_country_dj' => 'Djibouti',
-	'UserCountry_country_dk' => 'Denmark',
-	'UserCountry_country_dm' => 'Dominica',
-	'UserCountry_country_do' => 'Dominican Republic',
-	'UserCountry_country_dz' => 'Algeria',
-	'UserCountry_country_ec' => 'Ecuador',
-	'UserCountry_country_ee' => 'Estonia',
-	'UserCountry_country_eg' => 'Egypt',
-	'UserCountry_country_eh' => 'Western Sahara',
-	'UserCountry_country_er' => 'Eritrea',
-	'UserCountry_country_es' => 'Spain',
-	'UserCountry_country_et' => 'Ethiopia',
-	'UserCountry_country_fi' => 'Finland',
-	'UserCountry_country_fj' => 'Fiji',
-	'UserCountry_country_fk' => 'Falkland Islands (Malvinas)',
-	'UserCountry_country_fm' => 'Micronesia, Federated States of',
-	'UserCountry_country_fo' => 'Faroe Islands',
-	'UserCountry_country_fr' => 'France',
-	'UserCountry_country_ga' => 'Gabon',
-	'UserCountry_country_gd' => 'Grenada',
-	'UserCountry_country_ge' => 'Georgia',
-	'UserCountry_country_gf' => 'French Guyana',
-	'UserCountry_country_gg' => 'Guernsey',
-	'UserCountry_country_gh' => 'Ghana',
-	'UserCountry_country_gi' => 'Gibraltar',
-	'UserCountry_country_gl' => 'Greenland',
-	'UserCountry_country_gm' => 'Gambia',
-	'UserCountry_country_gn' => 'Guinea',
-	'UserCountry_country_gp' => 'Guadeloupe',
-	'UserCountry_country_gq' => 'Equatorial Guinea',
-	'UserCountry_country_gr' => 'Greece',
-	'UserCountry_country_gs' => 'South Georgia and the South Sandwich Islands',
-	'UserCountry_country_gt' => 'Guatemala',
-	'UserCountry_country_gu' => 'Guam',
-	'UserCountry_country_gw' => 'Guinea-Bissau',
-	'UserCountry_country_gy' => 'Guyana',
-	'UserCountry_country_hk' => 'Hong Kong',
-	'UserCountry_country_hm' => 'Heard Island and McDonald Islands',
-	'UserCountry_country_hn' => 'Honduras',
-	'UserCountry_country_hr' => 'Croatia',
-	'UserCountry_country_ht' => 'Haiti',
-	'UserCountry_country_hu' => 'Hungary',
-	'UserCountry_country_id' => 'Indonesia',
-	'UserCountry_country_ie' => 'Ireland',
-	'UserCountry_country_il' => 'Israel',
-	'UserCountry_country_im' => 'Man Island',
-	'UserCountry_country_in' => 'India',
-	'UserCountry_country_io' => 'British Indian Ocean Territory',
-	'UserCountry_country_iq' => 'Iraq',
-	'UserCountry_country_ir' => 'Iran, Islamic Republic of',
-	'UserCountry_country_is' => 'Iceland',
-	'UserCountry_country_it' => 'Italy',
-	'UserCountry_country_je' => 'Jersey',
-	'UserCountry_country_jm' => 'Jamaica',
-	'UserCountry_country_jo' => 'Jordan',
-	'UserCountry_country_jp' => 'Japan',
-	'UserCountry_country_ke' => 'Kenya',
-	'UserCountry_country_kg' => 'Kyrgyzstan',
-	'UserCountry_country_kh' => 'Cambodia',
-	'UserCountry_country_ki' => 'Kiribati',
-	'UserCountry_country_km' => 'Comoros',
-	'UserCountry_country_kn' => 'Saint Kitts and Nevis',
-	'UserCountry_country_kp' => 'Korea, Democratic People\'s Republic of',
-	'UserCountry_country_kr' => 'Korea, Republic of',
-	'UserCountry_country_kw' => 'Kuwait',
-	'UserCountry_country_ky' => 'Cayman Islands',
-	'UserCountry_country_kz' => 'Kazakhstan',
-	'UserCountry_country_la' => 'Laos',
-	'UserCountry_country_lb' => 'Lebanon',
-	'UserCountry_country_lc' => 'Saint Lucia',
-	'UserCountry_country_li' => 'Liechtenstein',
-	'UserCountry_country_lk' => 'Sri Lanka',
-	'UserCountry_country_lr' => 'Liberia',
-	'UserCountry_country_ls' => 'Lesotho',
-	'UserCountry_country_lt' => 'Lithuania',
-	'UserCountry_country_lu' => 'Luxembourg',
-	'UserCountry_country_lv' => 'Latvia',
-	'UserCountry_country_ly' => 'Libya',
-	'UserCountry_country_ma' => 'Morocco',
-	'UserCountry_country_mc' => 'Monaco',
-	'UserCountry_country_md' => 'Moldova, Republic of',
-	'UserCountry_country_mg' => 'Madagascar',
-	'UserCountry_country_mh' => 'Marshall Islands',
-	'UserCountry_country_mk' => 'Macedonia',
-	'UserCountry_country_ml' => 'Mali',
-	'UserCountry_country_mm' => 'Myanmar',
-	'UserCountry_country_mn' => 'Mongolia',
-	'UserCountry_country_mo' => 'Macau',
-	'UserCountry_country_mp' => 'Northern Mariana Islands',
-	'UserCountry_country_mq' => 'Martinique',
-	'UserCountry_country_mr' => 'Mauritania',
-	'UserCountry_country_ms' => 'Montserrat',
-	'UserCountry_country_mt' => 'Malta',
-	'UserCountry_country_mu' => 'Mauritius',
-	'UserCountry_country_mv' => 'Maldives',
-	'UserCountry_country_mw' => 'Malawi',
-	'UserCountry_country_mx' => 'Mexico',
-	'UserCountry_country_my' => 'Malaysia',
-	'UserCountry_country_mz' => 'Mozambique',
-	'UserCountry_country_na' => 'Namibia',
-	'UserCountry_country_nc' => 'New Caledonia',
-	'UserCountry_country_ne' => 'Niger',
-	'UserCountry_country_nf' => 'Norfolk Island',
-	'UserCountry_country_ng' => 'Nigeria',
-	'UserCountry_country_ni' => 'Nicaragua',
-	'UserCountry_country_nl' => 'Netherlands',
-	'UserCountry_country_no' => 'Norway',
-	'UserCountry_country_np' => 'Nepal',
-	'UserCountry_country_nr' => 'Nauru',
-	'UserCountry_country_nu' => 'Niue',
-	'UserCountry_country_nz' => 'New Zealand',
-	'UserCountry_country_om' => 'Oman',
-	'UserCountry_country_pa' => 'Panama',
-	'UserCountry_country_pe' => 'Peru',
-	'UserCountry_country_pf' => 'French Polynesia',
-	'UserCountry_country_pg' => 'Papua New Guinea',
-	'UserCountry_country_ph' => 'Philippines',
-	'UserCountry_country_pk' => 'Pakistan',
-	'UserCountry_country_pl' => 'Poland',
-	'UserCountry_country_pm' => 'Saint Pierre and Miquelon',
-	'UserCountry_country_pn' => 'Pitcairn',
-	'UserCountry_country_pr' => 'Puerto Rico',
-	'UserCountry_country_ps' => 'Palestinian Territory',
-	'UserCountry_country_pt' => 'Portugal',
-	'UserCountry_country_pw' => 'Palau',
-	'UserCountry_country_py' => 'Paraguay',
-	'UserCountry_country_qa' => 'Qatar',
-	'UserCountry_country_re' => 'Reunion Island',
-	'UserCountry_country_ro' => 'Romania',
-	'UserCountry_country_ru' => 'Russian Federation',
-	'UserCountry_country_rs' => 'Russia',
-	'UserCountry_country_rw' => 'Rwanda',
-	'UserCountry_country_sa' => 'Saudi Arabia',
-	'UserCountry_country_sb' => 'Solomon Islands',
-	'UserCountry_country_sc' => 'Seychelles',
-	'UserCountry_country_sd' => 'Sudan',
-	'UserCountry_country_se' => 'Sweden',
-	'UserCountry_country_sg' => 'Singapore',
-	'UserCountry_country_sh' => 'Saint Helena',
-	'UserCountry_country_si' => 'Slovenia',
-	'UserCountry_country_sj' => 'Svalbard',
-	'UserCountry_country_sk' => 'Slovakia',
-	'UserCountry_country_sl' => 'Sierra Leone',
-	'UserCountry_country_sm' => 'San Marino',
-	'UserCountry_country_sn' => 'Senegal',
-	'UserCountry_country_so' => 'Somalia',
-	'UserCountry_country_sr' => 'Suriname',
-	'UserCountry_country_st' => 'Sao Tome and Principe',
-	'UserCountry_country_su' => 'Old U.S.S.R',
-	'UserCountry_country_sv' => 'El Salvador',
-	'UserCountry_country_sy' => 'Syrian Arab Republic',
-	'UserCountry_country_sz' => 'Swaziland',
-	'UserCountry_country_tc' => 'Turks and Caicos Islands',
-	'UserCountry_country_td' => 'Chad',
-	'UserCountry_country_tf' => 'French Southern Territories',
-	'UserCountry_country_tg' => 'Togo',
-	'UserCountry_country_th' => 'Thailand',
-	'UserCountry_country_tj' => 'Tajikistan',
-	'UserCountry_country_tk' => 'Tokelau',
-	'UserCountry_country_tm' => 'Turkmenistan',
-	'UserCountry_country_tn' => 'Tunisia',
-	'UserCountry_country_to' => 'Tonga',
-	'UserCountry_country_tp' => 'East Timor',
-	'UserCountry_country_tr' => 'Turkey',
-	'UserCountry_country_tt' => 'Trinidad and Tobago',
-	'UserCountry_country_tv' => 'Tuvalu',
-	'UserCountry_country_tw' => 'Taiwan',
-	'UserCountry_country_tz' => 'Tanzania, United Republic of',
-	'UserCountry_country_ua' => 'Ukraine',
-	'UserCountry_country_ug' => 'Uganda',
-	'UserCountry_country_uk' => 'United Kingdom',
-	'UserCountry_country_gb' => 'Great Britain',
-	'UserCountry_country_um' => 'United States Minor Outlying Islands',
-	'UserCountry_country_us' => 'United States',
-	'UserCountry_country_uy' => 'Uruguay',
-	'UserCountry_country_uz' => 'Uzbekistan',
-	'UserCountry_country_va' => 'Vatican City',
-	'UserCountry_country_vc' => 'Saint Vincent and the Grenadines',
-	'UserCountry_country_ve' => 'Venezuela',
-	'UserCountry_country_vg' => 'Virgin Islands, British',
-	'UserCountry_country_vi' => 'Virgin Islands, U.S.',
-	'UserCountry_country_vn' => 'Vietnam',
-	'UserCountry_country_vu' => 'Vanuatu',
-	'UserCountry_country_wf' => 'Wallis and Futuna',
-	'UserCountry_country_ws' => 'Samoa',
-	'UserCountry_country_ye' => 'Yemen',
-	'UserCountry_country_yt' => 'Mayotte',
-	'UserCountry_country_yu' => 'Yugoslavia',
-	'UserCountry_country_za' => 'South Africa',
-	'UserCountry_country_zm' => 'Zambia',
-	'UserCountry_country_zr' => 'Zaire',
-	'UserCountry_country_zw' => 'Zimbabwe',
-	'UserCountry_continent_eur' => 'Europe',
-	'UserCountry_continent_afr' => 'Africa',
-	'UserCountry_continent_asi' => 'Asia',
-	'UserCountry_continent_ams' => 'South and Central America',
-	'UserCountry_continent_amn' => 'North America',
-	'UserCountry_continent_oce' => 'Oceania',
-	'VisitsSummary_NbVisits' => '%s visits',
-	'VisitsSummary_NbUniqueVisitors' => '%s unique visitors',
-	'VisitsSummary_NbActions' => '%s actions (page views)',
-	'VisitsSummary_TotalTime' => '%s total time spent by the visitors',
-	'VisitsSummary_MaxNbActions' => '%s max actions in one visit',
-	'VisitsSummary_NbBounced' => '%s visitors have bounced (left the site after one page)',
-	'VisitsSummary_Evolution' => 'Evolution on the last 30 %ss',
-	'VisitsSummary_Report' => 'Report',
-	'VisitsSummary_GenerateTime' => '%s seconds to generate the page',
-	'VisitsSummary_GenerateQueries' => '%s queries executed',
-	'VisitsSummary_WidgetLastVisits' => 'Last visits graph',
-	'VisitsSummary_WidgetVisits' => 'Visits overview',
-	'VisitsSummary_WidgetLastVisitors' => 'Last unique visitors graph',
-	'VisitsSummary_WidgetOverviewGraph' => 'Overview with graph',
-	'VisitsSummary_SubmenuOverview' => 'Overview',
-	'VisitFrequency_Evolution' => 'Evolution over the period',
-	'VisitFrequency_ReturnVisits' => '%s returning visits',
-	'VisitFrequency_ReturnActions' => '%s actions by the returning visits',
-	'VisitFrequency_ReturnMaxActions' => '%s maximum actions by a returning visit',
-	'VisitFrequency_ReturnTotalTime' => '%s total time spent by returning visits',
-	'VisitFrequency_ReturnBounces' => '%s times that a returning visit has bounced (left the site after one page)',
-	'VisitFrequency_WidgetOverview' => 'Frequency overview',
-	'VisitFrequency_WidgetGraphReturning' => 'Graph returning visits',
-	'VisitFrequency_SubmenuFrequency' => 'Frequency',
-	'VisitTime_LocalTime' => 'Visit per local time',
-	'VisitTime_ServerTime' => 'Visit per server time',
-	'VisitTime_WidgetLocalTime' => 'Visits by local time',
-	'VisitTime_WidgetServerTime' => 'Visits by server time',
-	'VisitTime_SubmenuTimes' => 'Times',
-	'VisitTime_NHour' => '%sh',
-	'VisitorInterest_VisitsPerDuration' => 'Visits per visit duration',
-	'VisitorInterest_VisitsPerNbOfPages' => 'Visits per number of pages',
-	'VisitorInterest_WidgetLengths' => 'Visits lengths',
-	'VisitorInterest_WidgetPages' => 'Pages per visit',
-	'VisitorInterest_SubmenuFrequencyLoyalty' => 'Frequency & Loyalty',
-	'VisitorInterest_PlusXMin' => '%s min',
-	'VisitorInterest_BetweenXYMinutes' => '%1s-%2s min',
-	'VisitorInterest_OnePage' => '1 page',
-	'VisitorInterest_NPages' => '%s pages',
-	'VisitorInterest_BetweenXYSeconds' => '%1s-%2ss',
-	'Login_PluginDescription' => 'Login screen, gives credentials to users',
-	'Login_LoginPasswordNotCorrect' => 'Username & Password not correct',
-	'Login_Login' => 'Username',
-	'Login_Password' => 'Password',
-	'Login_LoginOrEmail' => 'Login or E-mail',
-	'Login_LogIn' => 'Log in',
-	'Login_Logout' => 'Logout',
-	'Login_LostYourPassword' => 'Lost your password?',
-	'Login_RemindPassword' => 'Remind password',
-	'Login_PasswordReminder' => 'Please enter your username or e-mail address. You will receive a new password via e-mail.',
-	'Login_InvalidUsernameEmail' => 'Invalid username and/or e-mail address',
-	'Login_MailTopicPasswordRecovery' => 'Password recovery',
-	'Login_MailPasswordRecoveryBody' => 'Hi %1s, \n\n Your new password is: %2s \n\n You can login now at: %3s',
-	'Login_PasswordSent' => 'Password has been just sent. Check your e-mail.',
-	'Login_ContactAdmin' => 'Possible reason: your host may have disabled the mail() function. <br>Please contact your Piwik administrator.',
-	'UsersManager_ManageAccess' => 'Manage access',
-	'UsersManager_Sites' => 'Sites',
-	'UsersManager_AllWebsites' => 'All websites',
-	'UsersManager_ApplyToAllWebsites' => 'Apply to all websites',
-	'UsersManager_User' => 'User',
-	'UsersManager_PrivNone' => 'No access',
-	'UsersManager_PrivView' => 'View',
-	'UsersManager_PrivAdmin' => 'Admin',
-	'UsersManager_ChangeAllConfirm' => 'Are you sure you want to change \'%s\' permissions on all the websites?',
-	'UsersManager_Login' => 'Login',
-	'UsersManager_Password' => 'Password',
-	'UsersManager_Email' => 'Email',
-	'UsersManager_Alias' => 'Alias',
-	'UsersManager_Token' => 'token_auth',
-	'UsersManager_Edit' => 'Edit',
-	'UsersManager_AddUser' => 'Add a new user',
-	'UsersManager_MenuUsers' => 'Users',
-	'UsersManager_DeleteConfirm_js' => 'Are you sure you want to delete the user %s?',
-	'UsersManager_ExceptionLoginExists' => 'Login \'%s\' already exists.',
-	'UsersManager_ExceptionEmailExists' => 'User with email \'%s\' already exists.',
-	'UsersManager_ExceptionInvalidLogin' => 'The login must contain only letters, numbers, or the characters \'_\' or \'-\' or \'.\'',
-	'UsersManager_ExceptionInvalidPassword' => 'The password length must be between 6 and 26 characters.',
-	'UsersManager_ExceptionInvalidEmail' => 'The email doesn\'t have a valid format.',
-	'UsersManager_ExceptionDeleteDoesNotExist' => 'User \'%s\' doesn\'t exist therefore it can\'t be deleted.',
-	'UsersManager_ExceptionAdminAnonymous' => 'You cannot grant \'admin\' access to the \'anonymous\' user.',
-	'UsersManager_ExceptionEditAnonymous' => 'The anonymous user cannot be edited or deleted. It is used by Piwik to define a user that has not logged in yet. For example, you can make your statistics public by granting the \'view\' access to the \'anonymous\' user.',
-	'UsersManager_ExceptionUserDoesNotExist' => 'User \'%s\' doesn\'t exist.',
-	'UsersManager_ExceptionAccessValues' => 'The parameter access must have one of the following values : [ %s ]',
-	'SitesManager_Sites' => 'Sites',
-	'SitesManager_JsCode' => 'Javascript code',
-	'SitesManager_JsCodeHelp' => 'Here is the javascript code to include on all your pages',
-	'SitesManager_ShowJsCode' => 'show code',
-	'SitesManager_NoWebsites' => 'You don\'t have any website to administrate.',
-	'SitesManager_AddSite' => 'Add a new Site',
-	'SitesManager_Id' => 'Id',
-	'SitesManager_Name' => 'Name',
-	'SitesManager_Urls' => 'URLs',
-	'SitesManager_MenuSites' => 'Sites',
-	'SitesManager_DeleteConfirm_js' => 'Are you sure you want to delete the website %s?',
-	'SitesManager_ExceptionDeleteSite' => 'It is not possible to delete this website as it is the only registered website. Add a new website first, then delete this one.',
-	'SitesManager_ExceptionNoUrl' => 'You must specify at least one URL for the site.',
-	'SitesManager_ExceptionEmptyName' => 'The site name can\'t be empty.',
-	'SitesManager_ExceptionInvalidUrl' => 'The url \'%s\' is not a valid URL.',
-	'Installation_Installation' => 'Installation',
-	'Installation_InstallationStatus' => 'Installation status',
-	'Installation_PercentDone' => '%s %% Done',
-	'Installation_NoConfigFound' => 'The Piwik configuration file couldn\'t be found and you are trying to access a Piwik page.<br><b>&nbsp;&nbsp;&raquo; You can <a href=\'index.php\'>install Piwik now</a></b><br><small>If you installed Piwik before and have some tables in your DB, don\'t worry,you can reuse the same tables and keep your existing data!</small>',
-	'Installation_MysqlSetup' => 'Mysql database setup',
-	'Installation_MysqlErrorConnect' => 'Error while trying to connect to the Mysql database',
-	'Installation_JsTag' => 'Javascript tag',
-	'Installation_JsTagHelp' => '<p>To count all visitors, you must insert the javascript code on all of your pages.</p><p>Your pages do not have to be made with PHP, Piwik will work on all kinds of pages (whether it is HTML, ASP, Perl or any other languages).</p><p>Here is the code you have to insert: (copy and paste on all your pages) </p>',
-	'Installation_Congratulations' => 'Congratulations',
-	'Installation_ContratulationsHelp' => '<p>Congratulations! Your Piwik installation is complete.</p><p>Make sure your javascript code is entered on your pages, and wait for your first visitors!</p>',
-	'Installation_GoToPiwik' => 'Go to Piwik',
-	'Installation_SetupWebsite' => 'Setup a website',
-	'Installation_SetupWebsiteError' => 'There was an error when adding the website',
-	'Installation_GeneralSetup' => 'General Setup',
-	'Installation_GeneralSetupSuccess' => 'General Setup configured with success',
-	'Installation_SystemCheck' => 'System check',
-	'Installation_SystemCheckPhp' => 'PHP version',
-	'Installation_SystemCheckPdo' => 'Pdo extension',
-	'Installation_SystemCheckPdoMysql' => 'Pdo_Mysql extension',
-	'Installation_SystemCheckPdoError' => 'You need to enable the PDO and PDO_MYSQL extensions in your php.ini file.',
-	'Installation_SystemCheckPdoHelp' => 'On a windows server you can add the following lines in your php.ini %s <br><br>On a Linux server you can compile php with the following option %s In your php.ini, add the following lines %s<br><br>More information on the <a style="color:red" href="http://php.net/pdo">PHP website</a>.',
-	'Installation_SystemCheckPhpXml' => 'PHP-XML extension',
-	'Installation_SystemCheckWriteDirs' => 'Directories with write access',
-	'Installation_SystemCheckWriteDirsHelp' => 'To fix this error on your Linux system, try typing in the following command(s)',
-	'Installation_SystemCheckMemoryLimit' => 'Memory limit',
-	'Installation_SystemCheckMemoryLimitHelp' => 'On a high traffic website, the archiving process may require more memory than currently allowed.<br>See the directive memory_limit in your php.ini file if necessary.',
-	'Installation_SystemCheckGD' => 'GD &gt; 2.x (graphics)',
-	'Installation_SystemCheckGDHelp' => 'The sparklines (small graphs) will not work.',
-	'Installation_SystemCheckTimeLimit' => 'set_time_limit() allowed',
-	'Installation_SystemCheckTimeLimitHelp' => 'On a high traffic website, executing the archiving process may require more time than currently allowed.<br>See the directive max_execution_time  in your php.ini file if necessary',
-	'Installation_SystemCheckMail' => 'mail() allowed',
-	'Installation_SystemCheckError' => 'An error occured - must be fixed before you proceed',
-	'Installation_SystemCheckWarning' => 'Piwik will work normally but some features may be missing',
-	'Installation_Tables' => 'Creating the tables',
-	'Installation_TablesWarning' => 'Some <span id="linkToggle">Piwik tables</span> are already installed in the DB',
-	'Installation_TablesFound' => 'The following tables have been found in the database',
-	'Installation_TablesWarningHelp' => 'Either choose to reuse the existing database tables or select a clean install to erase all existing data in the database.',
-	'Installation_TablesReuse' => 'Reuse the existing tables',
-	'Installation_TablesDelete' => 'Delete the detected tables',
-	'Installation_TablesDeletedSuccess' => 'Existing Piwik tables deleted with success',
-	'Installation_TablesCreatedSuccess' => 'Tables created with success!',
-	'Installation_TablesDeleteConfirm' => 'Are you sure you want to delete all the Piwik tables from this database?',
-	'Installation_Welcome' => 'Welcome!',
-	'Installation_WelcomeHelp' => '<p>Piwik is an open source web analytics software that makes it easy to get the information you want from your visitors.</p><p>This process is split up into %s easy steps and will take around 5 minutes.</p>',
-	'Provider_WidgetProviders' => 'Providers',
-	'Provider_SubmenuLocationsProvider' => 'Locations & provider',
-	'TranslationsAdmin_MenuTranslations' => 'Translations',
-	'TranslationsAdmin_MenuLanguages' => 'Languages',
-	'TranslationsAdmin_Plugin' => 'Plugin',
-	'TranslationsAdmin_Definition' => 'Definition',
-	'TranslationsAdmin_DefaultString' => 'Default string (English)',
-	'TranslationsAdmin_TranslationString' => 'Translation string (current language: %s)',
-	'TranslationsAdmin_Translations' => 'Translations',
-	'TranslationsAdmin_FixPermissions' => 'Please fix filesystem permissions',
-	'TranslationsAdmin_AvailableLanguages' => 'Available languages',
-	'TranslationsAdmin_AddLanguage' => 'Add language',
-	'TranslationsAdmin_LanguageCode' => 'Language code',
-	'TranslationsAdmin_Export' => 'Export language',
-	'TranslationsAdmin_Import' => 'Import language',
+<?php 
+$translations = array(
+	'General_Locale' => 'en_EN.UTF-8',
+	'General_TranslatorName' => 'Piwik team',
+	'General_TranslatorEmail' => 'hello at piwik.org',
+	'General_EnglishLanguageName' => 'English',
+	'General_OriginalLanguageName' => 'English',
+	'General_Unknown' => 'Unknown',
+	'General_Required' => '%s required',
+	'General_Error' => 'Error',
+	'General_Warning' => 'Warning',
+	'General_BackToHomepage' => 'Back to Piwik homepage',
+	'General_Yes' => 'Yes',
+	'General_No' => 'No',
+	'General_Delete' => 'Delete',
+	'General_Edit' => 'Edit',
+	'General_Ok' => 'Ok',
+	'General_Close' => 'Close',
+	'General_Logout' => 'Logout',
+	'General_Done' => 'Done',
+	'General_LoadingData' => 'Loading data...',
+	'General_ErrorRequest' => 'Oops&hellip; problem during the request, please try again.',
+	'General_Next' => 'Next',
+	'General_Previous' => 'Previous',
+	'General_Search' => 'Search',
+	'General_Others' => 'Others',
+	'General_Table' => 'Table',
+	'General_Piechart' => 'Piechart',
+	'General_TagCloud' => 'Tag Cloud',
+	'General_VBarGraph' => 'Vertial bar graph',
+	'General_GraphData' => 'Graph data',
+	'General_Refresh' => 'Refresh the page',
+	'General_ColumnNbUniqVisitors' => 'Unique visitors',
+	'General_ColumnNbVisits' => 'Visits',
+	'General_ColumnLabel' => 'Label',
+	'General_Save' => 'Save',
+	'General_NoDataForGraph' => 'No data for this graph',
+	'PluginsAdmin_Plugins' => 'Plugins',
+	'PluginsAdmin_Activated' => 'Activated',
+	'PluginsAdmin_ActivatedHelp' => 'This plugin cannot be deactivated',
+	'PluginsAdmin_Deactivate' => 'Deactivate',
+	'PluginsAdmin_Activate' => 'Activate',
+	'PluginsAdmin_MenuPlugins' => 'Plugins',
+	'API_QuickDocumentation' => '<h2>API quick documentation</h2><p>If you don\'t have data for today you can first <a href=\'misc/generateVisits.php\' target=_blank>generate some data</a> using the Visits Generator script.</p><p>You can try the different formats available for every method. It is very easy to extract any data you want from piwik!</p><p><b>For more information have a look at the <a href=\'http://dev.piwik.org/trac/wiki/API\'>official API Documentation</a> or the <a href=\'http://dev.piwik.org/trac/wiki/API/Reference\'>API Reference</a>.</b></P><h2>User authentication</h2><p>If you want to <b>request the data in your scripts, in a crontab, etc. </b> you need to add the parameter <code><u>&token_auth=%s</u></code> to the API calls URLs that require authentication.</p><p>This token_auth is as secret as your login and password, <b>do not share it!</p>',
+	'API_LoadedAPIs' => 'Loaded successfully %s APIs',
+	'Home_NoPrivileges' => 'You are logged in as \'%s\' but it seems you don\'t have any permission set in Piwik.<br />Ask your Piwik administrator to give you \'view\' access to a website.',
+	'Home_JavascriptDisabled' => 'JavaScript must be enabled in order for you to use Piwik in standard view.<br />However, it seems JavaScript is either disabled or not supported by your browser.<br />To use standard view, enable JavaScript by changing your browser options, then %1stry again%2s.<br />',
+	'Home_TableNoData' => 'No data for this table.',
+	'Home_CategoryNoData' => 'No data in this category. Try to "Include all population".',
+	'Home_ShowJSCode' => 'Show the javascript code to insert',
+	'Home_IncludeAllPopulation_js' => 'Include all population',
+	'Home_ExcludeLowPopulation_js' => 'Exclude low population',
+	'Home_PageOf_js' => '%s of %s',
+	'Home_Loading_js' => 'Loading...',
+	'Home_LocalizedDateFormat' => '%A %e %B %Y',
+	'Home_PeriodDay' => 'Day',
+	'Home_PeriodWeek' => 'Week',
+	'Home_PeriodMonth' => 'Month',
+	'Home_PeriodYear' => 'Year',
+	'Home_DaySu_js' => 'Su',
+	'Home_DayMo_js' => 'Mo',
+	'Home_DayTu_js' => 'Tu',
+	'Home_DayWe_js' => 'We',
+	'Home_DayTh_js' => 'Th',
+	'Home_DayFr_js' => 'Fr',
+	'Home_DaySa_js' => 'Sa',
+	'Home_MonthJanuary_js' => 'January',
+	'Home_MonthFebruary_js' => 'February',
+	'Home_MonthMarch_js' => 'March',
+	'Home_MonthApril_js' => 'April',
+	'Home_MonthMay_js' => 'May',
+	'Home_MonthJune_js' => 'June',
+	'Home_MonthJuly_js' => 'July',
+	'Home_MonthAugust_js' => 'August',
+	'Home_MonthSeptember_js' => 'September',
+	'Home_MonthOctober_js' => 'October',
+	'Home_MonthNovember_js' => 'November',
+	'Home_MonthDecemeber_js' => 'Decemeber',
+	'Actions_SubmenuPages' => 'Pages',
+	'Actions_SubmenuOutlinks' => 'Outlinks',
+	'Actions_SubmenuDownloads' => 'Downloads',
+	'Dashboard_AddWidget' => 'Add a widget...',
+	'Dashboard_DeleteWidgetConfirm' => 'Are you sure you want to delete this widget from the dashboard?',
+	'Dashboard_SelectWidget' => 'Select the widget to add in the dashboard',
+	'Dashboard_AddPreviewedWidget' => 'Add previewed widget to the dashboard',
+	'Dashboard_WidgetPreview' => 'Widget preview',
+	'Dashboard_TitleWidgetInDashboard_js' => 'Widget already in dashboard',
+	'Dashboard_TitleClickToAdd_js' => 'Click to add to dashboard',
+	'Dashboard_LoadingPreview_js' => 'Loading preview, please wait...',
+	'Dashboard_LoadingWidget_js' => 'Loading widget, please wait...',
+	'Dashboard_WidgetNotFound_js' => 'Widget not found',
+	'Referers_SearchEngines' => 'Search Engines',
+	'Referers_Keywords' => 'Keywords',
+	'Referers_DirectEntry' => 'Direct Entry',
+	'Referers_Websites' => 'Websites',
+	'Referers_Partners' => 'Partners',
+	'Referers_Newsletters' => 'Newsletters',
+	'Referers_Campaigns' => 'Campaigns',
+	'Referers_Evolution' => 'Evolution over the period',
+	'Referers_Type' => 'Referer Type',
+	'Referers_TypeDirectEntries' => '%s direct entries',
+	'Referers_TypeSearchEngines' => '%s from search engines',
+	'Referers_TypePartners' => '%s from partners',
+	'Referers_TypeWebsites' => '%s from websites',
+	'Referers_TypeNewsletters' => '%s from newsletters',
+	'Referers_TypeCampaigns' => '%s from campaigns',
+	'Referers_Other' => 'Other',
+	'Referers_OtherDistinctSearchEngines' => '%s distinct search engines',
+	'Referers_OtherDistinctKeywords' => '%s distinct keywords',
+	'Referers_OtherDistinctWebsites' => '%1s distinct websites (using %2s distinct urls)',
+	'Referers_OtherDistinctPartners' => '%1s distinct partners (using %2s distinct urls)',
+	'Referers_OtherDistinctCampaigns' => '%s distinct campaigns',
+	'Referers_TagCloud' => 'Tag cloud output',
+	'Referers_SubmenuEvolution' => 'Evolution',
+	'Referers_SubmenuSearchEngines' => 'Search engines & keywords',
+	'Referers_SubmenuWebsites' => 'Websites',
+	'Referers_SubmenuCampaigns' => 'Campaigns',
+	'Referers_SubmenuPartners' => 'Partners',
+	'Referers_WidgetKeywords' => 'List of Keywords',
+	'Referers_WidgetPartners' => 'List of Partners',
+	'Referers_WidgetCampaigns' => 'List of Campaigns',
+	'Referers_WidgetExternalWebsites' => 'List of external Websites',
+	'Referers_WidgetSearchEngines' => 'Best search engines',
+	'Referers_WidgetOverview' => 'Overview',
+	'UserSettings_BrowserFamilies' => 'Browser families',
+	'UserSettings_Browsers' => 'Browsers',
+	'UserSettings_Plugins' => 'Plugins',
+	'UserSettings_Configurations' => 'Configurations',
+	'UserSettings_OperatinsSystems' => 'Operating systems',
+	'UserSettings_Resolutions' => 'Resolutions',
+	'UserSettings_WideScreen' => 'Wide Screen',
+	'UserSettings_WidgetResolutions' => 'Screen resolutions',
+	'UserSettings_WidgetBrowsers' => 'Visitor browsers',
+	'UserSettings_WidgetPlugins' => 'List of Plugins',
+	'UserSettings_WidgetWidescreen' => 'Normal / Widescreen',
+	'UserSettings_WidgetBrowserFamilies' => 'Browsers by family',
+	'UserSettings_WidgetOperatingSystems' => 'Operating systems',
+	'UserSettings_WidgetGlobalVisitors' => 'Global visitors configuration',
+	'UserSettings_SubmenuSettings' => 'Settings',
+	'UserCountry_Country' => 'Country',
+	'UserCountry_Continent' => 'Continent',
+	'UserCountry_DistinctCountries' => '%s distinct countries',
+	'UserCountry_SubmenuLocations' => 'Locations',
+	'UserCountry_WidgetContinents' => 'Visitor continents',
+	'UserCountry_WidgetCountries' => 'Visitor countries',
+	'UserCountry_country_ac' => 'Ascension Islands',
+	'UserCountry_country_ad' => 'Andorra',
+	'UserCountry_country_ae' => 'United Arab Emirates',
+	'UserCountry_country_af' => 'Afghanistan',
+	'UserCountry_country_ag' => 'Antigua and Barbuda',
+	'UserCountry_country_ai' => 'Anguilla',
+	'UserCountry_country_al' => 'Albania',
+	'UserCountry_country_am' => 'Armenia',
+	'UserCountry_country_an' => 'Netherlands Antilles',
+	'UserCountry_country_ao' => 'Angola',
+	'UserCountry_country_aq' => 'Antarctica',
+	'UserCountry_country_ar' => 'Argentina',
+	'UserCountry_country_as' => 'American Samoa',
+	'UserCountry_country_at' => 'Austria',
+	'UserCountry_country_au' => 'Australia',
+	'UserCountry_country_aw' => 'Aruba',
+	'UserCountry_country_az' => 'Azerbaijan',
+	'UserCountry_country_ba' => 'Bosnia and Herzegovina',
+	'UserCountry_country_bb' => 'Barbados',
+	'UserCountry_country_bd' => 'Bangladesh',
+	'UserCountry_country_be' => 'Belgium',
+	'UserCountry_country_bf' => 'Burkina Faso',
+	'UserCountry_country_bg' => 'Bulgaria',
+	'UserCountry_country_bh' => 'Bahrain',
+	'UserCountry_country_bi' => 'Burundi',
+	'UserCountry_country_bj' => 'Benin',
+	'UserCountry_country_bm' => 'Bermuda',
+	'UserCountry_country_bn' => 'Bruneo',
+	'UserCountry_country_bo' => 'Bolivia',
+	'UserCountry_country_br' => 'Brazil',
+	'UserCountry_country_bs' => 'Bahamas',
+	'UserCountry_country_bt' => 'Bhutan',
+	'UserCountry_country_bv' => 'Bouvet Island',
+	'UserCountry_country_bw' => 'Botswana',
+	'UserCountry_country_by' => 'Belarus',
+	'UserCountry_country_bz' => 'Belize',
+	'UserCountry_country_ca' => 'Canada',
+	'UserCountry_country_cc' => 'Cocos (Keeling) Islands',
+	'UserCountry_country_cd' => 'Congo, The Democratic Republic of the',
+	'UserCountry_country_cf' => 'Central African Republic',
+	'UserCountry_country_cg' => 'Congo',
+	'UserCountry_country_ch' => 'Switzerland',
+	'UserCountry_country_ci' => 'Cote D\'Ivoire',
+	'UserCountry_country_ck' => 'Cook Islands',
+	'UserCountry_country_cl' => 'Chile',
+	'UserCountry_country_cm' => 'Cameroon',
+	'UserCountry_country_cn' => 'China',
+	'UserCountry_country_co' => 'Colombia',
+	'UserCountry_country_cr' => 'Costa Rica',
+	'UserCountry_country_cs' => 'Serbia Montenegro',
+	'UserCountry_country_cu' => 'Cuba',
+	'UserCountry_country_cv' => 'Cape Verde',
+	'UserCountry_country_cx' => 'Christmas Island',
+	'UserCountry_country_cy' => 'Cyprus',
+	'UserCountry_country_cz' => 'Czech Republic',
+	'UserCountry_country_de' => 'Germany',
+	'UserCountry_country_dj' => 'Djibouti',
+	'UserCountry_country_dk' => 'Denmark',
+	'UserCountry_country_dm' => 'Dominica',
+	'UserCountry_country_do' => 'Dominican Republic',
+	'UserCountry_country_dz' => 'Algeria',
+	'UserCountry_country_ec' => 'Ecuador',
+	'UserCountry_country_ee' => 'Estonia',
+	'UserCountry_country_eg' => 'Egypt',
+	'UserCountry_country_eh' => 'Western Sahara',
+	'UserCountry_country_er' => 'Eritrea',
+	'UserCountry_country_es' => 'Spain',
+	'UserCountry_country_et' => 'Ethiopia',
+	'UserCountry_country_fi' => 'Finland',
+	'UserCountry_country_fj' => 'Fiji',
+	'UserCountry_country_fk' => 'Falkland Islands (Malvinas)',
+	'UserCountry_country_fm' => 'Micronesia, Federated States of',
+	'UserCountry_country_fo' => 'Faroe Islands',
+	'UserCountry_country_fr' => 'France',
+	'UserCountry_country_ga' => 'Gabon',
+	'UserCountry_country_gd' => 'Grenada',
+	'UserCountry_country_ge' => 'Georgia',
+	'UserCountry_country_gf' => 'French Guyana',
+	'UserCountry_country_gg' => 'Guernsey',
+	'UserCountry_country_gh' => 'Ghana',
+	'UserCountry_country_gi' => 'Gibraltar',
+	'UserCountry_country_gl' => 'Greenland',
+	'UserCountry_country_gm' => 'Gambia',
+	'UserCountry_country_gn' => 'Guinea',
+	'UserCountry_country_gp' => 'Guadeloupe',
+	'UserCountry_country_gq' => 'Equatorial Guinea',
+	'UserCountry_country_gr' => 'Greece',
+	'UserCountry_country_gs' => 'South Georgia and the South Sandwich Islands',
+	'UserCountry_country_gt' => 'Guatemala',
+	'UserCountry_country_gu' => 'Guam',
+	'UserCountry_country_gw' => 'Guinea-Bissau',
+	'UserCountry_country_gy' => 'Guyana',
+	'UserCountry_country_hk' => 'Hong Kong',
+	'UserCountry_country_hm' => 'Heard Island and McDonald Islands',
+	'UserCountry_country_hn' => 'Honduras',
+	'UserCountry_country_hr' => 'Croatia',
+	'UserCountry_country_ht' => 'Haiti',
+	'UserCountry_country_hu' => 'Hungary',
+	'UserCountry_country_id' => 'Indonesia',
+	'UserCountry_country_ie' => 'Ireland',
+	'UserCountry_country_il' => 'Israel',
+	'UserCountry_country_im' => 'Man Island',
+	'UserCountry_country_in' => 'India',
+	'UserCountry_country_io' => 'British Indian Ocean Territory',
+	'UserCountry_country_iq' => 'Iraq',
+	'UserCountry_country_ir' => 'Iran, Islamic Republic of',
+	'UserCountry_country_is' => 'Iceland',
+	'UserCountry_country_it' => 'Italy',
+	'UserCountry_country_je' => 'Jersey',
+	'UserCountry_country_jm' => 'Jamaica',
+	'UserCountry_country_jo' => 'Jordan',
+	'UserCountry_country_jp' => 'Japan',
+	'UserCountry_country_ke' => 'Kenya',
+	'UserCountry_country_kg' => 'Kyrgyzstan',
+	'UserCountry_country_kh' => 'Cambodia',
+	'UserCountry_country_ki' => 'Kiribati',
+	'UserCountry_country_km' => 'Comoros',
+	'UserCountry_country_kn' => 'Saint Kitts and Nevis',
+	'UserCountry_country_kp' => 'Korea, Democratic People\'s Republic of',
+	'UserCountry_country_kr' => 'Korea, Republic of',
+	'UserCountry_country_kw' => 'Kuwait',
+	'UserCountry_country_ky' => 'Cayman Islands',
+	'UserCountry_country_kz' => 'Kazakhstan',
+	'UserCountry_country_la' => 'Laos',
+	'UserCountry_country_lb' => 'Lebanon',
+	'UserCountry_country_lc' => 'Saint Lucia',
+	'UserCountry_country_li' => 'Liechtenstein',
+	'UserCountry_country_lk' => 'Sri Lanka',
+	'UserCountry_country_lr' => 'Liberia',
+	'UserCountry_country_ls' => 'Lesotho',
+	'UserCountry_country_lt' => 'Lithuania',
+	'UserCountry_country_lu' => 'Luxembourg',
+	'UserCountry_country_lv' => 'Latvia',
+	'UserCountry_country_ly' => 'Libya',
+	'UserCountry_country_ma' => 'Morocco',
+	'UserCountry_country_mc' => 'Monaco',
+	'UserCountry_country_md' => 'Moldova, Republic of',
+	'UserCountry_country_mg' => 'Madagascar',
+	'UserCountry_country_mh' => 'Marshall Islands',
+	'UserCountry_country_mk' => 'Macedonia',
+	'UserCountry_country_ml' => 'Mali',
+	'UserCountry_country_mm' => 'Myanmar',
+	'UserCountry_country_mn' => 'Mongolia',
+	'UserCountry_country_mo' => 'Macau',
+	'UserCountry_country_mp' => 'Northern Mariana Islands',
+	'UserCountry_country_mq' => 'Martinique',
+	'UserCountry_country_mr' => 'Mauritania',
+	'UserCountry_country_ms' => 'Montserrat',
+	'UserCountry_country_mt' => 'Malta',
+	'UserCountry_country_mu' => 'Mauritius',
+	'UserCountry_country_mv' => 'Maldives',
+	'UserCountry_country_mw' => 'Malawi',
+	'UserCountry_country_mx' => 'Mexico',
+	'UserCountry_country_my' => 'Malaysia',
+	'UserCountry_country_mz' => 'Mozambique',
+	'UserCountry_country_na' => 'Namibia',
+	'UserCountry_country_nc' => 'New Caledonia',
+	'UserCountry_country_ne' => 'Niger',
+	'UserCountry_country_nf' => 'Norfolk Island',
+	'UserCountry_country_ng' => 'Nigeria',
+	'UserCountry_country_ni' => 'Nicaragua',
+	'UserCountry_country_nl' => 'Netherlands',
+	'UserCountry_country_no' => 'Norway',
+	'UserCountry_country_np' => 'Nepal',
+	'UserCountry_country_nr' => 'Nauru',
+	'UserCountry_country_nu' => 'Niue',
+	'UserCountry_country_nz' => 'New Zealand',
+	'UserCountry_country_om' => 'Oman',
+	'UserCountry_country_pa' => 'Panama',
+	'UserCountry_country_pe' => 'Peru',
+	'UserCountry_country_pf' => 'French Polynesia',
+	'UserCountry_country_pg' => 'Papua New Guinea',
+	'UserCountry_country_ph' => 'Philippines',
+	'UserCountry_country_pk' => 'Pakistan',
+	'UserCountry_country_pl' => 'Poland',
+	'UserCountry_country_pm' => 'Saint Pierre and Miquelon',
+	'UserCountry_country_pn' => 'Pitcairn',
+	'UserCountry_country_pr' => 'Puerto Rico',
+	'UserCountry_country_ps' => 'Palestinian Territory',
+	'UserCountry_country_pt' => 'Portugal',
+	'UserCountry_country_pw' => 'Palau',
+	'UserCountry_country_py' => 'Paraguay',
+	'UserCountry_country_qa' => 'Qatar',
+	'UserCountry_country_re' => 'Reunion Island',
+	'UserCountry_country_ro' => 'Romania',
+	'UserCountry_country_ru' => 'Russian Federation',
+	'UserCountry_country_rs' => 'Russia',
+	'UserCountry_country_rw' => 'Rwanda',
+	'UserCountry_country_sa' => 'Saudi Arabia',
+	'UserCountry_country_sb' => 'Solomon Islands',
+	'UserCountry_country_sc' => 'Seychelles',
+	'UserCountry_country_sd' => 'Sudan',
+	'UserCountry_country_se' => 'Sweden',
+	'UserCountry_country_sg' => 'Singapore',
+	'UserCountry_country_sh' => 'Saint Helena',
+	'UserCountry_country_si' => 'Slovenia',
+	'UserCountry_country_sj' => 'Svalbard',
+	'UserCountry_country_sk' => 'Slovakia',
+	'UserCountry_country_sl' => 'Sierra Leone',
+	'UserCountry_country_sm' => 'San Marino',
+	'UserCountry_country_sn' => 'Senegal',
+	'UserCountry_country_so' => 'Somalia',
+	'UserCountry_country_sr' => 'Suriname',
+	'UserCountry_country_st' => 'Sao Tome and Principe',
+	'UserCountry_country_su' => 'Old U.S.S.R',
+	'UserCountry_country_sv' => 'El Salvador',
+	'UserCountry_country_sy' => 'Syrian Arab Republic',
+	'UserCountry_country_sz' => 'Swaziland',
+	'UserCountry_country_tc' => 'Turks and Caicos Islands',
+	'UserCountry_country_td' => 'Chad',
+	'UserCountry_country_tf' => 'French Southern Territories',
+	'UserCountry_country_tg' => 'Togo',
+	'UserCountry_country_th' => 'Thailand',
+	'UserCountry_country_tj' => 'Tajikistan',
+	'UserCountry_country_tk' => 'Tokelau',
+	'UserCountry_country_tm' => 'Turkmenistan',
+	'UserCountry_country_tn' => 'Tunisia',
+	'UserCountry_country_to' => 'Tonga',
+	'UserCountry_country_tp' => 'East Timor',
+	'UserCountry_country_tr' => 'Turkey',
+	'UserCountry_country_tt' => 'Trinidad and Tobago',
+	'UserCountry_country_tv' => 'Tuvalu',
+	'UserCountry_country_tw' => 'Taiwan',
+	'UserCountry_country_tz' => 'Tanzania, United Republic of',
+	'UserCountry_country_ua' => 'Ukraine',
+	'UserCountry_country_ug' => 'Uganda',
+	'UserCountry_country_uk' => 'United Kingdom',
+	'UserCountry_country_gb' => 'Great Britain',
+	'UserCountry_country_um' => 'United States Minor Outlying Islands',
+	'UserCountry_country_us' => 'United States',
+	'UserCountry_country_uy' => 'Uruguay',
+	'UserCountry_country_uz' => 'Uzbekistan',
+	'UserCountry_country_va' => 'Vatican City',
+	'UserCountry_country_vc' => 'Saint Vincent and the Grenadines',
+	'UserCountry_country_ve' => 'Venezuela',
+	'UserCountry_country_vg' => 'Virgin Islands, British',
+	'UserCountry_country_vi' => 'Virgin Islands, U.S.',
+	'UserCountry_country_vn' => 'Vietnam',
+	'UserCountry_country_vu' => 'Vanuatu',
+	'UserCountry_country_wf' => 'Wallis and Futuna',
+	'UserCountry_country_ws' => 'Samoa',
+	'UserCountry_country_ye' => 'Yemen',
+	'UserCountry_country_yt' => 'Mayotte',
+	'UserCountry_country_yu' => 'Yugoslavia',
+	'UserCountry_country_za' => 'South Africa',
+	'UserCountry_country_zm' => 'Zambia',
+	'UserCountry_country_zr' => 'Zaire',
+	'UserCountry_country_zw' => 'Zimbabwe',
+	'UserCountry_continent_eur' => 'Europe',
+	'UserCountry_continent_afr' => 'Africa',
+	'UserCountry_continent_asi' => 'Asia',
+	'UserCountry_continent_ams' => 'South and Central America',
+	'UserCountry_continent_amn' => 'North America',
+	'UserCountry_continent_oce' => 'Oceania',
+	'VisitsSummary_NbVisits' => '%s visits',
+	'VisitsSummary_NbUniqueVisitors' => '%s unique visitors',
+	'VisitsSummary_NbActions' => '%s actions (page views)',
+	'VisitsSummary_TotalTime' => '%s total time spent by the visitors',
+	'VisitsSummary_MaxNbActions' => '%s max actions in one visit',
+	'VisitsSummary_NbBounced' => '%s visitors have bounced (left the site after one page)',
+	'VisitsSummary_Evolution' => 'Evolution on the last 30 %ss',
+	'VisitsSummary_Report' => 'Report',
+	'VisitsSummary_GenerateTime' => '%s seconds to generate the page',
+	'VisitsSummary_GenerateQueries' => '%s queries executed',
+	'VisitsSummary_WidgetLastVisits' => 'Last visits graph',
+	'VisitsSummary_WidgetVisits' => 'Visits overview',
+	'VisitsSummary_WidgetLastVisitors' => 'Last unique visitors graph',
+	'VisitsSummary_WidgetOverviewGraph' => 'Overview with graph',
+	'VisitsSummary_SubmenuOverview' => 'Overview',
+	'VisitFrequency_Evolution' => 'Evolution over the period',
+	'VisitFrequency_ReturnVisits' => '%s returning visits',
+	'VisitFrequency_ReturnActions' => '%s actions by the returning visits',
+	'VisitFrequency_ReturnMaxActions' => '%s maximum actions by a returning visit',
+	'VisitFrequency_ReturnTotalTime' => '%s total time spent by returning visits',
+	'VisitFrequency_ReturnBounces' => '%s times that a returning visit has bounced (left the site after one page)',
+	'VisitFrequency_WidgetOverview' => 'Frequency overview',
+	'VisitFrequency_WidgetGraphReturning' => 'Graph returning visits',
+	'VisitFrequency_SubmenuFrequency' => 'Frequency',
+	'VisitTime_LocalTime' => 'Visit per local time',
+	'VisitTime_ServerTime' => 'Visit per server time',
+	'VisitTime_WidgetLocalTime' => 'Visits by local time',
+	'VisitTime_WidgetServerTime' => 'Visits by server time',
+	'VisitTime_SubmenuTimes' => 'Times',
+	'VisitTime_NHour' => '%sh',
+	'VisitorInterest_VisitsPerDuration' => 'Visits per visit duration',
+	'VisitorInterest_VisitsPerNbOfPages' => 'Visits per number of pages',
+	'VisitorInterest_WidgetLengths' => 'Visits lengths',
+	'VisitorInterest_WidgetPages' => 'Pages per visit',
+	'VisitorInterest_SubmenuFrequencyLoyalty' => 'Frequency & Loyalty',
+	'VisitorInterest_PlusXMin' => '%s min',
+	'VisitorInterest_BetweenXYMinutes' => '%1s-%2s min',
+	'VisitorInterest_OnePage' => '1 page',
+	'VisitorInterest_NPages' => '%s pages',
+	'VisitorInterest_BetweenXYSeconds' => '%1s-%2ss',
+	'Login_PluginDescription' => 'Login screen, gives credentials to users',
+	'Login_LoginPasswordNotCorrect' => 'Username & Password not correct',
+	'Login_Login' => 'Username',
+	'Login_Password' => 'Password',
+	'Login_LoginOrEmail' => 'Login or E-mail',
+	'Login_LogIn' => 'Log in',
+	'Login_Logout' => 'Logout',
+	'Login_LostYourPassword' => 'Lost your password?',
+	'Login_RemindPassword' => 'Remind password',
+	'Login_PasswordReminder' => 'Please enter your username or e-mail address. You will receive a new password via e-mail.',
+	'Login_InvalidUsernameEmail' => 'Invalid username and/or e-mail address',
+	'Login_MailTopicPasswordRecovery' => 'Password recovery',
+	'Login_MailPasswordRecoveryBody' => 'Hi %1s, \n\n Your new password is: %2s \n\n You can login now at: %3s',
+	'Login_PasswordSent' => 'Password has been just sent. Check your e-mail.',
+	'Login_ContactAdmin' => 'Possible reason: your host may have disabled the mail() function. <br />Please contact your Piwik administrator.',
+	'UsersManager_ManageAccess' => 'Manage access',
+	'UsersManager_Sites' => 'Sites',
+	'UsersManager_AllWebsites' => 'All websites',
+	'UsersManager_ApplyToAllWebsites' => 'Apply to all websites',
+	'UsersManager_User' => 'User',
+	'UsersManager_PrivNone' => 'No access',
+	'UsersManager_PrivView' => 'View',
+	'UsersManager_PrivAdmin' => 'Admin',
+	'UsersManager_ChangeAllConfirm' => 'Are you sure you want to change \'%s\' permissions on all the websites?',
+	'UsersManager_Login' => 'Login',
+	'UsersManager_Password' => 'Password',
+	'UsersManager_Email' => 'Email',
+	'UsersManager_Alias' => 'Alias',
+	'UsersManager_Token' => 'token_auth',
+	'UsersManager_Edit' => 'Edit',
+	'UsersManager_AddUser' => 'Add a new user',
+	'UsersManager_MenuUsers' => 'Users',
+	'UsersManager_DeleteConfirm_js' => 'Are you sure you want to delete the user %s?',
+	'UsersManager_ExceptionLoginExists' => 'Login \'%s\' already exists.',
+	'UsersManager_ExceptionEmailExists' => 'User with email \'%s\' already exists.',
+	'UsersManager_ExceptionInvalidLogin' => 'The login must contain only letters, numbers, or the characters \'_\' or \'-\' or \'.\'',
+	'UsersManager_ExceptionInvalidPassword' => 'The password length must be between 6 and 26 characters.',
+	'UsersManager_ExceptionInvalidEmail' => 'The email doesn\'t have a valid format.',
+	'UsersManager_ExceptionDeleteDoesNotExist' => 'User \'%s\' doesn\'t exist therefore it can\'t be deleted.',
+	'UsersManager_ExceptionAdminAnonymous' => 'You cannot grant \'admin\' access to the \'anonymous\' user.',
+	'UsersManager_ExceptionEditAnonymous' => 'The anonymous user cannot be edited or deleted. It is used by Piwik to define a user that has not logged in yet. For example, you can make your statistics public by granting the \'view\' access to the \'anonymous\' user.',
+	'UsersManager_ExceptionUserDoesNotExist' => 'User \'%s\' doesn\'t exist.',
+	'UsersManager_ExceptionAccessValues' => 'The parameter access must have one of the following values : [ %s ]',
+	'SitesManager_Sites' => 'Sites',
+	'SitesManager_JsCode' => 'Javascript code',
+	'SitesManager_JsCodeHelp' => 'Here is the javascript code to include on all your pages',
+	'SitesManager_ShowJsCode' => 'show code',
+	'SitesManager_NoWebsites' => 'You don\'t have any website to administrate.',
+	'SitesManager_AddSite' => 'Add a new Site',
+	'SitesManager_Id' => 'Id',
+	'SitesManager_Name' => 'Name',
+	'SitesManager_Urls' => 'URLs',
+	'SitesManager_MenuSites' => 'Sites',
+	'SitesManager_DeleteConfirm_js' => 'Are you sure you want to delete the website %s?',
+	'SitesManager_ExceptionDeleteSite' => 'It is not possible to delete this website as it is the only registered website. Add a new website first, then delete this one.',
+	'SitesManager_ExceptionNoUrl' => 'You must specify at least one URL for the site.',
+	'SitesManager_ExceptionEmptyName' => 'The site name can\'t be empty.',
+	'SitesManager_ExceptionInvalidUrl' => 'The url \'%s\' is not a valid URL.',
+	'Installation_Installation' => 'Installation',
+	'Installation_InstallationStatus' => 'Installation status',
+	'Installation_PercentDone' => '%s %% Done',
+	'Installation_NoConfigFound' => 'The Piwik configuration file couldn\'t be found and you are trying to access a Piwik page.<br /><b>&nbsp;&nbsp;&raquo; You can <a href=\'index.php\'>install Piwik now</a></b><br /><small>If you installed Piwik before and have some tables in your DB, don\'t worry,you can reuse the same tables and keep your existing data!</small>',
+	'Installation_MysqlSetup' => 'Mysql database setup',
+	'Installation_MysqlErrorConnect' => 'Error while trying to connect to the Mysql database',
+	'Installation_JsTag' => 'Javascript tag',
+	'Installation_JsTagHelp' => '<p>To count all visitors, you must insert the javascript code on all of your pages.</p><p>Your pages do not have to be made with PHP, Piwik will work on all kinds of pages (whether it is HTML, ASP, Perl or any other languages).</p><p>Here is the code you have to insert: (copy and paste on all your pages) </p>',
+	'Installation_Congratulations' => 'Congratulations',
+	'Installation_ContratulationsHelp' => '<p>Congratulations! Your Piwik installation is complete.</p><p>Make sure your javascript code is entered on your pages, and wait for your first visitors!</p>',
+	'Installation_GoToPiwik' => 'Go to Piwik',
+	'Installation_SetupWebsite' => 'Setup a website',
+	'Installation_SetupWebsiteError' => 'There was an error when adding the website',
+	'Installation_GeneralSetup' => 'General Setup',
+	'Installation_GeneralSetupSuccess' => 'General Setup configured with success',
+	'Installation_SystemCheck' => 'System check',
+	'Installation_SystemCheckPhp' => 'PHP version',
+	'Installation_SystemCheckPdo' => 'Pdo extension',
+	'Installation_SystemCheckPdoMysql' => 'Pdo_Mysql extension',
+	'Installation_SystemCheckPdoError' => 'You need to enable the PDO and PDO_MYSQL extensions in your php.ini file.',
+	'Installation_SystemCheckPdoHelp' => 'On a windows server you can add the following lines in your php.ini %s <br /><br />On a Linux server you can compile php with the following option %s In your php.ini, add the following lines %s<br /><br />More information on the <a style="color:red" href="http://php.net/pdo">PHP website</a>.',
+	'Installation_SystemCheckWriteDirs' => 'Directories with write access',
+	'Installation_SystemCheckWriteDirsHelp' => 'To fix this error on your Linux system, try typing in the following command(s)',
+	'Installation_SystemCheckMemoryLimit' => 'Memory limit',
+	'Installation_SystemCheckMemoryLimitHelp' => 'On a high traffic website, the archiving process may require more memory than currently allowed.<br />See the directive memory_limit in your php.ini file if necessary.',
+	'Installation_SystemCheckGD' => 'GD &gt; 2.x (graphics)',
+	'Installation_SystemCheckGDHelp' => 'The sparklines (small graphs) will not work.',
+	'Installation_SystemCheckTimeLimit' => 'set_time_limit() allowed',
+	'Installation_SystemCheckTimeLimitHelp' => 'On a high traffic website, executing the archiving process may require more time than currently allowed.<br />See the directive max_execution_time  in your php.ini file if necessary',
+	'Installation_SystemCheckMail' => 'mail() allowed',
+	'Installation_SystemCheckError' => 'An error occured - must be fixed before you proceed',
+	'Installation_SystemCheckWarning' => 'Piwik will work normally but some features may be missing',
+	'Installation_Tables' => 'Creating the tables',
+	'Installation_TablesWarning' => 'Some <span id="linkToggle">Piwik tables</span> are already installed in the DB',
+	'Installation_TablesFound' => 'The following tables have been found in the database',
+	'Installation_TablesWarningHelp' => 'Either choose to reuse the existing database tables or select a clean install to erase all existing data in the database.',
+	'Installation_TablesReuse' => 'Reuse the existing tables',
+	'Installation_TablesDelete' => 'Delete the detected tables',
+	'Installation_TablesDeletedSuccess' => 'Existing Piwik tables deleted with success',
+	'Installation_TablesCreatedSuccess' => 'Tables created with success!',
+	'Installation_TablesDeleteConfirm' => 'Are you sure you want to delete all the Piwik tables from this database?',
+	'Installation_Welcome' => 'Welcome!',
+	'Installation_WelcomeHelp' => '<p>Piwik is an open source web analytics software that makes it easy to get the information you want from your visitors.</p><p>This process is split up into %s easy steps and will take around 5 minutes.</p>',
+	'Provider_WidgetProviders' => 'Providers',
+	'Provider_SubmenuLocationsProvider' => 'Locations & provider',
+	'TranslationsAdmin_MenuTranslations' => 'Translations',
+	'TranslationsAdmin_MenuLanguages' => 'Languages',
+	'TranslationsAdmin_Plugin' => 'Plugin',
+	'TranslationsAdmin_Definition' => 'Definition',
+	'TranslationsAdmin_DefaultString' => 'Default string (English)',
+	'TranslationsAdmin_TranslationString' => 'Translation string (current language: %s)',
+	'TranslationsAdmin_Translations' => 'Translations',
+	'TranslationsAdmin_FixPermissions' => 'Please fix filesystem permissions',
+	'TranslationsAdmin_AvailableLanguages' => 'Available languages',
+	'TranslationsAdmin_AddLanguage' => 'Add language',
+	'TranslationsAdmin_LanguageCode' => 'Language code',
+	'TranslationsAdmin_Export' => 'Export language',
+	'TranslationsAdmin_Import' => 'Import language',
 );
\ No newline at end of file

Modified: trunk/lang/es.php
===================================================================
--- trunk/lang/es.php	2008-06-21 02:53:52 UTC (rev 524)
+++ trunk/lang/es.php	2008-06-25 23:49:13 UTC (rev 525)
@@ -510,7 +510,6 @@
 	'Installation_SystemCheckPdoMysql' => 'Extensión Pdo_Mysql',
 	'Installation_SystemCheckPdoError' => 'Necesita habilitar las extensiones PDO y PDO_MYSQL en usu archivo php.ini.',
 	'Installation_SystemCheckPdoHelp' => 'En un servidor Windows usted puede añadir las siguientes lineas en su php.ini %s<br><br>En un servidor Linux puede compilar php con las siguiente opción %s en su php.ini, añada las siguientes líneas %s<br><br>Más información en <a style="color:red" href="http://php.net/pdo">la web de PHP</a>.',
-	'Installation_SystemCheckPhpXml' => 'Extensión PHP-XML',
 	'Installation_SystemCheckWriteDirs' => 'Directorios con permisos de escritura',
 	'Installation_SystemCheckWriteDirsHelp' => 'Para arreglar este error en su sistema Linux, intente tecleando los siguientes comandos',
 	'Installation_SystemCheckMemoryLimit' => 'Límite de memoria',

Modified: trunk/lang/it.php
===================================================================
--- trunk/lang/it.php	2008-06-21 02:53:52 UTC (rev 524)
+++ trunk/lang/it.php	2008-06-25 23:49:13 UTC (rev 525)
@@ -513,7 +513,6 @@
 	'Installation_SystemCheckPdoMysql' => 'Estensione Pdo_Mysql',
 	'Installation_SystemCheckPdoError' => 'Abilitare le estensioni Pdo e Pdo_mysql nel file php.ini.',
 	'Installation_SystemCheckPdoHelp' => 'Su un server windows aggiungere le seguenti righe nel file php.ini %s <br><br>Su un server Linux compilare php con le seguenti opzioni %s Nel file php.ini aggiungere le seguenti righe %s<br><br>Se hai bisogno di maggiori informazioni vai sul <a style="color:red" href="http://php.net/pdo">sito ufficiale di Php</a>.',
-	'Installation_SystemCheckPhpXml' => 'Estensione PHP-XML',
 	'Installation_SystemCheckWriteDirs' => 'Directory con permessi di scrittura',
 	'Installation_SystemCheckWriteDirsHelp' => 'Per correggere questo errore su un server Linux, provare a digitare i seguenti comandi',
 	'Installation_SystemCheckMemoryLimit' => 'Limite di memoria',

Modified: trunk/lang/nl.php
===================================================================
--- trunk/lang/nl.php	2008-06-21 02:53:52 UTC (rev 524)
+++ trunk/lang/nl.php	2008-06-25 23:49:13 UTC (rev 525)
@@ -1,551 +1,550 @@
-<?php 
-$translations = array(
-	'General_Locale' => 'nl_NL.UTF-8',
-	'General_TranslatorName' => 'wicliff wolda',
-	'General_TranslatorEmail' => 'webmaster at bloody-wicked.com',
-	'General_EnglishLanguageName' => 'Engels',
-	'General_OriginalLanguageName' => 'Engels',
-	'General_Unknown' => 'Onbekend',
-	'General_Required' => 'verplicht',
-	'General_Error' => 'fout',
-	'General_Warning' => 'let op',
-	'General_BackToHomepage' => 'Terug naar de Piwik homepage',
-	'General_Yes' => 'Ja',
-	'General_No' => 'Nee',
-	'General_Delete' => 'Verwijderen',
-	'General_Edit' => 'Aanpassen',
-	'General_Ok' => 'Ok',
-	'General_Close' => 'Sluiten',
-	'General_Logout' => 'Uiloggen',
-	'General_Done' => 'Klaar',
-	'General_LoadingData' => 'Data laden...',
-	'General_ErrorRequest' => 'Oeps&hellip; er was een probleem tijdens het opvragen van de date. probeer het nogmaals',
-	'General_Next' => 'Volgende',
-	'General_Previous' => 'Vorige',
-	'General_Table' => 'Tabel',
-	'General_Piechart' => 'Taart diagram',
-	'General_TagCloud' => 'Tag wolk',
-	'General_VBarGraph' => 'Verticaal staaf diagram',
-	'General_GraphData' => 'Tabel data',
-	'General_Refresh' => 'Ververs de pagina',
-	'General_ColumnNbUniqVisitors' => 'Unieke bezoekers',
-	'General_ColumnNbVisits' => 'Bezoeken',
-	'General_ColumnLabel' => 'Waarde',
-	'General_Save' => 'Bewaar',
-	'PluginsAdmin_Plugins' => 'Plugins',
-	'PluginsAdmin_Activated' => 'Ingeschakeld',
-	'PluginsAdmin_ActivatedHelp' => 'Deze plugin kan niet uitgeschakeld worden',
-	'PluginsAdmin_Deactivate' => 'Uitschakelen',
-	'PluginsAdmin_Activate' => 'Inschakelen',
-	'PluginsAdmin_MenuPlugins' => 'Plugins',
+<?php 
+$translations = array(
+	'General_Locale' => 'nl_NL.UTF-8',
+	'General_TranslatorName' => 'wicliff wolda',
+	'General_TranslatorEmail' => 'webmaster at bloody-wicked.com',
+	'General_EnglishLanguageName' => 'Engels',
+	'General_OriginalLanguageName' => 'Engels',
+	'General_Unknown' => 'Onbekend',
+	'General_Required' => 'verplicht',
+	'General_Error' => 'fout',
+	'General_Warning' => 'let op',
+	'General_BackToHomepage' => 'Terug naar de Piwik homepage',
+	'General_Yes' => 'Ja',
+	'General_No' => 'Nee',
+	'General_Delete' => 'Verwijderen',
+	'General_Edit' => 'Aanpassen',
+	'General_Ok' => 'Ok',
+	'General_Close' => 'Sluiten',
+	'General_Logout' => 'Uiloggen',
+	'General_Done' => 'Klaar',
+	'General_LoadingData' => 'Data laden...',
+	'General_ErrorRequest' => 'Oeps&hellip; er was een probleem tijdens het opvragen van de date. probeer het nogmaals',
+	'General_Next' => 'Volgende',
+	'General_Previous' => 'Vorige',
+	'General_Table' => 'Tabel',
+	'General_Piechart' => 'Taart diagram',
+	'General_TagCloud' => 'Tag wolk',
+	'General_VBarGraph' => 'Verticaal staaf diagram',
+	'General_GraphData' => 'Tabel data',
+	'General_Refresh' => 'Ververs de pagina',
+	'General_ColumnNbUniqVisitors' => 'Unieke bezoekers',
+	'General_ColumnNbVisits' => 'Bezoeken',
+	'General_ColumnLabel' => 'Waarde',
+	'General_Save' => 'Bewaar',
+	'PluginsAdmin_Plugins' => 'Plugins',
+	'PluginsAdmin_Activated' => 'Ingeschakeld',
+	'PluginsAdmin_ActivatedHelp' => 'Deze plugin kan niet uitgeschakeld worden',
+	'PluginsAdmin_Deactivate' => 'Uitschakelen',
+	'PluginsAdmin_Activate' => 'Inschakelen',
+	'PluginsAdmin_MenuPlugins' => 'Plugins',
 	'API_QuickDocumentation' => '		<h2>API beknopte documentatie</h2>
 		<p>Wanneer u geen data voor vandaag heeft, kunt u eerst <a href=\'misc/generateVisits.php\' target=_blank>wat data genereren</a> door middel van het Bezoek Generator script.</p>
 		<p>U kunt voor elke methode een ander formaat proberen. Het is heel eenvoudig data uit piwik te halen!</p>
-		<p><b>Voor meer informatie bekijk de <a href=\'http://dev.piwik.org/trac/wiki/API\'>officiele API Documentatie</a> of de <a href=\'http://dev.piwik.org/trac/wiki/API/Reference\'>API Reference</a>.</b></P><h2>Gebruiker herkenning</h2><p>Wanneer u <b>de data van uw scripts opvraagt middels een crontab, etc. </b> u dient de volgende parameter <code><u>&token_auth=%s</u></code> toe te voegen aan de API oproep URLs die identificatie vereisen.</p><p>Deze token_auth is zo persoonlijk als uw login en password, <b>deel deze informatie niet met anderen!</p>',
-	'API_LoadedAPIs' => 'Succesvol %s APIs geladen',
-	'Home_NoPrivileges' => 'U bent ingelogd als \'%s\' maar het lijkt er op dat u niet voldoende rechten bezit Piwik te gebruiken.<br />Vraag uw Piwik administrator om \'kijkers rechten\' voor een website.',
-	'Home_JavascriptDisabled' => 'JavaScript moet geactiveerd zijn om Piwik in de standaard modus te gebruiken.<br>Het lijkt er op dat JavaScript of uitgeschakeld is of niet ondersteund wordt door uw browser.<br>Om de standaard modus te gebruiken, activeer JavaScript in uw browser instellingen, probeer het daarna %1snogmaals%2s.<br>',
-	'Home_TableNoData' => 'Geen data voor deze tabel gevonden.',
-	'Home_CategoryNoData' => 'Geen data in deze catagorie. Probeer "Toon alle data".',
-	'Home_ShowJSCode' => 'toon de javascript code',
-	'Home_IncludeAllPopulation_js' => 'Toon alle data',
-	'Home_ExcludeLowPopulation_js' => 'Verberg marginale data',
-	'Home_PageOf_js' => '%s van %s',
-	'Home_Loading_js' => 'Laden...',
-	'Home_LocalizedDateFormat' => '%A %e %B %Y',
-	'Home_PeriodDay' => 'Dag',
-	'Home_PeriodWeek' => 'Week',
-	'Home_PeriodMonth' => 'Maand',
-	'Home_PeriodYear' => 'Jaar',
-	'Home_DaySu_js' => 'Zo',
-	'Home_DayMo_js' => 'Ma',
-	'Home_DayTu_js' => 'Di',
-	'Home_DayWe_js' => 'Wo',
-	'Home_DayTh_js' => 'Do',
-	'Home_DayFr_js' => 'Vry',
-	'Home_DaySa_js' => 'Za',
-	'Home_MonthJanuary_js' => 'januari',
-	'Home_MonthFebruary_js' => 'februari',
-	'Home_MonthMarch_js' => 'maart',
-	'Home_MonthApril_js' => 'april',
-	'Home_MonthMay_js' => 'mei',
-	'Home_MonthJune_js' => 'juni',
-	'Home_MonthJuly_js' => 'july',
-	'Home_MonthAugust_js' => 'augustus',
-	'Home_MonthSeptember_js' => 'september',
-	'Home_MonthOctober_js' => 'oktober',
-	'Home_MonthNovember_js' => 'november',
-	'Home_MonthDecemeber_js' => 'december',
-	'Actions_SubmenuPages' => 'Paginas',
-	'Actions_SubmenuOutlinks' => 'Externe links',
-	'Actions_SubmenuDownloads' => 'Downloads',
-	'Dashboard_AddWidget' => 'Voeg een widget toe...',
-	'Dashboard_DeleteWidgetConfirm' => 'Weet u zeker dat u deze widget van het dashboard wilt verwijderen?',
-	'Dashboard_SelectWidget' => 'Selecteer een widget om toe te voegen aan het dashboard',
-	'Dashboard_AddPreviewedWidget' => 'Voeg de getoonde widget toe aan het dashboard',
-	'Dashboard_WidgetPreview' => 'Widget voorvertoning',
-	'Dashboard_TitleWidgetInDashboard_js' => 'Deze widget zit reeds in het dashboard',
-	'Dashboard_TitleClickToAdd_js' => 'Klik om aan het dashboard toe te voegen',
-	'Dashboard_LoadingPreview_js' => 'Bezig voorvertoning te laden, even geduld a.u.b...',
-	'Dashboard_LoadingWidget_js' => 'Bezig widget te laden, even geduld a.u.b...',
-	'Dashboard_WidgetNotFound_js' => 'Widget niet gevonden',
-	'Referers_SearchEngines' => 'Zoek machines',
-	'Referers_Keywords' => 'Zoek termen',
-	'Referers_DirectEntry' => 'Direct bezoek',
-	'Referers_Websites' => 'Websites',
-	'Referers_Partners' => 'Partners',
-	'Referers_Newsletters' => 'Nieuwsbrieven',
-	'Referers_Campaigns' => 'Campagnes',
-	'Referers_Evolution' => 'Meest recente ontwikkelingen',
-	'Referers_Type' => 'Bezoekers per afkomst',
-	'Referers_TypeDirectEntries' => '%s directe bezoekers',
-	'Referers_TypeSearchEngines' => '%s bezoekers via zoek machines',
-	'Referers_TypePartners' => '%s bezoekers via partners',
-	'Referers_TypeWebsites' => '%s bezoekers via websites',
-	'Referers_TypeNewsletters' => '%s bezoekers via nieuwsbrieven',
-	'Referers_TypeCampaigns' => '%s bezoekers via campagnes',
-	'Referers_Other' => 'Afkomst types',
-	'Referers_OtherDistinctSearchEngines' => '%s zoek machines',
-	'Referers_OtherDistinctKeywords' => '%s zoek termen',
-	'Referers_OtherDistinctWebsites' => '%1s websites (met %2s unieke urls)',
-	'Referers_OtherDistinctPartners' => '%1s partners (met %2s unieke urls)',
-	'Referers_OtherDistinctCampaigns' => '%s campagnes',
-	'Referers_TagCloud' => 'Tag wolk',
-	'Referers_SubmenuEvolution' => 'Totalen',
-	'Referers_SubmenuSearchEngines' => 'Zoek machines & termen',
-	'Referers_SubmenuWebsites' => 'Websites',
-	'Referers_SubmenuCampaigns' => 'Campagnes',
-	'Referers_SubmenuPartners' => 'Partners',
-	'Referers_WidgetKeywords' => 'Top zoektermen',
-	'Referers_WidgetPartners' => 'Top partners',
-	'Referers_WidgetCampaigns' => 'Top campagnes',
-	'Referers_WidgetExternalWebsites' => 'Top websites',
-	'Referers_WidgetSearchEngines' => 'Top zoekmachines',
-	'Referers_WidgetOverview' => 'Overzicht',
-	'UserSettings_BrowserFamilies' => 'Browser per type',
-	'UserSettings_Browsers' => 'Browser per versie',
-	'UserSettings_Plugins' => 'Ge&iuml;nstalleerde plugins',
-	'UserSettings_Configurations' => 'Configuraties',
-	'UserSettings_OperatinsSystems' => 'Besturings systemen',
-	'UserSettings_Resolutions' => 'Scherm resoluties',
-	'UserSettings_WideScreen' => 'Scherm configuratie',
-	'UserSettings_WidgetResolutions' => 'Scherm resoluties',
-	'UserSettings_WidgetBrowsers' => 'Browser per versie',
-	'UserSettings_WidgetPlugins' => 'Ge&iuml;nstalleerde plugins',
-	'UserSettings_WidgetWidescreen' => 'Scherm configuratie',
-	'UserSettings_WidgetBrowserFamilies' => 'Browser per type',
-	'UserSettings_WidgetOperatingSystems' => 'Besturings systemen',
-	'UserSettings_WidgetGlobalVisitors' => 'Configuraties',
-	'UserSettings_SubmenuSettings' => 'Instellingen',
-	'UserCountry_Country' => 'Land',
-	'UserCountry_Continent' => 'Continent',
-	'UserCountry_DistinctCountries' => '%s unieke landen',
-	'UserCountry_SubmenuLocations' => 'Locaties',
-	'UserCountry_WidgetContinents' => 'Bezoeker continenten',
-	'UserCountry_WidgetCountries' => 'Bezoeker landen',
-	'UserCountry_country_ac' => 'Ascension eilanden',
-	'UserCountry_country_ad' => 'Andorra',
-	'UserCountry_country_ae' => 'Verenigde Emiraten',
-	'UserCountry_country_af' => 'Afghanistan',
-	'UserCountry_country_ag' => 'Antigua en Brabuda',
-	'UserCountry_country_ai' => 'Anguilla',
-	'UserCountry_country_al' => 'Albani&euml;',
-	'UserCountry_country_am' => 'Armeni&euml;',
-	'UserCountry_country_an' => 'Nederlandse Antillen',
-	'UserCountry_country_ao' => 'Angola',
-	'UserCountry_country_aq' => 'Antartica',
-	'UserCountry_country_ar' => 'Argentini&euml;',
-	'UserCountry_country_as' => 'Samoa',
-	'UserCountry_country_at' => 'Oostenrijk',
-	'UserCountry_country_au' => 'Australi&euml;',
-	'UserCountry_country_aw' => 'Aruba',
-	'UserCountry_country_az' => 'Azerbeijan',
-	'UserCountry_country_ba' => 'Bosni&euml; en Herzegovina',
-	'UserCountry_country_bb' => 'Barbados',
-	'UserCountry_country_bd' => 'Bangladesh',
-	'UserCountry_country_be' => 'Belgi&euml;',
-	'UserCountry_country_bf' => 'Burkina Faso',
-	'UserCountry_country_bg' => 'Bulgari&euml;',
-	'UserCountry_country_bh' => 'Bahrain',
-	'UserCountry_country_bi' => 'Burundi',
-	'UserCountry_country_bj' => 'Benin',
-	'UserCountry_country_bm' => 'Bermuda',
-	'UserCountry_country_bn' => 'Bruneo',
-	'UserCountry_country_bo' => 'Bolivi&euml;',
-	'UserCountry_country_br' => 'Barzili&euml;',
-	'UserCountry_country_bs' => 'Bahamas',
-	'UserCountry_country_bt' => 'Bhutan',
-	'UserCountry_country_bv' => 'Bouvet eiland',
-	'UserCountry_country_bw' => 'Botswana',
-	'UserCountry_country_by' => 'Belarus',
-	'UserCountry_country_bz' => 'Blize',
-	'UserCountry_country_ca' => 'Canada',
-	'UserCountry_country_cc' => 'Cocos eilanden',
-	'UserCountry_country_cd' => 'Congo',
-	'UserCountry_country_cf' => 'Centraal Afrika',
-	'UserCountry_country_cg' => 'Congo',
-	'UserCountry_country_ch' => 'Zwitserland',
-	'UserCountry_country_ci' => 'Ivoorkust',
-	'UserCountry_country_ck' => 'Cook eilanden',
-	'UserCountry_country_cl' => 'Chili',
-	'UserCountry_country_cm' => 'Kameroen',
-	'UserCountry_country_cn' => 'China',
-	'UserCountry_country_co' => 'Colombi&euml;',
-	'UserCountry_country_cr' => 'Costa Rica',
-	'UserCountry_country_cs' => 'Montenegro',
-	'UserCountry_country_cu' => 'Cuba',
-	'UserCountry_country_cv' => 'Kaap de goed hoop',
-	'UserCountry_country_cx' => 'Paaseilanden',
-	'UserCountry_country_cy' => 'Cyprus',
-	'UserCountry_country_cz' => 'Tsjechi&euml;',
-	'UserCountry_country_de' => 'Duitsland',
-	'UserCountry_country_dj' => 'Djibouti',
-	'UserCountry_country_dk' => 'Denemarken',
-	'UserCountry_country_dm' => 'Dominica',
-	'UserCountry_country_do' => 'Dominicaanse republiek',
-	'UserCountry_country_dz' => 'Algerij&euml;',
-	'UserCountry_country_ec' => 'Ecuador',
-	'UserCountry_country_ee' => 'Estonia',
-	'UserCountry_country_eg' => 'Egypte',
-	'UserCountry_country_eh' => 'West Sahara',
-	'UserCountry_country_er' => 'Eritrea',
-	'UserCountry_country_es' => 'Spanje',
-	'UserCountry_country_et' => 'Ethiopi&euml;',
-	'UserCountry_country_fi' => 'Finland',
-	'UserCountry_country_fj' => 'Fiji',
-	'UserCountry_country_fk' => 'Falkland Eilanden',
-	'UserCountry_country_fm' => 'Micronesia',
-	'UserCountry_country_fo' => 'Farao Eilanden',
-	'UserCountry_country_fr' => 'Frankrijk',
-	'UserCountry_country_ga' => 'Gabon',
-	'UserCountry_country_gd' => 'Grenada',
-	'UserCountry_country_ge' => 'Georgi&euml;',
-	'UserCountry_country_gf' => 'Frans Guinea',
-	'UserCountry_country_gg' => 'Guernsey',
-	'UserCountry_country_gh' => 'Ghana',
-	'UserCountry_country_gi' => 'Gibraltar',
-	'UserCountry_country_gl' => 'Groenland',
-	'UserCountry_country_gm' => 'Gambia',
-	'UserCountry_country_gn' => 'Guinea',
-	'UserCountry_country_gp' => 'Guadeloupe',
-	'UserCountry_country_gq' => 'Equatoriaal Guinea',
-	'UserCountry_country_gr' => 'Griekenland',
-	'UserCountry_country_gs' => 'Zuid Georgi&euml; ',
-	'UserCountry_country_gt' => 'Guatemala',
-	'UserCountry_country_gu' => 'Guam',
-	'UserCountry_country_gw' => 'Guinea-Bissau',
-	'UserCountry_country_gy' => 'Guyana',
-	'UserCountry_country_hk' => 'Hong Kong',
-	'UserCountry_country_hm' => 'Heard eiland en McDonald eilanden',
-	'UserCountry_country_hn' => 'Honduras',
-	'UserCountry_country_hr' => 'Kroati&euml;',
-	'UserCountry_country_ht' => 'Haiti',
-	'UserCountry_country_hu' => 'Hongarij&euml;',
-	'UserCountry_country_id' => 'Indonesi&euml;',
-	'UserCountry_country_ie' => 'Ierland',
-	'UserCountry_country_il' => 'Isra&euml;l',
-	'UserCountry_country_im' => 'Man eiland',
-	'UserCountry_country_in' => 'India',
-	'UserCountry_country_io' => 'Brits Indisch territoriale wateren',
-	'UserCountry_country_iq' => 'Irak',
-	'UserCountry_country_ir' => 'Iran',
-	'UserCountry_country_is' => 'IJsland',
-	'UserCountry_country_it' => 'Itali&euml;',
-	'UserCountry_country_je' => 'Jersey',
-	'UserCountry_country_jm' => 'Jamaica',
-	'UserCountry_country_jo' => 'Jordaan',
-	'UserCountry_country_jp' => 'Japan',
-	'UserCountry_country_ke' => 'Kenia',
-	'UserCountry_country_kg' => 'Kyrgyzstan',
-	'UserCountry_country_kh' => 'Cambodja',
-	'UserCountry_country_ki' => 'Kiribati',
-	'UserCountry_country_km' => 'Comoros',
-	'UserCountry_country_kn' => 'Sint Kitts en Nevis',
-	'UserCountry_country_kp' => 'Noord Korea',
-	'UserCountry_country_kr' => 'Zuid Korea',
-	'UserCountry_country_kw' => 'Koeweit',
-	'UserCountry_country_ky' => 'Kaaiman eilanden',
-	'UserCountry_country_kz' => 'Kazachstan',
-	'UserCountry_country_la' => 'Laos',
-	'UserCountry_country_lb' => 'Libanon',
-	'UserCountry_country_lc' => 'Sint Lucia',
-	'UserCountry_country_li' => 'Liechtenstein',
-	'UserCountry_country_lk' => 'Sri Lanka',
-	'UserCountry_country_lr' => 'Libi&euml;',
-	'UserCountry_country_ls' => 'Lesbos',
-	'UserCountry_country_lt' => 'Litouwen',
-	'UserCountry_country_lu' => 'Luxemburg',
-	'UserCountry_country_lv' => 'Letland',
-	'UserCountry_country_ly' => 'libi&euml;',
-	'UserCountry_country_ma' => 'Marokko',
-	'UserCountry_country_mc' => 'Monaco',
-	'UserCountry_country_md' => 'Moldavi&euml;',
-	'UserCountry_country_mg' => 'Madagaskar',
-	'UserCountry_country_mh' => 'Marshall eilanden',
-	'UserCountry_country_mk' => 'Macedoni&euml;',
-	'UserCountry_country_ml' => 'Mali',
-	'UserCountry_country_mm' => 'Myanmar',
-	'UserCountry_country_mn' => 'Mongoli&euml;',
-	'UserCountry_country_mo' => 'Macau',
-	'UserCountry_country_mp' => 'Noordelijk Marina eilanden',
-	'UserCountry_country_mq' => 'Martinique',
-	'UserCountry_country_mr' => 'Mauritania',
-	'UserCountry_country_ms' => 'Montserrat',
-	'UserCountry_country_mt' => 'Malta',
-	'UserCountry_country_mu' => 'Mauristius',
-	'UserCountry_country_mv' => 'Malledieven',
-	'UserCountry_country_mw' => 'Malawi',
-	'UserCountry_country_mx' => 'Mexico',
-	'UserCountry_country_my' => 'Maleisi&euml;',
-	'UserCountry_country_mz' => 'Mozambique',
-	'UserCountry_country_na' => 'Namibi&euml;',
-	'UserCountry_country_nc' => 'Nieuw Caledonia',
-	'UserCountry_country_ne' => 'Niger',
-	'UserCountry_country_nf' => 'Norfolk eiland',
-	'UserCountry_country_ng' => 'Nigeria',
-	'UserCountry_country_ni' => 'Nicaragua',
-	'UserCountry_country_nl' => 'Nederland',
-	'UserCountry_country_no' => 'Noorwegen',
-	'UserCountry_country_np' => 'Nepal',
-	'UserCountry_country_nr' => 'Nauru',
-	'UserCountry_country_nu' => 'Niue',
-	'UserCountry_country_nz' => 'Nieuw Zeeland',
-	'UserCountry_country_om' => 'Oman',
-	'UserCountry_country_pa' => 'Panama',
-	'UserCountry_country_pe' => 'Peru',
-	'UserCountry_country_pf' => 'Frans Polynesi&euml;',
-	'UserCountry_country_pg' => 'Papua Nieuw Guinea',
-	'UserCountry_country_ph' => 'Filipijnen',
-	'UserCountry_country_pk' => 'Pakistan',
-	'UserCountry_country_pl' => 'Polen',
-	'UserCountry_country_pm' => 'Sint Petersburg',
-	'UserCountry_country_pn' => 'Pitcairn',
-	'UserCountry_country_pr' => 'Puerto Rico',
-	'UserCountry_country_ps' => 'Palestijnen',
-	'UserCountry_country_pt' => 'Portugal',
-	'UserCountry_country_pw' => 'Palau',
-	'UserCountry_country_py' => 'Paraguay',
-	'UserCountry_country_qa' => 'Qatar',
-	'UserCountry_country_re' => 'Reunie eiland',
-	'UserCountry_country_ro' => 'Roemeni&euml;',
-	'UserCountry_country_ru' => 'Russische Federatie',
-	'UserCountry_country_rs' => 'Rusland',
-	'UserCountry_country_rw' => 'Rwanda',
-	'UserCountry_country_sa' => 'Saudi Arabi&euml;',
-	'UserCountry_country_sb' => 'Solomon Eilanden',
-	'UserCountry_country_sc' => 'Seychelles',
-	'UserCountry_country_sd' => 'Sudan',
-	'UserCountry_country_se' => 'Zweden',
-	'UserCountry_country_sg' => 'Singapore',
-	'UserCountry_country_sh' => 'Sint Helena',
-	'UserCountry_country_si' => 'Sloveni&euml;',
-	'UserCountry_country_sj' => 'Svalbard',
-	'UserCountry_country_sk' => 'Slovaki&euml;',
-	'UserCountry_country_sl' => 'Sierra Leone',
-	'UserCountry_country_sm' => 'San Marino',
-	'UserCountry_country_sn' => 'Senegal',
-	'UserCountry_country_so' => 'Somali&euml;',
-	'UserCountry_country_sr' => 'Suriname',
-	'UserCountry_country_st' => 'Sao Tome en Principe',
-	'UserCountry_country_su' => 'Voormalig rusland',
-	'UserCountry_country_sv' => 'El Salvador',
-	'UserCountry_country_sy' => 'Syrische republiek',
-	'UserCountry_country_sz' => 'Swaziland',
-	'UserCountry_country_tc' => 'Turkse en Caicos Eilanden',
-	'UserCountry_country_td' => 'Chad',
-	'UserCountry_country_tf' => 'Franse territorialen',
-	'UserCountry_country_tg' => 'Togo',
-	'UserCountry_country_th' => 'Thailand',
-	'UserCountry_country_tj' => 'Tsjikistan',
-	'UserCountry_country_tk' => 'Tokelau',
-	'UserCountry_country_tm' => 'Turkmenistan',
-	'UserCountry_country_tn' => 'Tunisi&euml;',
-	'UserCountry_country_to' => 'Tonga',
-	'UserCountry_country_tp' => 'Oost Timor',
-	'UserCountry_country_tr' => 'Turkije',
-	'UserCountry_country_tt' => 'Trinidad en Tobago',
-	'UserCountry_country_tv' => 'Tuvalu',
-	'UserCountry_country_tw' => 'Taiwan',
-	'UserCountry_country_tz' => 'Tanzani&euml;',
-	'UserCountry_country_ua' => 'Ukraine',
-	'UserCountry_country_ug' => 'Uganda',
-	'UserCountry_country_uk' => 'Verenigd Koningkrijk',
-	'UserCountry_country_gb' => 'Groot britanni&euml;',
-	'UserCountry_country_um' => 'Eilanden van de Verenigde Staten',
-	'UserCountry_country_us' => 'Verenigde Staten',
-	'UserCountry_country_uy' => 'Uruguay',
-	'UserCountry_country_uz' => 'Uzbekistan',
-	'UserCountry_country_va' => 'Vaticaanstad',
-	'UserCountry_country_vc' => 'Sint Vincent en de Grenadinen',
-	'UserCountry_country_ve' => 'Venezuela',
-	'UserCountry_country_vg' => 'Britse Maagden eilanden',
-	'UserCountry_country_vi' => 'Maagden eilanden',
-	'UserCountry_country_vn' => 'Vietnam',
-	'UserCountry_country_vu' => 'Vanuatu',
-	'UserCountry_country_wf' => 'Wallis en Futuna',
-	'UserCountry_country_ws' => 'Samoa',
-	'UserCountry_country_ye' => 'Jemen',
-	'UserCountry_country_yt' => 'Mayotte',
-	'UserCountry_country_yu' => 'Joegoslavi&euml;',
-	'UserCountry_country_za' => 'Zuid Afrika',
-	'UserCountry_country_zm' => 'Zambia',
-	'UserCountry_country_zr' => 'Zaire',
-	'UserCountry_country_zw' => 'Zimbabwe',
-	'UserCountry_continent_eur' => 'Europa',
-	'UserCountry_continent_afr' => 'Afrika',
-	'UserCountry_continent_asi' => 'Asi&euml;',
-	'UserCountry_continent_ams' => 'Zuid- en Centraal Amerika',
-	'UserCountry_continent_amn' => 'Noord Amerika',
-	'UserCountry_continent_oce' => 'Oceanie',
-	'VisitsSummary_NbVisits' => '%s bezoeken',
-	'VisitsSummary_NbUniqueVisitors' => '%s unieke bezoekers',
-	'VisitsSummary_NbActions' => '%s acties',
-	'VisitsSummary_TotalTime' => '%s totale browse tijd',
-	'VisitsSummary_MaxNbActions' => '%s acties per bezoek (max.)',
-	'VisitsSummary_NbBounced' => '%s Bounces (1 page view / bezoek)',
-	'VisitsSummary_Evolution' => 'Ontwikkeling van de laatste 30 %ss',
-	'VisitsSummary_Report' => 'Totalen',
-	'VisitsSummary_GenerateTime' => '%s seconden om deze pagina te genereren',
-	'VisitsSummary_GenerateQueries' => '%s queries uitgevoerd',
-	'VisitsSummary_WidgetLastVisits' => 'Recente bezoeken',
-	'VisitsSummary_WidgetVisits' => 'Bezoeken totalen',
-	'VisitsSummary_WidgetLastVisitors' => 'Recente unieke bezoekers',
-	'VisitsSummary_WidgetOverviewGraph' => 'Totalen',
-	'VisitsSummary_SubmenuOverview' => 'Totalen',
-	'VisitFrequency_Evolution' => 'Recente ontwikkelingen',
-	'VisitFrequency_ReturnVisits' => '%s terugkerende bezoekers',
-	'VisitFrequency_ReturnActions' => '%s acties door de terugkerende bezoekers',
-	'VisitFrequency_ReturnMaxActions' => '%s acties per terugkerende bezoeker (max.)',
-	'VisitFrequency_ReturnTotalTime' => '%s totale browse tijd (terugkerende bezoekers)',
-	'VisitFrequency_ReturnBounces' => '%s Bounces (1 page view / bezoek)',
-	'VisitFrequency_WidgetOverview' => 'Frequentie overzicht',
-	'VisitFrequency_WidgetGraphReturning' => 'Terugkerende bezoekers',
-	'VisitFrequency_SubmenuFrequency' => 'Frequentie',
-	'VisitTime_LocalTime' => 'Uur van de dag (tijdzone bezoeker)',
-	'VisitTime_ServerTime' => 'Uur van de dag (tijdzone server)',
-	'VisitTime_WidgetLocalTime' => 'Uur van de dag (tijdzone bezoeker)',
-	'VisitTime_WidgetServerTime' => 'Uur van de dag (tijdzone server)',
-	'VisitTime_SubmenuTimes' => 'Uur van de dag',
-	'VisitorInterest_VisitsPerDuration' => 'Lengte bezoek',
-	'VisitorInterest_VisitsPerNbOfPages' => 'Pagina\'s per bezoek',
-	'VisitorInterest_WidgetLengths' => 'Lengte bezoek',
-	'VisitorInterest_WidgetPages' => 'Pagina\'s per bezoek',
-	'VisitorInterest_SubmenuFrequencyLoyalty' => 'Frequentie &amp; Loyaliteit',
-	'Provider_WidgetProviders' => 'Providers',
-	'Provider_SubmenuLocationsProvider' => 'Lokatie & provider',
-	'Login_PluginDescription' => 'Login scherm',
-	'Login_LoginPasswordNotCorrect' => 'Login & Password niet correct',
-	'Login_Login' => 'Login',
-	'Login_Password' => 'Password',
-	'Login_LoginOrEmail' => 'Login of E-mail',
-	'Login_LogIn' => 'Log in',
-	'Login_Logout' => 'Uitloggen',
-	'Login_LostYourPassword' => 'Password vergeten?',
-	'Login_RemindPassword' => 'Password reminder',
-	'Login_PasswordReminder' => 'Vul uw gebruikersnaam of e-mail adres in. U zal middels een e-mail een nieuw password ontvangen.',
-	'Login_InvalidUsernameEmail' => 'Ongeldige gebruikersnaam en/of e-mail adres',
-	'Login_MailTopicPasswordRecovery' => 'Uw password',
-	'Login_MailBodyPasswordRecovery' => 'Hallo %1s,\n\nUw nieuwe password is: %2s\n\nU kunt nu inloggen op: %3s',
-	'Login_PasswordSent' => 'Uw password is verzonden. Controleer uw e-mail.',
-	'Login_ContactAdmin' => 'Mogelijke reden: uw host heeft mogelijk de mail() functie geblokkeerd. <br>Neem contact op met uw Piwik administrator.',
-	'UsersManager_ManageAccess' => 'Toegangs-beheer',
-	'UsersManager_Sites' => 'Websites',
-	'UsersManager_AllWebsites' => 'Alle websites',
-	'UsersManager_ApplyToAllWebsites' => 'Pas toe op elke website',
-	'UsersManager_User' => 'Gebruiker',
-	'UsersManager_PrivNone' => 'Geen toegang',
-	'UsersManager_PrivView' => 'Kijken',
-	'UsersManager_PrivAdmin' => 'Admin',
-	'UsersManager_ChangeAllConfirm' => 'Weet u zeker dat u de rechten van \'%s\' voor alle websites wilt wijzigen?',
-	'UsersManager_Login' => 'Inloggen',
-	'UsersManager_Password' => 'Password',
-	'UsersManager_Email' => 'Email',
-	'UsersManager_Alias' => 'Alias',
-	'UsersManager_Token' => 'token_auth',
-	'UsersManager_Edit' => 'Bewerk',
-	'UsersManager_AddUser' => 'Voeg gebruiker toe',
-	'UsersManager_MenuUsers' => 'Gebruikers',
-	'UsersManager_DeleteConfirm_js' => 'weet u zeker dat u de volgende gebruiker wilt verwijderen: %s?',
-	'UsersManager_ExceptionLoginExists' => 'Login \'%s\' bestaat reeds.',
-	'UsersManager_ExceptionEmailExists' => 'Er is reeds een gebruiker met \'%s\' als email adres.',
-	'UsersManager_ExceptionInvalidLogin' => 'Login mag enkel letters, nummers of de volgende karakters bevatten \'_\' or \'-\' or \'.\'',
-	'UsersManager_ExceptionInvalidPassword' => 'Het password moet een lengte hebben tussen 6 en 26 karakters.',
-	'UsersManager_ExceptionInvalidEmail' => 'Het email adres is ongeldig.',
-	'UsersManager_ExceptionDeleteDoesNotExist' => 'Gebruiker \'%s\' bestaat niet en kan dus niet verwijderd worden.',
-	'UsersManager_ExceptionAdminAnonymous' => 'U kunt geen admin rechten toekennen aan de anonieme gebruiker.',
-	'UsersManager_ExceptionEditAnonymous' => 'De anonieme gebruiker kan niet gewijzigd of verwijderd worden. Deze wordt door Piwik gebruikt om te bepalen of een gebruiker al dan niet is ingelogd. U kunt bijvoorbeeld uw statistieken publiekelijk maken door de anonieme gebruiker \'kijkers rechten\' te geven.',
-	'UsersManager_ExceptionUserDoesNotExist' => 'Gebruiker \'%s\' bestaat niet.',
-	'UsersManager_ExceptionAccessValues' => 'De parameter toegang moet &eacute;&eacute;n van de volgede waarden bevatten : [ %s ]',
-	'SitesManager_Sites' => 'Websites',
-	'SitesManager_JsCode' => 'Javascript code',
-	'SitesManager_JsCodeHelp' => 'Voeg deze javascript code toe aan al uw pagina\'s',
-	'SitesManager_ShowJsCode' => 'toon code',
-	'SitesManager_NoWebsites' => 'U heeft geen websites in beheer.',
-	'SitesManager_AddSite' => 'Voeg een nieuwe website toe',
-	'SitesManager_Id' => 'Id',
-	'SitesManager_Name' => 'Naam',
-	'SitesManager_Urls' => 'URLs',
-	'SitesManager_MenuSites' => 'Websites',
-	'SitesManager_DeleteConfirm_js' => 'Weet u zeker dat u de volgende website wil verwijderen: %s?',
-	'SitesManager_ExceptionDeleteSite' => 'Het is niet mogelijk deze website te verwijderen aangezien het de enige geregistreerde website is. Voeg eerst een nieuwe website toe alvorens deze te verwijderen.',
-	'SitesManager_ExceptionNoUrl' => 'U moet minimaal &eacute;&eacute;n url bepalen voor deze website.',
-	'SitesManager_ExceptionEmptyName' => 'De wwebsite dient een naam te hebben.',
-	'SitesManager_ExceptionInvalidUrl' => 'deze url \'%s\' is niet geldig.',
-	'Installation_Installation' => 'Installatie',
-	'Installation_InstallationStatus' => 'Installatie status',
-	'Installation_PercentDone' => '%s %% Gereed',
-	'Installation_NoConfigFound' => 'Het Piwik configuratie bestand werd niet gevonden.<br><b>&nbsp;&nbsp;&raquo; U kunt <a href=\'index.php\'>Piwik nu installeren</a></b><br><small>Wanneer u Piwik al eerder ge&iuml;nstalleerd heeft, en er zit reeds data in de Piwik tabellen: maakt u zich geen zorgen, u kunt uw bestaande data blijven gebruiken!</small>\',',
-	'Installation_MysqlSetup' => 'Mysql database instellingen',
-	'Installation_MysqlErrorConnect' => 'Fout tijdens het verbinden met de Mysql database',
-	'Installation_JsTag' => 'Javascript tag',
-	'Installation_JsTagHelp' => '<p>Om alle bezoekers te tellen, moet u de javascript code op elke pagina toevoegen.</p><p>Uw pagina\'s hoeven niet per se in php geschreven zijn, het werkt met vele soorten pagina\'s (of het nou in HTML, ASP, Perl of een andere taal is).</p><p>Hier is de code die u dient toe te voegen: (knip en plak in al uw pagina\'s) </p>',
-	'Installation_Congratulations' => 'Gefeliciteerd',
-	'Installation_ContratulationsHelp' => '<p>Gefeliciteerd! Uw Piwik installatie is compleet.</p><p>Voeg het javascript toe aan uw pagina\'s, en wacht op uw eerste bezoekers!</p>',
-	'Installation_GoToPiwik' => 'Naar Piwik',
-	'Installation_SetupWebsite' => 'Configureer een website',
-	'Installation_SetupWebsiteError' => 'Er heeft zich een fout voorgedaan tijdens het toevoegen van de website',
-	'Installation_GeneralSetup' => 'Algemene instellingen',
-	'Installation_GeneralSetupSuccess' => 'Algemene instellingen met succes toegepast',
-	'Installation_SystemCheck' => 'Systeem controle',
-	'Installation_SystemCheckPhp' => 'PHP versie',
-	'Installation_SystemCheckPdo' => 'Pdo extensie',
-	'Installation_SystemCheckPdoMysql' => 'Pdo_Mysql extensie',
-	'Installation_SystemCheckPdoError' => 'U dient de <code>php_pdo</code> en de <code>php_pdo_mysql</code> extensies in uw php.ini file te activeren.',
-	'Installation_SystemCheckPdoHelp' => 'Op een windows server kunt u de volgende regels toevoegen aan uw php.ini %s <br><br>Op een linux server kunt u php compileren met de volgende opties %s In uw php.ini, voeg de volgende regels toe %s<br><br>Meer informatie op de <a style="color:red" href="http://php.net/pdo">PHP website</a>.',
-	'Installation_SystemCheckPhpXml' => 'PHP-XML extensie',
-	'Installation_SystemCheckWriteDirs' => 'Mappen met schrijf-rechten',
-	'Installation_SystemCheckWriteDirsHelp' => 'Om dit probleem te verhelpen op uw linux server, type de volgende commando(s)',
-	'Installation_SystemCheckMemoryLimit' => 'Geheugen limiet',
-	'Installation_SystemCheckMemoryLimitHelp' => 'Het meten van een website met veel bezoekers kan meer geheugen vereisen dan momenteel is toegestaan.<br>Controleer de directive memory_limit in uw php.ini file indien noodzakelijk.',
-	'Installation_SystemCheckGD' => 'GD &gt; 2.x (graphics)',
-	'Installation_SystemCheckGDHelp' => 'De sparklines (kleine grafieken) zullen niet werken.',
-	'Installation_SystemCheckTimeLimit' => 'set_time_limit() toegestaan',
-	'Installation_SystemCheckTimeLimitHelp' => 'Het meten van een website met veel bezoekers kan meer tijd in beslag nemen dan momenteel is toegestaan.<br>Controleer de directive max_execution_time  in uw php.ini file indien noodzakelijk',
-	'Installation_SystemCheckMail' => 'mail() toegestaan',
-	'Installation_SystemCheckError' => 'Er is een fout opgetreden - deze dient verholpen te zijn alvorens u verder gaat',
-	'Installation_SystemCheckWarning' => 'Piwik zal normaal functioneren, maar er zullen een aantal mogelijkheden ontbreken',
-	'Installation_Tables' => 'Tabellen cre&uuml;ren',
-	'Installation_TablesWarning' => 'Sommige <span id="linkToggle">Piwik tabellen</span> bestaan reeds in de database',
-	'Installation_TablesFound' => 'De volgende tabellen werden aangetroffen in de database',
-	'Installation_TablesWarningHelp' => 'Kies voor het hergebruiken van deze tabellen of voor een schone installatie van de database.',
-	'Installation_TablesReuse' => 'Hergebruik de bestaande tabellen',
-	'Installation_TablesDelete' => 'Verwijder de gevonden tabellen',
-	'Installation_TablesDeletedSuccess' => 'Bestaande Piwik tabellen met succes verwijderd',
-	'Installation_TablesCreatedSuccess' => 'De tabellen zijn succesvol aangemaakt',
-	'Installation_TablesDeleteConfirm' => 'Weet u zeker dat u alle piwik tabellen van deze database wilt verwijderen?',
-	'Installation_Welcome' => 'Welkom!',
-	'Installation_WelcomeHelp' => '<p>Piwik is een open source web analytics software pakket die u op simpele wijze de gegevens van uw bezoekers presenteert.</p><p>Dit proces is opgedeeld in %s simpele stappen welke ongeveer 5 minuten in beslag nemen.</p>',
-	'TranslationsAdmin_MenuTranslations' => 'Vertalingen',
-	'TranslationsAdmin_MenuLanguages' => 'Talen',
-	'TranslationsAdmin_Plugin' => 'Plugin',
-	'TranslationsAdmin_Definition' => 'Definitie',
-	'TranslationsAdmin_DefaultString' => 'Standaard waarde (engels)',
-	'TranslationsAdmin_TranslationString' => 'Vertaalde waarde (huidige taal: %s)',
-	'TranslationsAdmin_Translations' => 'Vertalingen',
-	'TranslationsAdmin_FixPermissions' => 'Repareer bestands-permissies',
-	'TranslationsAdmin_AvailableLanguages' => 'Beschikbare talen',
-	'TranslationsAdmin_AddLanguage' => 'Voeg een taal toe',
-	'TranslationsAdmin_LanguageCode' => 'Taal code',
-	'TranslationsAdmin_Export' => 'Exporteer taal',
-	'TranslationsAdmin_Import' => 'Importeer taal',
+		<p><b>Voor meer informatie bekijk de <a href=\'http://dev.piwik.org/trac/wiki/API\'>officiele API Documentatie</a> of de <a href=\'http://dev.piwik.org/trac/wiki/API/Reference\'>API Reference</a>.</b></P><h2>Gebruiker herkenning</h2><p>Wanneer u <b>de data van uw scripts opvraagt middels een crontab, etc. </b> u dient de volgende parameter <code><u>&token_auth=%s</u></code> toe te voegen aan de API oproep URLs die identificatie vereisen.</p><p>Deze token_auth is zo persoonlijk als uw login en password, <b>deel deze informatie niet met anderen!</p>',
+	'API_LoadedAPIs' => 'Succesvol %s APIs geladen',
+	'Home_NoPrivileges' => 'U bent ingelogd als \'%s\' maar het lijkt er op dat u niet voldoende rechten bezit Piwik te gebruiken.<br />Vraag uw Piwik administrator om \'kijkers rechten\' voor een website.',
+	'Home_JavascriptDisabled' => 'JavaScript moet geactiveerd zijn om Piwik in de standaard modus te gebruiken.<br />Het lijkt er op dat JavaScript of uitgeschakeld is of niet ondersteund wordt door uw browser.<br />Om de standaard modus te gebruiken, activeer JavaScript in uw browser instellingen, probeer het daarna %1snogmaals%2s.<br />',
+	'Home_TableNoData' => 'Geen data voor deze tabel gevonden.',
+	'Home_CategoryNoData' => 'Geen data in deze catagorie. Probeer "Toon alle data".',
+	'Home_ShowJSCode' => 'toon de javascript code',
+	'Home_IncludeAllPopulation_js' => 'Toon alle data',
+	'Home_ExcludeLowPopulation_js' => 'Verberg marginale data',
+	'Home_PageOf_js' => '%s van %s',
+	'Home_Loading_js' => 'Laden...',
+	'Home_LocalizedDateFormat' => '%A %e %B %Y',
+	'Home_PeriodDay' => 'Dag',
+	'Home_PeriodWeek' => 'Week',
+	'Home_PeriodMonth' => 'Maand',
+	'Home_PeriodYear' => 'Jaar',
+	'Home_DaySu_js' => 'Zo',
+	'Home_DayMo_js' => 'Ma',
+	'Home_DayTu_js' => 'Di',
+	'Home_DayWe_js' => 'Wo',
+	'Home_DayTh_js' => 'Do',
+	'Home_DayFr_js' => 'Vry',
+	'Home_DaySa_js' => 'Za',
+	'Home_MonthJanuary_js' => 'januari',
+	'Home_MonthFebruary_js' => 'februari',
+	'Home_MonthMarch_js' => 'maart',
+	'Home_MonthApril_js' => 'april',
+	'Home_MonthMay_js' => 'mei',
+	'Home_MonthJune_js' => 'juni',
+	'Home_MonthJuly_js' => 'july',
+	'Home_MonthAugust_js' => 'augustus',
+	'Home_MonthSeptember_js' => 'september',
+	'Home_MonthOctober_js' => 'oktober',
+	'Home_MonthNovember_js' => 'november',
+	'Home_MonthDecemeber_js' => 'december',
+	'Actions_SubmenuPages' => 'Paginas',
+	'Actions_SubmenuOutlinks' => 'Externe links',
+	'Actions_SubmenuDownloads' => 'Downloads',
+	'Dashboard_AddWidget' => 'Voeg een widget toe...',
+	'Dashboard_DeleteWidgetConfirm' => 'Weet u zeker dat u deze widget van het dashboard wilt verwijderen?',
+	'Dashboard_SelectWidget' => 'Selecteer een widget om toe te voegen aan het dashboard',
+	'Dashboard_AddPreviewedWidget' => 'Voeg de getoonde widget toe aan het dashboard',
+	'Dashboard_WidgetPreview' => 'Widget voorvertoning',
+	'Dashboard_TitleWidgetInDashboard_js' => 'Deze widget zit reeds in het dashboard',
+	'Dashboard_TitleClickToAdd_js' => 'Klik om aan het dashboard toe te voegen',
+	'Dashboard_LoadingPreview_js' => 'Bezig voorvertoning te laden, even geduld a.u.b...',
+	'Dashboard_LoadingWidget_js' => 'Bezig widget te laden, even geduld a.u.b...',
+	'Dashboard_WidgetNotFound_js' => 'Widget niet gevonden',
+	'Referers_SearchEngines' => 'Zoek machines',
+	'Referers_Keywords' => 'Zoek termen',
+	'Referers_DirectEntry' => 'Direct bezoek',
+	'Referers_Websites' => 'Websites',
+	'Referers_Partners' => 'Partners',
+	'Referers_Newsletters' => 'Nieuwsbrieven',
+	'Referers_Campaigns' => 'Campagnes',
+	'Referers_Evolution' => 'Meest recente ontwikkelingen',
+	'Referers_Type' => 'Bezoekers per afkomst',
+	'Referers_TypeDirectEntries' => '%s directe bezoekers',
+	'Referers_TypeSearchEngines' => '%s bezoekers via zoek machines',
+	'Referers_TypePartners' => '%s bezoekers via partners',
+	'Referers_TypeWebsites' => '%s bezoekers via websites',
+	'Referers_TypeNewsletters' => '%s bezoekers via nieuwsbrieven',
+	'Referers_TypeCampaigns' => '%s bezoekers via campagnes',
+	'Referers_Other' => 'Afkomst types',
+	'Referers_OtherDistinctSearchEngines' => '%s zoek machines',
+	'Referers_OtherDistinctKeywords' => '%s zoek termen',
+	'Referers_OtherDistinctWebsites' => '%1s websites (met %2s unieke urls)',
+	'Referers_OtherDistinctPartners' => '%1s partners (met %2s unieke urls)',
+	'Referers_OtherDistinctCampaigns' => '%s campagnes',
+	'Referers_TagCloud' => 'Tag wolk',
+	'Referers_SubmenuEvolution' => 'Totalen',
+	'Referers_SubmenuSearchEngines' => 'Zoek machines & termen',
+	'Referers_SubmenuWebsites' => 'Websites',
+	'Referers_SubmenuCampaigns' => 'Campagnes',
+	'Referers_SubmenuPartners' => 'Partners',
+	'Referers_WidgetKeywords' => 'Top zoektermen',
+	'Referers_WidgetPartners' => 'Top partners',
+	'Referers_WidgetCampaigns' => 'Top campagnes',
+	'Referers_WidgetExternalWebsites' => 'Top websites',
+	'Referers_WidgetSearchEngines' => 'Top zoekmachines',
+	'Referers_WidgetOverview' => 'Overzicht',
+	'UserSettings_BrowserFamilies' => 'Browser per type',
+	'UserSettings_Browsers' => 'Browser per versie',
+	'UserSettings_Plugins' => 'Ge&iuml;nstalleerde plugins',
+	'UserSettings_Configurations' => 'Configuraties',
+	'UserSettings_OperatinsSystems' => 'Besturings systemen',
+	'UserSettings_Resolutions' => 'Scherm resoluties',
+	'UserSettings_WideScreen' => 'Scherm configuratie',
+	'UserSettings_WidgetResolutions' => 'Scherm resoluties',
+	'UserSettings_WidgetBrowsers' => 'Browser per versie',
+	'UserSettings_WidgetPlugins' => 'Ge&iuml;nstalleerde plugins',
+	'UserSettings_WidgetWidescreen' => 'Scherm configuratie',
+	'UserSettings_WidgetBrowserFamilies' => 'Browser per type',
+	'UserSettings_WidgetOperatingSystems' => 'Besturings systemen',
+	'UserSettings_WidgetGlobalVisitors' => 'Configuraties',
+	'UserSettings_SubmenuSettings' => 'Instellingen',
+	'UserCountry_Country' => 'Land',
+	'UserCountry_Continent' => 'Continent',
+	'UserCountry_DistinctCountries' => '%s unieke landen',
+	'UserCountry_SubmenuLocations' => 'Locaties',
+	'UserCountry_WidgetContinents' => 'Bezoeker continenten',
+	'UserCountry_WidgetCountries' => 'Bezoeker landen',
+	'UserCountry_country_ac' => 'Ascension eilanden',
+	'UserCountry_country_ad' => 'Andorra',
+	'UserCountry_country_ae' => 'Verenigde Emiraten',
+	'UserCountry_country_af' => 'Afghanistan',
+	'UserCountry_country_ag' => 'Antigua en Brabuda',
+	'UserCountry_country_ai' => 'Anguilla',
+	'UserCountry_country_al' => 'Albani&euml;',
+	'UserCountry_country_am' => 'Armeni&euml;',
+	'UserCountry_country_an' => 'Nederlandse Antillen',
+	'UserCountry_country_ao' => 'Angola',
+	'UserCountry_country_aq' => 'Antartica',
+	'UserCountry_country_ar' => 'Argentini&euml;',
+	'UserCountry_country_as' => 'Samoa',
+	'UserCountry_country_at' => 'Oostenrijk',
+	'UserCountry_country_au' => 'Australi&euml;',
+	'UserCountry_country_aw' => 'Aruba',
+	'UserCountry_country_az' => 'Azerbeijan',
+	'UserCountry_country_ba' => 'Bosni&euml; en Herzegovina',
+	'UserCountry_country_bb' => 'Barbados',
+	'UserCountry_country_bd' => 'Bangladesh',
+	'UserCountry_country_be' => 'Belgi&euml;',
+	'UserCountry_country_bf' => 'Burkina Faso',
+	'UserCountry_country_bg' => 'Bulgari&euml;',
+	'UserCountry_country_bh' => 'Bahrain',
+	'UserCountry_country_bi' => 'Burundi',
+	'UserCountry_country_bj' => 'Benin',
+	'UserCountry_country_bm' => 'Bermuda',
+	'UserCountry_country_bn' => 'Bruneo',
+	'UserCountry_country_bo' => 'Bolivi&euml;',
+	'UserCountry_country_br' => 'Barzili&euml;',
+	'UserCountry_country_bs' => 'Bahamas',
+	'UserCountry_country_bt' => 'Bhutan',
+	'UserCountry_country_bv' => 'Bouvet eiland',
+	'UserCountry_country_bw' => 'Botswana',
+	'UserCountry_country_by' => 'Belarus',
+	'UserCountry_country_bz' => 'Blize',
+	'UserCountry_country_ca' => 'Canada',
+	'UserCountry_country_cc' => 'Cocos eilanden',
+	'UserCountry_country_cd' => 'Congo',
+	'UserCountry_country_cf' => 'Centraal Afrika',
+	'UserCountry_country_cg' => 'Congo',
+	'UserCountry_country_ch' => 'Zwitserland',
+	'UserCountry_country_ci' => 'Ivoorkust',
+	'UserCountry_country_ck' => 'Cook eilanden',
+	'UserCountry_country_cl' => 'Chili',
+	'UserCountry_country_cm' => 'Kameroen',
+	'UserCountry_country_cn' => 'China',
+	'UserCountry_country_co' => 'Colombi&euml;',
+	'UserCountry_country_cr' => 'Costa Rica',
+	'UserCountry_country_cs' => 'Montenegro',
+	'UserCountry_country_cu' => 'Cuba',
+	'UserCountry_country_cv' => 'Kaap de goed hoop',
+	'UserCountry_country_cx' => 'Paaseilanden',
+	'UserCountry_country_cy' => 'Cyprus',
+	'UserCountry_country_cz' => 'Tsjechi&euml;',
+	'UserCountry_country_de' => 'Duitsland',
+	'UserCountry_country_dj' => 'Djibouti',
+	'UserCountry_country_dk' => 'Denemarken',
+	'UserCountry_country_dm' => 'Dominica',
+	'UserCountry_country_do' => 'Dominicaanse republiek',
+	'UserCountry_country_dz' => 'Algerij&euml;',
+	'UserCountry_country_ec' => 'Ecuador',
+	'UserCountry_country_ee' => 'Estonia',
+	'UserCountry_country_eg' => 'Egypte',
+	'UserCountry_country_eh' => 'West Sahara',
+	'UserCountry_country_er' => 'Eritrea',
+	'UserCountry_country_es' => 'Spanje',
+	'UserCountry_country_et' => 'Ethiopi&euml;',
+	'UserCountry_country_fi' => 'Finland',
+	'UserCountry_country_fj' => 'Fiji',
+	'UserCountry_country_fk' => 'Falkland Eilanden',
+	'UserCountry_country_fm' => 'Micronesia',
+	'UserCountry_country_fo' => 'Farao Eilanden',
+	'UserCountry_country_fr' => 'Frankrijk',
+	'UserCountry_country_ga' => 'Gabon',
+	'UserCountry_country_gd' => 'Grenada',
+	'UserCountry_country_ge' => 'Georgi&euml;',
+	'UserCountry_country_gf' => 'Frans Guinea',
+	'UserCountry_country_gg' => 'Guernsey',
+	'UserCountry_country_gh' => 'Ghana',
+	'UserCountry_country_gi' => 'Gibraltar',
+	'UserCountry_country_gl' => 'Groenland',
+	'UserCountry_country_gm' => 'Gambia',
+	'UserCountry_country_gn' => 'Guinea',
+	'UserCountry_country_gp' => 'Guadeloupe',
+	'UserCountry_country_gq' => 'Equatoriaal Guinea',
+	'UserCountry_country_gr' => 'Griekenland',
+	'UserCountry_country_gs' => 'Zuid Georgi&euml; ',
+	'UserCountry_country_gt' => 'Guatemala',
+	'UserCountry_country_gu' => 'Guam',
+	'UserCountry_country_gw' => 'Guinea-Bissau',
+	'UserCountry_country_gy' => 'Guyana',
+	'UserCountry_country_hk' => 'Hong Kong',
+	'UserCountry_country_hm' => 'Heard eiland en McDonald eilanden',
+	'UserCountry_country_hn' => 'Honduras',
+	'UserCountry_country_hr' => 'Kroati&euml;',
+	'UserCountry_country_ht' => 'Haiti',
+	'UserCountry_country_hu' => 'Hongarij&euml;',
+	'UserCountry_country_id' => 'Indonesi&euml;',
+	'UserCountry_country_ie' => 'Ierland',
+	'UserCountry_country_il' => 'Isra&euml;l',
+	'UserCountry_country_im' => 'Man eiland',
+	'UserCountry_country_in' => 'India',
+	'UserCountry_country_io' => 'Brits Indisch territoriale wateren',
+	'UserCountry_country_iq' => 'Irak',
+	'UserCountry_country_ir' => 'Iran',
+	'UserCountry_country_is' => 'IJsland',
+	'UserCountry_country_it' => 'Itali&euml;',
+	'UserCountry_country_je' => 'Jersey',
+	'UserCountry_country_jm' => 'Jamaica',
+	'UserCountry_country_jo' => 'Jordaan',
+	'UserCountry_country_jp' => 'Japan',
+	'UserCountry_country_ke' => 'Kenia',
+	'UserCountry_country_kg' => 'Kyrgyzstan',
+	'UserCountry_country_kh' => 'Cambodja',
+	'UserCountry_country_ki' => 'Kiribati',
+	'UserCountry_country_km' => 'Comoros',
+	'UserCountry_country_kn' => 'Sint Kitts en Nevis',
+	'UserCountry_country_kp' => 'Noord Korea',
+	'UserCountry_country_kr' => 'Zuid Korea',
+	'UserCountry_country_kw' => 'Koeweit',
+	'UserCountry_country_ky' => 'Kaaiman eilanden',
+	'UserCountry_country_kz' => 'Kazachstan',
+	'UserCountry_country_la' => 'Laos',
+	'UserCountry_country_lb' => 'Libanon',
+	'UserCountry_country_lc' => 'Sint Lucia',
+	'UserCountry_country_li' => 'Liechtenstein',
+	'UserCountry_country_lk' => 'Sri Lanka',
+	'UserCountry_country_lr' => 'Libi&euml;',
+	'UserCountry_country_ls' => 'Lesbos',
+	'UserCountry_country_lt' => 'Litouwen',
+	'UserCountry_country_lu' => 'Luxemburg',
+	'UserCountry_country_lv' => 'Letland',
+	'UserCountry_country_ly' => 'libi&euml;',
+	'UserCountry_country_ma' => 'Marokko',
+	'UserCountry_country_mc' => 'Monaco',
+	'UserCountry_country_md' => 'Moldavi&euml;',
+	'UserCountry_country_mg' => 'Madagaskar',
+	'UserCountry_country_mh' => 'Marshall eilanden',
+	'UserCountry_country_mk' => 'Macedoni&euml;',
+	'UserCountry_country_ml' => 'Mali',
+	'UserCountry_country_mm' => 'Myanmar',
+	'UserCountry_country_mn' => 'Mongoli&euml;',
+	'UserCountry_country_mo' => 'Macau',
+	'UserCountry_country_mp' => 'Noordelijk Marina eilanden',
+	'UserCountry_country_mq' => 'Martinique',
+	'UserCountry_country_mr' => 'Mauritania',
+	'UserCountry_country_ms' => 'Montserrat',
+	'UserCountry_country_mt' => 'Malta',
+	'UserCountry_country_mu' => 'Mauristius',
+	'UserCountry_country_mv' => 'Malledieven',
+	'UserCountry_country_mw' => 'Malawi',
+	'UserCountry_country_mx' => 'Mexico',
+	'UserCountry_country_my' => 'Maleisi&euml;',
+	'UserCountry_country_mz' => 'Mozambique',
+	'UserCountry_country_na' => 'Namibi&euml;',
+	'UserCountry_country_nc' => 'Nieuw Caledonia',
+	'UserCountry_country_ne' => 'Niger',
+	'UserCountry_country_nf' => 'Norfolk eiland',
+	'UserCountry_country_ng' => 'Nigeria',
+	'UserCountry_country_ni' => 'Nicaragua',
+	'UserCountry_country_nl' => 'Nederland',
+	'UserCountry_country_no' => 'Noorwegen',
+	'UserCountry_country_np' => 'Nepal',
+	'UserCountry_country_nr' => 'Nauru',
+	'UserCountry_country_nu' => 'Niue',
+	'UserCountry_country_nz' => 'Nieuw Zeeland',
+	'UserCountry_country_om' => 'Oman',
+	'UserCountry_country_pa' => 'Panama',
+	'UserCountry_country_pe' => 'Peru',
+	'UserCountry_country_pf' => 'Frans Polynesi&euml;',
+	'UserCountry_country_pg' => 'Papua Nieuw Guinea',
+	'UserCountry_country_ph' => 'Filipijnen',
+	'UserCountry_country_pk' => 'Pakistan',
+	'UserCountry_country_pl' => 'Polen',
+	'UserCountry_country_pm' => 'Sint Petersburg',
+	'UserCountry_country_pn' => 'Pitcairn',
+	'UserCountry_country_pr' => 'Puerto Rico',
+	'UserCountry_country_ps' => 'Palestijnen',
+	'UserCountry_country_pt' => 'Portugal',
+	'UserCountry_country_pw' => 'Palau',
+	'UserCountry_country_py' => 'Paraguay',
+	'UserCountry_country_qa' => 'Qatar',
+	'UserCountry_country_re' => 'Reunie eiland',
+	'UserCountry_country_ro' => 'Roemeni&euml;',
+	'UserCountry_country_ru' => 'Russische Federatie',
+	'UserCountry_country_rs' => 'Rusland',
+	'UserCountry_country_rw' => 'Rwanda',
+	'UserCountry_country_sa' => 'Saudi Arabi&euml;',
+	'UserCountry_country_sb' => 'Solomon Eilanden',
+	'UserCountry_country_sc' => 'Seychelles',
+	'UserCountry_country_sd' => 'Sudan',
+	'UserCountry_country_se' => 'Zweden',
+	'UserCountry_country_sg' => 'Singapore',
+	'UserCountry_country_sh' => 'Sint Helena',
+	'UserCountry_country_si' => 'Sloveni&euml;',
+	'UserCountry_country_sj' => 'Svalbard',
+	'UserCountry_country_sk' => 'Slovaki&euml;',
+	'UserCountry_country_sl' => 'Sierra Leone',
+	'UserCountry_country_sm' => 'San Marino',
+	'UserCountry_country_sn' => 'Senegal',
+	'UserCountry_country_so' => 'Somali&euml;',
+	'UserCountry_country_sr' => 'Suriname',
+	'UserCountry_country_st' => 'Sao Tome en Principe',
+	'UserCountry_country_su' => 'Voormalig rusland',
+	'UserCountry_country_sv' => 'El Salvador',
+	'UserCountry_country_sy' => 'Syrische republiek',
+	'UserCountry_country_sz' => 'Swaziland',
+	'UserCountry_country_tc' => 'Turkse en Caicos Eilanden',
+	'UserCountry_country_td' => 'Chad',
+	'UserCountry_country_tf' => 'Franse territorialen',
+	'UserCountry_country_tg' => 'Togo',
+	'UserCountry_country_th' => 'Thailand',
+	'UserCountry_country_tj' => 'Tsjikistan',
+	'UserCountry_country_tk' => 'Tokelau',
+	'UserCountry_country_tm' => 'Turkmenistan',
+	'UserCountry_country_tn' => 'Tunisi&euml;',
+	'UserCountry_country_to' => 'Tonga',
+	'UserCountry_country_tp' => 'Oost Timor',
+	'UserCountry_country_tr' => 'Turkije',
+	'UserCountry_country_tt' => 'Trinidad en Tobago',
+	'UserCountry_country_tv' => 'Tuvalu',
+	'UserCountry_co