Created
April 14, 2014 13:54
-
-
Save ericlbarnes/10650128 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
return array( | |
'faqs' => 'FAQs', // Main faq sections. | |
'permalink' => 'Direkt hierher verlinken', // Permalink title text for the section | |
'top' => 'Nach oben', // Back to top link | |
'search_results' => 'Ergebnisse durchsuchen', // Search results heading | |
'search_placeholder' => "Fragen durchsuchen", // Search form placeholder text | |
'noresults' => 'Keine Ergebnisse', // Message shown when the search did not return any results | |
// The following are new | |
'back' => 'Back', | |
'full_faq' => 'View Full Faq', | |
'contact_us' => 'Contact Us', | |
'thank_you' => 'Thank you!', | |
'message_sent' => 'Your message has been sent.', | |
'name' => 'Enter your name', | |
'email_address' => 'Enter your email address', | |
'subject' => 'Enter your subject', | |
'send_message' => 'Send Message', | |
); |
alexander-feil
commented
Apr 14, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment