Okay, danke für die Zugangsdaten. Also da haben wir 2 Problemen - alle mit dem Sprachpacket.
Erstens - die front-end language Datei ist nicht komplett übersetzt - um die 60%. Unser System ist so eingestellt, dass es nur Dateien im sprachpacket einfügt die mehr als 80% übersetzt sind. Deswegen wurde die frontend Datei überhaupt nicht im Packet eingebunden. Ich habe jetzt das geändert und es werden Dateien eingebunden die mehr als 50% übersetzt sind.
Jetzt kommt aber das nächste Problem - diese Strings hier sind nicht übersetzt in der Datei:
; COM_HOTSPOTS_TOUR_CENTER_BUTTON_DESC="The center button will try to automatically find your location and it will center the map on it."
; COM_HOTSPOTS_TOUR_FULLSCREEN_BUTTON_DESC=" Use the full screen button if you like to browse a bigger map."
; COM_HOTSPOTS_TOUR_END_LABEL="That's it!"
; COM_HOTSPOTS_TOUR_END_DESC="Now you know where the most important functions are located! Have fun using the map!"
; COM_HOTSPOTS_TOUR_DIRECTION_DESC="If you want to get from point A to B, then click on the get directions button."
; COM_HOTSPOTS_TOUR_DIRECTION_LABEL="Search for directions"
; COM_HOTSPOTS_TOUR_ADDRESS_LABEL="Search an address"
; COM_HOTSPOTS_TOUR_ADDRESS_DESC="Use the field above if you want to search for a location or a landmark."
; COM_HOTSPOTS_TOUR_FILTER_LABEL="The filters"
; COM_HOTSPOTS_TOUR_FILTER_DESC="You can use the filters to show hotspots from specific category or the search box to show only locations matching a desired keyword."
; COM_HOTSPOTS_TOUR_HOTSPOTS_TAB_DESC="In the hotspots tab you'll see the locations in your current view. When you move the map, zoom in/out the locations here will refresh."
; COM_HOTSPOTS_TOUR_HOTSPOTS_TAB_LABEL="The hotspots tab"
; COM_HOTSPOTS_TOUR_WELCOME_LABEL="Welcome to Hotspots"
; COM_HOTSPOTS_CENTER="Center"
; COM_HOTSPOTS_FULLSCREEN="Fullscreen"
; COM_HOTSPOTS_STREET_VIEW="Street view"
; COM_HOTSPOTS_ADDRESS_OR_LANDMARK="Address or Landmark"
; COM_HOTSPOTS_FILTERS="Filters"
; COM_HOTSPOTS_SHOW_HOTSPOTS="Show Hotspots"
; COM_HOTSPOTS_NO_HOTSPOTS_IN_THE_CURRENT_VIEW_WITH_FILTERS="No hotspots to display in the current view with the applied filters."
; COM_HOTSPOTS_SEARCH="Search"
; COM_HOTSPOTS_CLEAR_SEARCH="Clear search"
; COM_HOTSPOTS_GO_BACK="Go back"
; COM_HOTSPOTS_DRAG_ICON_TO_REORDER_STOPS="Drag the icon to reorder your stops"
; COM_HOTSPOTS_ADD_STOP="Add stop"
; COM_HOTSPOTS_OPTIONS="Options"
; COM_HOTSPOTS_AVOID_TOLLS="Avoid tolls"
; COM_HOTSPOTS_AVOID_HIGHWAY="Avoid highway"
; COM_HOTSPOTS_AVOID_FOLLOWING="Avoid the following"
; COM_HOTSPOTS_USE="Use"
; COM_HOTSPOTS_KILOMETERS="Kilometers"
; COM_HOTSPOTS_MILES="Miles"
; COM_HOTSPOTS_WEATHER="Weather"
; COM_HOTSPOTS_CLOUDS="Clouds"
; COM_HOTSPOTS_TRAFFIC="Traffic"
; COM_HOTSPOTS_TRANSIT="Transit"
; COM_HOTSPOTS_BICYCLING="Bicycling"
; COM_HOTSPOTS_TRAILS="Trails"
; COM_HOTSPOTS_DEDICATED_LANES="Dedicated lanes"
; COM_HOTSPOTS_BICYCLE_FRIENDLY_ROADS="Bicycle friendly roads"
; COM_HOTSPOTS_PHOTOS="Photos"
; COM_HOTSPOTS_MY_LOCATION="My location"
; COM_HOTSPOTS_FIND_MY_LOCATION="Find my location"
; COM_HOTSPOTS_SEARCH_HOTSPOTS="Search hotspots"
; COM_HOTSPOTS_CENTER_ON_MY_LOCATION="Center on my location"
; COM_HOTSPOTS_CENTER_TOGGLE_FULLSCREEN="Toggle fullscreen"
; COM_HOTSPOTS_NEXT_BTN="Next"
; COM_HOTSPOTS_PREV_BTN="Back"
; COM_HOTSPOTS_DONE_BTN="Done"
; COM_HOTSPOTS_PLEASE_ENTER_VALID_ADDRESS="Please enter a valid address"
; COM_HOTSPOTS_PLEASE_PROVIDE_START_ADDRESS="Please provide start address"
; COM_HOTSPOTS_PLEASE_PROVIDE_END_ADDRESS="Please provide end address"
Und noch ein paar andere - deswegen ist die Sprache von Hotspots immer noch nicht auf Deutsch. Wer helfen will soll sich auf transifex.com anmelden und die Deutsche übersetzung der Komponente zu ende machen:
opentranslators.transifex.com/projects/p/compojoom-hotspots/
Dann werden die Sprachdateien auch bei uns geupdated und alles wird gut.
Gruß,
Daniel