Stand 2018-05-24.

This commit is contained in:
2018-05-24 22:28:36 +02:00
committed by Stefan Rohde-Enslin
parent 150ee82c5f
commit 54fb192253
68 changed files with 440 additions and 224 deletions

View File

@ -34,7 +34,8 @@
"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."
"contacts_added_loan": "The contact has been added. You can now link it with the loan entry.",
"contacts_list_empty": "Your list of contacts is empty thus far."
},
"gender": [
"",

View File

@ -24,6 +24,9 @@
"upload_image_pdf": "Upload image or PDF",
"delete_image_pdf": "Delete",
"obj_link_with_exhibition": "Link with an Exhibition",
"obj_linked_exhibitions": "Linked Exhibitions"
"obj_linked_exhibitions": "Linked Exhibitions",
"exhibitions_list_empty": "Your list of exhibitions is empty thus far. Add one.",
"remove_obj": "Unlink",
"options": "Options"
}
}

View File

@ -38,6 +38,7 @@
"add_new_link_contact": "Add and link new contact",
"updated_link_loan": "Updated link with loan",
"deleted_link_obj_loan": "Deleted link of object with loan entry",
"added_link_obj_loan": "Added link of object with loan entry"
"added_link_obj_loan": "Added link of object with loan entry",
"loans_list_empty": "Your list of loans is empty thus far."
}
}