summaryrefslogtreecommitdiff
path: root/ishtar_common
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common')
-rw-r--r--ishtar_common/locale/django.pot2472
1 files changed, 1273 insertions, 1199 deletions
diff --git a/ishtar_common/locale/django.pot b/ishtar_common/locale/django.pot
index 252f5ea64..6b50ca537 100644
--- a/ishtar_common/locale/django.pot
+++ b/ishtar_common/locale/django.pot
@@ -26,125 +26,162 @@ msgstr ""
msgid "Export selected as CSV file"
msgstr ""
-#: data_importer.py:193
+#: admin.py:178
+msgid "center"
+msgstr ""
+
+#: apps.py:9 apps.py:10
+msgid "Ishtar administration"
+msgstr ""
+
+#: apps.py:17
+#| msgid "Context record"
+msgid "Ishtar - Context record"
+msgstr ""
+
+#: apps.py:22
+#| msgid "Ishtar site profile"
+msgid "Ishtar - File"
+msgstr ""
+
+#: apps.py:27
+msgid "Ishtar - Find"
+msgstr ""
+
+#: apps.py:32
+#| msgid "Ishtar administration"
+msgid "Ishtar - Operation"
+msgstr ""
+
+#: apps.py:37
+#| msgid "Ishtar user"
+msgid "Ishtar - Warehouse"
+msgstr ""
+
+#: apps.py:42
+#| msgid "Importer - Column"
+msgid "Ishtar - Common"
+msgstr ""
+
+#: data_importer.py:238
#, python-format
msgid "\"%(value)s\" is too long. The max length is %(length)d characters."
msgstr ""
-#: data_importer.py:210
+#: data_importer.py:255
#, python-format
msgid "\"%(value)s\" not equal to yes or no"
msgstr ""
-#: data_importer.py:222
+#: data_importer.py:267
#, python-format
msgid "\"%(value)s\" is not a float"
msgstr ""
-#: data_importer.py:235 data_importer.py:249 data_importer.py:503
+#: data_importer.py:280 data_importer.py:294 data_importer.py:552
#, python-format
msgid "\"%(value)s\" is not a valid date"
msgstr ""
-#: data_importer.py:262
+#: data_importer.py:307
#, python-format
msgid "\"%(value)s\" is not an integer"
msgstr ""
-#: data_importer.py:319 data_importer.py:568
+#: data_importer.py:363 data_importer.py:618
#, python-format
msgid "Choice for \"%s\" is not available. Which one is relevant?\n"
msgstr ""
-#: data_importer.py:326
+#: data_importer.py:370
#, python-format
msgid "%d. None of the above - create new"
msgstr ""
-#: data_importer.py:329
+#: data_importer.py:373
#, python-format
msgid "%d. None of the above - skip"
msgstr ""
-#: data_importer.py:529
+#: data_importer.py:578
#, python-format
msgid "\"%(value)s\" is not a valid path for the given archive"
msgstr ""
-#: data_importer.py:645
+#: data_importer.py:695
msgid ""
"The given file is not correct. Check the file format. If you use a CSV file: "
"check that column separator and encoding are similar to the ones used by the "
"reference file."
msgstr ""
-#: data_importer.py:649
+#: data_importer.py:699
#, python-format
msgid "Too many cols (%(user_col)d) when maximum is %(ref_col)d"
msgstr ""
-#: data_importer.py:651
+#: data_importer.py:701
msgid "No data provided"
msgstr ""
-#: data_importer.py:652
+#: data_importer.py:702
msgid "Value is required"
msgstr ""
-#: data_importer.py:653
+#: data_importer.py:703
#, python-format
msgid "At least %d columns must be filled"
msgstr ""
-#: data_importer.py:654
+#: data_importer.py:704
msgid "The regexp doesn't match."
msgstr ""
-#: data_importer.py:656
+#: data_importer.py:706
msgid ""
"Forced creation is set for model {} but this model is not in the list of "
"models allowed to be created."
msgstr ""
-#: data_importer.py:658
+#: data_importer.py:708
msgid ""
"{} with values {} doesn't exist in the database. Create it first or fix your "
"source file."
msgstr ""
-#: data_importer.py:1111
+#: data_importer.py:1171
msgid "Not imported"
msgstr ""
-#: data_importer.py:1248
+#: data_importer.py:1493
msgid "Importer configuration error: field \"{}\" does not exist for {}."
msgstr ""
-#: data_importer.py:1577
+#: data_importer.py:1715
msgid "line"
msgstr ""
-#: data_importer.py:1577
+#: data_importer.py:1715
msgid "col"
msgstr ""
-#: data_importer.py:1577
+#: data_importer.py:1715
msgid "error"
msgstr ""
-#: data_importer.py:1583
+#: data_importer.py:1721
msgid "field"
msgstr ""
-#: data_importer.py:1583
+#: data_importer.py:1721
msgid "source"
msgstr ""
-#: data_importer.py:1583
+#: data_importer.py:1721
msgid "result"
msgstr ""
-#: data_importer.py:1599
+#: data_importer.py:1737
#, python-format
msgid "\"%(value)s\" not in %(values)s"
msgstr ""
@@ -153,7 +190,7 @@ msgstr ""
msgid "Enter a valid name consisting of letters, spaces and hyphens."
msgstr ""
-#: forms.py:90 forms_common.py:626
+#: forms.py:90 forms_common.py:712
msgid "Confirm"
msgstr ""
@@ -165,24 +202,24 @@ msgstr ""
msgid "There are identical items."
msgstr ""
-#: forms.py:176 forms.py:177
+#: forms.py:179 forms.py:180
msgid "Closing date"
msgstr ""
-#: forms.py:190
+#: forms.py:193
msgid "You should select an item."
msgstr ""
-#: forms.py:191
+#: forms.py:194
msgid "Add a new item"
msgstr ""
-#: forms.py:297 models.py:1558
+#: forms.py:308 models.py:1646
msgid "Template"
msgstr ""
-#: forms_common.py:41 forms_common.py:59 forms_common.py:184
-#: forms_common.py:408 models.py:1624 models.py:3089
+#: forms_common.py:41 forms_common.py:59 forms_common.py:270
+#: forms_common.py:494 models.py:1764 models.py:2502
#: templates/blocks/JQueryAdvancedTown.html:19
msgid "Town"
msgstr ""
@@ -197,319 +234,353 @@ msgid ""
"french town Saint-Denis in the Seine-Saint-Denis department.</p>"
msgstr ""
-#: forms_common.py:68 forms_common.py:863 ishtar_menu.py:47 models.py:2689
-#: models.py:2882 models.py:2944 templates/ishtar/sheet_person.html:4
+#: forms_common.py:68 forms_common.py:949 ishtar_menu.py:47 models.py:2059
+#: models.py:2254 models.py:2356 templates/ishtar/sheet_person.html:4
msgid "Person"
msgstr ""
-#: forms_common.py:117
+#: forms_common.py:138
msgid ""
"This import type have no unicity type defined. Conservative import is not "
"possible."
msgstr ""
-#: forms_common.py:172 forms_common.py:329 forms_common.py:453
-#: ishtar_menu.py:75 models.py:2572 models.py:2663
+#: forms_common.py:156
+msgid "Target"
+msgstr ""
+
+#: forms_common.py:157
+#| msgid "Not member?"
+msgid "Remember"
+msgstr ""
+
+#: forms_common.py:175
+msgid "Set to NULL"
+msgstr ""
+
+#: forms_common.py:182
+msgid "this import only"
+msgstr ""
+
+#: forms_common.py:183
+#| msgid "Name"
+msgid "me"
+msgstr ""
+
+#: forms_common.py:189
+msgid "the current group: {}"
+msgstr ""
+
+#: forms_common.py:192
+#| msgid "Ishtar users"
+msgid "all users"
+msgstr ""
+
+#: forms_common.py:258 forms_common.py:415 forms_common.py:539
+#: ishtar_menu.py:75 models.py:1944 models.py:2033
#: templates/ishtar/sheet_organization.html:4
msgid "Organization"
msgstr ""
-#: forms_common.py:175 forms_common.py:212 forms_common.py:324
-#: forms_common.py:378 forms_common.py:448 models.py:1161 models.py:1557
-#: models.py:1826 models.py:1842 models.py:2080 models.py:2360 models.py:2566
-#: models.py:2675 models.py:3075 models.py:3172
-#: templates/ishtar/import_list.html:13
+#: forms_common.py:261 forms_common.py:298 forms_common.py:410
+#: forms_common.py:464 forms_common.py:534 models.py:1243 models.py:1642
+#: models.py:1938 models.py:2045 models.py:2488 models.py:2586
+#: models_imports.py:88 models_imports.py:113 models_imports.py:412
+#: models_imports.py:504 models_imports.py:755
+#: templates/ishtar/import_list.html:12
#: templates/ishtar/sheet_organization.html:8
#: templates/ishtar/sheet_organization.html:18
msgid "Name"
msgstr ""
-#: forms_common.py:176 models.py:1779 models.py:2211
+#: forms_common.py:262 models.py:1917 models_imports.py:597
msgid "Organization type"
msgstr ""
-#: forms_common.py:178 forms_common.py:402 models.py:1619
+#: forms_common.py:264 forms_common.py:488 models.py:1759
#: templates/ishtar/blocks/sheet_address_section.html:3
msgid "Address"
msgstr ""
-#: forms_common.py:180 forms_common.py:405 models.py:1620
+#: forms_common.py:266 forms_common.py:491 models.py:1760
msgid "Address complement"
msgstr ""
-#: forms_common.py:182 forms_common.py:406 models.py:1622
+#: forms_common.py:268 forms_common.py:492 models.py:1762
msgid "Postal code"
msgstr ""
-#: forms_common.py:185 forms_common.py:409 models.py:1625
+#: forms_common.py:271 forms_common.py:495 models.py:1765
msgid "Country"
msgstr ""
-#: forms_common.py:187 forms_common.py:326 forms_common.py:382
-#: forms_common.py:450 forms_common.py:574 models.py:1652
+#: forms_common.py:273 forms_common.py:412 forms_common.py:468
+#: forms_common.py:536 forms_common.py:660 models.py:1792
msgid "Email"
msgstr ""
-#: forms_common.py:188 forms_common.py:385 models.py:1637
+#: forms_common.py:274 forms_common.py:471 models.py:1777
#: templates/ishtar/sheet_organization.html:11
#: templates/ishtar/sheet_person.html:21
#: templates/ishtar/wizard/wizard_person.html:17
msgid "Phone"
msgstr ""
-#: forms_common.py:189 forms_common.py:394 models.py:1649
+#: forms_common.py:275 forms_common.py:480 models.py:1789
#: templates/ishtar/sheet_organization.html:12
#: templates/ishtar/sheet_person.html:39
#: templates/ishtar/wizard/wizard_person.html:35
msgid "Mobile phone"
msgstr ""
-#: forms_common.py:213 forms_common.py:327 forms_common.py:451 models.py:2251
-#: models.py:2568 models.py:3010 templates/sheet_ope.html:85
-#: templates/sheet_ope.html.py:105 templates/sheet_ope.html:126
-#: templates/ishtar/import_list.html:14
-#: templates/ishtar/sheet_organization.html:20
+#: forms_common.py:299 forms_common.py:413 forms_common.py:537 models.py:1940
+#: models.py:2417 models_imports.py:637
#: templates/ishtar/blocks/window_tables/documents.html:8
+#: templates/ishtar/import_list.html:13
+#: templates/ishtar/sheet_organization.html:20 templates/sheet_ope.html:85
+#: templates/sheet_ope.html:105 templates/sheet_ope.html:126
msgid "Type"
msgstr ""
-#: forms_common.py:222 views.py:157
+#: forms_common.py:308 views.py:160
msgid "Organization search"
msgstr ""
-#: forms_common.py:246
+#: forms_common.py:332
msgid "At least two items have to be selected."
msgstr ""
-#: forms_common.py:264
+#: forms_common.py:350
msgid "Merge all items into"
msgstr ""
-#: forms_common.py:298
+#: forms_common.py:384
msgid "Organization to merge"
msgstr ""
-#: forms_common.py:325 forms_common.py:376 forms_common.py:449 models.py:2673
+#: forms_common.py:411 forms_common.py:462 forms_common.py:535 models.py:2043
#: templates/ishtar/sheet_organization.html:19
msgid "Surname"
msgstr ""
-#: forms_common.py:341 forms_common.py:436 views.py:122
+#: forms_common.py:427 forms_common.py:522 views.py:125
msgid "Person search"
msgstr ""
-#: forms_common.py:353
+#: forms_common.py:439
msgid "Person to merge"
msgstr ""
-#: forms_common.py:370 templates/ishtar/sheet_person.html:7
+#: forms_common.py:456 templates/ishtar/sheet_person.html:7
#: templates/ishtar/wizard/wizard_person.html:6
msgid "Identity"
msgstr ""
-#: forms_common.py:373 forms_common.py:781 forms_common.py:830 models.py:2212
-#: models.py:2667 models.py:2669 models.py:3007 templates/sheet_ope.html:104
+#: forms_common.py:459 forms_common.py:867 forms_common.py:916 models.py:2037
+#: models.py:2039 models.py:2414 models_imports.py:598
#: templates/ishtar/blocks/window_tables/documents.html:7
+#: templates/sheet_ope.html:104
msgid "Title"
msgstr ""
-#: forms_common.py:374 models.py:2671
+#: forms_common.py:460 models.py:2041
msgid "Salutation"
msgstr ""
-#: forms_common.py:380 models.py:2677
+#: forms_common.py:466 models.py:2047
msgid "Raw name"
msgstr ""
-#: forms_common.py:383 models.py:1638
+#: forms_common.py:469 models.py:1778
msgid "Phone description"
msgstr ""
-#: forms_common.py:386 models.py:1640 models.py:1642
+#: forms_common.py:472 models.py:1780 models.py:1782
msgid "Phone description 2"
msgstr ""
-#: forms_common.py:388
+#: forms_common.py:474
msgid "Phone 2"
msgstr ""
-#: forms_common.py:390 models.py:1646
+#: forms_common.py:476 models.py:1786
msgid "Phone description 3"
msgstr ""
-#: forms_common.py:392 models.py:1644
+#: forms_common.py:478 models.py:1784
msgid "Phone 3"
msgstr ""
-#: forms_common.py:397
+#: forms_common.py:483
msgid "Current organization"
msgstr ""
-#: forms_common.py:411 models.py:1627
+#: forms_common.py:497 models.py:1767
msgid "Other address: address"
msgstr ""
-#: forms_common.py:414 models.py:1630
+#: forms_common.py:500 models.py:1770
msgid "Other address: address complement"
msgstr ""
-#: forms_common.py:416 models.py:1631
+#: forms_common.py:502 models.py:1771
msgid "Other address: postal code"
msgstr ""
-#: forms_common.py:418 models.py:1633
+#: forms_common.py:504 models.py:1773
msgid "Other address: town"
msgstr ""
-#: forms_common.py:420 models.py:1635
+#: forms_common.py:506 models.py:1775
msgid "Other address: country"
msgstr ""
-#: forms_common.py:432
+#: forms_common.py:518
msgid "Already has an account"
msgstr ""
-#: forms_common.py:447
+#: forms_common.py:533
msgid "Username"
msgstr ""
-#: forms_common.py:465
+#: forms_common.py:551
msgid "Account search"
msgstr ""
-#: forms_common.py:512 forms_common.py:552 forms_common.py:556 models.py:2620
+#: forms_common.py:598 forms_common.py:638 forms_common.py:642 models.py:1990
msgid "Person type"
msgstr ""
-#: forms_common.py:568 forms_common.py:573 ishtar_menu.py:32
+#: forms_common.py:654 forms_common.py:659 ishtar_menu.py:32
msgid "Account"
msgstr ""
-#: forms_common.py:577 wizards.py:1352
+#: forms_common.py:663 wizards.py:1369
msgid "New password"
msgstr ""
-#: forms_common.py:580
+#: forms_common.py:666
msgid "New password (confirmation)"
msgstr ""
-#: forms_common.py:607
+#: forms_common.py:693
msgid "Your password and confirmation password do not match."
msgstr ""
-#: forms_common.py:612
+#: forms_common.py:698
msgid "You must provide a correct password."
msgstr ""
-#: forms_common.py:620
+#: forms_common.py:706
msgid "This username already exists."
msgstr ""
-#: forms_common.py:627
+#: forms_common.py:713
msgid "Send the new password by email?"
msgstr ""
-#: forms_common.py:636 forms_common.py:649 models.py:3090
+#: forms_common.py:722 forms_common.py:735 models.py:2503
msgid "Towns"
msgstr ""
-#: forms_common.py:646
+#: forms_common.py:732
msgid "There are identical towns."
msgstr ""
-#: forms_common.py:730
+#: forms_common.py:816
msgid "Only one choice can be checked."
msgstr ""
-#: forms_common.py:778
+#: forms_common.py:864
msgid "Documentation informations"
msgstr ""
-#: forms_common.py:783 forms_common.py:831 models.py:2213 models.py:2982
+#: forms_common.py:869 forms_common.py:917 models.py:2389 models_imports.py:599
msgid "Source type"
msgstr ""
-#: forms_common.py:785 forms_common.py:832 templates/sheet_ope.html:84
+#: forms_common.py:871 forms_common.py:918 templates/sheet_ope.html:84
msgid "Reference"
msgstr ""
-#: forms_common.py:788 forms_common.py:833
+#: forms_common.py:874 forms_common.py:919
msgid "Internal reference"
msgstr ""
-#: forms_common.py:791 models.py:3021
+#: forms_common.py:877 models.py:2428
msgid "Numerical ressource (web address)"
msgstr ""
-#: forms_common.py:792 models.py:3023
+#: forms_common.py:878 models.py:2430
msgid "Receipt date"
msgstr ""
-#: forms_common.py:794 models.py:2386 models.py:3025
+#: forms_common.py:880 models.py:2432 models_imports.py:787
msgid "Creation date"
msgstr ""
-#: forms_common.py:797 models.py:3028
+#: forms_common.py:883 models.py:2435
msgid "Receipt date in documentation"
msgstr ""
-#: forms_common.py:799 forms_common.py:835 models.py:421 models.py:748
-#: models.py:2107 models.py:2681 models.py:3035
+#: forms_common.py:885 forms_common.py:921 models.py:432 models.py:2051
+#: models.py:2319 models.py:2442 models_imports.py:450
msgid "Comment"
msgstr ""
-#: forms_common.py:801 forms_common.py:834 models.py:1163 models.py:1846
-#: models.py:2034 models.py:2081 models.py:3034 templates/sheet_ope.html:128
+#: forms_common.py:887 forms_common.py:920 models.py:1245 models.py:2441
+#: models_imports.py:115 models_imports.py:343 models_imports.py:413
+#: templates/sheet_ope.html:128
msgid "Description"
msgstr ""
-#: forms_common.py:804 models.py:3036
+#: forms_common.py:890 models.py:2443
msgid "Additional information"
msgstr ""
-#: forms_common.py:806 forms_common.py:838 models.py:3038
+#: forms_common.py:892 forms_common.py:924 models.py:2445
msgid "Has a duplicate"
msgstr ""
-#: forms_common.py:809
+#: forms_common.py:895
msgid "Image"
msgstr ""
-#: forms_common.py:810
+#: forms_common.py:896
#, python-format
msgid ""
"<p>Heavy images are resized to: %(width)dx%(height)d (ratio is preserved).</"
"p>"
msgstr ""
-#: forms_common.py:827 forms_common.py:856 forms_common.py:891 models.py:2949
-#: templates/ishtar/wizard/wizard_person_deletion.html:124
+#: forms_common.py:913 forms_common.py:942 forms_common.py:977 models.py:2361
+#: templates/ishtar/wizard/wizard_person_deletion.html:139
msgid "Author"
msgstr ""
-#: forms_common.py:837
+#: forms_common.py:923
msgid "Additional informations"
msgstr ""
-#: forms_common.py:848
+#: forms_common.py:934
msgid "Would you like to delete this documentation?"
msgstr ""
-#: forms_common.py:864 models.py:2214 models.py:2936 models.py:2946
+#: forms_common.py:950 models.py:2348 models.py:2358 models_imports.py:600
msgid "Author type"
msgstr ""
-#: forms_common.py:883
+#: forms_common.py:969
msgid "Author selection"
msgstr ""
-#: forms_common.py:898
+#: forms_common.py:984
msgid "There are identical authors."
msgstr ""
-#: forms_common.py:902 models.py:2950 models.py:3017
-#: templates/sheet_ope.html:106
+#: forms_common.py:988 models.py:2362 models.py:2424
#: templates/ishtar/blocks/window_tables/documents.html:9
+#: templates/sheet_ope.html:106
msgid "Authors"
msgstr ""
@@ -525,7 +596,7 @@ msgstr ""
msgid "Deletion"
msgstr ""
-#: ishtar_menu.py:39 models.py:1340 views.py:1649
+#: ishtar_menu.py:39 models.py:1424 views.py:1655
msgid "Global variables"
msgstr ""
@@ -537,7 +608,7 @@ msgstr ""
msgid "Search"
msgstr ""
-#: ishtar_menu.py:54 ishtar_menu.py:83 templates/ishtar/import_list.html:16
+#: ishtar_menu.py:54 ishtar_menu.py:83 templates/ishtar/import_list.html:15
msgid "Creation"
msgstr ""
@@ -553,1182 +624,1016 @@ msgstr ""
msgid "Manual merge"
msgstr ""
-#: ishtar_menu.py:109 models.py:2394
+#: ishtar_menu.py:109 models_imports.py:795
msgid "Imports"
msgstr ""
-#: ishtar_menu.py:112 views.py:1657
+#: ishtar_menu.py:112 views.py:1663
msgid "New import"
msgstr ""
-#: ishtar_menu.py:116 views.py:1671
+#: ishtar_menu.py:116 views.py:1682
msgid "Current imports"
msgstr ""
-#: ishtar_menu.py:120 views.py:1710
+#: ishtar_menu.py:120 views.py:1721
msgid "Old imports"
msgstr ""
-#: models.py:226
+#: models.py:223
msgid "Not a valid item."
msgstr ""
-#: models.py:241
+#: models.py:238
msgid "A selected item is not a valid item."
msgstr ""
-#: models.py:252
+#: models.py:249
msgid "This item already exists."
msgstr ""
-#: models.py:417 models.py:747 models.py:1592 models.py:1604 models.py:2030
+#: models.py:424 models.py:1732 models.py:1744 models.py:2318
+#: models_imports.py:339
msgid "Label"
msgstr ""
-#: models.py:419
+#: models.py:426
msgid "Textual ID"
msgstr ""
-#: models.py:422 models.py:750 models.py:1561
+#: models.py:429
+msgid ""
+"The slug is the standardized version of the name. It contains only lowercase "
+"letters, numbers and hyphens. Each slug must be unique."
+msgstr ""
+
+#: models.py:433 models.py:1649 models.py:2321 models_imports.py:129
+#: models_imports.py:509
msgid "Available"
msgstr ""
-#: models.py:774 models.py:2153
+#: models.py:770
+msgid "Parent"
+msgstr ""
+
+#: models.py:785 models_imports.py:530
+#: templates/ishtar/formset_import_match.html:21
msgid "Key"
msgstr ""
-#: models.py:780
+#: models.py:791
msgid "Specific key to an import"
msgstr ""
-#: models.py:876
+#: models.py:929
msgid "Last editor"
msgstr ""
-#: models.py:879
+#: models.py:932
msgid "Creator"
msgstr ""
-#: models.py:1021 models.py:2933 models.py:3101 models.py:3157
+#: models.py:1104 models.py:2345 models.py:2514 models.py:2571
msgid "Order"
msgstr ""
-#: models.py:1022
+#: models.py:1105
msgid "Symmetrical"
msgstr ""
-#: models.py:1023
+#: models.py:1106
msgid "Tiny label"
msgstr ""
-#: models.py:1037
+#: models.py:1109
+#| msgid "Person deletion"
+msgid "Inverse relation"
+msgstr ""
+
+#: models.py:1119
msgid "Cannot have symmetrical and an inverse_relation"
msgstr ""
-#: models.py:1153
+#: models.py:1235
msgid "Euro"
msgstr ""
-#: models.py:1154
+#: models.py:1236
msgid "US dollar"
msgstr ""
-#: models.py:1155 views.py:1446 views.py:1508
+#: models.py:1237 views.py:1457 views.py:1517
msgid "Operations"
msgstr ""
-#: models.py:1156 views.py:1448 views.py:1512
+#: models.py:1238 views.py:1459 views.py:1521
msgid "Context records"
msgstr ""
-#: models.py:1162 models.py:1844
+#: models.py:1244 models.py:1643 models_imports.py:114
msgid "Slug"
msgstr ""
-#: models.py:1165
+#: models.py:1247
msgid "CSS color code for base module"
msgstr ""
-#: models.py:1167
+#: models.py:1249
msgid "Files module"
msgstr ""
-#: models.py:1169
+#: models.py:1251
msgid "CSS color code for files module"
msgstr ""
-#: models.py:1171
+#: models.py:1253
msgid "Context records module"
msgstr ""
-#: models.py:1174
+#: models.py:1256
msgid "CSS color code for context record module"
msgstr ""
-#: models.py:1176
+#: models.py:1258
msgid "Finds module"
msgstr ""
-#: models.py:1177
+#: models.py:1259
msgid "Need context records module"
msgstr ""
-#: models.py:1179
+#: models.py:1261
msgid "Find index is based on"
msgstr ""
-#: models.py:1181
+#: models.py:1263
msgid ""
"To prevent irrelevant indexes, change this parameter only if there is no "
"find in the database"
msgstr ""
-#: models.py:1184
+#: models.py:1266
msgid "CSS color code for find module"
msgstr ""
-#: models.py:1187
+#: models.py:1269
msgid "Warehouses module"
msgstr ""
-#: models.py:1188
+#: models.py:1270
msgid "Need finds module"
msgstr ""
-#: models.py:1190
+#: models.py:1272
msgid "CSS code for warehouse module"
msgstr ""
-#: models.py:1192
+#: models.py:1274
+#| msgid "Preservation type"
+msgid "Preservation module"
+msgstr ""
+
+#: models.py:1276
msgid "Mapping module"
msgstr ""
-#: models.py:1194
+#: models.py:1278
msgid "CSS code for mapping module"
msgstr ""
-#: models.py:1197
+#: models.py:1281
msgid "Home page"
msgstr ""
-#: models.py:1198
+#: models.py:1282
#, python-brace-format
msgid ""
"Homepage of Ishtar - if not defined a default homepage will appear. Use the "
"markdown syntax. {random_image} can be used to display a random image."
msgstr ""
-#: models.py:1202
+#: models.py:1286
msgid "File external id"
msgstr ""
-#: models.py:1204
+#: models.py:1288
msgid ""
"Formula to manage file external ID. Change this with care. With incorrect "
"formula, the application might be unusable and import of external data can "
"be destructive."
msgstr ""
-#: models.py:1209
+#: models.py:1293
msgid "Parcel external id"
msgstr ""
-#: models.py:1212
+#: models.py:1296
msgid ""
"Formula to manage parcel external ID. Change this with care. With incorrect "
"formula, the application might be unusable and import of external data can "
"be destructive."
msgstr ""
-#: models.py:1217
+#: models.py:1301
msgid "Context record external id"
msgstr ""
-#: models.py:1219
+#: models.py:1303
msgid ""
"Formula to manage context record external ID. Change this with care. With "
"incorrect formula, the application might be unusable and import of external "
"data can be destructive."
msgstr ""
-#: models.py:1224
+#: models.py:1308
msgid "Base find external id"
msgstr ""
-#: models.py:1226
+#: models.py:1310
msgid ""
"Formula to manage base find external ID. Change this with care. With "
"incorrect formula, the application might be unusable and import of external "
"data can be destructive."
msgstr ""
-#: models.py:1231
+#: models.py:1315
msgid "Find external id"
msgstr ""
-#: models.py:1233
+#: models.py:1317
msgid ""
"Formula to manage find external ID. Change this with care. With incorrect "
"formula, the application might be unusable and import of external data can "
"be destructive."
msgstr ""
-#: models.py:1238
+#: models.py:1322
msgid "Container external id"
msgstr ""
-#: models.py:1240
+#: models.py:1324
msgid ""
"Formula to manage container external ID. Change this with care. With "
"incorrect formula, the application might be unusable and import of external "
"data can be destructive."
msgstr ""
-#: models.py:1245
+#: models.py:1329
msgid "Warehouse external id"
msgstr ""
-#: models.py:1247
+#: models.py:1331
msgid ""
"Formula to manage warehouse external ID. Change this with care. With "
"incorrect formula, the application might be unusable and import of external "
"data can be destructive."
msgstr ""
-#: models.py:1252
+#: models.py:1336
msgid "Raw name for person"
msgstr ""
-#: models.py:1254
+#: models.py:1338
msgid ""
"Formula to manage person raw_name. Change this with care. With incorrect "
"formula, the application might be unusable and import of external data can "
"be destructive."
msgstr ""
-#: models.py:1258
+#: models.py:1342
msgid "Current active"
msgstr ""
-#: models.py:1259
+#: models.py:1343
msgid "Currency"
msgstr ""
-#: models.py:1263
+#: models.py:1347
msgid "Ishtar site profile"
msgstr ""
-#: models.py:1264
+#: models.py:1348
msgid "Ishtar site profiles"
msgstr ""
-#: models.py:1333
+#: models.py:1417
msgid "Variable name"
msgstr ""
-#: models.py:1334
+#: models.py:1418
msgid "Description of the variable"
msgstr ""
-#: models.py:1336 models.py:2154
+#: models.py:1420 models_imports.py:531
+#: templates/ishtar/formset_import_match.html:22
msgid "Value"
msgstr ""
-#: models.py:1339
+#: models.py:1423
msgid "Global variable"
msgstr ""
-#: models.py:1462 models.py:1492
+#: models.py:1547 models.py:1577
msgid "Total"
msgstr ""
-#: models.py:1469 models.py:1593 models.py:1605
-#: templates/ishtar/sheet_person.html:24
-#: templates/ishtar/dashboards/dashboard_main_detail.html:141
+#: models.py:1554 models.py:1733 models.py:1745
+#: templates/ishtar/dashboards/dashboard_main_detail.html:140
#: templates/ishtar/dashboards/dashboard_main_detail_users.html:26
+#: templates/ishtar/sheet_person.html:24
#: templates/ishtar/wizard/wizard_person.html:20
msgid "Number"
msgstr ""
-#: models.py:1556
+#: models.py:1641
msgid "Administrative Act"
msgstr ""
-#: models.py:1560
+#: models.py:1648
msgid "Associated object"
msgstr ""
-#: models.py:1564
+#: models.py:1653
msgid "Document template"
msgstr ""
-#: models.py:1565
+#: models.py:1654
msgid "Document templates"
msgstr ""
-#: models.py:1596 models.py:1606 models.py:2380 models.py:3195
+#: models.py:1736 models.py:1746 models.py:2609 models_imports.py:781
msgid "State"
msgstr ""
-#: models.py:1610 templates/blocks/JQueryAdvancedTown.html:12
+#: models.py:1750 templates/blocks/JQueryAdvancedTown.html:12
msgid "Department"
msgstr ""
-#: models.py:1611
+#: models.py:1751
msgid "Departments"
msgstr ""
-#: models.py:1648
+#: models.py:1788
msgid "Raw phone"
msgstr ""
-#: models.py:1654
+#: models.py:1794
msgid "Alternative address is prefered"
msgstr ""
-#: models.py:1693
+#: models.py:1833
msgid "Tel: "
msgstr ""
-#: models.py:1697
+#: models.py:1837
msgid "Mobile: "
msgstr ""
-#: models.py:1701
+#: models.py:1841
msgid "Email: "
msgstr ""
-#: models.py:1706
+#: models.py:1846
msgid "Merge key"
msgstr ""
-#: models.py:1780
+#: models.py:1918
msgid "Organization types"
msgstr ""
-#: models.py:1827
-msgid "Class name"
-msgstr ""
-
-#: models.py:1830
-msgid "Importer - Model"
-msgstr ""
-
-#: models.py:1831
-msgid "Importer - Models"
-msgstr ""
-
-#: models.py:1848 templates/ishtar/dashboards/dashboard_main.html:34
-msgid "Users"
-msgstr ""
-
-#: models.py:1851
-msgid "Associated model"
-msgstr ""
-
-#: models.py:1854
-msgid "Models that can accept new items"
-msgstr ""
-
-#: models.py:1855
-msgid "Leave blank for no restrictions"
-msgstr ""
-
-#: models.py:1857
-msgid "Is template"
-msgstr ""
-
-#: models.py:1858
-msgid "Unicity keys (separator \";\")"
-msgstr ""
-
-#: models.py:1862
-msgid "Importer - Type"
-msgstr ""
-
-#: models.py:1863
-msgid "Importer - Types"
-msgstr ""
-
-#: models.py:1962
-msgid "Importer - Default"
-msgstr ""
-
-#: models.py:1963
-msgid "Importer - Defaults"
+#: models.py:1945
+msgid "Organizations"
msgstr ""
-#: models.py:1998
-msgid "Importer - Default value"
+#: models.py:1986
+msgid "Groups"
msgstr ""
-#: models.py:1999
-msgid "Importer - Default values"
+#: models.py:1991
+msgid "Person types"
msgstr ""
-#: models.py:2033
-msgid "Column number"
+#: models.py:2002 models_imports.py:627
+msgid "Title type"
msgstr ""
-#: models.py:2036
-msgid "Required"
+#: models.py:2003
+msgid "Title types"
msgstr ""
-#: models.py:2038
-msgid "Export field name"
+#: models.py:2012
+msgid "Mr"
msgstr ""
-#: models.py:2039
-msgid ""
-"Fill this field if the field name is ambiguous for export. For instance: "
-"concatenated fields."
+#: models.py:2013
+msgid "Miss"
msgstr ""
-#: models.py:2044
-msgid "Importer - Column"
+#: models.py:2014
+msgid "Mr and Mrs"
msgstr ""
-#: models.py:2045
-msgid "Importer - Columns"
+#: models.py:2015
+msgid "Mrs"
msgstr ""
-#: models.py:2065
-msgid "Field name"
+#: models.py:2016
+msgid "Doctor"
msgstr ""
-#: models.py:2067 models.py:2101
-msgid "Force creation of new items"
+#: models.py:2049
+msgid "Contact type"
msgstr ""
-#: models.py:2069 models.py:2103
-msgid "Concatenate with existing"
+#: models.py:2052 models.py:2116
+msgid "Types"
msgstr ""
-#: models.py:2071 models.py:2105
-msgid "Concatenate character"
+#: models.py:2055
+msgid "Is attached to"
msgstr ""
-#: models.py:2075
-msgid "Importer - Duplicate field"
+#: models.py:2060
+msgid "Persons"
msgstr ""
-#: models.py:2076
-msgid "Importer - Duplicate fields"
+#: models.py:2257
+msgid "Advanced shortcut menu"
msgstr ""
-#: models.py:2083
-msgid "Regular expression"
+#: models.py:2260
+msgid "Ishtar user"
msgstr ""
-#: models.py:2086
-msgid "Importer - Regular expression"
+#: models.py:2261
+msgid "Ishtar users"
msgstr ""
-#: models.py:2087
-msgid "Importer - Regular expressions"
+#: models.py:2349
+msgid "Author types"
msgstr ""
-#: models.py:2110
-msgid "Importer - Target"
+#: models.py:2390
+msgid "Source types"
msgstr ""
-#: models.py:2111
-msgid "Importer - Targets"
+#: models.py:2398 models_imports.py:626
+msgid "Support type"
msgstr ""
-#: models.py:2135 views.py:578
-msgid "True"
+#: models.py:2399
+msgid "Support types"
msgstr ""
-#: models.py:2136 views.py:580
-msgid "False"
+#: models.py:2406
+msgid "Format type"
msgstr ""
-#: models.py:2155
-msgid "Is set"
+#: models.py:2407
+msgid "Format types"
msgstr ""
-#: models.py:2162
-msgid "Importer - Target key"
+#: models.py:2415
+msgid "External ID"
msgstr ""
-#: models.py:2163
-msgid "Importer - Targets keys"
+#: models.py:2418
+msgid "Support"
msgstr ""
-#: models.py:2215 models.py:3013
+#: models.py:2420 models_imports.py:601
msgid "Format"
msgstr ""
-#: models.py:2216 models.py:3105
-msgid "Operation type"
-msgstr ""
-
-#: models.py:2217
-msgid "Period"
-msgstr ""
-
-#: models.py:2218
-msgid "Report state"
-msgstr ""
-
-#: models.py:2219
-msgid "Remain type"
-msgstr ""
-
-#: models.py:2220
-msgid "Unit"
+#: models.py:2422
+msgid "Scale"
msgstr ""
-#: models.py:2222
-msgid "Activity type"
+#: models.py:2436
+msgid "Item number"
msgstr ""
-#: models.py:2224
-msgid "Documentation type"
+#: models.py:2437
+msgid "Ref."
msgstr ""
-#: models.py:2225
-msgid "Material"
+#: models.py:2440
+msgid "Internal ref."
msgstr ""
-#: models.py:2227
-msgid "Conservatory state"
+#: models.py:2489
+msgid "Surface (m2)"
msgstr ""
-#: models.py:2228
-msgid "Container type"
+#: models.py:2490 templates/sheet_ope.html:46 templates/sheet_ope.html:107
+msgid "Localisation"
msgstr ""
-#: models.py:2229
-msgid "Preservation type"
+#: models.py:2515
+msgid "Is preventive"
msgstr ""
-#: models.py:2230
-msgid "Object type"
+#: models.py:2518 models_imports.py:602
+msgid "Operation type"
msgstr ""
-#: models.py:2231
-msgid "Integrity type"
+#: models.py:2519
+msgid "Operation types"
msgstr ""
-#: models.py:2233
-msgid "Remarkability type"
+#: models.py:2549
+msgid "Preventive"
msgstr ""
-#: models.py:2234
-msgid "Batch type"
+#: models.py:2550
+msgid "Research"
msgstr ""
-#: models.py:2236
-msgid "Identification type"
+#: models.py:2573
+msgid "Authority name"
msgstr ""
-#: models.py:2238
-msgid "Context record relation type"
+#: models.py:2574
+msgid "Authority SRID"
msgstr ""
-#: models.py:2239 models.py:3163
+#: models.py:2577 models_imports.py:625
msgid "Spatial reference system"
msgstr ""
-#: models.py:2240 models.py:2991
-msgid "Support type"
-msgstr ""
-
-#: models.py:2241 models.py:2632
-msgid "Title type"
-msgstr ""
-
-#: models.py:2247
-msgid "Integer"
-msgstr ""
-
-#: models.py:2248
-msgid "Float"
-msgstr ""
-
-#: models.py:2249
-msgid "String"
-msgstr ""
-
-#: models.py:2250 templates/sheet_ope.html:86
-msgid "Date"
-msgstr ""
-
-#: models.py:2252 templates/sheet_ope.html:61 templates/sheet_ope.html.py:83
-#: templates/ishtar/dashboards/dashboard_main_detail.html:126
-msgid "Year"
-msgstr ""
-
-#: models.py:2253
-msgid "String to boolean"
-msgstr ""
-
-#: models.py:2254
-msgctxt "filesystem"
-msgid "File"
-msgstr ""
-
-#: models.py:2255
-msgid "Unknow type"
-msgstr ""
-
-#: models.py:2271
-msgid "4 digit year. e.g.: \"2015\""
-msgstr ""
-
-#: models.py:2272
-msgid "4 digit year/month/day. e.g.: \"2015/02/04\""
-msgstr ""
-
-#: models.py:2273
-msgid "Day/month/4 digit year. e.g.: \"04/02/2015\""
-msgstr ""
-
-#: models.py:2283
-msgid "Options"
-msgstr ""
-
-#: models.py:2285
-msgid "Split character(s)"
-msgstr ""
-
-#: models.py:2289
-msgid "Importer - Formater type"
-msgstr ""
-
-#: models.py:2290
-msgid "Importer - Formater types"
+#: models.py:2578
+msgid "Spatial reference systems"
msgstr ""
-#: models.py:2342 templates/ishtar/dashboards/dashboard_main_detail.html:63
-msgid "Created"
+#: models.py:2585
+msgid "Filename"
msgstr ""
-#: models.py:2343
-msgid "Analyse in progress"
+#: models.py:2590
+msgid "Administration script"
msgstr ""
-#: models.py:2344
-msgid "Analysed"
+#: models.py:2591
+msgid "Administration scripts"
msgstr ""
-#: models.py:2345
-msgid "Import pending"
+#: models.py:2598
+msgid "Scheduled"
msgstr ""
-#: models.py:2346
-msgid "Import in progress"
+#: models.py:2599
+msgid "In progress"
msgstr ""
-#: models.py:2347 models.py:3186
+#: models.py:2600 models_imports.py:742
msgid "Finished with errors"
msgstr ""
-#: models.py:2348 models.py:3187
+#: models.py:2601 models_imports.py:743
msgid "Finished"
msgstr ""
-#: models.py:2349
-msgid "Archived"
-msgstr ""
-
-#: models.py:2364
-msgid "Imported file"
-msgstr ""
-
-#: models.py:2366
-msgid "Associated images (zip file)"
-msgstr ""
-
-#: models.py:2368
-msgid "Encoding"
-msgstr ""
-
-#: models.py:2370
-msgid "Skip lines"
-msgstr ""
-
-#: models.py:2371 templates/ishtar/import_list.html:51
-msgid "Error file"
-msgstr ""
-
-#: models.py:2374
-msgid "Result file"
-msgstr ""
-
-#: models.py:2377 templates/ishtar/import_list.html:57
-msgid "Match file"
-msgstr ""
-
-#: models.py:2383
-msgid "Conservative import"
-msgstr ""
-
-#: models.py:2387
-msgid "End date"
-msgstr ""
-
-#: models.py:2390
-msgid "Remaining seconds"
-msgstr ""
-
-#: models.py:2393
-msgid "Import"
-msgstr ""
-
-#: models.py:2422
-msgid "Analyse"
-msgstr ""
-
-#: models.py:2424 models.py:2427
-msgid "Re-analyse"
-msgstr ""
-
-#: models.py:2425
-msgid "Launch import"
-msgstr ""
-
-#: models.py:2428
-msgid "Re-import"
+#: models.py:2614
+msgid "Result"
msgstr ""
-#: models.py:2429
-msgid "Archive"
+#: models.py:2617
+msgid "Administration task"
msgstr ""
-#: models.py:2431
-msgid "Unarchive"
+#: models.py:2618
+msgid "Administration tasks"
msgstr ""
-#: models.py:2432 widgets.py:198 templates/ishtar/form_delete.html:11
-msgid "Delete"
+#: models.py:2622
+msgid "Unknown"
msgstr ""
-#: models.py:2573
-msgid "Organizations"
+#: models.py:2637
+msgid ""
+"ISHTAR_SCRIPT_DIR is not set in your local_settings. Contact your "
+"administrator."
msgstr ""
-#: models.py:2575
-msgid "Can view all Organizations"
+#: models.py:2646
+msgid ""
+"Your ISHTAR_SCRIPT_DIR is containing dots \"..\". As it can refer to "
+"relative paths, it can be a security issue and this is not allowed. Only put "
+"a full path."
msgstr ""
-#: models.py:2576
-msgid "Can view own Organization"
+#: models.py:2657
+msgid "Your ISHTAR_SCRIPT_DIR: \"{}\" is not a valid directory."
msgstr ""
-#: models.py:2577
-msgid "Can add own Organization"
+#: models.py:2673
+msgid ""
+"Script \"{}\" is not available in your script directory. Check your "
+"configuration."
msgstr ""
-#: models.py:2579
-msgid "Can change own Organization"
+#: models_imports.py:89
+msgid "Class name"
msgstr ""
-#: models.py:2581
-msgid "Can delete own Organization"
+#: models_imports.py:93
+msgid "Importer - Model"
msgstr ""
-#: models.py:2616
-msgid "Groups"
+#: models_imports.py:94
+msgid "Importer - Models"
msgstr ""
-#: models.py:2621
-msgid "Person types"
+#: models_imports.py:117 templates/ishtar/dashboards/dashboard_main.html:33
+msgid "Users"
msgstr ""
-#: models.py:2633
-msgid "Title types"
+#: models_imports.py:120
+msgid "Associated model"
msgstr ""
-#: models.py:2642
-msgid "Mr"
+#: models_imports.py:123
+msgid "Models that can accept new items"
msgstr ""
-#: models.py:2643
-msgid "Miss"
+#: models_imports.py:124
+msgid "Leave blank for no restrictions"
msgstr ""
-#: models.py:2644
-msgid "Mr and Mrs"
+#: models_imports.py:126
+msgid "Is template"
msgstr ""
-#: models.py:2645
-msgid "Mrs"
+#: models_imports.py:127
+msgid "Unicity keys (separator \";\")"
msgstr ""
-#: models.py:2646
-msgid "Doctor"
+#: models_imports.py:133
+msgid "Importer - Type"
msgstr ""
-#: models.py:2679
-msgid "Contact type"
+#: models_imports.py:134
+msgid "Importer - Types"
msgstr ""
-#: models.py:2682 models.py:2746
-msgid "Types"
+#: models_imports.py:246
+msgid "Importer - Default"
msgstr ""
-#: models.py:2685
-msgid "Is attached to"
+#: models_imports.py:247
+msgid "Importer - Defaults"
msgstr ""
-#: models.py:2690
-msgid "Persons"
+#: models_imports.py:292
+msgid "Importer - Default value"
msgstr ""
-#: models.py:2692
-msgid "Can view all Persons"
+#: models_imports.py:293
+msgid "Importer - Default values"
msgstr ""
-#: models.py:2693
-msgid "Can view own Person"
+#: models_imports.py:342
+msgid "Column number"
msgstr ""
-#: models.py:2694
-msgid "Can add own Person"
+#: models_imports.py:345
+msgid "Required"
msgstr ""
-#: models.py:2695
-msgid "Can change own Person"
+#: models_imports.py:347
+msgid "Export field name"
msgstr ""
-#: models.py:2696
-msgid "Can delete own Person"
+#: models_imports.py:348
+msgid ""
+"Fill this field if the field name is ambiguous for export. For instance: "
+"concatenated fields."
msgstr ""
-#: models.py:2885
-msgid "Advanced shortcut menu"
+#: models_imports.py:354
+msgid "Importer - Column"
msgstr ""
-#: models.py:2888
-msgid "Ishtar user"
+#: models_imports.py:355
+msgid "Importer - Columns"
msgstr ""
-#: models.py:2889
-msgid "Ishtar users"
+#: models_imports.py:385
+msgid "Field name"
msgstr ""
-#: models.py:2929
-msgid "To modify the password use the form in Auth > User"
+#: models_imports.py:387 models_imports.py:444
+msgid "Force creation of new items"
msgstr ""
-#: models.py:2937
-msgid "Author types"
+#: models_imports.py:389 models_imports.py:446
+msgid "Concatenate with existing"
msgstr ""
-#: models.py:2954
-msgid "Can view all Authors"
+#: models_imports.py:391 models_imports.py:448
+msgid "Concatenate character"
msgstr ""
-#: models.py:2956
-msgid "Can view own Author"
+#: models_imports.py:396
+msgid "Importer - Duplicate field"
msgstr ""
-#: models.py:2958
-msgid "Can add own Author"
+#: models_imports.py:397
+msgid "Importer - Duplicate fields"
msgstr ""
-#: models.py:2960
-msgid "Can change own Author"
+#: models_imports.py:415
+msgid "Regular expression"
msgstr ""
-#: models.py:2962
-msgid "Can delete own Author"
+#: models_imports.py:419
+msgid "Importer - Regular expression"
msgstr ""
-#: models.py:2983
-msgid "Source types"
+#: models_imports.py:420
+msgid "Importer - Regular expressions"
msgstr ""
-#: models.py:2992
-msgid "Support types"
+#: models_imports.py:454
+msgid "Importer - Target"
msgstr ""
-#: models.py:2999
-msgid "Format type"
+#: models_imports.py:455
+msgid "Importer - Targets"
msgstr ""
-#: models.py:3000
-msgid "Format types"
+#: models_imports.py:492 views.py:583
+msgid "True"
msgstr ""
-#: models.py:3008
-msgid "External ID"
+#: models_imports.py:493 views.py:585
+msgid "False"
msgstr ""
-#: models.py:3011
-msgid "Support"
+#: models_imports.py:505
+msgid "All user can user it"
msgstr ""
-#: models.py:3015
-msgid "Scale"
+#: models_imports.py:507
+msgid "All user can modify it"
msgstr ""
-#: models.py:3029
-msgid "Item number"
+#: models_imports.py:512
+#| msgid "Importer - Target key"
+msgid "Importer - Target key group"
msgstr ""
-#: models.py:3030
-msgid "Ref."
+#: models_imports.py:513
+#| msgid "Importer - Targets keys"
+msgid "Importer - Target key groups"
msgstr ""
-#: models.py:3033
-msgid "Internal ref."
+#: models_imports.py:532
+msgid "Is set"
msgstr ""
-#: models.py:3076
-msgid "Surface (m2)"
+#: models_imports.py:540
+msgid "Importer - Target key"
msgstr ""
-#: models.py:3077 templates/sheet_ope.html:46 templates/sheet_ope.html.py:107
-msgid "Localisation"
+#: models_imports.py:541
+msgid "Importer - Targets keys"
msgstr ""
-#: models.py:3102
-msgid "Is preventive"
+#: models_imports.py:603
+msgid "Period"
msgstr ""
-#: models.py:3106
-msgid "Operation types"
+#: models_imports.py:604
+msgid "Report state"
msgstr ""
-#: models.py:3135
-msgid "Preventive"
+#: models_imports.py:605
+msgid "Remain type"
msgstr ""
-#: models.py:3136
-msgid "Research"
+#: models_imports.py:606
+msgid "Unit"
msgstr ""
-#: models.py:3159
-msgid "Authority name"
+#: models_imports.py:608
+msgid "Activity type"
msgstr ""
-#: models.py:3160
-msgid "Authority SRID"
+#: models_imports.py:610
+msgid "Documentation type"
msgstr ""
-#: models.py:3164
-msgid "Spatial reference systems"
+#: models_imports.py:611
+msgid "Material"
msgstr ""
-#: models.py:3171
-msgid "Filename"
+#: models_imports.py:613
+msgid "Conservatory state"
msgstr ""
-#: models.py:3176
-msgid "Administration script"
+#: models_imports.py:614
+msgid "Container type"
msgstr ""
-#: models.py:3177
-msgid "Administration scripts"
+#: models_imports.py:615
+msgid "Preservation type"
msgstr ""
-#: models.py:3184
-msgid "Scheduled"
+#: models_imports.py:616
+msgid "Object type"
msgstr ""
-#: models.py:3185
-msgid "In progress"
+#: models_imports.py:617
+msgid "Integrity type"
msgstr ""
-#: models.py:3200
-msgid "Result"
+#: models_imports.py:619
+msgid "Remarkability type"
msgstr ""
-#: models.py:3203
-msgid "Administration task"
+#: models_imports.py:620
+msgid "Batch type"
msgstr ""
-#: models.py:3204
-msgid "Administration tasks"
+#: models_imports.py:622
+msgid "Identification type"
msgstr ""
-#: models.py:3208
-msgid "Unknown"
+#: models_imports.py:624
+msgid "Context record relation type"
msgstr ""
-#: models.py:3223
-msgid ""
-"ISHTAR_SCRIPT_DIR is not set in your local_settings. Contact your "
-"administrator."
+#: models_imports.py:633
+msgid "Integer"
msgstr ""
-#: models.py:3232
-msgid ""
-"Your ISHTAR_SCRIPT_DIR is containing dots \"..\". As it can refer to "
-"relative paths, it can be a security issue and this is not allowed. Only put "
-"a full path."
+#: models_imports.py:634
+msgid "Float"
msgstr ""
-#: models.py:3243
-msgid "Your ISHTAR_SCRIPT_DIR: \"{}\" is not a valid directory."
+#: models_imports.py:635
+msgid "String"
msgstr ""
-#: models.py:3259
-msgid ""
-"Script \"{}\" is not available in your script directory. Check your "
-"configuration."
+#: models_imports.py:636 templates/sheet_ope.html:86
+msgid "Date"
msgstr ""
-#: utils.py:100
-msgid " (...)"
+#: models_imports.py:638
+#: templates/ishtar/dashboards/dashboard_main_detail.html:125
+#: templates/sheet_ope.html:61 templates/sheet_ope.html:83
+msgid "Year"
msgstr ""
-#: utils.py:148
-msgid "Load another random image?"
+#: models_imports.py:639
+msgid "String to boolean"
msgstr ""
-#: views.py:96
-msgid ""
-"PROJECT_SLUG is set to \"default\" change it in your local_settings (or ask "
-"your admin to do it)."
+#: models_imports.py:640
+msgctxt "filesystem"
+msgid "File"
msgstr ""
-#: views.py:101
-msgid ""
-"The slug of your current profile is set to \"default\" change it on the "
-"administration page (or ask your admin to do it)."
+#: models_imports.py:641
+msgid "Unknow type"
msgstr ""
-#: views.py:129
-msgid "New person"
+#: models_imports.py:657
+msgid "4 digit year. e.g.: \"2015\""
msgstr ""
-#: views.py:137
-msgid "Person modification"
+#: models_imports.py:658
+msgid "4 digit year/month/day. e.g.: \"2015/02/04\""
msgstr ""
-#: views.py:152
-msgid "Person deletion"
+#: models_imports.py:659
+msgid "Day/month/4 digit year. e.g.: \"04/02/2015\""
msgstr ""
-#: views.py:163
-msgid "New organization"
+#: models_imports.py:675
+msgid "Options"
msgstr ""
-#: views.py:170
-msgid "Organization modification"
+#: models_imports.py:677
+msgid "Split character(s)"
msgstr ""
-#: views.py:186
-msgid "Organization deletion"
+#: models_imports.py:682
+msgid "Importer - Formater type"
msgstr ""
-#: views.py:193
-msgid "Account management"
+#: models_imports.py:683
+msgid "Importer - Formater types"
msgstr ""
-#: views.py:199
-msgid "Account deletion"
+#: models_imports.py:737
+#: templates/ishtar/dashboards/dashboard_main_detail.html:62
+msgid "Created"
msgstr ""
-#: views.py:261
-msgid "Archaeological file"
+#: models_imports.py:738
+msgid "Analyse in progress"
msgstr ""
-#: views.py:262
-msgid "Operation"
+#: models_imports.py:739
+msgid "Analysed"
msgstr ""
-#: views.py:264
-msgid "Context record"
+#: models_imports.py:740
+msgid "Import pending"
msgstr ""
-#: views.py:266
-msgid "Find"
+#: models_imports.py:741
+msgid "Import in progress"
msgstr ""
-#: views.py:268
-msgid "Treatment request"
+#: models_imports.py:744
+msgid "Archived"
msgstr ""
-#: views.py:269
-msgid "Treatment"
+#: models_imports.py:758
+msgid "Imported file"
msgstr ""
-#: views.py:1384 views.py:1427
-msgid "Operation not permitted."
+#: models_imports.py:760
+msgid "Associated images (zip file)"
msgstr ""
-#: views.py:1386
-#, python-format
-msgid "New %s"
+#: models_imports.py:764
+msgid "If a group is selected, target key saved in this group will be used."
msgstr ""
-#: views.py:1445 views.py:1504
-msgid "Archaeological files"
+#: models_imports.py:767
+msgid "Encoding"
msgstr ""
-#: views.py:1450 views.py:1515
-msgid "Finds"
+#: models_imports.py:770
+msgid "Skip lines"
msgstr ""
-#: views.py:1452 views.py:1520
-msgid "Treatment requests"
+#: models_imports.py:771
+msgid "Number of header lines in your file (can be 0)."
msgstr ""
-#: views.py:1453 views.py:1526
-msgid "Treatments"
+#: models_imports.py:772 templates/ishtar/import_list.html:50
+msgid "Error file"
msgstr ""
-#: views.py:1724 templates/ishtar/import_list.html:47
-msgid "Link unmatched items"
+#: models_imports.py:775
+msgid "Result file"
msgstr ""
-#: views.py:1739
-msgid "Delete import"
+#: models_imports.py:778 templates/ishtar/import_list.html:56
+msgid "Match file"
msgstr ""
-#: views.py:1778
-msgid "Merge persons"
+#: models_imports.py:784
+msgid "Conservative import"
msgstr ""
-#: views.py:1802
-msgid "Select the main person"
+#: models_imports.py:785
+msgid "If set to true, do not overload existing values."
msgstr ""
-#: views.py:1811
-msgid "Merge organization"
+#: models_imports.py:788
+msgid "End date"
msgstr ""
-#: views.py:1821
-msgid "Select the main organization"
+#: models_imports.py:791
+msgid "Remaining seconds"
msgstr ""
-#: views.py:1861 views.py:1877
-msgid "Corporation manager"
+#: models_imports.py:794
+msgid "Import"
msgstr ""
-#: widgets.py:327 widgets.py:434 widgets.py:549
-msgid "Search..."
+#: models_imports.py:823
+msgid "Analyse"
msgstr ""
-#: widgets.py:738 templatetags/window_tables.py:96
-msgid "No results"
+#: models_imports.py:825 models_imports.py:828
+msgid "Re-analyse"
msgstr ""
-#: widgets.py:739 templatetags/window_tables.py:97
-msgid "Loading..."
+#: models_imports.py:826
+msgid "Launch import"
msgstr ""
-#: widgets.py:740
-msgid "Remove"
+#: models_imports.py:829
+msgid "Re-import"
msgstr ""
-#: wizards.py:380 templates/ishtar/import_delete.html:21
-msgid "Yes"
+#: models_imports.py:830
+msgid "Archive"
msgstr ""
-#: wizards.py:382
-msgid "No"
+#: models_imports.py:832
+msgid "Unarchive"
msgstr ""
-#: wizards.py:1409
-#, python-format
-msgid "[%(app_name)s] Account creation/modification"
+#: models_imports.py:833 templates/ishtar/form_delete.html:11 widgets.py:256
+msgid "Delete"
msgstr ""
#: templates/404.html:14
@@ -1795,9 +1700,9 @@ msgstr ""
msgid "Current items"
msgstr ""
-#: templates/base.html:84 templates/welcome.html:8 templates/welcome.html.py:9
-#: templates/welcome.html:10 templates/welcome.html.py:11
-#: templates/ishtar/manage_basket.html:5
+#: templates/base.html:84 templates/ishtar/manage_basket.html:4
+#: templates/welcome.html:7 templates/welcome.html:8 templates/welcome.html:9
+#: templates/welcome.html:10
msgid ":"
msgstr ""
@@ -1817,457 +1722,404 @@ msgstr ""
msgid "Time to take another coffee?"
msgstr ""
-#: templates/sheet_ope.html:4
-msgid "Export as:"
-msgstr ""
-
-#: templates/sheet_ope.html:4
-msgid "OpenOffice.org file"
-msgstr ""
-
-#: templates/sheet_ope.html:4
-msgid "PDF file"
-msgstr ""
-
-#: templates/sheet_ope.html:5
-msgid "General"
-msgstr ""
-
-#: templates/sheet_ope.html:6
-msgid "Year:"
-msgstr ""
-
-#: templates/sheet_ope.html:7
-msgid "Numerical reference:"
-msgstr ""
-
-#: templates/sheet_ope.html:9
-msgid "Patriarche OA code:"
-msgstr ""
-
-#: templates/sheet_ope.html:10
-msgid "Patriarche OA code not yet recorded !"
-msgstr ""
-
-#: templates/sheet_ope.html:12
-msgid "Operation's name:"
-msgstr ""
-
-#: templates/sheet_ope.html:14
-msgid "Edition date:"
-msgstr ""
-
-#: templates/sheet_ope.html:16
-msgid "Begining date:"
-msgstr ""
-
-#: templates/sheet_ope.html:17
-msgid "Field work end date:"
-msgstr ""
-
-#: templates/sheet_ope.html:19
-msgid "Head scientist:"
-msgstr ""
-
-#: templates/sheet_ope.html:20
-msgid "State:"
-msgstr ""
-
-#: templates/sheet_ope.html:20
-msgid "Active file"
-msgstr ""
-
-#: templates/sheet_ope.html:21
-msgid "Closed operation"
-msgstr ""
-
-#: templates/sheet_ope.html:22
-msgid "Closing date:"
-msgstr ""
-
-#: templates/sheet_ope.html:22
-msgid "by"
-msgstr ""
-
-#: templates/sheet_ope.html:24
-msgid "Type:"
-msgstr ""
-
-#: templates/sheet_ope.html:25
-msgid "Surface:"
-msgstr ""
-
-#: templates/sheet_ope.html:26
-msgid "Cost:"
-msgstr ""
-
-#: templates/sheet_ope.html:27
-msgid "Duration:"
-msgstr ""
-
-#: templates/sheet_ope.html:27
-msgid "Day"
+#: templates/blocks/JQueryAdvancedTown.html:3
+msgctxt "Region"
+msgid "State"
msgstr ""
-#: templates/sheet_ope.html:29
-msgid "Remains:"
+#: templates/blocks/JQueryAdvancedTown.html:29
+msgid "Choose a state first"
msgstr ""
-#: templates/sheet_ope.html:30
-msgid "Periods:"
+#: templates/blocks/JQueryJqGrid.html:9
+msgid "Search and select an item"
msgstr ""
-#: templates/sheet_ope.html:33
-msgid "Related file:"
+#: templates/blocks/JQueryJqGrid.html:13
+msgid "Pinned search:"
msgstr ""
-#: templates/sheet_ope.html:35
-msgid "Operator's reference code:"
+#: templates/blocks/JQueryJqGrid.html:23 templates/blocks/JQueryJqGrid.html:29
+#: templates/ishtar/blocks/window_tables/dynamic_documents.html:9
+#: templates/ishtar/blocks/window_tables/dynamic_documents.html:12
+msgid "Export as CSV"
msgstr ""
-#: templates/sheet_ope.html:36
-msgid "Planning service:"
+#: templates/blocks/JQueryJqGrid.html:23 templates/blocks/JQueryJqGrid.html:29
+#: templates/ishtar/blocks/window_tables/dynamic_documents.html:9
+msgid "CSV"
msgstr ""
-#: templates/sheet_ope.html:37
-msgid "Permit type:"
+#: templates/blocks/JQueryJqGrid.html:24
+#: templates/ishtar/blocks/window_tables/dynamic_documents.html:10
+msgid "Export as CSV - full"
msgstr ""
-#: templates/sheet_ope.html:38
-msgid "Permit reference:"
+#: templates/blocks/JQueryJqGrid.html:24
+#: templates/ishtar/blocks/window_tables/dynamic_documents.html:10
+msgid "CSV full"
msgstr ""
-#: templates/sheet_ope.html:39
-msgid "General contractor organisation:"
+#: templates/blocks/JQueryJqGrid.html:26
+msgid "Export as CSV - "
msgstr ""
-#: templates/sheet_ope.html:40
-msgid "General contractor:"
+#: templates/blocks/JQueryJqGrid.html:34 templates/ishtar/manage_basket.html:12
+#: templates/window.html:40
+msgid "Add"
msgstr ""
-#: templates/sheet_ope.html:44
-msgid "Comment:"
+#: templates/blocks/JQueryJqGrid.html:108
+#: templates/ishtar/blocks/window_tables/dynamic_documents.html:41
+msgid "An error as occured during search. Check your query fields."
msgstr ""
-#: templates/sheet_ope.html:47
-msgid "Towns:"
+#: templates/blocks/comma_list.html:1
+msgid "and"
msgstr ""
-#: templates/sheet_ope.html:49
-msgid "Main address:"
+#: templates/blocks/comma_list.html:1
+msgid ", "
msgstr ""
-#: templates/sheet_ope.html:50
-msgid "Complement:"
+#: templates/blocks/comma_list.html:1
+msgid "."
msgstr ""
-#: templates/sheet_ope.html:51
-msgid "Postal code:"
+#: templates/blocks/form_flex_snippet.html:12
+msgid "Show / hide advanced search"
msgstr ""
-#: templates/sheet_ope.html:53
-msgid "Lambert X:"
+#: templates/blocks/form_flex_snippet.html:18
+#: templates/blocks/form_snippet.html:9
+msgid "Help"
msgstr ""
-#: templates/sheet_ope.html:54
-msgid "Lambert Y:"
+#: templates/ishtar/basket_list.html:6
+msgid "remove"
msgstr ""
-#: templates/sheet_ope.html:55
-msgid "Altitude (m NGF):"
+#: templates/ishtar/blocks/advanced_shortcut_menu.html:14
+#: templates/ishtar/blocks/shortcut_menu.html:14
+msgid ""
+"Simple menu limited to your own items. Be careful only the last 100 items "
+"are displayed."
msgstr ""
-#: templates/sheet_ope.html:58
-msgid "Associated parcels"
+#: templates/ishtar/blocks/advanced_shortcut_menu.html:14
+#: templates/ishtar/blocks/shortcut_menu.html:14
+msgid "simple"
msgstr ""
-#: templates/sheet_ope.html:60
-msgid "Commune"
+#: templates/ishtar/blocks/advanced_shortcut_menu.html:15
+#: templates/ishtar/blocks/shortcut_menu.html:15
+msgid "Advanced menu"
msgstr ""
-#: templates/sheet_ope.html:62
-msgid "Section"
+#: templates/ishtar/blocks/advanced_shortcut_menu.html:15
+#: templates/ishtar/blocks/shortcut_menu.html:15
+msgid "advanced"
msgstr ""
-#: templates/sheet_ope.html:63 templates/sheet_ope.html.py:129
-msgid "Parcel"
+#: templates/ishtar/blocks/advanced_shortcut_menu.html:18
+#: templates/ishtar/blocks/shortcut_menu.html:18
+msgid ""
+"Pin an item in order to constrain default searches with this item. By "
+"default only your items are displayed. New created and modified items are "
+"auto-pin."
msgstr ""
-#: templates/sheet_ope.html:64
-msgid "Owner"
+#: templates/ishtar/blocks/advanced_shortcut_menu.html:20
+msgid "Search within my items"
msgstr ""
-#: templates/sheet_ope.html:75
-msgid "No parcel associated to this operation"
+#: templates/ishtar/blocks/advanced_shortcut_menu.html:21
+msgid "Search within all items"
msgstr ""
-#: templates/sheet_ope.html:79 templates/sheet_ope.html.py:81
-msgid "Admninistrative acts"
+#: templates/ishtar/blocks/advanced_shortcut_menu.html:24
+msgid "Refresh menu"
msgstr ""
-#: templates/sheet_ope.html:96
-msgid "No administrative act associated to this operation"
+#: templates/ishtar/blocks/advanced_shortcut_menu.html:35
+#: templates/ishtar/blocks/shortcut_menu.html:30
+msgid "Unpin"
msgstr ""
-#: templates/sheet_ope.html:100
-msgid "Documentation"
+#: templates/ishtar/blocks/footer.html:2
+#, python-format
+msgid ""
+"Powered by <a href=\"https://ishtar-archeo.net/\">Ishtar</a> v%(VERSION)s - "
+"a free software under AGPL v3 license."
msgstr ""
-#: templates/sheet_ope.html:102
-msgid "Documents"
+#: templates/ishtar/blocks/modify_toolbar.html:1
+#: templates/ishtar/blocks/window_nav.html:38
+#: templates/ishtar/organization_form.html:37
+#: templates/ishtar/organization_person_form.html:32
+#: templates/ishtar/person_form.html:43
+msgid "Modify"
msgstr ""
-#: templates/sheet_ope.html:117
-msgid "No document associated to this operation"
+#: templates/ishtar/blocks/sheet_creation_section.html:3
+msgctxt "Sheet"
+msgid "Creation"
msgstr ""
-#: templates/sheet_ope.html:121 templates/sheet_ope.html.py:123
-msgid "Context Records"
+#: templates/ishtar/blocks/sheet_creation_section.html:12
+msgctxt "Sheet"
+msgid "Modification"
msgstr ""
-#: templates/sheet_ope.html:125
-msgid "ID"
+#: templates/ishtar/blocks/sheet_external_id.html:3
+msgid "Internal ID"
msgstr ""
-#: templates/sheet_ope.html:127
-msgid "Chronology"
+#: templates/ishtar/blocks/window_nav.html:5
+msgid "Previous version"
msgstr ""
-#: templates/sheet_ope.html:142
-msgid "No context record associated to this operation"
+#: templates/ishtar/blocks/window_nav.html:16
+msgid "Restore this version"
msgstr ""
-#: templates/welcome.html:4
+#: templates/ishtar/blocks/window_nav.html:16
msgid ""
-"Welcome in Ishtar, open source software for management and inventory of "
-"archaeological data"
+"Are you sure to restore to this version? All changes made since this version "
+"will be lost."
msgstr ""
-#: templates/welcome.html:6
-msgid "Some useful links:"
+#: templates/ishtar/blocks/window_nav.html:21
+msgid "Restore"
msgstr ""
-#: templates/welcome.html:8
-msgid "Presentation site and blog"
+#: templates/ishtar/blocks/window_nav.html:23
+msgid "Next version"
msgstr ""
-#: templates/welcome.html:8
-msgid "stay tuned with Ishtar news!"
+#: templates/ishtar/blocks/window_nav.html:45
+msgid "Item pined in your shortcut menu."
msgstr ""
-#: templates/welcome.html:9
-msgid "Admin interface"
+#: templates/ishtar/blocks/window_nav.html:45
+msgid "Pin"
msgstr ""
-#: templates/welcome.html:9
-msgid "for admin only."
+#: templates/ishtar/blocks/window_nav.html:51
+msgid "Export as OpenOffice.org file"
msgstr ""
-#: templates/welcome.html:10
-msgid "Forum"
+#: templates/ishtar/blocks/window_nav.html:51
+msgid "Export as PDF file"
msgstr ""
-#: templates/welcome.html:10
-msgid ""
-"need help? find a new bug? a fantastic feature to propose? Here is the place "
-"to go."
+#: templates/ishtar/blocks/window_nav.html:55
+msgid "Relation between items are not historized."
msgstr ""
-#: templates/welcome.html:11
-msgid "Source code"
+#: templates/ishtar/blocks/window_tables/documents.html:10
+msgid "Related to"
msgstr ""
-#: templates/welcome.html:11
-msgid "tickets"
+#: templates/ishtar/blocks/window_tables/documents.html:11
+#: templates/ishtar/blocks/window_tables/documents.html:19
+msgid "Link"
msgstr ""
-#: templates/welcome.html:11
-msgid "where the magic happens."
+#: templates/ishtar/dashboards/dashboard_main_detail.html:4
+msgid "Numbers"
msgstr ""
-#: templates/window.html:40 templates/blocks/JQueryJqGrid.html:34
-#: templates/ishtar/manage_basket.html:13
-msgid "Add"
+#: templates/ishtar/dashboards/dashboard_main_detail.html:11
+msgid "Change"
msgstr ""
-#: templates/admin/base_site.html:4 templates/admin/base_site.html.py:7
-msgid "Ishtar administration"
+#: templates/ishtar/dashboards/dashboard_main_detail.html:15
+msgid "Total:"
msgstr ""
-#: templates/blocks/JQueryAdvancedTown.html:3
-msgctxt "Region"
-msgid "State"
+#: templates/ishtar/dashboards/dashboard_main_detail.html:18
+msgid "Draw rectangle on the graph to zoom. Double-click to reinitialize."
msgstr ""
-#: templates/blocks/JQueryAdvancedTown.html:29
-msgid "Choose a state first"
+#: templates/ishtar/dashboards/dashboard_main_detail.html:20
+msgid "Display as an image"
msgstr ""
-#: templates/blocks/JQueryJqGrid.html:9
-msgid "Search and select an item"
+#: templates/ishtar/dashboards/dashboard_main_detail.html:23
+msgid "Right-click on this image to save it."
msgstr ""
-#: templates/blocks/JQueryJqGrid.html:13
-msgid "Pinned search:"
+#: templates/ishtar/dashboards/dashboard_main_detail.html:40
+msgid "By years"
msgstr ""
-#: templates/blocks/JQueryJqGrid.html:23 templates/blocks/JQueryJqGrid.html:29
-#: templates/ishtar/blocks/window_tables/dynamic_documents.html:9
-#: templates/ishtar/blocks/window_tables/dynamic_documents.html:12
-msgid "Export as CSV"
+#: templates/ishtar/dashboards/dashboard_main_detail.html:42
+#: templates/ishtar/dashboards/dashboard_main_detail.html:52
+msgid "Average:"
msgstr ""
-#: templates/blocks/JQueryJqGrid.html:23 templates/blocks/JQueryJqGrid.html:29
-#: templates/ishtar/blocks/window_tables/dynamic_documents.html:9
-msgid "CSV"
+#: templates/ishtar/dashboards/dashboard_main_detail.html:43
+#: templates/ishtar/dashboards/dashboard_main_detail.html:53
+msgid "Variance:"
msgstr ""
-#: templates/blocks/JQueryJqGrid.html:24
-#: templates/ishtar/blocks/window_tables/dynamic_documents.html:10
-msgid "Export as CSV - full"
+#: templates/ishtar/dashboards/dashboard_main_detail.html:44
+#: templates/ishtar/dashboards/dashboard_main_detail.html:54
+msgid "Standard deviation:"
msgstr ""
-#: templates/blocks/JQueryJqGrid.html:24
-#: templates/ishtar/blocks/window_tables/dynamic_documents.html:10
-msgid "CSV full"
+#: templates/ishtar/dashboards/dashboard_main_detail.html:45
+#: templates/ishtar/dashboards/dashboard_main_detail.html:55
+msgid "Median:"
msgstr ""
-#: templates/blocks/JQueryJqGrid.html:26
-msgid "Export as CSV - "
+#: templates/ishtar/dashboards/dashboard_main_detail.html:46
+#: templates/ishtar/dashboards/dashboard_main_detail.html:56
+msgid "Mode:"
msgstr ""
-#: templates/blocks/JQueryJqGrid.html:108
-#: templates/ishtar/blocks/window_tables/dynamic_documents.html:41
-msgid "An error as occured during search. Check your query fields."
+#: templates/ishtar/dashboards/dashboard_main_detail.html:50
+msgid "By operations"
msgstr ""
-#: templates/blocks/comma_list.html:1
-msgid "and"
+#: templates/ishtar/dashboards/dashboard_main_detail.html:60
+msgid "Created last"
msgstr ""
-#: templates/blocks/comma_list.html:1
-msgid ", "
+#: templates/ishtar/dashboards/dashboard_main_detail.html:73
+msgid "Recent changes"
msgstr ""
-#: templates/blocks/comma_list.html:1
-msgid "."
+#: templates/ishtar/dashboards/dashboard_main_detail.html:75
+msgid "Modified"
msgstr ""
-#: templates/blocks/form_flex_snippet.html:12
-msgid "Show / hide advanced search"
+#: templates/ishtar/dashboards/dashboard_main_detail.html:113
+msgid "No data for these criteria."
msgstr ""
-#: templates/blocks/form_flex_snippet.html:18
-#: templates/blocks/form_snippet.html:9
-msgid "Help"
+#: templates/ishtar/dashboards/dashboard_main_detail.html:131
+msgid "Month"
msgstr ""
-#: templates/ishtar/basket_list.html:6
-msgid "remove"
+#: templates/ishtar/dashboards/dashboard_main_detail_users.html:26
+msgid "User type"
msgstr ""
-#: templates/ishtar/form.html:11 templates/ishtar/formset.html:8
-#: templates/ishtar/import_list.html:62 templates/ishtar/merge.html:31
+#: templates/ishtar/form.html:14 templates/ishtar/formset.html:8
+#: templates/ishtar/formset_import_match.html:51
+#: templates/ishtar/import_list.html:61 templates/ishtar/merge.html:30
#: templates/ishtar/simple_form.html:7
-#: templates/ishtar/wizard/default_wizard.html:31
+#: templates/ishtar/wizard/default_wizard.html:30
#: templates/ishtar/wizard/search.html:13
-#: templates/ishtar/wizard/validation_bar.html:4
+#: templates/ishtar/wizard/validation_bar.html:3
msgid "Validate"
msgstr ""
-#: templates/ishtar/import_delete.html:9
+#: templates/ishtar/formset_import_match.html:5
+#: templates/ishtar/formset_import_match.html:54
+msgid "Back to import list"
+msgstr ""
+
+#: templates/ishtar/formset_import_match.html:23
+#| msgid "Forum"
+msgid "For"
+msgstr ""
+
+#: templates/ishtar/import_delete.html:8
msgid "The current items are linked to this import:"
msgstr ""
-#: templates/ishtar/import_delete.html:19
+#: templates/ishtar/import_delete.html:18
msgid "All these items will be deleted with this import."
msgstr ""
-#: templates/ishtar/import_delete.html:20
+#: templates/ishtar/import_delete.html:19
msgid "Are you sure?"
msgstr ""
-#: templates/ishtar/import_delete.html:23
+#: templates/ishtar/import_delete.html:20 wizards.py:383
+msgid "Yes"
+msgstr ""
+
+#: templates/ishtar/import_delete.html:22
msgid "Back"
msgstr ""
-#: templates/ishtar/import_list.html:8
+#: templates/ishtar/import_list.html:7
msgid "No pending imports."
msgstr ""
-#: templates/ishtar/import_list.html:15
+#: templates/ishtar/import_list.html:14
msgctxt "file"
msgid "File"
msgstr ""
-#: templates/ishtar/import_list.html:17
+#: templates/ishtar/import_list.html:16
msgid "Status"
msgstr ""
-#: templates/ishtar/import_list.html:18
+#: templates/ishtar/import_list.html:17
msgid "Action"
msgstr ""
-#: templates/ishtar/import_list.html:29
+#: templates/ishtar/import_list.html:28
msgid "Source file"
msgstr ""
-#: templates/ishtar/import_list.html:54
+#: templates/ishtar/import_list.html:46 views.py:1735
+msgid "Link unmatched items"
+msgstr ""
+
+#: templates/ishtar/import_list.html:53
msgid "Control file"
msgstr ""
-#: templates/ishtar/manage_basket.html:10
+#: templates/ishtar/manage_basket.html:9
msgid "Checking \"Select all\" only selects the current page."
msgstr ""
-#: templates/ishtar/manage_basket.html:14
+#: templates/ishtar/manage_basket.html:13
msgid "Basket content"
msgstr ""
-#: templates/ishtar/manage_basket.html:22 templates/ishtar/sheet.html:28
+#: templates/ishtar/manage_basket.html:21 templates/ishtar/sheet.html:28
msgid "Close"
msgstr ""
-#: templates/ishtar/merge.html:5
+#: templates/ishtar/merge.html:4
msgid "Merge"
msgstr ""
-#: templates/ishtar/merge.html:7
+#: templates/ishtar/merge.html:6
msgid "Every operation on this form is irreversible"
msgstr ""
-#: templates/ishtar/merge.html:9
+#: templates/ishtar/merge.html:8
msgid "Page "
msgstr ""
-#: templates/ishtar/merge.html:17
+#: templates/ishtar/merge.html:16
msgid "Item A"
msgstr ""
-#: templates/ishtar/merge.html:18
+#: templates/ishtar/merge.html:17
msgid "Item B"
msgstr ""
-#: templates/ishtar/merge.html:19
+#: templates/ishtar/merge.html:18
msgid "B is a duplicate of A"
msgstr ""
-#: templates/ishtar/merge.html:20
+#: templates/ishtar/merge.html:19
msgid "A is a duplicate of B"
msgstr ""
-#: templates/ishtar/merge.html:21
+#: templates/ishtar/merge.html:20
msgid "Is not duplicate"
msgstr ""
-#: templates/ishtar/organization_form.html:37
-#: templates/ishtar/organization_person_form.html:32
-#: templates/ishtar/person_form.html:43
-#: templates/ishtar/blocks/modify_toolbar.html:1
-#: templates/ishtar/blocks/window_nav.html:39
-msgid "Modify"
-msgstr ""
-
#: templates/ishtar/organization_form.html:38
#: templates/ishtar/organization_person_form.html:33
#: templates/ishtar/person_form.html:44
@@ -2283,7 +2135,7 @@ msgstr ""
#: templates/ishtar/organization_form.html:40
#: templates/ishtar/organization_person_form.html:35
#: templates/ishtar/person_form.html:46
-#: templates/ishtar/wizard/validation_bar.html:8
+#: templates/ishtar/wizard/validation_bar.html:7
msgid "Cancel"
msgstr ""
@@ -2353,12 +2205,12 @@ msgid "In charge of archaeological files"
msgstr ""
#: templates/ishtar/sheet_person.html:90
-#: templates/ishtar/wizard/wizard_person_deletion.html:14
+#: templates/ishtar/wizard/wizard_person_deletion.html:15
msgid "General contractor of archaeological files"
msgstr ""
#: templates/ishtar/sheet_person.html:95
-#: templates/ishtar/wizard/wizard_person_deletion.html:22
+#: templates/ishtar/wizard/wizard_person_deletion.html:24
msgid "Responsible for planning service of archaeological files"
msgstr ""
@@ -2378,206 +2230,6 @@ msgstr ""
msgid "Web link"
msgstr ""
-#: templates/ishtar/blocks/advanced_shortcut_menu.html:15
-#: templates/ishtar/blocks/shortcut_menu.html:15
-msgid ""
-"Simple menu limited to your own items. Be careful only the last 100 items "
-"are displayed."
-msgstr ""
-
-#: templates/ishtar/blocks/advanced_shortcut_menu.html:15
-#: templates/ishtar/blocks/shortcut_menu.html:15
-msgid "simple"
-msgstr ""
-
-#: templates/ishtar/blocks/advanced_shortcut_menu.html:16
-#: templates/ishtar/blocks/shortcut_menu.html:16
-msgid "Advanced menu"
-msgstr ""
-
-#: templates/ishtar/blocks/advanced_shortcut_menu.html:16
-#: templates/ishtar/blocks/shortcut_menu.html:16
-msgid "advanced"
-msgstr ""
-
-#: templates/ishtar/blocks/advanced_shortcut_menu.html:19
-#: templates/ishtar/blocks/shortcut_menu.html:19
-msgid ""
-"Pin an item in order to constrain default searches with this item. By "
-"default only your items are displayed. New created and modified items are "
-"auto-pin."
-msgstr ""
-
-#: templates/ishtar/blocks/advanced_shortcut_menu.html:21
-msgid "Search within my items"
-msgstr ""
-
-#: templates/ishtar/blocks/advanced_shortcut_menu.html:22
-msgid "Search within all items"
-msgstr ""
-
-#: templates/ishtar/blocks/advanced_shortcut_menu.html:25
-msgid "Refresh menu"
-msgstr ""
-
-#: templates/ishtar/blocks/advanced_shortcut_menu.html:36
-#: templates/ishtar/blocks/shortcut_menu.html:31
-msgid "Unpin"
-msgstr ""
-
-#: templates/ishtar/blocks/footer.html:2
-#, python-format
-msgid ""
-"Powered by <a href=\"https://ishtar-archeo.net/\">Ishtar</a> v%(VERSION)s - "
-"a free software under AGPL v3 license."
-msgstr ""
-
-#: templates/ishtar/blocks/sheet_creation_section.html:3
-msgctxt "Sheet"
-msgid "Creation"
-msgstr ""
-
-#: templates/ishtar/blocks/sheet_creation_section.html:12
-msgctxt "Sheet"
-msgid "Modification"
-msgstr ""
-
-#: templates/ishtar/blocks/sheet_external_id.html:3
-msgid "Internal ID"
-msgstr ""
-
-#: templates/ishtar/blocks/window_nav.html:6
-msgid "Previous version"
-msgstr ""
-
-#: templates/ishtar/blocks/window_nav.html:17
-msgid "Restore this version"
-msgstr ""
-
-#: templates/ishtar/blocks/window_nav.html:17
-msgid ""
-"Are you sure to restore to this version? All changes made since this version "
-"will be lost."
-msgstr ""
-
-#: templates/ishtar/blocks/window_nav.html:22
-msgid "Restore"
-msgstr ""
-
-#: templates/ishtar/blocks/window_nav.html:24
-msgid "Next version"
-msgstr ""
-
-#: templates/ishtar/blocks/window_nav.html:46
-msgid "Item pined in your shortcut menu."
-msgstr ""
-
-#: templates/ishtar/blocks/window_nav.html:46
-msgid "Pin"
-msgstr ""
-
-#: templates/ishtar/blocks/window_nav.html:52
-msgid "Export as OpenOffice.org file"
-msgstr ""
-
-#: templates/ishtar/blocks/window_nav.html:52
-msgid "Export as PDF file"
-msgstr ""
-
-#: templates/ishtar/blocks/window_nav.html:56
-msgid "Relation between items are not historized."
-msgstr ""
-
-#: templates/ishtar/blocks/window_tables/documents.html:10
-msgid "Related to"
-msgstr ""
-
-#: templates/ishtar/blocks/window_tables/documents.html:11
-#: templates/ishtar/blocks/window_tables/documents.html:19
-msgid "Link"
-msgstr ""
-
-#: templates/ishtar/dashboards/dashboard_main_detail.html:5
-msgid "Numbers"
-msgstr ""
-
-#: templates/ishtar/dashboards/dashboard_main_detail.html:12
-msgid "Change"
-msgstr ""
-
-#: templates/ishtar/dashboards/dashboard_main_detail.html:16
-msgid "Total:"
-msgstr ""
-
-#: templates/ishtar/dashboards/dashboard_main_detail.html:19
-msgid "Draw rectangle on the graph to zoom. Double-click to reinitialize."
-msgstr ""
-
-#: templates/ishtar/dashboards/dashboard_main_detail.html:21
-msgid "Display as an image"
-msgstr ""
-
-#: templates/ishtar/dashboards/dashboard_main_detail.html:24
-msgid "Right-click on this image to save it."
-msgstr ""
-
-#: templates/ishtar/dashboards/dashboard_main_detail.html:41
-msgid "By years"
-msgstr ""
-
-#: templates/ishtar/dashboards/dashboard_main_detail.html:43
-#: templates/ishtar/dashboards/dashboard_main_detail.html:53
-msgid "Average:"
-msgstr ""
-
-#: templates/ishtar/dashboards/dashboard_main_detail.html:44
-#: templates/ishtar/dashboards/dashboard_main_detail.html:54
-msgid "Variance:"
-msgstr ""
-
-#: templates/ishtar/dashboards/dashboard_main_detail.html:45
-#: templates/ishtar/dashboards/dashboard_main_detail.html:55
-msgid "Standard deviation:"
-msgstr ""
-
-#: templates/ishtar/dashboards/dashboard_main_detail.html:46
-#: templates/ishtar/dashboards/dashboard_main_detail.html:56
-msgid "Median:"
-msgstr ""
-
-#: templates/ishtar/dashboards/dashboard_main_detail.html:47
-#: templates/ishtar/dashboards/dashboard_main_detail.html:57
-msgid "Mode:"
-msgstr ""
-
-#: templates/ishtar/dashboards/dashboard_main_detail.html:51
-msgid "By operations"
-msgstr ""
-
-#: templates/ishtar/dashboards/dashboard_main_detail.html:61
-msgid "Created last"
-msgstr ""
-
-#: templates/ishtar/dashboards/dashboard_main_detail.html:74
-msgid "Recent changes"
-msgstr ""
-
-#: templates/ishtar/dashboards/dashboard_main_detail.html:76
-msgid "Modified"
-msgstr ""
-
-#: templates/ishtar/dashboards/dashboard_main_detail.html:114
-msgid "No data for these criteria."
-msgstr ""
-
-#: templates/ishtar/dashboards/dashboard_main_detail.html:132
-msgid "Month"
-msgstr ""
-
-#: templates/ishtar/dashboards/dashboard_main_detail_users.html:26
-msgid "User type"
-msgstr ""
-
#: templates/ishtar/wizard/confirm_wizard.html:17
#: templates/ishtar/wizard/wizard_done_summary.html:6
msgid "You have entered the following informations:"
@@ -2587,7 +2239,7 @@ msgstr ""
msgid "Would you like to save them?"
msgstr ""
-#: templates/ishtar/wizard/default_wizard.html:37
+#: templates/ishtar/wizard/default_wizard.html:36
#: templates/ishtar/wizard/parcels_wizard.html:24
#: templates/ishtar/wizard/relations_wizard.html:23
#: templates/ishtar/wizard/search.html:20
@@ -2595,7 +2247,7 @@ msgstr ""
msgid "Add/Modify"
msgstr ""
-#: templates/ishtar/wizard/default_wizard.html:64
+#: templates/ishtar/wizard/default_wizard.html:63
msgid ""
"The form has changed. If you don't validate it, all your changes will be "
"lost."
@@ -2620,7 +2272,7 @@ msgstr ""
msgid "No town set in the associated file."
msgstr ""
-#: templates/ishtar/wizard/validation_bar.html:6
+#: templates/ishtar/wizard/validation_bar.html:5
msgid "Validate and end"
msgstr ""
@@ -2645,67 +2297,67 @@ msgstr ""
msgid "Associated persons"
msgstr ""
-#: templates/ishtar/wizard/wizard_organization_deletion.html:14
+#: templates/ishtar/wizard/wizard_organization_deletion.html:15
msgid "Associated archaeological files"
msgstr ""
-#: templates/ishtar/wizard/wizard_organization_deletion.html:22
+#: templates/ishtar/wizard/wizard_organization_deletion.html:24
msgid "Operator of archaeological operations"
msgstr ""
-#: templates/ishtar/wizard/wizard_organization_deletion.html:30
+#: templates/ishtar/wizard/wizard_organization_deletion.html:33
msgid "Adminact: operator of archaeological operations"
msgstr ""
-#: templates/ishtar/wizard/wizard_person_deletion.html:30
+#: templates/ishtar/wizard/wizard_person_deletion.html:33
msgid "Scientist in charge of archaeological files"
msgstr ""
-#: templates/ishtar/wizard/wizard_person_deletion.html:38
+#: templates/ishtar/wizard/wizard_person_deletion.html:42
msgid "Scientist in charge of archaeological operations"
msgstr ""
-#: templates/ishtar/wizard/wizard_person_deletion.html:46
+#: templates/ishtar/wizard/wizard_person_deletion.html:51
msgid "In charge of archaeological operations"
msgstr ""
-#: templates/ishtar/wizard/wizard_person_deletion.html:54
+#: templates/ishtar/wizard/wizard_person_deletion.html:60
msgid "Rapporteur CIRA des operations"
msgstr ""
-#: templates/ishtar/wizard/wizard_person_deletion.html:62
+#: templates/ishtar/wizard/wizard_person_deletion.html:69
msgid "Administrativ act: in charge of archaeological operations"
msgstr ""
-#: templates/ishtar/wizard/wizard_person_deletion.html:70
+#: templates/ishtar/wizard/wizard_person_deletion.html:78
msgid "Administrativ act: scientist in charge"
msgstr ""
-#: templates/ishtar/wizard/wizard_person_deletion.html:78
+#: templates/ishtar/wizard/wizard_person_deletion.html:87
msgid "Administrativ act: signatory"
msgstr ""
-#: templates/ishtar/wizard/wizard_person_deletion.html:86
+#: templates/ishtar/wizard/wizard_person_deletion.html:96
msgid "In charge of warehouses"
msgstr ""
-#: templates/ishtar/wizard/wizard_person_deletion.html:94
+#: templates/ishtar/wizard/wizard_person_deletion.html:104
msgid "Treatments of items"
msgstr ""
-#: templates/ishtar/wizard/wizard_person_deletion.html:98
+#: templates/ishtar/wizard/wizard_person_deletion.html:108
msgid "downstream"
msgstr ""
-#: templates/ishtar/wizard/wizard_person_deletion.html:101
+#: templates/ishtar/wizard/wizard_person_deletion.html:113
msgid "upstream"
msgstr ""
-#: templates/ishtar/wizard/wizard_person_deletion.html:108
+#: templates/ishtar/wizard/wizard_person_deletion.html:122
msgid "Property of items"
msgstr ""
-#: templates/ishtar/wizard/wizard_person_deletion.html:116
+#: templates/ishtar/wizard/wizard_person_deletion.html:131
msgid "Owns parcels"
msgstr ""
@@ -2717,15 +2369,15 @@ msgstr ""
msgid "Account activation failed"
msgstr ""
-#: templates/registration/activation_complete.html:7
+#: templates/registration/activation_complete.html:6
msgid "You may now login with your username and password."
msgstr ""
-#: templates/registration/activation_complete.html:9
+#: templates/registration/activation_complete.html:8
msgid "Login now"
msgstr ""
-#: templates/registration/activation_complete.html:11
+#: templates/registration/activation_complete.html:10
msgid "Home"
msgstr ""
@@ -2798,3 +2450,425 @@ msgstr ""
#: templates/registration/registration_complete.html:6
msgid "You are now registered. Activation email sent."
msgstr ""
+
+#: templates/sheet_ope.html:4
+msgid "Export as:"
+msgstr ""
+
+#: templates/sheet_ope.html:4
+msgid "OpenOffice.org file"
+msgstr ""
+
+#: templates/sheet_ope.html:4
+msgid "PDF file"
+msgstr ""
+
+#: templates/sheet_ope.html:5
+msgid "General"
+msgstr ""
+
+#: templates/sheet_ope.html:6
+msgid "Year:"
+msgstr ""
+
+#: templates/sheet_ope.html:7
+msgid "Numerical reference:"
+msgstr ""
+
+#: templates/sheet_ope.html:9
+msgid "Patriarche OA code:"
+msgstr ""
+
+#: templates/sheet_ope.html:10
+msgid "Patriarche OA code not yet recorded !"
+msgstr ""
+
+#: templates/sheet_ope.html:12
+msgid "Operation's name:"
+msgstr ""
+
+#: templates/sheet_ope.html:14
+msgid "Edition date:"
+msgstr ""
+
+#: templates/sheet_ope.html:16
+msgid "Begining date:"
+msgstr ""
+
+#: templates/sheet_ope.html:17
+msgid "Field work end date:"
+msgstr ""
+
+#: templates/sheet_ope.html:19
+msgid "Head scientist:"
+msgstr ""
+
+#: templates/sheet_ope.html:20
+msgid "State:"
+msgstr ""
+
+#: templates/sheet_ope.html:20
+msgid "Active file"
+msgstr ""
+
+#: templates/sheet_ope.html:21
+msgid "Closed operation"
+msgstr ""
+
+#: templates/sheet_ope.html:22
+msgid "Closing date:"
+msgstr ""
+
+#: templates/sheet_ope.html:22
+msgid "by"
+msgstr ""
+
+#: templates/sheet_ope.html:24
+msgid "Type:"
+msgstr ""
+
+#: templates/sheet_ope.html:25
+msgid "Surface:"
+msgstr ""
+
+#: templates/sheet_ope.html:26
+msgid "Cost:"
+msgstr ""
+
+#: templates/sheet_ope.html:27
+msgid "Duration:"
+msgstr ""
+
+#: templates/sheet_ope.html:27
+msgid "Day"
+msgstr ""
+
+#: templates/sheet_ope.html:29
+msgid "Remains:"
+msgstr ""
+
+#: templates/sheet_ope.html:30
+msgid "Periods:"
+msgstr ""
+
+#: templates/sheet_ope.html:33
+msgid "Related file:"
+msgstr ""
+
+#: templates/sheet_ope.html:35
+msgid "Operator's reference code:"
+msgstr ""
+
+#: templates/sheet_ope.html:36
+msgid "Planning service:"
+msgstr ""
+
+#: templates/sheet_ope.html:37
+msgid "Permit type:"
+msgstr ""
+
+#: templates/sheet_ope.html:38
+msgid "Permit reference:"
+msgstr ""
+
+#: templates/sheet_ope.html:39
+msgid "General contractor organisation:"
+msgstr ""
+
+#: templates/sheet_ope.html:40
+msgid "General contractor:"
+msgstr ""
+
+#: templates/sheet_ope.html:44
+msgid "Comment:"
+msgstr ""
+
+#: templates/sheet_ope.html:47
+msgid "Towns:"
+msgstr ""
+
+#: templates/sheet_ope.html:49
+msgid "Main address:"
+msgstr ""
+
+#: templates/sheet_ope.html:50
+msgid "Complement:"
+msgstr ""
+
+#: templates/sheet_ope.html:51
+msgid "Postal code:"
+msgstr ""
+
+#: templates/sheet_ope.html:53
+msgid "Lambert X:"
+msgstr ""
+
+#: templates/sheet_ope.html:54
+msgid "Lambert Y:"
+msgstr ""
+
+#: templates/sheet_ope.html:55
+msgid "Altitude (m NGF):"
+msgstr ""
+
+#: templates/sheet_ope.html:58
+msgid "Associated parcels"
+msgstr ""
+
+#: templates/sheet_ope.html:60
+msgid "Commune"
+msgstr ""
+
+#: templates/sheet_ope.html:62
+msgid "Section"
+msgstr ""
+
+#: templates/sheet_ope.html:63 templates/sheet_ope.html:129
+msgid "Parcel"
+msgstr ""
+
+#: templates/sheet_ope.html:64
+msgid "Owner"
+msgstr ""
+
+#: templates/sheet_ope.html:75
+msgid "No parcel associated to this operation"
+msgstr ""
+
+#: templates/sheet_ope.html:79 templates/sheet_ope.html:81
+msgid "Admninistrative acts"
+msgstr ""
+
+#: templates/sheet_ope.html:96
+msgid "No administrative act associated to this operation"
+msgstr ""
+
+#: templates/sheet_ope.html:100
+msgid "Documentation"
+msgstr ""
+
+#: templates/sheet_ope.html:102
+msgid "Documents"
+msgstr ""
+
+#: templates/sheet_ope.html:117
+msgid "No document associated to this operation"
+msgstr ""
+
+#: templates/sheet_ope.html:121 templates/sheet_ope.html:123
+msgid "Context Records"
+msgstr ""
+
+#: templates/sheet_ope.html:125
+msgid "ID"
+msgstr ""
+
+#: templates/sheet_ope.html:127
+msgid "Chronology"
+msgstr ""
+
+#: templates/sheet_ope.html:139
+msgid "Details"
+msgstr ""
+
+#: templates/sheet_ope.html:142
+msgid "No context record associated to this operation"
+msgstr ""
+
+#: templates/welcome.html:3
+msgid ""
+"Welcome in Ishtar, open source software for management and inventory of "
+"archaeological data"
+msgstr ""
+
+#: templates/welcome.html:5
+msgid "Some useful links:"
+msgstr ""
+
+#: templates/welcome.html:7
+msgid "Presentation site and blog"
+msgstr ""
+
+#: templates/welcome.html:7
+msgid "stay tuned with Ishtar news!"
+msgstr ""
+
+#: templates/welcome.html:8
+msgid "Admin interface"
+msgstr ""
+
+#: templates/welcome.html:8
+msgid "for admin only."
+msgstr ""
+
+#: templates/welcome.html:9
+msgid "Forum"
+msgstr ""
+
+#: templates/welcome.html:9
+msgid ""
+"need help? find a new bug? a fantastic feature to propose? Here is the place "
+"to go."
+msgstr ""
+
+#: templates/welcome.html:10
+msgid "Source code"
+msgstr ""
+
+#: templates/welcome.html:10
+msgid "tickets"
+msgstr ""
+
+#: templates/welcome.html:10
+msgid "where the magic happens."
+msgstr ""
+
+#: templatetags/window_tables.py:96 widgets.py:798
+msgid "No results"
+msgstr ""
+
+#: templatetags/window_tables.py:97 widgets.py:799
+msgid "Loading..."
+msgstr ""
+
+#: utils.py:120
+msgid " (...)"
+msgstr ""
+
+#: utils.py:168
+msgid "Load another random image?"
+msgstr ""
+
+#: views.py:101
+msgid ""
+"PROJECT_SLUG is set to \"default\" change it in your local_settings (or ask "
+"your admin to do it)."
+msgstr ""
+
+#: views.py:106
+msgid ""
+"The slug of your current profile is set to \"default\" change it on the "
+"administration page (or ask your admin to do it)."
+msgstr ""
+
+#: views.py:132
+msgid "New person"
+msgstr ""
+
+#: views.py:140
+msgid "Person modification"
+msgstr ""
+
+#: views.py:155
+msgid "Person deletion"
+msgstr ""
+
+#: views.py:166
+msgid "New organization"
+msgstr ""
+
+#: views.py:173
+msgid "Organization modification"
+msgstr ""
+
+#: views.py:189
+msgid "Organization deletion"
+msgstr ""
+
+#: views.py:199
+msgid "Account management"
+msgstr ""
+
+#: views.py:205
+msgid "Account deletion"
+msgstr ""
+
+#: views.py:267
+msgid "Archaeological file"
+msgstr ""
+
+#: views.py:268
+msgid "Operation"
+msgstr ""
+
+#: views.py:270
+msgid "Context record"
+msgstr ""
+
+#: views.py:272
+msgid "Find"
+msgstr ""
+
+#: views.py:274
+msgid "Treatment request"
+msgstr ""
+
+#: views.py:275
+msgid "Treatment"
+msgstr ""
+
+#: views.py:1399 views.py:1439
+msgid "Operation not permitted."
+msgstr ""
+
+#: views.py:1401
+#, python-format
+msgid "New %s"
+msgstr ""
+
+#: views.py:1456 views.py:1513
+msgid "Archaeological files"
+msgstr ""
+
+#: views.py:1461 views.py:1524
+msgid "Finds"
+msgstr ""
+
+#: views.py:1463 views.py:1529
+msgid "Treatment requests"
+msgstr ""
+
+#: views.py:1464 views.py:1535
+msgid "Treatments"
+msgstr ""
+
+#: views.py:1756
+msgid "Delete import"
+msgstr ""
+
+#: views.py:1795
+msgid "Merge persons"
+msgstr ""
+
+#: views.py:1819
+msgid "Select the main person"
+msgstr ""
+
+#: views.py:1828
+msgid "Merge organization"
+msgstr ""
+
+#: views.py:1838
+msgid "Select the main organization"
+msgstr ""
+
+#: views.py:1878 views.py:1894
+msgid "Corporation manager"
+msgstr ""
+
+#: widgets.py:389 widgets.py:495 widgets.py:610
+msgid "Search..."
+msgstr ""
+
+#: widgets.py:800
+msgid "Remove"
+msgstr ""
+
+#: wizards.py:385
+msgid "No"
+msgstr ""
+
+#: wizards.py:1434
+#, python-format
+msgid "[%(app_name)s] Account creation/modification"
+msgstr ""