diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..96fd5bd Binary files /dev/null and b/.DS_Store differ diff --git a/lang/en_US.json b/lang/en_US.json index 0967ef4..ba77d61 100644 --- a/lang/en_US.json +++ b/lang/en_US.json @@ -1 +1,16 @@ -{} +{ + "My_Profile": { + "My_Profile": "My Profile", + "Basic_Information": "Basic Information", + "Username": "Username", + "First_Name": "First Name", + "Last_Name": "Last Name", + "Abbreviated_Name": "Abbreviated Name", + "Pronouns": "Pronouns", + "Pronouns_Forum": "Display Pronouns in Discussion Forum", + "Primary_Email": "Primary Email", + "Secondary_Email": "Secondary Email", + "Send_Email": "Send Email to Secondary Address", + "Access_Level": "Access Level" + } +} \ No newline at end of file diff --git a/lang/fr_FR.json b/lang/fr_FR.json new file mode 100644 index 0000000..86d8eab --- /dev/null +++ b/lang/fr_FR.json @@ -0,0 +1,16 @@ +{ + "My_Profile": { + "My_Profile": "Mon Profil", + "Basic_Information": "Information Basique", + "Username": "Nom D'Utilisateur", + "First_Name": "Prénom", + "Last_Name": "Nom", + "Abbreviated_Name": "Nom Abrégé", + "Pronouns": "Pronoms", + "Pronouns_Forum": "Afficher Les Pronoms Dans Le Forum De Discussion", + "Primary_Email": "Email Primaire", + "Secondary_Email": "Email Secondaire", + "Send_Email": "Envoyer les Emails À Une Adresse Secondaire", + "Access_Level": "Niveau D'Accès" + } +} \ No newline at end of file