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: zh_Hant\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
 
@@ -4624,29 +4637,29 @@ msgstr ""
4624
4637
  msgid "Missing owner in reply to comment."
4625
4638
  msgstr ""
4626
4639
 
4627
- #: lino/modlib/comments/ui.py:66
4640
+ #: lino/modlib/comments/ui.py:71
4628
4641
  msgid "More"
4629
4642
  msgstr ""
4630
4643
 
4631
- #: lino/modlib/comments/ui.py:190
4644
+ #: lino/modlib/comments/ui.py:196
4632
4645
  msgid "Recent comments"
4633
4646
  msgstr ""
4634
4647
 
4635
- #: lino/modlib/comments/ui.py:206
4648
+ #: lino/modlib/comments/ui.py:212
4636
4649
  #, python-format
4637
4650
  msgid "%(details)s about %(master)s"
4638
4651
  msgstr ""
4639
4652
 
4640
- #: lino/modlib/comments/ui.py:257
4653
+ #: lino/modlib/comments/ui.py:263
4641
4654
  msgid "Mentioned in"
4642
4655
  msgstr ""
4643
4656
 
4644
- #: lino/modlib/comments/ui.py:282
4657
+ #: lino/modlib/comments/ui.py:288
4645
4658
  #, python-format
4646
4659
  msgid "Replies to %(master)s"
4647
4660
  msgstr ""
4648
4661
 
4649
- #: lino/modlib/comments/ui.py:287
4662
+ #: lino/modlib/comments/ui.py:293
4650
4663
  msgid "Replies"
4651
4664
  msgstr ""
4652
4665
 
@@ -4698,15 +4711,15 @@ msgstr ""
4698
4711
  msgid "Similar clients: {clients}"
4699
4712
  msgstr ""
4700
4713
 
4701
- #: lino/modlib/dupable/models.py:58
4714
+ #: lino/modlib/dupable/models.py:54
4702
4715
  msgid "Phonetic word"
4703
4716
  msgstr ""
4704
4717
 
4705
- #: lino/modlib/dupable/models.py:59
4718
+ #: lino/modlib/dupable/models.py:55
4706
4719
  msgid "Phonetic words"
4707
4720
  msgstr ""
4708
4721
 
4709
- #: lino/modlib/dupable/models.py:118
4722
+ #: lino/modlib/dupable/models.py:114
4710
4723
  msgid "Similar objects"
4711
4724
  msgstr ""
4712
4725
 
@@ -4735,7 +4748,7 @@ msgid "as"
4735
4748
  msgstr ""
4736
4749
 
4737
4750
  #: lino/modlib/extjs/ext_renderer.py:511 lino/modlib/users/__init__.py:20
4738
- #: lino/modlib/users/actions.py:245 lino/modlib/users/ui.py:167
4751
+ #: lino/modlib/users/actions.py:245 lino/modlib/users/ui.py:163
4739
4752
  msgid "My settings"
4740
4753
  msgstr ""
4741
4754
 
@@ -4973,43 +4986,43 @@ msgstr ""
4973
4986
  msgid "content types"
4974
4987
  msgstr ""
4975
4988
 
4976
- #: lino/modlib/help/models.py:21
4989
+ #: lino/modlib/help/models.py:26
4977
4990
  msgid "Open Help Window"
4978
4991
  msgstr ""
4979
4992
 
4980
- #: lino/modlib/help/models.py:60
4993
+ #: lino/modlib/help/models.py:65
4981
4994
  msgid "Site contact type"
4982
4995
  msgstr ""
4983
4996
 
4984
- #: lino/modlib/help/models.py:61
4997
+ #: lino/modlib/help/models.py:66
4985
4998
  msgid "Site contact types"
4986
4999
  msgstr ""
4987
5000
 
4988
- #: lino/modlib/help/models.py:65 lino/modlib/system/models.py:99
5001
+ #: lino/modlib/help/models.py:70 lino/modlib/system/models.py:98
4989
5002
  msgid "Site owner"
4990
5003
  msgstr ""
4991
5004
 
4992
- #: lino/modlib/help/models.py:66
5005
+ #: lino/modlib/help/models.py:71
4993
5006
  msgid "Server administrator"
4994
5007
  msgstr ""
4995
5008
 
4996
- #: lino/modlib/help/models.py:67
5009
+ #: lino/modlib/help/models.py:72
4997
5010
  msgid "Site administrator"
4998
5011
  msgstr ""
4999
5012
 
5000
- #: lino/modlib/help/models.py:68
5013
+ #: lino/modlib/help/models.py:73
5001
5014
  msgid "Hotline"
5002
5015
  msgstr ""
5003
5016
 
5004
- #: lino/modlib/help/models.py:73
5017
+ #: lino/modlib/help/models.py:78
5005
5018
  msgid "Site contact"
5006
5019
  msgstr ""
5007
5020
 
5008
- #: lino/modlib/help/models.py:74
5021
+ #: lino/modlib/help/models.py:79
5009
5022
  msgid "Site contacts"
5010
5023
  msgstr ""
5011
5024
 
5012
- #: lino/modlib/help/fixtures/demo2.py:20
5025
+ #: lino/modlib/help/fixtures/demo2.py:21
5013
5026
  msgid "Mon and Fri from 11:30 to 12:00"
5014
5027
  msgstr ""
5015
5028
 
@@ -5268,11 +5281,11 @@ msgstr ""
5268
5281
  msgid "Mentions"
5269
5282
  msgstr ""
5270
5283
 
5271
- #: lino/modlib/memo/models.py:62
5284
+ #: lino/modlib/memo/models.py:74
5272
5285
  msgid "Referrer"
5273
5286
  msgstr ""
5274
5287
 
5275
- #: lino/modlib/memo/models.py:81
5288
+ #: lino/modlib/memo/models.py:93
5276
5289
  msgid "Mentioned by"
5277
5290
  msgstr ""
5278
5291
 
@@ -5417,86 +5430,86 @@ msgstr ""
5417
5430
  msgid "Fiscal years"
5418
5431
  msgstr ""
5419
5432
 
5420
- #: lino/modlib/periods/mixins.py:23
5421
- msgid "Start period"
5433
+ #: lino/modlib/periods/choicelists.py:21
5434
+ msgid "Period type"
5422
5435
  msgstr ""
5423
5436
 
5424
- #: lino/modlib/periods/mixins.py:30
5425
- msgid "End period"
5437
+ #: lino/modlib/periods/choicelists.py:22
5438
+ msgid "Period types"
5426
5439
  msgstr ""
5427
5440
 
5428
- #: lino/modlib/periods/mixins.py:52 lino/modlib/periods/mixins.py:90
5429
- msgid "Period from"
5441
+ #: lino/modlib/periods/choicelists.py:29
5442
+ msgid "Template for reference"
5430
5443
  msgstr ""
5431
5444
 
5432
- #: lino/modlib/periods/mixins.py:57
5433
- msgid ""
5434
- "Optional end of observed period range. Leave empty to observe only the "
5435
- "start period."
5445
+ #: lino/modlib/periods/choicelists.py:35 lino/modlib/summaries/mixins.py:133
5446
+ msgid "Month"
5436
5447
  msgstr ""
5437
5448
 
5438
- #: lino/modlib/periods/mixins.py:59
5439
- msgid "Period until"
5449
+ #: lino/modlib/periods/choicelists.py:36
5450
+ msgid "Quarter"
5440
5451
  msgstr ""
5441
5452
 
5442
- #: lino/modlib/periods/mixins.py:98
5443
- msgid "Start of observed period range"
5453
+ #: lino/modlib/periods/choicelists.py:37
5454
+ msgid "Trimester"
5444
5455
  msgstr ""
5445
5456
 
5446
- #: lino/modlib/periods/mixins.py:111
5447
- msgid "Select at least a start period"
5457
+ #: lino/modlib/periods/choicelists.py:38
5458
+ msgid "Semester"
5448
5459
  msgstr ""
5449
5460
 
5450
- #: lino/modlib/periods/mixins.py:114
5451
- msgid "End period must be after start period"
5461
+ #: lino/modlib/periods/choicelists.py:45
5462
+ msgid "Open"
5452
5463
  msgstr ""
5453
5464
 
5454
- #: lino/modlib/periods/mixins.py:120
5455
- msgid "Periods {}...{}"
5465
+ #: lino/modlib/periods/choicelists.py:46
5466
+ msgid "Closed"
5456
5467
  msgstr ""
5457
5468
 
5458
- #: lino/modlib/periods/mixins.py:123
5459
- msgid "Period {}"
5469
+ #: lino/modlib/periods/mixins.py:25
5470
+ msgid "Start period"
5460
5471
  msgstr ""
5461
5472
 
5462
- #: lino/modlib/periods/mixins.py:125
5463
- msgid "All periods"
5473
+ #: lino/modlib/periods/mixins.py:32
5474
+ msgid "End period"
5464
5475
  msgstr ""
5465
5476
 
5466
- #: lino/modlib/periods/models.py:31
5467
- msgid "Period type"
5477
+ #: lino/modlib/periods/mixins.py:54 lino/modlib/periods/mixins.py:92
5478
+ msgid "Period from"
5468
5479
  msgstr ""
5469
5480
 
5470
- #: lino/modlib/periods/models.py:32
5471
- msgid "Period types"
5481
+ #: lino/modlib/periods/mixins.py:59
5482
+ msgid ""
5483
+ "Optional end of observed period range. Leave empty to observe only the "
5484
+ "start period."
5472
5485
  msgstr ""
5473
5486
 
5474
- #: lino/modlib/periods/models.py:39
5475
- msgid "Template for reference"
5487
+ #: lino/modlib/periods/mixins.py:61
5488
+ msgid "Period until"
5476
5489
  msgstr ""
5477
5490
 
5478
- #: lino/modlib/periods/models.py:45 lino/modlib/summaries/mixins.py:133
5479
- msgid "Month"
5491
+ #: lino/modlib/periods/mixins.py:100
5492
+ msgid "Start of observed period range"
5480
5493
  msgstr ""
5481
5494
 
5482
- #: lino/modlib/periods/models.py:46
5483
- msgid "Quarter"
5495
+ #: lino/modlib/periods/mixins.py:113
5496
+ msgid "Select at least a start period"
5484
5497
  msgstr ""
5485
5498
 
5486
- #: lino/modlib/periods/models.py:47
5487
- msgid "Trimester"
5499
+ #: lino/modlib/periods/mixins.py:116
5500
+ msgid "End period must be after start period"
5488
5501
  msgstr ""
5489
5502
 
5490
- #: lino/modlib/periods/models.py:48
5491
- msgid "Semester"
5503
+ #: lino/modlib/periods/mixins.py:122
5504
+ msgid "Periods {}...{}"
5492
5505
  msgstr ""
5493
5506
 
5494
- #: lino/modlib/periods/models.py:55
5495
- msgid "Open"
5507
+ #: lino/modlib/periods/mixins.py:125
5508
+ msgid "Period {}"
5496
5509
  msgstr ""
5497
5510
 
5498
- #: lino/modlib/periods/models.py:56
5499
- msgid "Closed"
5511
+ #: lino/modlib/periods/mixins.py:127
5512
+ msgid "All periods"
5500
5513
  msgstr ""
5501
5514
 
5502
5515
  #: lino/modlib/printing/__init__.py:13
@@ -5569,84 +5582,84 @@ msgstr ""
5569
5582
  msgid "Seems to have been built ({bt}), but cache file is missing ."
5570
5583
  msgstr ""
5571
5584
 
5572
- #: lino/modlib/publisher/choicelists.py:102
5573
- #: lino/modlib/publisher/choicelists.py:126
5585
+ #: lino/modlib/publisher/choicelists.py:99
5586
+ #: lino/modlib/publisher/choicelists.py:123
5574
5587
  msgid "Public"
5575
5588
  msgstr ""
5576
5589
 
5577
- #: lino/modlib/publisher/choicelists.py:107
5590
+ #: lino/modlib/publisher/choicelists.py:104
5578
5591
  msgid "Publishing state"
5579
5592
  msgstr ""
5580
5593
 
5581
- #: lino/modlib/publisher/choicelists.py:108
5594
+ #: lino/modlib/publisher/choicelists.py:105
5582
5595
  msgid "Publishing states"
5583
5596
  msgstr ""
5584
5597
 
5585
- #: lino/modlib/publisher/choicelists.py:115
5598
+ #: lino/modlib/publisher/choicelists.py:112
5586
5599
  msgid "public"
5587
5600
  msgstr ""
5588
5601
 
5589
- #: lino/modlib/publisher/choicelists.py:124
5602
+ #: lino/modlib/publisher/choicelists.py:121
5590
5603
  msgid "Draft"
5591
5604
  msgstr ""
5592
5605
 
5593
- #: lino/modlib/publisher/choicelists.py:125
5606
+ #: lino/modlib/publisher/choicelists.py:122
5594
5607
  msgid "Ready"
5595
5608
  msgstr ""
5596
5609
 
5597
- #: lino/modlib/publisher/choicelists.py:127
5610
+ #: lino/modlib/publisher/choicelists.py:124
5598
5611
  msgid "Removed"
5599
5612
  msgstr ""
5600
5613
 
5601
- #: lino/modlib/publisher/choicelists.py:171
5614
+ #: lino/modlib/publisher/choicelists.py:168
5602
5615
  msgid "Page filler"
5603
5616
  msgstr ""
5604
5617
 
5605
- #: lino/modlib/publisher/choicelists.py:172
5618
+ #: lino/modlib/publisher/choicelists.py:169
5606
5619
  msgid "Page fillers"
5607
5620
  msgstr ""
5608
5621
 
5609
- #: lino/modlib/publisher/choicelists.py:177
5622
+ #: lino/modlib/publisher/choicelists.py:174
5610
5623
  msgid "Data table"
5611
5624
  msgstr ""
5612
5625
 
5613
- #: lino/modlib/publisher/choicelists.py:203
5626
+ #: lino/modlib/publisher/choicelists.py:200
5614
5627
  msgid "Special page"
5615
5628
  msgstr ""
5616
5629
 
5617
- #: lino/modlib/publisher/choicelists.py:204
5630
+ #: lino/modlib/publisher/choicelists.py:201
5618
5631
  msgid "Special pages"
5619
5632
  msgstr ""
5620
5633
 
5621
- #: lino/modlib/publisher/choicelists.py:216 lino/modlib/publisher/models.py:47
5634
+ #: lino/modlib/publisher/choicelists.py:213 lino/modlib/publisher/models.py:47
5622
5635
  msgid "Pages"
5623
5636
  msgstr ""
5624
5637
 
5625
- #: lino/modlib/publisher/choicelists.py:225
5638
+ #: lino/modlib/publisher/choicelists.py:222
5626
5639
  msgid "(create)"
5627
5640
  msgstr ""
5628
5641
 
5629
- #: lino/modlib/publisher/choicelists.py:233
5642
+ #: lino/modlib/publisher/choicelists.py:230
5630
5643
  msgid "Welcome to our great website."
5631
5644
  msgstr ""
5632
5645
 
5633
- #: lino/modlib/publisher/choicelists.py:234
5646
+ #: lino/modlib/publisher/choicelists.py:231
5634
5647
  msgid "Terms and conditions"
5635
5648
  msgstr ""
5636
5649
 
5637
- #: lino/modlib/publisher/choicelists.py:235
5650
+ #: lino/modlib/publisher/choicelists.py:232
5638
5651
  msgid "Privacy policy"
5639
5652
  msgstr ""
5640
5653
 
5641
- #: lino/modlib/publisher/choicelists.py:236
5654
+ #: lino/modlib/publisher/choicelists.py:233
5642
5655
  msgid "Cookie settings"
5643
5656
  msgstr ""
5644
5657
 
5645
- #: lino/modlib/publisher/choicelists.py:237
5658
+ #: lino/modlib/publisher/choicelists.py:234
5646
5659
  msgid "Copyright"
5647
5660
  msgstr ""
5648
5661
 
5649
- #: lino/modlib/publisher/choicelists.py:238
5662
+ #: lino/modlib/publisher/choicelists.py:235
5650
5663
  msgid "About us"
5651
5664
  msgstr ""
5652
5665
 
@@ -5714,7 +5727,7 @@ msgstr ""
5714
5727
  msgid "System"
5715
5728
  msgstr ""
5716
5729
 
5717
- #: lino/modlib/system/__init__.py:36
5730
+ #: lino/modlib/system/__init__.py:33
5718
5731
  msgid "You have a dangling edit lock on"
5719
5732
  msgstr ""
5720
5733
 
@@ -5726,375 +5739,411 @@ msgstr ""
5726
5739
  msgid "Abort"
5727
5740
  msgstr ""
5728
5741
 
5729
- #: lino/modlib/system/choicelists.py:21
5742
+ #: lino/modlib/system/choicelists.py:24
5730
5743
  msgid "Yes or no"
5731
5744
  msgstr ""
5732
5745
 
5733
- #: lino/modlib/system/choicelists.py:31
5746
+ #: lino/modlib/system/choicelists.py:34
5734
5747
  msgid "Gender"
5735
5748
  msgstr ""
5736
5749
 
5737
- #: lino/modlib/system/choicelists.py:32
5750
+ #: lino/modlib/system/choicelists.py:35
5738
5751
  msgid "Genders"
5739
5752
  msgstr ""
5740
5753
 
5741
- #: lino/modlib/system/choicelists.py:36
5754
+ #: lino/modlib/system/choicelists.py:39
5742
5755
  msgid "Male"
5743
5756
  msgstr ""
5744
5757
 
5745
- #: lino/modlib/system/choicelists.py:37
5758
+ #: lino/modlib/system/choicelists.py:40
5746
5759
  msgid "Female"
5747
5760
  msgstr ""
5748
5761
 
5749
- #: lino/modlib/system/choicelists.py:38
5762
+ #: lino/modlib/system/choicelists.py:41
5750
5763
  msgid "Nonbinary"
5751
5764
  msgstr ""
5752
5765
 
5753
- #: lino/modlib/system/choicelists.py:53
5766
+ #: lino/modlib/system/choicelists.py:56
5754
5767
  msgid "Starts"
5755
5768
  msgstr ""
5756
5769
 
5757
- #: lino/modlib/system/choicelists.py:68
5770
+ #: lino/modlib/system/choicelists.py:71
5758
5771
  msgid "Is active"
5759
5772
  msgstr ""
5760
5773
 
5761
- #: lino/modlib/system/choicelists.py:82
5774
+ #: lino/modlib/system/choicelists.py:85
5762
5775
  msgid "Ends"
5763
5776
  msgstr ""
5764
5777
 
5765
- #: lino/modlib/system/choicelists.py:179
5778
+ #: lino/modlib/system/choicelists.py:169
5766
5779
  msgid "Weekday"
5767
5780
  msgstr ""
5768
5781
 
5769
- #: lino/modlib/system/choicelists.py:183
5782
+ #: lino/modlib/system/choicelists.py:173
5770
5783
  msgid "Monday"
5771
5784
  msgstr ""
5772
5785
 
5773
- #: lino/modlib/system/choicelists.py:184
5786
+ #: lino/modlib/system/choicelists.py:174
5774
5787
  msgid "Tuesday"
5775
5788
  msgstr ""
5776
5789
 
5777
- #: lino/modlib/system/choicelists.py:185
5790
+ #: lino/modlib/system/choicelists.py:175
5778
5791
  msgid "Wednesday"
5779
5792
  msgstr ""
5780
5793
 
5781
- #: lino/modlib/system/choicelists.py:186
5794
+ #: lino/modlib/system/choicelists.py:176
5782
5795
  msgid "Thursday"
5783
5796
  msgstr ""
5784
5797
 
5785
- #: lino/modlib/system/choicelists.py:187
5798
+ #: lino/modlib/system/choicelists.py:177
5786
5799
  msgid "Friday"
5787
5800
  msgstr ""
5788
5801
 
5789
- #: lino/modlib/system/choicelists.py:188
5802
+ #: lino/modlib/system/choicelists.py:178
5790
5803
  msgid "Saturday"
5791
5804
  msgstr ""
5792
5805
 
5793
- #: lino/modlib/system/choicelists.py:189
5806
+ #: lino/modlib/system/choicelists.py:179
5794
5807
  msgid "Sunday"
5795
5808
  msgstr ""
5796
5809
 
5797
- #: lino/modlib/system/choicelists.py:200
5810
+ #: lino/modlib/system/choicelists.py:190
5798
5811
  msgid "Duration Unit"
5799
5812
  msgstr ""
5800
5813
 
5801
- #: lino/modlib/system/choicelists.py:205
5814
+ #: lino/modlib/system/choicelists.py:195
5802
5815
  msgid "seconds"
5803
5816
  msgstr ""
5804
5817
 
5805
- #: lino/modlib/system/choicelists.py:206
5818
+ #: lino/modlib/system/choicelists.py:196
5806
5819
  msgid "minutes"
5807
5820
  msgstr ""
5808
5821
 
5809
- #: lino/modlib/system/choicelists.py:207
5822
+ #: lino/modlib/system/choicelists.py:197
5810
5823
  msgid "hours"
5811
5824
  msgstr ""
5812
5825
 
5813
- #: lino/modlib/system/choicelists.py:208
5826
+ #: lino/modlib/system/choicelists.py:198
5814
5827
  msgid "days"
5815
5828
  msgstr ""
5816
5829
 
5817
- #: lino/modlib/system/choicelists.py:209
5830
+ #: lino/modlib/system/choicelists.py:199
5818
5831
  msgid "weeks"
5819
5832
  msgstr ""
5820
5833
 
5821
- #: lino/modlib/system/choicelists.py:210
5834
+ #: lino/modlib/system/choicelists.py:200
5822
5835
  msgid "months"
5823
5836
  msgstr ""
5824
5837
 
5825
- #: lino/modlib/system/choicelists.py:211
5838
+ #: lino/modlib/system/choicelists.py:201
5826
5839
  msgid "years"
5827
5840
  msgstr ""
5828
5841
 
5829
- #: lino/modlib/system/choicelists.py:215
5842
+ #: lino/modlib/system/choicelists.py:205
5830
5843
  msgid "Recurrence"
5831
5844
  msgstr ""
5832
5845
 
5833
- #: lino/modlib/system/choicelists.py:216
5846
+ #: lino/modlib/system/choicelists.py:206
5834
5847
  msgid "Recurrences"
5835
5848
  msgstr ""
5836
5849
 
5837
- #: lino/modlib/system/choicelists.py:222
5850
+ #: lino/modlib/system/choicelists.py:212
5838
5851
  msgid "once"
5839
5852
  msgstr ""
5840
5853
 
5841
- #: lino/modlib/system/choicelists.py:223
5854
+ #: lino/modlib/system/choicelists.py:213
5842
5855
  msgid "never"
5843
5856
  msgstr ""
5844
5857
 
5845
- #: lino/modlib/system/choicelists.py:224
5858
+ #: lino/modlib/system/choicelists.py:214
5846
5859
  msgid "secondly"
5847
5860
  msgstr ""
5848
5861
 
5849
- #: lino/modlib/system/choicelists.py:225
5862
+ #: lino/modlib/system/choicelists.py:215
5850
5863
  msgid "minutely"
5851
5864
  msgstr ""
5852
5865
 
5853
- #: lino/modlib/system/choicelists.py:226
5866
+ #: lino/modlib/system/choicelists.py:216
5854
5867
  msgid "hourly"
5855
5868
  msgstr ""
5856
5869
 
5857
- #: lino/modlib/system/choicelists.py:227
5870
+ #: lino/modlib/system/choicelists.py:217
5858
5871
  msgid "daily"
5859
5872
  msgstr ""
5860
5873
 
5861
- #: lino/modlib/system/choicelists.py:228
5874
+ #: lino/modlib/system/choicelists.py:218
5862
5875
  msgid "weekly"
5863
5876
  msgstr ""
5864
5877
 
5865
- #: lino/modlib/system/choicelists.py:229
5878
+ #: lino/modlib/system/choicelists.py:219
5866
5879
  msgid "monthly"
5867
5880
  msgstr ""
5868
5881
 
5869
- #: lino/modlib/system/choicelists.py:230
5882
+ #: lino/modlib/system/choicelists.py:220
5870
5883
  msgid "yearly"
5871
5884
  msgstr ""
5872
5885
 
5873
- #: lino/modlib/system/choicelists.py:231
5886
+ #: lino/modlib/system/choicelists.py:221
5874
5887
  msgid "per weekday"
5875
5888
  msgstr ""
5876
5889
 
5877
- #: lino/modlib/system/choicelists.py:232
5890
+ #: lino/modlib/system/choicelists.py:222
5878
5891
  msgid "Relative to Easter"
5879
5892
  msgstr ""
5880
5893
 
5881
- #: lino/modlib/system/choicelists.py:244
5894
+ #: lino/modlib/system/choicelists.py:234
5882
5895
  msgid "Display color"
5883
5896
  msgstr ""
5884
5897
 
5885
- #: lino/modlib/system/choicelists.py:245
5898
+ #: lino/modlib/system/choicelists.py:235
5886
5899
  msgid "Display colors"
5887
5900
  msgstr ""
5888
5901
 
5889
- #: lino/modlib/system/choicelists.py:262
5902
+ #: lino/modlib/system/choicelists.py:241
5903
+ msgid "Font color"
5904
+ msgstr ""
5905
+
5906
+ #: lino/modlib/system/choicelists.py:268
5890
5907
  msgid "White"
5891
5908
  msgstr ""
5892
5909
 
5893
- #: lino/modlib/system/choicelists.py:263
5910
+ #: lino/modlib/system/choicelists.py:269
5894
5911
  msgid "Gray"
5895
5912
  msgstr ""
5896
5913
 
5897
- #: lino/modlib/system/choicelists.py:264
5914
+ #: lino/modlib/system/choicelists.py:270
5898
5915
  msgid "Black"
5899
5916
  msgstr ""
5900
5917
 
5901
- #: lino/modlib/system/choicelists.py:267
5918
+ #: lino/modlib/system/choicelists.py:273
5902
5919
  msgid "Red"
5903
5920
  msgstr ""
5904
5921
 
5905
- #: lino/modlib/system/choicelists.py:268
5922
+ #: lino/modlib/system/choicelists.py:274
5906
5923
  msgid "Orange"
5907
5924
  msgstr ""
5908
5925
 
5909
- #: lino/modlib/system/choicelists.py:269
5926
+ #: lino/modlib/system/choicelists.py:275
5910
5927
  msgid "Yellow"
5911
5928
  msgstr ""
5912
5929
 
5913
- #: lino/modlib/system/choicelists.py:270
5930
+ #: lino/modlib/system/choicelists.py:276
5914
5931
  msgid "Green"
5915
5932
  msgstr ""
5916
5933
 
5917
- #: lino/modlib/system/choicelists.py:271
5934
+ #: lino/modlib/system/choicelists.py:277
5918
5935
  msgid "Blue"
5919
5936
  msgstr ""
5920
5937
 
5921
- #: lino/modlib/system/choicelists.py:272
5938
+ #: lino/modlib/system/choicelists.py:278
5922
5939
  msgid "Magenta"
5923
5940
  msgstr ""
5924
5941
 
5925
- #: lino/modlib/system/choicelists.py:273
5942
+ #: lino/modlib/system/choicelists.py:279
5926
5943
  msgid "Violet"
5927
5944
  msgstr ""
5928
5945
 
5929
- #: lino/modlib/system/choicelists.py:276
5946
+ #: lino/modlib/system/choicelists.py:282
5930
5947
  msgid "Silver"
5931
5948
  msgstr ""
5932
5949
 
5933
- #: lino/modlib/system/choicelists.py:277
5950
+ #: lino/modlib/system/choicelists.py:283
5934
5951
  msgid "Maroon"
5935
5952
  msgstr ""
5936
5953
 
5937
- #: lino/modlib/system/choicelists.py:278
5954
+ #: lino/modlib/system/choicelists.py:284
5938
5955
  msgid "Peru"
5939
5956
  msgstr ""
5940
5957
 
5941
- #: lino/modlib/system/choicelists.py:279
5958
+ #: lino/modlib/system/choicelists.py:285
5959
+ msgid "Pink"
5960
+ msgstr ""
5961
+
5962
+ #: lino/modlib/system/choicelists.py:286
5942
5963
  msgid "Olive"
5943
5964
  msgstr ""
5944
5965
 
5945
- #: lino/modlib/system/choicelists.py:280
5966
+ #: lino/modlib/system/choicelists.py:287
5946
5967
  msgid "Aqua"
5947
5968
  msgstr ""
5948
5969
 
5949
- #: lino/modlib/system/choicelists.py:281
5970
+ #: lino/modlib/system/choicelists.py:288
5950
5971
  msgid "Navy"
5951
5972
  msgstr ""
5952
5973
 
5953
- #: lino/modlib/system/choicelists.py:282
5974
+ #: lino/modlib/system/choicelists.py:289
5975
+ msgid "Aquamarine"
5976
+ msgstr ""
5977
+
5978
+ #: lino/modlib/system/choicelists.py:290
5979
+ msgid "DarkGreen"
5980
+ msgstr ""
5981
+
5982
+ #: lino/modlib/system/choicelists.py:291
5983
+ msgid "PaleGreen"
5984
+ msgstr ""
5985
+
5986
+ #: lino/modlib/system/choicelists.py:292
5987
+ msgid "Chartreuse"
5988
+ msgstr ""
5989
+
5990
+ #: lino/modlib/system/choicelists.py:293
5991
+ msgid "Lime"
5992
+ msgstr ""
5993
+
5994
+ #: lino/modlib/system/choicelists.py:294
5954
5995
  msgid "Fuchsia"
5955
5996
  msgstr ""
5956
5997
 
5957
- #: lino/modlib/system/choicelists.py:283
5998
+ #: lino/modlib/system/choicelists.py:295
5999
+ msgid "Cyan"
6000
+ msgstr ""
6001
+
6002
+ #: lino/modlib/system/choicelists.py:296
5958
6003
  msgid "Purple"
5959
6004
  msgstr ""
5960
6005
 
5961
- #: lino/modlib/system/mixins.py:118
6006
+ #: lino/modlib/system/mixins.py:82
6007
+ msgid "Locked by"
6008
+ msgstr ""
6009
+
6010
+ #: lino/modlib/system/mixins.py:119
5962
6011
  msgid "{row} is being edited by {user}. Please try again later."
5963
6012
  msgstr ""
5964
6013
 
5965
- #: lino/modlib/system/mixins.py:200
6014
+ #: lino/modlib/system/mixins.py:201
5966
6015
  msgid "first"
5967
6016
  msgstr ""
5968
6017
 
5969
- #: lino/modlib/system/mixins.py:201
6018
+ #: lino/modlib/system/mixins.py:202
5970
6019
  msgid "last"
5971
6020
  msgstr ""
5972
6021
 
5973
- #: lino/modlib/system/mixins.py:202
6022
+ #: lino/modlib/system/mixins.py:203
5974
6023
  msgid "second"
5975
6024
  msgstr ""
5976
6025
 
5977
- #: lino/modlib/system/mixins.py:203
6026
+ #: lino/modlib/system/mixins.py:204
5978
6027
  msgid "second last"
5979
6028
  msgstr ""
5980
6029
 
5981
- #: lino/modlib/system/mixins.py:204
6030
+ #: lino/modlib/system/mixins.py:205
5982
6031
  msgid "third"
5983
6032
  msgstr ""
5984
6033
 
5985
- #: lino/modlib/system/mixins.py:205
6034
+ #: lino/modlib/system/mixins.py:206
5986
6035
  msgid "third last"
5987
6036
  msgstr ""
5988
6037
 
5989
- #: lino/modlib/system/mixins.py:206
6038
+ #: lino/modlib/system/mixins.py:207
5990
6039
  msgid "fourth"
5991
6040
  msgstr ""
5992
6041
 
5993
- #: lino/modlib/system/mixins.py:207
6042
+ #: lino/modlib/system/mixins.py:208
5994
6043
  msgid "fourth last"
5995
6044
  msgstr ""
5996
6045
 
5997
- #: lino/modlib/system/mixins.py:216
6046
+ #: lino/modlib/system/mixins.py:217
5998
6047
  msgid "Repeat every"
5999
6048
  msgstr ""
6000
6049
 
6001
- #: lino/modlib/system/mixins.py:217
6050
+ #: lino/modlib/system/mixins.py:218
6002
6051
  msgid "Positions"
6003
6052
  msgstr ""
6004
6053
 
6005
- #: lino/modlib/system/mixins.py:229
6054
+ #: lino/modlib/system/mixins.py:230
6006
6055
  msgid "Number of events"
6007
6056
  msgstr ""
6008
6057
 
6009
- #: lino/modlib/system/mixins.py:290
6058
+ #: lino/modlib/system/mixins.py:291
6010
6059
  msgid "Times"
6011
6060
  msgstr ""
6012
6061
 
6013
- #: lino/modlib/system/mixins.py:296
6062
+ #: lino/modlib/system/mixins.py:297
6014
6063
  msgid "When"
6015
6064
  msgstr ""
6016
6065
 
6017
- #: lino/modlib/system/mixins.py:299
6066
+ #: lino/modlib/system/mixins.py:300
6018
6067
  msgid "Not specified"
6019
6068
  msgstr ""
6020
6069
 
6021
- #: lino/modlib/system/mixins.py:301
6070
+ #: lino/modlib/system/mixins.py:302
6022
6071
  msgid "Never"
6023
6072
  msgstr ""
6024
6073
 
6025
- #: lino/modlib/system/mixins.py:304
6074
+ #: lino/modlib/system/mixins.py:305
6026
6075
  msgid "{0}-{1}"
6027
6076
  msgstr ""
6028
6077
 
6029
- #: lino/modlib/system/mixins.py:311
6078
+ #: lino/modlib/system/mixins.py:312
6030
6079
  msgid "Once starting on {0} (only {1})"
6031
6080
  msgstr ""
6032
6081
 
6033
- #: lino/modlib/system/mixins.py:314
6082
+ #: lino/modlib/system/mixins.py:315
6034
6083
  msgid "On {0}"
6035
6084
  msgstr ""
6036
6085
 
6037
- #: lino/modlib/system/mixins.py:316 lino/modlib/system/mixins.py:330
6086
+ #: lino/modlib/system/mixins.py:317 lino/modlib/system/mixins.py:331
6038
6087
  msgid "day"
6039
6088
  msgstr ""
6040
6089
 
6041
- #: lino/modlib/system/mixins.py:320
6090
+ #: lino/modlib/system/mixins.py:321
6042
6091
  msgid "Every week"
6043
6092
  msgstr ""
6044
6093
 
6045
- #: lino/modlib/system/mixins.py:328 lino/modlib/system/mixins.py:330
6094
+ #: lino/modlib/system/mixins.py:329 lino/modlib/system/mixins.py:331
6046
6095
  msgid "and"
6047
6096
  msgstr ""
6048
6097
 
6049
- #: lino/modlib/system/mixins.py:332
6098
+ #: lino/modlib/system/mixins.py:333
6050
6099
  msgid "Every {day} of the month"
6051
6100
  msgstr ""
6052
6101
 
6053
- #: lino/modlib/system/mixins.py:334
6102
+ #: lino/modlib/system/mixins.py:335
6054
6103
  msgid "Every month"
6055
6104
  msgid_plural "Every {count} months"
6056
6105
  msgstr[0] ""
6057
6106
 
6058
- #: lino/modlib/system/mixins.py:338
6107
+ #: lino/modlib/system/mixins.py:339
6059
6108
  msgid "Every year"
6060
6109
  msgid_plural "Every {count} years"
6061
6110
  msgstr[0] ""
6062
6111
 
6063
- #: lino/modlib/system/mixins.py:341
6112
+ #: lino/modlib/system/mixins.py:342
6064
6113
  msgid "Every year (with Easter)"
6065
6114
  msgid_plural "Every {count} years (with Easter)"
6066
6115
  msgstr[0] ""
6067
6116
 
6068
- #: lino/modlib/system/mixins.py:349
6117
+ #: lino/modlib/system/mixins.py:350
6069
6118
  msgid "Every {day}"
6070
6119
  msgid_plural "Every {ord_count} {day}"
6071
6120
  msgstr[0] ""
6072
6121
 
6073
- #: lino/modlib/system/mixins.py:374
6122
+ #: lino/modlib/system/mixins.py:375
6074
6123
  msgid "working day"
6075
6124
  msgstr ""
6076
6125
 
6077
- #: lino/modlib/system/models.py:42
6126
+ #: lino/modlib/system/models.py:41
6078
6127
  msgid "Rebuild site cache"
6079
6128
  msgstr ""
6080
6129
 
6081
- #: lino/modlib/system/models.py:69 lino/modlib/system/models.py:149
6130
+ #: lino/modlib/system/models.py:68 lino/modlib/system/models.py:148
6082
6131
  msgid "Site configuration"
6083
6132
  msgstr ""
6084
6133
 
6085
- #: lino/modlib/system/models.py:90
6134
+ #: lino/modlib/system/models.py:89
6086
6135
  msgid "Default build method"
6087
6136
  msgstr ""
6088
6137
 
6089
- #: lino/modlib/system/models.py:93
6138
+ #: lino/modlib/system/models.py:92
6090
6139
  msgid "Simulated date"
6091
6140
  msgstr ""
6092
6141
 
6093
- #: lino/modlib/system/models.py:340
6142
+ #: lino/modlib/system/models.py:322
6094
6143
  msgid "Find unbleached html content"
6095
6144
  msgstr ""
6096
6145
 
6097
- #: lino/modlib/system/models.py:352
6146
+ #: lino/modlib/system/models.py:334
6098
6147
  msgid "Fields {} have unbleached content."
6099
6148
  msgstr ""
6100
6149
 
@@ -6272,23 +6321,23 @@ msgstr ""
6272
6321
  msgid "Open the file in a new browser window"
6273
6322
  msgstr ""
6274
6323
 
6275
- #: lino/modlib/uploads/utils.py:43
6324
+ #: lino/modlib/uploads/utils.py:48
6276
6325
  msgid "PDF file"
6277
6326
  msgstr ""
6278
6327
 
6279
- #: lino/modlib/uploads/utils.py:45
6328
+ #: lino/modlib/uploads/utils.py:50
6280
6329
  msgid "picture"
6281
6330
  msgstr ""
6282
6331
 
6283
- #: lino/modlib/uploads/utils.py:46
6332
+ #: lino/modlib/uploads/utils.py:51
6284
6333
  msgid "media file"
6285
6334
  msgstr ""
6286
6335
 
6287
- #: lino/modlib/uploads/utils.py:89
6336
+ #: lino/modlib/uploads/utils.py:94
6288
6337
  msgid "Must build thumbnail for {}"
6289
6338
  msgstr ""
6290
6339
 
6291
- #: lino/modlib/users/__init__.py:11 lino/modlib/users/models.py:82
6340
+ #: lino/modlib/users/__init__.py:11 lino/modlib/users/models.py:81
6292
6341
  msgid "Users"
6293
6342
  msgstr ""
6294
6343
 
@@ -6455,127 +6504,127 @@ msgstr ""
6455
6504
  msgid "Author"
6456
6505
  msgstr ""
6457
6506
 
6458
- #: lino/modlib/users/mixins.py:167
6507
+ #: lino/modlib/users/mixins.py:166
6459
6508
  msgid "My {}"
6460
6509
  msgstr ""
6461
6510
 
6462
- #: lino/modlib/users/mixins.py:220
6511
+ #: lino/modlib/users/mixins.py:223
6463
6512
  msgid "Update plan"
6464
6513
  msgstr ""
6465
6514
 
6466
- #: lino/modlib/users/mixins.py:236
6515
+ #: lino/modlib/users/mixins.py:239
6467
6516
  msgid "Today"
6468
6517
  msgstr ""
6469
6518
 
6470
- #: lino/modlib/users/mixins.py:287
6519
+ #: lino/modlib/users/mixins.py:290
6471
6520
  msgid "Assign to me"
6472
6521
  msgstr ""
6473
6522
 
6474
- #: lino/modlib/users/mixins.py:320
6523
+ #: lino/modlib/users/mixins.py:323
6475
6524
  msgid "You become assigned to this."
6476
6525
  msgstr ""
6477
6526
 
6478
- #: lino/modlib/users/mixins.py:343
6527
+ #: lino/modlib/users/mixins.py:346
6479
6528
  msgid "Take"
6480
6529
  msgstr ""
6481
6530
 
6482
- #: lino/modlib/users/mixins.py:384
6531
+ #: lino/modlib/users/mixins.py:387
6483
6532
  msgid "You take responsibility for {}."
6484
6533
  msgstr ""
6485
6534
 
6486
- #: lino/modlib/users/mixins.py:404
6535
+ #: lino/modlib/users/mixins.py:407
6487
6536
  msgid "Assigned to"
6488
6537
  msgstr ""
6489
6538
 
6490
- #: lino/modlib/users/mixins.py:459
6539
+ #: lino/modlib/users/mixins.py:462
6491
6540
  msgid "{user} assigned you to {what}"
6492
6541
  msgstr ""
6493
6542
 
6494
- #: lino/modlib/users/models.py:100
6543
+ #: lino/modlib/users/models.py:99
6495
6544
  msgid "Initials"
6496
6545
  msgstr ""
6497
6546
 
6498
- #: lino/modlib/users/models.py:102
6547
+ #: lino/modlib/users/models.py:101
6499
6548
  msgid "Nickname"
6500
6549
  msgstr ""
6501
6550
 
6502
- #: lino/modlib/users/models.py:107
6551
+ #: lino/modlib/users/models.py:106
6503
6552
  msgid "Remarks"
6504
6553
  msgstr ""
6505
6554
 
6506
- #: lino/modlib/users/models.py:189
6555
+ #: lino/modlib/users/models.py:187
6507
6556
  msgid "Status"
6508
6557
  msgstr ""
6509
6558
 
6510
- #: lino/modlib/users/models.py:191
6559
+ #: lino/modlib/users/models.py:189
6511
6560
  msgid "Active"
6512
6561
  msgstr ""
6513
6562
 
6514
- #: lino/modlib/users/models.py:191
6563
+ #: lino/modlib/users/models.py:189
6515
6564
  msgid "Inactive"
6516
6565
  msgstr ""
6517
6566
 
6518
- #: lino/modlib/users/models.py:192
6567
+ #: lino/modlib/users/models.py:190
6519
6568
  msgid "Verified"
6520
6569
  msgstr ""
6521
6570
 
6522
- #: lino/modlib/users/models.py:192
6571
+ #: lino/modlib/users/models.py:190
6523
6572
  msgid "Not verified"
6524
6573
  msgstr ""
6525
6574
 
6526
- #: lino/modlib/users/models.py:194
6575
+ #: lino/modlib/users/models.py:192
6527
6576
  msgid "Password reset"
6528
6577
  msgstr ""
6529
6578
 
6530
- #: lino/modlib/users/models.py:415
6579
+ #: lino/modlib/users/models.py:413
6531
6580
  msgid "Authority"
6532
6581
  msgstr ""
6533
6582
 
6534
- #: lino/modlib/users/models.py:416
6583
+ #: lino/modlib/users/models.py:414
6535
6584
  msgid "Authorities"
6536
6585
  msgstr ""
6537
6586
 
6538
- #: lino/modlib/users/ui.py:168
6587
+ #: lino/modlib/users/ui.py:164
6539
6588
  msgid "Edit your user preferences."
6540
6589
  msgstr ""
6541
6590
 
6542
- #: lino/modlib/users/ui.py:206
6591
+ #: lino/modlib/users/ui.py:202
6543
6592
  msgid "Authorities given"
6544
6593
  msgstr ""
6545
6594
 
6546
- #: lino/modlib/users/ui.py:214
6595
+ #: lino/modlib/users/ui.py:210
6547
6596
  msgid "Authorities taken"
6548
6597
  msgstr ""
6549
6598
 
6550
- #: lino/modlib/users/ui.py:225
6599
+ #: lino/modlib/users/ui.py:221
6551
6600
  msgid "Third-party authorizations"
6552
6601
  msgstr ""
6553
6602
 
6554
- #: lino/modlib/users/ui.py:240
6603
+ #: lino/modlib/users/ui.py:236
6555
6604
  msgid "User roles"
6556
6605
  msgstr ""
6557
6606
 
6558
- #: lino/modlib/users/ui.py:299
6607
+ #: lino/modlib/users/ui.py:295
6559
6608
  msgid "Kill"
6560
6609
  msgstr ""
6561
6610
 
6562
- #: lino/modlib/users/ui.py:317
6611
+ #: lino/modlib/users/ui.py:313
6563
6612
  msgid "Session {} has been deleted."
6564
6613
  msgstr ""
6565
6614
 
6566
- #: lino/modlib/users/ui.py:327
6615
+ #: lino/modlib/users/ui.py:323
6567
6616
  msgid "User sessions"
6568
6617
  msgstr ""
6569
6618
 
6570
- #: lino/modlib/users/ui.py:390
6619
+ #: lino/modlib/users/ui.py:386
6571
6620
  msgid "session key"
6572
6621
  msgstr ""
6573
6622
 
6574
- #: lino/modlib/users/ui.py:410
6623
+ #: lino/modlib/users/ui.py:406
6575
6624
  msgid "Last activity"
6576
6625
  msgstr ""
6577
6626
 
6578
- #: lino/modlib/users/ui.py:422
6627
+ #: lino/modlib/users/ui.py:418
6579
6628
  msgid "Expires"
6580
6629
  msgstr ""
6581
6630
 
@@ -6773,3 +6822,23 @@ msgstr ""
6773
6822
  #~ msgid "Thumbnail Large"
6774
6823
  #~ msgstr ""
6775
6824
 
6825
+ #~ msgid ""
6826
+ #~ "Adds a a timestamp field which "
6827
+ #~ "holds the last modification time of "
6828
+ #~ "every individual database object."
6829
+ #~ msgstr ""
6830
+
6831
+ #~ msgid "Whether to use system.DashboardLayouts. This feature is broken."
6832
+ #~ msgstr ""
6833
+
6834
+ #~ msgid "The Django model used to store an fiscal year."
6835
+ #~ msgstr ""
6836
+
6837
+ #~ msgid ""
6838
+ #~ "An abstract choicelist of the previewers"
6839
+ #~ " that are available on this site."
6840
+ #~ msgstr ""
6841
+
6842
+ #~ msgid "Add comment"
6843
+ #~ msgstr ""
6844
+