Skip to content

Instantly share code, notes, and snippets.

@samthetechie
Last active August 29, 2015 14:02
Show Gist options
  • Save samthetechie/4f500aca592bf6969761 to your computer and use it in GitHub Desktop.
Save samthetechie/4f500aca592bf6969761 to your computer and use it in GitHub Desktop.
Drupal 7 English to German translation of modules/locale/locale.datepicker.js
# German translation of modules/locale/locale.datepicker.js
# Import into -> German
# Text Group: Built-in interface
#: modules/locale/locale.datepicker.js
msgid "Monday"
msgstr "Montag"
#: modules/locale/locale.datepicker.js
msgid "Tuesday"
msgstr "Dienstag"
#: modules/locale/locale.datepicker.js
msgid "Wednesday"
msgstr "Mittwoch"
#: modules/locale/locale.datepicker.js
msgid "Thursday"
msgstr "Donnerstag"
#: modules/locale/locale.datepicker.js
msgid "Friday"
msgstr "Freitag"
#: modules/locale/locale.datepicker.js
msgid "Sunday"
msgstr "Sonntag"
#: modules/locale/locale.datepicker.js
msgid "Saturday"
msgstr "Samstag"
#: modules/locale/locale.datepicker.js
msgid "Mon"
msgstr "Mo"
#: modules/locale/locale.datepicker.js
msgid "Tue"
msgstr "Di"
#: modules/locale/locale.datepicker.js
msgid "Wed"
msgstr "Mi"
#: modules/locale/locale.datepicker.js
msgid "Thu"
msgstr "Do"
#: modules/locale/locale.datepicker.js
msgid "Fri"
msgstr "Fr"
#: modules/locale/locale.datepicker.js
msgid "Sat"
msgstr "Sa"
#: modules/locale/locale.datepicker.js
msgid "Sun"
msgstr "So"
#: modules/locale/locale.datepicker.js
msgid "January"
msgstr "Januar"
#: modules/locale/locale.datepicker.js
msgid "February"
msgstr "Februar"
#: modules/locale/locale.datepicker.js
msgid "March"
msgstr "März"
#: modules/locale/locale.datepicker.js
msgid "April"
msgstr "April"
#: modules/locale/locale.datepicker.js
msgid "May"
msgstr "Mai"
#: modules/locale/locale.datepicker.js
msgid "June"
msgstr "Juni"
#: modules/locale/locale.datepicker.js
msgid "July"
msgstr "Juli"
#: modules/locale/locale.datepicker.js
msgid "August"
msgstr "August"
#: modules/locale/locale.datepicker.js
msgid "September"
msgstr "September"
#: modules/locale/locale.datepicker.js
msgid "October"
msgstr "Oktober"
#: modules/locale/locale.datepicker.js
msgid "November"
msgstr "November"
#: modules/locale/locale.datepicker.js
msgid "December"
msgstr "Dezember"
#: modules/locale/locale.datepicker.js
msgid "Jan"
msgstr "Jan"
#: modules/locale/locale.datepicker.js
msgid "Feb"
msgstr "Feb"
#: modules/locale/locale.datepicker.js
msgid "Mar"
msgstr "März"
#: modules/locale/locale.datepicker.js
msgid "Apr"
msgstr "Apr"
#: modules/locale/locale.datepicker.js
msgid "Jun"
msgstr "Juni"
#: modules/locale/locale.datepicker.js
msgid "Jul"
msgstr "Juli"
#: modules/locale/locale.datepicker.js
msgid "Aug"
msgstr "Aug"
#: modules/locale/locale.datepicker.js
msgid "Sep"
msgstr "Sept"
#: modules/locale/locale.datepicker.js
msgid "Oct"
msgstr "Okt"
#: modules/locale/locale.datepicker.js
msgid "Nov"
msgstr "Nov"
#: modules/locale/locale.datepicker.js
msgid "Dec"
msgstr "Dez"
@samthetechie
Copy link
Author

Translation from English to German for all days of the week and months of the year and their respective abbreviations. Import as a .po file into: admin/config/regional/translate/import

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