Skip to content

Instantly share code, notes, and snippets.

@ericlbarnes
Created April 14, 2014 13:54
Show Gist options
  • Save ericlbarnes/10650128 to your computer and use it in GitHub Desktop.
Save ericlbarnes/10650128 to your computer and use it in GitHub Desktop.
<?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
Copy link

    // The following are new 
    'back' => 'Zurück',
    'full_faq' => 'Vollständige FAQ anzeigen',
    'contact_us' => 'Kontakt',
    'thank_you'  => 'Vielen Dank!',
    'message_sent'  => 'Ihre Nachricht wurde gesendet.',

    'name' => 'Name eintragen',
    'email_address' => 'e-Mail Adresse eintragen',
    'subject' => 'Betreff eintragen',
    'send_message' => 'Nachricht senden',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment