diff --git a/locale/cms/de-AT/global.php b/locale/cms/de-AT/global.php index 0d3ff5abf..71e42804d 100644 --- a/locale/cms/de-AT/global.php +++ b/locale/cms/de-AT/global.php @@ -23,4 +23,6 @@ $this->phrasen['global/titel']='Titel'; $this->phrasen['global/geschlecht']='Geschlecht'; $this->phrasen['global/mann']='Mann'; $this->phrasen['global/frau']='Frau'; +$this->phrasen['global/staatsbuergerschaft']='Staatsbürgerschaft'; +$this->phrasen['global/geburtsdatum']='Geburtsdatum'; ?> \ No newline at end of file diff --git a/locale/cms/en-US/global.php b/locale/cms/en-US/global.php index 4b62f5cbb..d9e5dba8e 100644 --- a/locale/cms/en-US/global.php +++ b/locale/cms/en-US/global.php @@ -23,4 +23,6 @@ $this->phrasen['global/titel']='Title'; $this->phrasen['global/geschlecht']='Gender'; $this->phrasen['global/mann']='Male'; $this->phrasen['global/frau']='Female'; +$this->phrasen['global/staatsbuergerschaft']='Citizenship'; +$this->phrasen['global/geburtsdatum']='Date of Birth'; ?> \ No newline at end of file