diff --git a/resources/lang/en/airports.php b/resources/lang/en/airports.php new file mode 100644 index 00000000..95654176 --- /dev/null +++ b/resources/lang/en/airports.php @@ -0,0 +1,11 @@ + 'Inbound Flights', + 'outboundflights' => 'Outbound Flights', + 'ident' => 'Identification', + 'noflightfound' => 'No Flight Found.', +]; diff --git a/resources/lang/en/frontend.php b/resources/lang/en/frontend.php index da71fb10..dcee72d0 100644 --- a/resources/lang/en/frontend.php +++ b/resources/lang/en/frontend.php @@ -1,293 +1,139 @@ [ - 'dashboard' => 'Dashboard', - 'flight' => 'Flight|Flights', - 'livemap' => 'Live Map', - 'pilot' => 'Pilot|Pilots', - 'pirep' => 'PIREP|PIREPs', - 'newestpilots' => 'Newest Pilots', - 'profile' => 'Profile', - 'email' => 'Email', - 'register' => 'Register', - 'confirmpassword' => 'Confirm Password', - 'homeairport' => 'Home Airport', - 'currentairport' => 'Current Airport', - 'timezone' => 'Timezone', - 'country' => 'Country', - 'download' => 'Download|Downloads', - 'from' => 'from', - 'to' => 'to', - 'status' => 'Status', - 'departure' => 'Departure', - 'arrival' => 'Arrival', - 'aircraft' => 'Aircraft', - 'airline' => 'Airline', - 'distance' => 'Distance', - 'metar' => 'METAR', - 'hour' => 'Hour|Hours', - 'minute' => 'Minute|Minutes', - 'note' => 'Note|Notes', - 'route' => 'Route', - 'flightnumber' => 'Flight Number', - 'flighttime' => 'Flight Time', - 'departureairport' => 'Departure Airport', - 'arrivalairport' => 'Arrival Airport', - 'field' => 'Field|Fields', - 'name' => 'Name', - 'value' => 'Value|Values', - 'remark' => 'Remark|Remarks', - 'find' => 'Find', - 'reset' => 'Reset', - 'submit' => 'Submit', - 'edit' => 'Edit', - 'close' => 'Close', - ], - - 'airports' => [ - 'inboundflights' => 'Inbound Flights', - 'outboundflights' => 'Outbound Flights', - 'ident' => 'Identification', - 'noflightfound' => 'No Flight Found.', - ], - - 'auth' => [ - 'login' => 'Log In', - 'password' => 'Password', - 'createaccount' => 'Create Account', - 'forgotpassword' => 'Forgot Password', - 'fullname' => 'Full Name', - 'emailaddress' => 'Email Address', - 'fillcaptcha' => 'Fill out the captcha', - 'tocaccept' => 'By registering, you agree to the Terms and Conditions.', - 'register' => 'Register', - 'registrationpending' => 'Registration Pending', - 'pendingmessage' => 'Your registration is pending approval. Please check your email!', - 'registrationsubmitted' => 'Registration Submitted', - 'registrationconfirmation' => 'Registration Confirmation', - 'confirmationmessage' => 'Your application has been submitted. It requires staff member approval, once a\nstaff member has reviewed your application, you will receive a confirmation email.', - 'registrationdenied' => 'Registration Denied', - 'deniedmessage' => 'Your registration was denied. Please contact an administrator.', - 'accountsuspended' => 'Account Suspended', - 'suspendedmessage' => 'Your account has been suspended. Please contact an administrator.', - ], - - 'dashboard' => [ - 'totalhours' => 'Total Hours', - 'yourbalance' => 'Your Balance', - 'yourlastreport' => 'Your Last Report', - 'noreportsyet' => 'No reports yet.', - 'fileonenow' => 'File one now.', - 'weatherat' => 'Weather at =>ICAO', - 'recentreports' => 'Recent Reports', - ], - - 'downloads' => [ - 'nodownloads' => 'There are no downloads!', - ], - - 'emails' => [ - 'whoops' => 'Whoops', - 'hello' => 'Hello', - 'regards' => 'Regards', - 'buttontroubles' => [ - 'If you’re having trouble clicking the ":actiontext" button,', - 'copy and paste the URL below into your web browser:', - ], - 'allrightsreserved' => 'All Rights Reserved', - ], - - 'errors' => [ - '401title' => 'Not Authorized', - '401header' => 'Unauthorized Access', - '401message' => [ - 'Well, this is embarrassing, you are not authorized to access or perform this function.', - 'Click here to go back to the home page.', - ], - '404title' => 'Not Found', - '404header' => 'Page Not Found', - '404message' => [ - 'Well, this is embarrassing, the page you requested does not exist.', - 'Click here to go back to the home page.', - ], - '503message' => 'Be right back.', - ], - - 'flights' => [ - 'mybid' => 'My Bid|My Bids', - 'search' => 'Search', - 'addremovebid' => 'Add/Remove Bid', - 'bidremoved' => 'Your bid was removed.', - 'bidadded' => 'Your bid was added.', - 'dep' => 'Dep', - 'arr' => 'Arr', - 'level' => 'Level', - 'alternateairport' => 'Alternate Airport', - ], - - 'home' => [ - 'welcome' => [ - 'title' => 'Welcome!', - 'message' => 'Welcome in :Appname', - ], - ], - - 'nav' => [ - 'login' => 'Login', - 'administration' => 'Administration', - 'logout' => 'Log Out', - ], - - 'pireps' => [ - 'filenewpirep' => 'File New PIREP', - 'pilotreport' => 'Pilot Report|Pilot Reports', - 'arrived' => 'Arrived', - 'source' => 'Source', - 'flighttype' => 'Flight Type', - 'filedroute' => 'Filed Route', - 'filedon' => 'Filed On', - 'fare' => 'Fare|Fares', - 'class' => 'Class', - 'count' => 'Count', - 'flightlevel' => 'Flight Level', - 'fieldsreadonly' => 'Once a PIREP has been accepted/rejected, certain fields go into read-only mode.', - 'flightinformations' => 'Flight Informations', - 'flightident' => 'Flight Number/Code/Leg', - 'codeoptional' => 'Code (optional)', - 'legoptional' => 'Leg (optional)', - 'deparrinformations' => 'Departure/Arrival Informations', - 'aircraftinformations' => 'Aircraft Informations', - 'dateflown' => 'Date Flown', - 'departuretime' => 'Departure Time', - 'arrivaltime' => 'Arrival Time', - 'deletepirep' => 'Delete PIREP', - 'savepirep' => 'Save PIREP', - 'submitpirep' => 'Submit PIREP', - 'editflightreport' => 'Edit Flight Report', - 'fileflightreport' => 'File New Report', - 'newflightreport' => 'New Flight Report', - 'submitted' => 'Submitted', - ], - - 'profile' =>[ - 'avatarresize' => 'This avatar will be resized to :width x :height pixels', - 'flighthours' => 'Flight Hours', - 'newapikey' => 'New API Key', - 'yourprofile' => 'Your Profile', - 'apikey' => 'API Key', - 'dontshare' => 'don\'t share this!', - 'changepassword' => 'Change Password', - 'newpassword' => 'New Password', - 'avatar' => 'Avatar', - 'updateprofile' => 'Update Profile', - 'editprofile' => 'Edit Profile', - 'edityourprofile' => 'Edit Your Profile', - ], - - 'toc' => [ - 'toctitle' => 'Terms and Conditions', - 'toctext' => [ - ':appname offers this Web site, including all information, software,', - 'products and services available from this Web site or offered as part of or in conjunction', - 'with this Web site (the “Web site”), to you, the user, conditioned upon your acceptance of', - 'all of the terms, conditions, policies and notices stated here. :appname', - 'reserves the right to make changes to these Terms and Conditions immediately by posting the', - 'changed Terms and Conditions in this location.', - '', - 'Your continued use of the Web site constitutes your agreement to all such terms, conditions', - 'and notices, and any changes to the Terms and Conditions made by :appname.', - '', - 'The term ‘genericwebsite.com’ or ‘us’ or ‘we’ refers to the owner of the website. The term', - '‘you’ refers to the user or viewer of our website.', - '', - 'The use of this website is subject to the following terms of use:', - '', - 'Use the website at your own risk. This website is provided to you “as is,” without warranty', - 'of any kind either express or implied. Neither :appname nor its employees,', - 'agents, third-party information providers, merchants, licensors or the like warrant that the', - 'Web site or its operation will be accurate, reliable, uninterrupted or error-free. No agent', - 'or representative has the authority to create any warranty regarding the Web site on behalf', - 'of :appname. :appname reserves the right to change or', - 'discontinue at any time any aspect or feature of the Web site.', - '', - 'Exclusion of Liability', - '', - 'The content of the pages of this website is for your general information and use only. It is', - 'subject to change without notice.', - '', - 'Neither we nor any third parties provide any warranty or guarantee as to the accuracy,', - 'timeliness, performance, completeness or suitability of the information and materials found or', - 'offered on this website for any particular purpose. You acknowledge that such information and', - 'materials may contain inaccuracies or errors and we expressly exclude liability for any such', - 'inaccuracies or errors to the fullest extent permitted by law.', - '', - 'Indemnification', - '', - 'Your use of any information or materials on this website is entirely at your own risk, for which', - 'we shall not be liable. It shall be your own responsibility to ensure that any products, services', - 'or information available through this website meet your specific requirements.', - '', - 'This website contains material which is owned by or licensed to us. This material includes, but is', - 'not limited to, the design, layout, look, appearance and graphics. Reproduction is prohibited other', - 'than in accordance with the copyright notice, which forms part of these terms and conditions.', - '', - 'All trade marks reproduced in this website which are not the property of, or licensed to, the', - 'operator are acknowledged on the website.', - '', - 'Unauthorized use of this website may give rise to a claim for damages and/or be a criminal offense.', - '', - 'From time to time this website may also include links to other websites. These links are provided', - 'for your convenience to provide further information. They do not signify that we endorse the', - 'website(s). We have no responsibility for the content of the linked website(s).', - '', - 'Copyright', - 'Except for material in the public domain under United States copyright law, all material contained', - 'on the Web site (including all software, HTML code, Java applets, Active X controls and other code)', - 'is protected by United States and foreign copyright laws. Except as otherwise expressly provided', - 'in these terms and conditions, you may not copy, distribute, transmit, display, perform, reproduce', - 'publish, license, modify, rewrite, create derivative works from, transfer, or sell any material', - 'contained on the Web site without the prior consent of the copyright owner.', - '', - 'None of the material contained on :appname may be reverse-engineered, disassembled,', - 'decompiled, transcribed, stored in a retrieval system, translated into any language or computer language,', - 'retransmitted in any form or by any means (electronic, mechanical, photo reproduction, recordation or', - 'otherwise), resold or redistributed without the prior written consent of :appname.', - 'Violation of this provision may result in severe civil and criminal penalties.', - ], - ], - - 'users' => [ - 'location' => 'Location', - ], - - 'widgets' => [ - 'latestnews' => [ - 'news' => 'News', - 'nonewsfound' => 'No News Found', - ], - - 'livemap' => [ - 'groundspeed' => 'Ground Speed', - 'altitude' => 'Altitude', - 'heading' => 'Heading', - 'noflights' => 'There are no flights.', - 'gs' => 'GS', - ], - - 'weather' => [ - 'metarnotretrieved' => 'METAR/TAF data could not be retrieved', - 'conditions' => 'Conditions', - 'visibility' => 'visibility', - 'humidity' => 'humidity', - 'dewpoint' => 'dew point', - 'barometer' => 'Barometer', - 'clouds' => 'Clouds', - 'wind' => 'Wind', - 'guststo' => 'gusts to', - 'updated' => 'Updated', - 'hrago' => 'hr ago|hrs ago', - 'minago' => 'min ago|mins ago', - ], - ], -]; \ No newline at end of file + + 'downloads' => [ + 'nodownloads' => 'There are no downloads!', + ], + + 'emails' => [ + 'whoops' => 'Whoops', + 'hello' => 'Hello', + 'regards' => 'Regards', + 'buttontroubles' => [ + 'If you’re having trouble clicking the ":actiontext" button,', + 'copy and paste the URL below into your web browser:', + ], + 'allrightsreserved' => 'All Rights Reserved', + ], + + 'home' => [ + 'welcome' => [ + 'title' => 'Welcome!', + 'message' => 'Welcome in :Appname', + ], + ], + + 'nav' => [ + 'login' => 'Login', + 'administration' => 'Administration', + 'logout' => 'Log Out', + ], + + 'toc' => [ + 'toctitle' => 'Terms and Conditions', + 'toctext' => [ + ':appname offers this Web site, including all information, software,', + 'products and services available from this Web site or offered as part of or in conjunction', + 'with this Web site (the “Web site”), to you, the user, conditioned upon your acceptance of', + 'all of the terms, conditions, policies and notices stated here. :appname', + 'reserves the right to make changes to these Terms and Conditions immediately by posting the', + 'changed Terms and Conditions in this location.', + '', + 'Your continued use of the Web site constitutes your agreement to all such terms, conditions', + 'and notices, and any changes to the Terms and Conditions made by :appname.', + '', + 'The term ‘genericwebsite.com’ or ‘us’ or ‘we’ refers to the owner of the website. The term', + '‘you’ refers to the user or viewer of our website.', + '', + 'The use of this website is subject to the following terms of use:', + '', + 'Use the website at your own risk. This website is provided to you “as is,” without warranty', + 'of any kind either express or implied. Neither :appname nor its employees,', + 'agents, third-party information providers, merchants, licensors or the like warrant that the', + 'Web site or its operation will be accurate, reliable, uninterrupted or error-free. No agent', + 'or representative has the authority to create any warranty regarding the Web site on behalf', + 'of :appname. :appname reserves the right to change or', + 'discontinue at any time any aspect or feature of the Web site.', + '', + 'Exclusion of Liability', + '', + 'The content of the pages of this website is for your general information and use only. It is', + 'subject to change without notice.', + '', + 'Neither we nor any third parties provide any warranty or guarantee as to the accuracy,', + 'timeliness, performance, completeness or suitability of the information and materials found or', + 'offered on this website for any particular purpose. You acknowledge that such information and', + 'materials may contain inaccuracies or errors and we expressly exclude liability for any such', + 'inaccuracies or errors to the fullest extent permitted by law.', + '', + 'Indemnification', + '', + 'Your use of any information or materials on this website is entirely at your own risk, for which', + 'we shall not be liable. It shall be your own responsibility to ensure that any products, services', + 'or information available through this website meet your specific requirements.', + '', + 'This website contains material which is owned by or licensed to us. This material includes, but is', + 'not limited to, the design, layout, look, appearance and graphics. Reproduction is prohibited other', + 'than in accordance with the copyright notice, which forms part of these terms and conditions.', + '', + 'All trade marks reproduced in this website which are not the property of, or licensed to, the', + 'operator are acknowledged on the website.', + '', + 'Unauthorized use of this website may give rise to a claim for damages and/or be a criminal offense.', + '', + 'From time to time this website may also include links to other websites. These links are provided', + 'for your convenience to provide further information. They do not signify that we endorse the', + 'website(s). We have no responsibility for the content of the linked website(s).', + '', + 'Copyright', + 'Except for material in the public domain under United States copyright law, all material contained', + 'on the Web site (including all software, HTML code, Java applets, Active X controls and other code)', + 'is protected by United States and foreign copyright laws. Except as otherwise expressly provided', + 'in these terms and conditions, you may not copy, distribute, transmit, display, perform, reproduce', + 'publish, license, modify, rewrite, create derivative works from, transfer, or sell any material', + 'contained on the Web site without the prior consent of the copyright owner.', + '', + 'None of the material contained on :appname may be reverse-engineered, disassembled,', + 'decompiled, transcribed, stored in a retrieval system, translated into any language or computer language,', + 'retransmitted in any form or by any means (electronic, mechanical, photo reproduction, recordation or', + 'otherwise), resold or redistributed without the prior written consent of :appname.', + 'Violation of this provision may result in severe civil and criminal penalties.', + ], + ], + + 'users' => [ + 'location' => 'Location', + ], + + 'widgets' => [ + 'latestnews' => [ + 'news' => 'News', + 'nonewsfound' => 'No News Found', + ], + + 'livemap' => [ + 'groundspeed' => 'Ground Speed', + 'altitude' => 'Altitude', + 'heading' => 'Heading', + 'noflights' => 'There are no flights.', + 'gs' => 'GS', + ], + + 'weather' => [ + 'metarnotretrieved' => 'METAR/TAF data could not be retrieved', + 'conditions' => 'Conditions', + 'visibility' => 'visibility', + 'humidity' => 'humidity', + 'dewpoint' => 'dew point', + 'barometer' => 'Barometer', + 'clouds' => 'Clouds', + 'wind' => 'Wind', + 'remarks' => 'Remarks', + 'guststo' => 'gusts to', + 'updated' => 'Updated', + 'hrago' => 'hr ago|hrs ago', + 'minago' => 'min ago|mins ago', + ], + ], +]; diff --git a/resources/lang/it/airports.php b/resources/lang/it/airports.php new file mode 100644 index 00000000..493ed633 --- /dev/null +++ b/resources/lang/it/airports.php @@ -0,0 +1,11 @@ + 'Voli in Entrata', + 'outboundflights' => 'Voli in Uscita', + 'ident' => 'Identificativo', + 'noflightfound' => 'Nessun Volo Trovato.', +]; diff --git a/resources/lang/it/frontend.php b/resources/lang/it/frontend.php index b0b77d11..23db82c3 100644 --- a/resources/lang/it/frontend.php +++ b/resources/lang/it/frontend.php @@ -1,294 +1,141 @@ [ - 'dashboard' => 'Dashboard', - 'flight' => 'Volo|Voli', - 'livemap' => 'Mappa Live', - 'pilot' => 'Pilota|Piloti', - 'pirep' => 'PIREP|PIREPs', - 'newestpilots' => 'Ultimi Piloti', - 'profile' => 'Profilo', - 'email' => 'Email', - 'register' => 'Registrazione', - 'confirmpassword' => 'Conferma Password', - 'homeairport' => 'Aeroporto di Casa', - 'currentairport' => 'Aeroporto Corrente', - 'timezone' => 'Fuso Orario', - 'country' => 'Paese', - 'download' => 'Download|Downloads', - 'from' => 'da', - 'to' => 'a', - 'status' => 'Stato', - 'departure' => 'Partenza', - 'arrival' => 'Arrivo', - 'aircraft' => 'Aereomobile', - 'airline' => 'Compagnia Aerea', - 'distance' => 'Distanza', - 'metar' => 'METAR', - 'hour' => 'Ora|Ore', - 'minute' => 'Minuto|Minuti', - 'note' => 'Nota|Note', - 'route' => 'Rotta', - 'flightnumber' => 'Numero di Volo', - 'flighttime' => 'Tempo di Volo', - 'departureairport' => 'Aeroporto di Partenza', - 'arrivalairport' => 'Aeroporto d\'Arrivo', - 'field' => 'Campo|Campi', - 'name' => 'Nome', - 'value' => 'Valore|Valori', - 'remark' => 'Promemoria|Promemoria', - 'find' => 'Trova', - 'reset' => 'Resetta', - 'submit' => 'Invia', - 'edit' => 'Modifica', - 'close' => 'Chiudi', - ], - - 'airports' => [ - 'inboundflights' => 'Voli in Entrata', - 'outboundflights' => 'Voli in Uscita', - 'ident' => 'Identificativo', - 'noflightfound' => 'Nessun Volo Trovato.', - ], - - 'auth' => [ - 'login' => 'Accedi', - 'password' => 'Password', - 'createaccount' => 'Crea Account', - 'forgotpassword' => 'Password Dimenticata', - 'fullname' => 'Nome Completo', - 'emailaddress' => 'Indirizzo Email', - 'fillcaptcha' => 'Compila la captcha', - 'tocaccept' => 'Registrandoti confermi di accettare i Termini e le Condizioni di Utilizzo.', - 'register' => 'Registrati', - 'registrationpending' => 'Registrazione in Sospeso', - 'pendingmessage' => 'La tua registrazione è in attesa di approvazione. Controlla la tua email per favore.', - 'registrationsubmitted' => 'Registrazione Inviata', - 'registrationconfirmation' => 'Conferma di Registrazione', - 'confirmationmessage' => 'La tua richiesta è stata inviata e richiede l\'approvazione di un membro dello staff. Quando\nverrà esaminata, riceverai una email di conferma.', - 'registrationdenied' => 'Registrazione Negata', - 'deniedmessage' => 'La tua registrazione è stata rifiutata. Contatta un amministratore per favore.', - 'accountsuspended' => 'Account Sospeso', - 'suspendedmessage' => 'Il tuo account è stato sospeso. Contatta un amministratore per favore.', - ], - - 'dashboard' => [ - 'totalhours' => 'Ore Totali', - 'yourbalance' => 'Bilancio', - 'yourlastreport' => 'Ultimo Rapporto', - 'noreportsyet' => 'Ancora nessun rapporto.', - 'fileonenow' => 'Inseriscine uno ora.', - 'weatherat' => 'Tempo a :ICAO', - 'recentreports' => 'Rapporti Recenti', - ], - - 'emails' => [ - 'whoops' => 'Ops', - 'hello' => 'Ciao', - 'regards' => 'Saluti', - 'buttontroubles' => [ - 'Se hai problemi a cliccare il bottone ":actiontext",', - 'copia e incolla l\'URL qui sotto nel tuo browser:', - ], - 'allrightsreserved' => 'Tutti i Diritti Riservati', - ], - - 'errors' => [ - '401title' => 'Non Autorizzato', - '401header' => 'Accesso Non Autorizzato', - '401message' => [ - 'Beh, è imbarazzante, non sei autorizzato ad accedere o ad eseguire questa funzionalità.', - 'Clicca qui per tornare alla home page.', - ], - '404title' => 'Not Found', - '404header' => 'Page Not Found', - '404message' => [ - 'Beh, è imbarazzante, la pagina che hai richiesto non esiste.', - 'Clicca qui per tornare alla home page.', - ], - '503message' => 'Torniamo subito.', - ], - - 'downloads' => [ - 'nodownloads' => 'Non ci sono downloads!', - ], - - 'flights' => [ - 'mybid' => 'Mia prenotazione|Mie Prenotazioni', - 'addremovebid' => 'Aggiungi/Rimuovi Prenotazione', - 'bidremoved' => 'La tua prenotazione è stata rimossa.', - 'bidadded' => 'La tua prenotazione è stata aggiunta.', - 'dep' => 'Par', - 'arr' => 'Arr', - 'level' => 'Livello', - 'alternateairport' => 'Aeroporto Alternativo', - ], - - 'home' => [ - 'welcome' => [ - 'title' => 'Benvenuti!', - 'message' => 'Benvenuti in :Appname', - ], - ], - - 'nav' => [ - 'login' => 'Accesso', - 'administration' => 'Amministrazione', - 'logout' => 'Uscita', - ], - - 'pireps' => [ - 'filenewpirep' => 'Inserici Nuovo PIREP', - 'pilotreport' => 'Rapporto Pilota|Rapporti Pilota', - 'arrived' => 'Arrivato', - 'source' => 'Fonte', - 'flighttype' => 'Tipo di Volo', - 'filedroute' => 'Rotta Inserita', - 'filedon' => 'Inserito il', - 'fare' => 'Tariffa|Tariffe', - 'class' => 'Classe', - 'count' => 'Numero', - 'flightlevel' => 'Livello di Volo', - 'fieldsreadonly' => 'Quando un PIREP viene accettato/rifiutato, alcuni cami entrano in modalità di sola lettura.', - 'flightinformations' => 'Informazioni di Volo', - 'flightident' => 'Numero di Volo/Codice/Leg', - 'codeoptional' => 'Codice (facoltativo)', - 'legoptional' => 'Leg (facoltativa)', - 'deparrinformations' => 'Informazioni di Partenza/Arrivo', - 'aircraftinformations' => 'Informazioni sull\'Aeromobile', - 'dateflown' => 'Volato in Data', - 'departuretime' => 'Ora di Partenza', - 'arrivaltime' => 'Ora di Arrivo', - 'deletepirep' => 'Cancella PIREP', - 'savepirep' => 'Salva PIREP', - 'submitpirep' => 'Invia PIREP', - 'editflightreport' => 'Modifica Rapporto di Volo', - 'fileflightreport' => 'Inserisci Rapporto di Volo', - 'newflightreport' => 'Nuovo Rapporto di Volo', - 'submitted' => 'Inviato', - ], - - 'profile' =>[ - 'avatarresize' => 'Questo avatar sarà ridimensionato a :width x :height pixels', - 'flighthours' => 'Ore di Volo', - 'newapikey' => 'Nuova Chiave API', - 'yourprofile' => 'Il Tuo Profilo', - 'apikey' => 'Chiave API', - 'dontshare' => 'non condividerla!', - 'changepassword' => 'Cambia Password', - 'newpassword' => 'Nuova Password', - 'avatar' => 'Avatar', - 'updateprofile' => 'Aggiorna Profilo', - 'editprofile' => 'Modifica Profilo', - 'edityourprofile' => 'Modifica Il Tuo Profilo', - ], - - 'toc' => [ - 'toctitle' => 'Termini e Condizioni di Utilizzo', - 'toctext' => [ - 'La consultazione e l\'accesso al sito www.piemontevirtualairlines.tk (il "Sito") sono soggetti alle normative', - 'vigenti e implicano l\'accettazione dei Termini e delle Condizioni di seguito riportati ("Termini e Condizioni"),', - 'che prevalgono anche rispetto a ogni altro diverso accordo intervenuto o che si ritenga intervenuto tra il', - 'visitatore del Sito (il "Visitatore") e :appname (la "Società").', - '', - 'La Società si riserva di modificare in qualsiasi momento e senza preavviso i Termini e Condizioni qui riportati', - 'I Visitatori sono invitati a controllare periodicamente questa sezione del Sito per prendere visione delle', - 'eventuali modifiche.', - '', - 'LIMITAZIONI DI USO', - 'Il Visitatore è autorizzato ad utilizzare e può scaricare testi, immagini, audio e video esclusivamente per uso', - 'personale, ad esclusione, quindi, di usi commerciali o professionali.', - '', - 'Salvo ove diversamente indicato, i contenuti del Sito sono protetti dalle norme sul marchio e/o sul diritto', - 'd\'autore e/o sulla proprietà intellettuale e non possono essere utilizzati se non in conformità e nei limiti', - 'di quanto qui previsto. In particolare, non è concesso al Visitatore il diritto di riprodurre, distribuire,', - 'modificare, riutilizzare, inoltrare il contenuto del Sito, o di una sua parte, senza l\'autorizzazione scritta', - 'ed esplicita della Società.', - '', - 'La Società non sarà responsabile della violazione di diritti di terzi commessa dai Visitatori o da terzi e', - 'conseguente ad un uso improprio dei contenuti del Sito.', - '', - 'CONTENUTI DEL SITO', - 'Malgrado i contenuti del Sito siano stati elaborati e formulati con la massima cura, la Società non garantisce', - 'né gli stessi siano privi di imprecisioni, inesattezze o omissioni, né di essere in grado di aggiornarli in tempo', - 'reale o di mantenerli sempre disponibili, riservandosi di apportare in qualsiasi momento cambiamenti, correzioni,', - 'migliorie ai contenuti del Sito, o di interromperne o sospenderne le funzionalità.', - '', - 'La Società non assume pertanto responsabilità conseguenti ad incompletezza, inesattezza o mancato aggiornamento', - 'delle informazioni contenute nel Sito, impossibilità di accedere al Sito o di visualizzarne o scaricarne o utilizzarne', - 'correttamente i contenuti, né per eventuali danni o virus che possano colpire l\'attrezzatura informatica o altri beni', - 'del Visitatore in conseguenza dell\'accesso, utilizzo o della navigazione nel Sito o del download di suo contenuti.', - '', - 'LINK A SITI TERZI', - 'Il Sito potrebbe contenere collegamenti ipertestuali a siti web di terzi, che possono offrire informazioni utili ai', - 'visitatori e sul cui contenuto la Società non ha alcun controllo. Poiché questi Termini e Condizioni non si applicano', - 'a tali siti e alle modalità di utilizzo e accesso agli stessi, il collegamento a siti terzi avviene sotto l\'esclusiva', - 'responsabilità del Visitatore e la Società non potrà in alcun modo essere ritenuta responsabile per l\'esattezza,', - 'la sicurezza o l\'affidabilità di contenuti, prodotti o servizi disponibili su tali siti.', - '', - 'DATI PERSONALI E DATI DI NAVIGAZIONE', - 'L\'accesso e l\'uso del Sito non comportano l\'acquisizione di dati personali del Visitatore salvo ove espressamente', - 'segnalato (Area Riservata). In tali casi, il Visitatore sarà tenuto a prendere visione dell\'informativa e –se del caso-', - 'ad esprimere il proprio consenso secondo quanto previsto dal D. Lgs. 30 giugno 2003 n. 196.', - '', - 'Tuttavia, le procedure e il sistema informatico preposto al funzionamento del Sito potranno acquisire, nel corso del loro', - 'normale funzionamento, alcuni dati la cui trasmissione è implicita nell\'uso e protocolli di comunicazione Internet. Queste', - 'informazioni non sono raccolte per essere associate a interessati identificati ma per loro stessa natura potrebbero,', - 'attraverso elaborazioni ed associazioni con altri dati detenuti dalla Società o da terzi, permettere l\'identificazione del', - 'Visitatore. In questa categoria di dati rientrano gli indirizzi IP o i nomi a dominio dei computer utilizzati dagli utenti', - 'che si connettono al Sito, gli indirizzi in URI (Uniform Resource Identifier) delle risorse richieste, l\'ora di richiesta,', - 'il metodo di richiesta, la dimensione dei file ottenuto in risposta, il codice numerico contrassegnante la risposta del', - 'server e altri parametri relativi al sistema operativo e all\'ambiente informatico del Visitatore. Questi dati potranno', - 'essere utilizzati dalla Società al solo fine di ricavarne informazioni assolutamente anonime e aggregate sull\'uso del Sito', - 'allo scopo, ad es., di identificare le pagine o i contesti preferiti dagli utenti al fine di fornire servizi sempre più', - 'adeguati e verificarne il corretto funzionamento. Solo in caso di violazioni o ipotetici reati informatici che coinvolgano', - 'il Sito tali dati potranno essere utilizzati per l\'accertamento di responsabilità.', - '', - 'Segnaliamo infine che l\'accesso al Sito potrà comportare la registrazione, sul disco fisso del dispositivo del Visitatore', - '(computer, tablet, palmare o telefono) di "cookies". I "cookies" sono piccoli file di testo che i siti visitati dall\'utente', - 'inviano al suo terminale (solitamente al browser), dove vengono memorizzati per essere poi ritrasmessi agli stessi siti', - 'alla successiva visita del medesimo utente. Le informazioni salvate nei cookies resteranno anonime e non consentiranno', - 'l\'identificazione del Visitatore.', - '', - 'Tuttavia, il Visitatore potrà in ogni momento richiedere la disattivazione dei cookies modificando le impostazioni del suo', - 'browser. La maggior parte dei browsers accetta i cookies automaticamente, ma è possibile cancellare i cookies già', - 'registrati ed evitare la registrazione di nuovi cookies selezionando l\'apposita opzione (eventualmente consultando le', - 'istruzioni del browser)', - ], - ], - - 'users' => [ - 'location' => 'Posizione', - ], - - 'widgets' => [ - 'latestnews' => [ - 'news' => 'Novità', - 'nonewsfound' => 'Nessuna Novità Trovata', - ], - - 'livemap' => [ - 'groundspeed' => 'Velocità al Suolo', - 'altitude' => 'Altitudine', - 'heading' => 'Direzione', - 'noflights' => 'Non ci sono voli.', - 'gs' => 'VS', - ], - - 'weather' => [ - 'metarnotretrieved' => 'I dati METAR/TAF non possono essere recuperati', - 'conditions' => 'Condizioni', - 'visibility' => 'visibilità', - 'humidity' => 'umidità', - 'dewpoint' => 'punto di rugiada', - 'barometer' => 'Barometro', - 'clouds' => 'Nuvole', - 'wind' => 'Vento', - 'guststo' => 'raffiche da', - 'updated' => 'Aggiornato', - 'hrago' => 'ora fa|ore fa', - 'minago' => 'ninuto fa|minuti fa', - ], - ], -]; \ No newline at end of file + + 'emails' => [ + 'whoops' => 'Ops', + 'hello' => 'Ciao', + 'regards' => 'Saluti', + 'buttontroubles' => [ + 'Se hai problemi a cliccare il bottone ":actiontext",', + 'copia e incolla l\'URL qui sotto nel tuo browser:', + ], + 'allrightsreserved' => 'Tutti i Diritti Riservati', + ], + + + 'downloads' => [ + 'nodownloads' => 'Non ci sono downloads!', + ], + + 'home' => [ + 'welcome' => [ + 'title' => 'Benvenuti!', + 'message' => 'Benvenuti in :Appname', + ], + ], + + 'nav' => [ + 'administration' => 'Amministrazione', + 'logout' => 'Uscita', + ], + + 'toc' => [ + 'toctitle' => 'Termini e Condizioni di Utilizzo', + 'toctext' => [ + 'La consultazione e l\'accesso al sito www.piemontevirtualairlines.tk (il "Sito") sono soggetti alle normative', + 'vigenti e implicano l\'accettazione dei Termini e delle Condizioni di seguito riportati ("Termini e Condizioni"),', + 'che prevalgono anche rispetto a ogni altro diverso accordo intervenuto o che si ritenga intervenuto tra il', + 'visitatore del Sito (il "Visitatore") e :appname (la "Società").', + '', + 'La Società si riserva di modificare in qualsiasi momento e senza preavviso i Termini e Condizioni qui riportati', + 'I Visitatori sono invitati a controllare periodicamente questa sezione del Sito per prendere visione delle', + 'eventuali modifiche.', + '', + 'LIMITAZIONI DI USO', + 'Il Visitatore è autorizzato ad utilizzare e può scaricare testi, immagini, audio e video esclusivamente per uso', + 'personale, ad esclusione, quindi, di usi commerciali o professionali.', + '', + 'Salvo ove diversamente indicato, i contenuti del Sito sono protetti dalle norme sul marchio e/o sul diritto', + 'd\'autore e/o sulla proprietà intellettuale e non possono essere utilizzati se non in conformità e nei limiti', + 'di quanto qui previsto. In particolare, non è concesso al Visitatore il diritto di riprodurre, distribuire,', + 'modificare, riutilizzare, inoltrare il contenuto del Sito, o di una sua parte, senza l\'autorizzazione scritta', + 'ed esplicita della Società.', + '', + 'La Società non sarà responsabile della violazione di diritti di terzi commessa dai Visitatori o da terzi e', + 'conseguente ad un uso improprio dei contenuti del Sito.', + '', + 'CONTENUTI DEL SITO', + 'Malgrado i contenuti del Sito siano stati elaborati e formulati con la massima cura, la Società non garantisce', + 'né gli stessi siano privi di imprecisioni, inesattezze o omissioni, né di essere in grado di aggiornarli in tempo', + 'reale o di mantenerli sempre disponibili, riservandosi di apportare in qualsiasi momento cambiamenti, correzioni,', + 'migliorie ai contenuti del Sito, o di interromperne o sospenderne le funzionalità.', + '', + 'La Società non assume pertanto responsabilità conseguenti ad incompletezza, inesattezza o mancato aggiornamento', + 'delle informazioni contenute nel Sito, impossibilità di accedere al Sito o di visualizzarne o scaricarne o utilizzarne', + 'correttamente i contenuti, né per eventuali danni o virus che possano colpire l\'attrezzatura informatica o altri beni', + 'del Visitatore in conseguenza dell\'accesso, utilizzo o della navigazione nel Sito o del download di suo contenuti.', + '', + 'LINK A SITI TERZI', + 'Il Sito potrebbe contenere collegamenti ipertestuali a siti web di terzi, che possono offrire informazioni utili ai', + 'visitatori e sul cui contenuto la Società non ha alcun controllo. Poiché questi Termini e Condizioni non si applicano', + 'a tali siti e alle modalità di utilizzo e accesso agli stessi, il collegamento a siti terzi avviene sotto l\'esclusiva', + 'responsabilità del Visitatore e la Società non potrà in alcun modo essere ritenuta responsabile per l\'esattezza,', + 'la sicurezza o l\'affidabilità di contenuti, prodotti o servizi disponibili su tali siti.', + '', + 'DATI PERSONALI E DATI DI NAVIGAZIONE', + 'L\'accesso e l\'uso del Sito non comportano l\'acquisizione di dati personali del Visitatore salvo ove espressamente', + 'segnalato (Area Riservata). In tali casi, il Visitatore sarà tenuto a prendere visione dell\'informativa e –se del caso-', + 'ad esprimere il proprio consenso secondo quanto previsto dal D. Lgs. 30 giugno 2003 n. 196.', + '', + 'Tuttavia, le procedure e il sistema informatico preposto al funzionamento del Sito potranno acquisire, nel corso del loro', + 'normale funzionamento, alcuni dati la cui trasmissione è implicita nell\'uso e protocolli di comunicazione Internet. Queste', + 'informazioni non sono raccolte per essere associate a interessati identificati ma per loro stessa natura potrebbero,', + 'attraverso elaborazioni ed associazioni con altri dati detenuti dalla Società o da terzi, permettere l\'identificazione del', + 'Visitatore. In questa categoria di dati rientrano gli indirizzi IP o i nomi a dominio dei computer utilizzati dagli utenti', + 'che si connettono al Sito, gli indirizzi in URI (Uniform Resource Identifier) delle risorse richieste, l\'ora di richiesta,', + 'il metodo di richiesta, la dimensione dei file ottenuto in risposta, il codice numerico contrassegnante la risposta del', + 'server e altri parametri relativi al sistema operativo e all\'ambiente informatico del Visitatore. Questi dati potranno', + 'essere utilizzati dalla Società al solo fine di ricavarne informazioni assolutamente anonime e aggregate sull\'uso del Sito', + 'allo scopo, ad es., di identificare le pagine o i contesti preferiti dagli utenti al fine di fornire servizi sempre più', + 'adeguati e verificarne il corretto funzionamento. Solo in caso di violazioni o ipotetici reati informatici che coinvolgano', + 'il Sito tali dati potranno essere utilizzati per l\'accertamento di responsabilità.', + '', + 'Segnaliamo infine che l\'accesso al Sito potrà comportare la registrazione, sul disco fisso del dispositivo del Visitatore', + '(computer, tablet, palmare o telefono) di "cookies". I "cookies" sono piccoli file di testo che i siti visitati dall\'utente', + 'inviano al suo terminale (solitamente al browser), dove vengono memorizzati per essere poi ritrasmessi agli stessi siti', + 'alla successiva visita del medesimo utente. Le informazioni salvate nei cookies resteranno anonime e non consentiranno', + 'l\'identificazione del Visitatore.', + '', + 'Tuttavia, il Visitatore potrà in ogni momento richiedere la disattivazione dei cookies modificando le impostazioni del suo', + 'browser. La maggior parte dei browsers accetta i cookies automaticamente, ma è possibile cancellare i cookies già', + 'registrati ed evitare la registrazione di nuovi cookies selezionando l\'apposita opzione (eventualmente consultando le', + 'istruzioni del browser)', + ], + ], + + 'users' => [ + 'location' => 'Posizione', + ], + + 'widgets' => [ + 'latestnews' => [ + 'news' => 'Novità', + 'nonewsfound' => 'Nessuna Novità Trovata', + ], + + 'livemap' => [ + 'groundspeed' => 'Velocità al Suolo', + 'altitude' => 'Altitudine', + 'heading' => 'Direzione', + 'noflights' => 'Non ci sono voli.', + 'gs' => 'VS', + ], + + 'weather' => [ + 'metarnotretrieved' => 'I dati METAR/TAF non possono essere recuperati', + 'conditions' => 'Condizioni', + 'visibility' => 'visibilità', + 'humidity' => 'umidità', + 'dewpoint' => 'punto di rugiada', + 'barometer' => 'Barometro', + 'clouds' => 'Nuvole', + 'wind' => 'Vento', + 'guststo' => 'raffiche da', + 'remarks' => 'Remarks', + 'updated' => 'Aggiornato', + 'hrago' => 'ora fa|ore fa', + 'minago' => 'ninuto fa|minuti fa', + ], + ], +]; diff --git a/resources/views/layouts/default/airports/show.blade.php b/resources/views/layouts/default/airports/show.blade.php index 4563b6f6..e9783b57 100644 --- a/resources/views/layouts/default/airports/show.blade.php +++ b/resources/views/layouts/default/airports/show.blade.php @@ -36,16 +36,16 @@
-
@lang('frontend.airports.inboundflights')
+
@lang('airports.inboundflights')
@if(!$inbound_flights)
- @lang('frontend.airports.noflightfound') + @lang('airports.noflightfound')
@else - + @@ -71,16 +71,16 @@
-
@lang('frontend.airports.outboundflights')
+
@lang('airports.outboundflights')
@if(!$outbound_flights)
- @lang('frontend.airports.noflightfound') + @lang('airports.noflightfound')
@else
@lang('frontend.airports.ident')@lang('airports.ident') @lang('common.from') @lang('common.departure') @lang('common.arrival')
- +
@lang('frontend.airports.ident')@lang('airports.ident') @lang('common.to') @lang('common.departure') @lang('common.arrival')