Stand 2018-04-22.

This commit is contained in:
2018-04-22 16:35:21 +02:00
committed by Stefan Rohde-Enslin
parent 5041801461
commit a2740bddb3
54 changed files with 1902 additions and 40 deletions

View File

@ -1 +1,45 @@
{"contacts":{"given_name":"Given name","given_name_explica":"The given name of a person. Optional.","family_name":"Family name","family_name_explica":"The family name of a person. Optional.","name":"Full name","name_explica":"Full name of a person or institution. Required.","remark":"Note","remark_explica":"Shared notes about a person. Optional.","gender":"Gender","gender_explica":"Gender of a person.","title":"Title","title_explica":"The (academic, institutional, religious, ...) title of a person.","organization":"Organization","organization_explica":"The organization a person belongs to.","street":"Street address","street_explica":"Street address of a person or institution.","place":"Place","place_explica":"Place of a person or institution."},"gender":["female","male","Other"]}
{
"contacts": {
"given_name": "Given name",
"given_name_explica": "The given name of a person. Optional.",
"family_name": "Family name",
"family_name_explica": "The family name of a person. Optional.",
"name": "Full name",
"name_explica": "Full name of a person or institution. Required.",
"remark": "Note",
"remark_explica": "Shared notes about a person. Optional.",
"gender": "Gender",
"gender_explica": "Gender of a person.",
"title": "Title",
"title_explica": "The (academic, institutional, religious, ...) title of a person.",
"organization": "Organization",
"organization_explica": "The organization a person belongs to.",
"street": "Street address",
"street_explica": "Street address of a person or institution.",
"place": "Place",
"place_explica": "Place of a person or institution.",
"contacts_no_name": "A name is required for this contact.",
"categories": "Categories",
"categories_explica": "Categories of the person or institution. Best entered with a comma for a separator. Optional.",
"contacts_added": "Added the new contact",
"email": "Email",
"email_explica": "Email address of the contact.",
"contacts_list": "Contacts list",
"contacts_edited": "The contact has been updated",
"contact_belongs": "Contact belongs to",
"export_contact": "Export contact",
"send_mail": "Send mail",
"contacts_deleted": "Deleted contact",
"url": "URL",
"url_explica": "URL of the website of the person or institution. Must be an absolute URL (starting with <code>http:\/\/<\/code> or <code>https:\/\/<\/code>).",
"zip_code": "Zip code",
"zip_code_explica": "ZIP code of the institution.",
"contacts_added_loan": "The contact has been added. You can now link it with the loan entry."
},
"gender": [
"",
"female",
"male",
"other"
]
}