Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO12
-rwxr-xr-xconfig/global.ini.php4
-rw-r--r--lang/ca.php548
-rw-r--r--lang/de.php466
-rw-r--r--lang/en.php579
-rw-r--r--lang/es.php549
-rw-r--r--lang/fr.php5
-rw-r--r--lang/it.php552
-rw-r--r--lang/nl.php551
-rw-r--r--lang/ru.php548
-rw-r--r--lang/uk.php549
-rwxr-xr-xmodules/API/Proxy.php4
-rw-r--r--modules/LogStats/Db.php2
-rw-r--r--modules/Translate.php31
-rw-r--r--modules/ViewDataTable/GenerateGraphData.php2
-rw-r--r--plugins/API/API.php1
-rw-r--r--plugins/API/Controller.php5
-rw-r--r--plugins/API/lang/en.php12
-rw-r--r--plugins/Actions/Actions.php1
-rw-r--r--plugins/Actions/lang/en.php7
-rw-r--r--plugins/AdminHome/AdminHome.php1
-rw-r--r--plugins/Dashboard/Dashboard.php1
-rw-r--r--plugins/Dashboard/lang/en.php14
-rw-r--r--plugins/ExamplePlugin/ExamplePlugin.php1
-rw-r--r--plugins/Feedback/Feedback.php1
-rw-r--r--plugins/Feedback/lang/en.php7
-rw-r--r--plugins/Home/Controller.php5
-rw-r--r--plugins/Home/Home.php1
-rw-r--r--plugins/Home/lang/en.php43
-rw-r--r--plugins/Home/templates/datatable_footer.tpl2
-rw-r--r--plugins/Installation/Installation.php1
-rw-r--r--plugins/Installation/lang/en.php47
-rw-r--r--plugins/Login/Login.php1
-rw-r--r--plugins/Login/lang/en.php19
-rw-r--r--plugins/Login/lang/fr.php7
-rw-r--r--plugins/PluginsAdmin/PluginsAdmin.php1
-rw-r--r--plugins/PluginsAdmin/lang/en.php10
-rw-r--r--plugins/Provider/API.php2
-rw-r--r--plugins/Provider/Provider.php1
-rw-r--r--plugins/Provider/lang/en.php5
-rw-r--r--plugins/Referers/Referers.php1
-rw-r--r--plugins/Referers/lang/en.php45
-rw-r--r--plugins/SitesManager/SitesManager.php1
-rw-r--r--plugins/SitesManager/lang/en.php21
-rw-r--r--plugins/UserCountry/UserCountry.php1
-rw-r--r--plugins/UserCountry/lang/en.php270
-rw-r--r--plugins/UserSettings/API.php3
-rw-r--r--plugins/UserSettings/UserSettings.php1
-rw-r--r--plugins/UserSettings/lang/en.php20
-rw-r--r--plugins/UsersManager/UsersManager.php1
-rw-r--r--plugins/UsersManager/lang/en.php35
-rw-r--r--plugins/VisitFrequency/VisitFrequency.php1
-rw-r--r--plugins/VisitFrequency/lang/en.php15
-rw-r--r--plugins/VisitTime/API.php2
-rw-r--r--plugins/VisitTime/VisitTime.php1
-rw-r--r--plugins/VisitTime/lang/en.php10
-rw-r--r--plugins/VisitorInterest/API.php15
-rw-r--r--plugins/VisitorInterest/VisitorInterest.php1
-rw-r--r--plugins/VisitorInterest/lang/en.php11
-rw-r--r--plugins/VisitsSummary/VisitsSummary.php1
-rw-r--r--plugins/VisitsSummary/lang/en.php21
-rw-r--r--plugins/Widgetize/Widgetize.php2
62 files changed, 4365 insertions, 712 deletions
diff --git a/TODO b/TODO
index 9b10a1d35a..ee223061fb 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,4 @@
+merge config file instead of annoying file selection?
see if can remove translationAvailable in all plugins
ECLIPSE WINDOWS LINE BREAKS
@@ -34,14 +35,13 @@ http://piwik.org/demo/?module=API&method=VisitsSummary.getVisits&idSite=1&period
add xml dateFrom dateTo to result to pragmatically useful
-====
-johan> Est ce que tu pourrais faire en sorte que le piwik.php fonctionne toujours si le serveur sql
-derrière déconne ? (genre mettre un timeout de 2 sec sur la cxion sql ?)
-
make sure with token auth no DB access
-First, knowing that I run "Piwik # open source analytics" is great the first time, but the next ones it's just loosing space. I would replace that by the name of the website and a little something that would let me choose another website.
-I would also split the "Admin | API | Widget | send us feedback" bar. Moving the admin link to the user bar at the top, and the rest at the very bottom of the page, with a link to piwik.org.
+First, knowing that I run "Piwik # open source analytics" is great the first time,
+but the next ones it's just loosing space. I would replace that by the name of the website and a little
+something that would let me choose another website.
+I would also split the "Admin | API | Widget | send us feedback" bar. Moving the admin link to the user bar
+ at the top, and the rest at the very bottom of the page, with a link to piwik.org.
config file defined:
diff --git a/config/global.ini.php b/config/global.ini.php
index 294de95305..14e63b4446 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -15,13 +15,13 @@ adapter = PDO_MYSQL ; PDO_MYSQL or MYSQLI
host = localhost
username = root
password =
-dbname = piwik_tests8
+dbname = piwik_tests
tables_prefix = piwiktests_
adapter = PDO_MYSQL
[Language]
current = en
-default = en
+fallback = en
[Plugins]
Plugins[] = PluginsAdmin
diff --git a/lang/ca.php b/lang/ca.php
new file mode 100644
index 0000000000..cef497b4ad
--- /dev/null
+++ b/lang/ca.php
@@ -0,0 +1,548 @@
+<?php
+$translations = array(
+ 'General_Locale' => 'ca_ES.UTF-8',
+ 'General_TranslatorName' => 'Isaac Sánchez Barrera',
+ 'General_TranslatorEmail' => 'isb1009@astronomipedia.es',
+ 'General_EnglishLanguageName' => 'Catalan',
+ 'General_OriginalLanguageName' => 'Català',
+ 'General_Unknown' => 'Desconegut',
+ 'General_Required' => '%s requerit',
+ 'General_Error' => 'Error',
+ 'General_Warning' => 'Avís',
+ 'General_BackToHomepage' => 'Torna a la pàgina principal de Piwik',
+ 'General_Yes' => 'Sí',
+ 'General_No' => 'No',
+ 'General_Delete' => 'Esborra',
+ 'General_Edit' => 'Edita',
+ 'General_Ok' => 'D\'acord',
+ 'General_Close' => 'Tanca',
+ 'General_Logout' => 'Surt',
+ 'General_Done' => 'Fet',
+ 'General_LoadingData' => 'Les dades s\'estan carregant&hellip;',
+ 'General_ErrorRequest' => 'Ups! Hi ha hagut un problema amb la sol&middot;licitud, torneu-ho a intentar.',
+ 'General_Next' => 'Seg&uuml;ent',
+ 'General_Previous' => 'Anterior',
+ 'General_Table' => 'Taula',
+ 'General_Piechart' => 'Gràfic de sectors',
+ 'General_TagCloud' => 'Núvol d\'etiquetes',
+ 'General_VBarGraph' => 'Gràfic de barres',
+ 'General_GraphData' => 'Dades del gràfic',
+ 'General_Refresh' => 'Actualitza la pàgina',
+ 'General_ColumnNbUniqVisitors' => 'Visitants únics',
+ 'General_ColumnNbVisits' => 'Visites',
+ 'General_ColumnLabel' => 'Etiqueta',
+ 'General_Save' => 'Desa',
+ 'PluginsAdmin_Plugins' => 'Connectors',
+ 'PluginsAdmin_Activated' => 'Actiu',
+ 'PluginsAdmin_ActivatedHelp' => 'Aquest connector no es pot desactivar',
+ 'PluginsAdmin_Deactivate' => 'Desactiva',
+ 'PluginsAdmin_Activate' => 'Activa',
+ 'PluginsAdmin_MenuPlugins' => 'Connectors',
+ 'API_QuickDocumentation' => '<h2>Guia ràpida de l\'API</h2><p>Si no teniu dades per a avui, podeu <a href=\'misc/generateVisits.php\' target=_blank>generar-ne fent servir el Generador de visites</a>.</p><p><strong>Si voleu més informació, passeu-vos per la <a href=\'http://dev.piwik.org/trac/wiki/API\'>documentació oficial de l\'API (en anglès)</a> o les <a href=\'http://dev.piwik.org/trac/wiki/API/Reference\'>referències de l\'API</a>.</strong></p><h2>Autenticació de l\'usuari</h2><p><strong>Si voleu sol&middot;licitar les dades amb un script, una tasca (crontab), etc.</strong>, necessiteu afegir el paràmetre <code><u>&token_auth=%s</u></code> per a poder invocar les URLs de l\'API que necessiten autenticació.</p><p>Aquest <tt>token_auth</tt> és tan secret com el vostre usuari i contrassenya, <strong>no l\'heu de donar a ningú!</strong></p>',
+ 'API_LoadedAPIs' => 'S\'ha carregat correctament un total de %s API',
+ 'Home_NoPrivileges' => 'Heu iniciat la sessió fent servir l\'usuari \'%s\', però sembla que no teniu cap permís configurat al Piwik.<br />Demaneu a l\'administrador que us doni permisos de \'vista\' a algun lloc web.',
+ 'Home_JavascriptDisabled' => 'És necessari tenir el JavaScript actiu si voleu fer servir el Piwik dins la vista estàndard.<br />Tot i això, sembla que teniu el JavaScript desactivat o el vostre navegador no el suporta.<br />Per a fer servir la vista estàndard, canvieu la configuració del vostre navegador i activeu el JavaScript. Llavors, %1storneu a accedir a la pàgina%2s.<br />',
+ 'Home_TableNoData' => 'No hi ha cap dada per a aquesta taula.',
+ 'Home_CategoryNoData' => 'No hi ha dades en aquesta categoria. Proveu d\'<em>incloure tota la població</em>.',
+ 'Home_ShowJSCode' => 'Mostra el codi JavaScript necessari',
+ 'Home_IncludeAllPopulation_js' => 'Inclou tota la població',
+ 'Home_ExcludeLowPopulation_js' => 'Exclou la població baixa',
+ 'Home_PageOf_js' => '%s de %s',
+ 'Home_Loading_js' => 'Les dades estan carregant&hellip;',
+ 'Home_LocalizedDateFormat' => '%A, %e de %B de %Y',
+ 'Home_PeriodDay' => 'Dia',
+ 'Home_PeriodWeek' => 'Setmana',
+ 'Home_PeriodMonth' => 'Mes',
+ 'Home_PeriodYear' => 'Any',
+ 'Home_DaySu_js' => 'dg',
+ 'Home_DayMo_js' => 'dl',
+ 'Home_DayTu_js' => 'dt',
+ 'Home_DayWe_js' => 'dc',
+ 'Home_DayTh_js' => 'dj',
+ 'Home_DayFr_js' => 'dv',
+ 'Home_DaySa_js' => 'ds',
+ 'Home_MonthJanuary_js' => 'Gener',
+ 'Home_MonthFebruary_js' => 'Febrer',
+ 'Home_MonthMarch_js' => 'Mar&ccedil;',
+ 'Home_MonthApril_js' => 'Abril',
+ 'Home_MonthMay_js' => 'Maig',
+ 'Home_MonthJune_js' => 'Juny',
+ 'Home_MonthJuly_js' => 'Juliol',
+ 'Home_MonthAugust_js' => 'Agost',
+ 'Home_MonthSeptember_js' => 'Setembre',
+ 'Home_MonthOctober_js' => 'Octubre',
+ 'Home_MonthNovember_js' => 'Novembre',
+ 'Home_MonthDecemeber_js' => 'Desembre',
+ 'Actions_SubmenuPages' => 'Pàgines',
+ 'Actions_SubmenuOutlinks' => 'Enlla&ccedil;os externs',
+ 'Actions_SubmenuDownloads' => 'Descàrregues',
+ 'Dashboard_AddWidget' => 'Afegeix un giny (widget)&hellip;',
+ 'Dashboard_DeleteWidgetConfirm' => 'Esteu segur que voleu esborrar aquest giny',
+ 'Dashboard_SelectWidget' => 'Escolliu el giny que voleu afegir a la consola',
+ 'Dashboard_AddPreviewedWidget' => 'Afegeix el giny previsualitzat a la consola',
+ 'Dashboard_WidgetPreview' => 'Previsualització del giny',
+ 'Dashboard_TitleWidgetInDashboard_js' => 'Aquest giny ja es troba a la consola',
+ 'Dashboard_TitleClickToAdd_js' => 'Feu clic per a afegir-lo a la consola',
+ 'Dashboard_LoadingPreview_js' => 'S\'està carregant la previsualització&hellip;',
+ 'Dashboard_LoadingWidget_js' => 'S\'està carregant el giny&hellip;',
+ 'Dashboard_WidgetNotFound_js' => 'Aquest giny no s\'ha trobat',
+ 'Referers_SearchEngines' => 'Cercadors',
+ 'Referers_Keywords' => 'Paraules clau',
+ 'Referers_DirectEntry' => 'Registre directe',
+ 'Referers_Websites' => 'Llocs web',
+ 'Referers_Partners' => 'Col&middot;laboradors',
+ 'Referers_Newsletters' => 'Buttletins d\'informació',
+ 'Referers_Campaigns' => 'Campanyes',
+ 'Referers_Evolution' => 'Evolució durant el període',
+ 'Referers_Type' => 'Tipus de referent',
+ 'Referers_TypeDirectEntries' => 'Hi ha %s entrades directes',
+ 'Referers_TypeSearchEngines' => 'Hi ha %s visites provinents dels motors de cerca',
+ 'Referers_TypePartners' => 'Hi ha %s visites dels col&middot;laboradors',
+ 'Referers_TypeWebsites' => 'Hi ha %s visites provinents d\'altres llocs',
+ 'Referers_TypeNewsletters' => 'Hi ha %s visites provinents de butlletins',
+ 'Referers_TypeCampaigns' => 'Hi ha %s visites provinents de campanyes',
+ 'Referers_Other' => 'Altres',
+ 'Referers_OtherDistinctSearchEngines' => 'Hi ha %s motors de cerca diferents',
+ 'Referers_OtherDistinctKeywords' => 'Hi ha %s paraules clau diferents',
+ 'Referers_OtherDistinctWebsites' => 'Hi ha %1s llocs web diferents (fent servir %2s URLs diferents)',
+ 'Referers_OtherDistinctPartners' => 'Hi ha %s1s col&middot;laboradors diferents (fent servir %2s URLs diferents)',
+ 'Referers_OtherDistinctCampaigns' => 'Hi ha %s campanyes diferents',
+ 'Referers_TagCloud' => 'Núvol d\'etiquetes',
+ 'Referers_SubmenuEvolution' => 'Evolució',
+ 'Referers_SubmenuSearchEngines' => 'Cercadors i paraules clau',
+ 'Referers_SubmenuWebsites' => 'Llocs web',
+ 'Referers_SubmenuCampaigns' => 'Campanyes',
+ 'Referers_SubmenuPartners' => 'Col&middot;laboradors',
+ 'Referers_WidgetKeywords' => 'Llistat de paraules clau',
+ 'Referers_WidgetPartners' => 'Llistat de col&middot;laboradors',
+ 'Referers_WidgetCampaigns' => 'Llistat de campanyes',
+ 'Referers_WidgetExternalWebsites' => 'Llistat de llocs web externs',
+ 'Referers_WidgetSearchEngines' => 'Millors motors de cerca',
+ 'Referers_WidgetOverview' => 'Resum',
+ 'UserSettings_BrowserFamilies' => 'Motors dels navegadors',
+ 'UserSettings_Browsers' => 'Navegadors',
+ 'UserSettings_Plugins' => 'Connectors',
+ 'UserSettings_Configurations' => 'Configuracions',
+ 'UserSettings_OperatinsSystems' => 'Sistemes operatius',
+ 'UserSettings_Resolutions' => 'Resolucions',
+ 'UserSettings_WideScreen' => 'Pantalla panoràmica',
+ 'UserSettings_WidgetResolutions' => 'Resoulucions',
+ 'UserSettings_WidgetBrowsers' => 'Navegadors',
+ 'UserSettings_WidgetPlugins' => 'Llistat de connectors',
+ 'UserSettings_WidgetWidescreen' => 'Normal / panoràmica',
+ 'UserSettings_WidgetBrowserFamilies' => 'Navegadors per motor',
+ 'UserSettings_WidgetOperatingSystems' => 'Sistemes operatius',
+ 'UserSettings_WidgetGlobalVisitors' => 'Configuracions globals dels visitants',
+ 'UserSettings_SubmenuSettings' => 'Configuracions',
+ 'UserCountry_Country' => 'País',
+ 'UserCountry_Continent' => 'Continent',
+ 'UserCountry_DistinctCountries' => 'Hi ha %s pa&iuml;sos diferents',
+ 'UserCountry_SubmenuLocations' => 'Localització',
+ 'UserCountry_WidgetContinents' => 'Continents',
+ 'UserCountry_WidgetCountries' => 'Pa&iuml;sos',
+ 'UserCountry_country_ac' => 'Illes Ascensió',
+ 'UserCountry_country_ad' => 'Andorra',
+ 'UserCountry_country_ae' => 'Emirats Àrabs Units',
+ 'UserCountry_country_af' => 'Afganistan',
+ 'UserCountry_country_ag' => 'Antigua i Barbuda',
+ 'UserCountry_country_ai' => 'Anguilla',
+ 'UserCountry_country_al' => 'Albània',
+ 'UserCountry_country_am' => 'Armènia',
+ 'UserCountry_country_an' => 'Antilles Neerlandeses',
+ 'UserCountry_country_ao' => 'Angola',
+ 'UserCountry_country_aq' => 'Antàrtida',
+ 'UserCountry_country_ar' => 'Argentina',
+ 'UserCountry_country_as' => 'Samoa Nord-americana',
+ 'UserCountry_country_at' => 'Àustria',
+ 'UserCountry_country_au' => 'Austràlia',
+ 'UserCountry_country_aw' => 'Aruba',
+ 'UserCountry_country_az' => 'Azerbaidjan',
+ 'UserCountry_country_ba' => 'Bòsnia i Herzegovina',
+ 'UserCountry_country_bb' => 'Barbados',
+ 'UserCountry_country_bd' => 'Bangla Desh',
+ 'UserCountry_country_be' => 'Bèlgica',
+ 'UserCountry_country_bf' => 'Burkina Faso',
+ 'UserCountry_country_bg' => 'Bulgària',
+ 'UserCountry_country_bh' => 'Bahrain',
+ 'UserCountry_country_bi' => 'Burundi',
+ 'UserCountry_country_bj' => 'Benin',
+ 'UserCountry_country_bm' => 'Bermuda',
+ 'UserCountry_country_bn' => 'Brunei',
+ 'UserCountry_country_bo' => 'Bolívia',
+ 'UserCountry_country_br' => 'Brasil',
+ 'UserCountry_country_bs' => 'Bahames',
+ 'UserCountry_country_bt' => 'Bhutan',
+ 'UserCountry_country_bv' => 'Bouvet',
+ 'UserCountry_country_bw' => 'Botswana',
+ 'UserCountry_country_by' => 'Bielorússia',
+ 'UserCountry_country_bz' => 'Belize',
+ 'UserCountry_country_ca' => 'Canadà',
+ 'UserCountry_country_cc' => 'Illes Cocos',
+ 'UserCountry_country_cd' => 'República Democràtica del Congo',
+ 'UserCountry_country_cf' => 'República Centreafricana',
+ 'UserCountry_country_cg' => 'República del Congo',
+ 'UserCountry_country_ch' => 'Suïssa',
+ 'UserCountry_country_ci' => 'Costa d\'Ivori',
+ 'UserCountry_country_ck' => 'Illes Cook',
+ 'UserCountry_country_cl' => 'Xile',
+ 'UserCountry_country_cm' => 'Camerun',
+ 'UserCountry_country_cn' => 'Xina',
+ 'UserCountry_country_co' => 'Colòmbia',
+ 'UserCountry_country_cr' => 'Costa Rica',
+ 'UserCountry_country_cs' => 'Sèrbia i Montenegro',
+ 'UserCountry_country_cu' => 'Cuba',
+ 'UserCountry_country_cv' => 'Cap Verd',
+ 'UserCountry_country_cx' => 'Illa Christmas',
+ 'UserCountry_country_cy' => 'Xipre',
+ 'UserCountry_country_cz' => 'República Txeca',
+ 'UserCountry_country_de' => 'Alemanya',
+ 'UserCountry_country_dj' => 'Djibouti',
+ 'UserCountry_country_dk' => 'Dinamarca',
+ 'UserCountry_country_dm' => 'Dominica',
+ 'UserCountry_country_do' => 'República Dominicana',
+ 'UserCountry_country_dz' => 'Algèria',
+ 'UserCountry_country_ec' => 'Equador',
+ 'UserCountry_country_ee' => 'Estònia',
+ 'UserCountry_country_eg' => 'Egipte',
+ 'UserCountry_country_eh' => 'Sàhara Occidental',
+ 'UserCountry_country_er' => 'Eritrea',
+ 'UserCountry_country_es' => 'Espanya',
+ 'UserCountry_country_et' => 'Etiòpia',
+ 'UserCountry_country_fi' => 'Finlàndia',
+ 'UserCountry_country_fj' => 'Illes Fiji',
+ 'UserCountry_country_fk' => 'Illes Malvines',
+ 'UserCountry_country_fm' => 'Estats Federats de Micronèsia',
+ 'UserCountry_country_fo' => 'Illes Fèroe',
+ 'UserCountry_country_fr' => 'Fran&ccedil;a',
+ 'UserCountry_country_ga' => 'Gabon',
+ 'UserCountry_country_gd' => 'Grenada',
+ 'UserCountry_country_ge' => 'Geòrgia',
+ 'UserCountry_country_gf' => 'Guaiana Francesa',
+ 'UserCountry_country_gg' => 'Guernsey',
+ 'UserCountry_country_gh' => 'Ghana',
+ 'UserCountry_country_gi' => 'Gibraltar',
+ 'UserCountry_country_gl' => 'Grenlàndia',
+ 'UserCountry_country_gm' => 'Gàmbia',
+ 'UserCountry_country_gn' => 'Guinea',
+ 'UserCountry_country_gp' => 'Illa Guadalupe',
+ 'UserCountry_country_gq' => 'Guinea Ecuatorial',
+ 'UserCountry_country_gr' => 'Grècia',
+ 'UserCountry_country_gs' => 'Illes Geòrgia del Sud i Sandwich del Sud',
+ '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' => 'Illes Heard i McDonald',
+ 'UserCountry_country_hn' => 'Hondures',
+ 'UserCountry_country_hr' => 'Croàcia',
+ 'UserCountry_country_ht' => 'Haití',
+ 'UserCountry_country_hu' => 'Hongria',
+ 'UserCountry_country_id' => 'Indonèsia',
+ 'UserCountry_country_ie' => 'Irlanda',
+ 'UserCountry_country_il' => 'Israel',
+ 'UserCountry_country_im' => 'Man (illa)',
+ 'UserCountry_country_in' => 'Índia',
+ 'UserCountry_country_io' => 'Territori Britànic de l\'Oceà Índic',
+ 'UserCountry_country_iq' => 'Iraq',
+ 'UserCountry_country_ir' => 'Iran',
+ 'UserCountry_country_is' => 'Islàndia',
+ 'UserCountry_country_it' => 'Itàlia',
+ 'UserCountry_country_je' => 'Jersey',
+ 'UserCountry_country_jm' => 'Jamaica',
+ 'UserCountry_country_jo' => 'Jordània',
+ 'UserCountry_country_jp' => 'Japó',
+ 'UserCountry_country_ke' => 'Kenya',
+ 'UserCountry_country_kg' => 'Kirguizistan',
+ 'UserCountry_country_kh' => 'Cambodja',
+ 'UserCountry_country_ki' => 'Kiribati',
+ 'UserCountry_country_km' => 'Comores',
+ 'UserCountry_country_kn' => 'Saint Kitts i Nevis',
+ 'UserCountry_country_kp' => 'Korea del Nord',
+ 'UserCountry_country_kr' => 'Corea del Sud',
+ 'UserCountry_country_kw' => 'Kuwait',
+ 'UserCountry_country_ky' => 'Illes Caiman',
+ 'UserCountry_country_kz' => 'Kazakhstan',
+ 'UserCountry_country_la' => 'Laos',
+ 'UserCountry_country_lb' => 'Líban',
+ 'UserCountry_country_lc' => 'Saint Lucia',
+ 'UserCountry_country_li' => 'Liechtenstein',
+ 'UserCountry_country_lk' => 'Sri Lanka',
+ 'UserCountry_country_lr' => 'Libèria',
+ 'UserCountry_country_ls' => 'Lesotho',
+ 'UserCountry_country_lt' => 'Lituània',
+ 'UserCountry_country_lu' => 'Luxemburg',
+ 'UserCountry_country_lv' => 'Letònia',
+ 'UserCountry_country_ly' => 'Líbia',
+ 'UserCountry_country_ma' => 'Marroc',
+ 'UserCountry_country_mc' => 'Mònaco',
+ 'UserCountry_country_md' => 'Moldàvia',
+ 'UserCountry_country_mg' => 'Madagascar',
+ 'UserCountry_country_mh' => 'Illes Marshall',
+ 'UserCountry_country_mk' => 'Macedònia',
+ 'UserCountry_country_ml' => 'Mañi',
+ 'UserCountry_country_mm' => 'Myanmar',
+ 'UserCountry_country_mn' => 'Mongòlia',
+ 'UserCountry_country_mo' => 'Macau',
+ 'UserCountry_country_mp' => 'Illes Mariannes Septentrionals',
+ 'UserCountry_country_mq' => 'Martinica',
+ 'UserCountry_country_mr' => 'Mauritània',
+ 'UserCountry_country_ms' => 'Montserrat',
+ 'UserCountry_country_mt' => 'Malta',
+ 'UserCountry_country_mu' => 'Maurici',
+ 'UserCountry_country_mv' => 'Maldives',
+ 'UserCountry_country_mw' => 'Malawi',
+ 'UserCountry_country_mx' => 'Mèxic',
+ 'UserCountry_country_my' => 'Malàisia',
+ 'UserCountry_country_mz' => 'Moçambic',
+ 'UserCountry_country_na' => 'Namíbia',
+ 'UserCountry_country_nc' => 'Nova Caledònia',
+ 'UserCountry_country_ne' => 'Níger',
+ 'UserCountry_country_nf' => 'Illa Norfolk',
+ 'UserCountry_country_ng' => 'Nigèria',
+ 'UserCountry_country_ni' => 'Nicaragua',
+ 'UserCountry_country_nl' => 'Pa&iuml;sos Baixos',
+ 'UserCountry_country_no' => 'Noruega',
+ 'UserCountry_country_np' => 'Nepal',
+ 'UserCountry_country_nr' => 'Nauru',
+ 'UserCountry_country_nu' => 'Niue',
+ 'UserCountry_country_nz' => 'Nova Zelanda',
+ 'UserCountry_country_om' => 'Oman',
+ 'UserCountry_country_pa' => 'Panamà',
+ 'UserCountry_country_pe' => 'Perú',
+ 'UserCountry_country_pf' => 'Polinèsia Francesa',
+ 'UserCountry_country_pg' => 'Papua Nova Guinea',
+ 'UserCountry_country_ph' => 'Filipines',
+ 'UserCountry_country_pk' => 'Pakistan',
+ 'UserCountry_country_pl' => 'Polònia',
+ 'UserCountry_country_pm' => 'Saint-Pierre i Miquelon',
+ 'UserCountry_country_pn' => 'Illes Pitcairn',
+ 'UserCountry_country_pr' => 'Puerto Rico',
+ 'UserCountry_country_ps' => 'Territori Palestí',
+ 'UserCountry_country_pt' => 'Portugal',
+ 'UserCountry_country_pw' => 'Palau',
+ 'UserCountry_country_py' => 'Paraguai',
+ 'UserCountry_country_qa' => 'Qatar',
+ 'UserCountry_country_re' => 'Illa de la Reunió',
+ 'UserCountry_country_ro' => 'Romania',
+ 'UserCountry_country_ru' => 'Federació Russa',
+ 'UserCountry_country_rs' => 'Rússia',
+ 'UserCountry_country_rw' => 'Rwanda',
+ 'UserCountry_country_sa' => 'Aràbia Saudita',
+ 'UserCountry_country_sb' => 'Illes Salomó',
+ 'UserCountry_country_sc' => 'Seychelles',
+ 'UserCountry_country_sd' => 'Sudan',
+ 'UserCountry_country_se' => 'Suècia',
+ 'UserCountry_country_sg' => 'Singapur',
+ 'UserCountry_country_sh' => 'Saint Helena',
+ 'UserCountry_country_si' => 'Eslovènia',
+ 'UserCountry_country_sj' => 'Svalbard',
+ 'UserCountry_country_sk' => 'Eslovàquia',
+ 'UserCountry_country_sl' => 'Sierra Leone',
+ 'UserCountry_country_sm' => 'San Marino',
+ 'UserCountry_country_sn' => 'Senegal',
+ 'UserCountry_country_so' => 'Somàlia',
+ 'UserCountry_country_sr' => 'Surinam',
+ 'UserCountry_country_st' => 'São Tomé i Príncipe',
+ 'UserCountry_country_su' => 'Antiga URSS',
+ 'UserCountry_country_sv' => 'El Salvador',
+ 'UserCountry_country_sy' => 'Síria',
+ 'UserCountry_country_sz' => 'Swazilàndia',
+ 'UserCountry_country_tc' => 'Illes Turks i Caicos',
+ 'UserCountry_country_td' => 'Txad',
+ 'UserCountry_country_tf' => 'Terres Australs i Antàrtiques Franceses',
+ 'UserCountry_country_tg' => 'Togo',
+ 'UserCountry_country_th' => 'Tailàndia',
+ 'UserCountry_country_tj' => 'Tadjikistan',
+ 'UserCountry_country_tk' => 'Tokelau',
+ 'UserCountry_country_tm' => 'Turkmenistan',
+ 'UserCountry_country_tn' => 'Tunísia',
+ 'UserCountry_country_to' => 'Tonga',
+ 'UserCountry_country_tp' => 'Timor Oriental',
+ 'UserCountry_country_tr' => 'Turquia',
+ 'UserCountry_country_tt' => 'Trinitat i Tobago',
+ 'UserCountry_country_tv' => 'Tuvalu',
+ 'UserCountry_country_tw' => 'Taiwan',
+ 'UserCountry_country_tz' => 'Tanzània',
+ 'UserCountry_country_ua' => 'Ucraïna',
+ 'UserCountry_country_ug' => 'Uganda',
+ 'UserCountry_country_uk' => 'Regne Unit',
+ 'UserCountry_country_gb' => 'Gran Bretanya',
+ 'UserCountry_country_um' => 'Illes Perifèriques Menors dels EUA',
+ 'UserCountry_country_us' => 'EUA',
+ 'UserCountry_country_uy' => 'Uruguai',
+ 'UserCountry_country_uz' => 'Uzbekistan',
+ 'UserCountry_country_va' => 'Ciutat del Vaticà',
+ 'UserCountry_country_vc' => 'Saint Vincent i les Grenadines',
+ 'UserCountry_country_ve' => 'Veneçuela',
+ 'UserCountry_country_vg' => 'Illes Verges Britàniques',
+ 'UserCountry_country_vi' => 'Illes Verges Americanes',
+ 'UserCountry_country_vn' => 'Vietnam',
+ 'UserCountry_country_vu' => 'Vanuatu',
+ 'UserCountry_country_wf' => 'Wallis i Futuna',
+ 'UserCountry_country_ws' => 'Samoa',
+ 'UserCountry_country_ye' => 'Iemen',
+ 'UserCountry_country_yt' => 'Mayotte',
+ 'UserCountry_country_yu' => 'Iugoslàvia',
+ 'UserCountry_country_za' => 'Sud-àfrica',
+ 'UserCountry_country_zm' => 'Zàmbia',
+ 'UserCountry_country_zr' => 'Zaire',
+ 'UserCountry_country_zw' => 'Zimbabwe',
+ 'UserCountry_continent_eur' => 'Europa',
+ 'UserCountry_continent_afr' => 'Àfrica',
+ 'UserCountry_continent_asi' => 'Àsia',
+ 'UserCountry_continent_ams' => 'Amèrica Central i del Sud',
+ 'UserCountry_continent_amn' => 'Amèrica del Nord',
+ 'UserCountry_continent_oce' => 'Oceania',
+ 'VisitsSummary_NbVisits' => '%s visites',
+ 'VisitsSummary_NbUniqueVisitors' => '%s visitants únics',
+ 'VisitsSummary_NbActions' => '%s accions (pàgines vistes)',
+ 'VisitsSummary_TotalTime' => '%s de temps en total fet servir pels visitants',
+ 'VisitsSummary_MaxNbActions' => 'Hi ha %s accions màximes en una visita',
+ 'VisitsSummary_NbBounced' => '%s visitants han rebotat (han abandonat el lloc després de veure només una pàgina)',
+ 'VisitsSummary_Evolution' => 'Evolució dels 30 darrers %ss',
+ 'VisitsSummary_Report' => 'Informe',
+ 'VisitsSummary_GenerateTime' => 'S\'han trigat %s segons en generar la pàgina',
+ 'VisitsSummary_GenerateQueries' => 'S\'ha executat un total de %s consultes',
+ 'VisitsSummary_WidgetLastVisits' => 'Gràfic de les darreres visites',
+ 'VisitsSummary_WidgetVisits' => 'Resum de les visites',
+ 'VisitsSummary_WidgetLastVisitors' => 'Gràfic dels darrers visitants únics',
+ 'VisitsSummary_WidgetOverviewGraph' => 'Resum amb gràfic',
+ 'VisitsSummary_SubmenuOverview' => 'Resum',
+ 'VisitFrequency_Evolution' => 'Evolució del període',
+ 'VisitFrequency_ReturnVisits' => 'Han tornat %s visites',
+ 'VisitFrequency_ReturnActions' => 'Les visites que han tornat han fet %s accions',
+ 'VisitFrequency_ReturnMaxActions' => 'Una visita que ha tornat ha fet un màxim de %s accions',
+ 'VisitFrequency_ReturnTotalTime' => '%s de temps que han fet servir les visites que han tornat',
+ 'VisitFrequency_ReturnBounces' => 'Una visita que ha tornat ha rebotat %s cops (ha abandonat el lloc després de veure només una pàgina)',
+ 'VisitFrequency_WidgetOverview' => 'Resum de la freq&uuml;ència',
+ 'VisitFrequency_WidgetGraphReturning' => 'Gràfic de les visites que han tornat',
+ 'VisitFrequency_SubmenuFrequency' => 'Freq&uuml;ència',
+ 'VisitTime_LocalTime' => 'Visites segons l\'hora local',
+ 'VisitTime_ServerTime' => 'Visites segons l\'hora del servidor',
+ 'VisitTime_WidgetLocalTime' => 'Visites segons l\'hora local',
+ 'VisitTime_WidgetServerTime' => 'Visites segons l\'hora del servidor',
+ 'VisitTime_SubmenuTimes' => 'Hores',
+ 'VisitorInterest_VisitsPerDuration' => 'Visites segons la durada',
+ 'VisitorInterest_VisitsPerNbOfPages' => 'Visites segons el nombre de pàgines',
+ 'VisitorInterest_WidgetLengths' => 'Durada de les visites',
+ 'VisitorInterest_WidgetPages' => 'Pàgines per visita',
+ 'VisitorInterest_SubmenuFrequencyLoyalty' => 'Freqüència i lleialtat',
+ 'Provider_WidgetProviders' => 'Proveïdors',
+ 'Provider_SubmenuLocationsProvider' => 'Localitzacions i proveïdors',
+ 'Login_PluginDescription' => 'Pàgina d\'inici de sessió, dóna les credencials als usuaris',
+ 'Login_LoginPasswordNotCorrect' => 'L\'usuari o la contrasenya no són correctes',
+ 'Login_Login' => 'Nom d\'usuari',
+ 'Login_Password' => 'Contrasenya',
+ 'Login_LoginOrEmail' => 'Nom d\'usuari o correu-e',
+ 'Login_LogIn' => 'Inicia la sessió',
+ 'Login_Logout' => 'Surt',
+ 'Login_LostYourPassword' => 'Heu perdut la contrasenya?',
+ 'Login_RemindPassword' => 'Recorda la contrasenya',
+ 'Login_PasswordReminder' => 'Si us plau, inseriu el vostre nom d\'usuari o el vostre correu-e. Rebreu una contrasenya nova al vostre correu-e.',
+ 'Login_InvalidUsernameEmail' => 'Aquest usuari i/o direcció de correu-e és invàlid.',
+ 'Login_MailTopicPasswordRecovery' => 'Recuperació de la contrasenya',
+ 'Login_MailBodyPasswordRecovery' => 'Hola %1s! La vostra nova contrasenya és %2s<br />Ara ja podeu iniciar la sessió a %3s',
+ 'Login_PasswordSent' => 'La contrasenya s\'acaba d\'enviar. Reviseu el vostre correu-e',
+ 'Login_ContactAdmin' => 'Raó possible: el vostre proveïdor d\'allotjament ha desactivat la funció mail().<br />Contacteu amb l\'administrador del lloc.',
+ 'UsersManager_ManageAccess' => 'Gestiona els permisos',
+ 'UsersManager_Sites' => 'Llocs',
+ 'UsersManager_AllWebsites' => 'Tots els llocs',
+ 'UsersManager_ApplyToAllWebsites' => 'Aplica a tots els llocs',
+ 'UsersManager_User' => 'Usuari',
+ 'UsersManager_PrivNone' => 'Sense accés',
+ 'UsersManager_PrivView' => 'Vista',
+ 'UsersManager_PrivAdmin' => 'Administració',
+ 'UsersManager_ChangeAllConfirm' => 'Realment voleu canviar els permisos de \'%s\' a tots els llocs web?',
+ 'UsersManager_Login' => 'Nom d\'usuari',
+ 'UsersManager_Password' => 'Contrasenya',
+ 'UsersManager_Email' => 'Correu-e',
+ 'UsersManager_Alias' => 'Àlies',
+ 'UsersManager_Token' => 'token_auth',
+ 'UsersManager_Edit' => 'Edita',
+ 'UsersManager_AddUser' => 'Afegeix un usuari nou',
+ 'UsersManager_MenuUsers' => 'Usuaris',
+ 'UsersManager_DeleteConfirm_js' => 'Esteu segur que voleu eliminar l\'usuari %s?',
+ 'UsersManager_ExceptionLoginExists' => 'L\'usuari \'%s\' ja existeix.',
+ 'UsersManager_ExceptionEmailExists' => 'La direcció de correu-e \'%s\' ja està en un altre compte.',
+ 'UsersManager_ExceptionInvalidLogin' => 'El nom d\'usuari només pot contenir lletres, números o els caràcters \'_\' o \'-\' o \'.\'',
+ 'UsersManager_ExceptionInvalidPassword' => 'La contrasenya ha de tenir entre 6 i 26 caràcters.',
+ 'UsersManager_ExceptionInvalidEmail' => 'La direcció de correu-e no té un format vàlid.',
+ 'UsersManager_ExceptionDeleteDoesNotExist' => 'L\'usuari \'%s\' no existeix i, per tant, no es pot esborrar.',
+ 'UsersManager_ExceptionAdminAnonymous' => 'No podeu donar permisos d\'administració a l\'usuari \'anonymous\' (anònim).',
+ 'UsersManager_ExceptionEditAnonymous' => 'L\'usuari anònim no es pot editar o esborrar. El Piwik el fa servir per als usuaris que no han iniciat encara la sessió. Per exemple, podeu fer públiques les vostres estadístiques garantint el permís \'vista\' a l\'usuari \'anonymous\' (anònim).',
+ 'UsersManager_ExceptionUserDoesNotExist' => 'L\'usuari \'%s\' no existeix.',
+ 'UsersManager_ExceptionAccessValues' => 'El paràmetre permisos ha de tenir un dels següents valors: [ %s ]',
+ 'SitesManager_Sites' => 'Llocs',
+ 'SitesManager_JsCode' => 'Codi JavaScript',
+ 'SitesManager_JsCodeHelp' => 'Aquí teniu el codi JavaScript que heu d\'incloure a totes les pàgines',
+ 'SitesManager_ShowJsCode' => 'mostra el codi',
+ 'SitesManager_NoWebsites' => 'No teniu cap lloc que pugueu administrar',
+ 'SitesManager_AddSite' => 'Afegeix un lloc nou',
+ 'SitesManager_Id' => 'ID',
+ 'SitesManager_Name' => 'Nom',
+ 'SitesManager_Urls' => 'URLs',
+ 'SitesManager_MenuSites' => 'Llocs',
+ 'SitesManager_DeleteConfirm_js' => 'Realment voleu esborrar el lloc \'%s\'?',
+ 'SitesManager_ExceptionDeleteSite' => 'No és possible eliminar aquest lloc ja que és l\'únic configurat. Afegiu un altre lloc primer i, llavors, ja esborrareu aquest.',
+ 'SitesManager_ExceptionNoUrl' => 'Heu d\'especificar una URL com a mínim.',
+ 'SitesManager_ExceptionEmptyName' => 'El nom del lloc no pot estar buit.',
+ 'SitesManager_ExceptionInvalidUrl' => 'La URL \'%s\' no és vàlida.',
+ 'Installation_Installation' => 'Instal&middot;lació',
+ 'Installation_InstallationStatus' => 'Estat de la instal&middot;lació',
+ 'Installation_PercentDone' => '%s%% fet',
+ 'Installation_NoConfigFound' => 'No s\'ha trobat el fitxer de configuració del Piwik i esteu intentant accedir una pàgina del Piwik.<br /><strong>&nbsp;&nbsp;&raquo;Podeu <a href=\'index.php\'>instal&middot;lar el Piwik ara</a></strong>.<br /><small>Si heu instal·lat el Piwik abans i teniu algunes taules a la vostra base de dades, no us preocupeu; podeu continuar fent servir les mateixes taules i les dades existents es conservaran!</small>',
+ 'Installation_MysqlSetup' => 'Configuració de la base de dades MySQL',
+ 'Installation_MysqlErrorConnect' => 'Hi ha hagut un error en l\'intent de connexió amb la base de dades.',
+ 'Installation_JsTag' => 'Etiqueta JavaScript',
+ 'Installation_JsTagHelp' => '<p>Si voleu comptar tots els visitants, heu d\'inserir el codi JavaScript a totes les pàgines.</p><p>No és necessari que estiguin fetes en PHP, el Piwik funcionarà a tots els tipus de pàgines (siguin HTML, ASP, Perl o qualsevol altre).</p><p>Aquí teniu el codi que heu d\'inserir: (copieu-lo i aferreu-lo a totes les pàgines)</p>',
+ 'Installation_Congratulations' => 'Felicitats',
+ 'Installation_ContratulationsHelp' => '<p>Felicitats! La instal&middot;lació del Piwik ha finalitzat.</p><p>Assegureu-vos que heu inserit el codi JavaScript a totes les pàgines, i espereu els vostres primers visitants!</p>',
+ 'Installation_GoToPiwik' => 'Vés al Piwik',
+ 'Installation_SetupWebsite' => 'Configura un lloc',
+ 'Installation_SetupWebsiteError' => 'Hi ha hagut un problema en el moment d\'afegir el lloc.',
+ 'Installation_GeneralSetup' => 'Configuració general',
+ 'Installation_GeneralSetupSuccess' => 'La configuració general ha estat un èxit',
+ 'Installation_SystemCheck' => 'Comprovació del sistema',
+ 'Installation_SystemCheckPhp' => 'Versió del PHP',
+ 'Installation_SystemCheckPdo' => 'Extensí Pdo',
+ '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',
+ 'Installation_SystemCheckMemoryLimitHelp' => 'En un lloc web amb trànsit elevat, la creació de l\'arxiu pot necessitar més memòria de l\'acceptada actualment.<br />Feu una ullada al \'memory_limit\' del vostre fitxer php.ini si és necessari.',
+ 'Installation_SystemCheckGD' => 'GD &gt; 2.x (gràfics)',
+ 'Installation_SystemCheckGDHelp' => 'Els gràfics petits no funcionaran.',
+ 'Installation_SystemCheckTimeLimit' => 'El set_time_limit() està permès.',
+ 'Installation_SystemCheckTimeLimitHelp' => 'En un lloc web amb trànsit elevat, la creació de l\'arxiu pot necessitar més temps de l\'acceptada actualment.<br />Feu una ullada al \'max_execution_time\' del vostre fitxer php.ini si és necessari.',
+ 'Installation_SystemCheckMail' => 'La funció mail() està permesa',
+ 'Installation_SystemCheckError' => 'Hi ha hagut un error i s\'ha d\'arreglar abans de que pugueu continuar.',
+ 'Installation_SystemCheckWarning' => 'El Piwik funcionarà amb normalitat, però algunes funcions potser no estaran disponibles',
+ 'Installation_Tables' => 'S\'estan creant les taules&hellip;',
+ 'Installation_TablesWarning' => 'Algunes <span id="linkToggle">taules del Piwik</span> ja estan instal&middot;lades a la base de dades',
+ 'Installation_TablesFound' => 'Aquestes taules s\'han trobat a la base de dades:',
+ 'Installation_TablesWarningHelp' => 'Podeu escollir entre fer servir les taules existents de la base de dades o fer una instal&middot;lació neta per a esborrar les dades existents a la base de dades.',
+ 'Installation_TablesReuse' => 'Fes servir les taules existents',
+ 'Installation_TablesDelete' => 'Esborra les taules existents',
+ 'Installation_TablesDeletedSuccess' => 'Les taules del Piwik existents s\'han esborrat amb èxit.',
+ 'Installation_TablesCreatedSuccess' => 'Les taules s\'han creat amb èxit!',
+ 'Installation_TablesDeleteConfirm' => 'Realment voleu esborrar les taules del Piwik existents en aquesta base de dades?',
+ 'Installation_Welcome' => 'Benvingut/da!',
+ 'Installation_WelcomeHelp' => '<p>El Piwik és un programari d\'anàlisi web de codi obert que facilita la presa d\'informació dels vostres visitants.</p><p>Aquest procés està dividit en %s passos fàcils i trigarà uns 5 minuts.</p>',
+ 'TranslationsAdmin_MenuTranslations' => 'Traduccions',
+ 'TranslationsAdmin_MenuLanguages' => 'Idiomes',
+ 'TranslationsAdmin_Plugin' => 'Connector',
+ 'TranslationsAdmin_Definition' => 'Definició',
+ 'TranslationsAdmin_DefaultString' => 'Original (anglès)',
+ 'TranslationsAdmin_TranslationString' => 'Traducció (idioma actual: %s)',
+ 'TranslationsAdmin_Translations' => 'Traduccions',
+ 'TranslationsAdmin_FixPermissions' => 'Si us plau, configureu bé els permisos dels fitxers',
+ 'TranslationsAdmin_AvailableLanguages' => 'Idiomes disponibles',
+ 'TranslationsAdmin_AddLanguage' => 'Afegeix un idioma',
+ 'TranslationsAdmin_LanguageCode' => 'Codi de l\'idioma',
+ 'TranslationsAdmin_Export' => 'Exporta un idioma',
+ 'TranslationsAdmin_Import' => 'Importa un idioma',
+); \ No newline at end of file
diff --git a/lang/de.php b/lang/de.php
new file mode 100644
index 0000000000..4a219041b8
--- /dev/null
+++ b/lang/de.php
@@ -0,0 +1,466 @@
+<?php
+$translations = array(
+ 'General_Locale' => 'de_DE.UTF-8',
+ 'General_TranslatorName' => 'Frank Bueltge',
+ 'General_TranslatorEmail' => 'frank@bueltge.de',
+ 'General_EnglishLanguageName' => 'English',
+ 'General_OriginalLanguageName' => 'Deutsch',
+ 'General_Unknown' => 'unbekannt',
+ 'General_Required' => '%s ben&ouml;tigt',
+ 'General_Error' => 'Fehler',
+ 'General_Warning' => 'Warnung',
+ 'General_BackToHomepage' => 'Zur&uuml;ck zur Piwik Homepage',
+ 'General_Yes' => 'Ja',
+ 'General_No' => 'Nein',
+ 'General_Delete' => 'L&ouml;schen',
+ 'General_Edit' => '&Auml;ndern',
+ 'General_Ok' => 'OK',
+ 'General_Close' => 'Schlie&szlig;en',
+ 'General_Logout' => 'Abmelden',
+ 'General_Done' => 'Erledigt',
+ 'General_LoadingData' => 'Lade Daten ...',
+ 'General_ErrorRequest' => 'Oops&hellip; Ein Problem w&auml;hrend der Anfarge, versuchen Sie es bitte noch einmal.',
+ 'General_Next' => ' n&auml;chste',
+ 'General_Previous' => 'vorherige',
+ 'General_Table' => 'Tabelle',
+ 'General_Piechart' => 'Kreisdiagramm',
+ 'General_TagCloud' => 'Schlagwortwolke',
+ 'General_VBarGraph' => 'S&auml;ulendiagramm',
+ 'General_GraphData' => 'Diagrammdaten',
+ 'General_Refresh' => 'Aktualisiere die Seite',
+ 'General_ColumnNbUniqVisitors' => 'Individuelle Besucher',
+ 'General_ColumnNbVisits' => 'Besucher',
+ 'General_ColumnLabel' => 'Label',
+ 'General_Save' => 'Speichern',
+ 'PluginsAdmin_Plugins' => 'Plugins',
+ 'PluginsAdmin_Activated' => 'Aktiviert',
+ 'PluginsAdmin_ActivatedHelp' => 'Dieses Plugin kann nicht aktiviert werden.',
+ 'PluginsAdmin_Deactivate' => 'Deaktivieren',
+ 'PluginsAdmin_Activate' => 'Aktivieren',
+ 'PluginsAdmin_MenuPlugins' => 'Plugins',
+ 'Home_NoPrivileges' => 'Du bist angemeldet als \'%s\', aber es scheint dass Du keine Berechtigungen für Piwik gesetzt hast.<br/>Bitte sage Deinem Administrator, er soll Dir \'view\'-Rechte auf die Webseite geben.',
+ 'Home_JavascriptDisabled' => 'JavaScript muss aktiviert sein damit Piwik im Standard-Modus verwendet werden kann.<br/>Jedoch ist JavaScript entweder im Browser deaktiviert, oder der Browser unterstützt es nicht.<br/>Um den Standard-Modus zu benutzen aktiviere JavaScript in den Eigenschaften Deines Browser und lade die Seite anschließend neu.',
+ 'Home_TableNoData' => 'Keine Daten',
+ 'Home_CategoryNoData' => 'Keine Daten in dieser Kategorie. Probiere "Gesamte Population einbeziehen"',
+ 'Home_ShowJSCode' => 'Einzupflegendes JavaScript darstellen.',
+ 'Home_IncludeAllPopulation_js' => 'Gesamte Population einbeziehen.',
+ 'Home_ExcludeLowPopulation_js' => 'Geringe Population ausschliessen.',
+ 'Home_PageOf_js' => '%s von %s',
+ 'Home_Loading_js' => 'Lade...',
+ 'Home_LocalizedDateFormat' => '%A %e %B %Y',
+ 'Home_PeriodDay' => 'Tag',
+ 'Home_PeriodWeek' => 'Woche',
+ 'Home_PeriodMonth' => 'Monat',
+ 'Home_PeriodYear' => 'Jahr',
+ 'Home_DaySu_js' => 'So',
+ 'Home_DayMo_js' => 'Mo',
+ 'Home_DayTu_js' => 'Di',
+ 'Home_DayWe_js' => 'Mi',
+ 'Home_DayTh_js' => 'Do',
+ 'Home_DayFr_js' => 'Fr',
+ 'Home_DaySa_js' => 'Sa',
+ 'Home_MonthJanuary_js' => 'Januar',
+ 'Home_MonthFebruary_js' => 'Februar',
+ 'Home_MonthMarch_js' => 'März',
+ 'Home_MonthApril_js' => 'April',
+ 'Home_MonthMay_js' => 'Mai',
+ 'Home_MonthJune_js' => 'Juni',
+ 'Home_MonthJuly_js' => 'Juli',
+ 'Home_MonthAugust_js' => 'August',
+ 'Home_MonthSeptember_js' => 'September',
+ 'Home_MonthOctober_js' => 'Oktober',
+ 'Home_MonthNovember_js' => 'November',
+ 'Home_MonthDecemeber_js' => 'Dezember',
+ 'UserSettings_BrowserFamilies' => 'Browser Familien',
+ 'UserSettings_Browsers' => 'Browser',
+ 'UserSettings_Plugins' => 'Plugins',
+ 'UserSettings_Configurations' => 'Konfigurationen',
+ 'UserSettings_OperatinsSystems' => 'Betriebssysteme',
+ 'UserSettings_Resolutions' => 'Auflösungen',
+ 'UserSettings_WideScreen' => 'Breitbild',
+ 'UserSettings_WidgetResolutions' => 'Bildschirmauflösungen',
+ 'UserSettings_WidgetBrowsers' => 'Besucher Browser',
+ 'UserSettings_WidgetPlugins' => 'Liste der Plugins',
+ 'UserSettings_WidgetWidescreen' => 'Normal / Breitbild',
+ 'UserSettings_WidgetBrowserFamilies' => 'Browser nach Familie',
+ 'UserSettings_WidgetOperatingSystems' => 'Betriebssysteme',
+ 'UserSettings_WidgetGlobalVisitors' => 'Globale Besucherkonfiguration',
+ 'UserSettings_SubmenuSettings' => 'Einstellungen',
+ 'UserCountry_Country' => 'Land',
+ 'UserCountry_Continent' => 'Kontinent',
+ 'UserCountry_DistinctCountries' => '%s unterschiedliche Länder',
+ 'UserCountry_SubmenuLocations' => 'Ort',
+ 'UserCountry_WidgetContinents' => 'Besucherkontinente',
+ 'UserCountry_WidgetCountries' => 'Besucherländer',
+ 'UserCountry_country_ac' => '',
+ 'UserCountry_country_ad' => '',
+ 'UserCountry_country_ae' => '',
+ 'UserCountry_country_af' => '',
+ 'UserCountry_country_ag' => '',
+ 'UserCountry_country_ai' => '',
+ 'UserCountry_country_al' => '',
+ 'UserCountry_country_am' => '',
+ 'UserCountry_country_an' => '',
+ 'UserCountry_country_ao' => '',
+ 'UserCountry_country_aq' => '',
+ 'UserCountry_country_ar' => '',
+ 'UserCountry_country_as' => '',
+ 'UserCountry_country_at' => '',
+ 'UserCountry_country_au' => '',
+ 'UserCountry_country_aw' => '',
+ 'UserCountry_country_az' => '',
+ 'UserCountry_country_ba' => '',
+ 'UserCountry_country_bb' => '',
+ 'UserCountry_country_bd' => '',
+ 'UserCountry_country_be' => '',
+ 'UserCountry_country_bf' => '',
+ 'UserCountry_country_bg' => '',
+ 'UserCountry_country_bh' => '',
+ 'UserCountry_country_bi' => '',
+ 'UserCountry_country_bj' => '',
+ 'UserCountry_country_bm' => '',
+ 'UserCountry_country_bn' => '',
+ 'UserCountry_country_bo' => '',
+ 'UserCountry_country_br' => '',
+ 'UserCountry_country_bs' => '',
+ 'UserCountry_country_bt' => '',
+ 'UserCountry_country_bv' => '',
+ 'UserCountry_country_bw' => '',
+ 'UserCountry_country_by' => '',
+ 'UserCountry_country_bz' => '',
+ 'UserCountry_country_ca' => '',
+ 'UserCountry_country_cc' => '',
+ 'UserCountry_country_cd' => '',
+ 'UserCountry_country_cf' => '',
+ 'UserCountry_country_cg' => '',
+ 'UserCountry_country_ch' => '',
+ 'UserCountry_country_ci' => '',
+ 'UserCountry_country_ck' => '',
+ 'UserCountry_country_cl' => '',
+ 'UserCountry_country_cm' => '',
+ 'UserCountry_country_cn' => '',
+ 'UserCountry_country_co' => '',
+ 'UserCountry_country_cr' => '',
+ 'UserCountry_country_cs' => '',
+ 'UserCountry_country_cu' => '',
+ 'UserCountry_country_cv' => '',
+ 'UserCountry_country_cx' => '',
+ 'UserCountry_country_cy' => '',
+ 'UserCountry_country_cz' => '',
+ 'UserCountry_country_de' => '',
+ 'UserCountry_country_dj' => '',
+ 'UserCountry_country_dk' => '',
+ 'UserCountry_country_dm' => '',
+ 'UserCountry_country_do' => '',
+ 'UserCountry_country_dz' => '',
+ 'UserCountry_country_ec' => '',
+ 'UserCountry_country_ee' => '',
+ 'UserCountry_country_eg' => '',
+ 'UserCountry_country_eh' => '',
+ 'UserCountry_country_er' => '',
+ 'UserCountry_country_es' => '',
+ 'UserCountry_country_et' => '',
+ 'UserCountry_country_fi' => '',
+ 'UserCountry_country_fj' => '',
+ 'UserCountry_country_fk' => '',
+ 'UserCountry_country_fm' => '',
+ 'UserCountry_country_fo' => '',
+ 'UserCountry_country_fr' => '',
+ 'UserCountry_country_ga' => '',
+ 'UserCountry_country_gd' => '',
+ 'UserCountry_country_ge' => '',
+ 'UserCountry_country_gf' => '',
+ 'UserCountry_country_gg' => '',
+ 'UserCountry_country_gh' => '',
+ 'UserCountry_country_gi' => '',
+ 'UserCountry_country_gl' => '',
+ 'UserCountry_country_gm' => '',
+ 'UserCountry_country_gn' => '',
+ 'UserCountry_country_gp' => '',
+ 'UserCountry_country_gq' => '',
+ 'UserCountry_country_gr' => '',
+ 'UserCountry_country_gs' => '',
+ 'UserCountry_country_gt' => '',
+ 'UserCountry_country_gu' => '',
+ 'UserCountry_country_gw' => '',
+ 'UserCountry_country_gy' => '',
+ 'UserCountry_country_hk' => '',
+ 'UserCountry_country_hm' => '',
+ 'UserCountry_country_hn' => '',
+ 'UserCountry_country_hr' => '',
+ 'UserCountry_country_ht' => '',
+ 'UserCountry_country_hu' => '',
+ 'UserCountry_country_id' => '',
+ 'UserCountry_country_ie' => '',
+ 'UserCountry_country_il' => '',
+ 'UserCountry_country_im' => '',
+ 'UserCountry_country_in' => '',
+ 'UserCountry_country_io' => '',
+ 'UserCountry_country_iq' => '',
+ 'UserCountry_country_ir' => '',
+ 'UserCountry_country_is' => '',
+ 'UserCountry_country_it' => '',
+ 'UserCountry_country_je' => '',
+ 'UserCountry_country_jm' => '',
+ 'UserCountry_country_jo' => '',
+ 'UserCountry_country_jp' => '',
+ 'UserCountry_country_ke' => '',
+ 'UserCountry_country_kg' => '',
+ 'UserCountry_country_kh' => '',
+ 'UserCountry_country_ki' => '',
+ 'UserCountry_country_km' => '',
+ 'UserCountry_country_kn' => '',
+ 'UserCountry_country_kp' => '',
+ 'UserCountry_country_kr' => '',
+ 'UserCountry_country_kw' => '',
+ 'UserCountry_country_ky' => '',
+ 'UserCountry_country_kz' => '',
+ 'UserCountry_country_la' => '',
+ 'UserCountry_country_lb' => '',
+ 'UserCountry_country_lc' => '',
+ 'UserCountry_country_li' => '',
+ 'UserCountry_country_lk' => '',
+ 'UserCountry_country_lr' => '',
+ 'UserCountry_country_ls' => '',
+ 'UserCountry_country_lt' => '',
+ 'UserCountry_country_lu' => '',
+ 'UserCountry_country_lv' => '',
+ 'UserCountry_country_ly' => '',
+ 'UserCountry_country_ma' => '',
+ 'UserCountry_country_mc' => '',
+ 'UserCountry_country_md' => '',
+ 'UserCountry_country_mg' => '',
+ 'UserCountry_country_mh' => '',
+ 'UserCountry_country_mk' => '',
+ 'UserCountry_country_ml' => '',
+ 'UserCountry_country_mm' => '',
+ 'UserCountry_country_mn' => '',
+ 'UserCountry_country_mo' => '',
+ 'UserCountry_country_mp' => '',
+ 'UserCountry_country_mq' => '',
+ 'UserCountry_country_mr' => '',
+ 'UserCountry_country_ms' => '',
+ 'UserCountry_country_mt' => '',
+ 'UserCountry_country_mu' => '',
+ 'UserCountry_country_mv' => '',
+ 'UserCountry_country_mw' => '',
+ 'UserCountry_country_mx' => '',
+ 'UserCountry_country_my' => '',
+ 'UserCountry_country_mz' => '',
+ 'UserCountry_country_na' => '',
+ 'UserCountry_country_nc' => '',
+ 'UserCountry_country_ne' => '',
+ 'UserCountry_country_nf' => '',
+ 'UserCountry_country_ng' => '',
+ 'UserCountry_country_ni' => '',
+ 'UserCountry_country_nl' => '',
+ 'UserCountry_country_no' => '',
+ 'UserCountry_country_np' => '',
+ 'UserCountry_country_nr' => '',
+ 'UserCountry_country_nu' => '',
+ 'UserCountry_country_nz' => '',
+ 'UserCountry_country_om' => '',
+ 'UserCountry_country_pa' => '',
+ 'UserCountry_country_pe' => '',
+ 'UserCountry_country_pf' => '',
+ 'UserCountry_country_pg' => '',
+ 'UserCountry_country_ph' => '',
+ 'UserCountry_country_pk' => '',
+ 'UserCountry_country_pl' => '',
+ 'UserCountry_country_pm' => '',
+ 'UserCountry_country_pn' => '',
+ 'UserCountry_country_pr' => '',
+ 'UserCountry_country_ps' => '',
+ 'UserCountry_country_pt' => '',
+ 'UserCountry_country_pw' => '',
+ 'UserCountry_country_py' => '',
+ 'UserCountry_country_qa' => '',
+ 'UserCountry_country_re' => '',
+ 'UserCountry_country_ro' => '',
+ 'UserCountry_country_ru' => '',
+ 'UserCountry_country_rs' => '',
+ 'UserCountry_country_rw' => '',
+ 'UserCountry_country_sa' => '',
+ 'UserCountry_country_sb' => '',
+ 'UserCountry_country_sc' => '',
+ 'UserCountry_country_sd' => '',
+ 'UserCountry_country_se' => '',
+ 'UserCountry_country_sg' => '',
+ 'UserCountry_country_sh' => '',
+ 'UserCountry_country_si' => '',
+ 'UserCountry_country_sj' => '',
+ 'UserCountry_country_sk' => '',
+ 'UserCountry_country_sl' => '',
+ 'UserCountry_country_sm' => '',
+ 'UserCountry_country_sn' => '',
+ 'UserCountry_country_so' => '',
+ 'UserCountry_country_sr' => '',
+ 'UserCountry_country_st' => '',
+ 'UserCountry_country_su' => '',
+ 'UserCountry_country_sv' => '',
+ 'UserCountry_country_sy' => '',
+ 'UserCountry_country_sz' => '',
+ 'UserCountry_country_tc' => '',
+ 'UserCountry_country_td' => '',
+ 'UserCountry_country_tf' => '',
+ 'UserCountry_country_tg' => '',
+ 'UserCountry_country_th' => '',
+ 'UserCountry_country_tj' => '',
+ 'UserCountry_country_tk' => '',
+ 'UserCountry_country_tm' => '',
+ 'UserCountry_country_tn' => '',
+ 'UserCountry_country_to' => '',
+ 'UserCountry_country_tp' => '',
+ 'UserCountry_country_tr' => '',
+ 'UserCountry_country_tt' => '',
+ 'UserCountry_country_tv' => '',
+ 'UserCountry_country_tw' => '',
+ 'UserCountry_country_tz' => '',
+ 'UserCountry_country_ua' => '',
+ 'UserCountry_country_ug' => '',
+ 'UserCountry_country_uk' => '',
+ 'UserCountry_country_gb' => '',
+ 'UserCountry_country_um' => '',
+ 'UserCountry_country_us' => '',
+ 'UserCountry_country_uy' => '',
+ 'UserCountry_country_uz' => '',
+ 'UserCountry_country_va' => '',
+ 'UserCountry_country_vc' => '',
+ 'UserCountry_country_ve' => '',
+ 'UserCountry_country_vg' => '',
+ 'UserCountry_country_vi' => '',
+ 'UserCountry_country_vn' => '',
+ 'UserCountry_country_vu' => '',
+ 'UserCountry_country_wf' => '',
+ 'UserCountry_country_ws' => '',
+ 'UserCountry_country_ye' => '',
+ 'UserCountry_country_yt' => '',
+ 'UserCountry_country_yu' => '',
+ 'UserCountry_country_za' => '',
+ 'UserCountry_country_zm' => '',
+ 'UserCountry_country_zr' => '',
+ 'UserCountry_country_zw' => '',
+ 'UserCountry_continent_eur' => '',
+ 'UserCountry_continent_afr' => '',
+ 'UserCountry_continent_asi' => '',
+ 'UserCountry_continent_ams' => '',
+ 'UserCountry_continent_amn' => '',
+ 'UserCountry_continent_oce' => '',
+ 'VisitsSummary_NbVisits' => '%s Besuche',
+ 'VisitsSummary_NbUniqueVisitors' => '%s unterschiedliche Besucher',
+ 'VisitsSummary_NbActions' => '%s Aktionen (Seitenbesuche)',
+ 'VisitsSummary_TotalTime' => '%s Zeit aller Besucher',
+ 'VisitsSummary_MaxNbActions' => '%s Aktionen max. pro Besuch',
+ 'VisitsSummary_NbBounced' => '%s Besucher sind abgesprungen (haben die Seite direkt wieder verlassen)',
+ 'VisitsSummary_Evolution' => 'Die letzten 30 %se',
+ 'VisitsSummary_Report' => 'Report',
+ 'VisitsSummary_GenerateTime' => '%s Sekunden um die Seite zu generieren',
+ 'VisitsSummary_GenerateQueries' => '%s Abfragen durchgeführt',
+ 'VisitsSummary_WidgetLastVisits' => 'Grafik der letzten Besucher',
+ 'VisitsSummary_WidgetVisits' => 'Besucherübersicht',
+ 'VisitsSummary_WidgetLastVisitors' => 'Grafik der unterschiedlichen Besucher',
+ 'VisitsSummary_WidgetOverviewGraph' => 'Übersicht mit Grafik',
+ 'VisitsSummary_SubmenuOverview' => 'Übersicht',
+ 'VisitFrequency_Evolution' => 'Entwicklung über die Zeit',
+ 'VisitFrequency_ReturnVisits' => '%s wiederkehrende Besucher',
+ 'VisitFrequency_ReturnActions' => '%s Aktionen von wiederkehrenden Besuchern',
+ 'VisitFrequency_ReturnMaxActions' => '%s Aktionen max. von wiederkehrenden Besuchern',
+ 'VisitFrequency_ReturnTotalTime' => '%s verbrachte Zeit aller wiederkehrenden Besucher',
+ 'VisitFrequency_ReturnBounces' => '%s mal ist ein wiederkehrender Besucher abgesprungen (hat die Webseite nach der ersten PI verlassen)',
+ 'VisitFrequency_WidgetOverview' => 'Frequenzübersicht',
+ 'VisitFrequency_WidgetGraphReturning' => 'Grafik der wiederkehrenden Besucher',
+ 'VisitFrequency_SubmenuFrequency' => 'Frequenz',
+ 'VisitTime_LocalTime' => 'Besuch in der lokalen Zeit',
+ 'VisitTime_ServerTime' => 'Besuch in der Serverzeit',
+ 'VisitTime_WidgetLocalTime' => 'Besuche in der lokalen Zeit',
+ 'VisitTime_WidgetServerTime' => 'Besuche in der Serverzeit',
+ 'VisitTime_SubmenuTimes' => 'Zeiten',
+ 'VisitorInterest_VisitsPerDuration' => 'Besuche pro Besuchsdauer',
+ 'VisitorInterest_VisitsPerNbOfPages' => 'Besuche pro Seitenanzahl',
+ 'VisitorInterest_WidgetLengths' => 'Besuchslänge',
+ 'VisitorInterest_WidgetPages' => 'Seiten pro Besuch',
+ 'VisitorInterest_SubmenuFrequencyLoyalty' => 'Frequenz & Lojalität',
+ 'Provider_WidgetProviders' => 'Provider',
+ 'Provider_SubmenuLocationsProvider' => 'Standort & Provider',
+ 'Login_PluginDescription' => 'Anmeldeseite, stellt Benutzerdaten dar',
+ 'Login_LoginPasswordNotCorrect' => 'Benutzername & Passwort sind nicht korrekt',
+ 'Login_Login' => 'Benutzername',
+ 'Login_Password' => 'Passwort',
+ 'Login_LoginOrEmail' => 'Login oder eMail',
+ 'Login_LogIn' => 'Anmelden',
+ 'Login_Logout' => 'Abmelden',
+ 'Login_LostYourPassword' => 'Passwort verloren?',
+ 'Login_RemindPassword' => 'An das Passwort erinnern',
+ 'Login_PasswordReminder' => 'Bitte geben Sie Ihren Benutzernamen oder Ihre eMail-Adresse ein. Sie erhalten ein neues Passwort per eMail.',
+ 'Login_InvalidUsernameEmail' => 'Ungültiger Bernutzername und/oder eMail-Adresse',
+ 'Login_MailTopicPasswordRecovery' => 'Passwort wiederherstellen',
+ 'Login_MailBodyPasswordRecovery' => 'Hallo %s, Dein neues Passwort lautet: %2s Damit kannst Du Dich unter %3s anmelden.',
+ 'Login_PasswordSent' => 'Das Passwort wurde gesendet. Bitte überprüfen Sie Ihr Postfach auf neue eMails.',
+ 'Login_ContactAdmin' => 'Möglicher Grund: Der Server könnte die mail()-Funktion abgeschaltet haben.<br/>Bitte sprechen Sie mit Ihren Piwik-Administrator.',
+ 'UsersManager_ManageAccess' => 'Zugriffsverwaltung',
+ 'UsersManager_Sites' => 'Seiten',
+ 'UsersManager_AllWebsites' => 'Alle Webseiten',
+ 'UsersManager_ApplyToAllWebsites' => 'Für alle Webseiten anwenden',
+ 'UsersManager_User' => 'Benutzer',
+ 'UsersManager_PrivNone' => 'Kein Zugriff',
+ 'UsersManager_PrivView' => 'Ansicht',
+ 'UsersManager_PrivAdmin' => 'Administrator',
+ 'UsersManager_ChangeAllConfirm' => 'Sind Sie sicher das sie \'%s\' Berechtigungen für alle Webseiten ändern wollen?',
+ 'UsersManager_Login' => 'Anmelden',
+ 'UsersManager_Password' => 'Passwort',
+ 'UsersManager_Email' => 'eMail',
+ 'UsersManager_Alias' => 'Alias',
+ 'UsersManager_Token' => 'Authentifizierungs-Token',
+ 'UsersManager_Edit' => 'Bearbeiten',
+ 'UsersManager_AddUser' => 'Neuer Benutzer',
+ 'UsersManager_MenuUsers' => 'Benutzer',
+ 'UsersManager_DeleteConfirm_js' => 'Soll der Benutzer %s wirklich gelöscht werden?',
+ 'UsersManager_ExceptionLoginExists' => 'Benutzername \'%s\' existiert bereits.',
+ 'UsersManager_ExceptionEmailExists' => 'Ein Benutzer mit der eMail-Adresse \'%s\' existiert bereits.',
+ 'UsersManager_ExceptionInvalidLogin' => 'Der Benutzername darf lediglich Buchstaben, Zahlen oder die Zeichen \'_\' oder \'-\' oder \'.\' enthalten.',
+ 'UsersManager_ExceptionInvalidPassword' => 'Das Passwort muss zwischen 6 und 26 Zeichen lang sein.',
+ 'UsersManager_ExceptionInvalidEmail' => 'Die eMail-Adresse scheint nicht gültig zu sein.',
+ 'UsersManager_ExceptionDeleteDoesNotExist' => 'Benutzer \'%s\' existiert nicht und kann daher nicht gelöscht werden.',
+ 'UsersManager_ExceptionAdminAnonymous' => 'Das \'admin\'-Recht kann nicht dem Benutzer \'anonymous\' vergeben werden.',
+ 'UsersManager_ExceptionEditAnonymous' => 'Der anonyme Benutzer kann nicht bearbeitet oder gelöscht werden. Er wird von Piwik benutzt um einen Benutzer zu simulieren, der sich noch nicht angemeldet hat. Zum Beispiel könnte das Statistik-Plugin öffentlich gemacht werden, indem dem Benutzer \'anonymous\' das Recht \'view\' dafür vergeben würde.',
+ 'UsersManager_ExceptionUserDoesNotExist' => 'Der Benutzer \'%s\' existiert nicht.',
+ 'UsersManager_ExceptionAccessValues' => 'Der Parameter access muss einen der folgenden Werte enthalten: [ %s ]',
+ 'SitesManager_Sites' => 'Seiten',
+ 'SitesManager_JsCode' => 'JavaScript Code',
+ 'SitesManager_JsCodeHelp' => 'Dies ist der JavaScript-Code, der in alle Seiten eingepflegt werden muss',
+ 'SitesManager_ShowJsCode' => 'Code darstellen',
+ 'SitesManager_NoWebsites' => 'Sie haben keine Webseite zum administrieren.',
+ 'SitesManager_AddSite' => 'Neue Webseite hinzufügen',
+ 'SitesManager_Id' => 'Id',
+ 'SitesManager_Name' => 'Name',
+ 'SitesManager_Urls' => 'URLs',
+ 'SitesManager_MenuSites' => 'Webseiten',
+ 'SitesManager_DeleteConfirm_js' => 'Sind Sie sicher das sie die Webseite %s löschen möchten?',
+ 'SitesManager_ExceptionDeleteSite' => 'Diese Webseite kann nicht gelöscht werden, da sie die einzige registrierte Webseite ist. Bitte legen Sie zunächst eine neue Webseite an, dann können Sie diese löschen.',
+ 'SitesManager_ExceptionNoUrl' => 'Sie müssen mindestens eine URL für diese Webseite angeben.',
+ 'SitesManager_ExceptionEmptyName' => 'Der Webseitenname kann nicht leer sein.',
+ 'SitesManager_ExceptionInvalidUrl' => 'Die Adresse \'%s\' ist keine gültige URL.',
+ 'Dashboard_AddWidget' => 'Widget hinzu...',
+ 'Dashboard_DeleteWidgetConfirm' => 'Sind Sie sicher dass Sie dieses Widget vom Dashboard entfernen möchten?',
+ 'Dashboard_SelectWidget' => 'Das hinzuzufügende Widget auswählen',
+ 'Dashboard_AddPreviewedWidget' => 'Das Widget aus der Vorschau zum Dashboard hinzufügen',
+ 'Dashboard_WidgetPreview' => 'Widget Vorschau',
+ 'Dashboard_TitleWidgetInDashboard_js' => 'Widget befindet sich bereits im Dashboard',
+ 'Dashboard_TitleClickToAdd_js' => 'Klicken, um zum Dashboard hinzuzufügen',
+ 'Dashboard_LoadingPreview_js' => 'Lade Vorschau, bitte warten...',
+ 'Dashboard_LoadingWidget_js' => 'Lade Widget, bitte warten....',
+ 'Dashboard_WidgetNotFound_js' => 'Widget nicht gefunden',
+ 'TranslationsAdmin_MenuTranslations' => 'Übersetzungen',
+ 'TranslationsAdmin_MenuLanguages' => 'Sprachen',
+ 'TranslationsAdmin_Plugin' => 'Plugin',
+ 'TranslationsAdmin_Definition' => 'Definition',
+ 'TranslationsAdmin_DefaultString' => 'Vorgabetext (Englisch)',
+ 'TranslationsAdmin_TranslationString' => 'Übersetzter Text (aktuelle Sprache: %s)',
+ 'TranslationsAdmin_Translations' => 'Übersetzungen',
+ 'TranslationsAdmin_FixPermissions' => 'Bitte folgende Dateiberechtigungen korrigieren',
+ 'TranslationsAdmin_AvailableLanguages' => 'Verfügbare Sprachen',
+ 'TranslationsAdmin_AddLanguage' => 'Sprache hinzu',
+ 'TranslationsAdmin_LanguageCode' => 'Sprach-Code',
+ 'TranslationsAdmin_Export' => 'Sprache exportieren',
+ 'TranslationsAdmin_Import' => 'Sprache importieren',
+); \ No newline at end of file
diff --git a/lang/en.php b/lang/en.php
index d08277aee4..ced6c9d7bf 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -1,36 +1,557 @@
-<?php
+<?php
$translations = array(
'General_Locale' => 'en_EN.UTF-8',
'General_TranslatorName' => 'Piwik team',
'General_TranslatorEmail' => 'hello@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_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_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_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',
); \ No newline at end of file
diff --git a/lang/es.php b/lang/es.php
new file mode 100644
index 0000000000..e4d5f99ee7
--- /dev/null
+++ b/lang/es.php
@@ -0,0 +1,549 @@
+<?php
+$translations = array(
+ 'General_Locale' => 'es_ES.UTF-8',
+ 'General_TranslatorName' => 'Alejandro Escario',
+ 'General_TranslatorEmail' => 'escarion@gmail.com',
+ 'General_EnglishLanguageName' => 'Spanish',
+ 'General_OriginalLanguageName' => 'Español',
+ 'General_Unknown' => 'Desconocido',
+ 'General_Required' => '%s necesario',
+ 'General_Error' => 'Error',
+ 'General_Warning' => 'Advertencia',
+ 'General_BackToHomepage' => 'Volver a la página de inicio',
+ 'General_Yes' => 'Si',
+ 'General_No' => 'No',
+ 'General_Delete' => 'Borrar',
+ 'General_Edit' => 'Editar',
+ 'General_Ok' => 'Ok',
+ 'General_Close' => 'Cerrar',
+ 'General_Logout' => 'Desconectarse',
+ 'General_Done' => 'Hecho',
+ 'General_LoadingData' => 'Cargando...',
+ 'General_ErrorRequest' => 'Oops&hellip; Problema durante la petición, por favor pruebe de nuevo.',
+ 'General_Next' => 'Siguiente',
+ 'General_Previous' => 'Anterior',
+ 'General_Table' => 'Tabla',
+ 'General_Piechart' => 'Gráfico circular',
+ 'General_TagCloud' => 'Nube de etiquetas',
+ 'General_VBarGraph' => 'Gráfico de barras',
+ 'General_GraphData' => 'Datos del gráfico',
+ 'General_Refresh' => 'Actualizar página',
+ 'General_ColumnNbUniqVisitors' => 'Visitantes únicos',
+ 'General_ColumnNbVisits' => 'Visitas',
+ 'General_ColumnLabel' => 'Etiqueta',
+ 'General_Save' => 'Guardar',
+ 'PluginsAdmin_Plugins' => 'Plugins',
+ 'PluginsAdmin_Activated' => 'Activado',
+ 'PluginsAdmin_ActivatedHelp' => 'Este plugin no se puede desactivar',
+ 'PluginsAdmin_Deactivate' => 'Desactivar',
+ 'PluginsAdmin_Activate' => 'Activar',
+ 'PluginsAdmin_MenuPlugins' => 'Plugins',
+ 'API_QuickDocumentation' => '<h2>Documentación de API</h2><p>Si usted no tiene datos hoy, primero puedes <a href=\'misc/generateVisits.php\' target=_blank>generar algunos datos</a> usando el script de generación de visitas.</p><p>Usted puede probar los distintos formatos disponibles para cada método. Es realmente sencillo extraer el dato que usted desee desde piwik!</p><p><b>Para más información échale un ojo a<a href=\'http://dev.piwik.org/trac/wiki/API\'>La documentación oficial de API</a> o la <a href=\'http://dev.piwik.org/trac/wiki/API/Reference\'>Referencia API</a>.</b></P><h2>Autentificación de usuario</h2><p>Si desea <b>obtener los datos en tus scripts, en un crontab, etc. </b> necesitarás añadir el parámetro <code><u>&token_auth=%s</u></code> a las llamadas de la API a URLs que requieren la identificación del usuario.</p><p>Esta token_auth es secreta, así como tu contraseña de usuario, <b>¡no se la dé a nadie!</p>',
+ 'API_LoadedAPIs' => 'Se han cargado %s APIs con éxito',
+ 'Home_NoPrivileges' => 'Estás identificado como \'%s\', pero parece que no tienes los permisos en Piwik.<br />Contacta con el administrador de ti sistema Piwik para que te dé acceso para entrar a la página.',
+ 'Home_JavascriptDisabled' => 'JavaScript tiene que estar activado si quiere ver Piwik de la forma estándar.<br>Parece que su navegador no soporta JavaScipt, o que está deshabilitado.<br>Para usar la vista estándar, active JavaScript desde las opciones de su navegador, después %1svuelva a intentarlo%2s.<br>',
+ 'Home_TableNoData' => 'No hay datos para esta tabla.',
+ 'Home_CategoryNoData' => 'No hay datos en esta categoría. Intente "Incluir todos los datos".',
+ 'Home_ShowJSCode' => 'Ver el código javascript para insertar',
+ 'Home_IncludeAllPopulation_js' => 'Incluir todos los datos',
+ 'Home_ExcludeLowPopulation_js' => 'Excluir los datos menos relevantes',
+ 'Home_PageOf_js' => '%s de %s',
+ 'Home_Loading_js' => 'Cargando...',
+ 'Home_LocalizedDateFormat' => '%A %e %B %Y',
+ 'Home_PeriodDay' => 'Día',
+ 'Home_PeriodWeek' => 'Semana',
+ 'Home_PeriodMonth' => 'Mes',
+ 'Home_PeriodYear' => 'Año',
+ 'Home_DaySu_js' => 'D',
+ 'Home_DayMo_js' => 'L',
+ 'Home_DayTu_js' => 'M',
+ 'Home_DayWe_js' => 'X',
+ 'Home_DayTh_js' => 'J',
+ 'Home_DayFr_js' => 'V',
+ 'Home_DaySa_js' => 'S',
+ 'Home_MonthJanuary_js' => 'Enero',
+ 'Home_MonthFebruary_js' => 'Febrero',
+ 'Home_MonthMarch_js' => 'Marzo',
+ 'Home_MonthApril_js' => 'Abril',
+ 'Home_MonthMay_js' => 'Mayo',
+ 'Home_MonthJune_js' => 'Junio',
+ 'Home_MonthJuly_js' => 'Julio',
+ 'Home_MonthAugust_js' => 'Agosto',
+ 'Home_MonthSeptember_js' => 'Septiembre',
+ 'Home_MonthOctober_js' => 'Octubre',
+ 'Home_MonthNovember_js' => 'Noviembre',
+ 'Home_MonthDecemeber_js' => 'Diciembre',
+ 'Actions_SubmenuPages' => 'Páginas',
+ 'Actions_SubmenuOutlinks' => 'Enlaces externos',
+ 'Actions_SubmenuDownloads' => 'Descargas',
+ 'Dashboard_AddWidget' => 'Añadir un widget ...',
+ 'Dashboard_DeleteWidgetConfirm' => '¿Está seguro de que desea borrar este widget desde el tablón?',
+ 'Dashboard_SelectWidget' => 'Seleccione un widget para añadirlo en el tablón',
+ 'Dashboard_AddPreviewedWidget' => 'Añadir la previsualización del wiget al tablón',
+ 'Dashboard_WidgetPreview' => 'Previsualización del widget',
+ 'Dashboard_TitleWidgetInDashboard_js' => 'El widget ya se encuentra en el tablón',
+ 'Dashboard_TitleClickToAdd_js' => 'Clic para añadir al tablón',
+ 'Dashboard_LoadingPreview_js' => 'Cargando vista previa, espere por favor...',
+ 'Dashboard_LoadingWidget_js' => 'Cargando widget, espere por favor...',
+ 'Dashboard_WidgetNotFound_js' => 'Widget no encontrado',
+ 'Referers_SearchEngines' => 'Motores de búsqueda',
+ 'Referers_Keywords' => 'Palabras clave',
+ 'Referers_DirectEntry' => 'Entrada directa',
+ 'Referers_Websites' => 'Páginas web',
+ 'Referers_Partners' => 'Compañeros',
+ 'Referers_Newsletters' => 'Boletines',
+ 'Referers_Campaigns' => 'Campañas',
+ 'Referers_Evolution' => 'Evolución en el periodo',
+ 'Referers_Type' => 'Tipo de Referer',
+ 'Referers_TypeDirectEntries' => '%s entradas directas',
+ 'Referers_TypeSearchEngines' => '%s desde motores de búsqueda',
+ 'Referers_TypePartners' => '%s desde compañeros',
+ 'Referers_TypeWebsites' => '%s desde otras webs',
+ 'Referers_TypeNewsletters' => '%s desde boletines',
+ 'Referers_TypeCampaigns' => '%s desde campañas',
+ 'Referers_Other' => 'Otros',
+ 'Referers_OtherDistinctSearchEngines' => '%s motores de búsqueda distintos',
+ 'Referers_OtherDistinctKeywords' => '%s palabras clave distintas',
+ 'Referers_OtherDistinctWebsites' => '%1s páginas web distintas (usando %2s URLs diferentes)',
+ 'Referers_OtherDistinctPartners' => '%1s compañeros distintas (usando %2s URLs diferentes)',
+ 'Referers_OtherDistinctCampaigns' => '%s campañas distintas',
+ 'Referers_TagCloud' => 'Nube de etiquetas de salida',
+ 'Referers_SubmenuEvolution' => 'Evolución',
+ 'Referers_SubmenuSearchEngines' => 'Motores de búsqueda y palabras clave',
+ 'Referers_SubmenuWebsites' => 'Páginas web',
+ 'Referers_SubmenuCampaigns' => 'Campañas',
+ 'Referers_SubmenuPartners' => 'Compañeros',
+ 'Referers_WidgetKeywords' => 'Lista de palabras clave',
+ 'Referers_WidgetPartners' => 'Lista de compañeros',
+ 'Referers_WidgetCampaigns' => 'Lista de campañas',
+ 'Referers_WidgetExternalWebsites' => 'Lista de webs externas',
+ 'Referers_WidgetSearchEngines' => 'Mejores motores de búsqueda',
+ 'Referers_WidgetOverview' => 'General',
+ 'UserSettings_BrowserFamilies' => 'Familias de navegadores',
+ 'UserSettings_Browsers' => 'Navegadores',
+ 'UserSettings_Plugins' => 'Plugins',
+ 'UserSettings_Configurations' => 'Configuraciones',
+ 'UserSettings_OperatinsSystems' => 'Sistemas Operativos',
+ 'UserSettings_Resolutions' => 'Resoluciones',
+ 'UserSettings_WideScreen' => 'Pantalla panorámica',
+ 'UserSettings_WidgetResolutions' => 'Resoluciones de pantalla',
+ 'UserSettings_WidgetBrowsers' => 'Navegadores de los visitantes',
+ 'UserSettings_WidgetPlugins' => 'Lista de plugins',
+ 'UserSettings_WidgetWidescreen' => 'Normal / Panorámica',
+ 'UserSettings_WidgetBrowserFamilies' => 'Buscadores por familia',
+ 'UserSettings_WidgetOperatingSystems' => 'Sistemas Operativos',
+ 'UserSettings_WidgetGlobalVisitors' => 'Configuración global de visitantes',
+ 'UserSettings_SubmenuSettings' => 'Ajustes',
+ 'UserCountry_Country' => 'País',
+ 'UserCountry_Continent' => 'Continente',
+ 'UserCountry_DistinctCountries' => '%s continentes distintos',
+ 'UserCountry_SubmenuLocations' => 'Lugares',
+ 'UserCountry_WidgetContinents' => 'Continentes de los visitantes',
+ 'UserCountry_WidgetCountries' => 'Países de los visitantes',
+ 'UserCountry_country_ac' => 'Isla Ascensión',
+ 'UserCountry_country_ad' => 'Andorra',
+ 'UserCountry_country_ae' => 'Emiratos Árabes Unidos',
+ 'UserCountry_country_af' => 'Afganistán',
+ 'UserCountry_country_ag' => 'Antigua y Barbuda',
+ 'UserCountry_country_ai' => 'Anguila',
+ 'UserCountry_country_al' => 'Albania',
+ 'UserCountry_country_am' => 'Armenia',
+ 'UserCountry_country_an' => 'Antillas Neerlandesas',
+ 'UserCountry_country_ao' => 'Angola',
+ 'UserCountry_country_aq' => 'Antártida',
+ 'UserCountry_country_ar' => 'Argentina',
+ 'UserCountry_country_as' => 'América Samoa',
+ 'UserCountry_country_at' => 'Austria',
+ 'UserCountry_country_au' => 'Australia',
+ 'UserCountry_country_aw' => 'Aruba',
+ 'UserCountry_country_az' => 'Azerbaiyán',
+ 'UserCountry_country_ba' => 'Bosnia Herzegovina',
+ 'UserCountry_country_bb' => 'Barbados',
+ 'UserCountry_country_bd' => 'Bangladesh',
+ 'UserCountry_country_be' => 'Bélgica',
+ 'UserCountry_country_bf' => 'Burkina Faso',
+ 'UserCountry_country_bg' => 'Bulgaria',
+ 'UserCountry_country_bh' => 'Bahrein',
+ 'UserCountry_country_bi' => 'Burundi',
+ 'UserCountry_country_bj' => 'Benin',
+ 'UserCountry_country_bm' => 'Bermudas',
+ 'UserCountry_country_bn' => 'Bruneo',
+ 'UserCountry_country_bo' => 'Bolivia',
+ 'UserCountry_country_br' => 'Brasil',
+ 'UserCountry_country_bs' => 'Bahamas',
+ 'UserCountry_country_bt' => 'Bután',
+ 'UserCountry_country_bv' => 'Isla Bouvet',
+ 'UserCountry_country_bw' => 'Botsuana',
+ 'UserCountry_country_by' => 'Bielorrusia',
+ 'UserCountry_country_bz' => 'Belice',
+ 'UserCountry_country_ca' => 'Canadá',
+ 'UserCountry_country_cc' => 'Islas Cocos',
+ 'UserCountry_country_cd' => 'Congo, La República Democrática',
+ 'UserCountry_country_cf' => 'República Centroafricana',
+ 'UserCountry_country_cg' => 'Congo',
+ 'UserCountry_country_ch' => 'Suiza',
+ 'UserCountry_country_ci' => 'Cote D\'Ivoire',
+ 'UserCountry_country_ck' => 'Islas Cook',
+ 'UserCountry_country_cl' => 'Chile',
+ 'UserCountry_country_cm' => 'Camerún',
+ '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' => 'Cabo verde',
+ 'UserCountry_country_cx' => 'Islas Christmas',
+ 'UserCountry_country_cy' => 'Chipre',
+ 'UserCountry_country_cz' => 'República Checa',
+ 'UserCountry_country_de' => 'Alemania',
+ 'UserCountry_country_dj' => 'Yibuti',
+ 'UserCountry_country_dk' => 'Dinamarca',
+ 'UserCountry_country_dm' => 'Dominica',
+ 'UserCountry_country_do' => 'República Dominicana',
+ 'UserCountry_country_dz' => 'Argelia',
+ 'UserCountry_country_ec' => 'Ecuador',
+ 'UserCountry_country_ee' => 'Estonia',
+ 'UserCountry_country_eg' => 'Egipto',
+ 'UserCountry_country_eh' => 'Sáhara Occidental',
+ 'UserCountry_country_er' => 'Eritrea',
+ 'UserCountry_country_es' => 'España',
+ 'UserCountry_country_et' => 'Etiopía',
+ 'UserCountry_country_fi' => 'Finlandia',
+ 'UserCountry_country_fj' => 'Fiji',
+ 'UserCountry_country_fk' => 'Malvinas',
+ 'UserCountry_country_fm' => 'Micronesia, Estados Federados',
+ 'UserCountry_country_fo' => 'Islas Feroe',
+ 'UserCountry_country_fr' => 'Francia',
+ 'UserCountry_country_ga' => 'Gabón',
+ 'UserCountry_country_gd' => 'Granada',
+ 'UserCountry_country_ge' => 'Georgia',
+ 'UserCountry_country_gf' => 'Guayana Francesa',
+ 'UserCountry_country_gg' => 'Guernsey',
+ 'UserCountry_country_gh' => 'Ghana',
+ 'UserCountry_country_gi' => 'Gibraltar',
+ 'UserCountry_country_gl' => 'Groenlandia',
+ 'UserCountry_country_gm' => 'Gambia',
+ 'UserCountry_country_gn' => 'Guinea',
+ 'UserCountry_country_gp' => 'Guadalupe',
+ 'UserCountry_country_gq' => 'Guinea Ecuatorial',
+ 'UserCountry_country_gr' => 'Grecia',
+ 'UserCountry_country_gs' => 'Islas Georgia del Sur y Sandwich del Sur',
+ 'UserCountry_country_gt' => 'Guatemala',
+ 'UserCountry_country_gu' => 'Guam',
+ 'UserCountry_country_gw' => 'Guinea-Bissau',
+ 'UserCountry_country_gy' => 'Guayana',
+ 'UserCountry_country_hk' => 'Hong Kong',
+ 'UserCountry_country_hm' => 'Islas Heard y McDonald',
+ 'UserCountry_country_hn' => 'Honduras',
+ 'UserCountry_country_hr' => 'Croacia',
+ 'UserCountry_country_ht' => 'Haiti',
+ 'UserCountry_country_hu' => 'Hungría',
+ 'UserCountry_country_id' => 'Indonesia',
+ 'UserCountry_country_ie' => 'Irlanda',
+ 'UserCountry_country_il' => 'Israel',
+ 'UserCountry_country_im' => 'Isla de Man',
+ 'UserCountry_country_in' => 'India',
+ 'UserCountry_country_io' => 'Territorio Británico del Océano Índico',
+ 'UserCountry_country_iq' => 'Iraq',
+ 'UserCountry_country_ir' => 'Irán, República Islámica',
+ 'UserCountry_country_is' => 'Islandia',
+ 'UserCountry_country_it' => 'Italia',
+ 'UserCountry_country_je' => 'Jersey',
+ 'UserCountry_country_jm' => 'Jamaica',
+ 'UserCountry_country_jo' => 'Jordania',
+ 'UserCountry_country_jp' => 'Japón',
+ 'UserCountry_country_ke' => 'Kenia',
+ 'UserCountry_country_kg' => 'Kirguistán',
+ 'UserCountry_country_kh' => 'Camboya',
+ 'UserCountry_country_ki' => 'Kiribati',
+ 'UserCountry_country_km' => 'Comores',
+ 'UserCountry_country_kn' => 'San Kitts and Nevis',
+ 'UserCountry_country_kp' => 'Corea, República Democrática Popular de',
+ 'UserCountry_country_kr' => 'Corea, República de',
+ 'UserCountry_country_kw' => 'Kuwait',
+ 'UserCountry_country_ky' => 'Islas Caimán',
+ 'UserCountry_country_kz' => 'Kazajstán',
+ 'UserCountry_country_la' => 'Laos',
+ 'UserCountry_country_lb' => 'Líbano',
+ 'UserCountry_country_lc' => 'Santa Lucía',
+ 'UserCountry_country_li' => 'Liechtenstein',
+ 'UserCountry_country_lk' => 'Sri Lanka',
+ 'UserCountry_country_lr' => 'Liberia',
+ 'UserCountry_country_ls' => 'Lesotho',
+ 'UserCountry_country_lt' => 'Lituania',
+ 'UserCountry_country_lu' => 'Luxemburgo',
+ 'UserCountry_country_lv' => 'Letonia',
+ 'UserCountry_country_ly' => 'Libia',
+ 'UserCountry_country_ma' => 'Marruecos',
+ 'UserCountry_country_mc' => 'Mónaco',
+ 'UserCountry_country_md' => 'Moldavia, República de',
+ 'UserCountry_country_mg' => 'Madagascar',
+ 'UserCountry_country_mh' => 'Islas Marshall',
+ 'UserCountry_country_mk' => 'Macedonia',
+ 'UserCountry_country_ml' => 'Mali',
+ 'UserCountry_country_mm' => 'Myanmar',
+ 'UserCountry_country_mn' => 'Mongolia',
+ 'UserCountry_country_mo' => 'Macao',
+ 'UserCountry_country_mp' => 'Islas Marianas del Norte',
+ 'UserCountry_country_mq' => '
+Martinica',
+ 'UserCountry_country_mr' => 'Mauritania',
+ 'UserCountry_country_ms' => 'Monserrat',
+ 'UserCountry_country_mt' => 'Malta',
+ 'UserCountry_country_mu' => 'Mauricio',
+ 'UserCountry_country_mv' => 'Maldivas',
+ 'UserCountry_country_mw' => 'Malawi',
+ 'UserCountry_country_mx' => 'Mexico',
+ 'UserCountry_country_my' => 'Malasia',
+ 'UserCountry_country_mz' => 'Mozambique',
+ 'UserCountry_country_na' => 'Namibia',
+ 'UserCountry_country_nc' => 'Nueva Caledonia',
+ 'UserCountry_country_ne' => 'Niger',
+ 'UserCountry_country_nf' => 'Isla Norfolk',
+ 'UserCountry_country_ng' => 'Nigeria',
+ 'UserCountry_country_ni' => 'Nicaragua',
+ 'UserCountry_country_nl' => 'Países bajos',
+ 'UserCountry_country_no' => 'Noruega',
+ 'UserCountry_country_np' => 'Nepal',
+ 'UserCountry_country_nr' => 'Nauru',
+ 'UserCountry_country_nu' => 'Niue',
+ 'UserCountry_country_nz' => 'Nueva Zelanda',
+ 'UserCountry_country_om' => 'Omán',
+ 'UserCountry_country_pa' => 'Panamá',
+ 'UserCountry_country_pe' => 'Perú',
+ 'UserCountry_country_pf' => 'Polinesia Francesa',
+ 'UserCountry_country_pg' => 'Papua Nueva Guinea',
+ 'UserCountry_country_ph' => 'Filipinas',
+ 'UserCountry_country_pk' => 'Pakistán',
+ 'UserCountry_country_pl' => 'Polonia',
+ 'UserCountry_country_pm' => 'San Pedro y Miquelón',
+ 'UserCountry_country_pn' => 'Pitcairn',
+ 'UserCountry_country_pr' => 'Puesto Rico',
+ 'UserCountry_country_ps' => 'Territorio Palestino',
+ 'UserCountry_country_pt' => 'Portugal',
+ 'UserCountry_country_pw' => 'Palau',
+ 'UserCountry_country_py' => 'Paraguay',
+ 'UserCountry_country_qa' => 'Qatar',
+ 'UserCountry_country_re' => 'Isla de Reunion',
+ 'UserCountry_country_ro' => 'Rumanía',
+ 'UserCountry_country_ru' => 'Federación Rusa',
+ 'UserCountry_country_rs' => 'Rusia',
+ 'UserCountry_country_rw' => 'Ruanda',
+ 'UserCountry_country_sa' => 'Arabia Saudí',
+ 'UserCountry_country_sb' => 'Islas Salomón',
+ 'UserCountry_country_sc' => 'Seychelles',
+ 'UserCountry_country_sd' => 'Sudán',
+ 'UserCountry_country_se' => 'Suiza',
+ 'UserCountry_country_sg' => 'Singaur',
+ 'UserCountry_country_sh' => 'Santa Helena',
+ 'UserCountry_country_si' => 'Eslovenia',
+ 'UserCountry_country_sj' => 'Svalbard',
+ 'UserCountry_country_sk' => 'Eslovaquia',
+ 'UserCountry_country_sl' => 'Sierra Leona',
+ 'UserCountry_country_sm' => 'San Marino',
+ 'UserCountry_country_sn' => 'Senegal',
+ 'UserCountry_country_so' => 'Somalia',
+ 'UserCountry_country_sr' => 'Surinam',
+ 'UserCountry_country_st' => 'Santo Tomé y Príncipe',
+ 'UserCountry_country_su' => 'Antigua U.S.S.R.',
+ 'UserCountry_country_sv' => 'El Salvador',
+ 'UserCountry_country_sy' => 'República Árabe Siria',
+ 'UserCountry_country_sz' => 'Suazilandia',
+ 'UserCountry_country_tc' => 'Islas Turcas y Caicos',
+ 'UserCountry_country_td' => 'Chad',
+ 'UserCountry_country_tf' => 'Territorios Franceses del Sur',
+ 'UserCountry_country_tg' => 'Togo',
+ 'UserCountry_country_th' => 'Tailandia',
+ 'UserCountry_country_tj' => 'Tayikistán',
+ 'UserCountry_country_tk' => 'Tokelau',
+ 'UserCountry_country_tm' => 'Turkmenistán',
+ 'UserCountry_country_tn' => 'Túnez',
+ 'UserCountry_country_to' => 'Tonga',
+ 'UserCountry_country_tp' => 'Timor Oriental',
+ 'UserCountry_country_tr' => 'Turquía',
+ 'UserCountry_country_tt' => 'Trinidad y Tobago',
+ 'UserCountry_country_tv' => 'Tuvalu',
+ 'UserCountry_country_tw' => 'Taiwán',
+ 'UserCountry_country_tz' => 'Tanzania, República Unida de',
+ 'UserCountry_country_ua' => 'Ucrania',
+ 'UserCountry_country_ug' => 'Uganda',
+ 'UserCountry_country_uk' => 'Reino Unido',
+ 'UserCountry_country_gb' => 'Gran Bretaña',
+ 'UserCountry_country_um' => 'Islas Menores de los EEUU',
+ 'UserCountry_country_us' => 'Estados Unidos',
+ 'UserCountry_country_uy' => 'Uruguay',
+ 'UserCountry_country_uz' => 'Uzbekistán',
+ 'UserCountry_country_va' => 'Ciudad del Vaticano',
+ 'UserCountry_country_vc' => 'San Vicente y las Granadinas',
+ 'UserCountry_country_ve' => 'Venezuela',
+ 'UserCountry_country_vg' => 'Islas Vírgenes Británicas',
+ 'UserCountry_country_vi' => 'Islas Vírgenes, EE.UU. ',
+ 'UserCountry_country_vn' => 'Vietnam',
+ 'UserCountry_country_vu' => 'Vanuatu',
+ 'UserCountry_country_wf' => 'Wallis y Futuna',
+ 'UserCountry_country_ws' => 'Samoa',
+ 'UserCountry_country_ye' => 'Yemen',
+ 'UserCountry_country_yt' => 'Mayotte',
+ 'UserCountry_country_yu' => 'Yugoslavia',
+ 'UserCountry_country_za' => 'Sudáfrica',
+ 'UserCountry_country_zm' => 'Zambia',
+ 'UserCountry_country_zr' => 'Zaire',
+ 'UserCountry_country_zw' => 'Zimbabue',
+ 'UserCountry_continent_eur' => 'Europa',
+ 'UserCountry_continent_afr' => 'África',
+ 'UserCountry_continent_asi' => 'Asia',
+ 'UserCountry_continent_ams' => 'América del Sur y Central',
+ 'UserCountry_continent_amn' => 'América del Norte',
+ 'UserCountry_continent_oce' => 'Oceanía',
+ 'VisitsSummary_NbVisits' => '%s visitas',
+ 'VisitsSummary_NbUniqueVisitors' => '%s visitas únicas',
+ 'VisitsSummary_NbActions' => '%s acciones (impresiones de página)',
+ 'VisitsSummary_TotalTime' => '%s tiempo total de los usuarios online',
+ 'VisitsSummary_MaxNbActions' => '%s acciones máximas en una visita',
+ 'VisitsSummary_NbBounced' => '%s visitantes han salido (salido de la página después de una página)',
+ 'VisitsSummary_Evolution' => 'Evolución en los últimos 30 %ss',
+ 'VisitsSummary_Report' => 'Informe',
+ 'VisitsSummary_GenerateTime' => '%s segundos para generar la página',
+ 'VisitsSummary_GenerateQueries' => '%s consultas ejecutadas',
+ 'VisitsSummary_WidgetLastVisits' => 'Gráfico de las últimas visitas ',
+ 'VisitsSummary_WidgetVisits' => 'Visión general de visitas',
+ 'VisitsSummary_WidgetLastVisitors' => 'Gráfico de últimos visitantes únicos',
+ 'VisitsSummary_WidgetOverviewGraph' => 'Visión general con gráfico',
+ 'VisitsSummary_SubmenuOverview' => 'Visión general',
+ 'VisitFrequency_Evolution' => 'Evolución en el periodo',
+ 'VisitFrequency_ReturnVisits' => '%s visitantes que han vuelto',
+ 'VisitFrequency_ReturnActions' => '%s acciones realizadas por los visitantes que han vuelto',
+ 'VisitFrequency_ReturnMaxActions' => '%s máximo de acciones por un sistante que vuelve',
+ 'VisitFrequency_ReturnTotalTime' => '%s tiempo total empleado por visitantes que han vuelto',
+ 'VisitFrequency_ReturnBounces' => '%s veces que ha abandonado la página un visitante que ha vuelto',
+ 'VisitFrequency_WidgetOverview' => 'Listado de frecuencias',
+ 'VisitFrequency_WidgetGraphReturning' => 'Gráfico de visitantes que vuelven',
+ 'VisitFrequency_SubmenuFrequency' => 'Frecuencia',
+ 'VisitTime_LocalTime' => 'Visitas por hora local',
+ 'VisitTime_ServerTime' => 'Visitas por hora del servidor',
+ 'VisitTime_WidgetLocalTime' => 'Visitas por hora local',
+ 'VisitTime_WidgetServerTime' => 'Visitas por hora del servidor',
+ 'VisitTime_SubmenuTimes' => 'Tiempos',
+ 'VisitorInterest_VisitsPerDuration' => 'Visitas por duración',
+ 'VisitorInterest_VisitsPerNbOfPages' => 'Visitas por número de páginas visitadas',
+ 'VisitorInterest_WidgetLengths' => 'Duración de las visitas',
+ 'VisitorInterest_WidgetPages' => 'Páginas vistas por visita',
+ 'VisitorInterest_SubmenuFrequencyLoyalty' => 'Frecuencia y Lealtad',
+ 'Provider_WidgetProviders' => 'Proveedores',
+ 'Provider_SubmenuLocationsProvider' => 'Localizaciones y proveedores',
+ 'Login_PluginDescription' => 'Pantalla de login, le da credenciales a los usuarios',
+ 'Login_LoginPasswordNotCorrect' => 'Usuario y contraseña incorrectos',
+ 'Login_Login' => 'Usuario',
+ 'Login_Password' => 'Contraseña',
+ 'Login_LoginOrEmail' => 'Login o E-mail',
+ 'Login_LogIn' => 'Conectar',
+ 'Login_Logout' => 'Desconectar',
+ 'Login_LostYourPassword' => '¿Olvidó la contraseña?',
+ 'Login_RemindPassword' => 'Recordar Contraseña',
+ 'Login_PasswordReminder' => 'Por favor, introduzca su nombre de usuario o dirección de email. Recibirá una nueva contraseña por email',
+ 'Login_InvalidUsernameEmail' => 'Nombre de usuario y/o email incorrectos',
+ 'Login_MailTopicPasswordRecovery' => 'Recuperar contraseña',
+ 'Login_MailBodyPasswordRecovery' => 'Hola %1s, Tu nueva contraseña es: %2s Puedes conectarte ahora en: %3s',
+ 'Login_PasswordSent' => 'La contraseña acaba de ser enviada. Comprueba tu email.',
+ 'Login_ContactAdmin' => 'Posible razón: su hosting puede tener deshabilitado la función mail().<br>Por favor contacte con su administrador de piwik.',
+ 'UsersManager_ManageAccess' => 'Administrar el Acceso',
+ 'UsersManager_Sites' => 'Sitios',
+ 'UsersManager_AllWebsites' => 'Todas las webs',
+ 'UsersManager_ApplyToAllWebsites' => 'Aplicar a todos los sitios',
+ 'UsersManager_User' => 'Usuario',
+ 'UsersManager_PrivNone' => 'Acceso denegado',
+ 'UsersManager_PrivView' => 'Ver',
+ 'UsersManager_PrivAdmin' => 'Admin',
+ 'UsersManager_ChangeAllConfirm' => '¿Está seguro que quiere cambiar \'%s\' permisos en todas las páginas web?',
+ 'UsersManager_Login' => 'Conectar',
+ 'UsersManager_Password' => 'Contraseña',
+ 'UsersManager_Email' => 'Email',
+ 'UsersManager_Alias' => 'Alias',
+ 'UsersManager_Token' => 'token_auth',
+ 'UsersManager_Edit' => 'Editar',
+ 'UsersManager_AddUser' => 'Añadir un nuevo usuario',
+ 'UsersManager_MenuUsers' => 'Usuario',
+ 'UsersManager_DeleteConfirm_js' => '¿Está seguro que desea eliminar al usuario %s?',
+ 'UsersManager_ExceptionLoginExists' => 'Login \'%s\' ya existe.',
+ 'UsersManager_ExceptionEmailExists' => 'Ya existe un usuario con el email \'%s\'.',
+ 'UsersManager_ExceptionInvalidLogin' => 'El login solo puede contener letras, números, \'_\' , \'-\' o \'.\'',
+ 'UsersManager_ExceptionInvalidPassword' => 'La longitud de la contraseña ha de estar entre 6 y 26 caracteres',
+ 'UsersManager_ExceptionInvalidEmail' => 'El email no tiene un formato correcto.',
+ 'UsersManager_ExceptionDeleteDoesNotExist' => 'El usuario \'%s\' no existe, por lo que, no puede ser borrado.',
+ 'UsersManager_ExceptionAdminAnonymous' => 'No puede concederle el acceso de \'administrador\' a un usuario \'anónimo\'.',
+ 'UsersManager_ExceptionEditAnonymous' => 'El usuario anónimo no puede ser borrado o editado, ya que es usado por Piwik para identificar a usuarios no conectados. Por ejemplo, puede hacer sus estadísticas públicas para permitirle la visión a los visitantes \'anónimos\'.',
+ 'UsersManager_ExceptionUserDoesNotExist' => 'El usuario \'%s\' no existe.',
+ 'UsersManager_ExceptionAccessValues' => 'El parámetro debe tener acceso a uno de los siguientes valores: [%s]',
+ 'SitesManager_Sites' => 'Sitios',
+ 'SitesManager_JsCode' => 'Código Javascript',
+ 'SitesManager_JsCodeHelp' => 'Aquí está el código Javascript que ha de incluir en todas sus páginas',
+ 'SitesManager_ShowJsCode' => 'mostrar código',
+ 'SitesManager_NoWebsites' => 'Usted no tiene ninguna web que administrar',
+ 'SitesManager_AddSite' => 'Añadir un sitio',
+ 'SitesManager_Id' => 'ID',
+ 'SitesManager_Name' => 'Nombre',
+ 'SitesManager_Urls' => 'URLs',
+ 'SitesManager_MenuSites' => 'Sitios',
+ 'SitesManager_DeleteConfirm_js' => '¿Está seguro de querer borrar el sitio %s?',
+ 'SitesManager_ExceptionDeleteSite' => 'No es posible borrar este sitio ya que es el único que hay registrado. Antes de borrarlo, añada uno nuevo.',
+ 'SitesManager_ExceptionNoUrl' => 'Debe especificar al menos una URL de su sitio.',
+ 'SitesManager_ExceptionEmptyName' => 'El nombre del sitio no puede estar vacío.',
+ 'SitesManager_ExceptionInvalidUrl' => 'La URL \'%s\' no es una URL válida.',
+ 'Installation_Installation' => 'Instalación',
+ 'Installation_InstallationStatus' => 'Estado de la instalación',
+ 'Installation_PercentDone' => '%s %%Hecho',
+ 'Installation_NoConfigFound' => 'El archivo de configuración de Piwik no se ha encontrado, y usted está intentando acceder a una página de Piwik.<br><b>&nbsp;&nbsp;&raquo; Puede <a href=\'index.php\'>instalar Piwik ahora</a></b><br><small>Si instaló Piwik con anterioridad y tiene tablas en su base de datos, no se preocupe, puede reutilizar dichas tablas y mantener los datos que se encuentran en ellas!</small>',
+ 'Installation_MysqlSetup' => 'Instalación de la base de datos Mysql',
+ 'Installation_MysqlErrorConnect' => 'Error al intentar conectar con la base de datos',
+ 'Installation_JsTag' => 'Etiqueta Javascript',
+ 'Installation_JsTagHelp' => '<p>Para contar todos los visitantes, debe insertar el código Javascript en todas las páginas.</p><p>Sus páginas no han de estar hechas en PHP, Piwik funcionará en todas las páginas (tanto si es HTML, ASP, Perl o cualquier otro lenguaje).</p><p>Aquí está el código que ha de insertar: (cópialo y págalo en todas tus páginas) </p>',
+ 'Installation_Congratulations' => 'Enhorabuena',
+ 'Installation_ContratulationsHelp' => '<p>¡Enhorabuena! La instalación de Piwik ha sido completada.</p><p>Asegúrese de haber introducido el código Javascript en todas las páginas, y ahora, ¡espere a los primeros visitantes!</p>',
+ 'Installation_GoToPiwik' => 'Ir a Piwik',
+ 'Installation_SetupWebsite' => 'Configurar una página web',
+ 'Installation_SetupWebsiteError' => 'Hubo un error al añadir el sitio',
+ 'Installation_GeneralSetup' => 'Configuración general',
+ 'Installation_GeneralSetupSuccess' => 'Configuración general realizada con éxito',
+ 'Installation_SystemCheck' => 'Comprobación del sitio',
+ 'Installation_SystemCheckPhp' => 'Versión PHP',
+ 'Installation_SystemCheckPdo' => 'Extensión Pdo',
+ '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',
+ 'Installation_SystemCheckMemoryLimitHelp' => 'En un sitio web con un tráfico elevado, el proceso de archivado puede requerir mas memoria de la que está disponible.<br>Mire el apartado memory_limit en su archivo php.ini si es necesario.',
+ 'Installation_SystemCheckGD' => 'GD &gt; 2.x (gráficos)',
+ 'Installation_SystemCheckGDHelp' => 'Los sparklines (gráficos pequeños) no funcionarán.',
+ 'Installation_SystemCheckTimeLimit' => 'set_time_limit() permitido',
+ 'Installation_SystemCheckTimeLimitHelp' => 'En un sitio web con un tráfico elevado, el proceso de archivado puede requerir mas memoria de la que está disponible.<br>Mire la directiva max_execution_time en su archivo php.ini si es necesario',
+ 'Installation_SystemCheckMail' => 'mail() permitido',
+ 'Installation_SystemCheckError' => 'Ha habido un error - Debe de ser arreglado antes de continuar',
+ 'Installation_SystemCheckWarning' => 'Piwik funcionará correctamente, pero algunas características pueden faltar',
+ 'Installation_Tables' => 'Creando las tablas',
+ 'Installation_TablesWarning' => 'Algunas <span id="linkToggle">tablas de Piwik</span> están ya instaladas en la base de datos',
+ 'Installation_TablesFound' => 'Las siguientes tablas se han encontrado en la base de datos',
+ 'Installation_TablesWarningHelp' => 'O bien optar por la reutilización de tablas de bases de datos existentes o seleccionar una instalación limpia para borrar todos los datos existentes en la base de datos.',
+ 'Installation_TablesReuse' => 'Reutilizar las tablas ya existentes',
+ 'Installation_TablesDelete' => 'Borrar las tablas detectadas',
+ 'Installation_TablesDeletedSuccess' => 'Tablas existentes de piwik borradas con éxito',
+ 'Installation_TablesCreatedSuccess' => '¡Tablas creadas con éxito!',
+ 'Installation_TablesDeleteConfirm' => '¿Está seguro de querer borrar todas las tablas de Piwik de esta base de datos?',
+ 'Installation_Welcome' => '¡Bienvenido!',
+ 'Installation_WelcomeHelp' => '<p>Piwik es un software de código abierto de estadísticas que te permitirá recopilar información sobre tu sitio fácilmente.</p><p>Este proceso se divide en %s pasos sencillos que le llevarán en torno a 5 minutos.</p>',
+ 'TranslationsAdmin_MenuTranslations' => 'Traducciones',
+ 'TranslationsAdmin_MenuLanguages' => 'Idiomas',
+ 'TranslationsAdmin_Plugin' => 'Plugin',
+ 'TranslationsAdmin_Definition' => 'Definición',
+ 'TranslationsAdmin_DefaultString' => 'Cadena por defecto (Español)',
+ 'TranslationsAdmin_TranslationString' => 'Cadena traducida (Idioma actual: %s)',
+ 'TranslationsAdmin_Translations' => 'Traducciones',
+ 'TranslationsAdmin_FixPermissions' => 'Por favor arregle los permisos de los ficheros',
+ 'TranslationsAdmin_AvailableLanguages' => 'Idiomas disponibles',
+ 'TranslationsAdmin_AddLanguage' => 'Añadir un idioma',
+ 'TranslationsAdmin_LanguageCode' => 'Código de idioma',
+ 'TranslationsAdmin_Export' => 'Exportar idioma',
+ 'TranslationsAdmin_Import' => 'Importar idioma',
+); \ No newline at end of file
diff --git a/lang/fr.php b/lang/fr.php
deleted file mode 100644
index 64fb4e3e3d..0000000000
--- a/lang/fr.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-$translations = array(
- 'General_Unknown' => 'Inconnu',
- 'General_Required' => '%s requis',
-);
diff --git a/lang/it.php b/lang/it.php
new file mode 100644
index 0000000000..ee4255dc5a
--- /dev/null
+++ b/lang/it.php
@@ -0,0 +1,552 @@
+<?php
+$translations = array(
+ 'General_Locale' => 'it_IT.UTF-8',
+ 'General_TranslatorName' => 'Yusef Maali',
+ 'General_TranslatorEmail' => 'contact@yusefmaali.net',
+ 'General_EnglishLanguageName' => 'Italian',
+ 'General_OriginalLanguageName' => 'Italiano',
+ 'General_Unknown' => 'Sconosciuto',
+ 'General_Required' => '%s richiesto',
+ 'General_Error' => 'Errore',
+ 'General_Warning' => 'Attenzione',
+ 'General_BackToHomepage' => 'Torna alla HomePage di Piwik',
+ 'General_Yes' => 'Si',
+ 'General_No' => 'No',
+ 'General_Delete' => 'Elimina',
+ 'General_Edit' => 'Modifica',
+ 'General_Ok' => 'Ok',
+ 'General_Close' => 'Chiudi',
+ 'General_Logout' => 'Esci',
+ 'General_Done' => 'Fatto',
+ 'General_LoadingData' => 'Sto caricando i dati...',
+ 'General_ErrorRequest' => 'Oops&hellip; ci sono stati problemi durante la richiesta. Riprova ancora.',
+ 'General_Next' => 'Avanti',
+ 'General_Previous' => 'Indietro',
+ 'General_Table' => 'Tabella',
+ 'General_Piechart' => 'Grafico a torta',
+ 'General_TagCloud' => 'Nuvola di Tag',
+ 'General_VBarGraph' => 'Istogramma',
+ 'General_GraphData' => 'Dati del grafico',
+ 'General_Refresh' => 'Aggiorna la pagina',
+ 'General_ColumnNbUniqVisitors' => 'Visitatori unici',
+ 'General_ColumnNbVisits' => 'Visite',
+ 'General_ColumnLabel' => 'Etichetta',
+ 'General_Save' => 'Salva',
+ 'PluginsAdmin_Plugins' => 'Plugin',
+ 'PluginsAdmin_Activated' => 'Attivato',
+ 'PluginsAdmin_ActivatedHelp' => 'Questo plugin non può essere disattivato',
+ 'PluginsAdmin_Deactivate' => 'Disattiva',
+ 'PluginsAdmin_Activate' => 'Attiva',
+ 'PluginsAdmin_MenuPlugins' => 'Plugin',
+ 'API_QuickDocumentation' => '<h2>Guida Veloce alle API</h2><p>Se non sono disponibili dati per la giornata odierna è possibile <a href=\'misc/generateVisits.php\' target=_blank>generare delle visite</a> usando lo script Visits Generator.</p><p>È possibile provare i differenti formati disponibili per ogni metodo, con Piwik è veramente facile estrarre tutti i dati che si desidera!</p><p><b>Per maggiori informazioni guardare la <a href=\'http://dev.piwik.org/trac/wiki/API\'>Documentazione Ufficiale</a> dell\'API o il <a href=\'http://dev.piwik.org/trac/wiki/API/Reference\'>Manuale Completo</a> dell\'API.</b></P><h2>Autenticazione degli utenti</h2><p>Se si vogliono <b>utilizzare i dati nei propri script, in un crontab, ecc... </b> si deve aggiungere il parametro <code><u>&token_auth=%s</u></code> alle chiamate dell\'API che abbiano bisogno di autenticazione.</p><p>Il token_auth è segreto tanto quanto il nome utente e la password, <b>non deve essere condiviso!</p>',
+ 'API_LoadedAPIs' => 'Ho caricato %s API correttamente',
+ 'Home_NoPrivileges' => 'Ti sei autenticato come "%s" ma sembra che tu non abbia alcun tipo di permesso assegnato in Piwik.<br />Contatta l\'amministratore e fatti assegnare i permessi di tipo "view" per accedere.',
+ 'Home_JavascriptDisabled' => 'JavaScript deve essere abilitato per poter usare Piwik in modalità standard.<br>Sembra che JavaScript sia disabilitato o non supportato dal proprio browser.<br>Per usare la modalità standard, abilitare JavaScript modificando le opzioni del browser e %1sriprovare nuovamente%2s.<br>',
+ 'Home_TableNoData' => 'Non ci sono dati per questa tabella.',
+ 'Home_CategoryNoData' => 'Non ci sono dati in questa categoria. Provare ad "Includere tutta la popolazione".',
+ 'Home_ShowJSCode' => 'Guarda il codice javascript da inserire',
+ 'Home_IncludeAllPopulation_js' => 'Includi tutta la popolazione',
+ 'Home_ExcludeLowPopulation_js' => 'Escludi la bassa popolazione',
+ 'Home_PageOf_js' => '%s di %s',
+ 'Home_Loading_js' => 'Caricamento in corso...',
+ 'Home_LocalizedDateFormat' => '%A %e %B %Y',
+ 'Home_PeriodDay' => 'Giorno',
+ 'Home_PeriodWeek' => 'Settimana',
+ 'Home_PeriodMonth' => 'Mese',
+ 'Home_PeriodYear' => 'Anno',
+ 'Home_DaySu_js' => 'D',
+ 'Home_DayMo_js' => 'L',
+ 'Home_DayTu_js' => 'M',
+ 'Home_DayWe_js' => 'M',
+ 'Home_DayTh_js' => 'G',
+ 'Home_DayFr_js' => 'V',
+ 'Home_DaySa_js' => 'S',
+ 'Home_MonthJanuary_js' => 'Gennaio',
+ 'Home_MonthFebruary_js' => 'Febbraio',
+ 'Home_MonthMarch_js' => 'Marzo',
+ 'Home_MonthApril_js' => 'Aprile',
+ 'Home_MonthMay_js' => 'Maggio',
+ 'Home_MonthJune_js' => 'Giugno',
+ 'Home_MonthJuly_js' => 'Luglio',
+ 'Home_MonthAugust_js' => 'Agosto',
+ 'Home_MonthSeptember_js' => 'Settembre',
+ 'Home_MonthOctober_js' => 'Ottobre',
+ 'Home_MonthNovember_js' => 'Novembre',
+ 'Home_MonthDecemeber_js' => 'Dicembre',
+ 'Actions_SubmenuPages' => 'Pagine',
+ 'Actions_SubmenuOutlinks' => 'Link Esterni',
+ 'Actions_SubmenuDownloads' => 'Download',
+ 'Dashboard_AddWidget' => 'Aggiungi un widget...',
+ 'Dashboard_DeleteWidgetConfirm' => 'Sei sicuro di voler eliminare questo widget dalla dashboard?',
+ 'Dashboard_SelectWidget' => 'Selezionare il widget da aggiungere alla dashboard',
+ 'Dashboard_AddPreviewedWidget' => 'Aggiungere questo widget alla dashboard',
+ 'Dashboard_WidgetPreview' => 'Anteprima del widget',
+ 'Dashboard_TitleWidgetInDashboard_js' => 'Il widget è già presente nella dashboard',
+ 'Dashboard_TitleClickToAdd_js' => 'Click per aggiungere alla dashboard',
+ 'Dashboard_LoadingPreview_js' => 'Sto caricando l\'anteprima, attendere prego...',
+ 'Dashboard_LoadingWidget_js' => 'Sto caricando il widget, attendere prego...',
+ 'Dashboard_WidgetNotFound_js' => 'Widget non trovato',
+ 'Referers_SearchEngines' => 'Motori di ricerca',
+ 'Referers_Keywords' => 'Parole Chiave',
+ 'Referers_DirectEntry' => 'Richieste Dirette',
+ 'Referers_Websites' => 'Siti web',
+ 'Referers_Partners' => 'Partner',
+ 'Referers_Newsletters' => 'Newsletter',
+ 'Referers_Campaigns' => 'Campagne',
+ 'Referers_Evolution' => 'Evoluzione sul periodo',
+ 'Referers_Type' => 'Tipo di referrer',
+ 'Referers_TypeDirectEntries' => '%s richieste dirette',
+ 'Referers_TypeSearchEngines' => '%s da motori di ricerca',
+ 'Referers_TypePartners' => '%s dai partner',
+ 'Referers_TypeWebsites' => '%s dai siti web',
+ 'Referers_TypeNewsletters' => '%s dalle newsletter',
+ 'Referers_TypeCampaigns' => '%s dalle campagne',
+ 'Referers_Other' => 'Altro',
+ 'Referers_OtherDistinctSearchEngines' => '%s motori di ricerca distinti',
+ 'Referers_OtherDistinctKeywords' => '%s parole chiave distinte',
+ 'Referers_OtherDistinctWebsites' => '%1s siti web distinti (usando %2s url distinte)',
+ 'Referers_OtherDistinctPartners' => '%1s partner distinti (usando %2s url distinte)',
+ 'Referers_OtherDistinctCampaigns' => '%s campagne distinte',
+ 'Referers_TagCloud' => 'Nuvola di Tag',
+ 'Referers_SubmenuEvolution' => 'Evoluzione',
+ 'Referers_SubmenuSearchEngines' => 'Motori di ricerca e Parole chiave',
+ 'Referers_SubmenuWebsites' => 'Siti web',
+ 'Referers_SubmenuCampaigns' => 'Campagne',
+ 'Referers_SubmenuPartners' => 'Partner',
+ 'Referers_WidgetKeywords' => 'Lista di Parole Chiave',
+ 'Referers_WidgetPartners' => 'Lista di Partner',
+ 'Referers_WidgetCampaigns' => 'Lista di Campagne',
+ 'Referers_WidgetExternalWebsites' => 'Lista di Siti web esterni',
+ 'Referers_WidgetSearchEngines' => 'Miglior motore di ricerca',
+ 'Referers_WidgetOverview' => 'Riepilogo',
+ 'UserSettings_BrowserFamilies' => 'Famiglia di browser',
+ 'UserSettings_Browsers' => 'Browser',
+ 'UserSettings_Plugins' => 'Plugins supportati',
+ 'UserSettings_Configurations' => 'Configurazione',
+ 'UserSettings_OperatinsSystems' => 'Sistema Operativo',
+ 'UserSettings_Resolutions' => 'Risoluzione Video',
+ 'UserSettings_WideScreen' => 'Tipo di Monitor',
+ 'UserSettings_WidgetResolutions' => 'Risoluzione Video',
+ 'UserSettings_WidgetBrowsers' => 'Browser',
+ 'UserSettings_WidgetPlugins' => 'Plugin supportati',
+ 'UserSettings_WidgetWidescreen' => 'Tipo di Monitor',
+ 'UserSettings_WidgetBrowserFamilies' => 'Famiglia di Browser',
+ 'UserSettings_WidgetOperatingSystems' => 'Sistema Operativo',
+ 'UserSettings_WidgetGlobalVisitors' => 'Configurazione Generale',
+ 'UserSettings_SubmenuSettings' => 'Impostazioni',
+ 'UserCountry_Country' => 'Nazione',
+ 'UserCountry_Continent' => 'Continente',
+ 'UserCountry_DistinctCountries' => '%s nazioni distinte',
+ 'UserCountry_SubmenuLocations' => 'Località',
+ 'UserCountry_WidgetContinents' => 'Continente',
+ 'UserCountry_WidgetCountries' => 'Nazione',
+ 'UserCountry_country_ac' => 'Isole Ascension',
+ 'UserCountry_country_ad' => 'Andorra',
+ 'UserCountry_country_ae' => 'Emirati Arabi Uniti',
+ 'UserCountry_country_af' => 'Afghanistan',
+ 'UserCountry_country_ag' => 'Antigua e Barbuda',
+ 'UserCountry_country_ai' => 'Anguilla',
+ 'UserCountry_country_al' => 'Albania',
+ 'UserCountry_country_am' => 'Armenia',
+ 'UserCountry_country_an' => 'Antille Olandesi',
+ 'UserCountry_country_ao' => 'Angola',
+ 'UserCountry_country_aq' => 'Antartide',
+ 'UserCountry_country_ar' => 'Argentina',
+ 'UserCountry_country_as' => 'Samoa Americane',
+ 'UserCountry_country_at' => 'Austria',
+ 'UserCountry_country_au' => 'Australia',
+ 'UserCountry_country_aw' => 'Aruba',
+ 'UserCountry_country_az' => 'Azerbaijan',
+ 'UserCountry_country_ba' => 'Bosnia e Herzegovina',
+ 'UserCountry_country_bb' => 'Barbados',
+ 'UserCountry_country_bd' => 'Bangladesh',
+ 'UserCountry_country_be' => 'Belgio',
+ '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' => 'Brasile',
+ 'UserCountry_country_bs' => 'Bahamas',
+ 'UserCountry_country_bt' => 'Bhutan',
+ 'UserCountry_country_bv' => 'Isola Bouvet',
+ 'UserCountry_country_bw' => 'Botswana',
+ 'UserCountry_country_by' => 'Belarus',
+ 'UserCountry_country_bz' => 'Belize',
+ 'UserCountry_country_ca' => 'Canada',
+ 'UserCountry_country_cc' => 'Isole Cocos (Keeling)',
+ 'UserCountry_country_cd' => 'Congo, Repubblica Democratica del',
+ 'UserCountry_country_cf' => 'Repubblica dell\'Africa Centrale',
+ 'UserCountry_country_cg' => 'Congo',
+ 'UserCountry_country_ch' => 'Svizzerra',
+ 'UserCountry_country_ci' => 'Costa d\'Avorio',
+ 'UserCountry_country_ck' => 'Isole Cook',
+ 'UserCountry_country_cl' => 'Cile',
+ 'UserCountry_country_cm' => 'Cameroon',
+ 'UserCountry_country_cn' => 'Cina',
+ 'UserCountry_country_co' => 'Colombia',
+ 'UserCountry_country_cr' => 'Costa Rica',
+ 'UserCountry_country_cs' => 'Serbia Montenegro',
+ 'UserCountry_country_cu' => 'Cuba',
+ 'UserCountry_country_cv' => 'Capo Verde',
+ 'UserCountry_country_cx' => 'Isola di Natale',
+ 'UserCountry_country_cy' => 'Cipro',
+ 'UserCountry_country_cz' => 'Repubblica Ceca',
+ 'UserCountry_country_de' => 'Germania',
+ 'UserCountry_country_dj' => 'Djibouti',
+ 'UserCountry_country_dk' => 'Danimarca',
+ 'UserCountry_country_dm' => 'Dominica',
+ 'UserCountry_country_do' => 'Repubblica Dominicana',
+ 'UserCountry_country_dz' => 'Algeria',
+ 'UserCountry_country_ec' => 'Ecuador',
+ 'UserCountry_country_ee' => 'Estonia',
+ 'UserCountry_country_eg' => 'Egitto',
+ 'UserCountry_country_eh' => 'Sahara Occidentale',
+ 'UserCountry_country_er' => 'Eritrea',
+ 'UserCountry_country_es' => 'Spagna',
+ 'UserCountry_country_et' => 'Etiopia',
+ 'UserCountry_country_fi' => 'Finlandia',
+ 'UserCountry_country_fj' => 'Fiji',
+ 'UserCountry_country_fk' => 'Isole Falkland (Malvinas)',
+ 'UserCountry_country_fm' => 'Micronesia, Stati Federati di',
+ 'UserCountry_country_fo' => 'Isole Faroe',
+ 'UserCountry_country_fr' => 'Francia',
+ 'UserCountry_country_ga' => 'Gabon',
+ 'UserCountry_country_gd' => 'Grenada',
+ 'UserCountry_country_ge' => 'Georgia',
+ 'UserCountry_country_gf' => 'Guyana Francese',
+ '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' => 'Guinea Equatoriale',
+ 'UserCountry_country_gr' => 'Grecia',
+ 'UserCountry_country_gs' => 'Georgia del Sud e Isole Sandwitch meridionali',
+ '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' => 'Isole Heard e Isole McDonald',
+ 'UserCountry_country_hn' => 'Honduras',
+ 'UserCountry_country_hr' => 'Croazia',
+ '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' => 'Italia',
+ 'UserCountry_country_je' => 'Jersey',
+ 'UserCountry_country_jm' => 'Jamaica',
+ 'UserCountry_country_jo' => 'Jordan',
+ 'UserCountry_country_jp' => 'Giappone',
+ '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' => 'Lussemburgo',
+ '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' => 'Nuova Zelanda',
+ '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' => 'Polonia',
+ 'UserCountry_country_pm' => 'Saint Pierre and Miquelon',
+ 'UserCountry_country_pn' => 'Pitcairn',
+ 'UserCountry_country_pr' => 'Puerto Rico',
+ 'UserCountry_country_ps' => 'Territori Palestinesi',
+ 'UserCountry_country_pt' => 'Portogallo',
+ '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' => 'Svezia',
+ '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' => 'Turchia',
+ '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' => 'Regno Unito',
+ 'UserCountry_country_gb' => 'Gran Bretagna',
+ 'UserCountry_country_um' => 'United States Minor Outlying Islands',
+ 'UserCountry_country_us' => 'Stati Uniti',
+ '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' => 'Sud Africa',
+ 'UserCountry_country_zm' => 'Zambia',
+ 'UserCountry_country_zr' => 'Zaire',
+ 'UserCountry_country_zw' => 'Zimbabwe',
+ 'UserCountry_continent_eur' => 'Europa',
+ 'UserCountry_continent_afr' => 'Africa',
+ 'UserCountry_continent_asi' => 'Asia',
+ 'UserCountry_continent_ams' => 'America Centrale e del Sud',
+ 'UserCountry_continent_amn' => 'America del Nord',
+ 'UserCountry_continent_oce' => 'Oceania',
+ 'VisitsSummary_NbVisits' => '%s visite',
+ 'VisitsSummary_NbUniqueVisitors' => '%s visite uniche',
+ 'VisitsSummary_NbActions' => '%s azioni (pagine visualizzate)',
+ 'VisitsSummary_TotalTime' => '%s durata totale delle visite',
+ 'VisitsSummary_MaxNbActions' => '%s azioni massime per singola visita',
+ 'VisitsSummary_NbBounced' => '%s visite di una sola pagina',
+ 'VisitsSummary_Evolution' => 'Evoluzione negli ultimi 30 %ss',
+ 'VisitsSummary_Report' => 'Riepilogo',
+ 'VisitsSummary_GenerateTime' => '%s secondi per generare la pagina',
+ 'VisitsSummary_GenerateQueries' => '%s query eseguite',
+ 'VisitsSummary_WidgetLastVisits' => 'Grafico delle ultime visite',
+ 'VisitsSummary_WidgetVisits' => 'Riepilogo delle visite',
+ 'VisitsSummary_WidgetLastVisitors' => 'Grafico delle ultime visite uniche',
+ 'VisitsSummary_WidgetOverviewGraph' => 'Riepilogo con grafico',
+ 'VisitsSummary_SubmenuOverview' => 'Riepilogo',
+ 'VisitFrequency_Evolution' => 'Evoluzione sul periodo',
+ 'VisitFrequency_ReturnVisits' => '%s visite di ritorno',
+ 'VisitFrequency_ReturnActions' => '%s azioni delle visite di ritorno',
+ 'VisitFrequency_ReturnMaxActions' => '%s azioni massime per singola visita di ritorno',
+ 'VisitFrequency_ReturnTotalTime' => '%s durata totale delle visite di ritorno',
+ 'VisitFrequency_ReturnBounces' => '%s visite di ritorno su una sola pagina',
+ 'VisitFrequency_WidgetOverview' => 'Riepilogo della frequenza',
+ 'VisitFrequency_WidgetGraphReturning' => 'Grafico delle visite di ritorno',
+ 'VisitFrequency_SubmenuFrequency' => 'Frequenza',
+ 'VisitTime_LocalTime' => 'Visite orarie (tempo visitatore)',
+ 'VisitTime_ServerTime' => 'Visite orarie (tempo server)',
+ 'VisitTime_WidgetLocalTime' => 'Visite orarie (tempo visitatore)',
+ 'VisitTime_WidgetServerTime' => 'Visite orarie (tempo server)',
+ 'VisitTime_SubmenuTimes' => 'Orari',
+ 'VisitorInterest_VisitsPerDuration' => 'Durata delle visite',
+ 'VisitorInterest_VisitsPerNbOfPages' => 'Pagine per visita',
+ 'VisitorInterest_WidgetLengths' => 'Durata delle visite',
+ 'VisitorInterest_WidgetPages' => 'Pagine per visita',
+ 'VisitorInterest_SubmenuFrequencyLoyalty' => 'Frequenza e Fedeltà',
+ 'Provider_WidgetProviders' => 'Provider',
+ 'Provider_SubmenuLocationsProvider' => 'Località e Provider',
+ 'Login_PluginDescription' => 'Schermata di login, autentica gli utenti',
+ 'Login_LoginPasswordNotCorrect' => 'Nome Utente e Password non corretti',
+ 'Login_Login' => 'Nome Utente',
+ 'Login_Password' => 'Password',
+ 'Login_LoginOrEmail' => 'Nome utente o indirizzo email',
+ 'Login_LogIn' => 'Accedi',
+ 'Login_Logout' => 'Esci',
+ 'Login_LostYourPassword' => 'Hai perso la password?',
+ 'Login_RemindPassword' => 'Ricordami la password',
+ 'Login_PasswordReminder' => 'Inserire il nome utente o l\'indirizzo di posta elettronica. Verrà spedita una nuova password via email.',
+ 'Login_InvalidUsernameEmail' => 'Nome utente e/o indirizzo email non valido',
+ 'Login_MailTopicPasswordRecovery' => 'Recupero Password',
+ 'Login_MailBodyPasswordRecovery' => 'Ciao %1s,
+
+La tua nuova password è: %2s
+
+Adesso puoi accedere a: %3s',
+ 'Login_PasswordSent' => 'La password è stata inviata. Controllare la propria email.',
+ 'Login_ContactAdmin' => 'Motivi possibili: il server potrebbe avere la funzione mail() disabilitata. <br>Contattare l\'amministratore.',
+ 'UsersManager_ManageAccess' => 'Gestione degli accessi',
+ 'UsersManager_Sites' => 'Siti',
+ 'UsersManager_AllWebsites' => 'Tutti i siti',
+ 'UsersManager_ApplyToAllWebsites' => 'Applica a tutti i siti',
+ 'UsersManager_User' => 'Utente',
+ 'UsersManager_PrivNone' => 'Nessun Accesso',
+ 'UsersManager_PrivView' => 'Visualizza',
+ 'UsersManager_PrivAdmin' => 'Amministra',
+ 'UsersManager_ChangeAllConfirm' => 'Sei sicuro di voler cambiare i permessi di "%s" in tutti i siti?',
+ 'UsersManager_Login' => 'Nome Utente',
+ 'UsersManager_Password' => 'Password',
+ 'UsersManager_Email' => 'Email',
+ 'UsersManager_Alias' => 'Alias',
+ 'UsersManager_Token' => 'token_auth',
+ 'UsersManager_Edit' => 'Modifica',
+ 'UsersManager_AddUser' => 'Aggiungi un nuovo utente',
+ 'UsersManager_MenuUsers' => 'Utenti',
+ 'UsersManager_DeleteConfirm_js' => 'Sei sicuro di voler cancellare l\'utente "%s"?',
+ 'UsersManager_ExceptionLoginExists' => 'Il nome utente "%s" è già presente.',
+ 'UsersManager_ExceptionEmailExists' => 'L\'indirizzo email "%s" è già associato ad un altro utente.',
+ 'UsersManager_ExceptionInvalidLogin' => 'Il nome utente deve contenere solo lettere, numeri o i caratteri "_" o "-" o "."',
+ 'UsersManager_ExceptionInvalidPassword' => 'La password deve essere lunga tra 6 e 26 caratteri.',
+ 'UsersManager_ExceptionInvalidEmail' => 'L\'indirizzo email non ha un formato valido.',
+ 'UsersManager_ExceptionDeleteDoesNotExist' => 'L\'utente "%s" non esiste e non può essere eliminato.',
+ 'UsersManager_ExceptionAdminAnonymous' => 'Non è possibile assegnare i permessi "admin" all\'utente "anonymous".',
+ 'UsersManager_ExceptionEditAnonymous' => 'L\'utente "anonymous" non può essere modificato o eliminato. È usato da Piwik per avere un utente che non ha ancora effettuato l\'accesso. Ad esempio, è possibile rendere le statistiche pubbliche assegnando all\'utente "anonymous" i permessi di "view".',
+ 'UsersManager_ExceptionUserDoesNotExist' => 'L\'utente "%s" non esiste.',
+ 'UsersManager_ExceptionAccessValues' => 'I parametri di accesso devono avere uno dei seguenti valori : [ %s ]',
+ 'SitesManager_Sites' => 'Siti',
+ 'SitesManager_JsCode' => 'Codice JavaScript',
+ 'SitesManager_JsCodeHelp' => 'Questo è il codice JavaScript che deve essere inserito in tutte le pagine',
+ 'SitesManager_ShowJsCode' => 'Mostra Codice',
+ 'SitesManager_NoWebsites' => 'Non è presente nessun sito da amministrare.',
+ 'SitesManager_AddSite' => 'Aggiungi un nuovo Sito',
+ 'SitesManager_Id' => 'Id',
+ 'SitesManager_Name' => 'Nome',
+ 'SitesManager_Urls' => 'URL',
+ 'SitesManager_MenuSites' => 'Siti',
+ 'SitesManager_DeleteConfirm_js' => 'Sei sicuro di voler eliminare il sito %s?',
+ 'SitesManager_ExceptionDeleteSite' => 'Non posso eliminare il sito in quanto è l\'unico registrato: è necessario aggiungere un nuovo sito prima di poter cancellare questo.',
+ 'SitesManager_ExceptionNoUrl' => 'Inserire almeno un URL per il sito.',
+ 'SitesManager_ExceptionEmptyName' => 'Il nome del sito non può essere vuoto.',
+ 'SitesManager_ExceptionInvalidUrl' => 'L\'indirizzo "%s" non è un URL valido.',
+ 'Installation_Installation' => 'Installazione',
+ 'Installation_InstallationStatus' => 'Avanzamento dell\'installazione',
+ 'Installation_PercentDone' => '%s %% Fatto',
+ 'Installation_NoConfigFound' => 'Non riesco a trovare il file di configurazione e stai cercando di accedere direttamente a Piwik.<br><b>&nbsp;&nbsp;&raquo; È possibile <a href="index.php">installare Piwik ora</a></b>.<br><small>Se Piwik è già stato installato in precedenza e il database è popolato con alcuni dati, non c\'è motivo di preoccuparsi, la nuova installazione di Piwik può riusare gli stessi dati!</small>',
+ 'Installation_MysqlSetup' => 'Configurazione di Mysql',
+ 'Installation_MysqlErrorConnect' => 'Si è verificato un errore durante la connessione al database MySql',
+ 'Installation_JsTag' => 'Javascript tag',
+ 'Installation_JsTagHelp' => '<p>Per tenere traccia di tutti i visitatori, inserire il codice JavaScript in tutte le pagine.</p><p>Piwik funziona con tutti i tipi di pagine (HTML, ASP, Perl o qualsiasi altro linguaggio) purchè non siano generate da PHP.</p><p>Questo è il codice da inserire: (copia e incolla in tutte le pagine)</p>',
+ 'Installation_Congratulations' => 'Congratulazioni',
+ 'Installation_ContratulationsHelp' => '<p>Congratulazioni! L\'installazione di Piwik è completata.</p><p>Assicurarsi di aver inserito il codice JavaScript in tutte le pagine e attendere il primo visitatore!</p>',
+ 'Installation_GoToPiwik' => 'Vai a Piwik',
+ 'Installation_SetupWebsite' => 'Configura un sito web',
+ 'Installation_SetupWebsiteError' => 'Si è verificato un errore inserendo il sito',
+ 'Installation_GeneralSetup' => 'Configurazione Generale',
+ 'Installation_GeneralSetupSuccess' => 'Configurazione generale ultimata con successo',
+ 'Installation_SystemCheck' => 'Verifica del sistema',
+ 'Installation_SystemCheckPhp' => 'Versione di PHP',
+ 'Installation_SystemCheckPdo' => 'Estensione Pdo',
+ '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',
+ 'Installation_SystemCheckMemoryLimitHelp' => 'Su un sito web con molto traffico, il processo di archiviazione può richiedere più memoria di quella attualmente disponibile.<br>Se necessario controllare la direttiva memory_limit nel file php.ini.',
+ 'Installation_SystemCheckGD' => 'GD &gt; 2.x (grafica)',
+ 'Installation_SystemCheckGDHelp' => 'Gli sparklines (i piccoli grafici accanto al testo) non saranno disponibili.',
+ 'Installation_SystemCheckTimeLimit' => 'set_time_limit() permesso',
+ 'Installation_SystemCheckTimeLimitHelp' => 'Su un sito web con molto traffico, il processo di archiviazione può richiedere più tempo di quello attualmente disponibile.<br>Se necessario controllare la direttiva max_execution_time nel file php.ini.',
+ 'Installation_SystemCheckMail' => 'mail() permessa',
+ 'Installation_SystemCheckError' => 'Si è verificato un errore. Deve essere corretto prima di procedere',
+ 'Installation_SystemCheckWarning' => 'Piwik funzionerà normalmente ma alcune funzionalità potrebbero non essere attive',
+ 'Installation_Tables' => 'Sto creando le tabelle',
+ 'Installation_TablesWarning' => 'Alcune <span id="linkToggle">tabelle di Piwik</span> sono già presenti nel database',
+ 'Installation_TablesFound' => 'Le seguenti tabelle sono state trovate nel database',
+ 'Installation_TablesWarningHelp' => 'Scegliere se riusare i dati esistenti nel database (da una precedente instanza di Piwik) o procedere con un nuova installazione cancellando tutti i vecchi dati.',
+ 'Installation_TablesReuse' => 'Riutilizza i dati esistenti',
+ 'Installation_TablesDelete' => 'Elimina tutti i vecchi dati',
+ 'Installation_TablesDeletedSuccess' => 'Tutti i vecchi dati di Piwik sono stati cancellati correttamente',
+ 'Installation_TablesCreatedSuccess' => 'Tabelle create correttamente!',
+ 'Installation_TablesDeleteConfirm' => 'Sei sicuro di voler eliminare tutte le tabelle di Piwik da questo database?',
+ 'Installation_Welcome' => 'Benvenuto!',
+ 'Installation_WelcomeHelp' => '<p>Piwik è un software open source per l\'analisi del traffico web capace di ricavare tutte le informazioni che si desidera ottenere dai propri visitatori.</p><p>L\'installazione è divisa in %s semplici passi e bastano solo 5 minuti!</p>',
+ 'TranslationsAdmin_MenuTranslations' => 'Traduzioni',
+ 'TranslationsAdmin_MenuLanguages' => 'Lingue',
+ 'TranslationsAdmin_Plugin' => 'Plugin',
+ 'TranslationsAdmin_Definition' => 'Definizione',
+ 'TranslationsAdmin_DefaultString' => 'Stringa di default (Inglese)',
+ 'TranslationsAdmin_TranslationString' => 'Stringa tradotta (lingua corrente: %s)',
+ 'TranslationsAdmin_Translations' => 'Traduzioni',
+ 'TranslationsAdmin_FixPermissions' => 'Correggi i permessi nel filesystem',
+ 'TranslationsAdmin_AvailableLanguages' => 'Lingue disponibili',
+ 'TranslationsAdmin_AddLanguage' => 'Aggiungi una lingua',
+ 'TranslationsAdmin_LanguageCode' => 'Codice della lingua',
+ 'TranslationsAdmin_Export' => 'Esporta Lingua',
+ 'TranslationsAdmin_Import' => 'Importa Lingua',
+);
diff --git a/lang/nl.php b/lang/nl.php
new file mode 100644
index 0000000000..0ef06e6752
--- /dev/null
+++ b/lang/nl.php
@@ -0,0 +1,551 @@
+<?php
+$translations = array(
+ 'General_Locale' => 'nl_NL.UTF-8',
+ 'General_TranslatorName' => 'wicliff wolda',
+ 'General_TranslatorEmail' => 'webmaster@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',
+); \ No newline at end of file
diff --git a/lang/ru.php b/lang/ru.php
new file mode 100644
index 0000000000..afe88feab4
--- /dev/null
+++ b/lang/ru.php
@@ -0,0 +1,548 @@
+<?php
+$translations = array(
+ 'General_Locale' => 'ru_RU.UTF-8',
+ 'General_TranslatorName' => 'Команда Piwik',
+ 'General_TranslatorEmail' => 'hello@piwik.org',
+ 'General_EnglishLanguageName' => 'Английский',
+ 'General_OriginalLanguageName' => 'Русский',
+ 'General_Unknown' => 'Неизвестно',
+ 'General_Required' => '%s необходимо',
+ 'General_Error' => 'Ошибка',
+ 'General_Warning' => 'Внимание',
+ 'General_BackToHomepage' => 'На дом. страницу Piwik',
+ 'General_Yes' => 'Да',
+ 'General_No' => 'Нет',
+ 'General_Delete' => 'Удалить',
+ 'General_Edit' => 'Редактировать',
+ 'General_Ok' => 'ОК',
+ 'General_Close' => 'Закрыть',
+ 'General_Logout' => 'Выйти',
+ 'General_Done' => 'Завершено',
+ 'General_LoadingData' => 'Загрузка данных...',
+ 'General_ErrorRequest' => 'Oops&hellip; проблема запроса, пожалуйста попробуйте снова.',
+ 'General_Next' => 'Далее',
+ 'General_Previous' => 'Предыдущее',
+ 'General_Table' => 'Таблица',
+ 'General_Piechart' => 'Круговая диаграмма',
+ 'General_TagCloud' => 'Теги',
+ 'General_VBarGraph' => 'Столбчастая диаграмма',
+ 'General_GraphData' => 'Данные диаграммы',
+ 'General_Refresh' => 'Обновить страницу',
+ 'General_ColumnNbUniqVisitors' => 'Уникальных посетителей',
+ 'General_ColumnNbVisits' => 'Посещений',
+ 'General_ColumnLabel' => 'Обозначение',
+ 'General_Save' => 'Сохранить',
+ 'PluginsAdmin_Plugins' => 'Подключаемые модули',
+ 'PluginsAdmin_Activated' => 'Активировано',
+ 'PluginsAdmin_ActivatedHelp' => 'Этот плагин не может быть деактивирован',
+ 'PluginsAdmin_Deactivate' => 'Деактивировать',
+ 'PluginsAdmin_Activate' => 'Активировать',
+ 'PluginsAdmin_MenuPlugins' => 'Подключаемые модули',
+ 'API_QuickDocumentation' => '<h2>Краткая API документация</h2><p>Если вы не имеете данных на сегодня, вы можете сначала <a href=\'misc/generateVisits.php\' target=_blank>сгенерировать некоторые данные</a>, используя скрипт генерации посещений.</p><p>Вы можете использовать различные форматы для каждого метода. Вытянуть необходимую информацию из Piwik очень легко!</p><p><b>Для дальнейшей информации читайте <a href=\'http://dev.piwik.org/trac/wiki/API\'>официальную API Документацию</a>, или <a href=\'http://dev.piwik.org/trac/wiki/API/Reference\'>API Reference</a>.</b></P><h2>Аутентификация пользователей</h2><p>Если вам необходимо <b>запрашивать данные в ваших скриптах, cron-задачах и т.д.</b>, то вам необходимо добавить параметр <code><u>&token_auth=%s</u></code> в API вызова к URL, которые требуют аутентификацию. </p><p>Этот token_auth секретен, как и ваш пароль, <b>НЕ СООБЩАЙТЕ ЕГО!</p>',
+ 'API_LoadedAPIs' => '%s API успешно загружено',
+ 'Home_NoPrivileges' => 'Вы зашли как \'%s\', но, похоже, вы не имеете разрешений просматривать статистику Piwik.<br />Сообщите администратору о предоставлении вам \'Просмотр\'-доступа к системе.',
+ 'Home_JavascriptDisabled' => 'JavaScript должен быть разрешен для корректного стандартного отображения Piwik.<br>Если вы читаете это сообщение, значит JavaScript запрещен, либо не поддерживается вашим браузером.<br>Для использования стандартного вида, разрешите JavaScript в настройках вашего браузера, потом %1sпопробуйте обновить страницу%2s.<br>',
+ 'Home_TableNoData' => 'Нет табличных данных.',
+ 'Home_CategoryNoData' => 'Нет данных в этой катеогрии. Попробуйте "Включить все показатели".',
+ 'Home_ShowJSCode' => 'Показать ',
+ 'Home_IncludeAllPopulation_js' => 'Включить все показатели в статистику',
+ 'Home_ExcludeLowPopulation_js' => 'Исключить низкие показатели из статистики',
+ 'Home_PageOf_js' => '%s из %s',
+ 'Home_Loading_js' => 'Загрузка...',
+ 'Home_LocalizedDateFormat' => '%A %e %B %Y',
+ 'Home_PeriodDay' => 'День',
+ 'Home_PeriodWeek' => 'Неделя',
+ 'Home_PeriodMonth' => 'Месяц',
+ 'Home_PeriodYear' => 'Год',
+ 'Home_DaySu_js' => 'Воскресенье',
+ 'Home_DayMo_js' => 'Понедельник',
+ 'Home_DayTu_js' => 'Вторник',
+ 'Home_DayWe_js' => 'Среда',
+ 'Home_DayTh_js' => 'Четверг',
+ 'Home_DayFr_js' => 'Пятница',
+ 'Home_DaySa_js' => 'Суббота',
+ 'Home_MonthJanuary_js' => 'Январь',
+ 'Home_MonthFebruary_js' => 'Февраль',
+ 'Home_MonthMarch_js' => 'Март',
+ 'Home_MonthApril_js' => 'Апрель',
+ 'Home_MonthMay_js' => 'Май',
+ 'Home_MonthJune_js' => 'Июнь',
+ 'Home_MonthJuly_js' => 'Июль',
+ 'Home_MonthAugust_js' => 'Август',
+ 'Home_MonthSeptember_js' => 'Сентябрь',
+ 'Home_MonthOctober_js' => 'Октябрь',
+ 'Home_MonthNovember_js' => 'Ноябрь',
+ 'Home_MonthDecemeber_js' => 'Декабрь',
+ 'Actions_SubmenuPages' => 'Страницы',
+ 'Actions_SubmenuOutlinks' => 'Аутлинки',
+ 'Actions_SubmenuDownloads' => 'Загрузки',
+ 'Dashboard_AddWidget' => 'Добавить виджет...',
+ 'Dashboard_DeleteWidgetConfirm' => 'Вы уверены, что хотите удалить виджет с панели приборов?',
+ 'Dashboard_SelectWidget' => 'Выберите виджет для добавления на панель приборов',
+ 'Dashboard_AddPreviewedWidget' => 'Добавить предпросмотренный виджет на панель приборов',
+ 'Dashboard_WidgetPreview' => 'Предпросмотр виджета',
+ 'Dashboard_TitleWidgetInDashboard_js' => 'Виджет уже существует на панели приборов',
+ 'Dashboard_TitleClickToAdd_js' => 'Кликните для добавления на панель приборов',
+ 'Dashboard_LoadingPreview_js' => 'Загрузка предспросмотра, пожалуйста подождите...',
+ 'Dashboard_LoadingWidget_js' => 'Загрузка виджета, пожалуйста подождите...',
+ 'Dashboard_WidgetNotFound_js' => 'Виджет не найден',
+ 'Referers_SearchEngines' => 'Поисковые движки',
+ 'Referers_Keywords' => 'Ключевые слова',
+ 'Referers_DirectEntry' => 'Прямой вход',
+ 'Referers_Websites' => 'Вебсайты',
+ 'Referers_Partners' => 'Партнеры',
+ 'Referers_Newsletters' => 'Новостные ленты',
+ 'Referers_Campaigns' => 'Кампания',
+ 'Referers_Evolution' => 'Эволюция по периоду',
+ 'Referers_Type' => 'Тип рефера',
+ 'Referers_TypeDirectEntries' => '%s прямых входов',
+ 'Referers_TypeSearchEngines' => '%s входов из поисковых движков',
+ 'Referers_TypePartners' => '%s входов от партнеров',
+ 'Referers_TypeWebsites' => '%s входов из вебсайтов',
+ 'Referers_TypeNewsletters' => '%s входов из новостных лент',
+ 'Referers_TypeCampaigns' => '%s входов с кампаний',
+ 'Referers_Other' => 'Другие',
+ 'Referers_OtherDistinctSearchEngines' => '%s уникальных поисковых движков',
+ 'Referers_OtherDistinctKeywords' => '%s уникальных ключевых слов',
+ 'Referers_OtherDistinctWebsites' => '%1s уникальных вебсайтов (используя %2s уникальных URL)',
+ 'Referers_OtherDistinctPartners' => '%1s уникальных партнеров (используя %2s уникальных URL)',
+ 'Referers_OtherDistinctCampaigns' => '%s уникальных кампаний',
+ 'Referers_TagCloud' => 'Облако тегов',
+ 'Referers_SubmenuEvolution' => 'Эволюция',
+ 'Referers_SubmenuSearchEngines' => 'Поисковые движки и ключ. слова',
+ 'Referers_SubmenuWebsites' => 'Вебсайты',
+ 'Referers_SubmenuCampaigns' => 'Кампании',
+ 'Referers_SubmenuPartners' => 'Партнеры',
+ 'Referers_WidgetKeywords' => 'Список ключевых слов',
+ 'Referers_WidgetPartners' => 'Список партнеров',
+ 'Referers_WidgetCampaigns' => 'Список кампаний',
+ 'Referers_WidgetExternalWebsites' => 'Список внешних вебсайтов',
+ 'Referers_WidgetSearchEngines' => 'Лучшие поисковые движки',
+ 'Referers_WidgetOverview' => 'Обзор',
+ 'UserSettings_BrowserFamilies' => 'По семейству браузеров',
+ 'UserSettings_Browsers' => 'По браузерам',
+ 'UserSettings_Plugins' => 'Подключаемые модули',
+ 'UserSettings_Configurations' => 'По конфигурации',
+ 'UserSettings_OperatinsSystems' => 'По операционным системам',
+ 'UserSettings_Resolutions' => 'По разрешению мониторов',
+ 'UserSettings_WideScreen' => 'По ширине экрана',
+ 'UserSettings_WidgetResolutions' => 'По разрешению мониторов',
+ 'UserSettings_WidgetBrowsers' => 'Браузеры пользователей',
+ 'UserSettings_WidgetPlugins' => 'Список подключаемых модулей',
+ 'UserSettings_WidgetWidescreen' => 'Нормальный / Широкоэкранный',
+ 'UserSettings_WidgetBrowserFamilies' => 'Браузеры по семейству',
+ 'UserSettings_WidgetOperatingSystems' => 'Операционные системы',
+ 'UserSettings_WidgetGlobalVisitors' => 'Глобальная конфигурация',
+ 'UserSettings_SubmenuSettings' => 'Настройки пользователей',
+ 'UserCountry_Country' => 'Страна',
+ 'UserCountry_Continent' => 'Континент',
+ 'UserCountry_DistinctCountries' => '%s униакльных стран',
+ 'UserCountry_SubmenuLocations' => 'Локации',
+ 'UserCountry_WidgetContinents' => 'Континенты посетителей',
+ 'UserCountry_WidgetCountries' => 'Страны посетителей',
+ 'UserCountry_country_ac' => 'Острова Вознесения',
+ 'UserCountry_country_ad' => 'Андорра',
+ 'UserCountry_country_ae' => 'Объединённые Арабские Эмираты',
+ 'UserCountry_country_af' => 'Афганистан',
+ 'UserCountry_country_ag' => 'Антигуа и Барбуда',
+ 'UserCountry_country_ai' => 'Ангвила',
+ 'UserCountry_country_al' => 'Албания',
+ 'UserCountry_country_am' => 'Армения',
+ 'UserCountry_country_an' => 'Антильские острова',
+ 'UserCountry_country_ao' => 'Ангола',
+ 'UserCountry_country_aq' => 'Антарктика',
+ 'UserCountry_country_ar' => 'Аргентина',
+ 'UserCountry_country_as' => 'Американское Самоа',
+ 'UserCountry_country_at' => 'Австрия',
+ 'UserCountry_country_au' => 'Австралия',
+ 'UserCountry_country_aw' => 'Аруба',
+ 'UserCountry_country_az' => 'Азербайджан',
+ 'UserCountry_country_ba' => 'Босния и Герцеговина',
+ 'UserCountry_country_bb' => 'Барбадос',
+ 'UserCountry_country_bd' => 'Бангладеш',
+ 'UserCountry_country_be' => 'Бельгия',
+ 'UserCountry_country_bf' => 'Буркина-Фасо',
+ 'UserCountry_country_bg' => 'Болгария',
+ 'UserCountry_country_bh' => 'Бахрейн',
+ 'UserCountry_country_bi' => 'Бурунди',
+ 'UserCountry_country_bj' => 'Бенин',
+ 'UserCountry_country_bm' => 'Бермудские острова',
+ 'UserCountry_country_bn' => 'Бруней',
+ 'UserCountry_country_bo' => 'Боливия',
+ 'UserCountry_country_br' => 'Бразилия',
+ 'UserCountry_country_bs' => 'Багамские острова',
+ 'UserCountry_country_bt' => 'Бутан',
+ 'UserCountry_country_bv' => 'Остров Буве',
+ 'UserCountry_country_bw' => 'Ботсвана',
+ 'UserCountry_country_by' => 'Беларусь',
+ 'UserCountry_country_bz' => 'Белиз',
+ 'UserCountry_country_ca' => 'Канада',
+ 'UserCountry_country_cc' => 'Кокосовые острова',
+ 'UserCountry_country_cd' => 'Конго, демократическая республик',
+ 'UserCountry_country_cf' => 'Центральноафриканская Республика',
+ 'UserCountry_country_cg' => 'Конго',
+ 'UserCountry_country_ch' => 'Швейцария',
+ 'UserCountry_country_ci' => 'Кот Д\'ивуа',
+ 'UserCountry_country_ck' => 'Острова Кука',
+ 'UserCountry_country_cl' => 'Чили',
+ 'UserCountry_country_cm' => 'Камерун',
+ 'UserCountry_country_cn' => 'Китай',
+ 'UserCountry_country_co' => 'Колумбия',
+ 'UserCountry_country_cr' => 'Коста-Рика',
+ 'UserCountry_country_cs' => 'Сербия и Черногория',
+ 'UserCountry_country_cu' => 'Куба',
+ 'UserCountry_country_cv' => 'Кабо-Верде',
+ 'UserCountry_country_cx' => 'Остров Рождества',
+ 'UserCountry_country_cy' => 'Кипр',
+ 'UserCountry_country_cz' => 'Чешская Республика',
+ 'UserCountry_country_de' => 'Германия',
+ 'UserCountry_country_dj' => 'Джибути',
+ 'UserCountry_country_dk' => 'Дания',
+ 'UserCountry_country_dm' => 'Доминика',
+ 'UserCountry_country_do' => 'Доминиканская Республика',
+ 'UserCountry_country_dz' => 'Алжир',
+ 'UserCountry_country_ec' => 'Эквадор',
+ 'UserCountry_country_ee' => 'Эстония',
+ 'UserCountry_country_eg' => 'Египет',
+ 'UserCountry_country_eh' => 'Западная Сахара',
+ 'UserCountry_country_er' => 'Эритрея',
+ 'UserCountry_country_es' => 'Испания',
+ 'UserCountry_country_et' => 'Эфиопия',
+ 'UserCountry_country_fi' => 'Финляндия',
+ 'UserCountry_country_fj' => 'Фиджи',
+ 'UserCountry_country_fk' => 'Фолклендские острова (Мальвинские)',
+ 'UserCountry_country_fm' => 'Микронезия',
+ 'UserCountry_country_fo' => 'Фарерские острова',
+ 'UserCountry_country_fr' => 'Франция',
+ 'UserCountry_country_ga' => 'Габон',
+ 'UserCountry_country_gd' => 'Гренада',
+ 'UserCountry_country_ge' => 'Грузия',
+ 'UserCountry_country_gf' => 'Фр. Гайана',
+ 'UserCountry_country_gg' => 'Гернси',
+ 'UserCountry_country_gh' => 'Гана',
+ 'UserCountry_country_gi' => 'Гибралтар',
+ 'UserCountry_country_gl' => 'Гренландия',
+ 'UserCountry_country_gm' => 'Гамбия',
+ 'UserCountry_country_gn' => 'Гвинея',
+ 'UserCountry_country_gp' => 'Гваделупа',
+ 'UserCountry_country_gq' => 'Экваториальная Гвинея',
+ 'UserCountry_country_gr' => 'Греция',
+ 'UserCountry_country_gs' => 'Южная Грузия и Южные Сандвичевы острова',
+ 'UserCountry_country_gt' => 'Гватемала',
+ 'UserCountry_country_gu' => 'Гуам',
+ 'UserCountry_country_gw' => 'Гвинея-Бисау',
+ 'UserCountry_country_gy' => 'Гайана',
+ 'UserCountry_country_hk' => 'Гонконг',
+ 'UserCountry_country_hm' => 'Острова Херда и Макдональда',
+ 'UserCountry_country_hn' => 'Гондурас',
+ 'UserCountry_country_hr' => 'Хорватия',
+ 'UserCountry_country_ht' => 'Гаити',
+ 'UserCountry_country_hu' => 'Венгрия',
+ 'UserCountry_country_id' => 'Индонезия',
+ 'UserCountry_country_ie' => 'Ирландия',
+ 'UserCountry_country_il' => 'Израиль',
+ 'UserCountry_country_im' => 'Остров Мэн',
+ 'UserCountry_country_in' => 'Индия',
+ 'UserCountry_country_io' => 'Британская территория Индийского океан',
+ 'UserCountry_country_iq' => 'Ирак',
+ 'UserCountry_country_ir' => 'Иран',
+ 'UserCountry_country_is' => 'Исландия',
+ 'UserCountry_country_it' => 'Италия',
+ 'UserCountry_country_je' => 'Джерси',
+ 'UserCountry_country_jm' => 'Ямайка',
+ 'UserCountry_country_jo' => 'Иордания',
+ 'UserCountry_country_jp' => 'Япония',
+ 'UserCountry_country_ke' => 'Кения',
+ 'UserCountry_country_kg' => 'Киргизстан',
+ 'UserCountry_country_kh' => 'Камбоджа',
+ 'UserCountry_country_ki' => 'Кирибати',
+ 'UserCountry_country_km' => 'Коморские острова',
+ 'UserCountry_country_kn' => 'Сент-Китс и Невис',
+ 'UserCountry_country_kp' => 'КНДР',
+ 'UserCountry_country_kr' => 'Корея',
+ 'UserCountry_country_kw' => 'Кувейт',
+ 'UserCountry_country_ky' => 'Каймановы острова',
+ 'UserCountry_country_kz' => 'Казахстан',
+ 'UserCountry_country_la' => 'Лаос',
+ 'UserCountry_country_lb' => 'Ливан',
+ 'UserCountry_country_lc' => 'Сент-Люсия',
+ 'UserCountry_country_li' => 'Лихтенштейн',
+ 'UserCountry_country_lk' => 'Шри-Ланка',
+ 'UserCountry_country_lr' => 'Либерия',
+ 'UserCountry_country_ls' => 'Лесото',
+ 'UserCountry_country_lt' => 'Литва',
+ 'UserCountry_country_lu' => 'Люксембург',
+ 'UserCountry_country_lv' => 'Латвия',
+ 'UserCountry_country_ly' => 'Ливия',
+ 'UserCountry_country_ma' => 'Марокко',
+ 'UserCountry_country_mc' => 'Монако',
+ 'UserCountry_country_md' => 'Молдова',
+ 'UserCountry_country_mg' => 'Мадагаскар',
+ 'UserCountry_country_mh' => 'Маршалловы острова',
+ 'UserCountry_country_mk' => 'Македония',
+ 'UserCountry_country_ml' => 'Мали',
+ 'UserCountry_country_mm' => 'Мьянма',
+ 'UserCountry_country_mn' => 'Монголия',
+ 'UserCountry_country_mo' => 'Макау',
+ 'UserCountry_country_mp' => 'Северные Марианские острова',
+ 'UserCountry_country_mq' => 'Мартиника',
+ 'UserCountry_country_mr' => 'Мавритания',
+ 'UserCountry_country_ms' => 'Монсеррат',
+ 'UserCountry_country_mt' => 'Мальта',
+ 'UserCountry_country_mu' => 'Маврикий',
+ 'UserCountry_country_mv' => 'Мальдивские острова',
+ 'UserCountry_country_mw' => 'Малави',
+ 'UserCountry_country_mx' => 'Мексика',
+ 'UserCountry_country_my' => 'Малайзия',
+ 'UserCountry_country_mz' => 'Мозамбик',
+ 'UserCountry_country_na' => 'Намибия',
+ 'UserCountry_country_nc' => 'Новая Каледония',
+ 'UserCountry_country_ne' => 'Нигер',
+ 'UserCountry_country_nf' => 'Норфолкские острова',
+ 'UserCountry_country_ng' => 'Нигерия',
+ 'UserCountry_country_ni' => 'Никарагуа',
+ 'UserCountry_country_nl' => 'Нидерланды',
+ 'UserCountry_country_no' => 'Норвегия',
+ 'UserCountry_country_np' => 'Непал',
+ 'UserCountry_country_nr' => 'Науру',
+ 'UserCountry_country_nu' => 'Ние',
+ 'UserCountry_country_nz' => 'Новая Зеландия',
+ 'UserCountry_country_om' => 'Оман',
+ 'UserCountry_country_pa' => 'Панама',
+ 'UserCountry_country_pe' => 'Перу',
+ 'UserCountry_country_pf' => 'Фр. Полинезия',
+ 'UserCountry_country_pg' => 'Папуа - Новая Гвинея',
+ 'UserCountry_country_ph' => 'Филиппины',
+ 'UserCountry_country_pk' => 'Пакистан',
+ 'UserCountry_country_pl' => 'Польша',
+ 'UserCountry_country_pm' => 'Сен-Пьер и Микелон',
+ 'UserCountry_country_pn' => 'Питкэрн',
+ 'UserCountry_country_pr' => 'Пуэрто-Рико',
+ 'UserCountry_country_ps' => 'Палестинская территория',
+ 'UserCountry_country_pt' => 'Португалия',
+ 'UserCountry_country_pw' => 'Палау',
+ 'UserCountry_country_py' => 'Парагвай',
+ 'UserCountry_country_qa' => 'Катар',
+ 'UserCountry_country_re' => 'Остров Реюньон',
+ 'UserCountry_country_ro' => 'Румыния',
+ 'UserCountry_country_ru' => 'Российская Федерация',
+ 'UserCountry_country_rs' => 'Россия',
+ 'UserCountry_country_rw' => 'Руанда',
+ 'UserCountry_country_sa' => 'Саудовская Аравия',
+ 'UserCountry_country_sb' => 'Соломоновы острова',
+ 'UserCountry_country_sc' => 'Сейшельские острова',
+ 'UserCountry_country_sd' => 'Судан',
+ 'UserCountry_country_se' => 'Швеция',
+ 'UserCountry_country_sg' => 'Сингапур',
+ 'UserCountry_country_sh' => 'Остров Святой Елены',
+ 'UserCountry_country_si' => 'Словения',
+ 'UserCountry_country_sj' => 'Свольбар',
+ 'UserCountry_country_sk' => 'Словакия',
+ 'UserCountry_country_sl' => 'Сьерра-Леоне',
+ 'UserCountry_country_sm' => 'Сан-Марино',
+ 'UserCountry_country_sn' => 'Сенегал',
+ 'UserCountry_country_so' => 'Сомали',
+ 'UserCountry_country_sr' => 'Суринам',
+ 'UserCountry_country_st' => 'Сан-Томе и Принсипи',
+ 'UserCountry_country_su' => 'СССР (бывший)',
+ 'UserCountry_country_sv' => 'Сальвадор',
+ 'UserCountry_country_sy' => 'Сирийская Арабская Республика',
+ 'UserCountry_country_sz' => 'Свазиленд',
+ 'UserCountry_country_tc' => 'Острова Турции и Каикоса',
+ 'UserCountry_country_td' => 'Чад',
+ 'UserCountry_country_tf' => 'Южные территории Франции',
+ 'UserCountry_country_tg' => 'Того',
+ 'UserCountry_country_th' => 'Таиланд',
+ 'UserCountry_country_tj' => 'Таджикистан',
+ 'UserCountry_country_tk' => 'Токело',
+ 'UserCountry_country_tm' => 'Туркменистан',
+ 'UserCountry_country_tn' => 'Тунис',
+ 'UserCountry_country_to' => 'Тонга',
+ 'UserCountry_country_tp' => 'Восточный Тимор',
+ 'UserCountry_country_tr' => 'Турция',
+ 'UserCountry_country_tt' => 'Тринидад и Тобаго',
+ 'UserCountry_country_tv' => 'Тувалу',
+ 'UserCountry_country_tw' => 'Тайвань',
+ 'UserCountry_country_tz' => 'Танзания',
+ 'UserCountry_country_ua' => 'Украина',
+ 'UserCountry_country_ug' => 'Уганда',
+ 'UserCountry_country_uk' => 'Соединённое Королевство',
+ 'UserCountry_country_gb' => 'Великобритания',
+ 'UserCountry_country_um' => 'Острова США',
+ 'UserCountry_country_us' => 'США',
+ 'UserCountry_country_uy' => 'Уругвай',
+ 'UserCountry_country_uz' => 'Узбекистан',
+ 'UserCountry_country_va' => 'Ватикан',
+ 'UserCountry_country_vc' => 'Сент-Винсент и Гренадины',
+ 'UserCountry_country_ve' => 'Венесуэла',
+ 'UserCountry_country_vg' => 'Виргинские острова Британии',
+ 'UserCountry_country_vi' => 'Виргинские острова США',
+ 'UserCountry_country_vn' => 'Вьетнам',
+ 'UserCountry_country_vu' => 'Вануату',
+ 'UserCountry_country_wf' => 'Уоллис и Футуна',
+ 'UserCountry_country_ws' => 'Самоа',
+ 'UserCountry_country_ye' => 'Йемен',
+ 'UserCountry_country_yt' => 'Майотта',
+ 'UserCountry_country_yu' => 'Югославия',
+ 'UserCountry_country_za' => 'Южно-Африканская Республика',
+ 'UserCountry_country_zm' => 'Замбия',
+ 'UserCountry_country_zr' => 'Заир',
+ 'UserCountry_country_zw' => 'Зимбабве',
+ 'UserCountry_continent_eur' => 'Европа',
+ 'UserCountry_continent_afr' => 'Африка',
+ 'UserCountry_continent_asi' => 'Азия',
+ 'UserCountry_continent_ams' => 'Южная и Центральная Америка',
+ 'UserCountry_continent_amn' => 'Северная Америка',
+ 'UserCountry_continent_oce' => 'Океания',
+ 'VisitsSummary_NbVisits' => '%s посещений',
+ 'VisitsSummary_NbUniqueVisitors' => '%s уникальных посетителей',
+ 'VisitsSummary_NbActions' => '%s действий (просмотров страниц)',
+ 'VisitsSummary_TotalTime' => '%s общее время посещений',
+ 'VisitsSummary_MaxNbActions' => '%s макс. действий за одно посещение',
+ 'VisitsSummary_NbBounced' => '%s посесителей ушло после посещения одной страницы',
+ 'VisitsSummary_Evolution' => 'Зволюция за 30 последних дней',
+ 'VisitsSummary_Report' => 'Отчет',
+ 'VisitsSummary_GenerateTime' => 'Страница сгенерирована за %s секунд',
+ 'VisitsSummary_GenerateQueries' => '%s запросов выполнено',
+ 'VisitsSummary_WidgetLastVisits' => 'График последних посещений',
+ 'VisitsSummary_WidgetVisits' => 'Обзор посещений',
+ 'VisitsSummary_WidgetLastVisitors' => 'График последних уникальных посещений',
+ 'VisitsSummary_WidgetOverviewGraph' => 'Обзор по всем графикам',
+ 'VisitsSummary_SubmenuOverview' => 'Обзор',
+ 'VisitFrequency_Evolution' => 'Эволюция за период',
+ 'VisitFrequency_ReturnVisits' => '%s повторных посещений',
+ 'VisitFrequency_ReturnActions' => '%s действий в повторные посещения',
+ 'VisitFrequency_ReturnMaxActions' => '%s максимальных действий на повторное посещение',
+ 'VisitFrequency_ReturnTotalTime' => '%s общего времени на повторных посещениях',
+ 'VisitFrequency_ReturnBounces' => '%s раз пользователи вышли после просмотра одной страницы',
+ 'VisitFrequency_WidgetOverview' => 'Обзор частоты посещений',
+ 'VisitFrequency_WidgetGraphReturning' => 'График повторных посещений',
+ 'VisitFrequency_SubmenuFrequency' => 'Частота',
+ 'VisitTime_LocalTime' => 'Посещений по местному времени',
+ 'VisitTime_ServerTime' => 'Посещений по серверному времени',
+ 'VisitTime_WidgetLocalTime' => 'Посещений по местному времени',
+ 'VisitTime_WidgetServerTime' => 'Посещений по серверному времени',
+ 'VisitTime_SubmenuTimes' => 'По времени',
+ 'VisitorInterest_VisitsPerDuration' => 'Посещений по длине визита',
+ 'VisitorInterest_VisitsPerNbOfPages' => 'Посещений по количеству страниц',
+ 'VisitorInterest_WidgetLengths' => 'Длина посещений',
+ 'VisitorInterest_WidgetPages' => 'Старниц за посещение',
+ 'VisitorInterest_SubmenuFrequencyLoyalty' => 'Частота посещений',
+ 'Provider_WidgetProviders' => 'Провайдеры',
+ 'Provider_SubmenuLocationsProvider' => 'Локации и провайдеры',
+ 'Login_PluginDescription' => 'Экран входа пользователей в систему.',
+ 'Login_LoginPasswordNotCorrect' => 'Логин и пароль неверны',
+ 'Login_Login' => 'Логин',
+ 'Login_Password' => 'Пароль',
+ 'Login_LoginOrEmail' => 'Логин или E-mail',
+ 'Login_LogIn' => 'Войти',
+ 'Login_Logout' => 'Выйти',
+ 'Login_LostYourPassword' => 'Потеряли пароль?',
+ 'Login_RemindPassword' => 'Вспомнить пароль',
+ 'Login_PasswordReminder' => 'Пожалуйста, введите свой логин или e-mail. Новый пароль прийдет вам по e-mail.',
+ 'Login_InvalidUsernameEmail' => 'Неверное имя пользователя и/или e-mail',
+ 'Login_MailTopicPasswordRecovery' => 'Восстановление пароля',
+ 'Login_MailBodyPasswordRecovery' => 'Здравствуйте, %1s. Ваш новый пароль s: %2s Теперь вы можете войти: %3s',
+ 'Login_PasswordSent' => 'Пароль уже выслан, проверьте свою почту.',
+ 'Login_ContactAdmin' => 'Возможная причина: функция mail() отключена. <br>Пожалуйста, свяжитесь с администратором.',
+ 'UsersManager_ManageAccess' => 'Управление правами',
+ 'UsersManager_Sites' => 'Сайты',
+ 'UsersManager_AllWebsites' => 'Все сайты',
+ 'UsersManager_ApplyToAllWebsites' => 'Применить ко всем сайтам',
+ 'UsersManager_User' => 'Пользователь',
+ 'UsersManager_PrivNone' => 'Нет доступа',
+ 'UsersManager_PrivView' => 'Просмотр',
+ 'UsersManager_PrivAdmin' => 'Админ',
+ 'UsersManager_ChangeAllConfirm' => 'Вы действительно желаете изменить права \'%s\' на все вебсайты?',
+ 'UsersManager_Login' => 'Логин',
+ 'UsersManager_Password' => 'Пароль',
+ 'UsersManager_Email' => 'Email',
+ 'UsersManager_Alias' => 'Алиас',
+ 'UsersManager_Token' => 'token_auth-ключ',
+ 'UsersManager_Edit' => 'Редактировать',
+ 'UsersManager_AddUser' => 'Добавить нового пользователя',
+ 'UsersManager_MenuUsers' => 'Пользователи',
+ 'UsersManager_DeleteConfirm_js' => 'Вы действительно хотите удалить пользователя %s?',
+ 'UsersManager_ExceptionLoginExists' => 'Логин \'%s\' уже существует.',
+ 'UsersManager_ExceptionEmailExists' => 'Пользователь с Email \'%s\' уже существует.',
+ 'UsersManager_ExceptionInvalidLogin' => 'Логин может содержать только буквы, цифры, символы \'_\' или \'-\' или \'.\'.',
+ 'UsersManager_ExceptionInvalidPassword' => 'Длина пароля должно быть от 6 до 26 символов.',
+ 'UsersManager_ExceptionInvalidEmail' => 'Email неправильного формата',
+ 'UsersManager_ExceptionDeleteDoesNotExist' => 'Пользователя \'%s\' не существует, поэтому он не может быть удален.',
+ 'UsersManager_ExceptionAdminAnonymous' => 'Вы не можете давать права \'Админ\' анонимному пользователю.',
+ 'UsersManager_ExceptionEditAnonymous' => 'Анонимный пользователь не может быть удален. Он необходим Piwik для идентификации пользователей, которые не вошли в систему. Допустим, вы можете сделать статистику публичной, предоставляя право \'Просмотр\' анонимному пользователю.',
+ 'UsersManager_ExceptionUserDoesNotExist' => 'Пользователь \'%s\' не существует.',
+ 'UsersManager_ExceptionAccessValues' => 'Параметр доступа может иметь только одно из следующих значений: [ %s ]',
+ 'SitesManager_Sites' => 'Сайты',
+ 'SitesManager_JsCode' => 'Код JavaScript',
+ 'SitesManager_JsCodeHelp' => 'Код JavaScript, который необходимо вставить на все ваши страницы',
+ 'SitesManager_ShowJsCode' => 'Показать код',
+ 'SitesManager_NoWebsites' => 'Вы не имеете ни одного сайта на учете.',
+ 'SitesManager_AddSite' => 'Добавить новый сайт',
+ 'SitesManager_Id' => 'ID',
+ 'SitesManager_Name' => 'Название',
+ 'SitesManager_Urls' => 'URL-ы',
+ 'SitesManager_MenuSites' => 'Сайты',
+ 'SitesManager_DeleteConfirm_js' => 'Вы действительно желаете удалить этот сайт?',
+ 'SitesManager_ExceptionDeleteSite' => 'Невозможно удалить, так как это единственный сайт в вашем списке. Добавьте еще какой-нибудь сайт для удаления данного.',
+ 'SitesManager_ExceptionNoUrl' => 'Вы должны указать хотя бы один URL для этого сайта',
+ 'SitesManager_ExceptionEmptyName' => 'Название сайта не может быть пустое.',
+ 'SitesManager_ExceptionInvalidUrl' => 'URL \'%s\' не верен.',
+ 'Installation_Installation' => 'Установка',
+ 'Installation_InstallationStatus' => 'Статус установки',
+ 'Installation_PercentDone' => '%s %% Завершено',
+ 'Installation_NoConfigFound' => 'Конфигурационный файл Piwik не может быть найден, однако вы пытаетесь зайти в систему.<br><b>&nbsp;&nbsp;&raquo; Вы можете <a href=\'index.php\'>установить Piwik сейчас</a></b><br><small>. Если Piwik уже был установлен и вы имеете данные в БД, вы все еще можете использовать их.</small>',
+ 'Installation_MysqlSetup' => 'Настройки БД Mysql',
+ 'Installation_MysqlErrorConnect' => 'Ошибка соединения с базой данных.',
+ 'Installation_JsTag' => 'JavaScript тэг',
+ 'Installation_JsTagHelp' => '<p>Для подсчета посетителей вы должны вставить данный JavaScript-код на все страницы сайта.</p><p>Код не должен размещаться в PHP, Piwik будет только работать на всех типах страниц (включая HTML, ASP, Perl или любой другой язык).</p><p>Вот сам код, который необходимо вставить(скопируйте и вставьте на все свои страницы):</p>',
+ 'Installation_Congratulations' => 'Поздравляем',
+ 'Installation_ContratulationsHelp' => '<p>Поздравляем! Установка Piwik окончена.</p><p>Убедитесь, что код JavaScript размещен на всех страницах, и ожидайте первых посетителей!',
+ 'Installation_GoToPiwik' => 'Перейти к Piwik',
+ 'Installation_SetupWebsite' => 'Добавить сайт',
+ 'Installation_SetupWebsiteError' => 'Возникла ошибка при добавлении сайта',
+ 'Installation_GeneralSetup' => 'Общие настройки',
+ 'Installation_GeneralSetupSuccess' => 'Общее конфигурирование успешно завершено',
+ 'Installation_SystemCheck' => 'Проверка системы',
+ 'Installation_SystemCheckPhp' => 'PHP версия',
+ 'Installation_SystemCheckPdo' => 'Модуль Pdo',
+ 'Installation_SystemCheckPdoMysql' => 'Модуль Pdo_Mysql',
+ 'Installation_SystemCheckPdoError' => 'Вам необходимо активизировать модули PDO и PDO_MYSQL в настройках php.ini.',
+ 'Installation_SystemCheckPdoHelp' => 'На Windows-сервере вам необходимо добавить следующие линии в php.ini %s <br><br>на Linux-сервере вы должны откомпилировать PHP со следующими значениями %s В php.ini добавьте следующее %s<br><br>Больше информации вы найдете на <a style="color:red" href="http://php.net/pdo">ресурсе PHP.net</a>.',
+ 'Installation_SystemCheckPhpXml' => 'Расширение PHP-XML',
+ 'Installation_SystemCheckWriteDirs' => 'Папки с правами записи',
+ 'Installation_SystemCheckWriteDirsHelp' => 'Для исправления этой ошибки в ОС Linux, попробуйте ввести следущие команды',
+ 'Installation_SystemCheckMemoryLimit' => 'Ограничение памяти',
+ 'Installation_SystemCheckMemoryLimitHelp' => 'На сайте с высоким трафиком, процесс архивирования может занять больше памяти, чем разрешено.<br>Проверьте опцию memory_limit в вашем php.ini, если необходимо.',
+ 'Installation_SystemCheckGD' => 'GD &gt; 2.x (графика)',
+ 'Installation_SystemCheckGDHelp' => 'Отображение тонкого графика не будет работать.',
+ 'Installation_SystemCheckTimeLimit' => 'set_time_limit() разрешен',
+ 'Installation_SystemCheckTimeLimitHelp' => 'На сайте с высоким трафиком, процесс выполнения архивирования может занять больше времени, чем разрешено.<br>Проверьте опцию max_execution_time в вашем php.ini, если необходимо.',
+ 'Installation_SystemCheckMail' => 'mail() разрешено',
+ 'Installation_SystemCheckError' => 'Возникла ошибка - должна быть исправлена перед продолжением',
+ 'Installation_SystemCheckWarning' => 'Piwik будет работать нормально, но некоторые функции не будут доступны',
+ 'Installation_Tables' => 'Создание таблиц',
+ 'Installation_TablesWarning' => 'Некоторые <span id="linkToggle">таблицы</span> уже установлены в БД',
+ 'Installation_TablesFound' => 'Следующие таблицы найдены в БД',
+ 'Installation_TablesWarningHelp' => 'Выберите одно из двух: использовать существующих таблиц БД, или чистую установку, которая удалит все существующие данные в базе данных.',
+ 'Installation_TablesReuse' => 'Использовать существующие таблицы',
+ 'Installation_TablesDelete' => 'Удалить найденные таблицы',
+ 'Installation_TablesDeletedSuccess' => 'Существующие таблицы Piwik успешно удалены',
+ 'Installation_TablesCreatedSuccess' => 'Таблицы успешно созданы!',
+ 'Installation_TablesDeleteConfirm' => 'Вы действительно хотите удалить таблицы Piwik с БД?',
+ 'Installation_Welcome' => 'Добро пожаловать!',
+ 'Installation_WelcomeHelp' => '<p>Piwik - это открытое программное обеспечение, позволяющее вам вести статестический учет посещений вашего сайта и проводить аналитические рассчеты для получения информации, необходимой вам от посетителей.</p><p>Этот процесс состоит из %s шагов и занимает около 5 минут времени.</p>',
+ 'TranslationsAdmin_MenuTranslations' => 'Переводы',
+ 'TranslationsAdmin_MenuLanguages' => 'Языки',
+ 'TranslationsAdmin_Plugin' => 'Подключаемый модуль',
+ 'TranslationsAdmin_Definition' => 'Описание',
+ 'TranslationsAdmin_DefaultString' => 'Строка по умолчанию (английский)',
+ 'TranslationsAdmin_TranslationString' => 'Переведенная строка (текущий язык: %s )',
+ 'TranslationsAdmin_Translations' => 'Переводы',
+ 'TranslationsAdmin_FixPermissions' => 'Пожалуйста, исправьте системные права',
+ 'TranslationsAdmin_AvailableLanguages' => 'Доступные языки',
+ 'TranslationsAdmin_AddLanguage' => 'Добавить язык',
+ 'TranslationsAdmin_LanguageCode' => 'Код языка',
+ 'TranslationsAdmin_Export' => 'Экспорт языкового файла',
+ 'TranslationsAdmin_Import' => 'Импорт языкового файла',
+); \ No newline at end of file
diff --git a/lang/uk.php b/lang/uk.php
new file mode 100644
index 0000000000..507d925929
--- /dev/null
+++ b/lang/uk.php
@@ -0,0 +1,549 @@
+<?php
+$translations = array(
+ 'General_Locale' => 'uk_UA.UTF-8',
+ 'General_TranslatorName' => 'Anton Andriyevskyy',
+ 'General_TranslatorEmail' => 'x.meglio@gmail.com',
+ 'General_EnglishLanguageName' => 'Ukrainian',
+ 'General_OriginalLanguageName' => 'Українська',
+ 'General_Unknown' => 'Невідомо',
+ 'General_Required' => '%s потребується',
+ 'General_Error' => 'Помилка',
+ 'General_Warning' => 'Застереження',
+ 'General_BackToHomepage' => 'Назад до головної сторінки Piwik',
+ 'General_Yes' => 'Так',
+ 'General_No' => 'Ні',
+ 'General_Delete' => 'Видалити',
+ 'General_Edit' => 'Редагувати',
+ 'General_Ok' => 'Ok',
+ 'General_Close' => 'Закрити',
+ 'General_Logout' => 'Завершити сеанс',
+ 'General_Done' => 'Виконано',
+ 'General_LoadingData' => 'Завантаження даних...',
+ 'General_ErrorRequest' => 'Упс&hellip; запит викликав помилку, будь ласка спробуйте знову.',
+ 'General_Next' => 'Далі',
+ 'General_Previous' => 'Назад',
+ 'General_Table' => 'Таблиця',
+ 'General_Piechart' => 'Кругова Діаграма',
+ 'General_TagCloud' => 'Всі ярлики',
+ 'General_VBarGraph' => 'Гістограма',
+ 'General_GraphData' => 'Дані графіку',
+ 'General_Refresh' => 'Оновити сторінку',
+ 'General_ColumnNbUniqVisitors' => 'Унікальні відвідувачі',
+ 'General_ColumnNbVisits' => 'Відвідування',
+ 'General_ColumnLabel' => 'Ярлик',
+ 'General_Save' => 'Зберегти',
+ 'PluginsAdmin_Plugins' => 'Плагіни',
+ 'PluginsAdmin_Activated' => 'Активовано',
+ 'PluginsAdmin_ActivatedHelp' => 'Цей плагін не може бути деактивовано',
+ 'PluginsAdmin_Deactivate' => 'Деактивувати',
+ 'PluginsAdmin_Activate' => 'Активувати',
+ 'PluginsAdmin_MenuPlugins' => 'Плагіни',
+ 'API_QuickDocumentation' => '<h2>Коротка документація з API</h2><p>Якщо ви не маєте даних для сьогоднішнього дня, Ви можете спершу <a href=\'misc/generateVisits.php\' target=_blank>згенерувати випадкові дані</a> використовуючи Генератор Відвідувань.</p><p>Ви можете спробувати різні формати доступні для кожного методу. Отримати будь-які дані з Piwik - дуже легко!</p><p><b>Детальніше у <a href=\'http://dev.piwik.org/trac/wiki/API\'>Офіційній Документації з API</a> або <a href=\'http://dev.piwik.org/trac/wiki/API/Reference\'>Довіднику з API</a>.</b></P><h2>Ідентифікація користувача</h2><p>Якщо Ви хочете <b>виконати запит даних у Вашому скрипті, в crontab тощо </b> додати параметр <code><u>&token_auth=%s</u></code> до URL API-запиту який вимагає ідентифікації.</p><p><b>Ніколи і нікому не повідомляйте</b> параметр token_auth, як і ваш логін чи пароль!</p>',
+ 'API_LoadedAPIs' => '%s API успішно завантажено',
+ 'Home_NoPrivileges' => 'Ви успішно представлені системі як \'%s\', але у вас немає жодник прав встановлених в Piwik.<br/>Зверніться до Вашого Piwik-адміністратора з проханням надати Вам право "перегляд".',
+ 'Home_JavascriptDisabled' => 'Для користування Piwik в нормальному режимі, JavaScript у Вашому браузері має бути доступним.<br/>Однак JavaScript деактивований або недоступний у Вашому браузері.<br>Щоб користуватися Piwik в нормальному режимі, будь ласка активуйте JavaScript (це можна зробити в опціях браузера), після чого %1sспробуйте знову%2s.<br/>',
+ 'Home_TableNoData' => 'Для цієї таблиці немає даних',
+ 'Home_CategoryNoData' => 'В цій категорії немає даних. Спробуйте ',
+ 'Home_ShowJSCode' => 'Показати код вставки javascript',
+ 'Home_IncludeAllPopulation_js' => 'Включити всі групи людей',
+ 'Home_ExcludeLowPopulation_js' => 'Виключити всі групи людей',
+ 'Home_PageOf_js' => '%s із %s',
+ 'Home_Loading_js' => 'Завантаження...',
+ 'Home_LocalizedDateFormat' => '%A %e %B %Y',
+ 'Home_PeriodDay' => 'День',
+ 'Home_PeriodWeek' => 'Тиждень',
+ 'Home_PeriodMonth' => 'Місяць',
+ 'Home_PeriodYear' => 'Рік',
+ 'Home_DaySu_js' => 'Нд',
+ 'Home_DayMo_js' => 'Пн',
+ 'Home_DayTu_js' => 'Вт',
+ 'Home_DayWe_js' => 'Ср',
+ 'Home_DayTh_js' => 'Чт',
+ 'Home_DayFr_js' => 'Пт',
+ 'Home_DaySa_js' => 'Сб',
+ 'Home_MonthJanuary_js' => 'Січень',
+ 'Home_MonthFebruary_js' => 'Лютий',
+ 'Home_MonthMarch_js' => 'Березень',
+ 'Home_MonthApril_js' => 'Квітень',
+ 'Home_MonthMay_js' => 'Травень',
+ 'Home_MonthJune_js' => 'Червень',
+ 'Home_MonthJuly_js' => 'Липень',
+ 'Home_MonthAugust_js' => 'Серпень',
+ 'Home_MonthSeptember_js' => 'Вересень',
+ 'Home_MonthOctober_js' => 'Жовтень',
+ 'Home_MonthNovember_js' => 'Листопад',
+ 'Home_MonthDecemeber_js' => 'Грудень',
+ 'Actions_SubmenuPages' => 'Сторінки',
+ 'Actions_SubmenuOutlinks' => 'Зовнішні посилання',
+ 'Actions_SubmenuDownloads' => 'Завантаження',
+ 'Dashboard_AddWidget' => 'Додати віджет...',
+ 'Dashboard_DeleteWidgetConfirm' => 'Видалити цей віджет з головної сторінки?',
+ 'Dashboard_SelectWidget' => 'Оберіть віджет для розміщення на головній сторінці',
+ 'Dashboard_AddPreviewedWidget' => 'Розмістити попередньо переглянутий віджет на головну сторінку',
+ 'Dashboard_WidgetPreview' => 'Попередній перегляд віджета',
+ 'Dashboard_TitleWidgetInDashboard_js' => 'Віджет вже розміщено на головній сторінці',
+ 'Dashboard_TitleClickToAdd_js' => 'Клацніть щоб розмістити віджет',
+ 'Dashboard_LoadingPreview_js' => 'Підготовка попереднього перегляду, зачекайте...',
+ 'Dashboard_LoadingWidget_js' => 'Завантаження віджету, зачекайте...',
+ 'Dashboard_WidgetNotFound_js' => 'Віджет не знайдено',
+ 'Referers_SearchEngines' => 'Пошукові Системи',
+ 'Referers_Keywords' => 'Ключові Слова',
+ 'Referers_DirectEntry' => 'Прямі Заходження',
+ 'Referers_Websites' => 'Вебсайти',
+ 'Referers_Partners' => 'Партнери',
+ 'Referers_Newsletters' => 'Листи Новин',
+ 'Referers_Campaigns' => 'Кампанії',
+ 'Referers_Evolution' => '',
+ 'Referers_Type' => 'Тип Джерела',
+ 'Referers_TypeDirectEntries' => '%s прямих заходжень',
+ 'Referers_TypeSearchEngines' => '%s з пошукових систем',
+ 'Referers_TypePartners' => '%s від партнерів',
+ 'Referers_TypeWebsites' => '%s з вебсайтів',
+ 'Referers_TypeNewsletters' => '%s з листів новин',
+ 'Referers_TypeCampaigns' => '%s з кампаній',
+ 'Referers_Other' => 'Інше',
+ 'Referers_OtherDistinctSearchEngines' => '%s унікальних пошукових систем',
+ 'Referers_OtherDistinctKeywords' => '%s унікальних ключових слів',
+ 'Referers_OtherDistinctWebsites' => '%1s унікальних вебсайтів (використовуючи %2s унікальних url)',
+ 'Referers_OtherDistinctPartners' => '%1s унікальних партнерів (використовуючи %2s унікальних url)',
+ 'Referers_OtherDistinctCampaigns' => '%s унікальних кампаній',
+ 'Referers_TagCloud' => 'Ярлики',
+ 'Referers_SubmenuEvolution' => 'Динаміка',
+ 'Referers_SubmenuSearchEngines' => 'Пошукові системи і ключові слова',
+ 'Referers_SubmenuWebsites' => 'Вебсайти',
+ 'Referers_SubmenuCampaigns' => 'Кампанії',
+ 'Referers_SubmenuPartners' => 'Партнери',
+ 'Referers_WidgetKeywords' => 'Список ключових слів',
+ 'Referers_WidgetPartners' => 'Список партнерів',
+ 'Referers_WidgetCampaigns' => 'Список кампаній',
+ 'Referers_WidgetExternalWebsites' => 'Список зовнішніх вебсайтів',
+ 'Referers_WidgetSearchEngines' => 'Найкращі пошукові системи',
+ 'Referers_WidgetOverview' => 'Огляд',
+ 'UserSettings_BrowserFamilies' => 'Категорії браузерів',
+ 'UserSettings_Browsers' => 'Браузери',
+ 'UserSettings_Plugins' => 'Плагіни',
+ 'UserSettings_Configurations' => 'Конфігурації',
+ 'UserSettings_OperatinsSystems' => 'Операційні системи',
+ 'UserSettings_Resolutions' => 'Роздільні здатності',
+ 'UserSettings_WideScreen' => 'Широкоформатність',
+ 'UserSettings_WidgetResolutions' => 'Роздільні здатності',
+ 'UserSettings_WidgetBrowsers' => 'Браузери відвідувачів',
+ 'UserSettings_WidgetPlugins' => 'Список плагінів',
+ 'UserSettings_WidgetWidescreen' => 'Нормальний / Широкоформатний',
+ 'UserSettings_WidgetBrowserFamilies' => 'Браузери за категоріями',
+ 'UserSettings_WidgetOperatingSystems' => 'Операційні системи',
+ 'UserSettings_WidgetGlobalVisitors' => 'Загальна конфігурація відвідувачів',
+ 'UserSettings_SubmenuSettings' => 'Настроювання',
+ 'UserCountry_Country' => 'Країна',
+ 'UserCountry_Continent' => 'Континент',
+ 'UserCountry_DistinctCountries' => '%s унікальних країн',
+ 'UserCountry_SubmenuLocations' => 'Місцезнаходження',
+ 'UserCountry_WidgetContinents' => 'Континенти відвідувачів',
+ 'UserCountry_WidgetCountries' => 'Країни відвідувачів',
+ 'UserCountry_country_ac' => 'Острів Вознесіння',
+ 'UserCountry_country_ad' => 'Андорра',
+ 'UserCountry_country_ae' => 'Об\'єднані Арабські Емірати',
+ 'UserCountry_country_af' => 'Афганістан',
+ 'UserCountry_country_ag' => 'Антигуа і Барбуда',
+ 'UserCountry_country_ai' => 'Ангілья',
+ 'UserCountry_country_al' => 'Албанія',
+ 'UserCountry_country_am' => 'Вірменія',
+ 'UserCountry_country_an' => 'Нідерландські Антильські острови',
+ 'UserCountry_country_ao' => 'Ангола',
+ 'UserCountry_country_aq' => 'Антарктида',
+ 'UserCountry_country_ar' => 'Аргентина',
+ 'UserCountry_country_as' => 'Східне Самоа',
+ 'UserCountry_country_at' => 'Австрія',
+ 'UserCountry_country_au' => 'Австралійський Союз',
+ 'UserCountry_country_aw' => 'Аруба',
+ 'UserCountry_country_az' => 'Азербайджан',
+ 'UserCountry_country_ba' => 'Боснія і Герцеґовина',
+ 'UserCountry_country_bb' => 'Барбадос',
+ 'UserCountry_country_bd' => 'Бангладеш',
+ 'UserCountry_country_be' => 'Бельгія',
+ 'UserCountry_country_bf' => 'Буркіна-Фасо',
+ 'UserCountry_country_bg' => 'Болгарія',
+ 'UserCountry_country_bh' => 'Бахрейн',
+ 'UserCountry_country_bi' => 'Бурунді',
+ 'UserCountry_country_bj' => 'Бенін',
+ 'UserCountry_country_bm' => 'Бермудські острови',
+ 'UserCountry_country_bn' => 'Брунео',
+ 'UserCountry_country_bo' => 'Болівія',
+ 'UserCountry_country_br' => 'Бразилія',
+ 'UserCountry_country_bs' => 'Багамські Острови',
+ 'UserCountry_country_bt' => 'Бутан',
+ 'UserCountry_country_bv' => 'Буве',
+ 'UserCountry_country_bw' => 'Ботсвана',
+ 'UserCountry_country_by' => 'Білорусь',
+ 'UserCountry_country_bz' => 'Беліз',
+ 'UserCountry_country_ca' => 'Канада',
+ 'UserCountry_country_cc' => 'Кокосові Острови',
+ 'UserCountry_country_cd' => 'Демократична Республіка Конго',
+ 'UserCountry_country_cf' => 'Центрально-Африканська Республіка',
+ 'UserCountry_country_cg' => 'Конго',
+ 'UserCountry_country_ch' => 'Швейцарія',
+ 'UserCountry_country_ci' => 'Кот-д\'Івуар',
+ 'UserCountry_country_ck' => 'Острови Кука',
+ 'UserCountry_country_cl' => 'Чилі',
+ 'UserCountry_country_cm' => 'Камерун',
+ 'UserCountry_country_cn' => 'Китай ',
+ 'UserCountry_country_co' => 'Колумбія',
+ 'UserCountry_country_cr' => 'Коста-Ріка',
+ 'UserCountry_country_cs' => 'Сербія і Чорногорія',
+ 'UserCountry_country_cu' => 'Куба',
+ 'UserCountry_country_cv' => 'Кабо-Верде',
+ 'UserCountry_country_cx' => 'Острів Різдва',
+ 'UserCountry_country_cy' => 'Кіпр',
+ 'UserCountry_country_cz' => 'Чехія',
+ 'UserCountry_country_de' => 'Німеччина',
+ 'UserCountry_country_dj' => 'Джибуті',
+ 'UserCountry_country_dk' => 'Данія',
+ 'UserCountry_country_dm' => 'Домініка',
+ 'UserCountry_country_do' => 'Домініканська Республіка',
+ 'UserCountry_country_dz' => 'Алжир',
+ 'UserCountry_country_ec' => 'Еквадор',
+ 'UserCountry_country_ee' => 'Естонія',
+ 'UserCountry_country_eg' => 'Єгипет',
+ 'UserCountry_country_eh' => 'Західна Сахара',
+ 'UserCountry_country_er' => 'Еритрея',
+ 'UserCountry_country_es' => 'Іспанія',
+ 'UserCountry_country_et' => 'Ефіопія',
+ 'UserCountry_country_fi' => 'Фінляндія',
+ 'UserCountry_country_fj' => 'Фіджі',
+ 'UserCountry_country_fk' => 'Фолклендські острови',
+ 'UserCountry_country_fm' => 'Федеративні Штати Мікронезії',
+ 'UserCountry_country_fo' => 'Фарерські острови',
+ 'UserCountry_country_fr' => 'Франція',
+ 'UserCountry_country_ga' => 'Габон',
+ 'UserCountry_country_gd' => 'Гренада',
+ 'UserCountry_country_ge' => 'Грузія',
+ 'UserCountry_country_gf' => 'Французька Гвіана',
+ 'UserCountry_country_gg' => 'Гернсі',
+ 'UserCountry_country_gh' => 'Гана',
+ 'UserCountry_country_gi' => 'Гібралтар',
+ 'UserCountry_country_gl' => 'Ґренландія',
+ 'UserCountry_country_gm' => 'Гамбія',
+ 'UserCountry_country_gn' => 'Гвінея',
+ 'UserCountry_country_gp' => 'Гваделупа',
+ 'UserCountry_country_gq' => 'Екваторіальна Гвінея',
+ 'UserCountry_country_gr' => 'Греція',
+ 'UserCountry_country_gs' => 'Південна Джорджія та Південні Сандвічеві острови',
+ 'UserCountry_country_gt' => 'Гватемала',
+ 'UserCountry_country_gu' => 'Гуам',
+ 'UserCountry_country_gw' => 'Гвінея-Бісау',
+ 'UserCountry_country_gy' => 'Гаяна',
+ 'UserCountry_country_hk' => 'Гонконґ',
+ 'UserCountry_country_hm' => 'Острів Херд та Острови Макдоналд',
+ 'UserCountry_country_hn' => 'Гондурас',
+ 'UserCountry_country_hr' => 'Хорватія',
+ 'UserCountry_country_ht' => 'Гаїті',
+ 'UserCountry_country_hu' => 'Угорщина',
+ 'UserCountry_country_id' => 'Індонезія',
+ 'UserCountry_country_ie' => 'Ірландія (острів)',
+ 'UserCountry_country_il' => 'Ізраїль',
+ 'UserCountry_country_im' => 'Man Island',
+ 'UserCountry_country_in' => 'Індія',
+ 'UserCountry_country_io' => 'Британська територія в Індійському океані',
+ 'UserCountry_country_iq' => 'Ірак',
+ 'UserCountry_country_ir' => 'Іран',
+ 'UserCountry_country_is' => 'Ісландія',
+ 'UserCountry_country_it' => 'Італія',
+ 'UserCountry_country_je' => 'Джерсі (острів)',
+ 'UserCountry_country_jm' => 'Ямайка',
+ 'UserCountry_country_jo' => 'Йорданія',
+ 'UserCountry_country_jp' => 'Японія',
+ 'UserCountry_country_ke' => 'Кенія',
+ 'UserCountry_country_kg' => 'Киргизстан',
+ 'UserCountry_country_kh' => 'Камбоджа',
+ 'UserCountry_country_ki' => 'Кірібаті',
+ 'UserCountry_country_km' => 'Коморські Острови',
+ 'UserCountry_country_kn' => 'Сент-Кітс і Невіс',
+ 'UserCountry_country_kp' => 'Північна Корея
+',
+ 'UserCountry_country_kr' => 'Південна Корея',
+ 'UserCountry_country_kw' => 'Кувейт',
+ 'UserCountry_country_ky' => 'Кайманові острови',
+ 'UserCountry_country_kz' => 'Казахстан',
+ 'UserCountry_country_la' => 'Лаос',
+ 'UserCountry_country_lb' => 'Ліван',
+ 'UserCountry_country_lc' => 'Сент-Люсія',
+ 'UserCountry_country_li' => 'Ліхтенштейн',
+ 'UserCountry_country_lk' => 'Шрі-Ланка',
+ 'UserCountry_country_lr' => 'Ліберія',
+ 'UserCountry_country_ls' => 'Лесото',
+ 'UserCountry_country_lt' => 'Литва',
+ 'UserCountry_country_lu' => 'Люксембург',
+ 'UserCountry_country_lv' => 'Латвія',
+ 'UserCountry_country_ly' => 'Лівія',
+ 'UserCountry_country_ma' => 'Марокко',
+ 'UserCountry_country_mc' => 'Монако',
+ 'UserCountry_country_md' => 'Молдова',
+ 'UserCountry_country_mg' => 'Мадагаскар',
+ 'UserCountry_country_mh' => 'Маршаллові Острови',
+ 'UserCountry_country_mk' => 'Македонія',
+ 'UserCountry_country_ml' => 'Малі',
+ 'UserCountry_country_mm' => 'М\'янма',
+ 'UserCountry_country_mn' => 'Монголія',
+ 'UserCountry_country_mo' => 'Макао ',
+ 'UserCountry_country_mp' => 'Північні Маріанські острови',
+ 'UserCountry_country_mq' => 'Мартиніка',
+ 'UserCountry_country_mr' => 'Мавританія',
+ 'UserCountry_country_ms' => 'Монтсеррат',
+ 'UserCountry_country_mt' => 'Мальта',
+ 'UserCountry_country_mu' => 'Маврикій',
+ 'UserCountry_country_mv' => 'Мальдіви',
+ 'UserCountry_country_mw' => 'Малаві',
+ 'UserCountry_country_mx' => 'Мексика',
+ 'UserCountry_country_my' => 'Малайзія',
+ 'UserCountry_country_mz' => 'Мозамбік',
+ 'UserCountry_country_na' => 'Намібія',
+ 'UserCountry_country_nc' => 'Нова Каледонія',
+ 'UserCountry_country_ne' => 'Нігер',
+ 'UserCountry_country_nf' => 'Острів Норфолк',
+ 'UserCountry_country_ng' => 'Нігерія',
+ 'UserCountry_country_ni' => 'Нікарагуа',
+ 'UserCountry_country_nl' => 'Нідерланди',
+ 'UserCountry_country_no' => 'Норвегія',
+ 'UserCountry_country_np' => 'Непал',
+ 'UserCountry_country_nr' => 'Науру',
+ 'UserCountry_country_nu' => 'Ніуе',
+ 'UserCountry_country_nz' => 'Нова Зеландія',
+ 'UserCountry_country_om' => 'Оман',
+ 'UserCountry_country_pa' => 'Панама',
+ 'UserCountry_country_pe' => 'Перу',
+ 'UserCountry_country_pf' => 'Французька Полінезія',
+ 'UserCountry_country_pg' => 'Папуа-Нова Гвінея',
+ 'UserCountry_country_ph' => 'Філіппіни',
+ 'UserCountry_country_pk' => 'Пакистан',
+ 'UserCountry_country_pl' => 'Польща',
+ 'UserCountry_country_pm' => 'Сен-П\'єр і Мікелон',
+ 'UserCountry_country_pn' => 'Піткерн',
+ 'UserCountry_country_pr' => 'Пуерто-Ріко',
+ 'UserCountry_country_ps' => 'Палестинська Територія',
+ 'UserCountry_country_pt' => 'Португалія',
+ 'UserCountry_country_pw' => 'Палау',
+ 'UserCountry_country_py' => 'Парагвай',
+ 'UserCountry_country_qa' => 'Катар',
+ 'UserCountry_country_re' => 'Реюньйон',
+ 'UserCountry_country_ro' => 'Румунія',
+ 'UserCountry_country_ru' => 'Росія',
+ 'UserCountry_country_rs' => 'Росія',
+ 'UserCountry_country_rw' => 'Руанда',
+ 'UserCountry_country_sa' => 'Саудівська Аравія',
+ 'UserCountry_country_sb' => 'Соломонові Острови',
+ 'UserCountry_country_sc' => 'Сейшельські Острови',
+ 'UserCountry_country_sd' => 'Судан',
+ 'UserCountry_country_se' => 'Швеція',
+ 'UserCountry_country_sg' => 'Сингапур',
+ 'UserCountry_country_sh' => 'Острів Святої Єлени',
+ 'UserCountry_country_si' => 'Словенія',
+ 'UserCountry_country_sj' => 'Свальбард',
+ 'UserCountry_country_sk' => 'Словаччина',
+ 'UserCountry_country_sl' => 'Сьєрра-Леоне',
+ 'UserCountry_country_sm' => 'Сан-Марино',
+ 'UserCountry_country_sn' => 'Сенегал',
+ 'UserCountry_country_so' => 'Сомалі',
+ 'UserCountry_country_sr' => 'Суринам',
+ 'UserCountry_country_st' => 'Сан-Томе і Прінсіпі',
+ 'UserCountry_country_su' => 'СРСР',
+ 'UserCountry_country_sv' => 'Сальвадор',
+ 'UserCountry_country_sy' => 'Сирія',
+ 'UserCountry_country_sz' => 'Свазіленд',
+ 'UserCountry_country_tc' => 'Острови Теркс і Кайкос',
+ 'UserCountry_country_td' => 'Чад',
+ 'UserCountry_country_tf' => 'Французькі Південні й Антарктичні Території',
+ 'UserCountry_country_tg' => 'Того',
+ 'UserCountry_country_th' => 'Таїланд',
+ 'UserCountry_country_tj' => 'Таджикистан',
+ 'UserCountry_country_tk' => 'Токелау',
+ 'UserCountry_country_tm' => 'Туркменістан',
+ 'UserCountry_country_tn' => 'Туніс',
+ 'UserCountry_country_to' => 'Тонга',
+ 'UserCountry_country_tp' => 'Східний Тимор',
+ 'UserCountry_country_tr' => 'Туреччина',
+ 'UserCountry_country_tt' => 'Тринідад і Тобаго',
+ 'UserCountry_country_tv' => 'Тувалу',
+ 'UserCountry_country_tw' => 'Тайвань',
+ 'UserCountry_country_tz' => 'Танзанія',
+ 'UserCountry_country_ua' => 'Україна',
+ 'UserCountry_country_ug' => 'Уганда',
+ 'UserCountry_country_uk' => 'Велика Британія',
+ 'UserCountry_country_gb' => 'Великобританія (острів)',
+ 'UserCountry_country_um' => 'Зовнішні малі острови (США)',
+ 'UserCountry_country_us' => 'Сполучені Штати Америки',
+ 'UserCountry_country_uy' => 'Уругвай',
+ 'UserCountry_country_uz' => 'Узбекистан',
+ 'UserCountry_country_va' => 'Ватикан',
+ 'UserCountry_country_vc' => 'Сент-Вінсент і Гренадини',
+ 'UserCountry_country_ve' => 'Венесуела',
+ 'UserCountry_country_vg' => 'Британські Віргінські острови',
+ 'UserCountry_country_vi' => 'Американські Віргінські острови',
+ 'UserCountry_country_vn' => 'В\'єтнам',
+ 'UserCountry_country_vu' => 'Вануату',
+ 'UserCountry_country_wf' => 'Волліс і Футуна',
+ 'UserCountry_country_ws' => 'Самоа',
+ 'UserCountry_country_ye' => 'Ємен',
+ 'UserCountry_country_yt' => 'Майотта',
+ 'UserCountry_country_yu' => 'Югославія',
+ 'UserCountry_country_za' => 'Південно-Африканська Республіка',
+ 'UserCountry_country_zm' => 'Замбія',
+ 'UserCountry_country_zr' => 'Заір',
+ 'UserCountry_country_zw' => 'Зімбабве',
+ 'UserCountry_continent_eur' => 'Європа',
+ 'UserCountry_continent_afr' => 'Африка',
+ 'UserCountry_continent_asi' => 'Азія',
+ 'UserCountry_continent_ams' => 'Південна та Центральна Америка',
+ 'UserCountry_continent_amn' => 'Північна америка',
+ 'UserCountry_continent_oce' => 'Океанія',
+ 'VisitsSummary_NbVisits' => '%s відвідувань',
+ 'VisitsSummary_NbUniqueVisitors' => '%s унікальних відвідувачів',
+ 'VisitsSummary_NbActions' => '%s переглядів сторінок',
+ 'VisitsSummary_TotalTime' => '%s загальна кількість часу витрачена відвідувачами',
+ 'VisitsSummary_MaxNbActions' => '%s максимальна кількість переглядів сторінок за одне відвідування',
+ 'VisitsSummary_NbBounced' => '%s відвідувачів, що залишили сайт після перегляду однієї сторінки',
+ 'VisitsSummary_Evolution' => 'Динаміка за останні 30 %s',
+ 'VisitsSummary_Report' => 'Звіт',
+ 'VisitsSummary_GenerateTime' => '%s секунд на генерацію сторінки',
+ 'VisitsSummary_GenerateQueries' => '%s запитів виконано',
+ 'VisitsSummary_WidgetLastVisits' => 'Графік останніх відвідувань',
+ 'VisitsSummary_WidgetVisits' => 'Огляд відвідувань',
+ 'VisitsSummary_WidgetLastVisitors' => 'Графік останніх унікальних відвідувань',
+ 'VisitsSummary_WidgetOverviewGraph' => 'Огляд з графіком',
+ 'VisitsSummary_SubmenuOverview' => 'Огляд',
+ 'VisitFrequency_Evolution' => 'Динаміка за період',
+ 'VisitFrequency_ReturnVisits' => '%s повторних відвідувань',
+ 'VisitFrequency_ReturnActions' => '%s переглядів сторінок повторними відвідувачами',
+ 'VisitFrequency_ReturnMaxActions' => 'Максимум %s переглядів сторінок повторними відвідувачами',
+ 'VisitFrequency_ReturnTotalTime' => 'Всього затрачено часу %s повторними відвідувачами',
+ 'VisitFrequency_ReturnBounces' => '%s раз повторні відвідувачі залишили сайт після перегляду однієї сторінки',
+ 'VisitFrequency_WidgetOverview' => 'Огляд частоти',
+ 'VisitFrequency_WidgetGraphReturning' => 'Графік повторних відвідувань',
+ 'VisitFrequency_SubmenuFrequency' => 'Частота',
+ 'VisitTime_LocalTime' => 'Відвідування за локальний час',
+ 'VisitTime_ServerTime' => 'Відвідування за серверний час',
+ 'VisitTime_WidgetLocalTime' => 'Відвідування за локальний час',
+ 'VisitTime_WidgetServerTime' => 'Відвідування за серверний час',
+ 'VisitTime_SubmenuTimes' => 'Кількість',
+ 'VisitorInterest_VisitsPerDuration' => 'Відвідування за тривалістю',
+ 'VisitorInterest_VisitsPerNbOfPages' => 'Відвідування за кількістю сторінок',
+ 'VisitorInterest_WidgetLengths' => 'Тривалість відвідувань',
+ 'VisitorInterest_WidgetPages' => 'Кількість сторінок за відвідування',
+ 'VisitorInterest_SubmenuFrequencyLoyalty' => 'Частота та Лояльність',
+ 'Provider_WidgetProviders' => 'Провайдери',
+ 'Provider_SubmenuLocationsProvider' => 'Місцезнаходження та провайдери',
+ 'Login_PluginDescription' => 'Сторінка представлення системі, надає облікові записи користувачам',
+ 'Login_LoginPasswordNotCorrect' => 'Ім\'я користувача та Пароль невірні',
+ 'Login_Login' => 'Ім\'я користувача',
+ 'Login_Password' => 'Пароль',
+ 'Login_LoginOrEmail' => 'Ім\'я користувача або E-mail',
+ 'Login_LogIn' => 'Представитись',
+ 'Login_Logout' => 'Завершити сеанс',
+ 'Login_LostYourPassword' => 'Забули свій пароль?',
+ 'Login_RemindPassword' => 'Напам\'ятати пароль',
+ 'Login_PasswordReminder' => 'Будь ласка, вкажіть ваші Ім\'я користувача або E-mail. Ви отримаєте новий пароль на Ваш e-mail.',
+ 'Login_InvalidUsernameEmail' => 'Невірне Ім\'я користувача та/або E-mail',
+ 'Login_MailTopicPasswordRecovery' => 'Відновлення пароля',
+ 'Login_MailBodyPasswordRecovery' => 'Вітаю, %1s. Ваш новий пароль: %2s. Тепер ви можете зайти в систему тут: %3s',
+ 'Login_PasswordSent' => 'Пароль було надіслано. Перевірте ваш e-mail.',
+ 'Login_ContactAdmin' => 'Можлива причина: функція mail() відключена в налаштуваннях вашого хостингу.<br/>Зверніться, будь ласка, до вашого Piwik-адміністратора.',
+ 'UsersManager_ManageAccess' => 'Управління доступом',
+ 'UsersManager_Sites' => 'Сайти',
+ 'UsersManager_AllWebsites' => 'Всі вебсайти',
+ 'UsersManager_ApplyToAllWebsites' => 'Застосувати до всіх вебсайтів',
+ 'UsersManager_User' => 'Користувачі',
+ 'UsersManager_PrivNone' => 'Без доступу',
+ 'UsersManager_PrivView' => 'Перегляд',
+ 'UsersManager_PrivAdmin' => 'Адміністрування',
+ 'UsersManager_ChangeAllConfirm' => 'Змінити права "%s" для всіх вебсайтів?',
+ 'UsersManager_Login' => 'Ім\'я користувача',
+ 'UsersManager_Password' => 'Пароль',
+ 'UsersManager_Email' => 'E-mail',
+ 'UsersManager_Alias' => 'Псевдонім',
+ 'UsersManager_Token' => 'token_auth (код авторизації)',
+ 'UsersManager_Edit' => 'Редагувати',
+ 'UsersManager_AddUser' => 'Створити нового користувача',
+ 'UsersManager_MenuUsers' => 'Користувачі',
+ 'UsersManager_DeleteConfirm_js' => 'Видалити користувача %s?',
+ 'UsersManager_ExceptionLoginExists' => 'Ім\'я користувача "%s" вже існує.',
+ 'UsersManager_ExceptionEmailExists' => 'Користувач з адресою e-mail "%s" вже існує.',
+ 'UsersManager_ExceptionInvalidLogin' => 'Ім\'я користувача може складатися лише з латинських літер, чисел або символів "_", "-" або ".".',
+ 'UsersManager_ExceptionInvalidPassword' => 'Пароль має бути довжиною від 6 до 26 символів.',
+ 'UsersManager_ExceptionInvalidEmail' => 'Неправильний e-mail.',
+ 'UsersManager_ExceptionDeleteDoesNotExist' => 'Користувач "%s" не існує і тому не може бути видалений.',
+ 'UsersManager_ExceptionAdminAnonymous' => 'Не можна надати права адміністратора анонімним користувачам.',
+ 'UsersManager_ExceptionEditAnonymous' => 'Анонімний користувач не може бути відредагований або видалений. Цей тип користувачів Piwik застосовує для користувачів, які не представились системі. Наприклад, Ви можете зробити Вашу статистику публічною надаючи права "перегляду" анонімномим користувачам.',
+ 'UsersManager_ExceptionUserDoesNotExist' => 'Користувач "%s" не існує.',
+ 'UsersManager_ExceptionAccessValues' => 'Параметр доступу повинен мати одне з наступних значень: [ %s ]',
+ 'SitesManager_Sites' => 'Сайти',
+ 'SitesManager_JsCode' => 'Код JavaScript',
+ 'SitesManager_JsCodeHelp' => 'Ось код JavaScript для включення в усі ваші сторінки',
+ 'SitesManager_ShowJsCode' => 'показати код',
+ 'SitesManager_NoWebsites' => 'Ви не маєте жодного сайта для адміністрування',
+ 'SitesManager_AddSite' => 'Добавити новий сайт',
+ 'SitesManager_Id' => 'Id',
+ 'SitesManager_Name' => 'Назва',
+ 'SitesManager_Urls' => 'Адреси URL',
+ 'SitesManager_MenuSites' => 'Сайти',
+ 'SitesManager_DeleteConfirm_js' => 'Видалити сайт %s?',
+ 'SitesManager_ExceptionDeleteSite' => 'Неможливо видалити цей сайт, так як це єдиний зареєстрований сайт. Добавте новий сайт, і після цього ви отримаєте можливість видалити цей.',
+ 'SitesManager_ExceptionNoUrl' => 'Ви маєте вказати хоча б один URL для сайта.',
+ 'SitesManager_ExceptionEmptyName' => 'Ім\'я сайта не може бути пустим.',
+ 'SitesManager_ExceptionInvalidUrl' => 'Цей URL невірний: "%s".',
+ 'Installation_Installation' => 'Установка',
+ 'Installation_InstallationStatus' => 'Статус установки',
+ 'Installation_PercentDone' => '%s %% Завершено',
+ 'Installation_NoConfigFound' => 'Файл конфігурації Piwik не знайдено в той час як Ви намагаєтесь користуватися Piwik.<br><b>&nbsp;&nbsp;&raquo; Ви можете <a href=\'index.php\'>втсановити Piwik зараз</a></b><br><small>Якщо ви встановили Piwik раніше і деякі таблиці залишились в базі даних, Ви зможете використати їх і тим самим зберегти вже існуючі дані!</small>',
+ 'Installation_MysqlSetup' => 'Установка бази даних MySql',
+ 'Installation_MysqlErrorConnect' => 'Виникла помилка при спробі підключення до бази даних MySql',
+ 'Installation_JsTag' => 'Тег JavaScript',
+ 'Installation_JsTagHelp' => '<p>Щоб отримати статистику для всіх відвідувачів, необхідно вставити JavaScript код на всі Ваші сторінки.</p><p>Немає необхідності в тому, щоб Ваші стрінки були написані на PHP. Piwik буте працювати з любими сторінками (написаними на HTML, ASP, Perl або будь-яких інших мовах).</p><p>Ось JavaScript код для вставки: (вставте в усі Ваші сторінки) </p>',
+ 'Installation_Congratulations' => 'Поздроволення!',
+ 'Installation_ContratulationsHelp' => '<p>Ура! Установка Piwik завершена.</p><p>Впевніться, що JavaScript код вставлено в усі сторінки, і очікуйте на перших відвідувачів!</p>',
+ 'Installation_GoToPiwik' => 'Перейти до Piwik',
+ 'Installation_SetupWebsite' => 'Встановити вебсайт',
+ 'Installation_SetupWebsiteError' => 'Виникла помилка при добавлянні вебсайта',
+ 'Installation_GeneralSetup' => 'Загальна Установка',
+ 'Installation_GeneralSetupSuccess' => 'Загальна Установка виконана успішно',
+ 'Installation_SystemCheck' => 'Перевірка системи',
+ 'Installation_SystemCheckPhp' => 'Версія PHP',
+ 'Installation_SystemCheckPdo' => 'Розширення Pdo',
+ 'Installation_SystemCheckPdoMysql' => 'Розширення Pd_Mysql',
+ 'Installation_SystemCheckPdoError' => 'Необхідно активувати PDO та PDO_MYSQL розширення в Вашому файлы php.ini.',
+ 'Installation_SystemCheckPdoHelp' => 'На сервері Windows Ви можете добавити наступні строки у Ваш файл php.ini: %s <br><br>На сервері Linux необхідно скомпілювати php з наступними опціями: %s У вашому php.ini, добавте наступні строки: %s<br><br>Докладніше на <a style="color:red" href="http://php.net/pdo">сайті PHP</a>.',
+ 'Installation_SystemCheckPhpXml' => 'Розширення PHP-XML',
+ 'Installation_SystemCheckWriteDirs' => 'Директорії з доступом запису',
+ 'Installation_SystemCheckWriteDirsHelp' => 'Щоб вирішити цю проблему на вашій Linux системі, спробуйте ввести наступні команди',
+ 'Installation_SystemCheckMemoryLimit' => 'Обмеження пам\'яті',
+ 'Installation_SystemCheckMemoryLimitHelp' => 'На сайті з високим трафіком процес стистення даних може потребувати більше пам\'яті ніж доступно зараз.<br/>Дивіться детальніше про директиву memory_limit у Вашому файлі php.ini.',
+ 'Installation_SystemCheckGD' => 'GD &gt; 2.x (графіка)',
+ 'Installation_SystemCheckGDHelp' => 'Міні-графіки будут недоступними.',
+ 'Installation_SystemCheckTimeLimit' => 'функція set_time_limit() доступна',
+ 'Installation_SystemCheckTimeLimitHelp' => 'На сайті з високим трафіком процес стистення даних може потребувати більше часу ніж доступно зараз в настроюваннях PHP.<br/>Дивіться детальніше про директиву max_execution_time у Вашому файлі php.ini.',
+ 'Installation_SystemCheckMail' => 'функція mail() доступна',
+ 'Installation_SystemCheckError' => 'Виникла помилка, яка повинна бути виправлена перед тим як продовжувати',
+ 'Installation_SystemCheckWarning' => 'Piwik буде працювати за вийнятком деяких можливостей',
+ 'Installation_Tables' => 'Стровення таблиць',
+ 'Installation_TablesWarning' => 'Деякі <span id="linkToggle">таблиці Piwik</span> вже установлені в базі даних',
+ 'Installation_TablesFound' => 'Наступні таблиці знайдені в базі даних',
+ 'Installation_TablesWarningHelp' => 'Оберіть, чи хочете Ви використати існуючі таблиці, або виберіть установку "з нуля", щоб видалити всі існуючі таблиці в базі даних',
+ 'Installation_TablesReuse' => 'Використати існуючі таблиці',
+ 'Installation_TablesDelete' => 'Видалити знайдені таблиці',
+ 'Installation_TablesDeletedSuccess' => 'Існуючі таблиці Piwik видалені успішно',
+ 'Installation_TablesCreatedSuccess' => 'Таблиці створені успішно!',
+ 'Installation_TablesDeleteConfirm' => 'Ви впевнені, що хочете видалити всі таблиці Piwik з бази даних?',
+ 'Installation_Welcome' => 'Вітання!',
+ 'Installation_WelcomeHelp' => '<p>Piwik - це <a href="http://ru.wikipedia.org/wiki/Open_source">open source</a> програмне забезпечення для аналітики web, за допомогою якого ви можете з легкісню отримати аналітичну інформацию про ваших відвідувачів.</p><p>Цей процес складається з %s простих кроків і займе не більше 5 хвилин.</p>',
+ 'TranslationsAdmin_MenuTranslations' => 'Переклади',
+ 'TranslationsAdmin_MenuLanguages' => 'Мови',
+ 'TranslationsAdmin_Plugin' => 'Плагін',
+ 'TranslationsAdmin_Definition' => 'Визначення',
+ 'TranslationsAdmin_DefaultString' => 'Початкова строка (Англійською)',
+ 'TranslationsAdmin_TranslationString' => 'Перекладена строка<br/>(поточна мова: %s)',
+ 'TranslationsAdmin_Translations' => 'Переклади',
+ 'TranslationsAdmin_FixPermissions' => 'Будь ласка, встановіть відповідний дозвіл у файловій системі',
+ 'TranslationsAdmin_AvailableLanguages' => 'Доступні мови',
+ 'TranslationsAdmin_AddLanguage' => 'Добавити мову',
+ 'TranslationsAdmin_LanguageCode' => 'Код мови',
+ 'TranslationsAdmin_Export' => 'Експортувати мову',
+ 'TranslationsAdmin_Import' => 'Імпортувати мову',
+); \ No newline at end of file
diff --git a/modules/API/Proxy.php b/modules/API/Proxy.php
index d143fb8e22..dba274eccc 100755
--- a/modules/API/Proxy.php
+++ b/modules/API/Proxy.php
@@ -263,14 +263,14 @@ class Piwik_API_Proxy
XML of the <a target=_blank href='$exampleUrlRss1&format=xml'>last 10 days</a>";
}
$exampleUrl = $prefixUrls . $exampleUrl ;
- $str .= " [ Example in
+ $str .= " <span class=\"example\">[ Example in
<a target=_blank href='$exampleUrl&format=xml'>XML</a>,
<a target=_blank href='$exampleUrl&format=PHP&prettyDisplay=true'>PHP</a>,
<a target=_blank href='$exampleUrl&format=JSON'>Json</a>,
<a target=_blank href='$exampleUrl&format=Csv'>Csv</a>,
<a target=_blank href='$exampleUrl&format=Html'>Basic html</a>
$lastNUrls
- ]";
+ ]</span>";
}
else
{
diff --git a/modules/LogStats/Db.php b/modules/LogStats/Db.php
index c49fcd9151..7637b72fdf 100644
--- a/modules/LogStats/Db.php
+++ b/modules/LogStats/Db.php
@@ -83,6 +83,8 @@ class Piwik_LogStats_Db
$this->connection = new PDO($this->dsn, $this->username, $this->password);
$this->connection->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
+ // we may want to setAttribute(PDO::ATTR_TIMEOUT ) to a few seconds (default is 60) in case the DB is locked
+ // the piwik.php would stay waiting for the database... bad!
// we delete the password from this object "just in case" it could be printed
$this->password = '';
diff --git a/modules/Translate.php b/modules/Translate.php
index ec10daddff..63e99810ce 100644
--- a/modules/Translate.php
+++ b/modules/Translate.php
@@ -10,7 +10,6 @@
*/
/**
- *
* @package Piwik
*/
class Piwik_Translate
@@ -33,26 +32,31 @@ class Piwik_Translate
}
private function __construct()
- {
- $GLOBALS['Piwik_translations'] = array();
-
+ {
+ $translations = array();
+
+ $language = $this->getFallbackLanguageToLoad();
+ require_once "lang/" . $language .".php";
+ $this->addTranslationArray($translations);
+
$language = $this->getLanguageToLoad();
-
- $translations = array();
require_once "lang/" . $language .".php";
-
- $this->addTranslationArray($translations);
+ $this->addTranslationArray($translations);
+
+ setlocale(LC_ALL, $GLOBALS['Piwik_translations']['General_Locale']);
}
public function addTranslationArray($translation)
- {
+ {
+ if(!isset($GLOBALS['Piwik_translations']))
+ {
+ $GLOBALS['Piwik_translations'] = array();
+ }
// we could check that no string overlap here
$GLOBALS['Piwik_translations'] = array_merge($GLOBALS['Piwik_translations'], $translation);
}
/**
- * Enter description here...
- *
* @return string the language filename prefix, eg "en" for english
* @throws exception if the language set in the config file is not a valid filename
*/
@@ -68,6 +72,11 @@ class Piwik_Translate
{
throw new Exception("The language selected ('$language') is not a valid language file ");
}
+ }
+
+ protected function getFallbackLanguageToLoad()
+ {
+ return Zend_Registry::get('config')->Language->fallback;
}
/**
diff --git a/modules/ViewDataTable/GenerateGraphData.php b/modules/ViewDataTable/GenerateGraphData.php
index 65c4b5304d..b8719bf923 100644
--- a/modules/ViewDataTable/GenerateGraphData.php
+++ b/modules/ViewDataTable/GenerateGraphData.php
@@ -89,7 +89,7 @@ abstract class Piwik_ViewDataTable_GenerateGraphData extends Piwik_ViewDataTable
if(!$this->dataAvailable)
{
$this->view->customizeGraph();
- $this->view->title("No data for this graph", '{font-size: 25px;}');
+ $this->view->title(Piwik_Translate('General_NoDataForGraph'), '{font-size: 25px;}');
}
else
{
diff --git a/plugins/API/API.php b/plugins/API/API.php
index c1bc343a1b..473f49042e 100644
--- a/plugins/API/API.php
+++ b/plugins/API/API.php
@@ -20,7 +20,6 @@ class Piwik_API extends Piwik_Plugin
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',
- 'translationAvailable' => true,
);
}
}
diff --git a/plugins/API/Controller.php b/plugins/API/Controller.php
index e52e366169..a32c6c26b2 100644
--- a/plugins/API/Controller.php
+++ b/plugins/API/Controller.php
@@ -62,6 +62,10 @@ class Piwik_API_Controller extends Piwik_Controller
margin: 0pt 0pt 16px 8px;
padding: 12px;
line-height:4em;
+ }
+ .example, .example A {
+ color:#9E9E9E;
+ }
</style>";
echo sprintf(Piwik_Translate('API_QuickDocumentation'),$token_auth);
echo "<span id='token_auth'>token_auth = <b>$token_auth</b></span>";
@@ -70,7 +74,6 @@ class Piwik_API_Controller extends Piwik_Controller
echo "<p><i> ".sprintf(Piwik_Translate('API_LoadedAPIs'),$loaded)."</i></p>\n";
echo Piwik_API_Proxy::getInstance()->getAllInterfaceString();
- echo "<p><a href='?module=Home'>".Piwik_Translate('General_BackToHomepage')."</a></p>";
}
}
diff --git a/plugins/API/lang/en.php b/plugins/API/lang/en.php
deleted file mode 100644
index 09cff9ff28..0000000000
--- a/plugins/API/lang/en.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-$translations = array(
- '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',
-);
diff --git a/plugins/Actions/Actions.php b/plugins/Actions/Actions.php
index c2a2dcf81b..10a9460026 100644
--- a/plugins/Actions/Actions.php
+++ b/plugins/Actions/Actions.php
@@ -36,7 +36,6 @@ class Piwik_Actions extends Piwik_Plugin
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',
- 'translationAvailable' => true
);
return $info;
diff --git a/plugins/Actions/lang/en.php b/plugins/Actions/lang/en.php
deleted file mode 100644
index 5543483441..0000000000
--- a/plugins/Actions/lang/en.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-$translations = array(
- 'Actions_SubmenuPages' => 'Pages',
- 'Actions_SubmenuOutlinks' => 'Outlinks',
- 'Actions_SubmenuDownloads' => 'Downloads',
-
-);
diff --git a/plugins/AdminHome/AdminHome.php b/plugins/AdminHome/AdminHome.php
index a3a4a0f71f..447632b6f5 100644
--- a/plugins/AdminHome/AdminHome.php
+++ b/plugins/AdminHome/AdminHome.php
@@ -21,7 +21,6 @@ class Piwik_AdminHome extends Piwik_Plugin
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',
- 'translationAvailable' => false,
);
}
}
diff --git a/plugins/Dashboard/Dashboard.php b/plugins/Dashboard/Dashboard.php
index 8785a8944e..f7cdfe52c9 100644
--- a/plugins/Dashboard/Dashboard.php
+++ b/plugins/Dashboard/Dashboard.php
@@ -20,7 +20,6 @@ class Piwik_Dashboard extends Piwik_Plugin
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',
- 'translationAvailable' => true,
);
}
diff --git a/plugins/Dashboard/lang/en.php b/plugins/Dashboard/lang/en.php
deleted file mode 100644
index ed78729f1a..0000000000
--- a/plugins/Dashboard/lang/en.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-$translations = array(
- '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',
-);
diff --git a/plugins/ExamplePlugin/ExamplePlugin.php b/plugins/ExamplePlugin/ExamplePlugin.php
index 64e3a020d6..8c108fe670 100644
--- a/plugins/ExamplePlugin/ExamplePlugin.php
+++ b/plugins/ExamplePlugin/ExamplePlugin.php
@@ -20,7 +20,6 @@ class Piwik_ExamplePlugin extends Piwik_Plugin
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',
- 'translationAvailable' => false,
);
}
diff --git a/plugins/Feedback/Feedback.php b/plugins/Feedback/Feedback.php
index 3f6c1ab9d8..1e371d7bf1 100644
--- a/plugins/Feedback/Feedback.php
+++ b/plugins/Feedback/Feedback.php
@@ -19,7 +19,6 @@ class Piwik_Feedback extends Piwik_Plugin
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',
- 'translationAvailable' => true,
);
}
}
diff --git a/plugins/Feedback/lang/en.php b/plugins/Feedback/lang/en.php
deleted file mode 100644
index 3f2cf9cb39..0000000000
--- a/plugins/Feedback/lang/en.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-
-// not translated - feedback should be sent in English!!!
-
-$translations = array(
-);
-
diff --git a/plugins/Home/Controller.php b/plugins/Home/Controller.php
index 03572409c3..3c94af4a78 100644
--- a/plugins/Home/Controller.php
+++ b/plugins/Home/Controller.php
@@ -60,8 +60,9 @@ class Piwik_Home_Controller extends Piwik_Controller
{
// date
$view->date = $this->strDate;
- $oDate = new Piwik_Date($this->strDate);
- $view->prettyDate = $oDate->getLocalized(Piwik_Translate('Home_LocalizedDateFormat'));
+ $oDate = new Piwik_Date($this->strDate);
+ $localizedDateFormat = Piwik_Translate('Home_LocalizedDateFormat');
+ $view->prettyDate = $oDate->getLocalized($localizedDateFormat);
// period
$currentPeriod = Piwik_Common::getRequestVar('period');
diff --git a/plugins/Home/Home.php b/plugins/Home/Home.php
index f4c0e75893..c5e4e0c6aa 100644
--- a/plugins/Home/Home.php
+++ b/plugins/Home/Home.php
@@ -20,7 +20,6 @@ class Piwik_Home extends Piwik_Plugin
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',
- 'translationAvailable' => true,
);
}
}
diff --git a/plugins/Home/lang/en.php b/plugins/Home/lang/en.php
deleted file mode 100644
index 5a47d2267d..0000000000
--- a/plugins/Home/lang/en.php
+++ /dev/null
@@ -1,43 +0,0 @@
-<?php
-$translations = array(
- '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',
-);
diff --git a/plugins/Home/templates/datatable_footer.tpl b/plugins/Home/templates/datatable_footer.tpl
index 093c01d355..0fcaeb993b 100644
--- a/plugins/Home/templates/datatable_footer.tpl
+++ b/plugins/Home/templates/datatable_footer.tpl
@@ -3,7 +3,7 @@
<span id="dataTableSearchPattern">
<input id="keyword" type="text" length="15" />
- <input type="submit" value="Search" />
+ <input type="submit" value="{'General_Search'|translate}" />
</span>
<span id="dataTablePages"></span>
diff --git a/plugins/Installation/Installation.php b/plugins/Installation/Installation.php
index ebd0f9cd75..44fcdf1bf1 100644
--- a/plugins/Installation/Installation.php
+++ b/plugins/Installation/Installation.php
@@ -29,7 +29,6 @@ class Piwik_Installation extends Piwik_Plugin
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',
- 'translationAvailable' => true,
);
return $info;
diff --git a/plugins/Installation/lang/en.php b/plugins/Installation/lang/en.php
deleted file mode 100644
index 0db84b703a..0000000000
--- a/plugins/Installation/lang/en.php
+++ /dev/null
@@ -1,47 +0,0 @@
-<?php
-$translations = array(
- '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>',
-); \ No newline at end of file
diff --git a/plugins/Login/Login.php b/plugins/Login/Login.php
index 8843c7e949..95aec6a7e9 100644
--- a/plugins/Login/Login.php
+++ b/plugins/Login/Login.php
@@ -27,7 +27,6 @@ class Piwik_Login extends Piwik_Plugin
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',
- 'translationAvailable' => true,
);
return $info;
diff --git a/plugins/Login/lang/en.php b/plugins/Login/lang/en.php
deleted file mode 100644
index a33d5fb4d7..0000000000
--- a/plugins/Login/lang/en.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-$translations = array(
- '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_MailBodyPasswordRecovery' => "Hi %1s,\n\nYour new password is: %2s\n\nYou 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.'
-);
diff --git a/plugins/Login/lang/fr.php b/plugins/Login/lang/fr.php
deleted file mode 100644
index db8ee87220..0000000000
--- a/plugins/Login/lang/fr.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-$translations = array(
- 'Login_LoginPasswordNotCorrect' => 'Utilisateur & Mot de passe not correct',
- 'Login_Login' => 'Utilisateur',
- 'Login_Password' => 'Mot de passe',
- 'Login_LogIn' => 'Log in',
-);
diff --git a/plugins/PluginsAdmin/PluginsAdmin.php b/plugins/PluginsAdmin/PluginsAdmin.php
index 4422eabd04..3ebd466112 100644
--- a/plugins/PluginsAdmin/PluginsAdmin.php
+++ b/plugins/PluginsAdmin/PluginsAdmin.php
@@ -20,7 +20,6 @@ class Piwik_PluginsAdmin extends Piwik_Plugin
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',
- 'translationAvailable' => true,
);
}
diff --git a/plugins/PluginsAdmin/lang/en.php b/plugins/PluginsAdmin/lang/en.php
deleted file mode 100644
index cac357c4ad..0000000000
--- a/plugins/PluginsAdmin/lang/en.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-$translations = array(
- 'PluginsAdmin_Plugins' => 'Plugins',
- 'PluginsAdmin_Activated' => 'Activated',
- 'PluginsAdmin_ActivatedHelp' => 'This plugin cannot be deactivated',
- 'PluginsAdmin_Deactivate' => 'Deactivate',
- 'PluginsAdmin_Activate' => 'Activate',
-
- 'PluginsAdmin_MenuPlugins' => 'Plugins',
-);
diff --git a/plugins/Provider/API.php b/plugins/Provider/API.php
index 3a01059f0b..d11263f1a4 100644
--- a/plugins/Provider/API.php
+++ b/plugins/Provider/API.php
@@ -57,7 +57,7 @@ function Piwik_getHostnameName($in)
{
if(empty($in))
{
- return "Unknown";
+ return Piwik_Translate('General_Unknown');
}
elseif(strtolower($in) === 'ip')
{
diff --git a/plugins/Provider/Provider.php b/plugins/Provider/Provider.php
index 169b4ddbc2..68578a7b9d 100644
--- a/plugins/Provider/Provider.php
+++ b/plugins/Provider/Provider.php
@@ -23,7 +23,6 @@ class Piwik_Provider extends Piwik_Plugin
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',
- 'translationAvailable' => true,
'LogStatsPlugin' => true, // this plugin must be loaded during the stats logging
);
diff --git a/plugins/Provider/lang/en.php b/plugins/Provider/lang/en.php
deleted file mode 100644
index 1d1355f0aa..0000000000
--- a/plugins/Provider/lang/en.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-$translations = array(
- 'Provider_WidgetProviders' => 'Providers',
- 'Provider_SubmenuLocationsProvider' => 'Locations & provider'
-);
diff --git a/plugins/Referers/Referers.php b/plugins/Referers/Referers.php
index 8850f87be1..3653fb1c27 100644
--- a/plugins/Referers/Referers.php
+++ b/plugins/Referers/Referers.php
@@ -29,7 +29,6 @@ class Piwik_Referers extends Piwik_Plugin
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',
- 'translationAvailable' => true,
);
return $info;
diff --git a/plugins/Referers/lang/en.php b/plugins/Referers/lang/en.php
deleted file mode 100644
index ffb6181b57..0000000000
--- a/plugins/Referers/lang/en.php
+++ /dev/null
@@ -1,45 +0,0 @@
-<?php
-$translations = array(
- 'Referers_SearchEngines' => 'Search Engines',
-
- 'Referers_Keywords' => 'Keywords',
- 'Referers_DirectEntry' => 'Direct Entry',
- 'Referers_SearchEngines' => 'Search Engines',
- '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',
-
-);
-
diff --git a/plugins/SitesManager/SitesManager.php b/plugins/SitesManager/SitesManager.php
index 44e95abfed..66c258d627 100644
--- a/plugins/SitesManager/SitesManager.php
+++ b/plugins/SitesManager/SitesManager.php
@@ -24,7 +24,6 @@ class Piwik_SitesManager extends Piwik_Plugin
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',
- 'translationAvailable' => true,
);
return $info;
diff --git a/plugins/SitesManager/lang/en.php b/plugins/SitesManager/lang/en.php
deleted file mode 100644
index 0337c054a9..0000000000
--- a/plugins/SitesManager/lang/en.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-$translations = array(
- '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.',
-);
diff --git a/plugins/UserCountry/UserCountry.php b/plugins/UserCountry/UserCountry.php
index 78169c78a7..d09d6b9703 100644
--- a/plugins/UserCountry/UserCountry.php
+++ b/plugins/UserCountry/UserCountry.php
@@ -24,7 +24,6 @@ class Piwik_UserCountry extends Piwik_Plugin
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',
- 'translationAvailable' => true,
);
return $info;
diff --git a/plugins/UserCountry/lang/en.php b/plugins/UserCountry/lang/en.php
deleted file mode 100644
index 1283383b3a..0000000000
--- a/plugins/UserCountry/lang/en.php
+++ /dev/null
@@ -1,270 +0,0 @@
-<?php
-$translations = array (
-
- 'UserCountry_Country' => 'Country',
- 'UserCountry_Continent' => 'Continent',
- 'UserCountry_DistinctCountries' => '%s distinct countries',
- 'UserCountry_SubmenuLocations' => 'Locations',
- 'UserCountry_WidgetContinents' => 'Visitor continents',
- 'UserCountry_WidgetCountries' => 'Visitor countries',
-
- // 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',
-
- // Continents
- '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',
-
-);
-
diff --git a/plugins/UserSettings/API.php b/plugins/UserSettings/API.php
index 5feda72a96..ed05707756 100644
--- a/plugins/UserSettings/API.php
+++ b/plugins/UserSettings/API.php
@@ -138,7 +138,7 @@ function Piwik_getBrowserTypeLabel($oldLabel)
{
return Piwik_UserSettings::$browserType_display[$oldLabel];
}
- return 'Unknown';
+ return Piwik_Translate('General_Unknown');
}
@@ -200,7 +200,6 @@ function Piwik_getBrowsersLogo($label)
function Piwik_getOSLogo($label)
{
$path = "plugins/UserSettings/images/os/". $label . ".gif";
-// echo $path;exit;
return $path;
}
diff --git a/plugins/UserSettings/UserSettings.php b/plugins/UserSettings/UserSettings.php
index ad1e25a478..4b237057d0 100644
--- a/plugins/UserSettings/UserSettings.php
+++ b/plugins/UserSettings/UserSettings.php
@@ -38,7 +38,6 @@ class Piwik_UserSettings extends Piwik_Plugin
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',
- 'translationAvailable' => true,
);
return $info;
diff --git a/plugins/UserSettings/lang/en.php b/plugins/UserSettings/lang/en.php
deleted file mode 100644
index cc9b41370c..0000000000
--- a/plugins/UserSettings/lang/en.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-$translations = array(
- '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',
-);
diff --git a/plugins/UsersManager/UsersManager.php b/plugins/UsersManager/UsersManager.php
index 4d26ace005..41dab8370b 100644
--- a/plugins/UsersManager/UsersManager.php
+++ b/plugins/UsersManager/UsersManager.php
@@ -24,7 +24,6 @@ class Piwik_UsersManager extends Piwik_Plugin
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',
- 'translationAvailable' => true,
);
return $info;
diff --git a/plugins/UsersManager/lang/en.php b/plugins/UsersManager/lang/en.php
deleted file mode 100644
index a9375b2217..0000000000
--- a/plugins/UsersManager/lang/en.php
+++ /dev/null
@@ -1,35 +0,0 @@
-<?php
-$translations = array(
- '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 ]",
-
-);
diff --git a/plugins/VisitFrequency/VisitFrequency.php b/plugins/VisitFrequency/VisitFrequency.php
index 132cd8d63f..b7d33c752f 100644
--- a/plugins/VisitFrequency/VisitFrequency.php
+++ b/plugins/VisitFrequency/VisitFrequency.php
@@ -23,7 +23,6 @@ class Piwik_VisitFrequency extends Piwik_Plugin
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',
- 'translationAvailable' => true
);
return $info;
diff --git a/plugins/VisitFrequency/lang/en.php b/plugins/VisitFrequency/lang/en.php
deleted file mode 100644
index d8833768a9..0000000000
--- a/plugins/VisitFrequency/lang/en.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-$translations = array(
- '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',
-);
-
diff --git a/plugins/VisitTime/API.php b/plugins/VisitTime/API.php
index 1d65bb46fd..4efbece76e 100644
--- a/plugins/VisitTime/API.php
+++ b/plugins/VisitTime/API.php
@@ -53,5 +53,5 @@ class Piwik_VisitTime_API extends Piwik_Apiable
function Piwik_getTimeLabel($label)
{
- return $label . "h";
+ return sprintf(Piwik_Translate('VisitTime_NHour'), $label);
} \ No newline at end of file
diff --git a/plugins/VisitTime/VisitTime.php b/plugins/VisitTime/VisitTime.php
index 47480af48f..4ab5e3d377 100644
--- a/plugins/VisitTime/VisitTime.php
+++ b/plugins/VisitTime/VisitTime.php
@@ -24,7 +24,6 @@ class Piwik_VisitTime extends Piwik_Plugin
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',
- 'translationAvailable' => true
);
return $info;
diff --git a/plugins/VisitTime/lang/en.php b/plugins/VisitTime/lang/en.php
deleted file mode 100644
index 058800818e..0000000000
--- a/plugins/VisitTime/lang/en.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-$translations = array(
- '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',
-);
diff --git a/plugins/VisitorInterest/API.php b/plugins/VisitorInterest/API.php
index 157ebdc3b4..3a662aae01 100644
--- a/plugins/VisitorInterest/API.php
+++ b/plugins/VisitorInterest/API.php
@@ -53,7 +53,6 @@ class Piwik_VisitorInterest_API extends Piwik_Apiable
}
}
-//TODO i18n
function Piwik_getDurationLabel($label)
{
if(($pos = strpos($label,'-')) !== false)
@@ -63,19 +62,22 @@ function Piwik_getDurationLabel($label)
if($min == 0 || $min == 30)
{
- return $min.'-'.$max.'s';
+ $XYSeconds = Piwik_Translate('VisitorInterest_BetweenXYSeconds');
+ return sprintf($XYSeconds, $min, $max);
}
else
{
$min = $min / 60;
$max = $max / 60;
- return $min.'-'.$max.' min';
+ $XYMin = Piwik_Translate('VisitorInterest_BetweenXYMinutes');
+ return sprintf($XYMin, $min, $max);
}
}
else
{
$time = intval($label) / 60;
- return urlencode('+').$time.' min';
+ $plusXMin = Piwik_Translate('VisitorInterest_PlusXMin');
+ return sprintf($plusXMin, urlencode('+').$time);
}
}
@@ -100,8 +102,7 @@ function Piwik_getPageGapLabel($label)
if($return == 1)
{
- return $return . " page";
+ return Piwik_Translate('VisitorInterest_OnePage');
}
-
- return $return . " pages";
+ return sprintf(Piwik_Translate('VisitorInterest_NPages'), $return);
}
diff --git a/plugins/VisitorInterest/VisitorInterest.php b/plugins/VisitorInterest/VisitorInterest.php
index e95c99ea55..2ed7cad3b9 100644
--- a/plugins/VisitorInterest/VisitorInterest.php
+++ b/plugins/VisitorInterest/VisitorInterest.php
@@ -49,7 +49,6 @@ class Piwik_VisitorInterest extends Piwik_Plugin
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',
- 'translationAvailable' => true
);
return $info;
diff --git a/plugins/VisitorInterest/lang/en.php b/plugins/VisitorInterest/lang/en.php
deleted file mode 100644
index b6b29ceafc..0000000000
--- a/plugins/VisitorInterest/lang/en.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-$translations = array(
- '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',
-
-);
diff --git a/plugins/VisitsSummary/VisitsSummary.php b/plugins/VisitsSummary/VisitsSummary.php
index a9e88e6777..fe3de3355e 100644
--- a/plugins/VisitsSummary/VisitsSummary.php
+++ b/plugins/VisitsSummary/VisitsSummary.php
@@ -24,7 +24,6 @@ class Piwik_VisitsSummary extends Piwik_Plugin
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',
- 'translationAvailable' => true,
);
return $info;
diff --git a/plugins/VisitsSummary/lang/en.php b/plugins/VisitsSummary/lang/en.php
deleted file mode 100644
index 24b0d4bc40..0000000000
--- a/plugins/VisitsSummary/lang/en.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-$translations = array(
- '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',
-
-);
diff --git a/plugins/Widgetize/Widgetize.php b/plugins/Widgetize/Widgetize.php
index 3979fa2e12..f3bb9db578 100644
--- a/plugins/Widgetize/Widgetize.php
+++ b/plugins/Widgetize/Widgetize.php
@@ -20,8 +20,6 @@ class Piwik_Widgetize extends Piwik_Plugin
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',
- 'translationAvailable' => false,
);
}
}
-