[ Index ] |
|
Code source de phpMyVisites 2.3 |
1 <?php 2 /* 3 * phpMyVisites : website statistics and audience measurements 4 * Copyright (C) 2002 - 2006 5 * http://www.phpmyvisites.net/ 6 * phpMyVisites is free software (license GNU/GPL) 7 * Authors : phpMyVisites team 8 */ 9 10 // 11 // Technical information 12 // 13 $lang['auteur_nom'] = "Wojtek Wo藕ny"; // Translator's name 14 $lang['auteur_email'] = "wojtaco@poczta.onet.pl"; // Translator's email 15 $lang['charset'] = "UTF-8"; // language file charset (utf-8 by default) 16 $lang['text_dir'] = "ltr"; // (('ltr' for left to right, 'rtl' for right to left) 17 $lang['lang_iso'] = "pl"; // iso language code 18 $lang['lang_libelle_en'] = "Polski"; // polish - (english) language name 19 $lang['lang_libelle_fr'] = "Polonais"; // french language name 20 $lang['unites_bytes'] = array('Bytes', 'Kb', 'Mb', 'Gb', 'Tb', 'Pb', 'Eb', 'Zb', 'Yb'); 21 $lang['separateur_milliers'] = ' '; // hree thousand spells 3,000 in english 22 $lang['separateur_decimaux'] = ','; // Separator for the float part of a number 23 24 // 25 // HTML Markups 26 // 27 $lang['head_titre'] = "phpMyVisites | statystyka i anliza odwiedzin | aplikacja open source"; // Pages header's title 28 $lang['head_keywords'] = "phpmyvisites, php, skrypt, aplikacja, software, statystyka, odno艣niki, stats, free, open source, gpl, odwiedziny, go艣cie, mysql, odwiedzone strony, strony, ods艂ony, liczba ods艂on, wykresy, przegl膮darki, os, system operacyjny, rozdzielczo艣膰, dzie艅, tydzie艅, miesi膮c, rekordy, kraj, host, dostawca internetu, wyszukiwarka, s艂owa kluczowe, strony referuj膮ce, strony wej艣ciowe, strony wyj艣ciowe, tabele"; // Header keywords 29 $lang['head_description'] = "phpMyVisites | Aplikacja open source, anlizuj膮ca odwiedziny i generuj膮ca statystyk臋. Rozwijana w oparciu o PHP/MySQL udost臋pniana na zasadach licencji Gnu GPL."; // Header description 30 $lang['logo_description'] = "phpMyVisites : aplikacja open source generuj膮ca statystyk臋 w oparciu o PHP/MySQL, udost臋pniana na licencji GPL."; // This is the JS code description. Has to be short. 31 32 // 33 // Main menu & submenu 34 // 35 $lang['menu_visites'] = "Odwiedziny"; 36 $lang['menu_pagesvues'] = "Odwiedzone strony"; 37 $lang['menu_suivi'] = "Przej艣cia"; 38 $lang['menu_provenance'] = "Pochodzenie"; 39 $lang['menu_configurations'] = "Parametry"; 40 $lang['menu_affluents'] = "Strony odsy艂aj膮ce"; 41 $lang['menu_listesites'] = "Lista stron"; 42 $lang['menu_bilansites'] = "Summary"; 43 $lang['menu_jour'] = "Dzie艅"; 44 $lang['menu_semaine'] = "Tydzie艅"; 45 $lang['menu_mois'] = "Miesi膮c"; 46 $lang['menu_annee'] = "Year"; 47 $lang['menu_periode'] = "Badany okres: %s"; // Text formatted (e.g.: Studied period: Sunday, July the 14th) 48 $lang['liens_siteofficiel'] = "Oficjalna strona"; 49 $lang['liens_admin'] = "Administracja"; 50 $lang['liens_contacts'] = "Kontakt"; 51 52 // 53 // Divers 54 // 55 $lang['generique_nombre'] = "Numer"; 56 $lang['generique_tauxsortie'] = "Exit Rate"; 57 $lang['generique_ok'] = "OK"; 58 $lang['generique_timefooter'] = "Strona wygenerowana w ci膮gu %s sekund"; // Time in seconds 59 $lang['generique_divers'] = "Inny"; // for the graphs) 60 $lang['generique_inconnu'] = "Nieznany"; // for the graphs) 61 $lang['generique_vous'] = "... You ?"; 62 $lang['generique_traducteur'] = "Translator"; 63 $lang['generique_langue'] = "Language"; 64 $lang['generique_autrelangure'] = "Other?"; // Other language, translations wanted 65 $lang['aucunvisiteur_titre'] = "No visitor in this period."; 66 $lang['generique_aucune_visite_bdd'] = "<b>Warning ! </b> You have no visitor recorded in the database for the current site. Please be sure you've installed your javascript code on your pages, with the correct phpMyVisites URL <u>IN</u> the Javascript code. Try documentation for help."; 67 $lang['generique_aucune_site_bdd'] = "No site registered in the database ! Try to Try to login as phpMyVisites Super User to add a new site."; 68 $lang['generique_retourhaut'] = "Top"; 69 $lang['generique_tempsvisite'] = "%smin %ss"; // 3min 25s means 3 minutes and 25 seconds 70 $lang['generique_tempsheure'] = "%sh"; // 4h means 4 hours 71 $lang['generique_siteno'] = "Site %s"; // Site "phpmyvisites" 72 $lang['generique_newsletterno'] = "Newsletter %s"; // Newsletter "version 2 announcement" 73 $lang['generique_partnerno'] = "Partner %s"; // Partner "version 2 announcement" 74 $lang['generique_general'] = "General"; 75 $lang['generique_user'] = "User %s"; // User "Admin" 76 $lang['generique_previous'] = "Previous"; 77 $lang['generique_next'] = "Next"; 78 $lang['generique_lowpop'] = "Exclude low population from statistics"; 79 $lang['generique_allpop'] = "Include all the population in statistics"; 80 $lang['generique_to'] = "to"; // 4 'to' 8 81 $lang['generique_total_on'] = "on"; // 4 to 8 'on' 10 82 $lang['generique_total'] = "Og贸艂em"; 83 $lang['generique_information'] = "Information"; 84 $lang['generique_done'] = "Done!"; 85 $lang['generique_other'] = "Other"; 86 $lang['generique_description'] = "Description:"; 87 $lang['generique_name'] = "Name:"; 88 $lang['generique_variables'] = "Variables"; 89 $lang['generique_logout'] = "Logout"; 90 $lang['generique_login'] = "Login"; 91 $lang['generique_hits'] = "Hits"; 92 $lang['generique_errors'] = "Errors"; 93 $lang['generique_site'] = "Site"; 94 $lang['generique_help_novisits'] = "Tip: Have you %s installed the tracker (javascript code) %s on your pages?"; 95 96 // 97 // Authentication 98 // 99 $lang['login_password'] = "has艂o : "; // lowercase 100 $lang['login_login'] = "u偶ytkownik : "; // lowercase 101 $lang['login_error'] = "B艂膮d logowania. Niepoprawna nazwa u偶ytkownika lub has艂o."; 102 $lang['login_error_nopermission'] = "The user specified doesn't have any permission. Please ask the Super User to set up your website view/admin permissions in phpMyVisites."; 103 $lang['login_protected'] = "You wish to enter a %sphpMyVisites%s protected area."; 104 105 // 106 // Contacts & "Others ?" 107 // 108 $lang['contacts_titre'] = "Kontakt"; 109 $lang['contacts_langue'] = "T艂umaczenia"; 110 $lang['contacts_merci'] = "Podzi臋kowania"; 111 $lang['contacts_auteur'] = "Tw贸rc膮 i koordynatorem projektu phpMyVisites jest <strong>Matthieu Aubry</strong>."; 112 $lang['contacts_questions'] = "<strong>Pytania techniczne, informacje o b艂臋dach, sugestie</strong> prosimy kierowa膰 na oficjalnym forum %s. W innych sprawach mo偶na kontaktowa膰 si臋 z autorem poprzez formularz na oficjalnej stronie."; // adresse du site 113 $lang['contacts_trad1'] = "Czy chcesz przet艂umaczy膰 phpMyVisites? Nie wahaj si臋 <strong>phpMyVisites potrzebuje ci臋!</strong>"; 114 $lang['contacts_trad2'] = "T艂umaczenie phpMyVisites zajmie niez艂膮 chwil臋 (kilka godzin) wymaga tak偶e dobrej znajomo艣ci j臋zyk贸w; pami臋taj, 偶e <strong>cokolwiek zrobisz, skorzysta z tego wielu ludzi</strong>. Je艣li jeste艣 zainteresowany przet艂umaczeniem phpMyVisites niezb臋dne informacje znajdziesz w %s oficjalnej dokumentacji phpMyVisites %s."; // lien vers la doc 115 $lang['contacts_doc'] = "Nie wahaj si臋 skorzysta膰 z %s oficjalnej dokumentacji phpMyVisites %s, w kt贸rej znajdziesz u偶yteczne informacje nt. instalacji, konfiguracji oraz dzia艂ania phpMyVisites. Jest ona dost臋pna w Twojej wersji phpMyVisites."; // lien vers la doc 116 $lang['contacts_thanks_dev'] = "Thank you <strong>%s</strong>, co-developers of phpMyVisites, for their high quality work on the project."; 117 $lang['contacts_merci3'] = "Zapoznaj si臋 z pe艂n膮 list膮 przyjaci贸艂 phpMyVisites na oficjalnej stronie.."; 118 $lang['contacts_merci2'] = "Wielkie podzi臋kowania dla tych, kt贸rzy przy艂ozyli si臋 do przet艂umaczenia phpMyVisites:"; 119 120 // 121 // Rss & Mails 122 // 123 $lang['rss_titre'] = "Site %s on %s"; // Site MyHomePage on Sunday 29 124 $lang['rss_go'] = "Go to detailed statistics"; 125 $lang['mail_sender_name'] = "Web statistics (Automatic)"; 126 127 // 128 // Visits Part 129 // 130 $lang['visites_titre'] = "Informacje o go艣ciach"; 131 $lang['visites_statistiques'] = "Statystyka"; 132 $lang['visites_periodesel'] = "Za wybrany okres"; 133 $lang['visites_visites'] = "Odwiedziny"; 134 $lang['visites_uniques'] = "R贸偶ni go艣cie"; 135 $lang['visites_pagesvues'] = "Odwiedzone strony"; 136 $lang['visites_pagesvisiteurs'] = "Ilo艣膰 stron na odwiedzaj膮cego"; 137 $lang['visites_pagesvisites'] = "Pages per visit"; 138 $lang['visites_pagesvisitessign'] = "Pages per significant visit"; 139 $lang['visites_tempsmoyen'] = "艢redni czas odwiedzin"; 140 $lang['visites_tempsmoyenpv'] = "艢redni czas ogl膮dania strony"; 141 $lang['visites_tauxvisite'] = "Procent pojedynczych ods艂on"; 142 $lang['visites_average_visits_per_day'] = "Average visits per day"; 143 $lang['visites_recapperiode'] = "Podsumowanie dla wybranych okres贸w"; 144 $lang['visites_nbvisites'] = "Odwiedziny"; 145 $lang['visites_aucunevivisite'] = "Brak odwiedzin"; // in the table, must be short 146 $lang['visites_recap'] = "Podsumowanie"; 147 $lang['visites_unepage'] = "1 strona"; // (graph) 148 $lang['visites_pages'] = "%s stron"; // 1-2 pages (graph) 149 $lang['visites_min'] = "%s min"; // 10-15 min (graph) 150 $lang['visites_sec'] = "%s s"; // 0-30 s (seconds, graph) 151 $lang['visites_grapghrecap'] = "Wykres podsumowanie statystyki"; 152 $lang['visites_grapghrecaplongterm'] = "Graph to show long term statistics summary"; 153 $lang['visites_graphtempsvisites'] = "Wykres ukazuj膮cy czas trwania odwiedzin przypadaj膮cy na odwiedzajacego"; 154 $lang['visites_graphtempsvisitesimg'] = "Czas trwania odwiedzin"; 155 $lang['visites_graphheureserveur'] = "Wykres ukazuj膮cy odwiedziny przypadaj膮ce na godzin臋 (wg czasu serwera)"; 156 $lang['visites_graphheureserveurimg'] = "Odwiedziny wg czasu serwera"; 157 $lang['visites_graphheurevisiteur'] = "Wykres ukazuj膮cy odwiedziny przypadaj膮ce na godzin臋 (wg czasu lokalnego)"; 158 $lang['visites_graphheurelocalimg'] = "Odwiedziny wg czasu lokalnego"; 159 $lang['visites_longterm_statd'] = "Long term Analysis (Days of the Period)"; 160 $lang['visites_longterm_statm'] = "Long term Analysis (Months in the Period)"; 161 162 // 163 // Sites Summary 164 // 165 $lang['summary_title'] = "Site Summary"; 166 $lang['summary_stitle'] = "Summary"; 167 168 // 169 // Frequency Part 170 // 171 $lang['frequence_titre'] = "Returning visitors"; 172 $lang['frequence_nouveauxconnusgraph'] = "Graph to show New vs Returning visits"; 173 $lang['frequence_nouveauxconnus'] = "New vs Returning visits"; 174 $lang['frequence_titremenu'] = "Frequency"; 175 $lang['frequence_visitesconnues'] = "Returning visits"; 176 $lang['frequence_nouvellesvisites'] = "New visits"; 177 $lang['frequence_visiteursconnus'] = "Returning visitors"; 178 $lang['frequence_nouveauxvisiteurs'] = "New visitors"; 179 $lang['frequence_returningrate'] = "Returning rate"; 180 $lang['pagesvues_vispervisgraph'] = "Graph to show number of visits per visitor"; 181 $lang['frequence_vispervis'] = "Number of visits per visitor"; 182 $lang['frequence_vis'] = "visit"; 183 $lang['frequence_visit'] = "1 visit"; // (graph) 184 $lang['frequence_visits'] = "%s visits"; // (graph) 185 186 // 187 // Seen Pages 188 // 189 $lang['pagesvues_titre'] = "Informacje o odwiedzonych stronach"; 190 $lang['pagesvues_joursel'] = "Wybrany dzie艅"; 191 $lang['pagesvues_jmoins7'] = "Dzie艅 - 7"; 192 $lang['pagesvues_jmoins14'] = "Dzie艅 - 14"; 193 $lang['pagesvues_moyenne'] = "(艣rednio)"; 194 $lang['pagesvues_pagesvues'] = "Ods艂ony"; 195 $lang['pagesvues_pagesvudiff'] = "Pojedyncze ods艂ony"; 196 $lang['pagesvues_recordpages'] = "Najwi臋cej ods艂on na jednego go艣cia"; 197 $lang['pagesvues_tabdetails'] = "Ods艂ony (od %s do %s)"; // (from 1 to 21) 198 $lang['pagesvues_graphsnbpages'] = "Wykres ukazuj膮cy ilo艣膰 odwiedzin o okre艣lonej ilo艣ci przegl膮danych stron"; 199 $lang['pagesvues_graphnbvisitespageimg'] = "Odwiedziny w stosunku do stron"; 200 $lang['pagesvues_graphheureserveur'] = "Wykres ukazuj膮cy odwiedziny wg czasu serwera"; 201 $lang['pagesvues_graphheureserveurimg'] = "Odwiedziny wg czasu serwera"; 202 $lang['pagesvues_graphheurevisiteur'] = "Wykres ukazuj膮cy odwiedziny wg czasu lokalnego"; 203 $lang['pagesvues_graphpageslocalimg'] = "Odwiedziny wg czasu lokalnego"; 204 $lang['pagesvues_tempsparpage'] = "Time by page"; 205 $lang['pagesvues_total_time'] = "Total time"; 206 $lang['pagesvues_avg_time'] = "Average time"; 207 $lang['pagesvues_help_pagename'] = "Did you know that you can give a friendly name to your pages?"; 208 $lang['pagesvues_help_track_dls'] = "Did you know that you can track Downloads, and external Urls redirection?"; 209 210 // 211 // Follows-Up 212 // 213 $lang['suivi_titre'] = "Zachowanie odwiedzaj膮cych"; 214 $lang['suivi_pageentree'] = "Strony wej艣ciowe"; 215 $lang['suivi_pagesortie'] = "Strony wyj艣ciowe"; 216 $lang['suivi_tauxsortie'] = "Procent wyj艣膰"; 217 $lang['suivi_pageentreehits'] = "Entry hits"; 218 $lang['suivi_pagesortiehits'] = "Exit hits"; 219 $lang['suivi_singlepage'] = "Single Pages visits"; 220 221 // 222 // Origin 223 // 224 $lang['provenance_titre'] = "Pochodzenie odwiedzaj膮cych"; 225 $lang['provenance_recappays'] = "Podsumowanie kraj贸w"; 226 $lang['provenance_pays'] = "Kraje"; 227 $lang['provenance_paysimg'] = "Odwiedzaj膮cy wg kraj贸w"; 228 $lang['provenance_fai'] = "Dostawcy internetowi"; 229 $lang['provenance_nbpays'] = "Number of different countries : %s"; 230 $lang['provenance_provider'] = "Dostawcy"; // same as $lang['provenance_fai'], but not if $lang['provenance_fai'] is too long 231 $lang['provenance_continent'] = "Kontynent"; 232 $lang['provenance_mappemonde'] = "Mapa 艣wiata"; 233 $lang['provenance_interetspays'] = "Countries Interests"; 234 235 // 236 // Setup 237 // 238 $lang['configurations_titre'] = "Parametry odwiedzaj膮cych"; 239 $lang['configurations_os'] = "Systemy operacyjne"; 240 $lang['configurations_osimg'] = "Wykres ukazuj膮cy systemy operacyjne"; 241 $lang['configurations_navigateurs'] = "Przegl膮darki"; 242 $lang['configurations_navigateursimg'] = "Wykres ukazuj膮cy przegl膮darki"; 243 $lang['configurations_resolutions'] = "Rodzielczo艣膰 ekranu"; 244 $lang['configurations_resolutionsimg'] = "Rozdzielczo艣膰"; 245 $lang['configurations_couleurs'] = "G艂臋bia kolor贸w"; 246 $lang['configurations_couleursimg'] = "G艂臋bia kolor贸w"; 247 $lang['configurations_rapport'] = "Ekran"; 248 $lang['configurations_large'] = "Szeroki"; 249 $lang['configurations_normal'] = "Normalny"; 250 $lang['configurations_double'] = "Dual Screen"; 251 $lang['configurations_plugins'] = "Plugins"; // TODO : translate 252 $lang['configurations_navigateursbytype'] = "Browsers (by type)"; // TODO : translate 253 $lang['configurations_navigateursbytypeimg'] = "Graph to show browsers types"; // TODO : translate 254 $lang['configurations_os_interest'] = "Operating Systems Interest"; 255 $lang['configurations_navigateurs_interest'] = "Browsers Interest"; 256 $lang['configurations_resolutions_interest'] = "Screen Resolutions Interest"; 257 $lang['configurations_couleurs_interest'] = "Color Depth Interest"; 258 $lang['configurations_configurations'] = "Top settings"; 259 260 // 261 // Referers 262 // 263 $lang['affluents_titre'] = "Strony odsy艂aj膮ce"; 264 $lang['affluents_recapimg'] = "Wykres odwiedzaj膮cych wed艂ug stron odsy艂aj膮cych"; 265 $lang['affluents_directimg'] = "Bezpo艣renio"; 266 $lang['affluents_sitesimg'] = "Strony"; 267 $lang['affluents_moteursimg'] = "Wyszukiwarki"; 268 $lang['affluents_referrersimg'] = "Odsy艂acze"; 269 $lang['affluents_moteurs'] = "Wyszukiwarki"; 270 $lang['affluents_nbparmoteur'] = "Odwiedziny za po艣rednictwem wyszukiwarek: %s"; 271 $lang['affluents_aucunmoteur'] = "Brak odwiedzin za po艣rednictwem wyszukiwarek."; 272 $lang['affluents_motscles'] = "S艂owa kluczowe"; 273 $lang['affluents_nbmotscles'] = "R贸偶ne s艂owa kluczowe: %s"; 274 $lang['affluents_aucunmotscles'] = "Nie naleziono s艂贸w kluczowych."; 275 $lang['affluents_sitesinternet'] = "Strony"; 276 $lang['affluents_nbautressites'] = "Odwiedziny z innych stron : %s"; 277 $lang['affluents_nbautressitesdiff'] = "Ilo艣膰 r贸偶nych stron: %s"; 278 $lang['affluents_aucunautresite'] = "Brak odwiedzin z innych stron."; 279 $lang['affluents_entreedirecte'] = "Bezpo艣rednie wej艣cia"; 280 $lang['affluents_nbentreedirecte'] = "Odwiedziny bezpo艣rednie: %s"; 281 $lang['affluents_nbpartenaires'] = "Visits provided by partners : %s"; 282 $lang['affluents_aucunpartenaire'] = "No visits were provided by partners sites."; 283 $lang['affluents_nbnewsletters'] = "Visits provided by newsletters : %s"; 284 $lang['affluents_aucunnewsletter'] = "No visits were provided by newsletters."; 285 $lang['affluents_details'] = "Szczeg贸艂y"; // In the results of the referers array 286 $lang['affluents_interetsmoteurs'] = "Search Engines Interests"; 287 $lang['affluents_interetsmotscles'] = "Keywords Interests"; 288 $lang['affluents_interetssitesinternet'] = "Websites Interests"; 289 $lang['affluents_partenairesimg'] = "Partners"; 290 $lang['affluents_partenaires'] = "Partners"; 291 $lang['affluents_interetspartenaires'] = "Partners Interests"; 292 $lang['affluents_newslettersimg'] = "Newsletters"; 293 $lang['affluents_newsletters'] = "Newsletters"; 294 $lang['affluents_interetsnewsletters'] = "Newsletters Interests"; 295 $lang['affluents_type'] = "Referer type"; 296 $lang['affluents_interetstype'] = "Access type Interests"; 297 298 // 299 // Summary 300 // 301 $lang['purge_titre'] = "Podsumowanie odwiedzin i odsy艂膮czy"; 302 $lang['purge_intro'] = "Ten okres zosta艂 usuni臋ty przez administratora, jedynie niezb臋dne dane zosta艂y zachowane."; 303 $lang['admin_purge'] = "Utrzymanie bazy danych"; 304 $lang['admin_purgeintro'] = "W tej cz臋艣ci mo偶esz zarz膮dza膰 tabelamiwykorzystywanymi przez phpMyVisites. Mo偶esz zobaczy膰 ile miejsca zajmuj膮, optymalizowa膰 je oraz usuwa膰 stare rekordy. To pozwoli Ci ograniczy膰 rozmiar bazy danych."; 305 $lang['admin_optimisation'] = "Optymalizacja tabeli [ %s ]..."; // Tables names 306 $lang['admin_postopt'] = "Ca艂kowity rozmiar zmniejszony o %chiffres% %unites%"; // 28 Kb 307 $lang['admin_purgeres'] = "Unu艅 nast臋puj膮ce okresy: %s"; 308 $lang['admin_purge_fini'] = "Sko艅cono usuwanie tabel..."; 309 $lang['admin_bdd_nom'] = "Nazwa"; 310 $lang['admin_bdd_enregistrements'] = "Rekordy"; 311 $lang['admin_bdd_taille'] = "Rozmiar tabeli"; 312 $lang['admin_bdd_opt'] = "Optymalizuj"; 313 $lang['admin_bdd_purge'] = "Wyczy艣膰 kryteria"; 314 $lang['admin_bdd_optall'] = "Optymalizuj wszystkie"; 315 $lang['admin_purge_j'] = "Usu艅 rekordy starsze ni偶 %s dni"; 316 $lang['admin_purge_s'] = "Usu艅 rekordy starsze ni偶 %s tygodni"; 317 $lang['admin_purge_m'] = "Usu艅 rekordy starsze ni偶 %s miesi臋cy"; 318 $lang['admin_purge_y'] = "Remove records older than %s years"; 319 $lang['admin_purge_logs'] = "Usu艅 wszystkie logi"; 320 $lang['admin_purge_autres'] = "Purge common to the table '%s'"; 321 $lang['admin_purge_none'] = "Brak mo偶liwo艣ci dzia艂ania"; 322 $lang['admin_purge_cal'] = "Oblicz i wyczy艣膰 (mo偶e to zaj膮膰 kilka chwil)"; 323 $lang['admin_alias_title'] = "Website aliases and URLs"; 324 $lang['admin_partner_title'] = "Website partners"; 325 $lang['admin_newsletter_title'] = "Website newsletters"; 326 $lang['admin_ip_exclude_title'] = "IP address ranges to exclude from the statistics"; 327 $lang['admin_name'] = "Name:"; 328 $lang['admin_error_ip'] = "IP has to be in correct format: %s"; 329 $lang['admin_site_name'] = "Site Name"; 330 $lang['admin_site_url'] = "Site main URL"; 331 $lang['admin_db_log'] = "Try to login as phpMyVisites Super User to change database settings."; 332 $lang['admin_error_critical'] = "Error, needs to be repaired for phpMyVisites to work."; 333 $lang['admin_warning'] = "Warning, phpMyVisites will work correctly but maybe some extra features won't."; 334 $lang['admin_move_group'] = "Move to group:"; 335 $lang['admin_move_select'] = "Select a group"; 336 $lang['admin_site_select'] = "Site to administrate"; 337 338 // 339 // Setup 340 // 341 $lang['admin_intro'] = "Wiataj w Centrum Sterowania phpMyVisites. Mo偶e zmienia膰 wszystkie informacje odnosz膮ce si臋 do instalacji. W razie problem贸w nie wahaj si臋 skorzysta膰 z %s oficjalnej dokumentacji phpMyVisites %s."; // doc 342 $lang['admin_configetperso'] = "G艂贸wne opcje"; 343 $lang['admin_afficherjavascript'] = "Poka偶 kod JavaScript dodaj膮cy odwiedziy do bazy danych"; 344 $lang['admin_cookieadmin'] = "Pomijaj administratora w zliczani odwiedzin"; 345 $lang['admin_ip_ranges'] = "Don't count IP/IP ranges in the statistics"; 346 $lang['admin_sitesenregistres'] = "Zapisane strony:"; 347 $lang['admin_retour'] = "Wstecz"; 348 $lang['admin_cookienavigateur'] = "Mo偶esz wy艂膮czy膰 Administratora ze statystyki. Ta metoda oparta jest na cookies i b臋dzie dzia艂a艂a w艂a艣ciwie w przegl膮darce, z kt贸rej w艂a艣nie korzystasz. Mo偶esz zmieni膰 t臋 opcj臋 w ka偶dym momencie."; 349 $lang['admin_prendreencompteadmin'] = "Zliczaj odwiedziny Administratora (usu艅 cookie)"; 350 $lang['admin_nepasprendreencompteadmin'] = "Nie licz odwiedzin administratora (zapisz cookie)"; 351 $lang['admin_etatcookieoui'] = "Odwiedziny Administratora s膮 dodawane do statystyki (jeste艣 liczony jak normalny odwiedzaj膮cy)"; 352 $lang['admin_etatcookienon'] = "Twoje odwiedziny nie s膮 dodawane do statystyk."; 353 $lang['admin_deleteconfirm'] = "Please confirm that you want to delete %s?"; 354 $lang['admin_sitedeletemessage'] = "Please <u>be very careful</u>: all data associated to that Site will be deleted <br>and there won't be any way to recover the data loss."; 355 $lang['admin_confirmyes'] = "Yes, I want to delete it"; 356 $lang['admin_confirmno'] = "No, I don't want to delete it"; 357 $lang['admin_nonewsletter'] = "No newsletter found for this site!"; 358 $lang['admin_nopartner'] = "No Partner found for this site!"; 359 $lang['admin_get_question'] = "Record GET variable? (URL variables)"; 360 $lang['admin_get_a1'] = "Record ALL URL variables"; 361 $lang['admin_get_a2'] = "Do NOT record any URL variable"; 362 $lang['admin_get_a3'] = "Record ONLY specified variables"; 363 $lang['admin_get_a4'] = "Record all EXCEPT specified variables"; 364 $lang['admin_get_default_pdf'] = "PDF report :"; 365 $lang['admin_get_default_pdfdefault'] = "Defaut PDF report"; 366 $lang['admin_get_default_theme'] = "Visual theme for this site:"; 367 $lang['admin_get_list'] = "Variable names (<b>;</b> separated list) <br/>Example : %s"; 368 $lang['admin_required'] = "%s is required."; 369 $lang['admin_title_required'] = "Required"; 370 $lang['admin_write_dir'] = "Writable directories"; 371 $lang['admin_chmod_howto'] = "These directories need to be writable by the server. This means you have to chmod 777 them, with your FTP software (right-click on the directory -> Permissions (or chmod))"; 372 $lang['admin_optional'] = "Optional"; 373 $lang['admin_memory_limit'] = "Memory limit"; 374 $lang['admin_allowed'] = "allowed"; 375 $lang['admin_webserver'] = "Web server"; 376 $lang['admin_server_os'] = "Server OS"; 377 $lang['admin_server_time'] = "Server time"; 378 $lang['admin_legend'] = "Legend:"; 379 $lang['admin_error_url'] = "URL has to be in a correct format : %s (without slash at the end)"; 380 $lang['admin_url_n'] = "URL %s:"; 381 $lang['admin_url_aliases'] = "URLs aliases"; 382 $lang['admin_logo_question'] = "Display logo?"; 383 $lang['admin_type_again'] = "(type again)"; 384 $lang['admin_admin_mail'] = "Super Administrator email"; 385 $lang['admin_admin'] = "Super Administrator"; 386 $lang['admin_phpmv_path'] = "Complete path to the phpMyVisites application"; 387 $lang['admin_valid_email'] = "Email has to be a valid email"; 388 $lang['admin_valid_pass'] = "Password must be more complex (6 characters minimum, must contain numbers)"; 389 $lang['admin_match_pass'] = "Passwords do not match"; 390 $lang['admin_no_user_group'] = "No user in this group for this site"; 391 $lang['admin_recorded_nl'] = "Recorded newsletters:"; 392 $lang['admin_recorded_partners'] = "Recorded partners:"; 393 $lang['admin_recorded_users'] = "Recorded users:"; 394 $lang['admin_select_site_title'] = "Please select a site"; 395 $lang['admin_select_user_title'] = "Please select a user"; 396 $lang['admin_no_user_registered'] = "No user registered!"; 397 $lang['admin_configuration'] = "Configuration"; 398 $lang['admin_general_conf'] = "General configuration"; 399 $lang['admin_group_title'] = "Groups manager (permissions)"; 400 $lang['admin_user_title'] = "User management"; 401 $lang['admin_user_add'] = "Add user"; 402 $lang['admin_user_mod'] = "Modify user"; 403 $lang['admin_user_del'] = "Delete user"; 404 $lang['admin_user_oldPwd'] = "Old password"; 405 $lang['admin_user_oldPwd_bad'] = "Old password incorrect."; 406 $lang['admin_server_info'] = "Server Information"; 407 $lang['admin_send_mail'] = "Send statistics by email"; 408 $lang['admin_rss_feed'] = "Statistics in a RSS feed"; 409 $lang['admin_rss_feed_specific_site'] = "Website '%s' Statistics - RSS"; // site 2 410 $lang['admin_site_admin'] = "Site Administration"; 411 $lang['admin_site_add'] = "Add site"; 412 $lang['admin_site_mod'] = "Modify site"; 413 $lang['admin_site_del'] = "Delete site"; 414 $lang['admin_nl_add'] = "Add newsletter"; 415 $lang['admin_nl_mod'] = "Modify newsletter"; 416 $lang['admin_nl_del'] = "Delete newsletter"; 417 $lang['admin_partner_add'] = "Add partner"; 418 $lang['admin_partner_mod'] = "Modify partner's name and URL"; 419 $lang['admin_partner_del'] = "Delete partner"; 420 $lang['admin_url_alias'] = "URL alias Manager"; 421 $lang['admin_group_admin_n'] = "View statistics + Admin permission"; 422 $lang['admin_group_admin_d'] = "Users can view site statistics AND edit site information (name, add cookie, exclude IP ranges, manage URLs alias/partners/newsletters, etc.)"; 423 $lang['admin_group_view_n'] = "View statistics"; 424 $lang['admin_group_view_d'] = "User can only view site statistics. No admin permission."; 425 $lang['admin_group_noperm_n'] = "No permission"; 426 $lang['admin_group_noperm_d'] = "Users in this group don't have any permission to view statistics or edit information."; 427 $lang['admin_group_stitle'] = "You can edit user's groups by selecting the users you want to change, and then select a group in which you want to move the selected users."; 428 $lang['admin_url_generate_download_link_example'] = "Download file adress Or URL redirection to an external website"; 429 $lang['admin_url_generate_title'] = "File download / Url redirection : Url generator"; 430 $lang['admin_url_generate_intro'] = "phpMyVisites can count your file downloads, and can also track external clicks to URLs. Downloads and URLs tracked will appear in the 'Pages views' section of phpMyVisites.</p><p class='texte'> To achieve this, you have to use a URL that points to the phpmyvisites file, then it will redirect to the URL you need. Because it is not trivial to generate such a URL, here is a tool that will make it simple (because phpMyVisites must be a simple but powerful experience for all of us). Simply fill in the form, click the 'Generate URL' button, and you will count your file downloads or external URL redirections very easily!"; 431 $lang['admin_url_generate_site_selection'] = "Select the site for which you want to count a file download or a URL redirection"; 432 $lang['admin_url_generate_tag_selection'] = "Select the tag for which you want to count a file download or a URL redirection"; 433 $lang['admin_url_generate_enter_url'] = "Enter your file complete adress or the external Url you want to track in the statistics:"; 434 $lang['admin_url_generate_help_enter_url'] = "Help: It must be like '<b>http://www.yoursite.com/file/brilliant-software.zip</b>' or for any URL redirection '<b>http://www.the-site-to-redirect.com</b>'"; 435 $lang['admin_url_generate_friendly_name'] = "Friendly name of the file / URL that will be used in the page views table:"; 436 $lang['admin_url_generate_help_friendly_name'] = "Help: You can classify the 'files / Url redirection' in categories for a better display in the Pages view section in phpMyVisites. You can separate the category and the files or Url redirections with the character '<b>/</b>'. For example, the Name can be '<b>my photos download/Summer in France</b>' or '<b>Partners/PHP.net website</b>' : it will classify respectively in the folder '<b>my photos downloads</b>' or in the folder '<b>Partners</b>' : you will see them in folders in the 'Pages view' section in your phpMyVisites interface."; 437 $lang['admin_url_generate_result_url'] = "Here is the URL you can link to: "; 438 $lang['admin_url_generate_html_result'] = "If it is useful for you, here is the HTML Link you can use:"; 439 $lang['admin_url_generate_html_onclick'] = "Here is the HTML using onclick event:"; 440 $lang['admin_url_generate_image_legend'] = "Example of Pages views with URL redirection and file download tracking:"; 441 $lang['admin_site_link_javascript'] = "%s Now you have to install the tracker on your pages (copy paste the Javascript code). Click to display the javascript code. %s"; 442 $lang['admin_last_version'] = "Do you have phpMyVisites last version? (Recommended!)"; 443 $lang['admin_general_config_firstday'] = "First day of the calendar?"; 444 $lang['admin_default_language'] = "Default language? <br/>It will also be the default language for emails."; 445 $lang['admin_back_statisitics'] = "Go to statistics"; 446 447 // 448 // Pdf export 449 // 450 $lang['pdf_generate_link'] = "Generate a PDF presenting all statistics for site %s"; 451 $lang['pdf_summary_generate_link'] = "Generate a PDF presenting a statistics summary"; 452 $lang['pdf_free_page'] = "Free new page"; 453 $lang['pdf_free_chapter'] = "Free title chapter"; 454 $lang['pdf_page_break'] = "Page break"; 455 $lang['pdf_page_summary'] = "Summary"; 456 $lang['generique_pdfno'] = "PDF %s"; // Newsletter "version 2 announcement" 457 $lang['admin_pdf_title'] = "Website PDF"; 458 $lang['admin_nopdf'] = "No pdf found for this site!"; 459 $lang['admin_recorded_pdf'] = "Recorded PDFs:"; 460 $lang['admin_pdf_add'] = "Add PDF"; 461 $lang['admin_pdf_mod'] = "Modify PDF"; 462 $lang['admin_pdf_del'] = "Delete PDF"; 463 $lang['generique_pdf'] = "PDF"; 464 $lang['pdf_lib_show_interest'] = "Interest array is displayed"; 465 $lang['pdf_lib_hide_interest'] = "Interest array is hidden"; 466 $lang['pdf_lib_show_all'] = "Details are displayed"; 467 $lang['pdf_lib_hide_all'] = "Data are limited in size"; 468 $lang['pdf_lib_edit_text'] = "Edit this text"; 469 $lang['pdf_lib_need_at_least_one_page'] = "You first have to create an 'empty page'"; 470 $lang['pdf_lib_can_not_add_chapter'] = "Can't set an element before a page is created."; 471 $lang['pdf_lib_pdf_name_mandatory'] = "Name is mandatory"; 472 $lang['pdf_lib_pdf_expand_all'] = "Expand all"; 473 $lang['pdf_lib_pdf_collapse_all'] = "Collapse all"; 474 $lang['pdf_create_from_interface'] = "Create a personalized pdf report!"; 475 $lang['pdf_complete'] = "PDF Complete report"; 476 477 // 478 // Installation Step 479 // 480 $lang['install_loginmysql'] = "Login do bazy danych"; 481 $lang['install_mdpmysql'] = "Has艂o do bazy danych"; 482 $lang['install_serveurmysql'] = "Serwer bazy danych"; 483 $lang['install_basemysql'] = "Nazwa bazy danych"; 484 $lang['install_prefixetable'] = "Prefiks tabeli"; 485 $lang['install_utilisateursavances'] = "Dla zaawansowanych u偶ytkownik贸w (dowolne)"; 486 $lang['install_oui'] = "Tak"; 487 $lang['install_non'] = "Nie"; 488 $lang['install_ok'] = "OK"; 489 $lang['install_probleme'] = "Problem: "; 490 $lang['install_DirectoriesWriteError'] = "<b>Problem! </b><br/>Cannot write in the folder(s) %s Please verify that you have the rights necessary to create files on the server (try to CHMOD 755 the folder with your FTP software : right click on the directory -> Permissions (or CHMOD). <br/><br/>If the CHMOD doesn't work with your FTP software, try to delete (if it exists) the directories, and create them with your FTP software."; 491 $lang['install_loginadmin'] = "Login administratora:"; 492 $lang['install_mdpadmin'] = "Has艂o administratora:"; 493 $lang['install_chemincomplet'] = "Pe艂na 艣cie偶ka do phpMyVisites (jak http://www.mysite.com/rep1/rep3/phpmyvisites/). 艢cie偶ka musi ko艅czy膰 si臋 <strong>/</strong>."; 494 $lang['install_afficherlogo'] = "Czy pokazywa膰 logo na Twoich stronach?<br /> %s <br />By allowing the display of the logo on your site, you will help publicize phpMyVisites and help it evolve more rapidly. It is also a way to thank the author who has spent many hours developing this Open Source, free application."; // %s replaced by the logo image 495 $lang['install_affichergraphique'] = "Pokazuj wykresy."; 496 $lang['install_valider'] = "Wy艣lij"; // during installation and for login 497 $lang['install_popup_logo'] = "Please select a logo"; // TODO : translate 498 $lang['install_logodispo'] = "See the various logos available"; // TODO : translate 499 $lang['install_welcome'] = "Welcome!"; 500 $lang['install_system_requirements'] = "System Requirements"; 501 $lang['install_database_setup'] = "Database Setup"; 502 $lang['install_create_tables'] = "Table creation"; 503 $lang['install_general_setup'] = "General Setup"; 504 $lang['install_create_config_file'] = "Create Config File"; 505 $lang['install_first_website_setup'] = "Add First Website"; 506 $lang['install_display_javascript_code'] = "Display Javascript code"; 507 $lang['install_finish'] = "Finished!"; 508 $lang['install_txt2'] = "Na zako艅czenie, zostanie wys艂ana informacja do oficjalnej strony projektu. Pomo偶e nam to zdawa膰 sobie spraw臋 z ilo艣ci ludzi korzystaj膮cych z phpMyVisites. Dzi臋kujemy za zrozumienie."; 509 $lang['install_database_setup_txt'] = "Please enter your Database settings."; 510 $lang['install_general_config_text'] = "phpMyVisites will have only one administrator user who has full access to view/modify everything. Please choose a username and password for your super administrator account. You can add additional users later."; 511 $lang['install_config_file'] = " Admin user info entered successfully."; 512 $lang['install_js_code_text'] = "<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, <strong>phpMyVisites will work on all kinds of pages (whether it is HTML, ASP, Perl or any other languages).</strong> </p><p> Here is the code you have to insert: (copy and paste on all your pages) </p>"; 513 $lang['install_intro'] = "Welcome to the phpMyVisites installation."; 514 $lang['install_intro2'] = "This process is split up into %s easy steps and will take around 10 minutes."; 515 $lang['install_next_step'] = "Go to next step"; 516 $lang['install_status'] = "Installation Status"; 517 $lang['install_done'] = "Installation %s%% complete"; // Install 25% complete 518 $lang['install_site_success'] = "Website created with success!"; 519 $lang['install_site_info'] = "Please type in all information about the first website."; 520 $lang['install_go_phpmv'] = "Go to phpMyVisites!"; 521 $lang['install_congratulation'] = "Congratulations! Your phpMyVisites installation is complete."; 522 $lang['install_end_text'] = "Make sure your javascript code is entered on your pages, and wait for your first visitors!"; 523 $lang['install_db_ok'] = "Connection to database server ok!"; 524 $lang['install_table_exist'] = "phpMyVisites tables already exist in the database."; 525 $lang['install_table_choice'] = "Either choose to reuse the existing database tables or select a clean install to erase all existing data in the database."; 526 $lang['install_table_erase'] = "Erase all tables (be careful!)"; 527 $lang['install_table_reuse'] = "Reuse existing tables"; 528 $lang['install_table_success'] = "Tables created with success!"; 529 $lang['install_send_mail'] = "Receive an email each day per website containing statistics summary?"; 530 531 // 532 // Update Step 533 // 534 $lang['update_title'] = "Update phpMyVisites"; 535 $lang['update_subtitle'] = "We detect that you are updating phpMyVisites."; 536 $lang['update_versions'] = "Your previous version was %s and we have updated it to %s."; 537 $lang['update_db_updated'] = "Your database was successfully updated!"; 538 $lang['update_continue'] = "Continue to phpMyVisites"; 539 $lang['update_jschange'] = "Warning! <br /> The phpMyVisites javascript code has been modified. You MUST update your pages and copy/paste the new phpMyVisites Javascript on ALL your configured sites. <br /> The changes made to javascript code are rare, we apologies for the trouble we are taking you through with this change."; // TODO : translate 540 541 // 542 // Dates 543 // 544 545 /* 546 %daylong% // Monday 547 %dayshort% // Mon 548 %daynumeric% // 27 549 %monthlong% // Febuary 550 %monthshort% // Feb 551 %monthnumeric% // 02 552 %yearlong% // 2004 553 %yearshort% // 04 554 */ 555 556 // Monday February 10 2004 557 $lang['tdate1'] = "%daylong% %monthlong% %daynumeric% %yearlong%"; 558 559 // Monday 10 560 $lang['tdate2'] = "%daylong% %daynumeric%"; 561 562 // Week February 10 To February 17 2004 563 $lang['tdate3'] = "Week %monthlong% %daynumeric% To %monthlong2% %daynumeric2% %yearlong%"; 564 565 // February 2004 Month 566 $lang['tdate4'] = "%monthlong% %yearlong% Month"; 567 568 // December 2003 569 $lang['tdate5'] = "%monthlong% %yearlong%"; 570 571 // 10 Febuary week 572 $lang['tdate6'] = "%daynumeric% %monthlong% week"; 573 574 // 10-02-2003 // February 2 2003 575 $lang['tdate7'] = "%daynumeric%-%monthnumeric%-%yearlong%"; 576 577 // Mon 10 (Only for Graphs purpose) 578 $lang['tdate8'] = "%dayshort% %daynumeric%"; 579 580 // Week 10 Feb (Only for Graphs purpose) 581 $lang['tdate9'] = " Week %daynumeric% %monthshort%"; 582 583 // Dec 04 (Only for Graphs purpose) 584 $lang['tdate10'] = "%monthshort% %yearshort%"; 585 586 // Year 2004 587 $lang['tdate11'] = "Year %yearlong%"; 588 589 // 2004 590 $lang['tdate12'] = "%yearlong%"; 591 592 // 31 593 $lang['tdate13'] = "%daynumeric%"; 594 595 // Months 596 $lang['moistab']['01'] = "stycze艅"; 597 $lang['moistab']['02'] = "luty"; 598 $lang['moistab']['03'] = "marzec"; 599 $lang['moistab']['04'] = "kwiecie艅"; 600 $lang['moistab']['05'] = "maj"; 601 $lang['moistab']['06'] = "czerwiec"; 602 $lang['moistab']['07'] = "lipiec"; 603 $lang['moistab']['08'] = "sierpie艅"; 604 $lang['moistab']['09'] = "wrzesie艅"; 605 $lang['moistab']['10'] = "pa藕dziernik"; 606 $lang['moistab']['11'] = "listopad"; 607 $lang['moistab']['12'] = "grudzie艅"; 608 609 // Months (Graph purpose, 4 chars max) 610 $lang['moistab_graph']['01'] = "sty"; 611 $lang['moistab_graph']['02'] = "lut"; 612 $lang['moistab_graph']['03'] = "mar"; 613 $lang['moistab_graph']['04'] = "kwi"; 614 $lang['moistab_graph']['05'] = "maj"; 615 $lang['moistab_graph']['06'] = "cze"; 616 $lang['moistab_graph']['07'] = "lip"; 617 $lang['moistab_graph']['08'] = "sier"; 618 $lang['moistab_graph']['09'] = "wrz"; 619 $lang['moistab_graph']['10'] = "paz"; 620 $lang['moistab_graph']['11'] = "lis"; 621 $lang['moistab_graph']['12'] = "gru"; 622 623 // Day of the week 624 $lang['jsemaine']['Mon'] = "poniedzia艂ek"; 625 $lang['jsemaine']['Tue'] = "wtorek"; 626 $lang['jsemaine']['Wed'] = "艣roda"; 627 $lang['jsemaine']['Thu'] = "czwartek"; 628 $lang['jsemaine']['Fri'] = "pi膮tek"; 629 $lang['jsemaine']['Sat'] = "sobota"; 630 $lang['jsemaine']['Sun'] = "niedziela"; 631 632 // Day of the week (Graph purpose, 4 chars max) 633 $lang['jsemaine_graph']['Mon'] = "pon"; 634 $lang['jsemaine_graph']['Tue'] = "wt"; 635 $lang['jsemaine_graph']['Wed'] = "艣r"; 636 $lang['jsemaine_graph']['Thu'] = "czw"; 637 $lang['jsemaine_graph']['Fri'] = "pt"; 638 $lang['jsemaine_graph']['Sat'] = "sob"; 639 $lang['jsemaine_graph']['Sun'] = "nied"; 640 641 // First letter of each day, weekdays ordered 642 $lang['calendrier_jours'][0] = "M"; 643 $lang['calendrier_jours'][1] = "T"; 644 $lang['calendrier_jours'][2] = "W"; 645 $lang['calendrier_jours'][3] = "T"; 646 $lang['calendrier_jours'][4] = "F"; 647 $lang['calendrier_jours'][5] = "S"; 648 $lang['calendrier_jours'][6] = "S"; 649 650 // DO NOT ALTER! 651 $lang['weekdays']['Mon'] = '1'; 652 $lang['weekdays']['Tue'] = '2'; 653 $lang['weekdays']['Wed'] = '3'; 654 $lang['weekdays']['Thu'] = '4'; 655 $lang['weekdays']['Fri'] = '5'; 656 $lang['weekdays']['Sat'] = '6'; 657 $lang['weekdays']['Sun'] = '7'; 658 659 // Continents 660 $lang['eur'] = "Europa"; 661 $lang['afr'] = "Afryka"; 662 $lang['asi'] = "Azja"; 663 $lang['ams'] = "Ameryka Po艂udniowa i 艢rodkowa"; 664 $lang['amn'] = "Ameryka P贸艂nocna"; 665 $lang['oce'] = "Oceania"; 666 667 // Oceans 668 $lang['oc_pac'] = "Pacific Ocean"; // TODO : translate 669 $lang['oc_atl'] = "Atlantic Ocean"; // TODO : translate 670 $lang['oc_ind'] = "Indian Ocean"; // TODO : translate 671 672 // Countries 673 $lang['domaines'] = array( 674 "xx" => "Nieznany", 675 "ac" => "Ascension Islands", 676 "ad" => "Andorra", 677 "ae" => "United Arab Emirates", 678 "af" => "Afghanistan", 679 "ag" => "Antigua and Barbuda", 680 "ai" => "Anguilla", 681 "al" => "Albania", 682 "am" => "Armenia", 683 "an" => "Netherlands Antilles", 684 "ao" => "Angola", 685 "aq" => "Antarctica", 686 "ar" => "Argentyna", 687 "as" => "American Samoa", 688 "at" => "Austria", 689 "au" => "Australia", 690 "aw" => "Aruba", 691 "az" => "Azerbejd偶an", 692 "ba" => "Bo艣nia and Hercegowina", 693 "bb" => "Barbados", 694 "bd" => "Bangladesh", 695 "be" => "Belgia", 696 "bf" => "Burkina Faso", 697 "bg" => "Bu艂garia", 698 "bh" => "Bahrain", 699 "bi" => "Burundi", 700 "bj" => "Benin", 701 "bm" => "Bermuda", 702 "bn" => "Bruneo", 703 "bo" => "Boliwia", 704 "br" => "Brazylia", 705 "bs" => "Bahama", 706 "bt" => "Bhutan", 707 "bv" => "Bouvet Island", 708 "bw" => "Botswana", 709 "by" => "Bia艂ou艣", 710 "bz" => "Belize", 711 "ca" => "Kanada", 712 "cc" => "Cocos (Keeling) Islands", 713 "cd" => "Congo, The Democratic Republic of the", 714 "cf" => "Central African Republic", 715 "cg" => "Congo", 716 "ch" => "Szwajcaria", 717 "ci" => "Wybrzerze Ko艣ci S艂oniowej", 718 "ck" => "Cook Islands", 719 "cl" => "Chile", 720 "cm" => "Kamerun", 721 "cn" => "Chiny", 722 "co" => "Kolumbia", 723 "cr" => "Kostaryka", 724 "cs" => "Serbia Montenegro", 725 "cu" => "Kuba", 726 "cv" => "Cape Verde", 727 "cx" => "Christmas Island", 728 "cy" => "Cypr", 729 "cz" => "Czechy", 730 "de" => "Niemcy", 731 "dj" => "Djibouti", 732 "dk" => "Dania", 733 "dm" => "Dominica", 734 "do" => "Dominican Republic", 735 "dz" => "Algeria", 736 "ec" => "Ekwador", 737 "ee" => "Estonia", 738 "eg" => "Egipt", 739 "eh" => "Western Sahara", 740 "er" => "Eritrea", 741 "es" => "Hiszpania", 742 "et" => "Ethiopia", 743 "fi" => "Finlandia", 744 "fj" => "Fid偶i", 745 "fk" => "Falkland Islands (Malvinas)", 746 "fm" => "Micronesia, Federated States of", 747 "fo" => "Faroe Islands", 748 "fr" => "Francja", 749 "ga" => "Gabon", 750 "gd" => "Grenada", 751 "ge" => "Gruzja", 752 "gf" => "French Guyana", 753 "gg" => "Guernsey", 754 "gh" => "Ghana", 755 "gi" => "Gibraltar", 756 "gl" => "Grenlandia", 757 "gm" => "Gambia", 758 "gn" => "Guinea", 759 "gp" => "Guadeloupe", 760 "gq" => "Equatorial Guinea", 761 "gr" => "Grecja", 762 "gs" => "South Georgia and the South Sandwich Islands", 763 "gt" => "Gwatemala", 764 "gu" => "Guam", 765 "gw" => "Guinea-Bissau", 766 "gy" => "Guyana", 767 "hk" => "Hong Kong", 768 "hm" => "Heard Island and McDonald Islands", 769 "hn" => "Honduras", 770 "hr" => "Chorwacja", 771 "ht" => "Haiti", 772 "hu" => "W臋gry", 773 "id" => "Indonezja", 774 "ie" => "Irlandia", 775 "il" => "Izrael", 776 "im" => "Man Island", 777 "in" => "Indie", 778 "io" => "British Indian Ocean Territory", 779 "iq" => "Irak", 780 "ir" => "Iran, Islamic Republic of", 781 "is" => "Isladia", 782 "it" => "W艂ochy", 783 "je" => "Jersey", 784 "jm" => "Jamaica", 785 "jo" => "Jordan", 786 "jp" => "Japonia", 787 "ke" => "Kenia", 788 "kg" => "Kirgistan", 789 "kh" => "Cambodia", 790 "ki" => "Kiribati", 791 "km" => "Comoros", 792 "kn" => "Saint Kitts and Nevis", 793 "kp" => "Korea, Democratic People's Republic of", 794 "kr" => "Korea, Republic of", 795 "kw" => "Kuwejt", 796 "ky" => "Cayman Islands", 797 "kz" => "Kazahstan", 798 "la" => "Laos", 799 "lb" => "Lebanon", 800 "lc" => "Saint Lucia", 801 "li" => "Liechtenstein", 802 "lk" => "Sri Lanka", 803 "lr" => "Liberia", 804 "ls" => "Lesotho", 805 "lt" => "Litwa", 806 "lu" => "Luksemburg", 807 "lv" => "艁otwa", 808 "ly" => "Libya", 809 "ma" => "Maroko", 810 "mc" => "Monako", 811 "md" => "Mo艂dawia", 812 "mg" => "Madagaskar", 813 "mh" => "Marshall Islands", 814 "mk" => "Macedonia", 815 "ml" => "Mali", 816 "mm" => "Myanmar", 817 "mn" => "Mongolia", 818 "mo" => "Macau", 819 "mp" => "Northern Mariana Islands", 820 "mq" => "Martinique", 821 "mr" => "Mauritania", 822 "ms" => "Montserrat", 823 "mt" => "Malta", 824 "mu" => "Mauritius", 825 "mv" => "Maldives", 826 "mw" => "Malawi", 827 "mx" => "Meksyk", 828 "my" => "Malezja", 829 "mz" => "Mozambique", 830 "na" => "Namibia", 831 "nc" => "New Caledonia", 832 "ne" => "Niger", 833 "nf" => "Norfolk Island", 834 "ng" => "Nigeria", 835 "ni" => "Nicaragua", 836 "nl" => "Holandia", 837 "no" => "Norwegia", 838 "np" => "Nepal", 839 "nr" => "Nauru", 840 "nu" => "Niue", 841 "nz" => "Nowa Zelandia", 842 "om" => "Oman", 843 "pa" => "Panama", 844 "pe" => "Peru", 845 "pf" => "French Polynesia", 846 "pg" => "Papua New Guinea", 847 "ph" => "Philippines", 848 "pk" => "Pakistan", 849 "pl" => "Polska", 850 "pm" => "Saint Pierre and Miquelon", 851 "pn" => "Pitcairn", 852 "pr" => "Puerto Rico", 853 "ps" => "Palestinian Territory", 854 "pt" => "Portugalia", 855 "pw" => "Palau", 856 "py" => "Paragwaj", 857 "qa" => "Katar", 858 "re" => "Reunion Island", 859 "ro" => "Rumunia", 860 "ru" => "Rosja", 861 "rs" => "Rosja", 862 "rw" => "Rwanda", 863 "sa" => "Arabia Saudyjska", 864 "sb" => "Solomon Islands", 865 "sc" => "Seychelles", 866 "sd" => "Sudan", 867 "se" => "Szwecja", 868 "sg" => "Singapur", 869 "sh" => "Saint Helena", 870 "si" => "S艂owenia", 871 "sj" => "Svalbard", 872 "sk" => "S艂owacja", 873 "sl" => "Sierra Leone", 874 "sm" => "San Marino", 875 "sn" => "Senegal", 876 "so" => "Somalia", 877 "sr" => "Suriname", 878 "st" => "Sao Tome and Principe", 879 "su" => "Dawny ZSRR", 880 "sv" => "El Salvador", 881 "sy" => "Syrian Arab Republic", 882 "sz" => "Swaziland", 883 "tc" => "Turks and Caicos Islands", 884 "td" => "Czad", 885 "tf" => "French Southern Territories", 886 "tg" => "Togo", 887 "th" => "Tajlandia", 888 "tj" => "Tad偶ykistan", 889 "tk" => "Tokelau", 890 "tm" => "Turkmenistan", 891 "tn" => "Tunezja", 892 "to" => "Tonga", 893 "tp" => "East Timor", 894 "tr" => "Turcja", 895 "tt" => "Trinidad and Tobago", 896 "tv" => "Tuvalu", 897 "tw" => "Taiwan, Province of China", 898 "tz" => "Tanzania, United Republic of", 899 "ua" => "Ukraina", 900 "ug" => "Uganda", 901 "uk" => "Wielka Brytania", 902 "gb" => "Wielka Brytania", 903 "um" => "United States Minor Outlying Islands", 904 "us" => "USA", 905 "uy" => "Urugwaj", 906 "uz" => "Uzbekistan", 907 "va" => "Watykan", 908 "vc" => "Saint Vincent and the Grenadines", 909 "ve" => "Wenezuela", 910 "vg" => "Virgin Islands, British", 911 "vi" => "Virgin Islands, U.S.", 912 "vn" => "Wietnam", 913 "vu" => "Vanuatu", 914 "wf" => "Wallis and Futuna", 915 "ws" => "Samoa", 916 "ye" => "Yemen", 917 "yt" => "Mayotte", 918 "yu" => "Jugos艂awia", 919 "za" => "RPA", 920 "zm" => "Zambia", 921 "zr" => "Zair", 922 "zw" => "Zimbabwe", 923 "com" => "-", 924 "net" => "-", 925 "org" => "-", 926 "edu" => "-", 927 "int" => "-", 928 "arpa" => "-", 929 "gov" => "-", 930 "mil" => "-", 931 "reverse" => "-", 932 "biz" => "-", 933 "info" => "-", 934 "name" => "-", 935 "pro" => "-", 936 "coop" => "-", 937 "aero" => "-", 938 "museum" => "-", 939 "tv" => "Tuvalu", 940 "ws" => "Samoa", 941 ); 942 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
G閚閞 le : Mon Nov 26 14:10:01 2007 | par Balluche gr鈉e PHPXref 0.7 |
![]() |