Lines Matching full:name

29  * Indicates the name type, for example the name issued or assumed as an immigrant.
31 * birth = name given on birth certificate.
32 * immigrant = name assumed at the time of immigration.
33 * maiden = maiden name, name before first marriage.
34 * married =name was persons previous married name.
35 * user_defined = other text name that defines the name type.
70 /* I18N: The name given to a child by its adoptive parents */
71 self::VALUE_ADOPTED => I18N::translate('adopted name'),
72 …/* I18N: The name by which an individual is also known. e.g. a professional name or a stage name */
74 /* I18N: The name given to an individual at their birth */
75 self::VALUE_BIRTH => I18N::translate('birth name'),
76 …/* I18N: A name chosen by an individual, to replace their existing name (whether legal or otherwis…
77 self::VALUE_CHANGE => I18N::translate('change of name'),
78 … /* I18N: A name given to an individual, from the farm or estate on which they lived or worked */
79 self::VALUE_ESTATE => I18N::translate('estate name'),
80 …/* I18N: A name taken on immigration - e.g. migrants to the USA frequently anglicized their names …
81 self::VALUE_IMMIGRANT => I18N::translate('immigration name'),
82 …/* I18N: A woman’s name, before she marries (in cultures where women take their new husband’s name
83 self::VALUE_MAIDEN => I18N::translate('maiden name'),
84 /* I18N: A name taken on marriage - usually the wife takes the husband’s surname */
85 self::VALUE_MARRIED => I18N::translate('married name'),
86 /* I18N: A name taken when entering a religion or a religious order */
87 self::VALUE_RELIGIOUS => I18N::translate('religious name'),