Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GS Evolve Theme
#11
Hi Andrejus,

so i made some great steps forward with your theme! It looks awsome!

BUT some topics makes me some headache Wink

There is some problem with the language selection, for a correct translation i've had to translate also the en_US.php i've marked them with /* german */ of course as well I put my de_AT.php file as default language for testing

Most of them are in the contact form and the footer

Code:
<?php

$set_lang = array (
'XML_ERROR'=>'File not found in following path: ',
'COMPONENT_ERROR'=>'The specified component does not exist! Check the settings, which are transmitted to the function.',
   'SITE_PHONE'=>'Site phone:',
'SITE_DEFLANG'=>'Site\'s default language (eg. "en_US")',
'SLOGAN_LINE'=>'Site slogan:',
'SEO_SLUG'=>'Site slogan for SEO:',
'SEO_SLUG_DESC'=>'Invisible but very useful for SEO ratings impovement',
'CONTACT_INFO'=>'Kontaktinformation', /* german */
'CONTACT_PHOTO'=>'Your Photo',
'PHOTO_PLACE'=>'Enter Your photo URL address',
'CONTACT_MESS'=>'Senden Sie mir Ihre Nachricht', /* german */
'CONTACT_NAME'=>'Name: ', /* german */
'CONTACT_TXT'=>'Nachricht: ', /* german */
'CONTACT_DESC'=>'Enter Your description',
'CONTACT_ADDRESS'=>'Geschäftsanschrift', /* german */
'CONTACT_PHONE'=>'Mobil', /* german */
'CONTACT_EMAIL'=>'Email', /* german */
'CONTACT_SUPPORT'=>'Google+', /* german */
'EVOLVE_SEARCH'=>'Start Typing...',
'EVOLVE_SEARCH_FOUND'=>'The following pages have been found',
'EVOLVE_SEARCH_NOT'=>'Sorry, your search returned no hits.',
'MAIL_NAME'=>'Geben Sie Ihren Namen ein', /* german */
'MAIL_EMAIL'=>'Geben Sie Ihre e-mail Adresse ein', /* german */
'MAIL_SUBJ'=>'Enter subject text',
'MAIL_URL'=>'Enter URL address',
'MAIL_BODY'=>'Geben sie ihre Nachricht ein', /* german */
'MAIL_SEND'=>'Nachricht senden', /* german */
'MAIL_ERR_SEND'=>'<strong>Error!</strong> Looks like there\'s a problem with your submission, please fix it and try again:',
'MAIL_ERR_MAIL'=>'<strong>Error!</strong> Unable to send your message. Please try again in a few minutes.',
'MAIL_SEND_SEC'=>'<strong>Success!</strong> Your message has been sent.',
'MAIL_ERR_ADM'=>'<strong>Error!</strong> The site admin hasn\'t configured the contact form yet!',
'MAIL_BAD_NAME'=>'Your name is missing',
'MAIL_BAD_ADR'=>'Invalid email address',
'MAIL_BAD_SUBJ'=>'Missing a subject line',
'MAIL_BAD_BODY'=>'Missing the message body',
   'COLOR_SCHEME'=>'Color scheme:',
   'TAG_LINE'=>'Tag line:',
   'EVOLVE_SET_EXPAND'=>'Expand',
   'EVOLVE_SET_COLAPS'=>'Collapse',
'ADD_SOCIAL'=>'Social networking settings',
'SOCIAL_DESC'=>'In the fields above, type the required social networks links. If the field is empty - it will not be displayed. If in the field is entered symbol # - it will be displayed but do not have a link.',
'ADD_COMPONENTS'=>'Components import',
'SAVE_COMPONENTS'=>'Save settings',
'EVOLVE_EXT_FEATURES'=>' additional features',
'EVOLVE_CAROUSEL'=>'Jssor Slider settings (main slideshow)',
'JSSOR_MIN_WIDTH_DESC'=>'The minimum width of the slider, which is used in responsive code for slider scales while window resizes',
'JSSOR_MAX_WIDTH_DESC'=>'The maximum width of the slider, which is used in responsive code for slider scales while window resizes',
'JSSOR_FILLMODE_DESC'=>'The way to fill image in slide, 0 stretch, 1 contain (keep aspect ratio and put all inside slide), 2 cover (keep aspect ratio and cover whole slide), 4 actual size, 5 contain for large image, actual size for small image, default value is 0',
'JSSOR_DELAY_DESC'=>'Interval (in milliseconds) to go for next slide since the previous stopped if the slider is auto playing, default value is 3000',
'JSSOR_AUTOPLAY_DESC'=>'Whether to auto play, to enable slideshow, this option must be set to true, default value is false',
'JSSOR_DURATION_DESC'=>'Specifies default duration (swipe) for slide in milliseconds, default value is 500',
'JSSOR_KEYB_DESC'=>'Allows keyboard (arrow key) navigation or not, default value is false',
'JSSOR_HOVERP_DESC'=>'Whether to pause when mouse over if a slider is auto playing, 0 no pause, 1 pause for desktop, 2 pause for touch device, 3 pause for desktop and touch device, 4 freeze for desktop, 8 freeze for touch device, 12 freeze for desktop and touch device, default value is 1',
'JSSOR_FULLW_DESC'=>'Set full width for the slider, this parameter used in responsive code for slider scales while window resizes',
'JSSOR_PORIENT_DESC'=>'Orientation to play slide (for auto play, navigation), 1 horizontal, 2 vertical, 5 horizontal reverse, 6 vertical reverse, default value is 1',
'JSSOR_DORIENT_DESC'=>'Orientation to drag slide, 0 no drag, 1 horizental, 2 vertical, 3 either, default value is 1 (Note that the $DragOrientation should be the same as $PlayOrientation when $DisplayPieces is greater than 1, or parking position is not 0)',
'JSSOR_TRORDER_DESC'=>'The way to choose transition to play slide, 1 Sequence, 0 Random',
'JSSOR_ISLINK_DESC'=>'Whether to bring slide link on top of the slider when slideshow is running, default value is false',
'JSSOR_PLAYIN_DESC'=>'Captions play-in mode. 0 None (no play), 1 Chain (goes after main slide), 3 Chain Flatten (goes after main slide and flatten all caption animations), default value is 1',
'JSSOR_PLAYOUT_DESC'=>'Captions play-out mode. 0 None (no play), 1 Chain (goes before main slide), 3 Chain Flatten (goes before main slide and flatten all caption animations), default value is 1',
'JSSOR_EASING_DESC'=>'Specifies Jquery easing metod for right to left animation, default value is EaseOutQuad',
'JSSOR_PIECES_DESC'=>'Number of pieces to display (the slideshow would be disabled if the value is set to greater than 1), the default value is 1',
'JSSOR_SLWIDTH_DESC'=>'Width of every slide in pixels, default value is width of slides container',
'JSSOR_SLHEIGHT_DESC'=>'Height of every slide in pixels, default value is height of slides container',
'JSSOR_SLSPACE_DESC'=>'Space between each slide in pixels, default value is 0',
'JSSOR_APOZ_DESC'=>'The offset position to park slide (this options applys only when slideshow disabled), default value is 0',
'JSSOR_SBULL_DESC'=>'The parameter determining the bullets display methods',
'JSSOR_BULLACT_DESC'=>'Parameter establishing after which operation will be executed the action',
'JSSOR_BULLCNTR_DESC'=>'Auto center navigator in parent container, default value is 0',
'JSSOR_BULLSPAC_DESC'=>'Horizontal and Vertical space between each item in pixel, default value is 0',
'JSSOR_ISARROW_DESC'=>'The parameter determining the arrows display method, default value is Always',
'JSSOR_ARROWCNTR_DESC'=>' Auto center arrows in parent container , default value is None',
'JSSOR_ISTHUMB_DESC'=>'The parameter determining the thumbnail navigator display method, default value is Always',
'JSSOR_THUMBACT_DESC'=>'Parameter establishing after which operation will be executed the action, default value is Act by click',
'JSSOR_THUMBDR_DESC'=>'Disable drag or not, default value is Enable',
'JSSOR_THUMDOR_DESC'=>'Orientation to arrange thumbnails, default value is Horizontal',
'JSSOR_THUMLANE_DESC'=>'Specify lanes to arrange thumbnails, default value is 1',
'JSSOR_THUMPARK_DESC'=>'The offset position to park thumbnail, default value is 0',
'JSSOR_THUMCOLS_DESC'=>'Number of items to display in the thumbnail navigator container, default value is 1',
'JSSOR_THUMCNTR_DESC'=>'Auto center thumbnail items in the thumbnail navigator container, default value is Both',
'JSSOR_THUMSPX_DESC'=>'Horizontal space between each thumbnail in pixel',
'JSSOR_THUMSPY_DESC'=>'Vertical space between each thumbnail in pixel',
'EVOLVE_SCRIPTS'=>'Javascript activation settings',
'EVOLVE_REQUIRED'=>' (Required)',
'EVOLVE_REQUIRED_DESC'=>'Used by component',
'EVOLVE_REQUIRED_MENU'=>' and Main menu',
'EVOLVE_SCRIPT_DESC'=>'Scripts marked with a red color is needed for the theme functioning or their used certain component. <b>Their deactivation may affect theme elements functionality!</b> You can turn off some scripts if you are sure that your website will be loaded them from another source.',
'CONTACT_SET'=>'Enable Contact form using',
'SEARCH_SET'=>'Enable Search form using',
'TITLE_DESC'=>'Show Meta description on Title bar',
'TITLE_PARALLEX'=>'Parallex Title bar',
'EVOLVE_TOTOP'=>'To top',
'EVOLVE_MAPS'=>'Google Maps settings',
'EVOLVE_MAPS_ENABLE'=>'Enable Google Maps',
'EVOLVE_MAPS_LAT'=>'Latitude:',
'EVOLVE_MAPS_LONG'=>'Longtitude:',
'EVOLVE_MAPS_MARKER'=>'Location marker name:',
'EVOLVE_MAPS_ZOOM'=>'Map zoom:',
'EVOLVE_MAPS_DESC'=>'Enter your location settings in the fields above (latitude and longitude can get in Google Maps site by finding desired address). In order maps has been displayed in the right place of your site put that code:  <code><b>&lt;div id="map"&gt;&lt;/div&gt;</b></code>  in the theme template or to the required page content using CKEditor.',
'CAPTCHA_DESC'=>'Sicherheitsabfrage', /* german */
'CAPTCHA_RELOAD'=>'neu laden', /* german */
'CAPTCHA_TEXT'=>'Zahlen eingeben', /* german */
'CAPTCHA_ERROR'=>'Der eingegebene CAPTCHA code war falsch!', /* german */
'READ_MORE'=>'Read More',
'FOOTER_ABOUT'=>'Über', /* german */
'FOOTER_CONTACT'=>'Kontaktinformationen', /* german */
'FOOTER_CATEGORIES'=>'Kategorien', /* german */
'FOOTER_NEWS'=>'Newsletter',
'FOOTER_NEWS_DESC'=>'Make sure you don\'t miss latest news and get notices about our new themes, stay tuned!',
'FOOTER_NEWS_SUBS'=>'Anmelden', /* german */
'FOOTER_TAGS'=>'Tags',
'EVOLVE_FOOTER'=>'Footer appereance',
'EVOLVE_FOOTER_DESC'=>'Footer elements viewing'
);
?>

and there is another question about the contact form:
where can i change the text from the headline and the breadcrumb?
i would like to change it from 'contact' to 'Kontakt'
[Image: contact3em9j6ya1n.jpg]

lbnl, unfortunately i'm not an expert creating websites but i did a lot of seaching and trial/error before i start asking.
i really hope you can help me Smile

thank you very much in advance!
greetings from Vienna

br
claus
Reply


Messages In This Thread
GS Evolve Theme - by asemion - 2016-02-19, 00:32:33
RE: GS Evolve Theme - by Charpy1 - 2016-02-19, 04:00:29
RE: GS Evolve Theme - by Timbow - 2016-02-19, 08:47:47
RE: GS Evolve Theme - by Claus - 2016-03-01, 07:23:13
RE: GS Evolve Theme - by filmpl - 2016-03-16, 05:47:46
RE: GS Evolve Theme - by asemion - 2016-03-17, 22:27:59
RE: GS Evolve Theme - by filmpl - 2016-03-18, 01:05:19
RE: GS Evolve Theme - by asemion - 2016-03-18, 18:23:28
RE: GS Evolve Theme - by filmpl - 2016-03-18, 20:56:26
RE: GS Evolve Theme - by asemion - 2016-03-18, 21:46:30
RE: GS Evolve Theme - by filmpl - 2016-03-31, 06:31:35
RE: GS Evolve Theme - by Claus - 2016-03-20, 06:24:51
RE: GS Evolve Theme - by asemion - 2016-03-21, 17:37:55
Licenses - by Claus - 2016-03-21, 07:00:52
RE: GS Evolve Theme - by asemion - 2016-03-21, 17:51:03
RE: GS Evolve Theme - by Claus - 2016-03-22, 09:55:44
RE: GS Evolve Theme - by Claus - 2016-03-23, 03:29:15
RE: GS Evolve Theme - by asemion - 2016-03-23, 18:50:20
RE: GS Evolve Theme - by Claus - 2016-04-01, 08:31:46
RE: GS Evolve Theme - by asemion - 2016-03-23, 19:19:21
RE: GS Evolve Theme - by asemion - 2016-03-30, 18:00:02
RE: GS Evolve Theme - by Claus - 2016-05-01, 15:35:25
RE: GS Evolve Theme - by asemion - 2016-05-02, 23:34:58
RE: GS Evolve Theme - by Claus - 2016-05-09, 04:12:51
RE: GS Evolve Theme - by asemion - 2016-05-10, 21:55:22
RE: GS Evolve Theme - by Claus - 2016-05-22, 15:12:22
RE: GS Evolve Theme - by webservsol - 2016-06-08, 12:23:05
RE: GS Evolve Theme - by asemion - 2016-06-08, 22:38:23
RE: GS Evolve Theme - by barknezz - 2016-06-22, 21:05:11
RE: GS Evolve Theme - by asemion - 2016-06-23, 01:28:28
RE: GS Evolve Theme - by asemion - 2016-08-03, 23:08:53
RE: GS Evolve Theme - by lobster.boy - 2016-08-18, 16:19:23
RE: GS Evolve Theme - by asemion - 2016-08-18, 18:00:23
RE: GS Evolve Theme - by shivprasd - 2016-08-27, 22:23:55
RE: GS Evolve Theme - by asemion - 2016-08-29, 23:21:47
RE: GS Evolve Theme - by shivprasd - 2016-09-01, 22:09:47
RE: GS Evolve Theme - by asemion - 2016-09-01, 23:39:07
GS Evolve Theme - by gaetanoc - 2017-01-27, 01:19:21
RE: GS Evolve Theme - by asemion - 2017-01-27, 02:57:05
RE: GS Evolve Theme - by jana - 2017-02-06, 21:04:58
RE: GS Evolve Theme - by asemion - 2017-02-07, 16:53:09
RE: GS Evolve Theme - by The_Shopkeeper - 2017-03-01, 20:18:16
RE: GS Evolve Theme - by asemion - 2017-03-01, 22:14:54
RE: GS Evolve Theme - by The_Shopkeeper - 2017-03-02, 00:02:56
RE: GS Evolve Theme - by asemion - 2017-03-04, 00:10:13
RE: GS Evolve Theme - by The_Shopkeeper - 2017-03-05, 06:38:31
RE: GS Evolve Theme - by asemion - 2017-05-30, 19:41:14
RE: GS Evolve Theme - by animas - 2019-05-07, 04:30:12
RE: GS Evolve Theme - by asemion - 2019-05-07, 18:44:03



Users browsing this thread: 1 Guest(s)