Changeset 3480008
- Timestamp:
- 03/11/2026 11:28:55 AM (3 weeks ago)
- Location:
- travelmanager-buchungssoftware/trunk
- Files:
-
- 3 edited
- 1 copied
-
ajax/target.php (modified) (1 diff)
-
index.php (modified) (3 diffs)
-
libs/dialoge_fr.php (copied) (copied from travelmanager-buchungssoftware/trunk/libs/dialoge_en.php) (1 diff)
-
libs/dialoge_pl.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
travelmanager-buchungssoftware/trunk/ajax/target.php
r3448443 r3480008 7 7 elseif ( $locale == 'pl_PL') { 8 8 require_once plugin_dir_path( __FILE__ ) ."../libs/dialoge_pl.php"; 9 } 10 elseif ( $locale == 'fr_FR') { 11 require_once plugin_dir_path( __FILE__ ) ."../libs/dialoge_fr.php"; 9 12 } else { 10 13 require_once plugin_dir_path( __FILE__ ) ."../libs/dialoge_en.php"; -
travelmanager-buchungssoftware/trunk/index.php
r3452711 r3480008 4 4 Plugin URI: https://travelmanager.de/support/wordpress/ 5 5 Description: Inhalte aus der Travelmanager, Tickyt Buchungssoftware und Gastrozack Gastrokasse direkt in WordPress einbinden 6 Version: 22.2 66 Version: 22.27 7 7 Author: Philipp Stäbler 8 8 Text Domain: travelmanager … … 35 35 } elseif ( $locale == 'pl_PL' OR $locale == 'pl' ) { 36 36 require_once plugin_dir_path( __FILE__ ) ."libs/dialoge_pl.php"; 37 } elseif ( $locale == 'fr_FR' OR $locale == 'fr' ) { 38 require_once plugin_dir_path( __FILE__ ) ."libs/dialoge_fr.php"; 37 39 } else { 38 40 require_once plugin_dir_path( __FILE__ ) ."libs/dialoge_en.php"; … … 93 95 } 94 96 95 if ($useLang == "de" OR ($locale == 'de_DE' || $locale == 'de' || $locale == 'de_AT')) { 97 if ($useLang == "pl" OR ($locale == 'pl_PL' || $locale == 'pl')) { 98 $regional = "pl"; 99 setlocale(LC_TIME, "pl_PL.UTF-8", "pl_PL", "pol_pol", "pl", "polish"); 100 } 101 elseif ($useLang == "fr" OR $locale == 'fr_FR' || $locale == 'fr') { 102 $regional = "fr"; 103 setlocale(LC_TIME, "fr_FR.UTF-8", "fr_FR", "fra_fra", "fr", "french"); 104 } 105 elseif ($useLang == "de" OR ($locale == 'de_DE' || $locale == 'de' || $locale == 'de_AT')) { 96 106 $regional = "de"; 97 107 setlocale(LC_TIME, "de_DE.UTF-8", "de_DE", "deu_deu", "de", "german"); 98 } elseif ($useLang == "pl" OR ($locale == 'pl_PL' || $locale == 'pl')) { 99 $regional = "pl"; 100 setlocale(LC_TIME, "pl_PL.UTF-8", "pl_PL", "pol_pol", "pl", "polish"); 101 } else { 108 } 109 else { 102 110 $regional = "en"; 103 111 setlocale(LC_TIME, "en_US.UTF-8", "en_US", "english"); 104 112 } 113 105 114 106 115 //Sanitize -
travelmanager-buchungssoftware/trunk/libs/dialoge_fr.php
r3452710 r3480008 2 2 3 3 $dialog=[]; 4 $dialog["in_warenkorb"] = " Into Basket";5 $dialog["jetzt_buchen"] = " Book now";6 $dialog["jetzt_buchen_mehr_infos"] = " More information and book now";7 $dialog["schliessen"] = " Close";8 $dialog["inhalt_laden"] = " Loading";9 $dialog["verfuegbar"] = " available";4 $dialog["in_warenkorb"] = "Ajouter au panier"; 5 $dialog["jetzt_buchen"] = "Réserver maintenant"; 6 $dialog["jetzt_buchen_mehr_infos"] = "Plus d'informations et réserver maintenant"; 7 $dialog["schliessen"] = "Fermer"; 8 $dialog["inhalt_laden"] = "Chargement"; 9 $dialog["verfuegbar"] = "disponible"; 10 10 $dialog["date"]="Date"; 11 $dialog["ticket"]=" Ticket";12 $dialog["wegbeschreibung"]=" Wayfinder";13 $dialog["wegbeschreibung_link"]="Cli ck here for the wayfinder";14 $dialog["anzahl"]=" Amount";15 $dialog["klicke_gross"]="Cli ck on the image to enlarge it";16 $dialog["klicke_shop"]="O pen in shop";17 $dialog["nothing_selected"]=" Empty";18 $dialog["alles_selected"]=" Everything selected";19 $dialog["alle_selected"]=" Select all";20 $dialog["select_month"]="S elect month";21 $dialog["station"]="L ocation";22 $dialog["category"]="Cat egory";23 $dialog["tag"]=" Day";24 $dialog["tage"]=" Days";25 $dialog["week"]=" Week";26 $dialog["month"]="Mo nat";27 $dialog["please_define_zeitraum"]=" Please specify the time period";28 $dialog["no_result_linie"]=" No tours were found";29 $dialog["finden"]=" Find";30 $dialog["only_avail"]=" Only available tours";31 $dialog["all_themes"]=" Display all categories";11 $dialog["ticket"]="Billet"; 12 $dialog["wegbeschreibung"]="Itinéraire"; 13 $dialog["wegbeschreibung_link"]="Cliquez ici pour l'itinéraire"; 14 $dialog["anzahl"]="Quantité"; 15 $dialog["klicke_gross"]="Cliquez sur l'image pour l'agrandir"; 16 $dialog["klicke_shop"]="Ouvrir dans la boutique"; 17 $dialog["nothing_selected"]="Vide"; 18 $dialog["alles_selected"]="Tout sélectionné"; 19 $dialog["alle_selected"]="Tout sélectionner"; 20 $dialog["select_month"]="Sélectionner un mois"; 21 $dialog["station"]="Lieu"; 22 $dialog["category"]="Catégorie"; 23 $dialog["tag"]="Jour"; 24 $dialog["tage"]="Jours"; 25 $dialog["week"]="Semaine"; 26 $dialog["month"]="Mois"; 27 $dialog["please_define_zeitraum"]="Veuillez définir la période"; 28 $dialog["no_result_linie"]="Aucune excursion trouvée"; 29 $dialog["finden"]="Rechercher"; 30 $dialog["only_avail"]="Seulement les excursions disponibles"; 31 $dialog["all_themes"]="Afficher toutes les catégories"; 32 32 $dialog["jan"]="Jan"; 33 $dialog["feb"]="F eb";33 $dialog["feb"]="Fév"; 34 34 $dialog["mar"]="Mar"; 35 $dialog["apr"]="A pr";36 $dialog["may"]="Ma y";37 $dialog["jun"]="Ju n";38 $dialog["jul"]="Ju l";39 $dialog["aug"]="A ug";35 $dialog["apr"]="Avr"; 36 $dialog["may"]="Mai"; 37 $dialog["jun"]="Juin"; 38 $dialog["jul"]="Juil"; 39 $dialog["aug"]="Août"; 40 40 $dialog["sep"]="Sep"; 41 41 $dialog["oct"]="Oct"; 42 42 $dialog["nov"]="Nov"; 43 $dialog["dec"]="D ec";44 $dialog["ausgebucht"]=" Sold out";45 $dialog["frei"]=" Available";46 $dialog["more_info"]=" Read more";47 $dialog["read_more"]=" Read more";48 $dialog["no_result_was_found"]=" No result was found";49 $dialog["no_fahrt"]=" No trip was found for the time period from %s to%s";50 $dialog["wenige_plaetze"]=" Few seats";51 $dialog["no_infotext"]=" No info text has been added";52 $dialog["open_calendar"]="O pen calendar";53 $dialog["relation"]=" Tour";54 $dialog["highlights"]=" Highlights";43 $dialog["dec"]="Déc"; 44 $dialog["ausgebucht"]="Complet"; 45 $dialog["frei"]="Disponible"; 46 $dialog["more_info"]="En savoir plus"; 47 $dialog["read_more"]="En savoir plus"; 48 $dialog["no_result_was_found"]="Aucun résultat trouvé"; 49 $dialog["no_fahrt"]="Aucun trajet trouvé pour la période du %s au %s"; 50 $dialog["wenige_plaetze"]="Peu de places"; 51 $dialog["no_infotext"]="Aucun texte d'information disponible"; 52 $dialog["open_calendar"]="Ouvrir le calendrier"; 53 $dialog["relation"]="Excursion"; 54 $dialog["highlights"]="Points forts"; 55 55 $dialog["beschreibung"]="Description"; 56 $dialog["enthalten"]="Inclu ded";57 $dialog["select_date"]="S elect a date to configure your ticket.";58 $dialog["select_date_rf"]="S elect a date to configure your return journey.";59 $dialog["fahrtdauer"]=" Trip duration";60 $dialog["zeiten"]="D eparture";61 $dialog["bitte_auswaehlen"]="S elect here";62 $dialog["alles_anzeigen"]=" Show all";56 $dialog["enthalten"]="Inclus"; 57 $dialog["select_date"]="Sélectionnez une date pour configurer votre billet."; 58 $dialog["select_date_rf"]="Sélectionnez une date pour configurer votre trajet retour."; 59 $dialog["fahrtdauer"]="Durée du trajet"; 60 $dialog["zeiten"]="Départ"; 61 $dialog["bitte_auswaehlen"]="Sélectionnez ici"; 62 $dialog["alles_anzeigen"]="Tout afficher"; 63 63 $dialog["zielstation"]="Destination"; 64 $dialog["kein_bild"]=" No image available";65 $dialog["keine_rueckfahrt"]=" No return trip was found";66 $dialog["einfache_fahrt"]="S elect one-way trip";67 $dialog["klick_uhrzeit"]="S elect the time of departure";68 $dialog["ticket"]=" Ticket";69 $dialog["kein_warenkorb"]=" Incomplete plugin configuration - To display the booking, add the shopping cart widget to yourpage";70 $dialog["hinfahrt"]=" Outbound";71 $dialog["rueckfahrt"]="Ret urn";72 $dialog["3_tage"]="3 days";73 $dialog["fahrtdauer"]=" Trip duration";74 $dialog["oder"]="O r";75 $dialog["bewertung"]=" Ratings";76 $dialog["schiff"]=" Vessel";64 $dialog["kein_bild"]="Aucune image disponible"; 65 $dialog["keine_rueckfahrt"]="Aucun trajet retour trouvé"; 66 $dialog["einfache_fahrt"]="Sélectionner un aller simple"; 67 $dialog["klick_uhrzeit"]="Sélectionnez l'heure de départ"; 68 $dialog["ticket"]="Billet"; 69 $dialog["kein_warenkorb"]="Configuration du plugin incomplète - Pour afficher la réservation, ajoutez le widget du panier à votre page"; 70 $dialog["hinfahrt"]="Aller"; 71 $dialog["rueckfahrt"]="Retour"; 72 $dialog["3_tage"]="3 jours"; 73 $dialog["fahrtdauer"]="Durée du trajet"; 74 $dialog["oder"]="Ou"; 75 $dialog["bewertung"]="Évaluations"; 76 $dialog["schiff"]="Navire"; 77 77 $dialog["uhr"]="h"; 78 $dialog["available_headliner"]=" Availability and Prices";79 $dialog["basket_success"]=" The booking was successfully added to the basket";80 $dialog["basket_item_success"]=" The item was addedd successfully";81 $dialog["pay_now"]="Pay now";82 $dialog["weitere_buchung"]="A dd another ticket";83 $dialog["weiterer_artikel"]="A dd another item";84 $dialog["price"]="Pri ce";85 $dialog["price_netto"]=" Net Price";86 $dialog["gsbetrag"]="Val ue";87 $dialog["bitte_warten"] = " Please wait";88 $dialog["senden"] = " Send";78 $dialog["available_headliner"]="Disponibilité et prix"; 79 $dialog["basket_success"]="La réservation a été ajoutée au panier avec succès"; 80 $dialog["basket_item_success"]="L'article a été ajouté avec succès"; 81 $dialog["pay_now"]="Payer maintenant"; 82 $dialog["weitere_buchung"]="Ajouter un autre billet"; 83 $dialog["weiterer_artikel"]="Ajouter un autre article"; 84 $dialog["price"]="Prix"; 85 $dialog["price_netto"]="Prix net"; 86 $dialog["gsbetrag"]="Valeur"; 87 $dialog["bitte_warten"] = "Veuillez patienter"; 88 $dialog["senden"] = "Envoyer"; 89 89 $dialog["chatbot_oeffnen"]="Chatbot"; 90 $dialog["fahrplan_chatbot"] = " Timetable Chatbot";91 $dialog["ich"]="M e";92 $dialog["fahrplan_chatbot_1"]=" Enter yourmessage...";93 $dialog["fahrplan_chatbot_2"]=" Hello! How can I help you?";94 $dialog["fahrplan_chatbot_3"]="G enerating response...";95 $dialog["optional"]="option al";90 $dialog["fahrplan_chatbot"] = "Chatbot des horaires"; 91 $dialog["ich"]="Moi"; 92 $dialog["fahrplan_chatbot_1"]="Saisissez votre message..."; 93 $dialog["fahrplan_chatbot_2"]="Bonjour ! Comment puis-je vous aider ?"; 94 $dialog["fahrplan_chatbot_3"]="Génération de la réponse..."; 95 $dialog["optional"]="optionnel"; -
travelmanager-buchungssoftware/trunk/libs/dialoge_pl.php
r3449517 r3480008 4 4 $dialog["in_warenkorb"] = "W koszyku"; 5 5 $dialog["jetzt_buchen"] = "Zarezerwuj teraz"; 6 $dialog["jetzt_buchen_mehr_infos"] = "Więcej informacji i rezerw uj teraz";6 $dialog["jetzt_buchen_mehr_infos"] = "Więcej informacji i rezerwacja"; 7 7 $dialog["schliessen"] = "Zamknij"; 8 8 $dialog["inhalt_laden"] = "Ładowanie";
Note: See TracChangeset
for help on using the changeset viewer.