lino 25.1.6__py3-none-any.whl → 25.2.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. lino/__init__.py +1 -1
  2. lino/core/actions.py +6 -0
  3. lino/core/actors.py +9 -3
  4. lino/core/callbacks.py +3 -2
  5. lino/core/elems.py +1 -1
  6. lino/core/fields.py +4 -0
  7. lino/core/keyboard.py +7 -2
  8. lino/core/model.py +1 -0
  9. lino/core/requests.py +19 -7
  10. lino/core/site.py +1 -2
  11. lino/core/store.py +2 -2
  12. lino/help_texts.py +3 -1
  13. lino/locale/bn/LC_MESSAGES/django.po +782 -710
  14. lino/locale/de/LC_MESSAGES/django.mo +0 -0
  15. lino/locale/de/LC_MESSAGES/django.po +1259 -1280
  16. lino/locale/django.pot +751 -702
  17. lino/locale/es/LC_MESSAGES/django.po +777 -708
  18. lino/locale/et/LC_MESSAGES/django.po +784 -709
  19. lino/locale/fr/LC_MESSAGES/django.po +1339 -1191
  20. lino/locale/nl/LC_MESSAGES/django.po +787 -712
  21. lino/locale/pt_BR/LC_MESSAGES/django.po +769 -700
  22. lino/locale/zh_Hant/LC_MESSAGES/django.po +769 -700
  23. lino/management/commands/demotest.py +2 -1
  24. lino/mixins/__init__.py +1 -1
  25. lino/modlib/checkdata/choicelists.py +5 -4
  26. lino/modlib/checkdata/models.py +9 -8
  27. lino/modlib/help/models.py +5 -0
  28. lino/modlib/jinja/__init__.py +0 -4
  29. lino/modlib/memo/__init__.py +1 -1
  30. lino/modlib/notify/mixins.py +6 -8
  31. lino/modlib/periods/mixins.py +1 -25
  32. lino/modlib/periods/models.py +42 -9
  33. lino/modlib/system/choicelists.py +12 -11
  34. lino/modlib/uploads/fixtures/demo.py +1 -1
  35. lino/modlib/uploads/models.py +2 -1
  36. lino/utils/config.py +2 -0
  37. lino/utils/dpy.py +15 -3
  38. lino/utils/soup.py +136 -103
  39. {lino-25.1.6.dist-info → lino-25.2.1.dist-info}/METADATA +1 -1
  40. {lino-25.1.6.dist-info → lino-25.2.1.dist-info}/RECORD +43 -43
  41. {lino-25.1.6.dist-info → lino-25.2.1.dist-info}/WHEEL +0 -0
  42. {lino-25.1.6.dist-info → lino-25.2.1.dist-info}/licenses/AUTHORS.rst +0 -0
  43. {lino-25.1.6.dist-info → lino-25.2.1.dist-info}/licenses/COPYING +0 -0
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: lino 24.7.0\n"
9
9
  "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10
- "POT-Creation-Date: 2024-11-16 21:41+0200\n"
10
+ "POT-Creation-Date: 2025-02-07 12:44+0200\n"
11
11
  "PO-Revision-Date: 2024-07-20 19:57+0300\n"
12
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
  "Language: pt_BR\n"
@@ -39,7 +39,7 @@ msgstr ""
39
39
 
40
40
  #: lino/help_texts.py:11
41
41
  msgid ""
42
- "Adds a a timestamp field which holds the last modification time of every "
42
+ "Adds a a timestamp field that holds the last modification time of every "
43
43
  "individual database object."
44
44
  msgstr ""
45
45
 
@@ -498,7 +498,7 @@ msgstr ""
498
498
  #: lino/help_texts.py:105 lino/help_texts.py:114 lino/help_texts.py:117
499
499
  #: lino/help_texts.py:119 lino/help_texts.py:143 lino/help_texts.py:144
500
500
  #: lino/help_texts.py:151 lino/help_texts.py:162 lino/help_texts.py:163
501
- #: lino/help_texts.py:164 lino/help_texts.py:166 lino/help_texts.py:175
501
+ #: lino/help_texts.py:164 lino/help_texts.py:165 lino/help_texts.py:174
502
502
  #: lino/help_texts.py:178 lino/help_texts.py:185
503
503
  msgid "See /dev/plugins."
504
504
  msgstr ""
@@ -735,54 +735,54 @@ msgstr ""
735
735
  msgid "Parse the given string src, replacing memo commands by their result."
736
736
  msgstr ""
737
737
 
738
- #: lino/help_texts.py:165
739
- msgid "Whether to use system.DashboardLayouts. This feature is broken."
740
- msgstr ""
741
-
742
- #: lino/help_texts.py:167
738
+ #: lino/help_texts.py:166
743
739
  msgid "The domain name of this production site."
744
740
  msgstr ""
745
741
 
746
- #: lino/help_texts.py:168
742
+ #: lino/help_texts.py:167
747
743
  msgid "The initial width of the window to use when editing in own window."
748
744
  msgstr ""
749
745
 
750
- #: lino/help_texts.py:169
746
+ #: lino/help_texts.py:168
751
747
  msgid "The initial height of the window to use when editing in own window."
752
748
  msgstr ""
753
749
 
754
- #: lino/help_texts.py:170
750
+ #: lino/help_texts.py:169
755
751
  msgid "The toolbar buttons when editing a field inside a detail form."
756
752
  msgstr ""
757
753
 
758
- #: lino/help_texts.py:171
754
+ #: lino/help_texts.py:170
759
755
  msgid "The first row of toolbar buttons when editing in own window."
760
756
  msgstr ""
761
757
 
762
- #: lino/help_texts.py:172
758
+ #: lino/help_texts.py:171
763
759
  msgid "The second row of toolbar buttons when editing in own window."
764
760
  msgstr ""
765
761
 
766
- #: lino/help_texts.py:173
762
+ #: lino/help_texts.py:172
767
763
  msgid "The third row of toolbar buttons when editing in own window."
768
764
  msgstr ""
769
765
 
770
- #: lino/help_texts.py:174
766
+ #: lino/help_texts.py:173
771
767
  msgid ""
772
768
  "Lino currently includes three versions of TinyMCE, but for production "
773
769
  "sites we still use the eldest version 3.4.8."
774
770
  msgstr ""
775
771
 
776
- #: lino/help_texts.py:176
772
+ #: lino/help_texts.py:175
777
773
  msgid ""
778
774
  "Whether checkdata –fix should automatically delete orphaned files in the "
779
775
  "uploads folder."
780
776
  msgstr ""
781
777
 
782
- #: lino/help_texts.py:177
778
+ #: lino/help_texts.py:176
783
779
  msgid "Whether to use PIL, the Python Imaging Library."
784
780
  msgstr ""
785
781
 
782
+ #: lino/help_texts.py:177
783
+ msgid "Whether to use library files (volumes)."
784
+ msgstr ""
785
+
786
786
  #: lino/help_texts.py:179
787
787
  msgid "Height of header in mm. Set to None if you want no header."
788
788
  msgstr ""
@@ -1462,105 +1462,122 @@ msgid ""
1462
1462
  msgstr ""
1463
1463
 
1464
1464
  #: lino/help_texts.py:318
1465
- msgid "Override this to set default values that depend on the request."
1465
+ msgid ""
1466
+ "Return a veto message if you want to refuse creating rows on this model "
1467
+ "in the given action request even when permission has been given."
1466
1468
  msgstr ""
1467
1469
 
1468
1470
  #: lino/help_texts.py:319
1471
+ msgid "Override this to set default values that depend on the request."
1472
+ msgstr ""
1473
+
1474
+ #: lino/help_texts.py:320
1469
1475
  msgid ""
1470
1476
  "Hook to define custom behaviour to run when a user has created a new "
1471
1477
  "instance of this model."
1472
1478
  msgstr ""
1473
1479
 
1474
- #: lino/help_texts.py:320
1480
+ #: lino/help_texts.py:321
1475
1481
  msgid ""
1476
1482
  "The SubmitInsert action to be executed when the when the users submits an"
1477
1483
  " insert window."
1478
1484
  msgstr ""
1479
1485
 
1480
- #: lino/help_texts.py:321
1486
+ #: lino/help_texts.py:322
1481
1487
  msgid ""
1482
1488
  "Called when a learning combo has been submitted. Create a persistent "
1483
1489
  "database object if the given text contains enough information."
1484
1490
  msgstr ""
1485
1491
 
1486
- #: lino/help_texts.py:322
1492
+ #: lino/help_texts.py:323
1487
1493
  msgid ""
1488
1494
  "Return a dict of the fields to fill when the given text contains enough "
1489
1495
  "information for creating a new database object."
1490
1496
  msgstr ""
1491
1497
 
1492
- #: lino/help_texts.py:323
1498
+ #: lino/help_texts.py:324
1493
1499
  msgid ""
1494
1500
  "A set of names of ForeignKey or GenericForeignKey fields of this model "
1495
1501
  "that allow for cascaded delete."
1496
1502
  msgstr ""
1497
1503
 
1498
- #: lino/help_texts.py:324
1504
+ #: lino/help_texts.py:325
1499
1505
  msgid ""
1500
1506
  "Return a set of field names that should be disabled (i.e. not editable) "
1501
1507
  "for this database object."
1502
1508
  msgstr ""
1503
1509
 
1504
- #: lino/help_texts.py:325
1510
+ #: lino/help_texts.py:326
1505
1511
  msgid "Return a translatable text that describes this database row."
1506
1512
  msgstr ""
1507
1513
 
1508
- #: lino/help_texts.py:326
1514
+ #: lino/help_texts.py:327
1509
1515
  msgid ""
1510
- "Return a safe HTML string that represents this database row as a "
1511
- "paragraph."
1516
+ "Return a translatable text that describes this database row. Unlike "
1517
+ "__str__() this method gets an action request when it is called, so it "
1518
+ "knows the context."
1512
1519
  msgstr ""
1513
1520
 
1514
- #: lino/help_texts.py:327
1521
+ #: lino/help_texts.py:328
1522
+ msgid "Yield a series of words that describe this database row in plain text."
1523
+ msgstr ""
1524
+
1525
+ #: lino/help_texts.py:329
1515
1526
  msgid ""
1516
1527
  "Return a HTML element that represents this database row in a data window "
1517
1528
  "in display mode “summary”."
1518
1529
  msgstr ""
1519
1530
 
1520
- #: lino/help_texts.py:328
1531
+ #: lino/help_texts.py:330
1532
+ msgid ""
1533
+ "Return a safe HTML string that represents this database row as a "
1534
+ "paragraph."
1535
+ msgstr ""
1536
+
1537
+ #: lino/help_texts.py:331
1521
1538
  msgid "Set default values for the widget options of a given element."
1522
1539
  msgstr ""
1523
1540
 
1524
- #: lino/help_texts.py:329
1541
+ #: lino/help_texts.py:332
1525
1542
  msgid "Return a list of HTML elements to be shown in overview field."
1526
1543
  msgstr ""
1527
1544
 
1528
- #: lino/help_texts.py:330
1545
+ #: lino/help_texts.py:333
1529
1546
  msgid "Merge this object into another object of same class."
1530
1547
  msgstr ""
1531
1548
 
1532
- #: lino/help_texts.py:331
1549
+ #: lino/help_texts.py:334
1533
1550
  msgid ""
1534
1551
  "Return the Django queryset to be used by action request ar for any data "
1535
1552
  "table on this model."
1536
1553
  msgstr ""
1537
1554
 
1538
- #: lino/help_texts.py:332
1555
+ #: lino/help_texts.py:335
1539
1556
  msgid ""
1540
1557
  "A hook for adding custom code to be executed each time an instance of "
1541
1558
  "this model gets updated via the user interface and before the changes are"
1542
1559
  " written to the database."
1543
1560
  msgstr ""
1544
1561
 
1545
- #: lino/help_texts.py:333
1562
+ #: lino/help_texts.py:336
1546
1563
  msgid ""
1547
1564
  "Like before_ui_save(), but is called after the changes are written to the"
1548
1565
  " database."
1549
1566
  msgstr ""
1550
1567
 
1551
- #: lino/help_texts.py:334 lino/help_texts.py:335
1568
+ #: lino/help_texts.py:337 lino/help_texts.py:338
1552
1569
  msgid "Called by lino.modlib.gfks.Controllable."
1553
1570
  msgstr ""
1554
1571
 
1555
- #: lino/help_texts.py:336
1572
+ #: lino/help_texts.py:339
1556
1573
  msgid "A dialog window which displays some information about the site."
1557
1574
  msgstr ""
1558
1575
 
1559
- #: lino/help_texts.py:337
1576
+ #: lino/help_texts.py:340
1560
1577
  msgid "The list of time zones available on this site."
1561
1578
  msgstr ""
1562
1579
 
1563
- #: lino/help_texts.py:338
1580
+ #: lino/help_texts.py:341
1564
1581
  msgid ""
1565
1582
  "The default time zone on this server, corresponding to TIME_ZONE. Unlike "
1566
1583
  "TIME_ZONE (which is a string), default is a Choice object whose text is "
@@ -1568,95 +1585,99 @@ msgid ""
1568
1585
  "the time zone info object."
1569
1586
  msgstr ""
1570
1587
 
1571
- #: lino/help_texts.py:339
1588
+ #: lino/help_texts.py:342
1572
1589
  msgid "A list of date formats."
1573
1590
  msgstr ""
1574
1591
 
1575
- #: lino/help_texts.py:340
1592
+ #: lino/help_texts.py:343
1576
1593
  msgid "Django model to represent a registered change in the database."
1577
1594
  msgstr ""
1578
1595
 
1579
- #: lino/help_texts.py:341
1596
+ #: lino/help_texts.py:344
1580
1597
  msgid "The database object that has been modified."
1581
1598
  msgstr ""
1582
1599
 
1583
- #: lino/help_texts.py:342
1600
+ #: lino/help_texts.py:345
1584
1601
  msgid "The database object that acts as “master”."
1585
1602
  msgstr ""
1586
1603
 
1587
- #: lino/help_texts.py:343
1604
+ #: lino/help_texts.py:346
1588
1605
  msgid "Show the history of changes in the current database row."
1589
1606
  msgstr ""
1590
1607
 
1591
- #: lino/help_texts.py:344
1608
+ #: lino/help_texts.py:347
1592
1609
  msgid "Show the history of changes in the current database row and related data."
1593
1610
  msgstr ""
1594
1611
 
1595
- #: lino/help_texts.py:345
1612
+ #: lino/help_texts.py:348
1596
1613
  msgid "The list of possible choices for the type field of a Change."
1597
1614
  msgstr ""
1598
1615
 
1599
- #: lino/help_texts.py:346
1616
+ #: lino/help_texts.py:349
1600
1617
  msgid "Django model used to store a data problem message."
1601
1618
  msgstr ""
1602
1619
 
1603
- #: lino/help_texts.py:347
1620
+ #: lino/help_texts.py:350
1604
1621
  msgid "The Checker that reported this problem."
1605
1622
  msgstr ""
1606
1623
 
1607
- #: lino/help_texts.py:348
1624
+ #: lino/help_texts.py:351
1608
1625
  msgid ""
1609
1626
  "The message text. This is a concatenation of all messages that were "
1610
1627
  "yielded by the checker."
1611
1628
  msgstr ""
1612
1629
 
1613
- #: lino/help_texts.py:349
1630
+ #: lino/help_texts.py:352
1614
1631
  msgid "The user responsible for fixing this problem."
1615
1632
  msgstr ""
1616
1633
 
1617
- #: lino/help_texts.py:350
1634
+ #: lino/help_texts.py:353
1618
1635
  msgid "The base table for data problem messages."
1619
1636
  msgstr ""
1620
1637
 
1621
- #: lino/help_texts.py:351
1638
+ #: lino/help_texts.py:354
1622
1639
  msgid "Shows the data problem messages assigned to me."
1623
1640
  msgstr ""
1624
1641
 
1625
- #: lino/help_texts.py:352
1642
+ #: lino/help_texts.py:355
1626
1643
  msgid "The list of data checkers known by this application."
1627
1644
  msgstr ""
1628
1645
 
1629
- #: lino/help_texts.py:353
1646
+ #: lino/help_texts.py:356
1630
1647
  msgid "Base class for all data checkers."
1631
1648
  msgstr ""
1632
1649
 
1633
- #: lino/help_texts.py:354
1650
+ #: lino/help_texts.py:357
1634
1651
  msgid ""
1635
1652
  "The model to be checked. If this is a string, Lino will resolve it at "
1636
1653
  "startup."
1637
1654
  msgstr ""
1638
1655
 
1639
- #: lino/help_texts.py:355
1656
+ #: lino/help_texts.py:358
1657
+ msgid "Whether this checker should be ignored by checkdata."
1658
+ msgstr ""
1659
+
1660
+ #: lino/help_texts.py:359
1640
1661
  msgid ""
1641
1662
  "Run get_checkdata_problems() on this checker for the given database "
1642
1663
  "object."
1643
1664
  msgstr ""
1644
1665
 
1645
- #: lino/help_texts.py:356
1666
+ #: lino/help_texts.py:360
1646
1667
  msgid "Return a list of the models to check."
1647
1668
  msgstr ""
1648
1669
 
1649
- #: lino/help_texts.py:357
1670
+ #: lino/help_texts.py:361
1650
1671
  msgid ""
1651
1672
  "Creates an instance of this class and adds it as a choice to the Checkers"
1652
1673
  " choicelist."
1653
1674
  msgstr ""
1654
1675
 
1655
- #: lino/help_texts.py:358
1676
+ #: lino/help_texts.py:362
1656
1677
  msgid "Update the problem messages of this checker for the specified object."
1657
1678
  msgstr ""
1658
1679
 
1659
- #: lino/help_texts.py:359
1680
+ #: lino/help_texts.py:363
1660
1681
  msgid ""
1661
1682
  "Return or yield a series of (fixable, message) tuples, each describing a "
1662
1683
  "data problem. fixable is a boolean saying whether this problem can be "
@@ -1664,233 +1685,233 @@ msgid ""
1664
1685
  "for fixing it."
1665
1686
  msgstr ""
1666
1687
 
1667
- #: lino/help_texts.py:360
1688
+ #: lino/help_texts.py:364
1668
1689
  msgid ""
1669
1690
  "The site user to be considered responsible for problems detected by this "
1670
1691
  "checker on the given database object obj. This will be stored in user."
1671
1692
  msgstr ""
1672
1693
 
1673
- #: lino/help_texts.py:361
1694
+ #: lino/help_texts.py:365
1674
1695
  msgid ""
1675
1696
  "Update data problem messages and repair those which are automatically "
1676
1697
  "fixable."
1677
1698
  msgstr ""
1678
1699
 
1679
- #: lino/help_texts.py:362
1700
+ #: lino/help_texts.py:366
1680
1701
  msgid ""
1681
1702
  "Update data problem messages for this database object, also removing "
1682
1703
  "messages that no longer exist. This action does not change anything else "
1683
1704
  "in the database."
1684
1705
  msgstr ""
1685
1706
 
1686
- #: lino/help_texts.py:363
1707
+ #: lino/help_texts.py:367
1687
1708
  msgid "Returns the user’s country."
1688
1709
  msgstr ""
1689
1710
 
1690
- #: lino/help_texts.py:364
1711
+ #: lino/help_texts.py:368
1691
1712
  msgid ""
1692
1713
  "A callable function designed to run in background at default interval "
1693
1714
  "given by every_unit and every_value."
1694
1715
  msgstr ""
1695
1716
 
1696
- #: lino/help_texts.py:365
1717
+ #: lino/help_texts.py:369
1697
1718
  msgid "The function to run as a system task."
1698
1719
  msgstr ""
1699
1720
 
1700
- #: lino/help_texts.py:366
1721
+ #: lino/help_texts.py:370
1701
1722
  msgid "The default unit of the interval at which the task func will run."
1702
1723
  msgstr ""
1703
1724
 
1704
- #: lino/help_texts.py:367
1725
+ #: lino/help_texts.py:371
1705
1726
  msgid "The default value of the interval at which the task func will run."
1706
1727
  msgstr ""
1707
1728
 
1708
- #: lino/help_texts.py:368
1729
+ #: lino/help_texts.py:372
1709
1730
  msgid "The time at which this task should run first."
1710
1731
  msgstr ""
1711
1732
 
1712
- #: lino/help_texts.py:369
1733
+ #: lino/help_texts.py:373
1713
1734
  msgid "Calls the function stored in func passing ar as a positional argument."
1714
1735
  msgstr ""
1715
1736
 
1716
- #: lino/help_texts.py:370
1737
+ #: lino/help_texts.py:374
1717
1738
  msgid "The choicelist of background procedures available in this application."
1718
1739
  msgstr ""
1719
1740
 
1720
- #: lino/help_texts.py:371
1741
+ #: lino/help_texts.py:375
1721
1742
  msgid "A choicelist of logging levels available in this application."
1722
1743
  msgstr ""
1723
1744
 
1724
- #: lino/help_texts.py:372
1745
+ #: lino/help_texts.py:376
1725
1746
  msgid "Django model used to represent a background task."
1726
1747
  msgstr ""
1727
1748
 
1728
- #: lino/help_texts.py:373
1749
+ #: lino/help_texts.py:377
1729
1750
  msgid "Pointer to an instance of Procedure."
1730
1751
  msgstr ""
1731
1752
 
1732
- #: lino/help_texts.py:374
1753
+ #: lino/help_texts.py:378
1733
1754
  msgid "Tells at what time exactly this job started."
1734
1755
  msgstr ""
1735
1756
 
1736
- #: lino/help_texts.py:375
1757
+ #: lino/help_texts.py:379
1737
1758
  msgid "Stores information about the job, mostly logs."
1738
1759
  msgstr ""
1739
1760
 
1740
- #: lino/help_texts.py:376
1761
+ #: lino/help_texts.py:380
1741
1762
  msgid "Tells whether the task should be ignored."
1742
1763
  msgstr ""
1743
1764
 
1744
- #: lino/help_texts.py:377
1765
+ #: lino/help_texts.py:381
1745
1766
  msgid "The logging level to apply when running this task."
1746
1767
  msgstr ""
1747
1768
 
1748
- #: lino/help_texts.py:378
1769
+ #: lino/help_texts.py:382
1749
1770
  msgid "Performs a routine job."
1750
1771
  msgstr ""
1751
1772
 
1752
- #: lino/help_texts.py:379
1773
+ #: lino/help_texts.py:383
1753
1774
  msgid "The default actor for the SystemTask model."
1754
1775
  msgstr ""
1755
1776
 
1756
- #: lino/help_texts.py:380
1757
- msgid "The Django model used to store an fiscal year."
1777
+ #: lino/help_texts.py:384
1778
+ msgid "The Django model used to store a fiscal year."
1758
1779
  msgstr ""
1759
1780
 
1760
- #: lino/help_texts.py:381
1781
+ #: lino/help_texts.py:385
1761
1782
  msgid "The Django model used to store an accounting period."
1762
1783
  msgstr ""
1763
1784
 
1764
- #: lino/help_texts.py:382
1785
+ #: lino/help_texts.py:386
1765
1786
  msgid "The fiscal years defined in this database."
1766
1787
  msgstr ""
1767
1788
 
1768
- #: lino/help_texts.py:383
1789
+ #: lino/help_texts.py:387
1769
1790
  msgid "The accounting periods defined in this database."
1770
1791
  msgstr ""
1771
1792
 
1772
- #: lino/help_texts.py:384
1793
+ #: lino/help_texts.py:388
1773
1794
  msgid "A list of choices for the values allowed as periods.period_type."
1774
1795
  msgstr ""
1775
1796
 
1776
- #: lino/help_texts.py:385
1797
+ #: lino/help_texts.py:389
1777
1798
  msgid "Model mixin for objects that cover a range of accounting periods."
1778
1799
  msgstr ""
1779
1800
 
1780
- #: lino/help_texts.py:386
1801
+ #: lino/help_texts.py:390
1781
1802
  msgid "The first period of the range to cover."
1782
1803
  msgstr ""
1783
1804
 
1784
- #: lino/help_texts.py:387
1805
+ #: lino/help_texts.py:391
1785
1806
  msgid "The last period of the range to cover."
1786
1807
  msgstr ""
1787
1808
 
1788
- #: lino/help_texts.py:388
1809
+ #: lino/help_texts.py:392
1789
1810
  msgid ""
1790
1811
  "Model mixin for objects that can be filtered by a range of accounting "
1791
1812
  "periods. This adds two parameter fields start_period and end_period to "
1792
1813
  "every table on this model."
1793
1814
  msgstr ""
1794
1815
 
1795
- #: lino/help_texts.py:389
1816
+ #: lino/help_texts.py:393
1796
1817
  msgid "A parameter panel with two fields:"
1797
1818
  msgstr ""
1798
1819
 
1799
- #: lino/help_texts.py:390 lino/modlib/periods/mixins.py:51
1820
+ #: lino/help_texts.py:394 lino/modlib/periods/mixins.py:53
1800
1821
  msgid "Start of observed period range."
1801
1822
  msgstr ""
1802
1823
 
1803
- #: lino/help_texts.py:391 lino/modlib/periods/mixins.py:104
1824
+ #: lino/help_texts.py:395 lino/modlib/periods/mixins.py:106
1804
1825
  msgid ""
1805
1826
  "Optional end of observed period range. Leave empty to consider only the "
1806
1827
  "Start period."
1807
1828
  msgstr ""
1808
1829
 
1809
- #: lino/help_texts.py:392
1830
+ #: lino/help_texts.py:396
1810
1831
  msgid "The Django model that represents a content page."
1811
1832
  msgstr ""
1812
1833
 
1813
- #: lino/help_texts.py:393
1834
+ #: lino/help_texts.py:397
1814
1835
  msgid "This deserves better documentation."
1815
1836
  msgstr ""
1816
1837
 
1817
- #: lino/help_texts.py:394 lino/help_texts.py:397
1838
+ #: lino/help_texts.py:398 lino/help_texts.py:401
1818
1839
  msgid "Model mixin to add to models that are potentially publishable."
1819
1840
  msgstr ""
1820
1841
 
1821
- #: lino/help_texts.py:395
1842
+ #: lino/help_texts.py:399
1822
1843
  msgid ""
1823
1844
  "The name of the template to use when rendering a database row via the "
1824
1845
  "publisher interface."
1825
1846
  msgstr ""
1826
1847
 
1827
- #: lino/help_texts.py:396
1848
+ #: lino/help_texts.py:400
1828
1849
  msgid "Show this database row via the publisher interface."
1829
1850
  msgstr ""
1830
1851
 
1831
- #: lino/help_texts.py:398
1852
+ #: lino/help_texts.py:402
1832
1853
  msgid "The language of this content."
1833
1854
  msgstr ""
1834
1855
 
1835
- #: lino/help_texts.py:399
1856
+ #: lino/help_texts.py:403
1836
1857
  msgid "Default value is ‘draft’"
1837
1858
  msgstr ""
1838
1859
 
1839
- #: lino/help_texts.py:400
1860
+ #: lino/help_texts.py:404
1840
1861
  msgid "Pointer to PageFillers"
1841
1862
  msgstr ""
1842
1863
 
1843
- #: lino/help_texts.py:401
1864
+ #: lino/help_texts.py:405
1844
1865
  msgid "A choicelist with the possible states of a publisher page."
1845
1866
  msgstr ""
1846
1867
 
1847
- #: lino/help_texts.py:402
1868
+ #: lino/help_texts.py:406
1848
1869
  msgid ""
1849
1870
  "A choicelist with the page fillers that are available for this "
1850
1871
  "application."
1851
1872
  msgstr ""
1852
1873
 
1853
- #: lino/help_texts.py:403
1874
+ #: lino/help_texts.py:407
1854
1875
  msgid "A choicelist with the special pages available on this site."
1855
1876
  msgstr ""
1856
1877
 
1857
- #: lino/help_texts.py:404
1878
+ #: lino/help_texts.py:408
1858
1879
  msgid "A virtual table that searches in all database tables."
1859
1880
  msgstr ""
1860
1881
 
1861
- #: lino/help_texts.py:405
1882
+ #: lino/help_texts.py:409
1862
1883
  msgid "A virtual table used to search on this Lino site using ElasticSearch."
1863
1884
  msgstr ""
1864
1885
 
1865
- #: lino/help_texts.py:406
1886
+ #: lino/help_texts.py:410
1866
1887
  msgid "Model mixin for database objects that have summary fields."
1867
1888
  msgstr ""
1868
1889
 
1869
- #: lino/help_texts.py:407
1890
+ #: lino/help_texts.py:411
1870
1891
  msgid ""
1871
1892
  "Set this to True if all instances of this model should be considered "
1872
1893
  "temporary data to be deleted by checksummaries."
1873
1894
  msgstr ""
1874
1895
 
1875
- #: lino/help_texts.py:408
1896
+ #: lino/help_texts.py:412
1876
1897
  msgid "Update all the summary fields for this database object."
1877
1898
  msgstr ""
1878
1899
 
1879
- #: lino/help_texts.py:409
1900
+ #: lino/help_texts.py:413
1880
1901
  msgid "Set all counters and sums to 0."
1881
1902
  msgstr ""
1882
1903
 
1883
- #: lino/help_texts.py:410
1904
+ #: lino/help_texts.py:414
1884
1905
  msgid "Compute the values of the summary fields in this database row."
1885
1906
  msgstr ""
1886
1907
 
1887
- #: lino/help_texts.py:411
1908
+ #: lino/help_texts.py:415
1888
1909
  msgid ""
1889
1910
  "Runs compute_summary_values() on a a filtered queryset based on keyword "
1890
1911
  "arguments."
1891
1912
  msgstr ""
1892
1913
 
1893
- #: lino/help_texts.py:412
1914
+ #: lino/help_texts.py:416
1894
1915
  msgid ""
1895
1916
  "To be implemented by subclasses. This must yield a sequence of "
1896
1917
  "(collector, qs) tuples, where collector is a callable and qs a queryset. "
@@ -1898,564 +1919,564 @@ msgid ""
1898
1919
  " for updating that object."
1899
1920
  msgstr ""
1900
1921
 
1901
- #: lino/help_texts.py:413
1922
+ #: lino/help_texts.py:417
1902
1923
  msgid "Mixin for Summarized models that are related to a master."
1903
1924
  msgstr ""
1904
1925
 
1905
- #: lino/help_texts.py:414
1926
+ #: lino/help_texts.py:418
1906
1927
  msgid ""
1907
1928
  "The target model of the master will automatically receive an action "
1908
1929
  "check_summaries."
1909
1930
  msgstr ""
1910
1931
 
1911
- #: lino/help_texts.py:415
1932
+ #: lino/help_texts.py:419
1912
1933
  msgid ""
1913
1934
  "A Summarized that will have more than one entries per master, one for "
1914
1935
  "each month."
1915
1936
  msgstr ""
1916
1937
 
1917
- #: lino/help_texts.py:416
1938
+ #: lino/help_texts.py:420
1918
1939
  msgid "Can be 'yearly', 'monthly', 'weekly' or 'timeless'."
1919
1940
  msgstr ""
1920
1941
 
1921
- #: lino/help_texts.py:417
1942
+ #: lino/help_texts.py:421
1922
1943
  msgid "The year"
1923
1944
  msgstr ""
1924
1945
 
1925
- #: lino/help_texts.py:418
1946
+ #: lino/help_texts.py:422
1926
1947
  msgid "The number of the month or the week."
1927
1948
  msgstr ""
1928
1949
 
1929
- #: lino/help_texts.py:419
1950
+ #: lino/help_texts.py:423
1930
1951
  msgid "Web UI version of checksummaries."
1931
1952
  msgstr ""
1932
1953
 
1933
- #: lino/help_texts.py:420
1954
+ #: lino/help_texts.py:424
1934
1955
  msgid "Update summary data for this object."
1935
1956
  msgstr ""
1936
1957
 
1937
- #: lino/help_texts.py:421
1958
+ #: lino/help_texts.py:425
1938
1959
  msgid "The Django model used to represent a user account."
1939
1960
  msgstr ""
1940
1961
 
1941
- #: lino/help_texts.py:422
1962
+ #: lino/help_texts.py:426
1942
1963
  msgid ""
1943
1964
  "Must be either unique or empty. User accounts having this field empty "
1944
1965
  "cannot be used to sign in."
1945
1966
  msgstr ""
1946
1967
 
1947
- #: lino/help_texts.py:423
1968
+ #: lino/help_texts.py:427
1948
1969
  msgid ""
1949
1970
  "The user type assigned to this user. User accounts having this field "
1950
1971
  "empty cannot be used to sign in."
1951
1972
  msgstr ""
1952
1973
 
1953
- #: lino/help_texts.py:424
1974
+ #: lino/help_texts.py:428
1954
1975
  msgid ""
1955
1976
  "The partner record with additional contact information about this user "
1956
1977
  "account."
1957
1978
  msgstr ""
1958
1979
 
1959
- #: lino/help_texts.py:425
1980
+ #: lino/help_texts.py:429
1960
1981
  msgid ""
1961
1982
  "The nickname used to refer to you when speaking to other site users. Does"
1962
1983
  " not need to be unique but should be reasonably identifying."
1963
1984
  msgstr ""
1964
1985
 
1965
- #: lino/help_texts.py:426
1986
+ #: lino/help_texts.py:430
1966
1987
  msgid ""
1967
1988
  "The initials used to refer to you when speaking to business partners. "
1968
1989
  "Does not need to be unique but should be reasonably identifying."
1969
1990
  msgstr ""
1970
1991
 
1971
- #: lino/help_texts.py:427
1992
+ #: lino/help_texts.py:431
1972
1993
  msgid ""
1973
1994
  "The time zone Lino should use in time fields or when displaying "
1974
1995
  "timestamps to this user."
1975
1996
  msgstr ""
1976
1997
 
1977
- #: lino/help_texts.py:428
1998
+ #: lino/help_texts.py:432
1978
1999
  msgid "The date format to use when parsing or displaying dates."
1979
2000
  msgstr ""
1980
2001
 
1981
- #: lino/help_texts.py:429
2002
+ #: lino/help_texts.py:433
1982
2003
  msgid ""
1983
2004
  "A random string that has been sent to the user via email in order to "
1984
2005
  "verify their email address."
1985
2006
  msgstr ""
1986
2007
 
1987
- #: lino/help_texts.py:430
2008
+ #: lino/help_texts.py:434
1988
2009
  msgid ""
1989
2010
  "A not-yet-active password given by anonymous when they asked for a "
1990
2011
  "password reset. This will become the active password when the user "
1991
2012
  "verifies."
1992
2013
  msgstr ""
1993
2014
 
1994
- #: lino/help_texts.py:431
2015
+ #: lino/help_texts.py:435
1995
2016
  msgid ""
1996
2017
  "A virtual read-only field that returns the Person MTI child of the "
1997
2018
  "partner (if it exists) and otherwise None."
1998
2019
  msgstr ""
1999
2020
 
2000
- #: lino/help_texts.py:432
2021
+ #: lino/help_texts.py:436
2001
2022
  msgid ""
2002
2023
  "A virtual read-only field that returns the Company MTI child of the "
2003
2024
  "partner (if it exists) and otherwise None."
2004
2025
  msgstr ""
2005
2026
 
2006
- #: lino/help_texts.py:433
2027
+ #: lino/help_texts.py:437
2007
2028
  msgid "Not used in Lino."
2008
2029
  msgstr ""
2009
2030
 
2010
- #: lino/help_texts.py:434
2031
+ #: lino/help_texts.py:438
2011
2032
  msgid ""
2012
2033
  "If start_date is given, then the user cannot sign in before that date. If"
2013
2034
  " end_date is given, then the user cannot sign in after that date."
2014
2035
  msgstr ""
2015
2036
 
2016
- #: lino/help_texts.py:435
2037
+ #: lino/help_texts.py:439
2017
2038
  msgid "No longer used. See as is_authenticated."
2018
2039
  msgstr ""
2019
2040
 
2020
- #: lino/help_texts.py:436
2041
+ #: lino/help_texts.py:440
2021
2042
  msgid "This is always True. Compare with AnonymousUser.is_authenticated."
2022
2043
  msgstr ""
2023
2044
 
2024
- #: lino/help_texts.py:437
2045
+ #: lino/help_texts.py:441
2025
2046
  msgid "Return a queryset of users that satisfy the specified criteria."
2026
2047
  msgstr ""
2027
2048
 
2028
- #: lino/help_texts.py:438
2049
+ #: lino/help_texts.py:442
2029
2050
  msgid ""
2030
2051
  "Returns nickname if this field is not empty, otherwise get_full_name() "
2031
2052
  "unless"
2032
2053
  msgstr ""
2033
2054
 
2034
- #: lino/help_texts.py:439
2055
+ #: lino/help_texts.py:443
2035
2056
  msgid ""
2036
2057
  "Return the user’s full name, i.e. first_name followed by last_name. If "
2037
2058
  "both fields are empty, return the initials or the username."
2038
2059
  msgstr ""
2039
2060
 
2040
- #: lino/help_texts.py:440
2061
+ #: lino/help_texts.py:444
2041
2062
  msgid "Only system managers may edit other users. See also disabled_fields()."
2042
2063
  msgstr ""
2043
2064
 
2044
- #: lino/help_texts.py:441
2065
+ #: lino/help_texts.py:445
2045
2066
  msgid "Ask for a new password to be used for authentication."
2046
2067
  msgstr ""
2047
2068
 
2048
- #: lino/help_texts.py:442 lino/help_texts.py:491
2069
+ #: lino/help_texts.py:446 lino/help_texts.py:495
2049
2070
  msgid ""
2050
2071
  "Ask for the verification code you have received by email and mark your "
2051
2072
  "email address as verified."
2052
2073
  msgstr ""
2053
2074
 
2054
- #: lino/help_texts.py:443
2075
+ #: lino/help_texts.py:447
2055
2076
  msgid "Base class for all data tables on User."
2056
2077
  msgstr ""
2057
2078
 
2058
- #: lino/help_texts.py:444
2079
+ #: lino/help_texts.py:448
2059
2080
  msgid "Shows the list of all users on this site."
2060
2081
  msgstr ""
2061
2082
 
2062
- #: lino/help_texts.py:445
2083
+ #: lino/help_texts.py:449
2063
2084
  msgid ""
2064
2085
  "A variant of Users showing only active users and only some fields. This "
2065
2086
  "is used on demo sites in admin_main.html to display the list of available"
2066
2087
  " users."
2067
2088
  msgstr ""
2068
2089
 
2069
- #: lino/help_texts.py:446
2090
+ #: lino/help_texts.py:450
2070
2091
  msgid "The list of user types available in this application."
2071
2092
  msgstr ""
2072
2093
 
2073
- #: lino/help_texts.py:447
2094
+ #: lino/help_texts.py:451
2074
2095
  msgid "The user role of users having this type."
2075
2096
  msgstr ""
2076
2097
 
2077
- #: lino/help_texts.py:448
2098
+ #: lino/help_texts.py:452
2078
2099
  msgid "Default value for the hidden_languages of newly added choice items."
2079
2100
  msgstr ""
2080
2101
 
2081
- #: lino/help_texts.py:449
2102
+ #: lino/help_texts.py:453
2082
2103
  msgid "Return an instance of AnonymousUser."
2083
2104
  msgstr ""
2084
2105
 
2085
- #: lino/help_texts.py:450
2106
+ #: lino/help_texts.py:454
2086
2107
  msgid ""
2087
2108
  "An item of the UserTypes list. Every instance of this represents a user "
2088
2109
  "type."
2089
2110
  msgstr ""
2090
2111
 
2091
- #: lino/help_texts.py:451
2112
+ #: lino/help_texts.py:455
2092
2113
  msgid ""
2093
2114
  "The role of users having this type. This is an instance of UserRole or "
2094
2115
  "some subclass thereof."
2095
2116
  msgstr ""
2096
2117
 
2097
- #: lino/help_texts.py:452
2118
+ #: lino/help_texts.py:456
2098
2119
  msgid "Whether users of this type get only write-proteced access."
2099
2120
  msgstr ""
2100
2121
 
2101
- #: lino/help_texts.py:453
2122
+ #: lino/help_texts.py:457
2102
2123
  msgid ""
2103
2124
  "A subset of languages which should be hidden for users of this type. "
2104
2125
  "Default value is hidden_languages. This is used on multilingual sites "
2105
2126
  "with more than 4 or 5 languages."
2106
2127
  msgstr ""
2107
2128
 
2108
- #: lino/help_texts.py:454
2129
+ #: lino/help_texts.py:458
2109
2130
  msgid ""
2110
2131
  "Return a context manager so you can write code to be run with this as the"
2111
2132
  " current user type:"
2112
2133
  msgstr ""
2113
2134
 
2114
- #: lino/help_texts.py:455
2135
+ #: lino/help_texts.py:459
2115
2136
  msgid "A set of notification message types to be masked for users of this type."
2116
2137
  msgstr ""
2117
2138
 
2118
- #: lino/help_texts.py:456
2139
+ #: lino/help_texts.py:460
2119
2140
  msgid "Add the given notification message types to the notification mask."
2120
2141
  msgstr ""
2121
2142
 
2122
- #: lino/help_texts.py:457
2143
+ #: lino/help_texts.py:461
2123
2144
  msgid "Return True if this user type’s role satisfies the specified requirements."
2124
2145
  msgstr ""
2125
2146
 
2126
- #: lino/help_texts.py:458
2147
+ #: lino/help_texts.py:462
2127
2148
  msgid "Find the item of the main menu for the specified bound action."
2128
2149
  msgstr ""
2129
2150
 
2130
- #: lino/help_texts.py:459
2151
+ #: lino/help_texts.py:463
2131
2152
  msgid "Show a list of all user sessions."
2132
2153
  msgstr ""
2133
2154
 
2134
- #: lino/help_texts.py:460
2155
+ #: lino/help_texts.py:464
2135
2156
  msgid "Django model used to represent a authority."
2136
2157
  msgstr ""
2137
2158
 
2138
- #: lino/help_texts.py:461
2159
+ #: lino/help_texts.py:465
2139
2160
  msgid "The user who gives the right of representation. author of this authority"
2140
2161
  msgstr ""
2141
2162
 
2142
- #: lino/help_texts.py:462
2163
+ #: lino/help_texts.py:466
2143
2164
  msgid "The user who gets the right to represent the author"
2144
2165
  msgstr ""
2145
2166
 
2146
- #: lino/help_texts.py:463
2167
+ #: lino/help_texts.py:467
2147
2168
  msgid "Somebody who can help others by running AssignToMe action."
2148
2169
  msgstr ""
2149
2170
 
2150
- #: lino/help_texts.py:464
2171
+ #: lino/help_texts.py:468
2151
2172
  msgid "Somebody who can help others by running TakeAuthorship action."
2152
2173
  msgstr ""
2153
2174
 
2154
- #: lino/help_texts.py:465
2175
+ #: lino/help_texts.py:469
2155
2176
  msgid "Send a welcome mail to this user."
2156
2177
  msgstr ""
2157
2178
 
2158
- #: lino/help_texts.py:466
2179
+ #: lino/help_texts.py:470
2159
2180
  msgid "Change the password of this user."
2160
2181
  msgstr ""
2161
2182
 
2162
- #: lino/help_texts.py:467
2183
+ #: lino/help_texts.py:471
2163
2184
  msgid ""
2164
2185
  "The current password. Leave empty if the user has no password yet. A site"
2165
2186
  " manager doesn’t need to specify this at all."
2166
2187
  msgstr ""
2167
2188
 
2168
- #: lino/help_texts.py:468
2189
+ #: lino/help_texts.py:472
2169
2190
  msgid "The new password."
2170
2191
  msgstr ""
2171
2192
 
2172
- #: lino/help_texts.py:469
2193
+ #: lino/help_texts.py:473
2173
2194
  msgid "The new password a second time. Both passwords must match."
2174
2195
  msgstr ""
2175
2196
 
2176
- #: lino/help_texts.py:470
2197
+ #: lino/help_texts.py:474
2177
2198
  msgid ""
2178
2199
  "Open a window that asks for username and password and authenticates as "
2179
2200
  "this user when submitted."
2180
2201
  msgstr ""
2181
2202
 
2182
- #: lino/help_texts.py:471
2203
+ #: lino/help_texts.py:475
2183
2204
  msgid ""
2184
2205
  "Sign out the current user and return to the welcome screen for anonymous "
2185
2206
  "visitors."
2186
2207
  msgstr ""
2187
2208
 
2188
- #: lino/help_texts.py:472
2209
+ #: lino/help_texts.py:476
2189
2210
  msgid "Your first name."
2190
2211
  msgstr ""
2191
2212
 
2192
- #: lino/help_texts.py:473
2213
+ #: lino/help_texts.py:477
2193
2214
  msgid "Your last name."
2194
2215
  msgstr ""
2195
2216
 
2196
- #: lino/help_texts.py:474
2217
+ #: lino/help_texts.py:478
2197
2218
  msgid "Your email address. This is required to verify your account."
2198
2219
  msgstr ""
2199
2220
 
2200
- #: lino/help_texts.py:475
2221
+ #: lino/help_texts.py:479
2201
2222
  msgid ""
2202
2223
  "The username you want to get. Leave empty to get your email address as "
2203
2224
  "your username."
2204
2225
  msgstr ""
2205
2226
 
2206
- #: lino/help_texts.py:476
2227
+ #: lino/help_texts.py:480
2207
2228
  msgid "Your password."
2208
2229
  msgstr ""
2209
2230
 
2210
- #: lino/help_texts.py:477
2231
+ #: lino/help_texts.py:481
2211
2232
  msgid ""
2212
2233
  "The list of required roles for getting permission to edit other users’ "
2213
2234
  "work."
2214
2235
  msgstr ""
2215
2236
 
2216
- #: lino/help_texts.py:478
2237
+ #: lino/help_texts.py:482
2217
2238
  msgid ""
2218
2239
  "No longer used. The name of the field that defines the author of this "
2219
2240
  "object."
2220
2241
  msgstr ""
2221
2242
 
2222
- #: lino/help_texts.py:479
2243
+ #: lino/help_texts.py:483
2223
2244
  msgid "Inherits from Authored."
2224
2245
  msgstr ""
2225
2246
 
2226
- #: lino/help_texts.py:480
2247
+ #: lino/help_texts.py:484
2227
2248
  msgid "The author of this database object."
2228
2249
  msgstr ""
2229
2250
 
2230
- #: lino/help_texts.py:481
2251
+ #: lino/help_texts.py:485
2231
2252
  msgid "The action to start a user plan."
2232
2253
  msgstr ""
2233
2254
 
2234
- #: lino/help_texts.py:482
2255
+ #: lino/help_texts.py:486
2235
2256
  msgid "Whether to run Plan.update_plan() after starting the plan."
2236
2257
  msgstr ""
2237
2258
 
2238
- #: lino/help_texts.py:483
2259
+ #: lino/help_texts.py:487
2239
2260
  msgid ""
2240
2261
  "Mixin for anything that represents a “plan” of a given user on a given "
2241
2262
  "day."
2242
2263
  msgstr ""
2243
2264
 
2244
- #: lino/help_texts.py:484
2265
+ #: lino/help_texts.py:488
2245
2266
  msgid "The user who owns and uses this plan."
2246
2267
  msgstr ""
2247
2268
 
2248
- #: lino/help_texts.py:485
2269
+ #: lino/help_texts.py:489
2249
2270
  msgid ""
2250
2271
  "This date of this plan. This is automatically set to today each time the "
2251
2272
  "plan is called or updated."
2252
2273
  msgstr ""
2253
2274
 
2254
- #: lino/help_texts.py:486
2275
+ #: lino/help_texts.py:490
2255
2276
  msgid "Return the database object for this plan and user. or create"
2256
2277
  msgstr ""
2257
2278
 
2258
- #: lino/help_texts.py:487
2279
+ #: lino/help_texts.py:491
2259
2280
  msgid "Implementing models should provide this method."
2260
2281
  msgstr ""
2261
2282
 
2262
- #: lino/help_texts.py:488
2283
+ #: lino/help_texts.py:492
2263
2284
  msgid "Build a new list of suggestions. This will remove all current suggestions."
2264
2285
  msgstr ""
2265
2286
 
2266
- #: lino/help_texts.py:489
2287
+ #: lino/help_texts.py:493
2267
2288
  msgid "Ask for your username and password in order to authenticate."
2268
2289
  msgstr ""
2269
2290
 
2270
- #: lino/help_texts.py:490
2291
+ #: lino/help_texts.py:494
2271
2292
  msgid "Ask for your email address and send a verification code."
2272
2293
  msgstr ""
2273
2294
 
2274
- #: lino/help_texts.py:492
2295
+ #: lino/help_texts.py:496
2275
2296
  msgid "Old name of lino.core.model.TableRow.as_paragraph()"
2276
2297
  msgstr ""
2277
2298
 
2278
- #: lino/help_texts.py:493
2299
+ #: lino/help_texts.py:497
2279
2300
  msgid ""
2280
2301
  "Setting this field on a partner makes this partner available as a client "
2281
2302
  "contact."
2282
2303
  msgstr ""
2283
2304
 
2284
- #: lino/help_texts.py:494
2305
+ #: lino/help_texts.py:498
2285
2306
  msgid "The coaching type used for new coachings of this user."
2286
2307
  msgstr ""
2287
2308
 
2288
- #: lino/help_texts.py:495
2309
+ #: lino/help_texts.py:499
2289
2310
  msgid "Notify me when a coach has been assigned."
2290
2311
  msgstr ""
2291
2312
 
2292
- #: lino/help_texts.py:496
2313
+ #: lino/help_texts.py:500
2293
2314
  msgid "The database model to represent a comment."
2294
2315
  msgstr ""
2295
2316
 
2296
- #: lino/help_texts.py:497
2317
+ #: lino/help_texts.py:501
2297
2318
  msgid "The author of the comment."
2298
2319
  msgstr ""
2299
2320
 
2300
- #: lino/help_texts.py:498
2321
+ #: lino/help_texts.py:502
2301
2322
  msgid "The discussion topic this comment is about."
2302
2323
  msgstr ""
2303
2324
 
2304
- #: lino/help_texts.py:499
2325
+ #: lino/help_texts.py:503
2305
2326
  msgid "The full body text of your comment."
2306
2327
  msgstr ""
2307
2328
 
2308
- #: lino/help_texts.py:500
2329
+ #: lino/help_texts.py:504
2309
2330
  msgid "The first paragraph of your body."
2310
2331
  msgstr ""
2311
2332
 
2312
- #: lino/help_texts.py:501
2333
+ #: lino/help_texts.py:505
2313
2334
  msgid "The emotion of this comment."
2314
2335
  msgstr ""
2315
2336
 
2316
- #: lino/help_texts.py:502
2337
+ #: lino/help_texts.py:506
2317
2338
  msgid "When this comment has been published. A timestamp."
2318
2339
  msgstr ""
2319
2340
 
2320
- #: lino/help_texts.py:503
2341
+ #: lino/help_texts.py:507
2321
2342
  msgid ""
2322
2343
  "Whether to show only (un)published comments, independently of the "
2323
2344
  "publication date."
2324
2345
  msgstr ""
2325
2346
 
2326
- #: lino/help_texts.py:504
2347
+ #: lino/help_texts.py:508
2327
2348
  msgid "Hide comments before this date."
2328
2349
  msgstr ""
2329
2350
 
2330
- #: lino/help_texts.py:505
2351
+ #: lino/help_texts.py:509
2331
2352
  msgid "Hide comments after this date."
2332
2353
  msgstr ""
2333
2354
 
2334
- #: lino/help_texts.py:506
2355
+ #: lino/help_texts.py:510
2335
2356
  msgid ""
2336
2357
  "Which event (created, modified or published) to consider when applying "
2337
2358
  "the date range given by start_date and end_date."
2338
2359
  msgstr ""
2339
2360
 
2340
- #: lino/help_texts.py:507
2361
+ #: lino/help_texts.py:511
2341
2362
  msgid "Show all comments."
2342
2363
  msgstr ""
2343
2364
 
2344
- #: lino/help_texts.py:508
2365
+ #: lino/help_texts.py:512
2345
2366
  msgid "Show the comments posted by the current user."
2346
2367
  msgstr ""
2347
2368
 
2348
- #: lino/help_texts.py:509
2369
+ #: lino/help_texts.py:513
2349
2370
  msgid "Show the most recent comments that have been posted on this site."
2350
2371
  msgstr ""
2351
2372
 
2352
- #: lino/help_texts.py:510
2373
+ #: lino/help_texts.py:514
2353
2374
  msgid "Shows the comments for a given database object."
2354
2375
  msgstr ""
2355
2376
 
2356
- #: lino/help_texts.py:511
2377
+ #: lino/help_texts.py:515
2357
2378
  msgid "The choicelist with selections for Comments.observed_event."
2358
2379
  msgstr ""
2359
2380
 
2360
- #: lino/help_texts.py:512
2381
+ #: lino/help_texts.py:516
2361
2382
  msgid "The list of available values for the Comment.emotion field."
2362
2383
  msgstr ""
2363
2384
 
2364
- #: lino/help_texts.py:513
2385
+ #: lino/help_texts.py:517
2365
2386
  msgid ""
2366
2387
  "The CommentType model is not being used in production, one day we will "
2367
2388
  "probably remove it."
2368
2389
  msgstr ""
2369
2390
 
2370
- #: lino/help_texts.py:514
2391
+ #: lino/help_texts.py:518
2371
2392
  msgid "The table with all existing comment types."
2372
2393
  msgstr ""
2373
2394
 
2374
- #: lino/help_texts.py:515
2395
+ #: lino/help_texts.py:519
2375
2396
  msgid ""
2376
2397
  "Mixin for models that are commentable, i.e. the rows of which can become "
2377
2398
  "discussion topic of comments."
2378
2399
  msgstr ""
2379
2400
 
2380
- #: lino/help_texts.py:516
2401
+ #: lino/help_texts.py:520
2381
2402
  msgid ""
2382
2403
  "Add filters to the given queryset of comments, requested by the given "
2383
2404
  "user."
2384
2405
  msgstr ""
2385
2406
 
2386
- #: lino/help_texts.py:517
2407
+ #: lino/help_texts.py:521
2387
2408
  msgid ""
2388
2409
  "Return a HTML formatted string with the description of this Commentable "
2389
2410
  "as it should be displayed by the slave summary of CommentsByOwner."
2390
2411
  msgstr ""
2391
2412
 
2392
- #: lino/help_texts.py:518
2413
+ #: lino/help_texts.py:522
2393
2414
  msgid "This is automatically called when a comment has been created or modified."
2394
2415
  msgstr ""
2395
2416
 
2396
- #: lino/help_texts.py:519
2417
+ #: lino/help_texts.py:523
2397
2418
  msgid "The Django model representing a file volume."
2398
2419
  msgstr ""
2399
2420
 
2400
- #: lino/help_texts.py:520
2421
+ #: lino/help_texts.py:524
2401
2422
  msgid "The primary key used to point to this volume from a database object."
2402
2423
  msgstr ""
2403
2424
 
2404
- #: lino/help_texts.py:521
2425
+ #: lino/help_texts.py:525
2405
2426
  msgid "The full path of the root folder."
2406
2427
  msgstr ""
2407
2428
 
2408
- #: lino/help_texts.py:522
2429
+ #: lino/help_texts.py:526
2409
2430
  msgid "A descriptive text."
2410
2431
  msgstr ""
2411
2432
 
2412
- #: lino/help_texts.py:523
2433
+ #: lino/help_texts.py:527
2413
2434
  msgid "The base URL where files of this volume are being served."
2414
2435
  msgstr ""
2415
2436
 
2416
- #: lino/help_texts.py:524
2437
+ #: lino/help_texts.py:528
2417
2438
  msgid "The file backend used to access the files on this volume."
2418
2439
  msgstr ""
2419
2440
 
2420
- #: lino/help_texts.py:525
2441
+ #: lino/help_texts.py:529
2421
2442
  msgid "Internal ID to be used as primary key."
2422
2443
  msgstr ""
2423
2444
 
2424
- #: lino/help_texts.py:526
2445
+ #: lino/help_texts.py:530
2425
2446
  msgid "The volume where this file is stored."
2426
2447
  msgstr ""
2427
2448
 
2428
- #: lino/help_texts.py:527
2449
+ #: lino/help_texts.py:531
2429
2450
  msgid "The parent directory."
2430
2451
  msgstr ""
2431
2452
 
2432
- #: lino/help_texts.py:528
2453
+ #: lino/help_texts.py:532
2433
2454
  msgid ""
2434
2455
  "Whether this is a directory, i.e. a special file which contains other "
2435
2456
  "files and has no content on its own."
2436
2457
  msgstr ""
2437
2458
 
2438
- #: lino/help_texts.py:529
2459
+ #: lino/help_texts.py:533
2439
2460
  msgid "The name of this file. Must be unique among siblings of a same parent."
2440
2461
  msgstr ""
2441
2462
 
2442
- #: lino/help_texts.py:530
2463
+ #: lino/help_texts.py:534
2443
2464
  msgid "The full path name relative to the root folder of the volume."
2444
2465
  msgstr ""
2445
2466
 
2446
- #: lino/help_texts.py:531
2467
+ #: lino/help_texts.py:535
2447
2468
  msgid "Whether the file no longer exists on the file system."
2448
2469
  msgstr ""
2449
2470
 
2450
- #: lino/help_texts.py:532
2471
+ #: lino/help_texts.py:536
2451
2472
  msgid "The state of this file, used to control the workflow."
2452
2473
  msgstr ""
2453
2474
 
2454
- #: lino/help_texts.py:533
2475
+ #: lino/help_texts.py:537
2455
2476
  msgid "A choicelist with the possible states of a file."
2456
2477
  msgstr ""
2457
2478
 
2458
- #: lino/help_texts.py:534
2479
+ #: lino/help_texts.py:538
2459
2480
  msgid ""
2460
2481
  "A mixin for models that require their every object to have a scan or pdf "
2461
2482
  "file of the “receipt”, i.e. the document serving as the legal proof of "
@@ -2463,47 +2484,47 @@ msgid ""
2463
2484
  "accounting system."
2464
2485
  msgstr ""
2465
2486
 
2466
- #: lino/help_texts.py:535
2487
+ #: lino/help_texts.py:539
2467
2488
  msgid "The file which serves as receipt for this database object."
2468
2489
  msgstr ""
2469
2490
 
2470
- #: lino/help_texts.py:536
2491
+ #: lino/help_texts.py:540
2471
2492
  msgid "Return True if this database object needs a receipt."
2472
2493
  msgstr ""
2473
2494
 
2474
- #: lino/help_texts.py:537
2495
+ #: lino/help_texts.py:541
2475
2496
  msgid "Shows all receivables that need a receipt but don’t have any."
2476
2497
  msgstr ""
2477
2498
 
2478
- #: lino/help_texts.py:538
2499
+ #: lino/help_texts.py:542
2479
2500
  msgid ""
2480
2501
  "Shows all unused files (i.e. which aren’t referred to by any database "
2481
2502
  "object)."
2482
2503
  msgstr ""
2483
2504
 
2484
- #: lino/help_texts.py:539
2505
+ #: lino/help_texts.py:543
2485
2506
  msgid ""
2486
2507
  "Shows all files that are a receipt but aren’t used as such by any "
2487
2508
  "receivable."
2488
2509
  msgstr ""
2489
2510
 
2490
- #: lino/help_texts.py:540
2511
+ #: lino/help_texts.py:544
2491
2512
  msgid "Mixin for models that are “controllable” by another database object."
2492
2513
  msgstr ""
2493
2514
 
2494
- #: lino/help_texts.py:541
2515
+ #: lino/help_texts.py:545
2495
2516
  msgid ""
2496
2517
  "Update attributes of the owner field and its underlying fields owner_id "
2497
2518
  "and owner_type."
2498
2519
  msgstr ""
2499
2520
 
2500
- #: lino/help_texts.py:542
2521
+ #: lino/help_texts.py:546
2501
2522
  msgid ""
2502
2523
  "If this (acting as a controller) is itself controlled, forward the call "
2503
2524
  "to the controller."
2504
2525
  msgstr ""
2505
2526
 
2506
- #: lino/help_texts.py:543
2527
+ #: lino/help_texts.py:547
2507
2528
  msgid ""
2508
2529
  "Deprecated. This is (and always was) being ignored. Use "
2509
2530
  "update_controller_field() instead. The labels (verbose_name) of the "
@@ -2511,268 +2532,268 @@ msgid ""
2511
2532
  "which may be overridden by subclasses."
2512
2533
  msgstr ""
2513
2534
 
2514
- #: lino/help_texts.py:544
2535
+ #: lino/help_texts.py:548
2515
2536
  msgid ""
2516
2537
  "Lino installs this as the default data table for "
2517
2538
  "django.contrib.ContentType."
2518
2539
  msgstr ""
2519
2540
 
2520
- #: lino/help_texts.py:545
2541
+ #: lino/help_texts.py:549
2521
2542
  msgid ""
2522
2543
  "Display a clickable list of all MTI parents, i.e. non-abstract base "
2523
2544
  "models."
2524
2545
  msgstr ""
2525
2546
 
2526
- #: lino/help_texts.py:546
2547
+ #: lino/help_texts.py:550
2527
2548
  msgid "Django model to represent a customized help text."
2528
2549
  msgstr ""
2529
2550
 
2530
- #: lino/help_texts.py:547
2551
+ #: lino/help_texts.py:551
2531
2552
  msgid "Shows all database objects that have a broken GeneriForeignKey field."
2532
2553
  msgstr ""
2533
2554
 
2534
- #: lino/help_texts.py:548
2555
+ #: lino/help_texts.py:552
2535
2556
  msgid "Add verbose_name and help_text to Django’s GFK."
2536
2557
  msgstr ""
2537
2558
 
2538
- #: lino/help_texts.py:549
2559
+ #: lino/help_texts.py:553
2539
2560
  msgid ""
2540
2561
  "Use this instead of models.PositiveIntegerField for fields that are part "
2541
2562
  "of a GFK and you want Lino to render them using a Combobox."
2542
2563
  msgstr ""
2543
2564
 
2544
- #: lino/help_texts.py:550
2565
+ #: lino/help_texts.py:554
2545
2566
  msgid "Inherits from lino.modlib.printing.DjangoBuildMethod."
2546
2567
  msgstr ""
2547
2568
 
2548
- #: lino/help_texts.py:551
2569
+ #: lino/help_texts.py:555
2549
2570
  msgid "Adds three rich text fields (lino.core.fields.RichTextField):"
2550
2571
  msgstr ""
2551
2572
 
2552
- #: lino/help_texts.py:552
2573
+ #: lino/help_texts.py:556
2553
2574
  msgid "An editable text body."
2554
2575
  msgstr ""
2555
2576
 
2556
- #: lino/help_texts.py:553
2577
+ #: lino/help_texts.py:557
2557
2578
  msgid "A read-only preview of the first paragraph of body."
2558
2579
  msgstr ""
2559
2580
 
2560
- #: lino/help_texts.py:554
2581
+ #: lino/help_texts.py:558
2561
2582
  msgid "A read-only full preview of body."
2562
2583
  msgstr ""
2563
2584
 
2564
- #: lino/help_texts.py:555
2585
+ #: lino/help_texts.py:559
2565
2586
  msgid "A Previewable where the body field is a babel field."
2566
2587
  msgstr ""
2567
2588
 
2568
- #: lino/help_texts.py:556
2589
+ #: lino/help_texts.py:560
2569
2590
  msgid "Check for previewables needing update."
2570
2591
  msgstr ""
2571
2592
 
2572
- #: lino/help_texts.py:557
2593
+ #: lino/help_texts.py:561
2573
2594
  msgid ""
2574
2595
  "Django model to represent a mention, i.e. the fact that some memo text of"
2575
2596
  " the owner points to some other database row."
2576
2597
  msgstr ""
2577
2598
 
2578
- #: lino/help_texts.py:558
2599
+ #: lino/help_texts.py:562
2579
2600
  msgid "The database row that mentions another one in a memo text."
2580
2601
  msgstr ""
2581
2602
 
2582
- #: lino/help_texts.py:559
2603
+ #: lino/help_texts.py:563
2583
2604
  msgid "The mentioned database row."
2584
2605
  msgstr ""
2585
2606
 
2586
- #: lino/help_texts.py:560
2607
+ #: lino/help_texts.py:564
2587
2608
  msgid "Makes your model referable by a memo command."
2588
2609
  msgstr ""
2589
2610
 
2590
- #: lino/help_texts.py:561
2611
+ #: lino/help_texts.py:565
2591
2612
  msgid "The name of the memo command to define."
2592
2613
  msgstr ""
2593
2614
 
2594
- #: lino/help_texts.py:562
2615
+ #: lino/help_texts.py:566
2595
2616
  msgid "The Django model that represents a notification message."
2596
2617
  msgstr ""
2597
2618
 
2598
- #: lino/help_texts.py:563
2619
+ #: lino/help_texts.py:567
2599
2620
  msgid ""
2600
2621
  "The subject of this message. See Subject and body of a notification "
2601
2622
  "message."
2602
2623
  msgstr ""
2603
2624
 
2604
- #: lino/help_texts.py:564
2625
+ #: lino/help_texts.py:568
2605
2626
  msgid "The body of this message. See Subject and body of a notification message."
2606
2627
  msgstr ""
2607
2628
 
2608
- #: lino/help_texts.py:565
2629
+ #: lino/help_texts.py:569
2609
2630
  msgid ""
2610
2631
  "The recipient of this message. The site user to whom this message is to "
2611
2632
  "be delivered."
2612
2633
  msgstr ""
2613
2634
 
2614
- #: lino/help_texts.py:566
2635
+ #: lino/help_texts.py:570
2615
2636
  msgid "The owner of this message. Expresses what this message is about."
2616
2637
  msgstr ""
2617
2638
 
2618
- #: lino/help_texts.py:567
2639
+ #: lino/help_texts.py:571
2619
2640
  msgid "The notification message type."
2620
2641
  msgstr ""
2621
2642
 
2622
- #: lino/help_texts.py:568
2643
+ #: lino/help_texts.py:572
2623
2644
  msgid "The comment to which a reply to this message would reply."
2624
2645
  msgstr ""
2625
2646
 
2626
- #: lino/help_texts.py:569
2647
+ #: lino/help_texts.py:573
2627
2648
  msgid "Timestamp of when this message has been emitted."
2628
2649
  msgstr ""
2629
2650
 
2630
- #: lino/help_texts.py:570
2651
+ #: lino/help_texts.py:574
2631
2652
  msgid "Timestamp of when this message has been sent via email to its recipient."
2632
2653
  msgstr ""
2633
2654
 
2634
- #: lino/help_texts.py:571
2655
+ #: lino/help_texts.py:575
2635
2656
  msgid "Timestamp of when the recipient of this message has marked it as seen."
2636
2657
  msgstr ""
2637
2658
 
2638
- #: lino/help_texts.py:572
2659
+ #: lino/help_texts.py:576
2639
2660
  msgid ""
2640
2661
  "Emit a notification message to each of the given recipients, respecting "
2641
2662
  "their individual user settings."
2642
2663
  msgstr ""
2643
2664
 
2644
- #: lino/help_texts.py:573
2665
+ #: lino/help_texts.py:577
2645
2666
  msgid ""
2646
2667
  "Create a message unless that user has already been notified about that "
2647
2668
  "object."
2648
2669
  msgstr ""
2649
2670
 
2650
- #: lino/help_texts.py:574
2671
+ #: lino/help_texts.py:578
2651
2672
  msgid ""
2652
2673
  "Send summary emails for all pending notifications with the given "
2653
2674
  "mail_mode mm."
2654
2675
  msgstr ""
2655
2676
 
2656
- #: lino/help_texts.py:575
2677
+ #: lino/help_texts.py:579
2657
2678
  msgid "Send_message to all connected users"
2658
2679
  msgstr ""
2659
2680
 
2660
- #: lino/help_texts.py:576
2681
+ #: lino/help_texts.py:580
2661
2682
  msgid "Send_message to the user’s browser"
2662
2683
  msgstr ""
2663
2684
 
2664
- #: lino/help_texts.py:577
2685
+ #: lino/help_texts.py:581
2665
2686
  msgid "Base for all tables of messages."
2666
2687
  msgstr ""
2667
2688
 
2668
- #: lino/help_texts.py:578
2689
+ #: lino/help_texts.py:582
2669
2690
  msgid "The gobal list of all messages."
2670
2691
  msgstr ""
2671
2692
 
2672
- #: lino/help_texts.py:579
2693
+ #: lino/help_texts.py:583
2673
2694
  msgid "Shows messages emitted to me."
2674
2695
  msgstr ""
2675
2696
 
2676
- #: lino/help_texts.py:580
2697
+ #: lino/help_texts.py:584
2677
2698
  msgid "The Django model that represents a push subscription."
2678
2699
  msgstr ""
2679
2700
 
2680
- #: lino/help_texts.py:581
2701
+ #: lino/help_texts.py:585
2681
2702
  msgid ""
2682
2703
  "Model mixin for things that emit notifications to a list of observers (or"
2683
2704
  " “watchers”) when an instance is modified."
2684
2705
  msgstr ""
2685
2706
 
2686
- #: lino/help_texts.py:582
2707
+ #: lino/help_texts.py:586
2687
2708
  msgid "Parameters:"
2688
2709
  msgstr ""
2689
2710
 
2690
- #: lino/help_texts.py:583
2711
+ #: lino/help_texts.py:587
2691
2712
  msgid "Returns the subject text of the notification message to emit."
2692
2713
  msgstr ""
2693
2714
 
2694
- #: lino/help_texts.py:584
2715
+ #: lino/help_texts.py:588
2695
2716
  msgid "Return the body text of the notification message to emit."
2696
2717
  msgstr ""
2697
2718
 
2698
- #: lino/help_texts.py:585
2719
+ #: lino/help_texts.py:589
2699
2720
  msgid "Return a list of HTML elements to be inserted into the body."
2700
2721
  msgstr ""
2701
2722
 
2702
- #: lino/help_texts.py:586
2723
+ #: lino/help_texts.py:590
2703
2724
  msgid "Return the owner of the notification to emit."
2704
2725
  msgstr ""
2705
2726
 
2706
- #: lino/help_texts.py:587
2727
+ #: lino/help_texts.py:591
2707
2728
  msgid "Mixin for notifying actions."
2708
2729
  msgstr ""
2709
2730
 
2710
- #: lino/help_texts.py:588
2731
+ #: lino/help_texts.py:592
2711
2732
  msgid "Return the default value of the notify_subject field."
2712
2733
  msgstr ""
2713
2734
 
2714
- #: lino/help_texts.py:589
2735
+ #: lino/help_texts.py:593
2715
2736
  msgid "Return the default value of the notify_body field."
2716
2737
  msgstr ""
2717
2738
 
2718
- #: lino/help_texts.py:590
2739
+ #: lino/help_texts.py:594
2719
2740
  msgid ""
2720
2741
  "Expected to return the owner lino.modlib.notify.Message.owner> of the "
2721
2742
  "message."
2722
2743
  msgstr ""
2723
2744
 
2724
- #: lino/help_texts.py:591
2745
+ #: lino/help_texts.py:595
2725
2746
  msgid "Yield a list of users to be notified."
2726
2747
  msgstr ""
2727
2748
 
2728
- #: lino/help_texts.py:592
2749
+ #: lino/help_texts.py:596
2729
2750
  msgid "The list of possible choices for the message_type field of a Message."
2730
2751
  msgstr ""
2731
2752
 
2732
- #: lino/help_texts.py:593
2753
+ #: lino/help_texts.py:597
2733
2754
  msgid "How the system should send email notifications to a user."
2734
2755
  msgstr ""
2735
2756
 
2736
- #: lino/help_texts.py:594
2757
+ #: lino/help_texts.py:598
2737
2758
  msgid "Disable notifications for this user."
2738
2759
  msgstr ""
2739
2760
 
2740
- #: lino/help_texts.py:595
2761
+ #: lino/help_texts.py:599
2741
2762
  msgid "Notify in Lino but never send email."
2742
2763
  msgstr ""
2743
2764
 
2744
- #: lino/help_texts.py:596
2765
+ #: lino/help_texts.py:600
2745
2766
  msgid "Mark this message as seen."
2746
2767
  msgstr ""
2747
2768
 
2748
- #: lino/help_texts.py:597
2769
+ #: lino/help_texts.py:601
2749
2770
  msgid "Mark all messages as seen."
2750
2771
  msgstr ""
2751
2772
 
2752
- #: lino/help_texts.py:598
2773
+ #: lino/help_texts.py:602
2753
2774
  msgid "Mark this message as not yet seen."
2754
2775
  msgstr ""
2755
2776
 
2756
- #: lino/help_texts.py:599
2777
+ #: lino/help_texts.py:603
2757
2778
  msgid "The printable object instance"
2758
2779
  msgstr ""
2759
2780
 
2760
- #: lino/help_texts.py:600
2781
+ #: lino/help_texts.py:604
2761
2782
  msgid "shortcut for settings.SITE"
2762
2783
  msgstr ""
2763
2784
 
2764
- #: lino/help_texts.py:601
2785
+ #: lino/help_texts.py:605
2765
2786
  msgid "Mixin for models for which Lino can generate a printable document."
2766
2787
  msgstr ""
2767
2788
 
2768
- #: lino/help_texts.py:602
2789
+ #: lino/help_texts.py:606
2769
2790
  msgid ""
2770
2791
  "Return a Django language code to be activated when an instance of this is"
2771
2792
  " being printed. The default implementation returns the Site’s default "
2772
2793
  "language."
2773
2794
  msgstr ""
2774
2795
 
2775
- #: lino/help_texts.py:603
2796
+ #: lino/help_texts.py:607
2776
2797
  msgid ""
2777
2798
  "Return a list of file names of templates for the specified build method. "
2778
2799
  "Returning an empty list means that this item is not printable. For "
@@ -2780,55 +2801,55 @@ msgid ""
2780
2801
  "than 1 element."
2781
2802
  msgstr ""
2782
2803
 
2783
- #: lino/help_texts.py:604
2804
+ #: lino/help_texts.py:608
2784
2805
  msgid ""
2785
2806
  "Adds a series of names to the context used when rendering printable "
2786
2807
  "documents."
2787
2808
  msgstr ""
2788
2809
 
2789
- #: lino/help_texts.py:605
2810
+ #: lino/help_texts.py:609
2790
2811
  msgid ""
2791
2812
  "Return the name of the body template to use when rendering this object in"
2792
2813
  " a printable excerpt (lino_xl.lib.excerpts). An empty string means that "
2793
2814
  "Lino should use the default value defined on the ExcerptType."
2794
2815
  msgstr ""
2795
2816
 
2796
- #: lino/help_texts.py:606
2817
+ #: lino/help_texts.py:610
2797
2818
  msgid ""
2798
2819
  "Return an iterable of database rows for which Lino should generate a "
2799
2820
  "printable excerpt."
2800
2821
  msgstr ""
2801
2822
 
2802
- #: lino/help_texts.py:607
2823
+ #: lino/help_texts.py:611
2803
2824
  msgid "Return the build method to use when printing this object."
2804
2825
  msgstr ""
2805
2826
 
2806
- #: lino/help_texts.py:608
2827
+ #: lino/help_texts.py:612
2807
2828
  msgid ""
2808
2829
  "Set additional fields of newly created excerpts from this. Called from "
2809
2830
  "lino_xl.lib.excerpts.models.ExcerptType.get_or_create_excerpt."
2810
2831
  msgstr ""
2811
2832
 
2812
- #: lino/help_texts.py:609
2833
+ #: lino/help_texts.py:613
2813
2834
  msgid ""
2814
2835
  "This is called by print actions before the printable is being generated. "
2815
2836
  "Application code may e.g. raise a Warning exception in order to refuse "
2816
2837
  "the print action. The warning message can be a translatable string."
2817
2838
  msgstr ""
2818
2839
 
2819
- #: lino/help_texts.py:610
2840
+ #: lino/help_texts.py:614
2820
2841
  msgid ""
2821
2842
  "Mixin for Models that generate a unique external file at a determined "
2822
2843
  "place when being printed."
2823
2844
  msgstr ""
2824
2845
 
2825
- #: lino/help_texts.py:611
2846
+ #: lino/help_texts.py:615
2826
2847
  msgid ""
2827
2848
  "Timestamp of the built target file. Contains None if no build hasn’t been"
2828
2849
  " called yet."
2829
2850
  msgstr ""
2830
2851
 
2831
- #: lino/help_texts.py:612
2852
+ #: lino/help_texts.py:616
2832
2853
  msgid ""
2833
2854
  "The action used to print this object. This is an instance of "
2834
2855
  "DirectPrintAction or CachedPrintAction by default. And if "
@@ -2836,63 +2857,63 @@ msgid ""
2836
2857
  "replaces do_print by a lino_xl.lib.excerpts.CreateExcerpt instance."
2837
2858
  msgstr ""
2838
2859
 
2839
- #: lino/help_texts.py:613
2860
+ #: lino/help_texts.py:617
2840
2861
  msgid ""
2841
2862
  "A CachedPrintable that uses a “Type” for deciding which template to use "
2842
2863
  "on a given instance."
2843
2864
  msgstr ""
2844
2865
 
2845
- #: lino/help_texts.py:614
2866
+ #: lino/help_texts.py:618
2846
2867
  msgid "Base class for models that specify the TypedPrintable.type."
2847
2868
  msgstr ""
2848
2869
 
2849
- #: lino/help_texts.py:615
2870
+ #: lino/help_texts.py:619
2850
2871
  msgid "Default value for templates_group is the model’s full name."
2851
2872
  msgstr ""
2852
2873
 
2853
- #: lino/help_texts.py:616
2874
+ #: lino/help_texts.py:620
2854
2875
  msgid "A pointer to an item of BuildMethods."
2855
2876
  msgstr ""
2856
2877
 
2857
- #: lino/help_texts.py:617
2878
+ #: lino/help_texts.py:621
2858
2879
  msgid "The name of the file to be used as template."
2859
2880
  msgstr ""
2860
2881
 
2861
- #: lino/help_texts.py:618
2882
+ #: lino/help_texts.py:622
2862
2883
  msgid ""
2863
2884
  "Checks for missing cache files on all objects which inherit "
2864
2885
  "CachedPrintable."
2865
2886
  msgstr ""
2866
2887
 
2867
- #: lino/help_texts.py:619
2888
+ #: lino/help_texts.py:623
2868
2889
  msgid "Base class for all “Print” actions."
2869
2890
  msgstr ""
2870
2891
 
2871
- #: lino/help_texts.py:620
2892
+ #: lino/help_texts.py:624
2872
2893
  msgid "Print using a hard-coded template and without cache."
2873
2894
  msgstr ""
2874
2895
 
2875
- #: lino/help_texts.py:621
2896
+ #: lino/help_texts.py:625
2876
2897
  msgid ""
2877
2898
  "A print action which uses a cache for the generated printable document "
2878
2899
  "and builds is only when it doesn’t yet exist."
2879
2900
  msgstr ""
2880
2901
 
2881
- #: lino/help_texts.py:622
2902
+ #: lino/help_texts.py:626
2882
2903
  msgid "Defines the Clear cache button on a Printable record."
2883
2904
  msgstr ""
2884
2905
 
2885
- #: lino/help_texts.py:623
2906
+ #: lino/help_texts.py:627
2886
2907
  msgid ""
2887
2908
  "Edit the print template, i.e. the file specified by "
2888
2909
  "Printable.get_print_templates()."
2889
2910
  msgstr ""
2890
2911
 
2891
- #: lino/help_texts.py:624
2912
+ #: lino/help_texts.py:628
2892
2913
  msgid "The choicelist of build methods offered on this site."
2893
2914
  msgstr ""
2894
2915
 
2895
- #: lino/help_texts.py:625
2916
+ #: lino/help_texts.py:629
2896
2917
  msgid ""
2897
2918
  "Base class for all build methods. A build method encapsulates the process"
2898
2919
  " of generating a “printable document” that inserts data from the database"
@@ -2900,187 +2921,187 @@ msgid ""
2900
2921
  "post-processor."
2901
2922
  msgstr ""
2902
2923
 
2903
- #: lino/help_texts.py:626
2924
+ #: lino/help_texts.py:630
2904
2925
  msgid ""
2905
2926
  "Whether this build method results is an editable file. For example, .odt "
2906
2927
  "files are considered editable while .pdf files aren’t."
2907
2928
  msgstr ""
2908
2929
 
2909
- #: lino/help_texts.py:627
2930
+ #: lino/help_texts.py:631
2910
2931
  msgid "A BuildMethod which uses a template."
2911
2932
  msgstr ""
2912
2933
 
2913
- #: lino/help_texts.py:628
2934
+ #: lino/help_texts.py:632
2914
2935
  msgid "A TemplatedBuildMethod which uses Django’s templating engine."
2915
2936
  msgstr ""
2916
2937
 
2917
- #: lino/help_texts.py:629
2938
+ #: lino/help_texts.py:633
2918
2939
  msgid "Generates .xml files from .xml templates."
2919
2940
  msgstr ""
2920
2941
 
2921
- #: lino/help_texts.py:630
2942
+ #: lino/help_texts.py:634
2922
2943
  msgid ""
2923
2944
  "Base for build methods which use Lino’s templating system "
2924
2945
  "(find_config_file)."
2925
2946
  msgstr ""
2926
2947
 
2927
- #: lino/help_texts.py:631
2948
+ #: lino/help_texts.py:635
2928
2949
  msgid "For example CourseToXls."
2929
2950
  msgstr ""
2930
2951
 
2931
- #: lino/help_texts.py:632
2952
+ #: lino/help_texts.py:636
2932
2953
  msgid "Concrete subclasses must implement this."
2933
2954
  msgstr ""
2934
2955
 
2935
- #: lino/help_texts.py:633
2956
+ #: lino/help_texts.py:637
2936
2957
  msgid "Not actively used. Generates .pdf files from .tex templates."
2937
2958
  msgstr ""
2938
2959
 
2939
- #: lino/help_texts.py:634
2960
+ #: lino/help_texts.py:638
2940
2961
  msgid "Not actively used. Generates .rtf files from .rtf templates."
2941
2962
  msgstr ""
2942
2963
 
2943
- #: lino/help_texts.py:635
2964
+ #: lino/help_texts.py:639
2944
2965
  msgid ""
2945
2966
  "Deprecated. Generates .pdf files from .html templates. Requires pisa. "
2946
2967
  "Usage example see lino_book.projects.pisa."
2947
2968
  msgstr ""
2948
2969
 
2949
- #: lino/help_texts.py:636
2970
+ #: lino/help_texts.py:640
2950
2971
  msgid "This is your main page."
2951
2972
  msgstr ""
2952
2973
 
2953
- #: lino/help_texts.py:637
2974
+ #: lino/help_texts.py:641
2954
2975
  msgid "A singleton database object used to store persistent site parameters."
2955
2976
  msgstr ""
2956
2977
 
2957
- #: lino/help_texts.py:638
2978
+ #: lino/help_texts.py:642
2958
2979
  msgid "The default build method to use when rendering printable documents."
2959
2980
  msgstr ""
2960
2981
 
2961
- #: lino/help_texts.py:639
2982
+ #: lino/help_texts.py:643
2962
2983
  msgid "A constant user-defined date to be substituted as current system date."
2963
2984
  msgstr ""
2964
2985
 
2965
- #: lino/help_texts.py:640
2986
+ #: lino/help_texts.py:644
2966
2987
  msgid "The site operator, i.e. the legal person that operates this Lino site."
2967
2988
  msgstr ""
2968
2989
 
2969
- #: lino/help_texts.py:641
2990
+ #: lino/help_texts.py:645
2970
2991
  msgid ""
2971
2992
  "If this is not empty, any calendar events before that date are being "
2972
2993
  "hidden in certain places."
2973
2994
  msgstr ""
2974
2995
 
2975
- #: lino/help_texts.py:642
2996
+ #: lino/help_texts.py:646
2976
2997
  msgid ""
2977
2998
  "Always return the cached instance which holds the one and only database "
2978
2999
  "instance."
2979
3000
  msgstr ""
2980
3001
 
2981
- #: lino/help_texts.py:643
3002
+ #: lino/help_texts.py:647
2982
3003
  msgid "Mixin to add row-level edit locking to any model."
2983
3004
  msgstr ""
2984
3005
 
2985
- #: lino/help_texts.py:644
3006
+ #: lino/help_texts.py:648
2986
3007
  msgid "Rebuild the site cache. This action is available on About."
2987
3008
  msgstr ""
2988
3009
 
2989
- #: lino/help_texts.py:645
3010
+ #: lino/help_texts.py:649
2990
3011
  msgid "The table used to present the SiteConfig row in a Detail form."
2991
3012
  msgstr ""
2992
3013
 
2993
- #: lino/help_texts.py:646
3014
+ #: lino/help_texts.py:650
2994
3015
  msgid ""
2995
3016
  "Mixin for database models that express a set of repeating (“recurrent”) "
2996
3017
  "events. Example usage can be found in specs.cal.automatic_events."
2997
3018
  msgstr ""
2998
3019
 
2999
- #: lino/help_texts.py:647
3020
+ #: lino/help_texts.py:651
3000
3021
  msgid "The start date of the first meeting to be generated."
3001
3022
  msgstr ""
3002
3023
 
3003
- #: lino/help_texts.py:648
3024
+ #: lino/help_texts.py:652
3004
3025
  msgid ""
3005
3026
  "The end date of the first meeting to be generated. Leave this field empty"
3006
3027
  " if the meetings last less than one day."
3007
3028
  msgstr ""
3008
3029
 
3009
- #: lino/help_texts.py:649
3030
+ #: lino/help_texts.py:653
3010
3031
  msgid "The frequency of periodic iteration: daily, weekly, monthly or yearly."
3011
3032
  msgstr ""
3012
3033
 
3013
- #: lino/help_texts.py:650
3034
+ #: lino/help_texts.py:654
3014
3035
  msgid "The interval between each periodic iteration."
3015
3036
  msgstr ""
3016
3037
 
3017
- #: lino/help_texts.py:651
3038
+ #: lino/help_texts.py:655
3018
3039
  msgid ""
3019
3040
  "Space-separated list of one or several positions within the recurrency "
3020
3041
  "cycle."
3021
3042
  msgstr ""
3022
3043
 
3023
- #: lino/help_texts.py:652
3044
+ #: lino/help_texts.py:656
3024
3045
  msgid "Maximum number of calendar entries to generate."
3025
3046
  msgstr ""
3026
3047
 
3027
- #: lino/help_texts.py:653
3048
+ #: lino/help_texts.py:657
3028
3049
  msgid ""
3029
3050
  "A virtual field returning the textual formulation of the weekdays where "
3030
3051
  "the recurrence occurs."
3031
3052
  msgstr ""
3032
3053
 
3033
- #: lino/help_texts.py:654
3054
+ #: lino/help_texts.py:658
3034
3055
  msgid "List of possible choices for a ‘recurrency’ field."
3035
3056
  msgstr ""
3036
3057
 
3037
- #: lino/help_texts.py:655
3058
+ #: lino/help_texts.py:659
3038
3059
  msgid ""
3039
3060
  "Repeat events yearly, moving them together with the Easter data of that "
3040
3061
  "year."
3041
3062
  msgstr ""
3042
3063
 
3043
- #: lino/help_texts.py:656
3064
+ #: lino/help_texts.py:660
3044
3065
  msgid "A choicelist with the seven days of a week."
3045
3066
  msgstr ""
3046
3067
 
3047
- #: lino/help_texts.py:657
3068
+ #: lino/help_texts.py:661
3048
3069
  msgid "The list of possible duration units defined by this application."
3049
3070
  msgstr ""
3050
3071
 
3051
- #: lino/help_texts.py:658
3072
+ #: lino/help_texts.py:662
3052
3073
  msgid "Base class for the choices in the DurationUnits choicelist."
3053
3074
  msgstr ""
3054
3075
 
3055
- #: lino/help_texts.py:659
3076
+ #: lino/help_texts.py:663
3056
3077
  msgid ""
3057
3078
  "Return a date or datetime obtained by adding value times this unit to the"
3058
3079
  " specified value orig. Returns None is orig is empty."
3059
3080
  msgstr ""
3060
3081
 
3061
- #: lino/help_texts.py:660
3082
+ #: lino/help_texts.py:664
3062
3083
  msgid "A list of colors to be specified for displaying."
3063
3084
  msgstr ""
3064
3085
 
3065
- #: lino/help_texts.py:661
3086
+ #: lino/help_texts.py:665
3066
3087
  msgid "A data checker used to find unbleached html content."
3067
3088
  msgstr ""
3068
3089
 
3069
- #: lino/help_texts.py:662
3090
+ #: lino/help_texts.py:666
3070
3091
  msgid ""
3071
3092
  "Defines the possible choices for the gender of a person (“male”, “female”"
3072
3093
  " and “nonbinary”)."
3073
3094
  msgstr ""
3074
3095
 
3075
- #: lino/help_texts.py:663
3096
+ #: lino/help_texts.py:667
3076
3097
  msgid "A choicelist with two values “Yes” and “No”."
3077
3098
  msgstr ""
3078
3099
 
3079
- #: lino/help_texts.py:664
3100
+ #: lino/help_texts.py:668
3080
3101
  msgid "Base class for choices of “observed event”-style choicelists."
3081
3102
  msgstr ""
3082
3103
 
3083
- #: lino/help_texts.py:665
3104
+ #: lino/help_texts.py:669
3084
3105
  msgid ""
3085
3106
  "Add a filter to the given Django queryset. The given obj must be either a"
3086
3107
  " datetime.date object or must have two attributes start_date and "
@@ -3088,86 +3109,86 @@ msgid ""
3088
3109
  "DateRangeValue."
3089
3110
  msgstr ""
3090
3111
 
3091
- #: lino/help_texts.py:666
3112
+ #: lino/help_texts.py:670
3092
3113
  msgid "The list of things you can observe on a lino.mixins.periods.DateRange."
3093
3114
  msgstr ""
3094
3115
 
3095
- #: lino/help_texts.py:667
3116
+ #: lino/help_texts.py:671
3096
3117
  msgid ""
3097
3118
  "Used by lino.modlib.users.User.time_zone and "
3098
3119
  "lino_xl.lib.working.Session.time_zone."
3099
3120
  msgstr ""
3100
3121
 
3101
- #: lino/help_texts.py:668
3122
+ #: lino/help_texts.py:672
3102
3123
  msgid "Used by lino.modlib.users.User.date_format."
3103
3124
  msgstr ""
3104
3125
 
3105
- #: lino/help_texts.py:669
3126
+ #: lino/help_texts.py:673
3106
3127
  msgid ""
3107
3128
  "A reusable block of text that can be selected from a text editor to be "
3108
3129
  "inserted into the text being edited."
3109
3130
  msgstr ""
3110
3131
 
3111
- #: lino/help_texts.py:670
3132
+ #: lino/help_texts.py:674
3112
3133
  msgid "Django model representing an upload file."
3113
3134
  msgstr ""
3114
3135
 
3115
- #: lino/help_texts.py:671
3136
+ #: lino/help_texts.py:675
3116
3137
  msgid "Pointer to the uploaded file itself (a Django FileField)."
3117
3138
  msgstr ""
3118
3139
 
3119
- #: lino/help_texts.py:672
3140
+ #: lino/help_texts.py:676
3120
3141
  msgid "The size of the file in bytes. Not yet implemented."
3121
3142
  msgstr ""
3122
3143
 
3123
- #: lino/help_texts.py:673
3144
+ #: lino/help_texts.py:677
3124
3145
  msgid "The media type of the uploaded file."
3125
3146
  msgstr ""
3126
3147
 
3127
- #: lino/help_texts.py:674
3148
+ #: lino/help_texts.py:678
3128
3149
  msgid "The type of this upload."
3129
3150
  msgstr ""
3130
3151
 
3131
- #: lino/help_texts.py:675
3152
+ #: lino/help_texts.py:679
3132
3153
  msgid "A short description entered manually by the user."
3133
3154
  msgstr ""
3134
3155
 
3135
- #: lino/help_texts.py:676
3156
+ #: lino/help_texts.py:680
3136
3157
  msgid "A pointer to the library volume where this file is stored."
3137
3158
  msgstr ""
3138
3159
 
3139
- #: lino/help_texts.py:677
3160
+ #: lino/help_texts.py:681
3140
3161
  msgid "The upload area this file belongs to."
3141
3162
  msgstr ""
3142
3163
 
3143
- #: lino/help_texts.py:678
3164
+ #: lino/help_texts.py:682
3144
3165
  msgid "The path of this file, relative the volume’s root."
3145
3166
  msgstr ""
3146
3167
 
3147
- #: lino/help_texts.py:679
3168
+ #: lino/help_texts.py:683
3148
3169
  msgid ""
3149
3170
  "Almost the same as description, but if file is not empty, the text is "
3150
3171
  "clickable, and clicking on it opens the uploaded file in a new browser "
3151
3172
  "window."
3152
3173
  msgstr ""
3153
3174
 
3154
- #: lino/help_texts.py:680
3175
+ #: lino/help_texts.py:684
3155
3176
  msgid "Base class for all data tables of upload files."
3156
3177
  msgstr ""
3157
3178
 
3158
- #: lino/help_texts.py:681
3179
+ #: lino/help_texts.py:685
3159
3180
  msgid "Shows all upload files on this Lino site."
3160
3181
  msgstr ""
3161
3182
 
3162
- #: lino/help_texts.py:682
3183
+ #: lino/help_texts.py:686
3163
3184
  msgid "Mixin for tables of upload files where the upload area is known."
3164
3185
  msgstr ""
3165
3186
 
3166
- #: lino/help_texts.py:683
3187
+ #: lino/help_texts.py:687
3167
3188
  msgid "Shows my uploads (i.e. those whose author is the requesting user)."
3168
3189
  msgstr ""
3169
3190
 
3170
- #: lino/help_texts.py:684
3191
+ #: lino/help_texts.py:688
3171
3192
  msgid ""
3172
3193
  "Abstract base class of Upload. This was named "
3173
3194
  "lino.mixins.uploadable.Uploadable until 20210217. It encapsulates some "
@@ -3176,111 +3197,107 @@ msgid ""
3176
3197
  "point to an Upload instead."
3177
3198
  msgstr ""
3178
3199
 
3179
- #: lino/help_texts.py:685
3200
+ #: lino/help_texts.py:689
3180
3201
  msgid "Django model representing an upload type."
3181
3202
  msgstr ""
3182
3203
 
3183
- #: lino/help_texts.py:686
3204
+ #: lino/help_texts.py:690
3184
3205
  msgid ""
3185
3206
  "Optional pointer to a virtual upload shortcut field. If this is not "
3186
3207
  "empty, then the given shortcut field will manage uploads of this type. "
3187
3208
  "See also Shortcuts."
3188
3209
  msgstr ""
3189
3210
 
3190
- #: lino/help_texts.py:687
3211
+ #: lino/help_texts.py:691
3191
3212
  msgid "The table with all existing upload types."
3192
3213
  msgstr ""
3193
3214
 
3194
- #: lino/help_texts.py:688
3215
+ #: lino/help_texts.py:692
3195
3216
  msgid ""
3196
3217
  "Model mixin for database objects that can have upload files associated to"
3197
3218
  " them."
3198
3219
  msgstr ""
3199
3220
 
3200
- #: lino/help_texts.py:689
3221
+ #: lino/help_texts.py:693
3201
3222
  msgid ""
3202
3223
  "Opens a data window with the uploaded files associated to this database "
3203
3224
  "object."
3204
3225
  msgstr ""
3205
3226
 
3206
- #: lino/help_texts.py:690
3227
+ #: lino/help_texts.py:694
3207
3228
  msgid "Shows the uploaded files associated to this database object."
3208
3229
  msgstr ""
3209
3230
 
3210
- #: lino/help_texts.py:691
3231
+ #: lino/help_texts.py:695
3211
3232
  msgid "The list of available upload shortcut fields in this application."
3212
3233
  msgstr ""
3213
3234
 
3214
- #: lino/help_texts.py:692
3215
- msgid "An abstract choicelist of the previewers that are available on this site."
3216
- msgstr ""
3217
-
3218
- #: lino/help_texts.py:693
3235
+ #: lino/help_texts.py:696
3219
3236
  msgid "Find orphaned files in uploads folder."
3220
3237
  msgstr ""
3221
3238
 
3222
- #: lino/help_texts.py:694
3239
+ #: lino/help_texts.py:697
3223
3240
  msgid "The base class for both build methods."
3224
3241
  msgstr ""
3225
3242
 
3226
- #: lino/help_texts.py:695
3243
+ #: lino/help_texts.py:698
3227
3244
  msgid ""
3228
3245
  "Renders the input template and returns the unmodified output as plain "
3229
3246
  "HTML."
3230
3247
  msgstr ""
3231
3248
 
3232
- #: lino/help_texts.py:696
3249
+ #: lino/help_texts.py:699
3233
3250
  msgid ""
3234
3251
  "Like WeasyBuildMethod, but the rendered HTML is then passed through "
3235
3252
  "weasyprint which converts from HTML to PDF."
3236
3253
  msgstr ""
3237
3254
 
3238
- #: lino/help_texts.py:697
3255
+ #: lino/help_texts.py:700
3239
3256
  msgid ""
3240
3257
  "Lino extension of Django’s database model. This is a subclass of Django’s"
3241
3258
  " Model class (django.db.models.Model)."
3242
3259
  msgstr ""
3243
3260
 
3244
- #: lino/help_texts.py:698
3261
+ #: lino/help_texts.py:701
3245
3262
  msgid "A multi-paragraph representation of this database row."
3246
3263
  msgstr ""
3247
3264
 
3248
- #: lino/help_texts.py:699
3265
+ #: lino/help_texts.py:702
3249
3266
  msgid ""
3250
3267
  "A virtual field that displays the navigation panel for this row. This may"
3251
3268
  " be included in a detail layout, usually either on the left or the right "
3252
3269
  "side with full height."
3253
3270
  msgstr ""
3254
3271
 
3255
- #: lino/help_texts.py:700
3272
+ #: lino/help_texts.py:703
3256
3273
  msgid ""
3257
3274
  "Shows the current workflow state of this database row and a list of "
3258
3275
  "available workflow actions."
3259
3276
  msgstr ""
3260
3277
 
3261
- #: lino/help_texts.py:701
3278
+ #: lino/help_texts.py:704
3262
3279
  msgid ""
3263
3280
  "Optional default value for the workflow_state_field of all data tables "
3264
3281
  "based on this model."
3265
3282
  msgstr ""
3266
3283
 
3267
- #: lino/help_texts.py:702
3284
+ #: lino/help_texts.py:705
3268
3285
  msgid ""
3269
3286
  "Optional default value for workflow_owner_field on all data tables based "
3270
3287
  "on this model."
3271
3288
  msgstr ""
3272
3289
 
3273
- #: lino/help_texts.py:703
3290
+ #: lino/help_texts.py:706
3274
3291
  msgid ""
3275
3292
  "Called when field FOO of an instance of this model has been modified "
3276
3293
  "through the user interface."
3277
3294
  msgstr ""
3278
3295
 
3279
- #: lino/help_texts.py:704
3296
+ #: lino/help_texts.py:707
3280
3297
  msgid "Return a queryset or list of allowed choices for field FOO."
3281
3298
  msgstr ""
3282
3299
 
3283
- #: lino/help_texts.py:705
3300
+ #: lino/help_texts.py:708
3284
3301
  msgid ""
3285
3302
  "For every field named “FOO” for which a chooser exists, if the model also"
3286
3303
  " has a method called “create_FOO_choice”, then this chooser will be a "
@@ -3288,14 +3305,14 @@ msgid ""
3288
3305
  "Lino will create a new database object from it."
3289
3306
  msgstr ""
3290
3307
 
3291
- #: lino/help_texts.py:706
3308
+ #: lino/help_texts.py:709
3292
3309
  msgid ""
3293
3310
  "Return the text to be displayed when an instance of this model is being "
3294
3311
  "used as a choice in a combobox of a ForeignKey field pointing to this "
3295
3312
  "model. request is the web request, actor is the requesting actor."
3296
3313
  msgstr ""
3297
3314
 
3298
- #: lino/help_texts.py:707
3315
+ #: lino/help_texts.py:710
3299
3316
  msgid ""
3300
3317
  "Decide whether this database object may be deleted. Return None when "
3301
3318
  "there is no veto against deleting this database row, otherwise a "
@@ -3476,75 +3493,75 @@ msgstr ""
3476
3493
  msgid "Save"
3477
3494
  msgstr ""
3478
3495
 
3479
- #: lino/core/actions.py:1078 lino/core/requests.py:1605
3496
+ #: lino/core/actions.py:1081 lino/core/requests.py:1653
3480
3497
  #, python-format
3481
3498
  msgid "%s has been created."
3482
3499
  msgstr ""
3483
3500
 
3484
- #: lino/core/actions.py:1104
3501
+ #: lino/core/actions.py:1109
3485
3502
  #, python-format
3486
3503
  msgid "%s files have been uploaded: %s"
3487
3504
  msgstr ""
3488
3505
 
3489
- #: lino/core/actions.py:1129 lino/modlib/changes/models.py:35
3506
+ #: lino/core/actions.py:1134 lino/modlib/changes/models.py:35
3490
3507
  msgid "Create"
3491
3508
  msgstr ""
3492
3509
 
3493
- #: lino/core/actions.py:1131
3510
+ #: lino/core/actions.py:1136
3494
3511
  msgid "Create the record and open a detail window on it"
3495
3512
  msgstr ""
3496
3513
 
3497
- #: lino/core/actions.py:1179
3514
+ #: lino/core/actions.py:1187
3498
3515
  msgid "Go"
3499
3516
  msgstr ""
3500
3517
 
3501
- #: lino/core/actions.py:1327
3518
+ #: lino/core/actions.py:1335
3502
3519
  #, python-format
3503
3520
  msgid "%d row(s) have been updated."
3504
3521
  msgstr ""
3505
3522
 
3506
- #: lino/core/actions.py:1349
3523
+ #: lino/core/actions.py:1357
3507
3524
  msgid "Delete this record"
3508
3525
  msgstr ""
3509
3526
 
3510
- #: lino/core/actions.py:1354 lino/modlib/changes/models.py:37
3527
+ #: lino/core/actions.py:1362 lino/modlib/changes/models.py:37
3511
3528
  msgid "Delete"
3512
3529
  msgstr ""
3513
3530
 
3514
- #: lino/core/actions.py:1410
3531
+ #: lino/core/actions.py:1418
3515
3532
  #, python-format
3516
3533
  msgid ""
3517
3534
  "You are about to delete %(num)d %(type)s\n"
3518
3535
  "(%(targets)s)"
3519
3536
  msgstr ""
3520
3537
 
3521
- #: lino/core/actions.py:1419
3538
+ #: lino/core/actions.py:1427
3522
3539
  msgid "as well as all related volatile records ({})"
3523
3540
  msgstr ""
3524
3541
 
3525
- #: lino/core/actions.py:1425 lino/core/workflows.py:298
3542
+ #: lino/core/actions.py:1433 lino/core/workflows.py:298
3526
3543
  #: lino/mixins/duplicable.py:111 lino/modlib/printing/actions.py:198
3527
3544
  #: lino/modlib/printing/actions.py:290 lino/modlib/printing/actions.py:339
3528
- #: lino/modlib/users/mixins.py:320 lino/modlib/users/mixins.py:384
3545
+ #: lino/modlib/users/mixins.py:323 lino/modlib/users/mixins.py:387
3529
3546
  msgid "Are you sure?"
3530
3547
  msgstr ""
3531
3548
 
3532
- #: lino/core/actors.py:347
3549
+ #: lino/core/actors.py:350
3533
3550
  #, python-format
3534
3551
  msgid "%(details)s of %(master)s"
3535
3552
  msgstr ""
3536
3553
 
3537
- #: lino/core/actors.py:1370 lino/core/tables.py:735 lino/mixins/ref.py:173
3554
+ #: lino/core/actors.py:1397 lino/core/tables.py:719 lino/mixins/ref.py:173
3538
3555
  #: lino/modlib/help/management/commands/makehelp.py:389
3539
3556
  #: lino/modlib/importfilters/models.py:100 lino/modlib/notify/actions.py:14
3540
- #: lino/modlib/search/models.py:85 lino/modlib/system/mixins.py:286
3557
+ #: lino/modlib/search/models.py:85 lino/modlib/system/mixins.py:287
3541
3558
  #: lino/modlib/tinymce/models.py:21 lino/modlib/uploads/actions.py:23
3542
3559
  #: lino/modlib/uploads/models.py:53 lino/modlib/uploads/models.py:125
3543
- #: lino/modlib/uploads/models.py:189 lino/modlib/users/ui.py:262
3560
+ #: lino/modlib/uploads/models.py:189 lino/modlib/users/ui.py:258
3544
3561
  msgid "Description"
3545
3562
  msgstr ""
3546
3563
 
3547
- #: lino/core/actors.py:1403
3564
+ #: lino/core/actors.py:1430
3548
3565
  #, python-format
3549
3566
  msgid "Total (%d rows)"
3550
3567
  msgstr ""
@@ -3574,8 +3591,8 @@ msgstr ""
3574
3591
  msgid "name"
3575
3592
  msgstr ""
3576
3593
 
3577
- #: lino/core/choicelists.py:515 lino/modlib/help/models.py:81
3578
- #: lino/modlib/periods/models.py:124
3594
+ #: lino/core/choicelists.py:515 lino/modlib/help/models.py:86
3595
+ #: lino/modlib/periods/models.py:99
3579
3596
  msgid "Remark"
3580
3597
  msgstr ""
3581
3598
 
@@ -3588,7 +3605,7 @@ msgstr ""
3588
3605
  msgid "%(value)r (invalid choice for %(list)s)"
3589
3606
  msgstr ""
3590
3607
 
3591
- #: lino/core/dbtables.py:599
3608
+ #: lino/core/dbtables.py:595
3592
3609
  msgid "You have no permission to delete this row."
3593
3610
  msgstr ""
3594
3611
 
@@ -3625,31 +3642,31 @@ msgstr ""
3625
3642
  msgid "Invalid date"
3626
3643
  msgstr ""
3627
3644
 
3628
- #: lino/core/fields.py:191
3645
+ #: lino/core/fields.py:189
3629
3646
  msgid "Price"
3630
3647
  msgstr ""
3631
3648
 
3632
- #: lino/core/fields.py:195
3649
+ #: lino/core/fields.py:193
3633
3650
  msgid "{} from"
3634
3651
  msgstr ""
3635
3652
 
3636
- #: lino/core/fields.py:198
3653
+ #: lino/core/fields.py:196
3637
3654
  msgid "to"
3638
3655
  msgstr ""
3639
3656
 
3640
- #: lino/core/fields.py:210
3657
+ #: lino/core/fields.py:208
3641
3658
  msgid "Invalid price range"
3642
3659
  msgstr ""
3643
3660
 
3644
- #: lino/core/fields.py:218
3661
+ #: lino/core/fields.py:216
3645
3662
  msgid "{} {}...{}"
3646
3663
  msgstr ""
3647
3664
 
3648
- #: lino/core/fields.py:220
3665
+ #: lino/core/fields.py:218
3649
3666
  msgid "{} from {}"
3650
3667
  msgstr ""
3651
3668
 
3652
- #: lino/core/fields.py:222
3669
+ #: lino/core/fields.py:220
3653
3670
  msgid "{} until {}"
3654
3671
  msgstr ""
3655
3672
 
@@ -3738,36 +3755,36 @@ msgstr ""
3738
3755
  msgid "Merged %(this)s into %(merge_to)s. Updated %(updated)d related rows."
3739
3756
  msgstr ""
3740
3757
 
3741
- #: lino/core/model.py:225
3758
+ #: lino/core/model.py:211
3742
3759
  #, python-format
3743
3760
  msgid "Cannot delete %(model)s %(self)s because %(count)d %(refs)s refer to it."
3744
3761
  msgstr ""
3745
3762
 
3746
- #: lino/core/model.py:326
3763
+ #: lino/core/model.py:312
3747
3764
  msgid "Cannot create {obj} from '{text}'"
3748
3765
  msgstr ""
3749
3766
 
3750
- #: lino/core/model.py:485 lino/core/requests.py:1608
3767
+ #: lino/core/model.py:471 lino/core/requests.py:1656
3751
3768
  #, python-format
3752
3769
  msgid "%s has been updated."
3753
3770
  msgstr ""
3754
3771
 
3755
- #: lino/core/model.py:487 lino/core/requests.py:1610
3772
+ #: lino/core/model.py:473 lino/core/requests.py:1658
3756
3773
  #, python-format
3757
3774
  msgid "%s : nothing to save."
3758
3775
  msgstr ""
3759
3776
 
3760
- #: lino/core/model.py:619 lino/modlib/help/management/commands/makehelp.py:389
3777
+ #: lino/core/model.py:605 lino/modlib/help/management/commands/makehelp.py:389
3761
3778
  #: lino/modlib/importfilters/models.py:27 lino/modlib/linod/mixins.py:73
3762
- #: lino/modlib/users/ui.py:258
3779
+ #: lino/modlib/users/ui.py:254
3763
3780
  msgid "Name"
3764
3781
  msgstr ""
3765
3782
 
3766
- #: lino/core/model.py:658
3783
+ #: lino/core/model.py:644
3767
3784
  msgid "Workflow"
3768
3785
  msgstr ""
3769
3786
 
3770
- #: lino/core/model.py:798
3787
+ #: lino/core/model.py:784
3771
3788
  msgid "Pick {}"
3772
3789
  msgstr ""
3773
3790
 
@@ -3791,65 +3808,65 @@ msgstr ""
3791
3808
  msgid "Aborted"
3792
3809
  msgstr ""
3793
3810
 
3794
- #: lino/core/requests.py:247 lino/core/requests.py:1022 lino/core/store.py:711
3795
- #: lino/modlib/system/choicelists.py:26
3811
+ #: lino/core/requests.py:267 lino/core/requests.py:1069 lino/core/store.py:711
3812
+ #: lino/modlib/system/choicelists.py:29
3796
3813
  msgid "Yes"
3797
3814
  msgstr ""
3798
3815
 
3799
- #: lino/core/requests.py:248 lino/core/requests.py:1023 lino/core/store.py:711
3800
- #: lino/modlib/system/choicelists.py:27
3816
+ #: lino/core/requests.py:268 lino/core/requests.py:1070 lino/core/store.py:711
3817
+ #: lino/modlib/system/choicelists.py:30
3801
3818
  msgid "No"
3802
3819
  msgstr ""
3803
3820
 
3804
- #: lino/core/requests.py:312
3821
+ #: lino/core/requests.py:332
3805
3822
  msgid "No data to display"
3806
3823
  msgstr ""
3807
3824
 
3808
- #: lino/core/requests.py:849 lino/modlib/checkdata/choicelists.py:28
3825
+ #: lino/core/requests.py:896 lino/modlib/checkdata/choicelists.py:28
3809
3826
  msgid "Error"
3810
3827
  msgstr ""
3811
3828
 
3812
- #: lino/core/requests.py:878 lino/modlib/system/models.py:54
3829
+ #: lino/core/requests.py:925 lino/modlib/system/models.py:53
3813
3830
  msgid "Success"
3814
3831
  msgstr ""
3815
3832
 
3816
- #: lino/core/requests.py:1629
3833
+ #: lino/core/requests.py:1677
3817
3834
  msgid "the documentation"
3818
3835
  msgstr ""
3819
3836
 
3820
- #: lino/core/site.py:183 lino/modlib/changes/models.py:77
3837
+ #: lino/core/site.py:180 lino/modlib/changes/models.py:77
3821
3838
  msgid "Master"
3822
3839
  msgstr ""
3823
3840
 
3824
- #: lino/core/site.py:185
3841
+ #: lino/core/site.py:182
3825
3842
  msgid "Reports"
3826
3843
  msgstr ""
3827
3844
 
3828
- #: lino/core/site.py:186
3845
+ #: lino/core/site.py:183
3829
3846
  msgid "Configure"
3830
3847
  msgstr ""
3831
3848
 
3832
- #: lino/core/site.py:187
3849
+ #: lino/core/site.py:184
3833
3850
  msgid "Explorer"
3834
3851
  msgstr ""
3835
3852
 
3836
- #: lino/core/site.py:188
3853
+ #: lino/core/site.py:185
3837
3854
  msgid "Site"
3838
3855
  msgstr ""
3839
3856
 
3840
- #: lino/core/site.py:1647 lino/modlib/languages/fixtures/few_languages.py:26
3857
+ #: lino/core/site.py:1640 lino/modlib/languages/fixtures/few_languages.py:26
3841
3858
  msgid "English"
3842
3859
  msgstr ""
3843
3860
 
3844
- #: lino/core/site.py:2224
3861
+ #: lino/core/site.py:2218
3845
3862
  msgid "This website runs "
3846
3863
  msgstr ""
3847
3864
 
3848
- #: lino/core/site.py:2232
3865
+ #: lino/core/site.py:2226
3849
3866
  msgid " using "
3850
3867
  msgstr ""
3851
3868
 
3852
- #: lino/core/site.py:2250
3869
+ #: lino/core/site.py:2244
3853
3870
  #, python-format
3854
3871
  msgid "%(place)s, %(date)s"
3855
3872
  msgstr ""
@@ -3872,7 +3889,7 @@ msgstr ""
3872
3889
  msgid "Not Blank"
3873
3890
  msgstr ""
3874
3891
 
3875
- #: lino/core/tables.py:762
3892
+ #: lino/core/tables.py:746
3876
3893
  msgid "Button"
3877
3894
  msgstr ""
3878
3895
 
@@ -3881,7 +3898,7 @@ msgid "Anonymous"
3881
3898
  msgstr ""
3882
3899
 
3883
3900
  #: lino/core/user_types.py:26 lino/modlib/dashboard/models.py:86
3884
- #: lino/modlib/users/models.py:81
3901
+ #: lino/modlib/users/models.py:80
3885
3902
  msgid "User"
3886
3903
  msgstr ""
3887
3904
 
@@ -3944,29 +3961,29 @@ msgstr ""
3944
3961
  msgid "Created"
3945
3962
  msgstr ""
3946
3963
 
3947
- #: lino/mixins/dupable.py:63 lino/modlib/dupable/mixins.py:34
3964
+ #: lino/mixins/dupable.py:60 lino/modlib/dupable/mixins.py:34
3948
3965
  #, python-format
3949
3966
  msgid "There are %d similar %s:"
3950
3967
  msgstr ""
3951
3968
 
3952
- #: lino/mixins/dupable.py:71 lino/modlib/dupable/mixins.py:42
3969
+ #: lino/mixins/dupable.py:68 lino/modlib/dupable/mixins.py:42
3953
3970
  #, python-format
3954
3971
  msgid "Are you sure you want to create a new %(model)s named %(name)s?"
3955
3972
  msgstr ""
3956
3973
 
3957
- #: lino/mixins/dupable.py:206 lino/modlib/dupable/mixins.py:112
3974
+ #: lino/mixins/dupable.py:207 lino/modlib/dupable/mixins.py:112
3958
3975
  msgid "Must update phonetic words."
3959
3976
  msgstr ""
3960
3977
 
3961
- #: lino/mixins/dupable.py:254 lino/modlib/dupable/mixins.py:167
3978
+ #: lino/mixins/dupable.py:255 lino/modlib/dupable/mixins.py:167
3962
3979
  msgid "Check for missing phonetic words"
3963
3980
  msgstr ""
3964
3981
 
3965
- #: lino/mixins/dupable.py:282 lino/modlib/dupable/models.py:131
3982
+ #: lino/mixins/dupable.py:283 lino/modlib/dupable/models.py:127
3966
3983
  msgid "Similar record"
3967
3984
  msgstr ""
3968
3985
 
3969
- #: lino/mixins/dupable.py:296
3986
+ #: lino/mixins/dupable.py:297
3970
3987
  msgid "Phonetic words: {0}"
3971
3988
  msgstr ""
3972
3989
 
@@ -4003,7 +4020,7 @@ msgid "Title"
4003
4020
  msgstr ""
4004
4021
 
4005
4022
  #: lino/mixins/human.py:200 lino/modlib/users/actions.py:69
4006
- #: lino/modlib/users/models.py:105
4023
+ #: lino/modlib/users/models.py:104
4007
4024
  msgid "First name"
4008
4025
  msgstr ""
4009
4026
 
@@ -4012,7 +4029,7 @@ msgid "Middle name"
4012
4029
  msgstr ""
4013
4030
 
4014
4031
  #: lino/mixins/human.py:204 lino/modlib/users/actions.py:70
4015
- #: lino/modlib/users/models.py:106
4032
+ #: lino/modlib/users/models.py:105
4016
4033
  msgid "Last name"
4017
4034
  msgstr ""
4018
4035
 
@@ -4111,7 +4128,7 @@ msgstr ""
4111
4128
  msgid "End Time"
4112
4129
  msgstr ""
4113
4130
 
4114
- #: lino/mixins/periods.py:201 lino/modlib/periods/models.py:35
4131
+ #: lino/mixins/periods.py:201 lino/modlib/periods/choicelists.py:25
4115
4132
  msgid "Duration"
4116
4133
  msgstr ""
4117
4134
 
@@ -4124,7 +4141,7 @@ msgid "Start date of observed date range."
4124
4141
  msgstr ""
4125
4142
 
4126
4143
  #: lino/mixins/periods.py:227 lino/mixins/periods.py:296
4127
- #: lino/modlib/periods/mixins.py:91
4144
+ #: lino/modlib/periods/mixins.py:93
4128
4145
  msgid "until"
4129
4146
  msgstr ""
4130
4147
 
@@ -4271,7 +4288,7 @@ msgstr ""
4271
4288
  msgid "Connections"
4272
4289
  msgstr ""
4273
4290
 
4274
- #: lino/modlib/blacklist/models.py:42 lino/modlib/users/ui.py:414
4291
+ #: lino/modlib/blacklist/models.py:42 lino/modlib/users/ui.py:410
4275
4292
  msgid "IP address"
4276
4293
  msgstr ""
4277
4294
 
@@ -4284,8 +4301,8 @@ msgid "Login failures"
4284
4301
  msgstr ""
4285
4302
 
4286
4303
  #: lino/modlib/blacklist/models.py:55 lino/modlib/users/actions.py:71
4287
- #: lino/modlib/users/actions.py:506 lino/modlib/users/models.py:98
4288
- #: lino/modlib/users/ui.py:403
4304
+ #: lino/modlib/users/actions.py:506 lino/modlib/users/models.py:97
4305
+ #: lino/modlib/users/ui.py:399
4289
4306
  msgid "Username"
4290
4307
  msgstr ""
4291
4308
 
@@ -4307,7 +4324,7 @@ msgstr ""
4307
4324
 
4308
4325
  #: lino/modlib/bootstrap3/config/bootstrap3/base.html:33
4309
4326
  #: lino/modlib/bootstrap3/views.py:49 lino/modlib/extjs/ext_renderer.py:619
4310
- #: lino/modlib/forms/views.py:50 lino/modlib/publisher/choicelists.py:233
4327
+ #: lino/modlib/forms/views.py:50 lino/modlib/publisher/choicelists.py:230
4311
4328
  #: lino/modlib/publisher/config/publisher/page.pub.html:10
4312
4329
  #: lino/modlib/publisher/config/publisher/page.pub.html:12
4313
4330
  msgid "Home"
@@ -4430,11 +4447,11 @@ msgstr ""
4430
4447
  msgid "Warning"
4431
4448
  msgstr ""
4432
4449
 
4433
- #: lino/modlib/checkdata/choicelists.py:137
4450
+ #: lino/modlib/checkdata/choicelists.py:138
4434
4451
  msgid "Data checker"
4435
4452
  msgstr ""
4436
4453
 
4437
- #: lino/modlib/checkdata/choicelists.py:138
4454
+ #: lino/modlib/checkdata/choicelists.py:139
4438
4455
  msgid "Data checkers"
4439
4456
  msgstr ""
4440
4457
 
@@ -4526,19 +4543,15 @@ msgstr ""
4526
4543
  msgid "Skeptical"
4527
4544
  msgstr ""
4528
4545
 
4529
- #: lino/modlib/comments/choicelists.py:57 lino/modlib/system/choicelists.py:102
4546
+ #: lino/modlib/comments/choicelists.py:57 lino/modlib/system/choicelists.py:105
4530
4547
  msgid "Observed event"
4531
4548
  msgstr ""
4532
4549
 
4533
- #: lino/modlib/comments/choicelists.py:58 lino/modlib/system/choicelists.py:103
4550
+ #: lino/modlib/comments/choicelists.py:58 lino/modlib/system/choicelists.py:106
4534
4551
  msgid "Observed events"
4535
4552
  msgstr ""
4536
4553
 
4537
- #: lino/modlib/comments/mixins.py:57
4538
- msgid "Add comment"
4539
- msgstr ""
4540
-
4541
- #: lino/modlib/comments/mixins.py:122
4554
+ #: lino/modlib/comments/mixins.py:123
4542
4555
  msgid "Created new {model} {obj}."
4543
4556
  msgstr ""
4544
4557
 
@@ -4626,29 +4639,29 @@ msgstr ""
4626
4639
  msgid "Missing owner in reply to comment."
4627
4640
  msgstr ""
4628
4641
 
4629
- #: lino/modlib/comments/ui.py:66
4642
+ #: lino/modlib/comments/ui.py:71
4630
4643
  msgid "More"
4631
4644
  msgstr ""
4632
4645
 
4633
- #: lino/modlib/comments/ui.py:190
4646
+ #: lino/modlib/comments/ui.py:196
4634
4647
  msgid "Recent comments"
4635
4648
  msgstr ""
4636
4649
 
4637
- #: lino/modlib/comments/ui.py:206
4650
+ #: lino/modlib/comments/ui.py:212
4638
4651
  #, python-format
4639
4652
  msgid "%(details)s about %(master)s"
4640
4653
  msgstr ""
4641
4654
 
4642
- #: lino/modlib/comments/ui.py:257
4655
+ #: lino/modlib/comments/ui.py:263
4643
4656
  msgid "Mentioned in"
4644
4657
  msgstr ""
4645
4658
 
4646
- #: lino/modlib/comments/ui.py:282
4659
+ #: lino/modlib/comments/ui.py:288
4647
4660
  #, python-format
4648
4661
  msgid "Replies to %(master)s"
4649
4662
  msgstr ""
4650
4663
 
4651
- #: lino/modlib/comments/ui.py:287
4664
+ #: lino/modlib/comments/ui.py:293
4652
4665
  msgid "Replies"
4653
4666
  msgstr ""
4654
4667
 
@@ -4700,15 +4713,15 @@ msgstr ""
4700
4713
  msgid "Similar clients: {clients}"
4701
4714
  msgstr ""
4702
4715
 
4703
- #: lino/modlib/dupable/models.py:58
4716
+ #: lino/modlib/dupable/models.py:54
4704
4717
  msgid "Phonetic word"
4705
4718
  msgstr ""
4706
4719
 
4707
- #: lino/modlib/dupable/models.py:59
4720
+ #: lino/modlib/dupable/models.py:55
4708
4721
  msgid "Phonetic words"
4709
4722
  msgstr ""
4710
4723
 
4711
- #: lino/modlib/dupable/models.py:118
4724
+ #: lino/modlib/dupable/models.py:114
4712
4725
  msgid "Similar objects"
4713
4726
  msgstr ""
4714
4727
 
@@ -4737,7 +4750,7 @@ msgid "as"
4737
4750
  msgstr ""
4738
4751
 
4739
4752
  #: lino/modlib/extjs/ext_renderer.py:511 lino/modlib/users/__init__.py:20
4740
- #: lino/modlib/users/actions.py:245 lino/modlib/users/ui.py:167
4753
+ #: lino/modlib/users/actions.py:245 lino/modlib/users/ui.py:163
4741
4754
  msgid "My settings"
4742
4755
  msgstr ""
4743
4756
 
@@ -4975,43 +4988,43 @@ msgstr ""
4975
4988
  msgid "content types"
4976
4989
  msgstr ""
4977
4990
 
4978
- #: lino/modlib/help/models.py:21
4991
+ #: lino/modlib/help/models.py:26
4979
4992
  msgid "Open Help Window"
4980
4993
  msgstr ""
4981
4994
 
4982
- #: lino/modlib/help/models.py:60
4995
+ #: lino/modlib/help/models.py:65
4983
4996
  msgid "Site contact type"
4984
4997
  msgstr ""
4985
4998
 
4986
- #: lino/modlib/help/models.py:61
4999
+ #: lino/modlib/help/models.py:66
4987
5000
  msgid "Site contact types"
4988
5001
  msgstr ""
4989
5002
 
4990
- #: lino/modlib/help/models.py:65 lino/modlib/system/models.py:99
5003
+ #: lino/modlib/help/models.py:70 lino/modlib/system/models.py:98
4991
5004
  msgid "Site owner"
4992
5005
  msgstr ""
4993
5006
 
4994
- #: lino/modlib/help/models.py:66
5007
+ #: lino/modlib/help/models.py:71
4995
5008
  msgid "Server administrator"
4996
5009
  msgstr ""
4997
5010
 
4998
- #: lino/modlib/help/models.py:67
5011
+ #: lino/modlib/help/models.py:72
4999
5012
  msgid "Site administrator"
5000
5013
  msgstr ""
5001
5014
 
5002
- #: lino/modlib/help/models.py:68
5015
+ #: lino/modlib/help/models.py:73
5003
5016
  msgid "Hotline"
5004
5017
  msgstr ""
5005
5018
 
5006
- #: lino/modlib/help/models.py:73
5019
+ #: lino/modlib/help/models.py:78
5007
5020
  msgid "Site contact"
5008
5021
  msgstr ""
5009
5022
 
5010
- #: lino/modlib/help/models.py:74
5023
+ #: lino/modlib/help/models.py:79
5011
5024
  msgid "Site contacts"
5012
5025
  msgstr ""
5013
5026
 
5014
- #: lino/modlib/help/fixtures/demo2.py:20
5027
+ #: lino/modlib/help/fixtures/demo2.py:21
5015
5028
  msgid "Mon and Fri from 11:30 to 12:00"
5016
5029
  msgstr ""
5017
5030
 
@@ -5270,11 +5283,11 @@ msgstr ""
5270
5283
  msgid "Mentions"
5271
5284
  msgstr ""
5272
5285
 
5273
- #: lino/modlib/memo/models.py:62
5286
+ #: lino/modlib/memo/models.py:74
5274
5287
  msgid "Referrer"
5275
5288
  msgstr ""
5276
5289
 
5277
- #: lino/modlib/memo/models.py:81
5290
+ #: lino/modlib/memo/models.py:93
5278
5291
  msgid "Mentioned by"
5279
5292
  msgstr ""
5280
5293
 
@@ -5419,86 +5432,86 @@ msgstr ""
5419
5432
  msgid "Fiscal years"
5420
5433
  msgstr ""
5421
5434
 
5422
- #: lino/modlib/periods/mixins.py:23
5423
- msgid "Start period"
5435
+ #: lino/modlib/periods/choicelists.py:21
5436
+ msgid "Period type"
5424
5437
  msgstr ""
5425
5438
 
5426
- #: lino/modlib/periods/mixins.py:30
5427
- msgid "End period"
5439
+ #: lino/modlib/periods/choicelists.py:22
5440
+ msgid "Period types"
5428
5441
  msgstr ""
5429
5442
 
5430
- #: lino/modlib/periods/mixins.py:52 lino/modlib/periods/mixins.py:90
5431
- msgid "Period from"
5443
+ #: lino/modlib/periods/choicelists.py:29
5444
+ msgid "Template for reference"
5432
5445
  msgstr ""
5433
5446
 
5434
- #: lino/modlib/periods/mixins.py:57
5435
- msgid ""
5436
- "Optional end of observed period range. Leave empty to observe only the "
5437
- "start period."
5447
+ #: lino/modlib/periods/choicelists.py:35 lino/modlib/summaries/mixins.py:133
5448
+ msgid "Month"
5438
5449
  msgstr ""
5439
5450
 
5440
- #: lino/modlib/periods/mixins.py:59
5441
- msgid "Period until"
5451
+ #: lino/modlib/periods/choicelists.py:36
5452
+ msgid "Quarter"
5442
5453
  msgstr ""
5443
5454
 
5444
- #: lino/modlib/periods/mixins.py:98
5445
- msgid "Start of observed period range"
5455
+ #: lino/modlib/periods/choicelists.py:37
5456
+ msgid "Trimester"
5446
5457
  msgstr ""
5447
5458
 
5448
- #: lino/modlib/periods/mixins.py:111
5449
- msgid "Select at least a start period"
5459
+ #: lino/modlib/periods/choicelists.py:38
5460
+ msgid "Semester"
5450
5461
  msgstr ""
5451
5462
 
5452
- #: lino/modlib/periods/mixins.py:114
5453
- msgid "End period must be after start period"
5463
+ #: lino/modlib/periods/choicelists.py:45
5464
+ msgid "Open"
5454
5465
  msgstr ""
5455
5466
 
5456
- #: lino/modlib/periods/mixins.py:120
5457
- msgid "Periods {}...{}"
5467
+ #: lino/modlib/periods/choicelists.py:46
5468
+ msgid "Closed"
5458
5469
  msgstr ""
5459
5470
 
5460
- #: lino/modlib/periods/mixins.py:123
5461
- msgid "Period {}"
5471
+ #: lino/modlib/periods/mixins.py:25
5472
+ msgid "Start period"
5462
5473
  msgstr ""
5463
5474
 
5464
- #: lino/modlib/periods/mixins.py:125
5465
- msgid "All periods"
5475
+ #: lino/modlib/periods/mixins.py:32
5476
+ msgid "End period"
5466
5477
  msgstr ""
5467
5478
 
5468
- #: lino/modlib/periods/models.py:31
5469
- msgid "Period type"
5479
+ #: lino/modlib/periods/mixins.py:54 lino/modlib/periods/mixins.py:92
5480
+ msgid "Period from"
5470
5481
  msgstr ""
5471
5482
 
5472
- #: lino/modlib/periods/models.py:32
5473
- msgid "Period types"
5483
+ #: lino/modlib/periods/mixins.py:59
5484
+ msgid ""
5485
+ "Optional end of observed period range. Leave empty to observe only the "
5486
+ "start period."
5474
5487
  msgstr ""
5475
5488
 
5476
- #: lino/modlib/periods/models.py:39
5477
- msgid "Template for reference"
5489
+ #: lino/modlib/periods/mixins.py:61
5490
+ msgid "Period until"
5478
5491
  msgstr ""
5479
5492
 
5480
- #: lino/modlib/periods/models.py:45 lino/modlib/summaries/mixins.py:133
5481
- msgid "Month"
5493
+ #: lino/modlib/periods/mixins.py:100
5494
+ msgid "Start of observed period range"
5482
5495
  msgstr ""
5483
5496
 
5484
- #: lino/modlib/periods/models.py:46
5485
- msgid "Quarter"
5497
+ #: lino/modlib/periods/mixins.py:113
5498
+ msgid "Select at least a start period"
5486
5499
  msgstr ""
5487
5500
 
5488
- #: lino/modlib/periods/models.py:47
5489
- msgid "Trimester"
5501
+ #: lino/modlib/periods/mixins.py:116
5502
+ msgid "End period must be after start period"
5490
5503
  msgstr ""
5491
5504
 
5492
- #: lino/modlib/periods/models.py:48
5493
- msgid "Semester"
5505
+ #: lino/modlib/periods/mixins.py:122
5506
+ msgid "Periods {}...{}"
5494
5507
  msgstr ""
5495
5508
 
5496
- #: lino/modlib/periods/models.py:55
5497
- msgid "Open"
5509
+ #: lino/modlib/periods/mixins.py:125
5510
+ msgid "Period {}"
5498
5511
  msgstr ""
5499
5512
 
5500
- #: lino/modlib/periods/models.py:56
5501
- msgid "Closed"
5513
+ #: lino/modlib/periods/mixins.py:127
5514
+ msgid "All periods"
5502
5515
  msgstr ""
5503
5516
 
5504
5517
  #: lino/modlib/printing/__init__.py:13
@@ -5571,84 +5584,84 @@ msgstr ""
5571
5584
  msgid "Seems to have been built ({bt}), but cache file is missing ."
5572
5585
  msgstr ""
5573
5586
 
5574
- #: lino/modlib/publisher/choicelists.py:102
5575
- #: lino/modlib/publisher/choicelists.py:126
5587
+ #: lino/modlib/publisher/choicelists.py:99
5588
+ #: lino/modlib/publisher/choicelists.py:123
5576
5589
  msgid "Public"
5577
5590
  msgstr ""
5578
5591
 
5579
- #: lino/modlib/publisher/choicelists.py:107
5592
+ #: lino/modlib/publisher/choicelists.py:104
5580
5593
  msgid "Publishing state"
5581
5594
  msgstr ""
5582
5595
 
5583
- #: lino/modlib/publisher/choicelists.py:108
5596
+ #: lino/modlib/publisher/choicelists.py:105
5584
5597
  msgid "Publishing states"
5585
5598
  msgstr ""
5586
5599
 
5587
- #: lino/modlib/publisher/choicelists.py:115
5600
+ #: lino/modlib/publisher/choicelists.py:112
5588
5601
  msgid "public"
5589
5602
  msgstr ""
5590
5603
 
5591
- #: lino/modlib/publisher/choicelists.py:124
5604
+ #: lino/modlib/publisher/choicelists.py:121
5592
5605
  msgid "Draft"
5593
5606
  msgstr ""
5594
5607
 
5595
- #: lino/modlib/publisher/choicelists.py:125
5608
+ #: lino/modlib/publisher/choicelists.py:122
5596
5609
  msgid "Ready"
5597
5610
  msgstr ""
5598
5611
 
5599
- #: lino/modlib/publisher/choicelists.py:127
5612
+ #: lino/modlib/publisher/choicelists.py:124
5600
5613
  msgid "Removed"
5601
5614
  msgstr ""
5602
5615
 
5603
- #: lino/modlib/publisher/choicelists.py:171
5616
+ #: lino/modlib/publisher/choicelists.py:168
5604
5617
  msgid "Page filler"
5605
5618
  msgstr ""
5606
5619
 
5607
- #: lino/modlib/publisher/choicelists.py:172
5620
+ #: lino/modlib/publisher/choicelists.py:169
5608
5621
  msgid "Page fillers"
5609
5622
  msgstr ""
5610
5623
 
5611
- #: lino/modlib/publisher/choicelists.py:177
5624
+ #: lino/modlib/publisher/choicelists.py:174
5612
5625
  msgid "Data table"
5613
5626
  msgstr ""
5614
5627
 
5615
- #: lino/modlib/publisher/choicelists.py:203
5628
+ #: lino/modlib/publisher/choicelists.py:200
5616
5629
  msgid "Special page"
5617
5630
  msgstr ""
5618
5631
 
5619
- #: lino/modlib/publisher/choicelists.py:204
5632
+ #: lino/modlib/publisher/choicelists.py:201
5620
5633
  msgid "Special pages"
5621
5634
  msgstr ""
5622
5635
 
5623
- #: lino/modlib/publisher/choicelists.py:216 lino/modlib/publisher/models.py:47
5636
+ #: lino/modlib/publisher/choicelists.py:213 lino/modlib/publisher/models.py:47
5624
5637
  msgid "Pages"
5625
5638
  msgstr ""
5626
5639
 
5627
- #: lino/modlib/publisher/choicelists.py:225
5640
+ #: lino/modlib/publisher/choicelists.py:222
5628
5641
  msgid "(create)"
5629
5642
  msgstr ""
5630
5643
 
5631
- #: lino/modlib/publisher/choicelists.py:233
5644
+ #: lino/modlib/publisher/choicelists.py:230
5632
5645
  msgid "Welcome to our great website."
5633
5646
  msgstr ""
5634
5647
 
5635
- #: lino/modlib/publisher/choicelists.py:234
5648
+ #: lino/modlib/publisher/choicelists.py:231
5636
5649
  msgid "Terms and conditions"
5637
5650
  msgstr ""
5638
5651
 
5639
- #: lino/modlib/publisher/choicelists.py:235
5652
+ #: lino/modlib/publisher/choicelists.py:232
5640
5653
  msgid "Privacy policy"
5641
5654
  msgstr ""
5642
5655
 
5643
- #: lino/modlib/publisher/choicelists.py:236
5656
+ #: lino/modlib/publisher/choicelists.py:233
5644
5657
  msgid "Cookie settings"
5645
5658
  msgstr ""
5646
5659
 
5647
- #: lino/modlib/publisher/choicelists.py:237
5660
+ #: lino/modlib/publisher/choicelists.py:234
5648
5661
  msgid "Copyright"
5649
5662
  msgstr ""
5650
5663
 
5651
- #: lino/modlib/publisher/choicelists.py:238
5664
+ #: lino/modlib/publisher/choicelists.py:235
5652
5665
  msgid "About us"
5653
5666
  msgstr ""
5654
5667
 
@@ -5716,7 +5729,7 @@ msgstr ""
5716
5729
  msgid "System"
5717
5730
  msgstr ""
5718
5731
 
5719
- #: lino/modlib/system/__init__.py:36
5732
+ #: lino/modlib/system/__init__.py:33
5720
5733
  msgid "You have a dangling edit lock on"
5721
5734
  msgstr ""
5722
5735
 
@@ -5728,379 +5741,415 @@ msgstr ""
5728
5741
  msgid "Abort"
5729
5742
  msgstr ""
5730
5743
 
5731
- #: lino/modlib/system/choicelists.py:21
5744
+ #: lino/modlib/system/choicelists.py:24
5732
5745
  msgid "Yes or no"
5733
5746
  msgstr ""
5734
5747
 
5735
- #: lino/modlib/system/choicelists.py:31
5748
+ #: lino/modlib/system/choicelists.py:34
5736
5749
  msgid "Gender"
5737
5750
  msgstr ""
5738
5751
 
5739
- #: lino/modlib/system/choicelists.py:32
5752
+ #: lino/modlib/system/choicelists.py:35
5740
5753
  msgid "Genders"
5741
5754
  msgstr ""
5742
5755
 
5743
- #: lino/modlib/system/choicelists.py:36
5756
+ #: lino/modlib/system/choicelists.py:39
5744
5757
  msgid "Male"
5745
5758
  msgstr ""
5746
5759
 
5747
- #: lino/modlib/system/choicelists.py:37
5760
+ #: lino/modlib/system/choicelists.py:40
5748
5761
  msgid "Female"
5749
5762
  msgstr ""
5750
5763
 
5751
- #: lino/modlib/system/choicelists.py:38
5764
+ #: lino/modlib/system/choicelists.py:41
5752
5765
  msgid "Nonbinary"
5753
5766
  msgstr ""
5754
5767
 
5755
- #: lino/modlib/system/choicelists.py:53
5768
+ #: lino/modlib/system/choicelists.py:56
5756
5769
  msgid "Starts"
5757
5770
  msgstr ""
5758
5771
 
5759
- #: lino/modlib/system/choicelists.py:68
5772
+ #: lino/modlib/system/choicelists.py:71
5760
5773
  msgid "Is active"
5761
5774
  msgstr ""
5762
5775
 
5763
- #: lino/modlib/system/choicelists.py:82
5776
+ #: lino/modlib/system/choicelists.py:85
5764
5777
  msgid "Ends"
5765
5778
  msgstr ""
5766
5779
 
5767
- #: lino/modlib/system/choicelists.py:179
5780
+ #: lino/modlib/system/choicelists.py:169
5768
5781
  msgid "Weekday"
5769
5782
  msgstr ""
5770
5783
 
5771
- #: lino/modlib/system/choicelists.py:183
5784
+ #: lino/modlib/system/choicelists.py:173
5772
5785
  msgid "Monday"
5773
5786
  msgstr ""
5774
5787
 
5775
- #: lino/modlib/system/choicelists.py:184
5788
+ #: lino/modlib/system/choicelists.py:174
5776
5789
  msgid "Tuesday"
5777
5790
  msgstr ""
5778
5791
 
5779
- #: lino/modlib/system/choicelists.py:185
5792
+ #: lino/modlib/system/choicelists.py:175
5780
5793
  msgid "Wednesday"
5781
5794
  msgstr ""
5782
5795
 
5783
- #: lino/modlib/system/choicelists.py:186
5796
+ #: lino/modlib/system/choicelists.py:176
5784
5797
  msgid "Thursday"
5785
5798
  msgstr ""
5786
5799
 
5787
- #: lino/modlib/system/choicelists.py:187
5800
+ #: lino/modlib/system/choicelists.py:177
5788
5801
  msgid "Friday"
5789
5802
  msgstr ""
5790
5803
 
5791
- #: lino/modlib/system/choicelists.py:188
5804
+ #: lino/modlib/system/choicelists.py:178
5792
5805
  msgid "Saturday"
5793
5806
  msgstr ""
5794
5807
 
5795
- #: lino/modlib/system/choicelists.py:189
5808
+ #: lino/modlib/system/choicelists.py:179
5796
5809
  msgid "Sunday"
5797
5810
  msgstr ""
5798
5811
 
5799
- #: lino/modlib/system/choicelists.py:200
5812
+ #: lino/modlib/system/choicelists.py:190
5800
5813
  msgid "Duration Unit"
5801
5814
  msgstr ""
5802
5815
 
5803
- #: lino/modlib/system/choicelists.py:205
5816
+ #: lino/modlib/system/choicelists.py:195
5804
5817
  msgid "seconds"
5805
5818
  msgstr ""
5806
5819
 
5807
- #: lino/modlib/system/choicelists.py:206
5820
+ #: lino/modlib/system/choicelists.py:196
5808
5821
  msgid "minutes"
5809
5822
  msgstr ""
5810
5823
 
5811
- #: lino/modlib/system/choicelists.py:207
5824
+ #: lino/modlib/system/choicelists.py:197
5812
5825
  msgid "hours"
5813
5826
  msgstr ""
5814
5827
 
5815
- #: lino/modlib/system/choicelists.py:208
5828
+ #: lino/modlib/system/choicelists.py:198
5816
5829
  msgid "days"
5817
5830
  msgstr ""
5818
5831
 
5819
- #: lino/modlib/system/choicelists.py:209
5832
+ #: lino/modlib/system/choicelists.py:199
5820
5833
  msgid "weeks"
5821
5834
  msgstr ""
5822
5835
 
5823
- #: lino/modlib/system/choicelists.py:210
5836
+ #: lino/modlib/system/choicelists.py:200
5824
5837
  msgid "months"
5825
5838
  msgstr ""
5826
5839
 
5827
- #: lino/modlib/system/choicelists.py:211
5840
+ #: lino/modlib/system/choicelists.py:201
5828
5841
  msgid "years"
5829
5842
  msgstr ""
5830
5843
 
5831
- #: lino/modlib/system/choicelists.py:215
5844
+ #: lino/modlib/system/choicelists.py:205
5832
5845
  msgid "Recurrence"
5833
5846
  msgstr ""
5834
5847
 
5835
- #: lino/modlib/system/choicelists.py:216
5848
+ #: lino/modlib/system/choicelists.py:206
5836
5849
  msgid "Recurrences"
5837
5850
  msgstr ""
5838
5851
 
5839
- #: lino/modlib/system/choicelists.py:222
5852
+ #: lino/modlib/system/choicelists.py:212
5840
5853
  msgid "once"
5841
5854
  msgstr ""
5842
5855
 
5843
- #: lino/modlib/system/choicelists.py:223
5856
+ #: lino/modlib/system/choicelists.py:213
5844
5857
  msgid "never"
5845
5858
  msgstr ""
5846
5859
 
5847
- #: lino/modlib/system/choicelists.py:224
5860
+ #: lino/modlib/system/choicelists.py:214
5848
5861
  msgid "secondly"
5849
5862
  msgstr ""
5850
5863
 
5851
- #: lino/modlib/system/choicelists.py:225
5864
+ #: lino/modlib/system/choicelists.py:215
5852
5865
  msgid "minutely"
5853
5866
  msgstr ""
5854
5867
 
5855
- #: lino/modlib/system/choicelists.py:226
5868
+ #: lino/modlib/system/choicelists.py:216
5856
5869
  msgid "hourly"
5857
5870
  msgstr ""
5858
5871
 
5859
- #: lino/modlib/system/choicelists.py:227
5872
+ #: lino/modlib/system/choicelists.py:217
5860
5873
  msgid "daily"
5861
5874
  msgstr ""
5862
5875
 
5863
- #: lino/modlib/system/choicelists.py:228
5876
+ #: lino/modlib/system/choicelists.py:218
5864
5877
  msgid "weekly"
5865
5878
  msgstr ""
5866
5879
 
5867
- #: lino/modlib/system/choicelists.py:229
5880
+ #: lino/modlib/system/choicelists.py:219
5868
5881
  msgid "monthly"
5869
5882
  msgstr ""
5870
5883
 
5871
- #: lino/modlib/system/choicelists.py:230
5884
+ #: lino/modlib/system/choicelists.py:220
5872
5885
  msgid "yearly"
5873
5886
  msgstr ""
5874
5887
 
5875
- #: lino/modlib/system/choicelists.py:231
5888
+ #: lino/modlib/system/choicelists.py:221
5876
5889
  msgid "per weekday"
5877
5890
  msgstr ""
5878
5891
 
5879
- #: lino/modlib/system/choicelists.py:232
5892
+ #: lino/modlib/system/choicelists.py:222
5880
5893
  msgid "Relative to Easter"
5881
5894
  msgstr ""
5882
5895
 
5883
- #: lino/modlib/system/choicelists.py:244
5896
+ #: lino/modlib/system/choicelists.py:234
5884
5897
  msgid "Display color"
5885
5898
  msgstr ""
5886
5899
 
5887
- #: lino/modlib/system/choicelists.py:245
5900
+ #: lino/modlib/system/choicelists.py:235
5888
5901
  msgid "Display colors"
5889
5902
  msgstr ""
5890
5903
 
5891
- #: lino/modlib/system/choicelists.py:262
5904
+ #: lino/modlib/system/choicelists.py:241
5905
+ msgid "Font color"
5906
+ msgstr ""
5907
+
5908
+ #: lino/modlib/system/choicelists.py:268
5892
5909
  msgid "White"
5893
5910
  msgstr ""
5894
5911
 
5895
- #: lino/modlib/system/choicelists.py:263
5912
+ #: lino/modlib/system/choicelists.py:269
5896
5913
  msgid "Gray"
5897
5914
  msgstr ""
5898
5915
 
5899
- #: lino/modlib/system/choicelists.py:264
5916
+ #: lino/modlib/system/choicelists.py:270
5900
5917
  msgid "Black"
5901
5918
  msgstr ""
5902
5919
 
5903
- #: lino/modlib/system/choicelists.py:267
5920
+ #: lino/modlib/system/choicelists.py:273
5904
5921
  msgid "Red"
5905
5922
  msgstr ""
5906
5923
 
5907
- #: lino/modlib/system/choicelists.py:268
5924
+ #: lino/modlib/system/choicelists.py:274
5908
5925
  msgid "Orange"
5909
5926
  msgstr ""
5910
5927
 
5911
- #: lino/modlib/system/choicelists.py:269
5928
+ #: lino/modlib/system/choicelists.py:275
5912
5929
  msgid "Yellow"
5913
5930
  msgstr ""
5914
5931
 
5915
- #: lino/modlib/system/choicelists.py:270
5932
+ #: lino/modlib/system/choicelists.py:276
5916
5933
  msgid "Green"
5917
5934
  msgstr ""
5918
5935
 
5919
- #: lino/modlib/system/choicelists.py:271
5936
+ #: lino/modlib/system/choicelists.py:277
5920
5937
  msgid "Blue"
5921
5938
  msgstr ""
5922
5939
 
5923
- #: lino/modlib/system/choicelists.py:272
5940
+ #: lino/modlib/system/choicelists.py:278
5924
5941
  msgid "Magenta"
5925
5942
  msgstr ""
5926
5943
 
5927
- #: lino/modlib/system/choicelists.py:273
5944
+ #: lino/modlib/system/choicelists.py:279
5928
5945
  msgid "Violet"
5929
5946
  msgstr ""
5930
5947
 
5931
- #: lino/modlib/system/choicelists.py:276
5948
+ #: lino/modlib/system/choicelists.py:282
5932
5949
  msgid "Silver"
5933
5950
  msgstr ""
5934
5951
 
5935
- #: lino/modlib/system/choicelists.py:277
5952
+ #: lino/modlib/system/choicelists.py:283
5936
5953
  msgid "Maroon"
5937
5954
  msgstr ""
5938
5955
 
5939
- #: lino/modlib/system/choicelists.py:278
5956
+ #: lino/modlib/system/choicelists.py:284
5940
5957
  msgid "Peru"
5941
5958
  msgstr ""
5942
5959
 
5943
- #: lino/modlib/system/choicelists.py:279
5960
+ #: lino/modlib/system/choicelists.py:285
5961
+ msgid "Pink"
5962
+ msgstr ""
5963
+
5964
+ #: lino/modlib/system/choicelists.py:286
5944
5965
  msgid "Olive"
5945
5966
  msgstr ""
5946
5967
 
5947
- #: lino/modlib/system/choicelists.py:280
5968
+ #: lino/modlib/system/choicelists.py:287
5948
5969
  msgid "Aqua"
5949
5970
  msgstr ""
5950
5971
 
5951
- #: lino/modlib/system/choicelists.py:281
5972
+ #: lino/modlib/system/choicelists.py:288
5952
5973
  msgid "Navy"
5953
5974
  msgstr ""
5954
5975
 
5955
- #: lino/modlib/system/choicelists.py:282
5976
+ #: lino/modlib/system/choicelists.py:289
5977
+ msgid "Aquamarine"
5978
+ msgstr ""
5979
+
5980
+ #: lino/modlib/system/choicelists.py:290
5981
+ msgid "DarkGreen"
5982
+ msgstr ""
5983
+
5984
+ #: lino/modlib/system/choicelists.py:291
5985
+ msgid "PaleGreen"
5986
+ msgstr ""
5987
+
5988
+ #: lino/modlib/system/choicelists.py:292
5989
+ msgid "Chartreuse"
5990
+ msgstr ""
5991
+
5992
+ #: lino/modlib/system/choicelists.py:293
5993
+ msgid "Lime"
5994
+ msgstr ""
5995
+
5996
+ #: lino/modlib/system/choicelists.py:294
5956
5997
  msgid "Fuchsia"
5957
5998
  msgstr ""
5958
5999
 
5959
- #: lino/modlib/system/choicelists.py:283
6000
+ #: lino/modlib/system/choicelists.py:295
6001
+ msgid "Cyan"
6002
+ msgstr ""
6003
+
6004
+ #: lino/modlib/system/choicelists.py:296
5960
6005
  msgid "Purple"
5961
6006
  msgstr ""
5962
6007
 
5963
- #: lino/modlib/system/mixins.py:118
6008
+ #: lino/modlib/system/mixins.py:82
6009
+ msgid "Locked by"
6010
+ msgstr ""
6011
+
6012
+ #: lino/modlib/system/mixins.py:119
5964
6013
  msgid "{row} is being edited by {user}. Please try again later."
5965
6014
  msgstr ""
5966
6015
 
5967
- #: lino/modlib/system/mixins.py:200
6016
+ #: lino/modlib/system/mixins.py:201
5968
6017
  msgid "first"
5969
6018
  msgstr ""
5970
6019
 
5971
- #: lino/modlib/system/mixins.py:201
6020
+ #: lino/modlib/system/mixins.py:202
5972
6021
  msgid "last"
5973
6022
  msgstr ""
5974
6023
 
5975
- #: lino/modlib/system/mixins.py:202
6024
+ #: lino/modlib/system/mixins.py:203
5976
6025
  msgid "second"
5977
6026
  msgstr ""
5978
6027
 
5979
- #: lino/modlib/system/mixins.py:203
6028
+ #: lino/modlib/system/mixins.py:204
5980
6029
  msgid "second last"
5981
6030
  msgstr ""
5982
6031
 
5983
- #: lino/modlib/system/mixins.py:204
6032
+ #: lino/modlib/system/mixins.py:205
5984
6033
  msgid "third"
5985
6034
  msgstr ""
5986
6035
 
5987
- #: lino/modlib/system/mixins.py:205
6036
+ #: lino/modlib/system/mixins.py:206
5988
6037
  msgid "third last"
5989
6038
  msgstr ""
5990
6039
 
5991
- #: lino/modlib/system/mixins.py:206
6040
+ #: lino/modlib/system/mixins.py:207
5992
6041
  msgid "fourth"
5993
6042
  msgstr ""
5994
6043
 
5995
- #: lino/modlib/system/mixins.py:207
6044
+ #: lino/modlib/system/mixins.py:208
5996
6045
  msgid "fourth last"
5997
6046
  msgstr ""
5998
6047
 
5999
- #: lino/modlib/system/mixins.py:216
6048
+ #: lino/modlib/system/mixins.py:217
6000
6049
  msgid "Repeat every"
6001
6050
  msgstr ""
6002
6051
 
6003
- #: lino/modlib/system/mixins.py:217
6052
+ #: lino/modlib/system/mixins.py:218
6004
6053
  msgid "Positions"
6005
6054
  msgstr ""
6006
6055
 
6007
- #: lino/modlib/system/mixins.py:229
6056
+ #: lino/modlib/system/mixins.py:230
6008
6057
  msgid "Number of events"
6009
6058
  msgstr ""
6010
6059
 
6011
- #: lino/modlib/system/mixins.py:290
6060
+ #: lino/modlib/system/mixins.py:291
6012
6061
  msgid "Times"
6013
6062
  msgstr ""
6014
6063
 
6015
- #: lino/modlib/system/mixins.py:296
6064
+ #: lino/modlib/system/mixins.py:297
6016
6065
  msgid "When"
6017
6066
  msgstr ""
6018
6067
 
6019
- #: lino/modlib/system/mixins.py:299
6068
+ #: lino/modlib/system/mixins.py:300
6020
6069
  msgid "Not specified"
6021
6070
  msgstr ""
6022
6071
 
6023
- #: lino/modlib/system/mixins.py:301
6072
+ #: lino/modlib/system/mixins.py:302
6024
6073
  msgid "Never"
6025
6074
  msgstr ""
6026
6075
 
6027
- #: lino/modlib/system/mixins.py:304
6076
+ #: lino/modlib/system/mixins.py:305
6028
6077
  msgid "{0}-{1}"
6029
6078
  msgstr ""
6030
6079
 
6031
- #: lino/modlib/system/mixins.py:311
6080
+ #: lino/modlib/system/mixins.py:312
6032
6081
  msgid "Once starting on {0} (only {1})"
6033
6082
  msgstr ""
6034
6083
 
6035
- #: lino/modlib/system/mixins.py:314
6084
+ #: lino/modlib/system/mixins.py:315
6036
6085
  msgid "On {0}"
6037
6086
  msgstr ""
6038
6087
 
6039
- #: lino/modlib/system/mixins.py:316 lino/modlib/system/mixins.py:330
6088
+ #: lino/modlib/system/mixins.py:317 lino/modlib/system/mixins.py:331
6040
6089
  msgid "day"
6041
6090
  msgstr ""
6042
6091
 
6043
- #: lino/modlib/system/mixins.py:320
6092
+ #: lino/modlib/system/mixins.py:321
6044
6093
  msgid "Every week"
6045
6094
  msgstr ""
6046
6095
 
6047
- #: lino/modlib/system/mixins.py:328 lino/modlib/system/mixins.py:330
6096
+ #: lino/modlib/system/mixins.py:329 lino/modlib/system/mixins.py:331
6048
6097
  msgid "and"
6049
6098
  msgstr ""
6050
6099
 
6051
- #: lino/modlib/system/mixins.py:332
6100
+ #: lino/modlib/system/mixins.py:333
6052
6101
  msgid "Every {day} of the month"
6053
6102
  msgstr ""
6054
6103
 
6055
- #: lino/modlib/system/mixins.py:334
6104
+ #: lino/modlib/system/mixins.py:335
6056
6105
  msgid "Every month"
6057
6106
  msgid_plural "Every {count} months"
6058
6107
  msgstr[0] ""
6059
6108
  msgstr[1] ""
6060
6109
 
6061
- #: lino/modlib/system/mixins.py:338
6110
+ #: lino/modlib/system/mixins.py:339
6062
6111
  msgid "Every year"
6063
6112
  msgid_plural "Every {count} years"
6064
6113
  msgstr[0] ""
6065
6114
  msgstr[1] ""
6066
6115
 
6067
- #: lino/modlib/system/mixins.py:341
6116
+ #: lino/modlib/system/mixins.py:342
6068
6117
  msgid "Every year (with Easter)"
6069
6118
  msgid_plural "Every {count} years (with Easter)"
6070
6119
  msgstr[0] ""
6071
6120
  msgstr[1] ""
6072
6121
 
6073
- #: lino/modlib/system/mixins.py:349
6122
+ #: lino/modlib/system/mixins.py:350
6074
6123
  msgid "Every {day}"
6075
6124
  msgid_plural "Every {ord_count} {day}"
6076
6125
  msgstr[0] ""
6077
6126
  msgstr[1] ""
6078
6127
 
6079
- #: lino/modlib/system/mixins.py:374
6128
+ #: lino/modlib/system/mixins.py:375
6080
6129
  msgid "working day"
6081
6130
  msgstr ""
6082
6131
 
6083
- #: lino/modlib/system/models.py:42
6132
+ #: lino/modlib/system/models.py:41
6084
6133
  msgid "Rebuild site cache"
6085
6134
  msgstr ""
6086
6135
 
6087
- #: lino/modlib/system/models.py:69 lino/modlib/system/models.py:149
6136
+ #: lino/modlib/system/models.py:68 lino/modlib/system/models.py:148
6088
6137
  msgid "Site configuration"
6089
6138
  msgstr ""
6090
6139
 
6091
- #: lino/modlib/system/models.py:90
6140
+ #: lino/modlib/system/models.py:89
6092
6141
  msgid "Default build method"
6093
6142
  msgstr ""
6094
6143
 
6095
- #: lino/modlib/system/models.py:93
6144
+ #: lino/modlib/system/models.py:92
6096
6145
  msgid "Simulated date"
6097
6146
  msgstr ""
6098
6147
 
6099
- #: lino/modlib/system/models.py:340
6148
+ #: lino/modlib/system/models.py:322
6100
6149
  msgid "Find unbleached html content"
6101
6150
  msgstr ""
6102
6151
 
6103
- #: lino/modlib/system/models.py:352
6152
+ #: lino/modlib/system/models.py:334
6104
6153
  msgid "Fields {} have unbleached content."
6105
6154
  msgstr ""
6106
6155
 
@@ -6278,23 +6327,23 @@ msgstr ""
6278
6327
  msgid "Open the file in a new browser window"
6279
6328
  msgstr ""
6280
6329
 
6281
- #: lino/modlib/uploads/utils.py:43
6330
+ #: lino/modlib/uploads/utils.py:48
6282
6331
  msgid "PDF file"
6283
6332
  msgstr ""
6284
6333
 
6285
- #: lino/modlib/uploads/utils.py:45
6334
+ #: lino/modlib/uploads/utils.py:50
6286
6335
  msgid "picture"
6287
6336
  msgstr ""
6288
6337
 
6289
- #: lino/modlib/uploads/utils.py:46
6338
+ #: lino/modlib/uploads/utils.py:51
6290
6339
  msgid "media file"
6291
6340
  msgstr ""
6292
6341
 
6293
- #: lino/modlib/uploads/utils.py:89
6342
+ #: lino/modlib/uploads/utils.py:94
6294
6343
  msgid "Must build thumbnail for {}"
6295
6344
  msgstr ""
6296
6345
 
6297
- #: lino/modlib/users/__init__.py:11 lino/modlib/users/models.py:82
6346
+ #: lino/modlib/users/__init__.py:11 lino/modlib/users/models.py:81
6298
6347
  msgid "Users"
6299
6348
  msgstr ""
6300
6349
 
@@ -6461,127 +6510,127 @@ msgstr ""
6461
6510
  msgid "Author"
6462
6511
  msgstr ""
6463
6512
 
6464
- #: lino/modlib/users/mixins.py:167
6513
+ #: lino/modlib/users/mixins.py:166
6465
6514
  msgid "My {}"
6466
6515
  msgstr ""
6467
6516
 
6468
- #: lino/modlib/users/mixins.py:220
6517
+ #: lino/modlib/users/mixins.py:223
6469
6518
  msgid "Update plan"
6470
6519
  msgstr ""
6471
6520
 
6472
- #: lino/modlib/users/mixins.py:236
6521
+ #: lino/modlib/users/mixins.py:239
6473
6522
  msgid "Today"
6474
6523
  msgstr ""
6475
6524
 
6476
- #: lino/modlib/users/mixins.py:287
6525
+ #: lino/modlib/users/mixins.py:290
6477
6526
  msgid "Assign to me"
6478
6527
  msgstr ""
6479
6528
 
6480
- #: lino/modlib/users/mixins.py:320
6529
+ #: lino/modlib/users/mixins.py:323
6481
6530
  msgid "You become assigned to this."
6482
6531
  msgstr ""
6483
6532
 
6484
- #: lino/modlib/users/mixins.py:343
6533
+ #: lino/modlib/users/mixins.py:346
6485
6534
  msgid "Take"
6486
6535
  msgstr ""
6487
6536
 
6488
- #: lino/modlib/users/mixins.py:384
6537
+ #: lino/modlib/users/mixins.py:387
6489
6538
  msgid "You take responsibility for {}."
6490
6539
  msgstr ""
6491
6540
 
6492
- #: lino/modlib/users/mixins.py:404
6541
+ #: lino/modlib/users/mixins.py:407
6493
6542
  msgid "Assigned to"
6494
6543
  msgstr ""
6495
6544
 
6496
- #: lino/modlib/users/mixins.py:459
6545
+ #: lino/modlib/users/mixins.py:462
6497
6546
  msgid "{user} assigned you to {what}"
6498
6547
  msgstr ""
6499
6548
 
6500
- #: lino/modlib/users/models.py:100
6549
+ #: lino/modlib/users/models.py:99
6501
6550
  msgid "Initials"
6502
6551
  msgstr ""
6503
6552
 
6504
- #: lino/modlib/users/models.py:102
6553
+ #: lino/modlib/users/models.py:101
6505
6554
  msgid "Nickname"
6506
6555
  msgstr ""
6507
6556
 
6508
- #: lino/modlib/users/models.py:107
6557
+ #: lino/modlib/users/models.py:106
6509
6558
  msgid "Remarks"
6510
6559
  msgstr ""
6511
6560
 
6512
- #: lino/modlib/users/models.py:189
6561
+ #: lino/modlib/users/models.py:187
6513
6562
  msgid "Status"
6514
6563
  msgstr ""
6515
6564
 
6516
- #: lino/modlib/users/models.py:191
6565
+ #: lino/modlib/users/models.py:189
6517
6566
  msgid "Active"
6518
6567
  msgstr ""
6519
6568
 
6520
- #: lino/modlib/users/models.py:191
6569
+ #: lino/modlib/users/models.py:189
6521
6570
  msgid "Inactive"
6522
6571
  msgstr ""
6523
6572
 
6524
- #: lino/modlib/users/models.py:192
6573
+ #: lino/modlib/users/models.py:190
6525
6574
  msgid "Verified"
6526
6575
  msgstr ""
6527
6576
 
6528
- #: lino/modlib/users/models.py:192
6577
+ #: lino/modlib/users/models.py:190
6529
6578
  msgid "Not verified"
6530
6579
  msgstr ""
6531
6580
 
6532
- #: lino/modlib/users/models.py:194
6581
+ #: lino/modlib/users/models.py:192
6533
6582
  msgid "Password reset"
6534
6583
  msgstr ""
6535
6584
 
6536
- #: lino/modlib/users/models.py:415
6585
+ #: lino/modlib/users/models.py:413
6537
6586
  msgid "Authority"
6538
6587
  msgstr ""
6539
6588
 
6540
- #: lino/modlib/users/models.py:416
6589
+ #: lino/modlib/users/models.py:414
6541
6590
  msgid "Authorities"
6542
6591
  msgstr ""
6543
6592
 
6544
- #: lino/modlib/users/ui.py:168
6593
+ #: lino/modlib/users/ui.py:164
6545
6594
  msgid "Edit your user preferences."
6546
6595
  msgstr ""
6547
6596
 
6548
- #: lino/modlib/users/ui.py:206
6597
+ #: lino/modlib/users/ui.py:202
6549
6598
  msgid "Authorities given"
6550
6599
  msgstr ""
6551
6600
 
6552
- #: lino/modlib/users/ui.py:214
6601
+ #: lino/modlib/users/ui.py:210
6553
6602
  msgid "Authorities taken"
6554
6603
  msgstr ""
6555
6604
 
6556
- #: lino/modlib/users/ui.py:225
6605
+ #: lino/modlib/users/ui.py:221
6557
6606
  msgid "Third-party authorizations"
6558
6607
  msgstr ""
6559
6608
 
6560
- #: lino/modlib/users/ui.py:240
6609
+ #: lino/modlib/users/ui.py:236
6561
6610
  msgid "User roles"
6562
6611
  msgstr ""
6563
6612
 
6564
- #: lino/modlib/users/ui.py:299
6613
+ #: lino/modlib/users/ui.py:295
6565
6614
  msgid "Kill"
6566
6615
  msgstr ""
6567
6616
 
6568
- #: lino/modlib/users/ui.py:317
6617
+ #: lino/modlib/users/ui.py:313
6569
6618
  msgid "Session {} has been deleted."
6570
6619
  msgstr ""
6571
6620
 
6572
- #: lino/modlib/users/ui.py:327
6621
+ #: lino/modlib/users/ui.py:323
6573
6622
  msgid "User sessions"
6574
6623
  msgstr ""
6575
6624
 
6576
- #: lino/modlib/users/ui.py:390
6625
+ #: lino/modlib/users/ui.py:386
6577
6626
  msgid "session key"
6578
6627
  msgstr ""
6579
6628
 
6580
- #: lino/modlib/users/ui.py:410
6629
+ #: lino/modlib/users/ui.py:406
6581
6630
  msgid "Last activity"
6582
6631
  msgstr ""
6583
6632
 
6584
- #: lino/modlib/users/ui.py:422
6633
+ #: lino/modlib/users/ui.py:418
6585
6634
  msgid "Expires"
6586
6635
  msgstr ""
6587
6636
 
@@ -6779,3 +6828,23 @@ msgstr ""
6779
6828
  #~ msgid "Thumbnail Large"
6780
6829
  #~ msgstr ""
6781
6830
 
6831
+ #~ msgid ""
6832
+ #~ "Adds a a timestamp field which "
6833
+ #~ "holds the last modification time of "
6834
+ #~ "every individual database object."
6835
+ #~ msgstr ""
6836
+
6837
+ #~ msgid "Whether to use system.DashboardLayouts. This feature is broken."
6838
+ #~ msgstr ""
6839
+
6840
+ #~ msgid "The Django model used to store an fiscal year."
6841
+ #~ msgstr ""
6842
+
6843
+ #~ msgid ""
6844
+ #~ "An abstract choicelist of the previewers"
6845
+ #~ " that are available on this site."
6846
+ #~ msgstr ""
6847
+
6848
+ #~ msgid "Add comment"
6849
+ #~ msgstr ""
6850
+