lino 25.1.6__py3-none-any.whl → 25.2.0__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 (39) 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/fields.py +4 -0
  6. lino/core/keyboard.py +7 -2
  7. lino/core/model.py +1 -0
  8. lino/core/requests.py +7 -7
  9. lino/core/site.py +1 -2
  10. lino/core/store.py +2 -2
  11. lino/help_texts.py +3 -1
  12. lino/locale/bn/LC_MESSAGES/django.po +782 -710
  13. lino/locale/de/LC_MESSAGES/django.mo +0 -0
  14. lino/locale/de/LC_MESSAGES/django.po +1259 -1280
  15. lino/locale/django.pot +751 -702
  16. lino/locale/es/LC_MESSAGES/django.po +777 -708
  17. lino/locale/et/LC_MESSAGES/django.po +784 -709
  18. lino/locale/fr/LC_MESSAGES/django.po +1339 -1191
  19. lino/locale/nl/LC_MESSAGES/django.po +787 -712
  20. lino/locale/pt_BR/LC_MESSAGES/django.po +769 -700
  21. lino/locale/zh_Hant/LC_MESSAGES/django.po +769 -700
  22. lino/management/commands/demotest.py +2 -1
  23. lino/mixins/__init__.py +1 -1
  24. lino/modlib/checkdata/choicelists.py +5 -4
  25. lino/modlib/checkdata/models.py +9 -8
  26. lino/modlib/help/models.py +5 -0
  27. lino/modlib/jinja/__init__.py +0 -4
  28. lino/modlib/memo/__init__.py +1 -1
  29. lino/modlib/periods/mixins.py +1 -25
  30. lino/modlib/periods/models.py +42 -9
  31. lino/modlib/system/choicelists.py +12 -11
  32. lino/utils/config.py +2 -0
  33. lino/utils/dpy.py +15 -3
  34. lino/utils/soup.py +136 -103
  35. {lino-25.1.6.dist-info → lino-25.2.0.dist-info}/METADATA +1 -1
  36. {lino-25.1.6.dist-info → lino-25.2.0.dist-info}/RECORD +39 -39
  37. {lino-25.1.6.dist-info → lino-25.2.0.dist-info}/WHEEL +0 -0
  38. {lino-25.1.6.dist-info → lino-25.2.0.dist-info}/licenses/AUTHORS.rst +0 -0
  39. {lino-25.1.6.dist-info → lino-25.2.0.dist-info}/licenses/COPYING +0 -0
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: \n"
9
9
  "Report-Msgid-Bugs-To: \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: 2023-11-24 05:26+0200\n"
12
12
  "Last-Translator: Luc Saffre <luc.saffre@gmail.com>\n"
13
13
  "Language: et\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 ""
@@ -737,54 +737,54 @@ msgstr ""
737
737
  msgid "Parse the given string src, replacing memo commands by their result."
738
738
  msgstr ""
739
739
 
740
- #: lino/help_texts.py:165
741
- msgid "Whether to use system.DashboardLayouts. This feature is broken."
742
- msgstr ""
743
-
744
- #: lino/help_texts.py:167
740
+ #: lino/help_texts.py:166
745
741
  msgid "The domain name of this production site."
746
742
  msgstr ""
747
743
 
748
- #: lino/help_texts.py:168
744
+ #: lino/help_texts.py:167
749
745
  msgid "The initial width of the window to use when editing in own window."
750
746
  msgstr ""
751
747
 
752
- #: lino/help_texts.py:169
748
+ #: lino/help_texts.py:168
753
749
  msgid "The initial height of the window to use when editing in own window."
754
750
  msgstr ""
755
751
 
756
- #: lino/help_texts.py:170
752
+ #: lino/help_texts.py:169
757
753
  msgid "The toolbar buttons when editing a field inside a detail form."
758
754
  msgstr ""
759
755
 
760
- #: lino/help_texts.py:171
756
+ #: lino/help_texts.py:170
761
757
  msgid "The first row of toolbar buttons when editing in own window."
762
758
  msgstr ""
763
759
 
764
- #: lino/help_texts.py:172
760
+ #: lino/help_texts.py:171
765
761
  msgid "The second row of toolbar buttons when editing in own window."
766
762
  msgstr ""
767
763
 
768
- #: lino/help_texts.py:173
764
+ #: lino/help_texts.py:172
769
765
  msgid "The third row of toolbar buttons when editing in own window."
770
766
  msgstr ""
771
767
 
772
- #: lino/help_texts.py:174
768
+ #: lino/help_texts.py:173
773
769
  msgid ""
774
770
  "Lino currently includes three versions of TinyMCE, but for production "
775
771
  "sites we still use the eldest version 3.4.8."
776
772
  msgstr ""
777
773
 
778
- #: lino/help_texts.py:176
774
+ #: lino/help_texts.py:175
779
775
  msgid ""
780
776
  "Whether checkdata –fix should automatically delete orphaned files in the "
781
777
  "uploads folder."
782
778
  msgstr ""
783
779
 
784
- #: lino/help_texts.py:177
780
+ #: lino/help_texts.py:176
785
781
  msgid "Whether to use PIL, the Python Imaging Library."
786
782
  msgstr ""
787
783
 
784
+ #: lino/help_texts.py:177
785
+ msgid "Whether to use library files (volumes)."
786
+ msgstr ""
787
+
788
788
  #: lino/help_texts.py:179
789
789
  msgid "Height of header in mm. Set to None if you want no header."
790
790
  msgstr ""
@@ -1464,105 +1464,122 @@ msgid ""
1464
1464
  msgstr ""
1465
1465
 
1466
1466
  #: lino/help_texts.py:318
1467
- msgid "Override this to set default values that depend on the request."
1467
+ msgid ""
1468
+ "Return a veto message if you want to refuse creating rows on this model "
1469
+ "in the given action request even when permission has been given."
1468
1470
  msgstr ""
1469
1471
 
1470
1472
  #: lino/help_texts.py:319
1473
+ msgid "Override this to set default values that depend on the request."
1474
+ msgstr ""
1475
+
1476
+ #: lino/help_texts.py:320
1471
1477
  msgid ""
1472
1478
  "Hook to define custom behaviour to run when a user has created a new "
1473
1479
  "instance of this model."
1474
1480
  msgstr ""
1475
1481
 
1476
- #: lino/help_texts.py:320
1482
+ #: lino/help_texts.py:321
1477
1483
  msgid ""
1478
1484
  "The SubmitInsert action to be executed when the when the users submits an"
1479
1485
  " insert window."
1480
1486
  msgstr ""
1481
1487
 
1482
- #: lino/help_texts.py:321
1488
+ #: lino/help_texts.py:322
1483
1489
  msgid ""
1484
1490
  "Called when a learning combo has been submitted. Create a persistent "
1485
1491
  "database object if the given text contains enough information."
1486
1492
  msgstr ""
1487
1493
 
1488
- #: lino/help_texts.py:322
1494
+ #: lino/help_texts.py:323
1489
1495
  msgid ""
1490
1496
  "Return a dict of the fields to fill when the given text contains enough "
1491
1497
  "information for creating a new database object."
1492
1498
  msgstr ""
1493
1499
 
1494
- #: lino/help_texts.py:323
1500
+ #: lino/help_texts.py:324
1495
1501
  msgid ""
1496
1502
  "A set of names of ForeignKey or GenericForeignKey fields of this model "
1497
1503
  "that allow for cascaded delete."
1498
1504
  msgstr ""
1499
1505
 
1500
- #: lino/help_texts.py:324
1506
+ #: lino/help_texts.py:325
1501
1507
  msgid ""
1502
1508
  "Return a set of field names that should be disabled (i.e. not editable) "
1503
1509
  "for this database object."
1504
1510
  msgstr ""
1505
1511
 
1506
- #: lino/help_texts.py:325
1512
+ #: lino/help_texts.py:326
1507
1513
  msgid "Return a translatable text that describes this database row."
1508
1514
  msgstr ""
1509
1515
 
1510
- #: lino/help_texts.py:326
1516
+ #: lino/help_texts.py:327
1511
1517
  msgid ""
1512
- "Return a safe HTML string that represents this database row as a "
1513
- "paragraph."
1518
+ "Return a translatable text that describes this database row. Unlike "
1519
+ "__str__() this method gets an action request when it is called, so it "
1520
+ "knows the context."
1514
1521
  msgstr ""
1515
1522
 
1516
- #: lino/help_texts.py:327
1523
+ #: lino/help_texts.py:328
1524
+ msgid "Yield a series of words that describe this database row in plain text."
1525
+ msgstr ""
1526
+
1527
+ #: lino/help_texts.py:329
1517
1528
  msgid ""
1518
1529
  "Return a HTML element that represents this database row in a data window "
1519
1530
  "in display mode “summary”."
1520
1531
  msgstr ""
1521
1532
 
1522
- #: lino/help_texts.py:328
1533
+ #: lino/help_texts.py:330
1534
+ msgid ""
1535
+ "Return a safe HTML string that represents this database row as a "
1536
+ "paragraph."
1537
+ msgstr ""
1538
+
1539
+ #: lino/help_texts.py:331
1523
1540
  msgid "Set default values for the widget options of a given element."
1524
1541
  msgstr ""
1525
1542
 
1526
- #: lino/help_texts.py:329
1543
+ #: lino/help_texts.py:332
1527
1544
  msgid "Return a list of HTML elements to be shown in overview field."
1528
1545
  msgstr ""
1529
1546
 
1530
- #: lino/help_texts.py:330
1547
+ #: lino/help_texts.py:333
1531
1548
  msgid "Merge this object into another object of same class."
1532
1549
  msgstr ""
1533
1550
 
1534
- #: lino/help_texts.py:331
1551
+ #: lino/help_texts.py:334
1535
1552
  msgid ""
1536
1553
  "Return the Django queryset to be used by action request ar for any data "
1537
1554
  "table on this model."
1538
1555
  msgstr ""
1539
1556
 
1540
- #: lino/help_texts.py:332
1557
+ #: lino/help_texts.py:335
1541
1558
  msgid ""
1542
1559
  "A hook for adding custom code to be executed each time an instance of "
1543
1560
  "this model gets updated via the user interface and before the changes are"
1544
1561
  " written to the database."
1545
1562
  msgstr ""
1546
1563
 
1547
- #: lino/help_texts.py:333
1564
+ #: lino/help_texts.py:336
1548
1565
  msgid ""
1549
1566
  "Like before_ui_save(), but is called after the changes are written to the"
1550
1567
  " database."
1551
1568
  msgstr ""
1552
1569
 
1553
- #: lino/help_texts.py:334 lino/help_texts.py:335
1570
+ #: lino/help_texts.py:337 lino/help_texts.py:338
1554
1571
  msgid "Called by lino.modlib.gfks.Controllable."
1555
1572
  msgstr ""
1556
1573
 
1557
- #: lino/help_texts.py:336
1574
+ #: lino/help_texts.py:339
1558
1575
  msgid "A dialog window which displays some information about the site."
1559
1576
  msgstr ""
1560
1577
 
1561
- #: lino/help_texts.py:337
1578
+ #: lino/help_texts.py:340
1562
1579
  msgid "The list of time zones available on this site."
1563
1580
  msgstr ""
1564
1581
 
1565
- #: lino/help_texts.py:338
1582
+ #: lino/help_texts.py:341
1566
1583
  msgid ""
1567
1584
  "The default time zone on this server, corresponding to TIME_ZONE. Unlike "
1568
1585
  "TIME_ZONE (which is a string), default is a Choice object whose text is "
@@ -1570,95 +1587,99 @@ msgid ""
1570
1587
  "the time zone info object."
1571
1588
  msgstr ""
1572
1589
 
1573
- #: lino/help_texts.py:339
1590
+ #: lino/help_texts.py:342
1574
1591
  msgid "A list of date formats."
1575
1592
  msgstr ""
1576
1593
 
1577
- #: lino/help_texts.py:340
1594
+ #: lino/help_texts.py:343
1578
1595
  msgid "Django model to represent a registered change in the database."
1579
1596
  msgstr ""
1580
1597
 
1581
- #: lino/help_texts.py:341
1598
+ #: lino/help_texts.py:344
1582
1599
  msgid "The database object that has been modified."
1583
1600
  msgstr ""
1584
1601
 
1585
- #: lino/help_texts.py:342
1602
+ #: lino/help_texts.py:345
1586
1603
  msgid "The database object that acts as “master”."
1587
1604
  msgstr ""
1588
1605
 
1589
- #: lino/help_texts.py:343
1606
+ #: lino/help_texts.py:346
1590
1607
  msgid "Show the history of changes in the current database row."
1591
1608
  msgstr ""
1592
1609
 
1593
- #: lino/help_texts.py:344
1610
+ #: lino/help_texts.py:347
1594
1611
  msgid "Show the history of changes in the current database row and related data."
1595
1612
  msgstr ""
1596
1613
 
1597
- #: lino/help_texts.py:345
1614
+ #: lino/help_texts.py:348
1598
1615
  msgid "The list of possible choices for the type field of a Change."
1599
1616
  msgstr ""
1600
1617
 
1601
- #: lino/help_texts.py:346
1618
+ #: lino/help_texts.py:349
1602
1619
  msgid "Django model used to store a data problem message."
1603
1620
  msgstr ""
1604
1621
 
1605
- #: lino/help_texts.py:347
1622
+ #: lino/help_texts.py:350
1606
1623
  msgid "The Checker that reported this problem."
1607
1624
  msgstr ""
1608
1625
 
1609
- #: lino/help_texts.py:348
1626
+ #: lino/help_texts.py:351
1610
1627
  msgid ""
1611
1628
  "The message text. This is a concatenation of all messages that were "
1612
1629
  "yielded by the checker."
1613
1630
  msgstr ""
1614
1631
 
1615
- #: lino/help_texts.py:349
1632
+ #: lino/help_texts.py:352
1616
1633
  msgid "The user responsible for fixing this problem."
1617
1634
  msgstr ""
1618
1635
 
1619
- #: lino/help_texts.py:350
1636
+ #: lino/help_texts.py:353
1620
1637
  msgid "The base table for data problem messages."
1621
1638
  msgstr ""
1622
1639
 
1623
- #: lino/help_texts.py:351
1640
+ #: lino/help_texts.py:354
1624
1641
  msgid "Shows the data problem messages assigned to me."
1625
1642
  msgstr ""
1626
1643
 
1627
- #: lino/help_texts.py:352
1644
+ #: lino/help_texts.py:355
1628
1645
  msgid "The list of data checkers known by this application."
1629
1646
  msgstr ""
1630
1647
 
1631
- #: lino/help_texts.py:353
1648
+ #: lino/help_texts.py:356
1632
1649
  msgid "Base class for all data checkers."
1633
1650
  msgstr ""
1634
1651
 
1635
- #: lino/help_texts.py:354
1652
+ #: lino/help_texts.py:357
1636
1653
  msgid ""
1637
1654
  "The model to be checked. If this is a string, Lino will resolve it at "
1638
1655
  "startup."
1639
1656
  msgstr ""
1640
1657
 
1641
- #: lino/help_texts.py:355
1658
+ #: lino/help_texts.py:358
1659
+ msgid "Whether this checker should be ignored by checkdata."
1660
+ msgstr ""
1661
+
1662
+ #: lino/help_texts.py:359
1642
1663
  msgid ""
1643
1664
  "Run get_checkdata_problems() on this checker for the given database "
1644
1665
  "object."
1645
1666
  msgstr ""
1646
1667
 
1647
- #: lino/help_texts.py:356
1668
+ #: lino/help_texts.py:360
1648
1669
  msgid "Return a list of the models to check."
1649
1670
  msgstr ""
1650
1671
 
1651
- #: lino/help_texts.py:357
1672
+ #: lino/help_texts.py:361
1652
1673
  msgid ""
1653
1674
  "Creates an instance of this class and adds it as a choice to the Checkers"
1654
1675
  " choicelist."
1655
1676
  msgstr ""
1656
1677
 
1657
- #: lino/help_texts.py:358
1678
+ #: lino/help_texts.py:362
1658
1679
  msgid "Update the problem messages of this checker for the specified object."
1659
1680
  msgstr ""
1660
1681
 
1661
- #: lino/help_texts.py:359
1682
+ #: lino/help_texts.py:363
1662
1683
  msgid ""
1663
1684
  "Return or yield a series of (fixable, message) tuples, each describing a "
1664
1685
  "data problem. fixable is a boolean saying whether this problem can be "
@@ -1666,233 +1687,233 @@ msgid ""
1666
1687
  "for fixing it."
1667
1688
  msgstr ""
1668
1689
 
1669
- #: lino/help_texts.py:360
1690
+ #: lino/help_texts.py:364
1670
1691
  msgid ""
1671
1692
  "The site user to be considered responsible for problems detected by this "
1672
1693
  "checker on the given database object obj. This will be stored in user."
1673
1694
  msgstr ""
1674
1695
 
1675
- #: lino/help_texts.py:361
1696
+ #: lino/help_texts.py:365
1676
1697
  msgid ""
1677
1698
  "Update data problem messages and repair those which are automatically "
1678
1699
  "fixable."
1679
1700
  msgstr ""
1680
1701
 
1681
- #: lino/help_texts.py:362
1702
+ #: lino/help_texts.py:366
1682
1703
  msgid ""
1683
1704
  "Update data problem messages for this database object, also removing "
1684
1705
  "messages that no longer exist. This action does not change anything else "
1685
1706
  "in the database."
1686
1707
  msgstr ""
1687
1708
 
1688
- #: lino/help_texts.py:363
1709
+ #: lino/help_texts.py:367
1689
1710
  msgid "Returns the user’s country."
1690
1711
  msgstr ""
1691
1712
 
1692
- #: lino/help_texts.py:364
1713
+ #: lino/help_texts.py:368
1693
1714
  msgid ""
1694
1715
  "A callable function designed to run in background at default interval "
1695
1716
  "given by every_unit and every_value."
1696
1717
  msgstr ""
1697
1718
 
1698
- #: lino/help_texts.py:365
1719
+ #: lino/help_texts.py:369
1699
1720
  msgid "The function to run as a system task."
1700
1721
  msgstr ""
1701
1722
 
1702
- #: lino/help_texts.py:366
1723
+ #: lino/help_texts.py:370
1703
1724
  msgid "The default unit of the interval at which the task func will run."
1704
1725
  msgstr ""
1705
1726
 
1706
- #: lino/help_texts.py:367
1727
+ #: lino/help_texts.py:371
1707
1728
  msgid "The default value of the interval at which the task func will run."
1708
1729
  msgstr ""
1709
1730
 
1710
- #: lino/help_texts.py:368
1731
+ #: lino/help_texts.py:372
1711
1732
  msgid "The time at which this task should run first."
1712
1733
  msgstr ""
1713
1734
 
1714
- #: lino/help_texts.py:369
1735
+ #: lino/help_texts.py:373
1715
1736
  msgid "Calls the function stored in func passing ar as a positional argument."
1716
1737
  msgstr ""
1717
1738
 
1718
- #: lino/help_texts.py:370
1739
+ #: lino/help_texts.py:374
1719
1740
  msgid "The choicelist of background procedures available in this application."
1720
1741
  msgstr ""
1721
1742
 
1722
- #: lino/help_texts.py:371
1743
+ #: lino/help_texts.py:375
1723
1744
  msgid "A choicelist of logging levels available in this application."
1724
1745
  msgstr ""
1725
1746
 
1726
- #: lino/help_texts.py:372
1747
+ #: lino/help_texts.py:376
1727
1748
  msgid "Django model used to represent a background task."
1728
1749
  msgstr ""
1729
1750
 
1730
- #: lino/help_texts.py:373
1751
+ #: lino/help_texts.py:377
1731
1752
  msgid "Pointer to an instance of Procedure."
1732
1753
  msgstr ""
1733
1754
 
1734
- #: lino/help_texts.py:374
1755
+ #: lino/help_texts.py:378
1735
1756
  msgid "Tells at what time exactly this job started."
1736
1757
  msgstr ""
1737
1758
 
1738
- #: lino/help_texts.py:375
1759
+ #: lino/help_texts.py:379
1739
1760
  msgid "Stores information about the job, mostly logs."
1740
1761
  msgstr ""
1741
1762
 
1742
- #: lino/help_texts.py:376
1763
+ #: lino/help_texts.py:380
1743
1764
  msgid "Tells whether the task should be ignored."
1744
1765
  msgstr ""
1745
1766
 
1746
- #: lino/help_texts.py:377
1767
+ #: lino/help_texts.py:381
1747
1768
  msgid "The logging level to apply when running this task."
1748
1769
  msgstr ""
1749
1770
 
1750
- #: lino/help_texts.py:378
1771
+ #: lino/help_texts.py:382
1751
1772
  msgid "Performs a routine job."
1752
1773
  msgstr ""
1753
1774
 
1754
- #: lino/help_texts.py:379
1775
+ #: lino/help_texts.py:383
1755
1776
  msgid "The default actor for the SystemTask model."
1756
1777
  msgstr ""
1757
1778
 
1758
- #: lino/help_texts.py:380
1759
- msgid "The Django model used to store an fiscal year."
1779
+ #: lino/help_texts.py:384
1780
+ msgid "The Django model used to store a fiscal year."
1760
1781
  msgstr ""
1761
1782
 
1762
- #: lino/help_texts.py:381
1783
+ #: lino/help_texts.py:385
1763
1784
  msgid "The Django model used to store an accounting period."
1764
1785
  msgstr ""
1765
1786
 
1766
- #: lino/help_texts.py:382
1787
+ #: lino/help_texts.py:386
1767
1788
  msgid "The fiscal years defined in this database."
1768
1789
  msgstr ""
1769
1790
 
1770
- #: lino/help_texts.py:383
1791
+ #: lino/help_texts.py:387
1771
1792
  msgid "The accounting periods defined in this database."
1772
1793
  msgstr ""
1773
1794
 
1774
- #: lino/help_texts.py:384
1795
+ #: lino/help_texts.py:388
1775
1796
  msgid "A list of choices for the values allowed as periods.period_type."
1776
1797
  msgstr ""
1777
1798
 
1778
- #: lino/help_texts.py:385
1799
+ #: lino/help_texts.py:389
1779
1800
  msgid "Model mixin for objects that cover a range of accounting periods."
1780
1801
  msgstr ""
1781
1802
 
1782
- #: lino/help_texts.py:386
1803
+ #: lino/help_texts.py:390
1783
1804
  msgid "The first period of the range to cover."
1784
1805
  msgstr ""
1785
1806
 
1786
- #: lino/help_texts.py:387
1807
+ #: lino/help_texts.py:391
1787
1808
  msgid "The last period of the range to cover."
1788
1809
  msgstr ""
1789
1810
 
1790
- #: lino/help_texts.py:388
1811
+ #: lino/help_texts.py:392
1791
1812
  msgid ""
1792
1813
  "Model mixin for objects that can be filtered by a range of accounting "
1793
1814
  "periods. This adds two parameter fields start_period and end_period to "
1794
1815
  "every table on this model."
1795
1816
  msgstr ""
1796
1817
 
1797
- #: lino/help_texts.py:389
1818
+ #: lino/help_texts.py:393
1798
1819
  msgid "A parameter panel with two fields:"
1799
1820
  msgstr ""
1800
1821
 
1801
- #: lino/help_texts.py:390 lino/modlib/periods/mixins.py:51
1822
+ #: lino/help_texts.py:394 lino/modlib/periods/mixins.py:53
1802
1823
  msgid "Start of observed period range."
1803
1824
  msgstr ""
1804
1825
 
1805
- #: lino/help_texts.py:391 lino/modlib/periods/mixins.py:104
1826
+ #: lino/help_texts.py:395 lino/modlib/periods/mixins.py:106
1806
1827
  msgid ""
1807
1828
  "Optional end of observed period range. Leave empty to consider only the "
1808
1829
  "Start period."
1809
1830
  msgstr ""
1810
1831
 
1811
- #: lino/help_texts.py:392
1832
+ #: lino/help_texts.py:396
1812
1833
  msgid "The Django model that represents a content page."
1813
1834
  msgstr ""
1814
1835
 
1815
- #: lino/help_texts.py:393
1836
+ #: lino/help_texts.py:397
1816
1837
  msgid "This deserves better documentation."
1817
1838
  msgstr ""
1818
1839
 
1819
- #: lino/help_texts.py:394 lino/help_texts.py:397
1840
+ #: lino/help_texts.py:398 lino/help_texts.py:401
1820
1841
  msgid "Model mixin to add to models that are potentially publishable."
1821
1842
  msgstr ""
1822
1843
 
1823
- #: lino/help_texts.py:395
1844
+ #: lino/help_texts.py:399
1824
1845
  msgid ""
1825
1846
  "The name of the template to use when rendering a database row via the "
1826
1847
  "publisher interface."
1827
1848
  msgstr ""
1828
1849
 
1829
- #: lino/help_texts.py:396
1850
+ #: lino/help_texts.py:400
1830
1851
  msgid "Show this database row via the publisher interface."
1831
1852
  msgstr ""
1832
1853
 
1833
- #: lino/help_texts.py:398
1854
+ #: lino/help_texts.py:402
1834
1855
  msgid "The language of this content."
1835
1856
  msgstr ""
1836
1857
 
1837
- #: lino/help_texts.py:399
1858
+ #: lino/help_texts.py:403
1838
1859
  msgid "Default value is ‘draft’"
1839
1860
  msgstr ""
1840
1861
 
1841
- #: lino/help_texts.py:400
1862
+ #: lino/help_texts.py:404
1842
1863
  msgid "Pointer to PageFillers"
1843
1864
  msgstr ""
1844
1865
 
1845
- #: lino/help_texts.py:401
1866
+ #: lino/help_texts.py:405
1846
1867
  msgid "A choicelist with the possible states of a publisher page."
1847
1868
  msgstr ""
1848
1869
 
1849
- #: lino/help_texts.py:402
1870
+ #: lino/help_texts.py:406
1850
1871
  msgid ""
1851
1872
  "A choicelist with the page fillers that are available for this "
1852
1873
  "application."
1853
1874
  msgstr ""
1854
1875
 
1855
- #: lino/help_texts.py:403
1876
+ #: lino/help_texts.py:407
1856
1877
  msgid "A choicelist with the special pages available on this site."
1857
1878
  msgstr ""
1858
1879
 
1859
- #: lino/help_texts.py:404
1880
+ #: lino/help_texts.py:408
1860
1881
  msgid "A virtual table that searches in all database tables."
1861
1882
  msgstr ""
1862
1883
 
1863
- #: lino/help_texts.py:405
1884
+ #: lino/help_texts.py:409
1864
1885
  msgid "A virtual table used to search on this Lino site using ElasticSearch."
1865
1886
  msgstr ""
1866
1887
 
1867
- #: lino/help_texts.py:406
1888
+ #: lino/help_texts.py:410
1868
1889
  msgid "Model mixin for database objects that have summary fields."
1869
1890
  msgstr ""
1870
1891
 
1871
- #: lino/help_texts.py:407
1892
+ #: lino/help_texts.py:411
1872
1893
  msgid ""
1873
1894
  "Set this to True if all instances of this model should be considered "
1874
1895
  "temporary data to be deleted by checksummaries."
1875
1896
  msgstr ""
1876
1897
 
1877
- #: lino/help_texts.py:408
1898
+ #: lino/help_texts.py:412
1878
1899
  msgid "Update all the summary fields for this database object."
1879
1900
  msgstr ""
1880
1901
 
1881
- #: lino/help_texts.py:409
1902
+ #: lino/help_texts.py:413
1882
1903
  msgid "Set all counters and sums to 0."
1883
1904
  msgstr ""
1884
1905
 
1885
- #: lino/help_texts.py:410
1906
+ #: lino/help_texts.py:414
1886
1907
  msgid "Compute the values of the summary fields in this database row."
1887
1908
  msgstr ""
1888
1909
 
1889
- #: lino/help_texts.py:411
1910
+ #: lino/help_texts.py:415
1890
1911
  msgid ""
1891
1912
  "Runs compute_summary_values() on a a filtered queryset based on keyword "
1892
1913
  "arguments."
1893
1914
  msgstr ""
1894
1915
 
1895
- #: lino/help_texts.py:412
1916
+ #: lino/help_texts.py:416
1896
1917
  msgid ""
1897
1918
  "To be implemented by subclasses. This must yield a sequence of "
1898
1919
  "(collector, qs) tuples, where collector is a callable and qs a queryset. "
@@ -1900,569 +1921,569 @@ msgid ""
1900
1921
  " for updating that object."
1901
1922
  msgstr ""
1902
1923
 
1903
- #: lino/help_texts.py:413
1924
+ #: lino/help_texts.py:417
1904
1925
  msgid "Mixin for Summarized models that are related to a master."
1905
1926
  msgstr ""
1906
1927
 
1907
- #: lino/help_texts.py:414
1928
+ #: lino/help_texts.py:418
1908
1929
  msgid ""
1909
1930
  "The target model of the master will automatically receive an action "
1910
1931
  "check_summaries."
1911
1932
  msgstr ""
1912
1933
 
1913
- #: lino/help_texts.py:415
1934
+ #: lino/help_texts.py:419
1914
1935
  msgid ""
1915
1936
  "A Summarized that will have more than one entries per master, one for "
1916
1937
  "each month."
1917
1938
  msgstr ""
1918
1939
 
1919
- #: lino/help_texts.py:416
1940
+ #: lino/help_texts.py:420
1920
1941
  msgid "Can be 'yearly', 'monthly', 'weekly' or 'timeless'."
1921
1942
  msgstr ""
1922
1943
 
1923
- #: lino/help_texts.py:417
1944
+ #: lino/help_texts.py:421
1924
1945
  #, fuzzy
1925
1946
  msgid "The year"
1926
1947
  msgstr "%d aastat"
1927
1948
 
1928
- #: lino/help_texts.py:418
1949
+ #: lino/help_texts.py:422
1929
1950
  msgid "The number of the month or the week."
1930
1951
  msgstr ""
1931
1952
 
1932
- #: lino/help_texts.py:419
1953
+ #: lino/help_texts.py:423
1933
1954
  msgid "Web UI version of checksummaries."
1934
1955
  msgstr ""
1935
1956
 
1936
- #: lino/help_texts.py:420
1957
+ #: lino/help_texts.py:424
1937
1958
  msgid "Update summary data for this object."
1938
1959
  msgstr ""
1939
1960
 
1940
- #: lino/help_texts.py:421
1961
+ #: lino/help_texts.py:425
1941
1962
  msgid "The Django model used to represent a user account."
1942
1963
  msgstr ""
1943
1964
 
1944
- #: lino/help_texts.py:422
1965
+ #: lino/help_texts.py:426
1945
1966
  msgid ""
1946
1967
  "Must be either unique or empty. User accounts having this field empty "
1947
1968
  "cannot be used to sign in."
1948
1969
  msgstr ""
1949
1970
 
1950
- #: lino/help_texts.py:423
1971
+ #: lino/help_texts.py:427
1951
1972
  msgid ""
1952
1973
  "The user type assigned to this user. User accounts having this field "
1953
1974
  "empty cannot be used to sign in."
1954
1975
  msgstr ""
1955
1976
 
1956
- #: lino/help_texts.py:424
1977
+ #: lino/help_texts.py:428
1957
1978
  msgid ""
1958
1979
  "The partner record with additional contact information about this user "
1959
1980
  "account."
1960
1981
  msgstr ""
1961
1982
 
1962
- #: lino/help_texts.py:425
1983
+ #: lino/help_texts.py:429
1963
1984
  msgid ""
1964
1985
  "The nickname used to refer to you when speaking to other site users. Does"
1965
1986
  " not need to be unique but should be reasonably identifying."
1966
1987
  msgstr ""
1967
1988
 
1968
- #: lino/help_texts.py:426
1989
+ #: lino/help_texts.py:430
1969
1990
  msgid ""
1970
1991
  "The initials used to refer to you when speaking to business partners. "
1971
1992
  "Does not need to be unique but should be reasonably identifying."
1972
1993
  msgstr ""
1973
1994
 
1974
- #: lino/help_texts.py:427
1995
+ #: lino/help_texts.py:431
1975
1996
  msgid ""
1976
1997
  "The time zone Lino should use in time fields or when displaying "
1977
1998
  "timestamps to this user."
1978
1999
  msgstr ""
1979
2000
 
1980
- #: lino/help_texts.py:428
2001
+ #: lino/help_texts.py:432
1981
2002
  msgid "The date format to use when parsing or displaying dates."
1982
2003
  msgstr ""
1983
2004
 
1984
- #: lino/help_texts.py:429
2005
+ #: lino/help_texts.py:433
1985
2006
  msgid ""
1986
2007
  "A random string that has been sent to the user via email in order to "
1987
2008
  "verify their email address."
1988
2009
  msgstr ""
1989
2010
 
1990
- #: lino/help_texts.py:430
2011
+ #: lino/help_texts.py:434
1991
2012
  msgid ""
1992
2013
  "A not-yet-active password given by anonymous when they asked for a "
1993
2014
  "password reset. This will become the active password when the user "
1994
2015
  "verifies."
1995
2016
  msgstr ""
1996
2017
 
1997
- #: lino/help_texts.py:431
2018
+ #: lino/help_texts.py:435
1998
2019
  msgid ""
1999
2020
  "A virtual read-only field that returns the Person MTI child of the "
2000
2021
  "partner (if it exists) and otherwise None."
2001
2022
  msgstr ""
2002
2023
 
2003
- #: lino/help_texts.py:432
2024
+ #: lino/help_texts.py:436
2004
2025
  msgid ""
2005
2026
  "A virtual read-only field that returns the Company MTI child of the "
2006
2027
  "partner (if it exists) and otherwise None."
2007
2028
  msgstr ""
2008
2029
 
2009
- #: lino/help_texts.py:433
2030
+ #: lino/help_texts.py:437
2010
2031
  msgid "Not used in Lino."
2011
2032
  msgstr ""
2012
2033
 
2013
- #: lino/help_texts.py:434
2034
+ #: lino/help_texts.py:438
2014
2035
  msgid ""
2015
2036
  "If start_date is given, then the user cannot sign in before that date. If"
2016
2037
  " end_date is given, then the user cannot sign in after that date."
2017
2038
  msgstr ""
2018
2039
 
2019
- #: lino/help_texts.py:435
2040
+ #: lino/help_texts.py:439
2020
2041
  msgid "No longer used. See as is_authenticated."
2021
2042
  msgstr ""
2022
2043
 
2023
- #: lino/help_texts.py:436
2044
+ #: lino/help_texts.py:440
2024
2045
  msgid "This is always True. Compare with AnonymousUser.is_authenticated."
2025
2046
  msgstr ""
2026
2047
 
2027
- #: lino/help_texts.py:437
2048
+ #: lino/help_texts.py:441
2028
2049
  msgid "Return a queryset of users that satisfy the specified criteria."
2029
2050
  msgstr ""
2030
2051
 
2031
- #: lino/help_texts.py:438
2052
+ #: lino/help_texts.py:442
2032
2053
  msgid ""
2033
2054
  "Returns nickname if this field is not empty, otherwise get_full_name() "
2034
2055
  "unless"
2035
2056
  msgstr ""
2036
2057
 
2037
- #: lino/help_texts.py:439
2058
+ #: lino/help_texts.py:443
2038
2059
  msgid ""
2039
2060
  "Return the user’s full name, i.e. first_name followed by last_name. If "
2040
2061
  "both fields are empty, return the initials or the username."
2041
2062
  msgstr ""
2042
2063
 
2043
- #: lino/help_texts.py:440
2064
+ #: lino/help_texts.py:444
2044
2065
  msgid "Only system managers may edit other users. See also disabled_fields()."
2045
2066
  msgstr ""
2046
2067
 
2047
- #: lino/help_texts.py:441
2068
+ #: lino/help_texts.py:445
2048
2069
  msgid "Ask for a new password to be used for authentication."
2049
2070
  msgstr ""
2050
2071
 
2051
- #: lino/help_texts.py:442 lino/help_texts.py:491
2072
+ #: lino/help_texts.py:446 lino/help_texts.py:495
2052
2073
  msgid ""
2053
2074
  "Ask for the verification code you have received by email and mark your "
2054
2075
  "email address as verified."
2055
2076
  msgstr ""
2056
2077
 
2057
- #: lino/help_texts.py:443
2078
+ #: lino/help_texts.py:447
2058
2079
  msgid "Base class for all data tables on User."
2059
2080
  msgstr ""
2060
2081
 
2061
- #: lino/help_texts.py:444
2082
+ #: lino/help_texts.py:448
2062
2083
  msgid "Shows the list of all users on this site."
2063
2084
  msgstr ""
2064
2085
 
2065
- #: lino/help_texts.py:445
2086
+ #: lino/help_texts.py:449
2066
2087
  msgid ""
2067
2088
  "A variant of Users showing only active users and only some fields. This "
2068
2089
  "is used on demo sites in admin_main.html to display the list of available"
2069
2090
  " users."
2070
2091
  msgstr ""
2071
2092
 
2072
- #: lino/help_texts.py:446
2093
+ #: lino/help_texts.py:450
2073
2094
  msgid "The list of user types available in this application."
2074
2095
  msgstr ""
2075
2096
 
2076
- #: lino/help_texts.py:447
2097
+ #: lino/help_texts.py:451
2077
2098
  msgid "The user role of users having this type."
2078
2099
  msgstr ""
2079
2100
 
2080
- #: lino/help_texts.py:448
2101
+ #: lino/help_texts.py:452
2081
2102
  msgid "Default value for the hidden_languages of newly added choice items."
2082
2103
  msgstr ""
2083
2104
 
2084
- #: lino/help_texts.py:449
2105
+ #: lino/help_texts.py:453
2085
2106
  msgid "Return an instance of AnonymousUser."
2086
2107
  msgstr ""
2087
2108
 
2088
- #: lino/help_texts.py:450
2109
+ #: lino/help_texts.py:454
2089
2110
  msgid ""
2090
2111
  "An item of the UserTypes list. Every instance of this represents a user "
2091
2112
  "type."
2092
2113
  msgstr ""
2093
2114
 
2094
- #: lino/help_texts.py:451
2115
+ #: lino/help_texts.py:455
2095
2116
  msgid ""
2096
2117
  "The role of users having this type. This is an instance of UserRole or "
2097
2118
  "some subclass thereof."
2098
2119
  msgstr ""
2099
2120
 
2100
- #: lino/help_texts.py:452
2121
+ #: lino/help_texts.py:456
2101
2122
  msgid "Whether users of this type get only write-proteced access."
2102
2123
  msgstr ""
2103
2124
 
2104
- #: lino/help_texts.py:453
2125
+ #: lino/help_texts.py:457
2105
2126
  msgid ""
2106
2127
  "A subset of languages which should be hidden for users of this type. "
2107
2128
  "Default value is hidden_languages. This is used on multilingual sites "
2108
2129
  "with more than 4 or 5 languages."
2109
2130
  msgstr ""
2110
2131
 
2111
- #: lino/help_texts.py:454
2132
+ #: lino/help_texts.py:458
2112
2133
  msgid ""
2113
2134
  "Return a context manager so you can write code to be run with this as the"
2114
2135
  " current user type:"
2115
2136
  msgstr ""
2116
2137
 
2117
- #: lino/help_texts.py:455
2138
+ #: lino/help_texts.py:459
2118
2139
  msgid "A set of notification message types to be masked for users of this type."
2119
2140
  msgstr ""
2120
2141
 
2121
- #: lino/help_texts.py:456
2142
+ #: lino/help_texts.py:460
2122
2143
  msgid "Add the given notification message types to the notification mask."
2123
2144
  msgstr ""
2124
2145
 
2125
- #: lino/help_texts.py:457
2146
+ #: lino/help_texts.py:461
2126
2147
  msgid "Return True if this user type’s role satisfies the specified requirements."
2127
2148
  msgstr ""
2128
2149
 
2129
- #: lino/help_texts.py:458
2150
+ #: lino/help_texts.py:462
2130
2151
  msgid "Find the item of the main menu for the specified bound action."
2131
2152
  msgstr ""
2132
2153
 
2133
- #: lino/help_texts.py:459
2154
+ #: lino/help_texts.py:463
2134
2155
  msgid "Show a list of all user sessions."
2135
2156
  msgstr ""
2136
2157
 
2137
- #: lino/help_texts.py:460
2158
+ #: lino/help_texts.py:464
2138
2159
  msgid "Django model used to represent a authority."
2139
2160
  msgstr ""
2140
2161
 
2141
- #: lino/help_texts.py:461
2162
+ #: lino/help_texts.py:465
2142
2163
  msgid "The user who gives the right of representation. author of this authority"
2143
2164
  msgstr ""
2144
2165
 
2145
- #: lino/help_texts.py:462
2166
+ #: lino/help_texts.py:466
2146
2167
  msgid "The user who gets the right to represent the author"
2147
2168
  msgstr ""
2148
2169
 
2149
- #: lino/help_texts.py:463
2170
+ #: lino/help_texts.py:467
2150
2171
  msgid "Somebody who can help others by running AssignToMe action."
2151
2172
  msgstr ""
2152
2173
 
2153
- #: lino/help_texts.py:464
2174
+ #: lino/help_texts.py:468
2154
2175
  msgid "Somebody who can help others by running TakeAuthorship action."
2155
2176
  msgstr ""
2156
2177
 
2157
- #: lino/help_texts.py:465
2178
+ #: lino/help_texts.py:469
2158
2179
  msgid "Send a welcome mail to this user."
2159
2180
  msgstr ""
2160
2181
 
2161
- #: lino/help_texts.py:466
2182
+ #: lino/help_texts.py:470
2162
2183
  msgid "Change the password of this user."
2163
2184
  msgstr ""
2164
2185
 
2165
- #: lino/help_texts.py:467
2186
+ #: lino/help_texts.py:471
2166
2187
  msgid ""
2167
2188
  "The current password. Leave empty if the user has no password yet. A site"
2168
2189
  " manager doesn’t need to specify this at all."
2169
2190
  msgstr ""
2170
2191
 
2171
- #: lino/help_texts.py:468
2192
+ #: lino/help_texts.py:472
2172
2193
  #, fuzzy
2173
2194
  msgid "The new password."
2174
2195
  msgstr "Muuda salasõna"
2175
2196
 
2176
- #: lino/help_texts.py:469
2197
+ #: lino/help_texts.py:473
2177
2198
  msgid "The new password a second time. Both passwords must match."
2178
2199
  msgstr ""
2179
2200
 
2180
- #: lino/help_texts.py:470
2201
+ #: lino/help_texts.py:474
2181
2202
  msgid ""
2182
2203
  "Open a window that asks for username and password and authenticates as "
2183
2204
  "this user when submitted."
2184
2205
  msgstr ""
2185
2206
 
2186
- #: lino/help_texts.py:471
2207
+ #: lino/help_texts.py:475
2187
2208
  msgid ""
2188
2209
  "Sign out the current user and return to the welcome screen for anonymous "
2189
2210
  "visitors."
2190
2211
  msgstr ""
2191
2212
 
2192
- #: lino/help_texts.py:472
2213
+ #: lino/help_texts.py:476
2193
2214
  #, fuzzy
2194
2215
  msgid "Your first name."
2195
2216
  msgstr "Eesnimi"
2196
2217
 
2197
- #: lino/help_texts.py:473
2218
+ #: lino/help_texts.py:477
2198
2219
  #, fuzzy
2199
2220
  msgid "Your last name."
2200
2221
  msgstr "Perenimi"
2201
2222
 
2202
- #: lino/help_texts.py:474
2223
+ #: lino/help_texts.py:478
2203
2224
  msgid "Your email address. This is required to verify your account."
2204
2225
  msgstr ""
2205
2226
 
2206
- #: lino/help_texts.py:475
2227
+ #: lino/help_texts.py:479
2207
2228
  msgid ""
2208
2229
  "The username you want to get. Leave empty to get your email address as "
2209
2230
  "your username."
2210
2231
  msgstr ""
2211
2232
 
2212
- #: lino/help_texts.py:476
2233
+ #: lino/help_texts.py:480
2213
2234
  #, fuzzy
2214
2235
  msgid "Your password."
2215
2236
  msgstr "Muuda salasõna"
2216
2237
 
2217
- #: lino/help_texts.py:477
2238
+ #: lino/help_texts.py:481
2218
2239
  msgid ""
2219
2240
  "The list of required roles for getting permission to edit other users’ "
2220
2241
  "work."
2221
2242
  msgstr ""
2222
2243
 
2223
- #: lino/help_texts.py:478
2244
+ #: lino/help_texts.py:482
2224
2245
  msgid ""
2225
2246
  "No longer used. The name of the field that defines the author of this "
2226
2247
  "object."
2227
2248
  msgstr ""
2228
2249
 
2229
- #: lino/help_texts.py:479
2250
+ #: lino/help_texts.py:483
2230
2251
  msgid "Inherits from Authored."
2231
2252
  msgstr ""
2232
2253
 
2233
- #: lino/help_texts.py:480
2254
+ #: lino/help_texts.py:484
2234
2255
  msgid "The author of this database object."
2235
2256
  msgstr ""
2236
2257
 
2237
- #: lino/help_texts.py:481
2258
+ #: lino/help_texts.py:485
2238
2259
  msgid "The action to start a user plan."
2239
2260
  msgstr ""
2240
2261
 
2241
- #: lino/help_texts.py:482
2262
+ #: lino/help_texts.py:486
2242
2263
  msgid "Whether to run Plan.update_plan() after starting the plan."
2243
2264
  msgstr ""
2244
2265
 
2245
- #: lino/help_texts.py:483
2266
+ #: lino/help_texts.py:487
2246
2267
  msgid ""
2247
2268
  "Mixin for anything that represents a “plan” of a given user on a given "
2248
2269
  "day."
2249
2270
  msgstr ""
2250
2271
 
2251
- #: lino/help_texts.py:484
2272
+ #: lino/help_texts.py:488
2252
2273
  msgid "The user who owns and uses this plan."
2253
2274
  msgstr ""
2254
2275
 
2255
- #: lino/help_texts.py:485
2276
+ #: lino/help_texts.py:489
2256
2277
  msgid ""
2257
2278
  "This date of this plan. This is automatically set to today each time the "
2258
2279
  "plan is called or updated."
2259
2280
  msgstr ""
2260
2281
 
2261
- #: lino/help_texts.py:486
2282
+ #: lino/help_texts.py:490
2262
2283
  msgid "Return the database object for this plan and user. or create"
2263
2284
  msgstr ""
2264
2285
 
2265
- #: lino/help_texts.py:487
2286
+ #: lino/help_texts.py:491
2266
2287
  msgid "Implementing models should provide this method."
2267
2288
  msgstr ""
2268
2289
 
2269
- #: lino/help_texts.py:488
2290
+ #: lino/help_texts.py:492
2270
2291
  msgid "Build a new list of suggestions. This will remove all current suggestions."
2271
2292
  msgstr ""
2272
2293
 
2273
- #: lino/help_texts.py:489
2294
+ #: lino/help_texts.py:493
2274
2295
  msgid "Ask for your username and password in order to authenticate."
2275
2296
  msgstr ""
2276
2297
 
2277
- #: lino/help_texts.py:490
2298
+ #: lino/help_texts.py:494
2278
2299
  msgid "Ask for your email address and send a verification code."
2279
2300
  msgstr ""
2280
2301
 
2281
- #: lino/help_texts.py:492
2302
+ #: lino/help_texts.py:496
2282
2303
  msgid "Old name of lino.core.model.TableRow.as_paragraph()"
2283
2304
  msgstr ""
2284
2305
 
2285
- #: lino/help_texts.py:493
2306
+ #: lino/help_texts.py:497
2286
2307
  msgid ""
2287
2308
  "Setting this field on a partner makes this partner available as a client "
2288
2309
  "contact."
2289
2310
  msgstr ""
2290
2311
 
2291
- #: lino/help_texts.py:494
2312
+ #: lino/help_texts.py:498
2292
2313
  msgid "The coaching type used for new coachings of this user."
2293
2314
  msgstr ""
2294
2315
 
2295
- #: lino/help_texts.py:495
2316
+ #: lino/help_texts.py:499
2296
2317
  msgid "Notify me when a coach has been assigned."
2297
2318
  msgstr ""
2298
2319
 
2299
- #: lino/help_texts.py:496
2320
+ #: lino/help_texts.py:500
2300
2321
  msgid "The database model to represent a comment."
2301
2322
  msgstr ""
2302
2323
 
2303
- #: lino/help_texts.py:497
2324
+ #: lino/help_texts.py:501
2304
2325
  msgid "The author of the comment."
2305
2326
  msgstr ""
2306
2327
 
2307
- #: lino/help_texts.py:498
2328
+ #: lino/help_texts.py:502
2308
2329
  msgid "The discussion topic this comment is about."
2309
2330
  msgstr ""
2310
2331
 
2311
- #: lino/help_texts.py:499
2332
+ #: lino/help_texts.py:503
2312
2333
  msgid "The full body text of your comment."
2313
2334
  msgstr ""
2314
2335
 
2315
- #: lino/help_texts.py:500
2336
+ #: lino/help_texts.py:504
2316
2337
  msgid "The first paragraph of your body."
2317
2338
  msgstr ""
2318
2339
 
2319
- #: lino/help_texts.py:501
2340
+ #: lino/help_texts.py:505
2320
2341
  msgid "The emotion of this comment."
2321
2342
  msgstr ""
2322
2343
 
2323
- #: lino/help_texts.py:502
2344
+ #: lino/help_texts.py:506
2324
2345
  msgid "When this comment has been published. A timestamp."
2325
2346
  msgstr ""
2326
2347
 
2327
- #: lino/help_texts.py:503
2348
+ #: lino/help_texts.py:507
2328
2349
  msgid ""
2329
2350
  "Whether to show only (un)published comments, independently of the "
2330
2351
  "publication date."
2331
2352
  msgstr ""
2332
2353
 
2333
- #: lino/help_texts.py:504
2354
+ #: lino/help_texts.py:508
2334
2355
  msgid "Hide comments before this date."
2335
2356
  msgstr ""
2336
2357
 
2337
- #: lino/help_texts.py:505
2358
+ #: lino/help_texts.py:509
2338
2359
  msgid "Hide comments after this date."
2339
2360
  msgstr ""
2340
2361
 
2341
- #: lino/help_texts.py:506
2362
+ #: lino/help_texts.py:510
2342
2363
  msgid ""
2343
2364
  "Which event (created, modified or published) to consider when applying "
2344
2365
  "the date range given by start_date and end_date."
2345
2366
  msgstr ""
2346
2367
 
2347
- #: lino/help_texts.py:507
2368
+ #: lino/help_texts.py:511
2348
2369
  msgid "Show all comments."
2349
2370
  msgstr ""
2350
2371
 
2351
- #: lino/help_texts.py:508
2372
+ #: lino/help_texts.py:512
2352
2373
  msgid "Show the comments posted by the current user."
2353
2374
  msgstr ""
2354
2375
 
2355
- #: lino/help_texts.py:509
2376
+ #: lino/help_texts.py:513
2356
2377
  msgid "Show the most recent comments that have been posted on this site."
2357
2378
  msgstr ""
2358
2379
 
2359
- #: lino/help_texts.py:510
2380
+ #: lino/help_texts.py:514
2360
2381
  msgid "Shows the comments for a given database object."
2361
2382
  msgstr ""
2362
2383
 
2363
- #: lino/help_texts.py:511
2384
+ #: lino/help_texts.py:515
2364
2385
  msgid "The choicelist with selections for Comments.observed_event."
2365
2386
  msgstr ""
2366
2387
 
2367
- #: lino/help_texts.py:512
2388
+ #: lino/help_texts.py:516
2368
2389
  msgid "The list of available values for the Comment.emotion field."
2369
2390
  msgstr ""
2370
2391
 
2371
- #: lino/help_texts.py:513
2392
+ #: lino/help_texts.py:517
2372
2393
  msgid ""
2373
2394
  "The CommentType model is not being used in production, one day we will "
2374
2395
  "probably remove it."
2375
2396
  msgstr ""
2376
2397
 
2377
- #: lino/help_texts.py:514
2398
+ #: lino/help_texts.py:518
2378
2399
  msgid "The table with all existing comment types."
2379
2400
  msgstr ""
2380
2401
 
2381
- #: lino/help_texts.py:515
2402
+ #: lino/help_texts.py:519
2382
2403
  msgid ""
2383
2404
  "Mixin for models that are commentable, i.e. the rows of which can become "
2384
2405
  "discussion topic of comments."
2385
2406
  msgstr ""
2386
2407
 
2387
- #: lino/help_texts.py:516
2408
+ #: lino/help_texts.py:520
2388
2409
  msgid ""
2389
2410
  "Add filters to the given queryset of comments, requested by the given "
2390
2411
  "user."
2391
2412
  msgstr ""
2392
2413
 
2393
- #: lino/help_texts.py:517
2414
+ #: lino/help_texts.py:521
2394
2415
  msgid ""
2395
2416
  "Return a HTML formatted string with the description of this Commentable "
2396
2417
  "as it should be displayed by the slave summary of CommentsByOwner."
2397
2418
  msgstr ""
2398
2419
 
2399
- #: lino/help_texts.py:518
2420
+ #: lino/help_texts.py:522
2400
2421
  msgid "This is automatically called when a comment has been created or modified."
2401
2422
  msgstr ""
2402
2423
 
2403
- #: lino/help_texts.py:519
2424
+ #: lino/help_texts.py:523
2404
2425
  msgid "The Django model representing a file volume."
2405
2426
  msgstr ""
2406
2427
 
2407
- #: lino/help_texts.py:520
2428
+ #: lino/help_texts.py:524
2408
2429
  msgid "The primary key used to point to this volume from a database object."
2409
2430
  msgstr ""
2410
2431
 
2411
- #: lino/help_texts.py:521
2432
+ #: lino/help_texts.py:525
2412
2433
  msgid "The full path of the root folder."
2413
2434
  msgstr ""
2414
2435
 
2415
- #: lino/help_texts.py:522
2436
+ #: lino/help_texts.py:526
2416
2437
  msgid "A descriptive text."
2417
2438
  msgstr ""
2418
2439
 
2419
- #: lino/help_texts.py:523
2440
+ #: lino/help_texts.py:527
2420
2441
  msgid "The base URL where files of this volume are being served."
2421
2442
  msgstr ""
2422
2443
 
2423
- #: lino/help_texts.py:524
2444
+ #: lino/help_texts.py:528
2424
2445
  msgid "The file backend used to access the files on this volume."
2425
2446
  msgstr ""
2426
2447
 
2427
- #: lino/help_texts.py:525
2448
+ #: lino/help_texts.py:529
2428
2449
  msgid "Internal ID to be used as primary key."
2429
2450
  msgstr ""
2430
2451
 
2431
- #: lino/help_texts.py:526
2452
+ #: lino/help_texts.py:530
2432
2453
  msgid "The volume where this file is stored."
2433
2454
  msgstr ""
2434
2455
 
2435
- #: lino/help_texts.py:527
2456
+ #: lino/help_texts.py:531
2436
2457
  msgid "The parent directory."
2437
2458
  msgstr ""
2438
2459
 
2439
- #: lino/help_texts.py:528
2460
+ #: lino/help_texts.py:532
2440
2461
  msgid ""
2441
2462
  "Whether this is a directory, i.e. a special file which contains other "
2442
2463
  "files and has no content on its own."
2443
2464
  msgstr ""
2444
2465
 
2445
- #: lino/help_texts.py:529
2466
+ #: lino/help_texts.py:533
2446
2467
  msgid "The name of this file. Must be unique among siblings of a same parent."
2447
2468
  msgstr ""
2448
2469
 
2449
- #: lino/help_texts.py:530
2470
+ #: lino/help_texts.py:534
2450
2471
  msgid "The full path name relative to the root folder of the volume."
2451
2472
  msgstr ""
2452
2473
 
2453
- #: lino/help_texts.py:531
2474
+ #: lino/help_texts.py:535
2454
2475
  msgid "Whether the file no longer exists on the file system."
2455
2476
  msgstr ""
2456
2477
 
2457
- #: lino/help_texts.py:532
2478
+ #: lino/help_texts.py:536
2458
2479
  msgid "The state of this file, used to control the workflow."
2459
2480
  msgstr ""
2460
2481
 
2461
- #: lino/help_texts.py:533
2482
+ #: lino/help_texts.py:537
2462
2483
  msgid "A choicelist with the possible states of a file."
2463
2484
  msgstr ""
2464
2485
 
2465
- #: lino/help_texts.py:534
2486
+ #: lino/help_texts.py:538
2466
2487
  msgid ""
2467
2488
  "A mixin for models that require their every object to have a scan or pdf "
2468
2489
  "file of the “receipt”, i.e. the document serving as the legal proof of "
@@ -2470,47 +2491,47 @@ msgid ""
2470
2491
  "accounting system."
2471
2492
  msgstr ""
2472
2493
 
2473
- #: lino/help_texts.py:535
2494
+ #: lino/help_texts.py:539
2474
2495
  msgid "The file which serves as receipt for this database object."
2475
2496
  msgstr ""
2476
2497
 
2477
- #: lino/help_texts.py:536
2498
+ #: lino/help_texts.py:540
2478
2499
  msgid "Return True if this database object needs a receipt."
2479
2500
  msgstr ""
2480
2501
 
2481
- #: lino/help_texts.py:537
2502
+ #: lino/help_texts.py:541
2482
2503
  msgid "Shows all receivables that need a receipt but don’t have any."
2483
2504
  msgstr ""
2484
2505
 
2485
- #: lino/help_texts.py:538
2506
+ #: lino/help_texts.py:542
2486
2507
  msgid ""
2487
2508
  "Shows all unused files (i.e. which aren’t referred to by any database "
2488
2509
  "object)."
2489
2510
  msgstr ""
2490
2511
 
2491
- #: lino/help_texts.py:539
2512
+ #: lino/help_texts.py:543
2492
2513
  msgid ""
2493
2514
  "Shows all files that are a receipt but aren’t used as such by any "
2494
2515
  "receivable."
2495
2516
  msgstr ""
2496
2517
 
2497
- #: lino/help_texts.py:540
2518
+ #: lino/help_texts.py:544
2498
2519
  msgid "Mixin for models that are “controllable” by another database object."
2499
2520
  msgstr ""
2500
2521
 
2501
- #: lino/help_texts.py:541
2522
+ #: lino/help_texts.py:545
2502
2523
  msgid ""
2503
2524
  "Update attributes of the owner field and its underlying fields owner_id "
2504
2525
  "and owner_type."
2505
2526
  msgstr ""
2506
2527
 
2507
- #: lino/help_texts.py:542
2528
+ #: lino/help_texts.py:546
2508
2529
  msgid ""
2509
2530
  "If this (acting as a controller) is itself controlled, forward the call "
2510
2531
  "to the controller."
2511
2532
  msgstr ""
2512
2533
 
2513
- #: lino/help_texts.py:543
2534
+ #: lino/help_texts.py:547
2514
2535
  msgid ""
2515
2536
  "Deprecated. This is (and always was) being ignored. Use "
2516
2537
  "update_controller_field() instead. The labels (verbose_name) of the "
@@ -2518,269 +2539,269 @@ msgid ""
2518
2539
  "which may be overridden by subclasses."
2519
2540
  msgstr ""
2520
2541
 
2521
- #: lino/help_texts.py:544
2542
+ #: lino/help_texts.py:548
2522
2543
  msgid ""
2523
2544
  "Lino installs this as the default data table for "
2524
2545
  "django.contrib.ContentType."
2525
2546
  msgstr ""
2526
2547
 
2527
- #: lino/help_texts.py:545
2548
+ #: lino/help_texts.py:549
2528
2549
  msgid ""
2529
2550
  "Display a clickable list of all MTI parents, i.e. non-abstract base "
2530
2551
  "models."
2531
2552
  msgstr ""
2532
2553
 
2533
- #: lino/help_texts.py:546
2554
+ #: lino/help_texts.py:550
2534
2555
  msgid "Django model to represent a customized help text."
2535
2556
  msgstr ""
2536
2557
 
2537
- #: lino/help_texts.py:547
2558
+ #: lino/help_texts.py:551
2538
2559
  msgid "Shows all database objects that have a broken GeneriForeignKey field."
2539
2560
  msgstr ""
2540
2561
 
2541
- #: lino/help_texts.py:548
2562
+ #: lino/help_texts.py:552
2542
2563
  msgid "Add verbose_name and help_text to Django’s GFK."
2543
2564
  msgstr ""
2544
2565
 
2545
- #: lino/help_texts.py:549
2566
+ #: lino/help_texts.py:553
2546
2567
  msgid ""
2547
2568
  "Use this instead of models.PositiveIntegerField for fields that are part "
2548
2569
  "of a GFK and you want Lino to render them using a Combobox."
2549
2570
  msgstr ""
2550
2571
 
2551
- #: lino/help_texts.py:550
2572
+ #: lino/help_texts.py:554
2552
2573
  msgid "Inherits from lino.modlib.printing.DjangoBuildMethod."
2553
2574
  msgstr ""
2554
2575
 
2555
- #: lino/help_texts.py:551
2576
+ #: lino/help_texts.py:555
2556
2577
  msgid "Adds three rich text fields (lino.core.fields.RichTextField):"
2557
2578
  msgstr ""
2558
2579
 
2559
- #: lino/help_texts.py:552
2580
+ #: lino/help_texts.py:556
2560
2581
  msgid "An editable text body."
2561
2582
  msgstr ""
2562
2583
 
2563
- #: lino/help_texts.py:553
2584
+ #: lino/help_texts.py:557
2564
2585
  msgid "A read-only preview of the first paragraph of body."
2565
2586
  msgstr ""
2566
2587
 
2567
- #: lino/help_texts.py:554
2588
+ #: lino/help_texts.py:558
2568
2589
  msgid "A read-only full preview of body."
2569
2590
  msgstr ""
2570
2591
 
2571
- #: lino/help_texts.py:555
2592
+ #: lino/help_texts.py:559
2572
2593
  msgid "A Previewable where the body field is a babel field."
2573
2594
  msgstr ""
2574
2595
 
2575
- #: lino/help_texts.py:556
2596
+ #: lino/help_texts.py:560
2576
2597
  msgid "Check for previewables needing update."
2577
2598
  msgstr ""
2578
2599
 
2579
- #: lino/help_texts.py:557
2600
+ #: lino/help_texts.py:561
2580
2601
  msgid ""
2581
2602
  "Django model to represent a mention, i.e. the fact that some memo text of"
2582
2603
  " the owner points to some other database row."
2583
2604
  msgstr ""
2584
2605
 
2585
- #: lino/help_texts.py:558
2606
+ #: lino/help_texts.py:562
2586
2607
  msgid "The database row that mentions another one in a memo text."
2587
2608
  msgstr ""
2588
2609
 
2589
- #: lino/help_texts.py:559
2610
+ #: lino/help_texts.py:563
2590
2611
  msgid "The mentioned database row."
2591
2612
  msgstr ""
2592
2613
 
2593
- #: lino/help_texts.py:560
2614
+ #: lino/help_texts.py:564
2594
2615
  msgid "Makes your model referable by a memo command."
2595
2616
  msgstr ""
2596
2617
 
2597
- #: lino/help_texts.py:561
2618
+ #: lino/help_texts.py:565
2598
2619
  msgid "The name of the memo command to define."
2599
2620
  msgstr ""
2600
2621
 
2601
- #: lino/help_texts.py:562
2622
+ #: lino/help_texts.py:566
2602
2623
  msgid "The Django model that represents a notification message."
2603
2624
  msgstr ""
2604
2625
 
2605
- #: lino/help_texts.py:563
2626
+ #: lino/help_texts.py:567
2606
2627
  msgid ""
2607
2628
  "The subject of this message. See Subject and body of a notification "
2608
2629
  "message."
2609
2630
  msgstr ""
2610
2631
 
2611
- #: lino/help_texts.py:564
2632
+ #: lino/help_texts.py:568
2612
2633
  msgid "The body of this message. See Subject and body of a notification message."
2613
2634
  msgstr ""
2614
2635
 
2615
- #: lino/help_texts.py:565
2636
+ #: lino/help_texts.py:569
2616
2637
  msgid ""
2617
2638
  "The recipient of this message. The site user to whom this message is to "
2618
2639
  "be delivered."
2619
2640
  msgstr ""
2620
2641
 
2621
- #: lino/help_texts.py:566
2642
+ #: lino/help_texts.py:570
2622
2643
  msgid "The owner of this message. Expresses what this message is about."
2623
2644
  msgstr ""
2624
2645
 
2625
- #: lino/help_texts.py:567
2646
+ #: lino/help_texts.py:571
2626
2647
  #, fuzzy
2627
2648
  msgid "The notification message type."
2628
2649
  msgstr "Teade"
2629
2650
 
2630
- #: lino/help_texts.py:568
2651
+ #: lino/help_texts.py:572
2631
2652
  msgid "The comment to which a reply to this message would reply."
2632
2653
  msgstr ""
2633
2654
 
2634
- #: lino/help_texts.py:569
2655
+ #: lino/help_texts.py:573
2635
2656
  msgid "Timestamp of when this message has been emitted."
2636
2657
  msgstr ""
2637
2658
 
2638
- #: lino/help_texts.py:570
2659
+ #: lino/help_texts.py:574
2639
2660
  msgid "Timestamp of when this message has been sent via email to its recipient."
2640
2661
  msgstr ""
2641
2662
 
2642
- #: lino/help_texts.py:571
2663
+ #: lino/help_texts.py:575
2643
2664
  msgid "Timestamp of when the recipient of this message has marked it as seen."
2644
2665
  msgstr ""
2645
2666
 
2646
- #: lino/help_texts.py:572
2667
+ #: lino/help_texts.py:576
2647
2668
  msgid ""
2648
2669
  "Emit a notification message to each of the given recipients, respecting "
2649
2670
  "their individual user settings."
2650
2671
  msgstr ""
2651
2672
 
2652
- #: lino/help_texts.py:573
2673
+ #: lino/help_texts.py:577
2653
2674
  msgid ""
2654
2675
  "Create a message unless that user has already been notified about that "
2655
2676
  "object."
2656
2677
  msgstr ""
2657
2678
 
2658
- #: lino/help_texts.py:574
2679
+ #: lino/help_texts.py:578
2659
2680
  msgid ""
2660
2681
  "Send summary emails for all pending notifications with the given "
2661
2682
  "mail_mode mm."
2662
2683
  msgstr ""
2663
2684
 
2664
- #: lino/help_texts.py:575
2685
+ #: lino/help_texts.py:579
2665
2686
  msgid "Send_message to all connected users"
2666
2687
  msgstr ""
2667
2688
 
2668
- #: lino/help_texts.py:576
2689
+ #: lino/help_texts.py:580
2669
2690
  msgid "Send_message to the user’s browser"
2670
2691
  msgstr ""
2671
2692
 
2672
- #: lino/help_texts.py:577
2693
+ #: lino/help_texts.py:581
2673
2694
  msgid "Base for all tables of messages."
2674
2695
  msgstr ""
2675
2696
 
2676
- #: lino/help_texts.py:578
2697
+ #: lino/help_texts.py:582
2677
2698
  msgid "The gobal list of all messages."
2678
2699
  msgstr ""
2679
2700
 
2680
- #: lino/help_texts.py:579
2701
+ #: lino/help_texts.py:583
2681
2702
  msgid "Shows messages emitted to me."
2682
2703
  msgstr ""
2683
2704
 
2684
- #: lino/help_texts.py:580
2705
+ #: lino/help_texts.py:584
2685
2706
  msgid "The Django model that represents a push subscription."
2686
2707
  msgstr ""
2687
2708
 
2688
- #: lino/help_texts.py:581
2709
+ #: lino/help_texts.py:585
2689
2710
  msgid ""
2690
2711
  "Model mixin for things that emit notifications to a list of observers (or"
2691
2712
  " “watchers”) when an instance is modified."
2692
2713
  msgstr ""
2693
2714
 
2694
- #: lino/help_texts.py:582
2715
+ #: lino/help_texts.py:586
2695
2716
  msgid "Parameters:"
2696
2717
  msgstr ""
2697
2718
 
2698
- #: lino/help_texts.py:583
2719
+ #: lino/help_texts.py:587
2699
2720
  msgid "Returns the subject text of the notification message to emit."
2700
2721
  msgstr ""
2701
2722
 
2702
- #: lino/help_texts.py:584
2723
+ #: lino/help_texts.py:588
2703
2724
  msgid "Return the body text of the notification message to emit."
2704
2725
  msgstr ""
2705
2726
 
2706
- #: lino/help_texts.py:585
2727
+ #: lino/help_texts.py:589
2707
2728
  msgid "Return a list of HTML elements to be inserted into the body."
2708
2729
  msgstr ""
2709
2730
 
2710
- #: lino/help_texts.py:586
2731
+ #: lino/help_texts.py:590
2711
2732
  msgid "Return the owner of the notification to emit."
2712
2733
  msgstr ""
2713
2734
 
2714
- #: lino/help_texts.py:587
2735
+ #: lino/help_texts.py:591
2715
2736
  msgid "Mixin for notifying actions."
2716
2737
  msgstr ""
2717
2738
 
2718
- #: lino/help_texts.py:588
2739
+ #: lino/help_texts.py:592
2719
2740
  msgid "Return the default value of the notify_subject field."
2720
2741
  msgstr ""
2721
2742
 
2722
- #: lino/help_texts.py:589
2743
+ #: lino/help_texts.py:593
2723
2744
  msgid "Return the default value of the notify_body field."
2724
2745
  msgstr ""
2725
2746
 
2726
- #: lino/help_texts.py:590
2747
+ #: lino/help_texts.py:594
2727
2748
  msgid ""
2728
2749
  "Expected to return the owner lino.modlib.notify.Message.owner> of the "
2729
2750
  "message."
2730
2751
  msgstr ""
2731
2752
 
2732
- #: lino/help_texts.py:591
2753
+ #: lino/help_texts.py:595
2733
2754
  msgid "Yield a list of users to be notified."
2734
2755
  msgstr ""
2735
2756
 
2736
- #: lino/help_texts.py:592
2757
+ #: lino/help_texts.py:596
2737
2758
  msgid "The list of possible choices for the message_type field of a Message."
2738
2759
  msgstr ""
2739
2760
 
2740
- #: lino/help_texts.py:593
2761
+ #: lino/help_texts.py:597
2741
2762
  msgid "How the system should send email notifications to a user."
2742
2763
  msgstr ""
2743
2764
 
2744
- #: lino/help_texts.py:594
2765
+ #: lino/help_texts.py:598
2745
2766
  msgid "Disable notifications for this user."
2746
2767
  msgstr ""
2747
2768
 
2748
- #: lino/help_texts.py:595
2769
+ #: lino/help_texts.py:599
2749
2770
  msgid "Notify in Lino but never send email."
2750
2771
  msgstr ""
2751
2772
 
2752
- #: lino/help_texts.py:596
2773
+ #: lino/help_texts.py:600
2753
2774
  msgid "Mark this message as seen."
2754
2775
  msgstr ""
2755
2776
 
2756
- #: lino/help_texts.py:597
2777
+ #: lino/help_texts.py:601
2757
2778
  msgid "Mark all messages as seen."
2758
2779
  msgstr ""
2759
2780
 
2760
- #: lino/help_texts.py:598
2781
+ #: lino/help_texts.py:602
2761
2782
  msgid "Mark this message as not yet seen."
2762
2783
  msgstr ""
2763
2784
 
2764
- #: lino/help_texts.py:599
2785
+ #: lino/help_texts.py:603
2765
2786
  msgid "The printable object instance"
2766
2787
  msgstr ""
2767
2788
 
2768
- #: lino/help_texts.py:600
2789
+ #: lino/help_texts.py:604
2769
2790
  msgid "shortcut for settings.SITE"
2770
2791
  msgstr ""
2771
2792
 
2772
- #: lino/help_texts.py:601
2793
+ #: lino/help_texts.py:605
2773
2794
  msgid "Mixin for models for which Lino can generate a printable document."
2774
2795
  msgstr ""
2775
2796
 
2776
- #: lino/help_texts.py:602
2797
+ #: lino/help_texts.py:606
2777
2798
  msgid ""
2778
2799
  "Return a Django language code to be activated when an instance of this is"
2779
2800
  " being printed. The default implementation returns the Site’s default "
2780
2801
  "language."
2781
2802
  msgstr ""
2782
2803
 
2783
- #: lino/help_texts.py:603
2804
+ #: lino/help_texts.py:607
2784
2805
  msgid ""
2785
2806
  "Return a list of file names of templates for the specified build method. "
2786
2807
  "Returning an empty list means that this item is not printable. For "
@@ -2788,55 +2809,55 @@ msgid ""
2788
2809
  "than 1 element."
2789
2810
  msgstr ""
2790
2811
 
2791
- #: lino/help_texts.py:604
2812
+ #: lino/help_texts.py:608
2792
2813
  msgid ""
2793
2814
  "Adds a series of names to the context used when rendering printable "
2794
2815
  "documents."
2795
2816
  msgstr ""
2796
2817
 
2797
- #: lino/help_texts.py:605
2818
+ #: lino/help_texts.py:609
2798
2819
  msgid ""
2799
2820
  "Return the name of the body template to use when rendering this object in"
2800
2821
  " a printable excerpt (lino_xl.lib.excerpts). An empty string means that "
2801
2822
  "Lino should use the default value defined on the ExcerptType."
2802
2823
  msgstr ""
2803
2824
 
2804
- #: lino/help_texts.py:606
2825
+ #: lino/help_texts.py:610
2805
2826
  msgid ""
2806
2827
  "Return an iterable of database rows for which Lino should generate a "
2807
2828
  "printable excerpt."
2808
2829
  msgstr ""
2809
2830
 
2810
- #: lino/help_texts.py:607
2831
+ #: lino/help_texts.py:611
2811
2832
  msgid "Return the build method to use when printing this object."
2812
2833
  msgstr ""
2813
2834
 
2814
- #: lino/help_texts.py:608
2835
+ #: lino/help_texts.py:612
2815
2836
  msgid ""
2816
2837
  "Set additional fields of newly created excerpts from this. Called from "
2817
2838
  "lino_xl.lib.excerpts.models.ExcerptType.get_or_create_excerpt."
2818
2839
  msgstr ""
2819
2840
 
2820
- #: lino/help_texts.py:609
2841
+ #: lino/help_texts.py:613
2821
2842
  msgid ""
2822
2843
  "This is called by print actions before the printable is being generated. "
2823
2844
  "Application code may e.g. raise a Warning exception in order to refuse "
2824
2845
  "the print action. The warning message can be a translatable string."
2825
2846
  msgstr ""
2826
2847
 
2827
- #: lino/help_texts.py:610
2848
+ #: lino/help_texts.py:614
2828
2849
  msgid ""
2829
2850
  "Mixin for Models that generate a unique external file at a determined "
2830
2851
  "place when being printed."
2831
2852
  msgstr ""
2832
2853
 
2833
- #: lino/help_texts.py:611
2854
+ #: lino/help_texts.py:615
2834
2855
  msgid ""
2835
2856
  "Timestamp of the built target file. Contains None if no build hasn’t been"
2836
2857
  " called yet."
2837
2858
  msgstr ""
2838
2859
 
2839
- #: lino/help_texts.py:612
2860
+ #: lino/help_texts.py:616
2840
2861
  msgid ""
2841
2862
  "The action used to print this object. This is an instance of "
2842
2863
  "DirectPrintAction or CachedPrintAction by default. And if "
@@ -2844,63 +2865,63 @@ msgid ""
2844
2865
  "replaces do_print by a lino_xl.lib.excerpts.CreateExcerpt instance."
2845
2866
  msgstr ""
2846
2867
 
2847
- #: lino/help_texts.py:613
2868
+ #: lino/help_texts.py:617
2848
2869
  msgid ""
2849
2870
  "A CachedPrintable that uses a “Type” for deciding which template to use "
2850
2871
  "on a given instance."
2851
2872
  msgstr ""
2852
2873
 
2853
- #: lino/help_texts.py:614
2874
+ #: lino/help_texts.py:618
2854
2875
  msgid "Base class for models that specify the TypedPrintable.type."
2855
2876
  msgstr ""
2856
2877
 
2857
- #: lino/help_texts.py:615
2878
+ #: lino/help_texts.py:619
2858
2879
  msgid "Default value for templates_group is the model’s full name."
2859
2880
  msgstr ""
2860
2881
 
2861
- #: lino/help_texts.py:616
2882
+ #: lino/help_texts.py:620
2862
2883
  msgid "A pointer to an item of BuildMethods."
2863
2884
  msgstr ""
2864
2885
 
2865
- #: lino/help_texts.py:617
2886
+ #: lino/help_texts.py:621
2866
2887
  msgid "The name of the file to be used as template."
2867
2888
  msgstr ""
2868
2889
 
2869
- #: lino/help_texts.py:618
2890
+ #: lino/help_texts.py:622
2870
2891
  msgid ""
2871
2892
  "Checks for missing cache files on all objects which inherit "
2872
2893
  "CachedPrintable."
2873
2894
  msgstr ""
2874
2895
 
2875
- #: lino/help_texts.py:619
2896
+ #: lino/help_texts.py:623
2876
2897
  msgid "Base class for all “Print” actions."
2877
2898
  msgstr ""
2878
2899
 
2879
- #: lino/help_texts.py:620
2900
+ #: lino/help_texts.py:624
2880
2901
  msgid "Print using a hard-coded template and without cache."
2881
2902
  msgstr ""
2882
2903
 
2883
- #: lino/help_texts.py:621
2904
+ #: lino/help_texts.py:625
2884
2905
  msgid ""
2885
2906
  "A print action which uses a cache for the generated printable document "
2886
2907
  "and builds is only when it doesn’t yet exist."
2887
2908
  msgstr ""
2888
2909
 
2889
- #: lino/help_texts.py:622
2910
+ #: lino/help_texts.py:626
2890
2911
  msgid "Defines the Clear cache button on a Printable record."
2891
2912
  msgstr ""
2892
2913
 
2893
- #: lino/help_texts.py:623
2914
+ #: lino/help_texts.py:627
2894
2915
  msgid ""
2895
2916
  "Edit the print template, i.e. the file specified by "
2896
2917
  "Printable.get_print_templates()."
2897
2918
  msgstr ""
2898
2919
 
2899
- #: lino/help_texts.py:624
2920
+ #: lino/help_texts.py:628
2900
2921
  msgid "The choicelist of build methods offered on this site."
2901
2922
  msgstr ""
2902
2923
 
2903
- #: lino/help_texts.py:625
2924
+ #: lino/help_texts.py:629
2904
2925
  msgid ""
2905
2926
  "Base class for all build methods. A build method encapsulates the process"
2906
2927
  " of generating a “printable document” that inserts data from the database"
@@ -2908,187 +2929,187 @@ msgid ""
2908
2929
  "post-processor."
2909
2930
  msgstr ""
2910
2931
 
2911
- #: lino/help_texts.py:626
2932
+ #: lino/help_texts.py:630
2912
2933
  msgid ""
2913
2934
  "Whether this build method results is an editable file. For example, .odt "
2914
2935
  "files are considered editable while .pdf files aren’t."
2915
2936
  msgstr ""
2916
2937
 
2917
- #: lino/help_texts.py:627
2938
+ #: lino/help_texts.py:631
2918
2939
  msgid "A BuildMethod which uses a template."
2919
2940
  msgstr ""
2920
2941
 
2921
- #: lino/help_texts.py:628
2942
+ #: lino/help_texts.py:632
2922
2943
  msgid "A TemplatedBuildMethod which uses Django’s templating engine."
2923
2944
  msgstr ""
2924
2945
 
2925
- #: lino/help_texts.py:629
2946
+ #: lino/help_texts.py:633
2926
2947
  msgid "Generates .xml files from .xml templates."
2927
2948
  msgstr ""
2928
2949
 
2929
- #: lino/help_texts.py:630
2950
+ #: lino/help_texts.py:634
2930
2951
  msgid ""
2931
2952
  "Base for build methods which use Lino’s templating system "
2932
2953
  "(find_config_file)."
2933
2954
  msgstr ""
2934
2955
 
2935
- #: lino/help_texts.py:631
2956
+ #: lino/help_texts.py:635
2936
2957
  msgid "For example CourseToXls."
2937
2958
  msgstr ""
2938
2959
 
2939
- #: lino/help_texts.py:632
2960
+ #: lino/help_texts.py:636
2940
2961
  msgid "Concrete subclasses must implement this."
2941
2962
  msgstr ""
2942
2963
 
2943
- #: lino/help_texts.py:633
2964
+ #: lino/help_texts.py:637
2944
2965
  msgid "Not actively used. Generates .pdf files from .tex templates."
2945
2966
  msgstr ""
2946
2967
 
2947
- #: lino/help_texts.py:634
2968
+ #: lino/help_texts.py:638
2948
2969
  msgid "Not actively used. Generates .rtf files from .rtf templates."
2949
2970
  msgstr ""
2950
2971
 
2951
- #: lino/help_texts.py:635
2972
+ #: lino/help_texts.py:639
2952
2973
  msgid ""
2953
2974
  "Deprecated. Generates .pdf files from .html templates. Requires pisa. "
2954
2975
  "Usage example see lino_book.projects.pisa."
2955
2976
  msgstr ""
2956
2977
 
2957
- #: lino/help_texts.py:636
2978
+ #: lino/help_texts.py:640
2958
2979
  msgid "This is your main page."
2959
2980
  msgstr ""
2960
2981
 
2961
- #: lino/help_texts.py:637
2982
+ #: lino/help_texts.py:641
2962
2983
  msgid "A singleton database object used to store persistent site parameters."
2963
2984
  msgstr ""
2964
2985
 
2965
- #: lino/help_texts.py:638
2986
+ #: lino/help_texts.py:642
2966
2987
  msgid "The default build method to use when rendering printable documents."
2967
2988
  msgstr ""
2968
2989
 
2969
- #: lino/help_texts.py:639
2990
+ #: lino/help_texts.py:643
2970
2991
  msgid "A constant user-defined date to be substituted as current system date."
2971
2992
  msgstr ""
2972
2993
 
2973
- #: lino/help_texts.py:640
2994
+ #: lino/help_texts.py:644
2974
2995
  msgid "The site operator, i.e. the legal person that operates this Lino site."
2975
2996
  msgstr ""
2976
2997
 
2977
- #: lino/help_texts.py:641
2998
+ #: lino/help_texts.py:645
2978
2999
  msgid ""
2979
3000
  "If this is not empty, any calendar events before that date are being "
2980
3001
  "hidden in certain places."
2981
3002
  msgstr ""
2982
3003
 
2983
- #: lino/help_texts.py:642
3004
+ #: lino/help_texts.py:646
2984
3005
  msgid ""
2985
3006
  "Always return the cached instance which holds the one and only database "
2986
3007
  "instance."
2987
3008
  msgstr ""
2988
3009
 
2989
- #: lino/help_texts.py:643
3010
+ #: lino/help_texts.py:647
2990
3011
  msgid "Mixin to add row-level edit locking to any model."
2991
3012
  msgstr ""
2992
3013
 
2993
- #: lino/help_texts.py:644
3014
+ #: lino/help_texts.py:648
2994
3015
  msgid "Rebuild the site cache. This action is available on About."
2995
3016
  msgstr ""
2996
3017
 
2997
- #: lino/help_texts.py:645
3018
+ #: lino/help_texts.py:649
2998
3019
  msgid "The table used to present the SiteConfig row in a Detail form."
2999
3020
  msgstr ""
3000
3021
 
3001
- #: lino/help_texts.py:646
3022
+ #: lino/help_texts.py:650
3002
3023
  msgid ""
3003
3024
  "Mixin for database models that express a set of repeating (“recurrent”) "
3004
3025
  "events. Example usage can be found in specs.cal.automatic_events."
3005
3026
  msgstr ""
3006
3027
 
3007
- #: lino/help_texts.py:647
3028
+ #: lino/help_texts.py:651
3008
3029
  msgid "The start date of the first meeting to be generated."
3009
3030
  msgstr ""
3010
3031
 
3011
- #: lino/help_texts.py:648
3032
+ #: lino/help_texts.py:652
3012
3033
  msgid ""
3013
3034
  "The end date of the first meeting to be generated. Leave this field empty"
3014
3035
  " if the meetings last less than one day."
3015
3036
  msgstr ""
3016
3037
 
3017
- #: lino/help_texts.py:649
3038
+ #: lino/help_texts.py:653
3018
3039
  msgid "The frequency of periodic iteration: daily, weekly, monthly or yearly."
3019
3040
  msgstr ""
3020
3041
 
3021
- #: lino/help_texts.py:650
3042
+ #: lino/help_texts.py:654
3022
3043
  msgid "The interval between each periodic iteration."
3023
3044
  msgstr ""
3024
3045
 
3025
- #: lino/help_texts.py:651
3046
+ #: lino/help_texts.py:655
3026
3047
  msgid ""
3027
3048
  "Space-separated list of one or several positions within the recurrency "
3028
3049
  "cycle."
3029
3050
  msgstr ""
3030
3051
 
3031
- #: lino/help_texts.py:652
3052
+ #: lino/help_texts.py:656
3032
3053
  msgid "Maximum number of calendar entries to generate."
3033
3054
  msgstr ""
3034
3055
 
3035
- #: lino/help_texts.py:653
3056
+ #: lino/help_texts.py:657
3036
3057
  msgid ""
3037
3058
  "A virtual field returning the textual formulation of the weekdays where "
3038
3059
  "the recurrence occurs."
3039
3060
  msgstr ""
3040
3061
 
3041
- #: lino/help_texts.py:654
3062
+ #: lino/help_texts.py:658
3042
3063
  msgid "List of possible choices for a ‘recurrency’ field."
3043
3064
  msgstr ""
3044
3065
 
3045
- #: lino/help_texts.py:655
3066
+ #: lino/help_texts.py:659
3046
3067
  msgid ""
3047
3068
  "Repeat events yearly, moving them together with the Easter data of that "
3048
3069
  "year."
3049
3070
  msgstr ""
3050
3071
 
3051
- #: lino/help_texts.py:656
3072
+ #: lino/help_texts.py:660
3052
3073
  msgid "A choicelist with the seven days of a week."
3053
3074
  msgstr ""
3054
3075
 
3055
- #: lino/help_texts.py:657
3076
+ #: lino/help_texts.py:661
3056
3077
  msgid "The list of possible duration units defined by this application."
3057
3078
  msgstr ""
3058
3079
 
3059
- #: lino/help_texts.py:658
3080
+ #: lino/help_texts.py:662
3060
3081
  msgid "Base class for the choices in the DurationUnits choicelist."
3061
3082
  msgstr ""
3062
3083
 
3063
- #: lino/help_texts.py:659
3084
+ #: lino/help_texts.py:663
3064
3085
  msgid ""
3065
3086
  "Return a date or datetime obtained by adding value times this unit to the"
3066
3087
  " specified value orig. Returns None is orig is empty."
3067
3088
  msgstr ""
3068
3089
 
3069
- #: lino/help_texts.py:660
3090
+ #: lino/help_texts.py:664
3070
3091
  msgid "A list of colors to be specified for displaying."
3071
3092
  msgstr ""
3072
3093
 
3073
- #: lino/help_texts.py:661
3094
+ #: lino/help_texts.py:665
3074
3095
  msgid "A data checker used to find unbleached html content."
3075
3096
  msgstr ""
3076
3097
 
3077
- #: lino/help_texts.py:662
3098
+ #: lino/help_texts.py:666
3078
3099
  msgid ""
3079
3100
  "Defines the possible choices for the gender of a person (“male”, “female”"
3080
3101
  " and “nonbinary”)."
3081
3102
  msgstr ""
3082
3103
 
3083
- #: lino/help_texts.py:663
3104
+ #: lino/help_texts.py:667
3084
3105
  msgid "A choicelist with two values “Yes” and “No”."
3085
3106
  msgstr ""
3086
3107
 
3087
- #: lino/help_texts.py:664
3108
+ #: lino/help_texts.py:668
3088
3109
  msgid "Base class for choices of “observed event”-style choicelists."
3089
3110
  msgstr ""
3090
3111
 
3091
- #: lino/help_texts.py:665
3112
+ #: lino/help_texts.py:669
3092
3113
  msgid ""
3093
3114
  "Add a filter to the given Django queryset. The given obj must be either a"
3094
3115
  " datetime.date object or must have two attributes start_date and "
@@ -3096,86 +3117,86 @@ msgid ""
3096
3117
  "DateRangeValue."
3097
3118
  msgstr ""
3098
3119
 
3099
- #: lino/help_texts.py:666
3120
+ #: lino/help_texts.py:670
3100
3121
  msgid "The list of things you can observe on a lino.mixins.periods.DateRange."
3101
3122
  msgstr ""
3102
3123
 
3103
- #: lino/help_texts.py:667
3124
+ #: lino/help_texts.py:671
3104
3125
  msgid ""
3105
3126
  "Used by lino.modlib.users.User.time_zone and "
3106
3127
  "lino_xl.lib.working.Session.time_zone."
3107
3128
  msgstr ""
3108
3129
 
3109
- #: lino/help_texts.py:668
3130
+ #: lino/help_texts.py:672
3110
3131
  msgid "Used by lino.modlib.users.User.date_format."
3111
3132
  msgstr ""
3112
3133
 
3113
- #: lino/help_texts.py:669
3134
+ #: lino/help_texts.py:673
3114
3135
  msgid ""
3115
3136
  "A reusable block of text that can be selected from a text editor to be "
3116
3137
  "inserted into the text being edited."
3117
3138
  msgstr ""
3118
3139
 
3119
- #: lino/help_texts.py:670
3140
+ #: lino/help_texts.py:674
3120
3141
  msgid "Django model representing an upload file."
3121
3142
  msgstr ""
3122
3143
 
3123
- #: lino/help_texts.py:671
3144
+ #: lino/help_texts.py:675
3124
3145
  msgid "Pointer to the uploaded file itself (a Django FileField)."
3125
3146
  msgstr ""
3126
3147
 
3127
- #: lino/help_texts.py:672
3148
+ #: lino/help_texts.py:676
3128
3149
  msgid "The size of the file in bytes. Not yet implemented."
3129
3150
  msgstr ""
3130
3151
 
3131
- #: lino/help_texts.py:673
3152
+ #: lino/help_texts.py:677
3132
3153
  msgid "The media type of the uploaded file."
3133
3154
  msgstr ""
3134
3155
 
3135
- #: lino/help_texts.py:674
3156
+ #: lino/help_texts.py:678
3136
3157
  msgid "The type of this upload."
3137
3158
  msgstr ""
3138
3159
 
3139
- #: lino/help_texts.py:675
3160
+ #: lino/help_texts.py:679
3140
3161
  msgid "A short description entered manually by the user."
3141
3162
  msgstr ""
3142
3163
 
3143
- #: lino/help_texts.py:676
3164
+ #: lino/help_texts.py:680
3144
3165
  msgid "A pointer to the library volume where this file is stored."
3145
3166
  msgstr ""
3146
3167
 
3147
- #: lino/help_texts.py:677
3168
+ #: lino/help_texts.py:681
3148
3169
  msgid "The upload area this file belongs to."
3149
3170
  msgstr ""
3150
3171
 
3151
- #: lino/help_texts.py:678
3172
+ #: lino/help_texts.py:682
3152
3173
  msgid "The path of this file, relative the volume’s root."
3153
3174
  msgstr ""
3154
3175
 
3155
- #: lino/help_texts.py:679
3176
+ #: lino/help_texts.py:683
3156
3177
  msgid ""
3157
3178
  "Almost the same as description, but if file is not empty, the text is "
3158
3179
  "clickable, and clicking on it opens the uploaded file in a new browser "
3159
3180
  "window."
3160
3181
  msgstr ""
3161
3182
 
3162
- #: lino/help_texts.py:680
3183
+ #: lino/help_texts.py:684
3163
3184
  msgid "Base class for all data tables of upload files."
3164
3185
  msgstr ""
3165
3186
 
3166
- #: lino/help_texts.py:681
3187
+ #: lino/help_texts.py:685
3167
3188
  msgid "Shows all upload files on this Lino site."
3168
3189
  msgstr ""
3169
3190
 
3170
- #: lino/help_texts.py:682
3191
+ #: lino/help_texts.py:686
3171
3192
  msgid "Mixin for tables of upload files where the upload area is known."
3172
3193
  msgstr ""
3173
3194
 
3174
- #: lino/help_texts.py:683
3195
+ #: lino/help_texts.py:687
3175
3196
  msgid "Shows my uploads (i.e. those whose author is the requesting user)."
3176
3197
  msgstr ""
3177
3198
 
3178
- #: lino/help_texts.py:684
3199
+ #: lino/help_texts.py:688
3179
3200
  msgid ""
3180
3201
  "Abstract base class of Upload. This was named "
3181
3202
  "lino.mixins.uploadable.Uploadable until 20210217. It encapsulates some "
@@ -3184,111 +3205,107 @@ msgid ""
3184
3205
  "point to an Upload instead."
3185
3206
  msgstr ""
3186
3207
 
3187
- #: lino/help_texts.py:685
3208
+ #: lino/help_texts.py:689
3188
3209
  msgid "Django model representing an upload type."
3189
3210
  msgstr ""
3190
3211
 
3191
- #: lino/help_texts.py:686
3212
+ #: lino/help_texts.py:690
3192
3213
  msgid ""
3193
3214
  "Optional pointer to a virtual upload shortcut field. If this is not "
3194
3215
  "empty, then the given shortcut field will manage uploads of this type. "
3195
3216
  "See also Shortcuts."
3196
3217
  msgstr ""
3197
3218
 
3198
- #: lino/help_texts.py:687
3219
+ #: lino/help_texts.py:691
3199
3220
  msgid "The table with all existing upload types."
3200
3221
  msgstr ""
3201
3222
 
3202
- #: lino/help_texts.py:688
3223
+ #: lino/help_texts.py:692
3203
3224
  msgid ""
3204
3225
  "Model mixin for database objects that can have upload files associated to"
3205
3226
  " them."
3206
3227
  msgstr ""
3207
3228
 
3208
- #: lino/help_texts.py:689
3229
+ #: lino/help_texts.py:693
3209
3230
  msgid ""
3210
3231
  "Opens a data window with the uploaded files associated to this database "
3211
3232
  "object."
3212
3233
  msgstr ""
3213
3234
 
3214
- #: lino/help_texts.py:690
3235
+ #: lino/help_texts.py:694
3215
3236
  msgid "Shows the uploaded files associated to this database object."
3216
3237
  msgstr ""
3217
3238
 
3218
- #: lino/help_texts.py:691
3239
+ #: lino/help_texts.py:695
3219
3240
  msgid "The list of available upload shortcut fields in this application."
3220
3241
  msgstr ""
3221
3242
 
3222
- #: lino/help_texts.py:692
3223
- msgid "An abstract choicelist of the previewers that are available on this site."
3224
- msgstr ""
3225
-
3226
- #: lino/help_texts.py:693
3243
+ #: lino/help_texts.py:696
3227
3244
  msgid "Find orphaned files in uploads folder."
3228
3245
  msgstr ""
3229
3246
 
3230
- #: lino/help_texts.py:694
3247
+ #: lino/help_texts.py:697
3231
3248
  msgid "The base class for both build methods."
3232
3249
  msgstr ""
3233
3250
 
3234
- #: lino/help_texts.py:695
3251
+ #: lino/help_texts.py:698
3235
3252
  msgid ""
3236
3253
  "Renders the input template and returns the unmodified output as plain "
3237
3254
  "HTML."
3238
3255
  msgstr ""
3239
3256
 
3240
- #: lino/help_texts.py:696
3257
+ #: lino/help_texts.py:699
3241
3258
  msgid ""
3242
3259
  "Like WeasyBuildMethod, but the rendered HTML is then passed through "
3243
3260
  "weasyprint which converts from HTML to PDF."
3244
3261
  msgstr ""
3245
3262
 
3246
- #: lino/help_texts.py:697
3263
+ #: lino/help_texts.py:700
3247
3264
  msgid ""
3248
3265
  "Lino extension of Django’s database model. This is a subclass of Django’s"
3249
3266
  " Model class (django.db.models.Model)."
3250
3267
  msgstr ""
3251
3268
 
3252
- #: lino/help_texts.py:698
3269
+ #: lino/help_texts.py:701
3253
3270
  msgid "A multi-paragraph representation of this database row."
3254
3271
  msgstr ""
3255
3272
 
3256
- #: lino/help_texts.py:699
3273
+ #: lino/help_texts.py:702
3257
3274
  msgid ""
3258
3275
  "A virtual field that displays the navigation panel for this row. This may"
3259
3276
  " be included in a detail layout, usually either on the left or the right "
3260
3277
  "side with full height."
3261
3278
  msgstr ""
3262
3279
 
3263
- #: lino/help_texts.py:700
3280
+ #: lino/help_texts.py:703
3264
3281
  msgid ""
3265
3282
  "Shows the current workflow state of this database row and a list of "
3266
3283
  "available workflow actions."
3267
3284
  msgstr ""
3268
3285
 
3269
- #: lino/help_texts.py:701
3286
+ #: lino/help_texts.py:704
3270
3287
  msgid ""
3271
3288
  "Optional default value for the workflow_state_field of all data tables "
3272
3289
  "based on this model."
3273
3290
  msgstr ""
3274
3291
 
3275
- #: lino/help_texts.py:702
3292
+ #: lino/help_texts.py:705
3276
3293
  msgid ""
3277
3294
  "Optional default value for workflow_owner_field on all data tables based "
3278
3295
  "on this model."
3279
3296
  msgstr ""
3280
3297
 
3281
- #: lino/help_texts.py:703
3298
+ #: lino/help_texts.py:706
3282
3299
  msgid ""
3283
3300
  "Called when field FOO of an instance of this model has been modified "
3284
3301
  "through the user interface."
3285
3302
  msgstr ""
3286
3303
 
3287
- #: lino/help_texts.py:704
3304
+ #: lino/help_texts.py:707
3288
3305
  msgid "Return a queryset or list of allowed choices for field FOO."
3289
3306
  msgstr ""
3290
3307
 
3291
- #: lino/help_texts.py:705
3308
+ #: lino/help_texts.py:708
3292
3309
  msgid ""
3293
3310
  "For every field named “FOO” for which a chooser exists, if the model also"
3294
3311
  " has a method called “create_FOO_choice”, then this chooser will be a "
@@ -3296,14 +3313,14 @@ msgid ""
3296
3313
  "Lino will create a new database object from it."
3297
3314
  msgstr ""
3298
3315
 
3299
- #: lino/help_texts.py:706
3316
+ #: lino/help_texts.py:709
3300
3317
  msgid ""
3301
3318
  "Return the text to be displayed when an instance of this model is being "
3302
3319
  "used as a choice in a combobox of a ForeignKey field pointing to this "
3303
3320
  "model. request is the web request, actor is the requesting actor."
3304
3321
  msgstr ""
3305
3322
 
3306
- #: lino/help_texts.py:707
3323
+ #: lino/help_texts.py:710
3307
3324
  msgid ""
3308
3325
  "Decide whether this database object may be deleted. Return None when "
3309
3326
  "there is no veto against deleting this database row, otherwise a "
@@ -3492,42 +3509,42 @@ msgstr ""
3492
3509
  msgid "Save"
3493
3510
  msgstr "Salvesta"
3494
3511
 
3495
- #: lino/core/actions.py:1078 lino/core/requests.py:1605
3512
+ #: lino/core/actions.py:1081 lino/core/requests.py:1653
3496
3513
  #, python-format
3497
3514
  msgid "%s has been created."
3498
3515
  msgstr ""
3499
3516
 
3500
- #: lino/core/actions.py:1104
3517
+ #: lino/core/actions.py:1109
3501
3518
  #, python-format
3502
3519
  msgid "%s files have been uploaded: %s"
3503
3520
  msgstr ""
3504
3521
 
3505
- #: lino/core/actions.py:1129 lino/modlib/changes/models.py:35
3522
+ #: lino/core/actions.py:1134 lino/modlib/changes/models.py:35
3506
3523
  msgid "Create"
3507
3524
  msgstr "Loo"
3508
3525
 
3509
- #: lino/core/actions.py:1131
3526
+ #: lino/core/actions.py:1136
3510
3527
  msgid "Create the record and open a detail window on it"
3511
3528
  msgstr ""
3512
3529
 
3513
- #: lino/core/actions.py:1179
3530
+ #: lino/core/actions.py:1187
3514
3531
  msgid "Go"
3515
3532
  msgstr ""
3516
3533
 
3517
- #: lino/core/actions.py:1327
3534
+ #: lino/core/actions.py:1335
3518
3535
  #, python-format
3519
3536
  msgid "%d row(s) have been updated."
3520
3537
  msgstr ""
3521
3538
 
3522
- #: lino/core/actions.py:1349
3539
+ #: lino/core/actions.py:1357
3523
3540
  msgid "Delete this record"
3524
3541
  msgstr ""
3525
3542
 
3526
- #: lino/core/actions.py:1354 lino/modlib/changes/models.py:37
3543
+ #: lino/core/actions.py:1362 lino/modlib/changes/models.py:37
3527
3544
  msgid "Delete"
3528
3545
  msgstr "Kustuta"
3529
3546
 
3530
- #: lino/core/actions.py:1410
3547
+ #: lino/core/actions.py:1418
3531
3548
  #, python-format
3532
3549
  msgid ""
3533
3550
  "You are about to delete %(num)d %(type)s\n"
@@ -3536,33 +3553,33 @@ msgstr ""
3536
3553
  "Sa tahad kustutada %(num)d %(type)s\n"
3537
3554
  "(%(targets)s)"
3538
3555
 
3539
- #: lino/core/actions.py:1419
3556
+ #: lino/core/actions.py:1427
3540
3557
  msgid "as well as all related volatile records ({})"
3541
3558
  msgstr ""
3542
3559
 
3543
- #: lino/core/actions.py:1425 lino/core/workflows.py:298
3560
+ #: lino/core/actions.py:1433 lino/core/workflows.py:298
3544
3561
  #: lino/mixins/duplicable.py:111 lino/modlib/printing/actions.py:198
3545
3562
  #: lino/modlib/printing/actions.py:290 lino/modlib/printing/actions.py:339
3546
- #: lino/modlib/users/mixins.py:320 lino/modlib/users/mixins.py:384
3563
+ #: lino/modlib/users/mixins.py:323 lino/modlib/users/mixins.py:387
3547
3564
  msgid "Are you sure?"
3548
3565
  msgstr "Kas oled kindel?"
3549
3566
 
3550
- #: lino/core/actors.py:347
3567
+ #: lino/core/actors.py:350
3551
3568
  #, python-format
3552
3569
  msgid "%(details)s of %(master)s"
3553
3570
  msgstr "%(master)s'i %(details)s"
3554
3571
 
3555
- #: lino/core/actors.py:1370 lino/core/tables.py:735 lino/mixins/ref.py:173
3572
+ #: lino/core/actors.py:1397 lino/core/tables.py:719 lino/mixins/ref.py:173
3556
3573
  #: lino/modlib/help/management/commands/makehelp.py:389
3557
3574
  #: lino/modlib/importfilters/models.py:100 lino/modlib/notify/actions.py:14
3558
- #: lino/modlib/search/models.py:85 lino/modlib/system/mixins.py:286
3575
+ #: lino/modlib/search/models.py:85 lino/modlib/system/mixins.py:287
3559
3576
  #: lino/modlib/tinymce/models.py:21 lino/modlib/uploads/actions.py:23
3560
3577
  #: lino/modlib/uploads/models.py:53 lino/modlib/uploads/models.py:125
3561
- #: lino/modlib/uploads/models.py:189 lino/modlib/users/ui.py:262
3578
+ #: lino/modlib/uploads/models.py:189 lino/modlib/users/ui.py:258
3562
3579
  msgid "Description"
3563
3580
  msgstr "Kirjeldus"
3564
3581
 
3565
- #: lino/core/actors.py:1403
3582
+ #: lino/core/actors.py:1430
3566
3583
  #, python-format
3567
3584
  msgid "Total (%d rows)"
3568
3585
  msgstr "Kokku (%d rida)"
@@ -3592,8 +3609,8 @@ msgstr ""
3592
3609
  msgid "name"
3593
3610
  msgstr "nimi"
3594
3611
 
3595
- #: lino/core/choicelists.py:515 lino/modlib/help/models.py:81
3596
- #: lino/modlib/periods/models.py:124
3612
+ #: lino/core/choicelists.py:515 lino/modlib/help/models.py:86
3613
+ #: lino/modlib/periods/models.py:99
3597
3614
  msgid "Remark"
3598
3615
  msgstr "Märkus"
3599
3616
 
@@ -3606,7 +3623,7 @@ msgstr ""
3606
3623
  msgid "%(value)r (invalid choice for %(list)s)"
3607
3624
  msgstr ""
3608
3625
 
3609
- #: lino/core/dbtables.py:599
3626
+ #: lino/core/dbtables.py:595
3610
3627
  msgid "You have no permission to delete this row."
3611
3628
  msgstr ""
3612
3629
 
@@ -3645,33 +3662,33 @@ msgstr ""
3645
3662
  msgid "Invalid date"
3646
3663
  msgstr "Lõpeb (päev)"
3647
3664
 
3648
- #: lino/core/fields.py:191
3665
+ #: lino/core/fields.py:189
3649
3666
  #, fuzzy
3650
3667
  msgid "Price"
3651
3668
  msgstr "Loo"
3652
3669
 
3653
- #: lino/core/fields.py:195
3670
+ #: lino/core/fields.py:193
3654
3671
  msgid "{} from"
3655
3672
  msgstr ""
3656
3673
 
3657
- #: lino/core/fields.py:198
3674
+ #: lino/core/fields.py:196
3658
3675
  msgid "to"
3659
3676
  msgstr ""
3660
3677
 
3661
- #: lino/core/fields.py:210
3678
+ #: lino/core/fields.py:208
3662
3679
  #, fuzzy
3663
3680
  msgid "Invalid price range"
3664
3681
  msgstr "Lõpeb (päev)"
3665
3682
 
3666
- #: lino/core/fields.py:218
3683
+ #: lino/core/fields.py:216
3667
3684
  msgid "{} {}...{}"
3668
3685
  msgstr ""
3669
3686
 
3670
- #: lino/core/fields.py:220
3687
+ #: lino/core/fields.py:218
3671
3688
  msgid "{} from {}"
3672
3689
  msgstr ""
3673
3690
 
3674
- #: lino/core/fields.py:222
3691
+ #: lino/core/fields.py:220
3675
3692
  #, fuzzy
3676
3693
  msgid "{} until {}"
3677
3694
  msgstr "Isik"
@@ -3762,36 +3779,36 @@ msgstr ""
3762
3779
  msgid "Merged %(this)s into %(merge_to)s. Updated %(updated)d related rows."
3763
3780
  msgstr ""
3764
3781
 
3765
- #: lino/core/model.py:225
3782
+ #: lino/core/model.py:211
3766
3783
  #, python-format
3767
3784
  msgid "Cannot delete %(model)s %(self)s because %(count)d %(refs)s refer to it."
3768
3785
  msgstr ""
3769
3786
 
3770
- #: lino/core/model.py:326
3787
+ #: lino/core/model.py:312
3771
3788
  msgid "Cannot create {obj} from '{text}'"
3772
3789
  msgstr ""
3773
3790
 
3774
- #: lino/core/model.py:485 lino/core/requests.py:1608
3791
+ #: lino/core/model.py:471 lino/core/requests.py:1656
3775
3792
  #, python-format
3776
3793
  msgid "%s has been updated."
3777
3794
  msgstr ""
3778
3795
 
3779
- #: lino/core/model.py:487 lino/core/requests.py:1610
3796
+ #: lino/core/model.py:473 lino/core/requests.py:1658
3780
3797
  #, python-format
3781
3798
  msgid "%s : nothing to save."
3782
3799
  msgstr ""
3783
3800
 
3784
- #: lino/core/model.py:619 lino/modlib/help/management/commands/makehelp.py:389
3801
+ #: lino/core/model.py:605 lino/modlib/help/management/commands/makehelp.py:389
3785
3802
  #: lino/modlib/importfilters/models.py:27 lino/modlib/linod/mixins.py:73
3786
- #: lino/modlib/users/ui.py:258
3803
+ #: lino/modlib/users/ui.py:254
3787
3804
  msgid "Name"
3788
3805
  msgstr "Nimi"
3789
3806
 
3790
- #: lino/core/model.py:658
3807
+ #: lino/core/model.py:644
3791
3808
  msgid "Workflow"
3792
3809
  msgstr ""
3793
3810
 
3794
- #: lino/core/model.py:798
3811
+ #: lino/core/model.py:784
3795
3812
  msgid "Pick {}"
3796
3813
  msgstr ""
3797
3814
 
@@ -3815,65 +3832,65 @@ msgstr ""
3815
3832
  msgid "Aborted"
3816
3833
  msgstr ""
3817
3834
 
3818
- #: lino/core/requests.py:247 lino/core/requests.py:1022 lino/core/store.py:711
3819
- #: lino/modlib/system/choicelists.py:26
3835
+ #: lino/core/requests.py:267 lino/core/requests.py:1069 lino/core/store.py:711
3836
+ #: lino/modlib/system/choicelists.py:29
3820
3837
  msgid "Yes"
3821
3838
  msgstr "Jah"
3822
3839
 
3823
- #: lino/core/requests.py:248 lino/core/requests.py:1023 lino/core/store.py:711
3824
- #: lino/modlib/system/choicelists.py:27
3840
+ #: lino/core/requests.py:268 lino/core/requests.py:1070 lino/core/store.py:711
3841
+ #: lino/modlib/system/choicelists.py:30
3825
3842
  msgid "No"
3826
3843
  msgstr "Ei"
3827
3844
 
3828
- #: lino/core/requests.py:312
3845
+ #: lino/core/requests.py:332
3829
3846
  msgid "No data to display"
3830
3847
  msgstr "(tühi)"
3831
3848
 
3832
- #: lino/core/requests.py:849 lino/modlib/checkdata/choicelists.py:28
3849
+ #: lino/core/requests.py:896 lino/modlib/checkdata/choicelists.py:28
3833
3850
  msgid "Error"
3834
3851
  msgstr ""
3835
3852
 
3836
- #: lino/core/requests.py:878 lino/modlib/system/models.py:54
3853
+ #: lino/core/requests.py:925 lino/modlib/system/models.py:53
3837
3854
  msgid "Success"
3838
3855
  msgstr ""
3839
3856
 
3840
- #: lino/core/requests.py:1629
3857
+ #: lino/core/requests.py:1677
3841
3858
  msgid "the documentation"
3842
3859
  msgstr ""
3843
3860
 
3844
- #: lino/core/site.py:183 lino/modlib/changes/models.py:77
3861
+ #: lino/core/site.py:180 lino/modlib/changes/models.py:77
3845
3862
  msgid "Master"
3846
3863
  msgstr ""
3847
3864
 
3848
- #: lino/core/site.py:185
3865
+ #: lino/core/site.py:182
3849
3866
  msgid "Reports"
3850
3867
  msgstr "Aruanded"
3851
3868
 
3852
- #: lino/core/site.py:186
3869
+ #: lino/core/site.py:183
3853
3870
  msgid "Configure"
3854
3871
  msgstr "Seaded"
3855
3872
 
3856
- #: lino/core/site.py:187
3873
+ #: lino/core/site.py:184
3857
3874
  msgid "Explorer"
3858
3875
  msgstr ""
3859
3876
 
3860
- #: lino/core/site.py:188
3877
+ #: lino/core/site.py:185
3861
3878
  msgid "Site"
3862
3879
  msgstr ""
3863
3880
 
3864
- #: lino/core/site.py:1647 lino/modlib/languages/fixtures/few_languages.py:26
3881
+ #: lino/core/site.py:1640 lino/modlib/languages/fixtures/few_languages.py:26
3865
3882
  msgid "English"
3866
3883
  msgstr ""
3867
3884
 
3868
- #: lino/core/site.py:2224
3885
+ #: lino/core/site.py:2218
3869
3886
  msgid "This website runs "
3870
3887
  msgstr ""
3871
3888
 
3872
- #: lino/core/site.py:2232
3889
+ #: lino/core/site.py:2226
3873
3890
  msgid " using "
3874
3891
  msgstr " kasutades "
3875
3892
 
3876
- #: lino/core/site.py:2250
3893
+ #: lino/core/site.py:2244
3877
3894
  #, python-format
3878
3895
  msgid "%(place)s, %(date)s"
3879
3896
  msgstr ""
@@ -3896,7 +3913,7 @@ msgstr ""
3896
3913
  msgid "Not Blank"
3897
3914
  msgstr ""
3898
3915
 
3899
- #: lino/core/tables.py:762
3916
+ #: lino/core/tables.py:746
3900
3917
  msgid "Button"
3901
3918
  msgstr ""
3902
3919
 
@@ -3905,7 +3922,7 @@ msgid "Anonymous"
3905
3922
  msgstr "Anonüümne"
3906
3923
 
3907
3924
  #: lino/core/user_types.py:26 lino/modlib/dashboard/models.py:86
3908
- #: lino/modlib/users/models.py:81
3925
+ #: lino/modlib/users/models.py:80
3909
3926
  msgid "User"
3910
3927
  msgstr "Kasutaja"
3911
3928
 
@@ -3969,30 +3986,30 @@ msgstr "Muudatud"
3969
3986
  msgid "Created"
3970
3987
  msgstr "Loodud"
3971
3988
 
3972
- #: lino/mixins/dupable.py:63 lino/modlib/dupable/mixins.py:34
3989
+ #: lino/mixins/dupable.py:60 lino/modlib/dupable/mixins.py:34
3973
3990
  #, python-format
3974
3991
  msgid "There are %d similar %s:"
3975
3992
  msgstr ""
3976
3993
 
3977
- #: lino/mixins/dupable.py:71 lino/modlib/dupable/mixins.py:42
3994
+ #: lino/mixins/dupable.py:68 lino/modlib/dupable/mixins.py:42
3978
3995
  #, python-format
3979
3996
  msgid "Are you sure you want to create a new %(model)s named %(name)s?"
3980
3997
  msgstr ""
3981
3998
 
3982
- #: lino/mixins/dupable.py:206 lino/modlib/dupable/mixins.py:112
3999
+ #: lino/mixins/dupable.py:207 lino/modlib/dupable/mixins.py:112
3983
4000
  msgid "Must update phonetic words."
3984
4001
  msgstr ""
3985
4002
 
3986
- #: lino/mixins/dupable.py:254 lino/modlib/dupable/mixins.py:167
4003
+ #: lino/mixins/dupable.py:255 lino/modlib/dupable/mixins.py:167
3987
4004
  msgid "Check for missing phonetic words"
3988
4005
  msgstr ""
3989
4006
 
3990
- #: lino/mixins/dupable.py:282 lino/modlib/dupable/models.py:131
4007
+ #: lino/mixins/dupable.py:283 lino/modlib/dupable/models.py:127
3991
4008
  #, fuzzy
3992
4009
  msgid "Similar record"
3993
4010
  msgstr "Kontaktiliigid"
3994
4011
 
3995
- #: lino/mixins/dupable.py:296
4012
+ #: lino/mixins/dupable.py:297
3996
4013
  msgid "Phonetic words: {0}"
3997
4014
  msgstr ""
3998
4015
 
@@ -4030,7 +4047,7 @@ msgid "Title"
4030
4047
  msgstr "Prefiks"
4031
4048
 
4032
4049
  #: lino/mixins/human.py:200 lino/modlib/users/actions.py:69
4033
- #: lino/modlib/users/models.py:105
4050
+ #: lino/modlib/users/models.py:104
4034
4051
  msgid "First name"
4035
4052
  msgstr "Eesnimi"
4036
4053
 
@@ -4039,7 +4056,7 @@ msgid "Middle name"
4039
4056
  msgstr ""
4040
4057
 
4041
4058
  #: lino/mixins/human.py:204 lino/modlib/users/actions.py:70
4042
- #: lino/modlib/users/models.py:106
4059
+ #: lino/modlib/users/models.py:105
4043
4060
  msgid "Last name"
4044
4061
  msgstr "Perenimi"
4045
4062
 
@@ -4143,7 +4160,7 @@ msgstr "Lõpeb (päev)"
4143
4160
  msgid "End Time"
4144
4161
  msgstr "Lõpeb (päev)"
4145
4162
 
4146
- #: lino/mixins/periods.py:201 lino/modlib/periods/models.py:35
4163
+ #: lino/mixins/periods.py:201 lino/modlib/periods/choicelists.py:25
4147
4164
  #, fuzzy
4148
4165
  msgid "Duration"
4149
4166
  msgstr "Nimetus"
@@ -4157,7 +4174,7 @@ msgid "Start date of observed date range."
4157
4174
  msgstr ""
4158
4175
 
4159
4176
  #: lino/mixins/periods.py:227 lino/mixins/periods.py:296
4160
- #: lino/modlib/periods/mixins.py:91
4177
+ #: lino/modlib/periods/mixins.py:93
4161
4178
  msgid "until"
4162
4179
  msgstr ""
4163
4180
 
@@ -4306,7 +4323,7 @@ msgstr ""
4306
4323
  msgid "Connections"
4307
4324
  msgstr "Nimetus"
4308
4325
 
4309
- #: lino/modlib/blacklist/models.py:42 lino/modlib/users/ui.py:414
4326
+ #: lino/modlib/blacklist/models.py:42 lino/modlib/users/ui.py:410
4310
4327
  msgid "IP address"
4311
4328
  msgstr ""
4312
4329
 
@@ -4320,8 +4337,8 @@ msgid "Login failures"
4320
4337
  msgstr "Seaded"
4321
4338
 
4322
4339
  #: lino/modlib/blacklist/models.py:55 lino/modlib/users/actions.py:71
4323
- #: lino/modlib/users/actions.py:506 lino/modlib/users/models.py:98
4324
- #: lino/modlib/users/ui.py:403
4340
+ #: lino/modlib/users/actions.py:506 lino/modlib/users/models.py:97
4341
+ #: lino/modlib/users/ui.py:399
4325
4342
  msgid "Username"
4326
4343
  msgstr "Kasutajanimi"
4327
4344
 
@@ -4344,7 +4361,7 @@ msgstr ""
4344
4361
 
4345
4362
  #: lino/modlib/bootstrap3/config/bootstrap3/base.html:33
4346
4363
  #: lino/modlib/bootstrap3/views.py:49 lino/modlib/extjs/ext_renderer.py:619
4347
- #: lino/modlib/forms/views.py:50 lino/modlib/publisher/choicelists.py:233
4364
+ #: lino/modlib/forms/views.py:50 lino/modlib/publisher/choicelists.py:230
4348
4365
  #: lino/modlib/publisher/config/publisher/page.pub.html:10
4349
4366
  #: lino/modlib/publisher/config/publisher/page.pub.html:12
4350
4367
  msgid "Home"
@@ -4469,11 +4486,11 @@ msgstr "Märkus"
4469
4486
  msgid "Warning"
4470
4487
  msgstr "Hoiatus"
4471
4488
 
4472
- #: lino/modlib/checkdata/choicelists.py:137
4489
+ #: lino/modlib/checkdata/choicelists.py:138
4473
4490
  msgid "Data checker"
4474
4491
  msgstr ""
4475
4492
 
4476
- #: lino/modlib/checkdata/choicelists.py:138
4493
+ #: lino/modlib/checkdata/choicelists.py:139
4477
4494
  msgid "Data checkers"
4478
4495
  msgstr ""
4479
4496
 
@@ -4573,20 +4590,15 @@ msgstr ""
4573
4590
  msgid "Skeptical"
4574
4591
  msgstr ""
4575
4592
 
4576
- #: lino/modlib/comments/choicelists.py:57 lino/modlib/system/choicelists.py:102
4593
+ #: lino/modlib/comments/choicelists.py:57 lino/modlib/system/choicelists.py:105
4577
4594
  msgid "Observed event"
4578
4595
  msgstr ""
4579
4596
 
4580
- #: lino/modlib/comments/choicelists.py:58 lino/modlib/system/choicelists.py:103
4597
+ #: lino/modlib/comments/choicelists.py:58 lino/modlib/system/choicelists.py:106
4581
4598
  msgid "Observed events"
4582
4599
  msgstr ""
4583
4600
 
4584
- #: lino/modlib/comments/mixins.py:57
4585
- #, fuzzy
4586
- msgid "Add comment"
4587
- msgstr "Märkuseliik"
4588
-
4589
- #: lino/modlib/comments/mixins.py:122
4601
+ #: lino/modlib/comments/mixins.py:123
4590
4602
  msgid "Created new {model} {obj}."
4591
4603
  msgstr ""
4592
4604
 
@@ -4682,30 +4694,30 @@ msgstr ""
4682
4694
  msgid "Missing owner in reply to comment."
4683
4695
  msgstr ""
4684
4696
 
4685
- #: lino/modlib/comments/ui.py:66
4697
+ #: lino/modlib/comments/ui.py:71
4686
4698
  msgid "More"
4687
4699
  msgstr ""
4688
4700
 
4689
- #: lino/modlib/comments/ui.py:190
4701
+ #: lino/modlib/comments/ui.py:196
4690
4702
  msgid "Recent comments"
4691
4703
  msgstr ""
4692
4704
 
4693
- #: lino/modlib/comments/ui.py:206
4705
+ #: lino/modlib/comments/ui.py:212
4694
4706
  #, fuzzy, python-format
4695
4707
  msgid "%(details)s about %(master)s"
4696
4708
  msgstr "%(master)s'i %(details)s"
4697
4709
 
4698
- #: lino/modlib/comments/ui.py:257
4710
+ #: lino/modlib/comments/ui.py:263
4699
4711
  #, fuzzy
4700
4712
  msgid "Mentioned in"
4701
4713
  msgstr "Nimetus"
4702
4714
 
4703
- #: lino/modlib/comments/ui.py:282
4715
+ #: lino/modlib/comments/ui.py:288
4704
4716
  #, fuzzy, python-format
4705
4717
  msgid "Replies to %(master)s"
4706
4718
  msgstr "%(master)s'i %(details)s"
4707
4719
 
4708
- #: lino/modlib/comments/ui.py:287
4720
+ #: lino/modlib/comments/ui.py:293
4709
4721
  msgid "Replies"
4710
4722
  msgstr ""
4711
4723
 
@@ -4757,15 +4769,15 @@ msgstr ""
4757
4769
  msgid "Similar clients: {clients}"
4758
4770
  msgstr ""
4759
4771
 
4760
- #: lino/modlib/dupable/models.py:58
4772
+ #: lino/modlib/dupable/models.py:54
4761
4773
  msgid "Phonetic word"
4762
4774
  msgstr ""
4763
4775
 
4764
- #: lino/modlib/dupable/models.py:59
4776
+ #: lino/modlib/dupable/models.py:55
4765
4777
  msgid "Phonetic words"
4766
4778
  msgstr ""
4767
4779
 
4768
- #: lino/modlib/dupable/models.py:118
4780
+ #: lino/modlib/dupable/models.py:114
4769
4781
  #, fuzzy
4770
4782
  msgid "Similar objects"
4771
4783
  msgstr "Kontaktiliigid"
@@ -4796,7 +4808,7 @@ msgid "as"
4796
4808
  msgstr ""
4797
4809
 
4798
4810
  #: lino/modlib/extjs/ext_renderer.py:511 lino/modlib/users/__init__.py:20
4799
- #: lino/modlib/users/actions.py:245 lino/modlib/users/ui.py:167
4811
+ #: lino/modlib/users/actions.py:245 lino/modlib/users/ui.py:163
4800
4812
  msgid "My settings"
4801
4813
  msgstr "Minu seaded"
4802
4814
 
@@ -5039,47 +5051,47 @@ msgstr "Märkuseliik"
5039
5051
  msgid "content types"
5040
5052
  msgstr "Märkuseliigid"
5041
5053
 
5042
- #: lino/modlib/help/models.py:21
5054
+ #: lino/modlib/help/models.py:26
5043
5055
  msgid "Open Help Window"
5044
5056
  msgstr ""
5045
5057
 
5046
- #: lino/modlib/help/models.py:60
5058
+ #: lino/modlib/help/models.py:65
5047
5059
  #, fuzzy
5048
5060
  msgid "Site contact type"
5049
5061
  msgstr "Märkuseliik"
5050
5062
 
5051
- #: lino/modlib/help/models.py:61
5063
+ #: lino/modlib/help/models.py:66
5052
5064
  #, fuzzy
5053
5065
  msgid "Site contact types"
5054
5066
  msgstr "Märkuseliigid"
5055
5067
 
5056
- #: lino/modlib/help/models.py:65 lino/modlib/system/models.py:99
5068
+ #: lino/modlib/help/models.py:70 lino/modlib/system/models.py:98
5057
5069
  msgid "Site owner"
5058
5070
  msgstr ""
5059
5071
 
5060
- #: lino/modlib/help/models.py:66
5072
+ #: lino/modlib/help/models.py:71
5061
5073
  #, fuzzy
5062
5074
  msgid "Server administrator"
5063
5075
  msgstr "Administraator"
5064
5076
 
5065
- #: lino/modlib/help/models.py:67
5077
+ #: lino/modlib/help/models.py:72
5066
5078
  #, fuzzy
5067
5079
  msgid "Site administrator"
5068
5080
  msgstr "Administraator"
5069
5081
 
5070
- #: lino/modlib/help/models.py:68
5082
+ #: lino/modlib/help/models.py:73
5071
5083
  msgid "Hotline"
5072
5084
  msgstr ""
5073
5085
 
5074
- #: lino/modlib/help/models.py:73
5086
+ #: lino/modlib/help/models.py:78
5075
5087
  msgid "Site contact"
5076
5088
  msgstr ""
5077
5089
 
5078
- #: lino/modlib/help/models.py:74
5090
+ #: lino/modlib/help/models.py:79
5079
5091
  msgid "Site contacts"
5080
5092
  msgstr ""
5081
5093
 
5082
- #: lino/modlib/help/fixtures/demo2.py:20
5094
+ #: lino/modlib/help/fixtures/demo2.py:21
5083
5095
  msgid "Mon and Fri from 11:30 to 12:00"
5084
5096
  msgstr ""
5085
5097
 
@@ -5350,11 +5362,11 @@ msgstr "Nimetus"
5350
5362
  msgid "Mentions"
5351
5363
  msgstr "Nimetus"
5352
5364
 
5353
- #: lino/modlib/memo/models.py:62
5365
+ #: lino/modlib/memo/models.py:74
5354
5366
  msgid "Referrer"
5355
5367
  msgstr ""
5356
5368
 
5357
- #: lino/modlib/memo/models.py:81
5369
+ #: lino/modlib/memo/models.py:93
5358
5370
  #, fuzzy
5359
5371
  msgid "Mentioned by"
5360
5372
  msgstr "Nimetus"
@@ -5510,94 +5522,94 @@ msgstr ""
5510
5522
  msgid "Fiscal years"
5511
5523
  msgstr "%d aastat"
5512
5524
 
5513
- #: lino/modlib/periods/mixins.py:23
5525
+ #: lino/modlib/periods/choicelists.py:21
5526
+ #, fuzzy
5527
+ msgid "Period type"
5528
+ msgstr "Kasutajaliik"
5529
+
5530
+ #: lino/modlib/periods/choicelists.py:22
5531
+ #, fuzzy
5532
+ msgid "Period types"
5533
+ msgstr "Kasutajaliigid"
5534
+
5535
+ #: lino/modlib/periods/choicelists.py:29
5536
+ msgid "Template for reference"
5537
+ msgstr ""
5538
+
5539
+ #: lino/modlib/periods/choicelists.py:35 lino/modlib/summaries/mixins.py:133
5540
+ msgid "Month"
5541
+ msgstr ""
5542
+
5543
+ #: lino/modlib/periods/choicelists.py:36
5544
+ msgid "Quarter"
5545
+ msgstr ""
5546
+
5547
+ #: lino/modlib/periods/choicelists.py:37
5548
+ #, fuzzy
5549
+ msgid "Trimester"
5550
+ msgstr "Lõpeb (päev)"
5551
+
5552
+ #: lino/modlib/periods/choicelists.py:38
5553
+ msgid "Semester"
5554
+ msgstr ""
5555
+
5556
+ #: lino/modlib/periods/choicelists.py:45
5557
+ msgid "Open"
5558
+ msgstr ""
5559
+
5560
+ #: lino/modlib/periods/choicelists.py:46
5561
+ msgid "Closed"
5562
+ msgstr ""
5563
+
5564
+ #: lino/modlib/periods/mixins.py:25
5514
5565
  #, fuzzy
5515
5566
  msgid "Start period"
5516
5567
  msgstr "Algab (päev)"
5517
5568
 
5518
- #: lino/modlib/periods/mixins.py:30
5569
+ #: lino/modlib/periods/mixins.py:32
5519
5570
  #, fuzzy
5520
5571
  msgid "End period"
5521
5572
  msgstr "Sugu"
5522
5573
 
5523
- #: lino/modlib/periods/mixins.py:52 lino/modlib/periods/mixins.py:90
5574
+ #: lino/modlib/periods/mixins.py:54 lino/modlib/periods/mixins.py:92
5524
5575
  msgid "Period from"
5525
5576
  msgstr ""
5526
5577
 
5527
- #: lino/modlib/periods/mixins.py:57
5578
+ #: lino/modlib/periods/mixins.py:59
5528
5579
  msgid ""
5529
5580
  "Optional end of observed period range. Leave empty to observe only the "
5530
5581
  "start period."
5531
5582
  msgstr ""
5532
5583
 
5533
- #: lino/modlib/periods/mixins.py:59
5584
+ #: lino/modlib/periods/mixins.py:61
5534
5585
  #, fuzzy
5535
5586
  msgid "Period until"
5536
5587
  msgstr "Hoiatus"
5537
5588
 
5538
- #: lino/modlib/periods/mixins.py:98
5589
+ #: lino/modlib/periods/mixins.py:100
5539
5590
  msgid "Start of observed period range"
5540
5591
  msgstr ""
5541
5592
 
5542
- #: lino/modlib/periods/mixins.py:111
5593
+ #: lino/modlib/periods/mixins.py:113
5543
5594
  msgid "Select at least a start period"
5544
5595
  msgstr ""
5545
5596
 
5546
- #: lino/modlib/periods/mixins.py:114
5597
+ #: lino/modlib/periods/mixins.py:116
5547
5598
  msgid "End period must be after start period"
5548
5599
  msgstr ""
5549
5600
 
5550
- #: lino/modlib/periods/mixins.py:120
5601
+ #: lino/modlib/periods/mixins.py:122
5551
5602
  msgid "Periods {}...{}"
5552
5603
  msgstr ""
5553
5604
 
5554
- #: lino/modlib/periods/mixins.py:123
5605
+ #: lino/modlib/periods/mixins.py:125
5555
5606
  msgid "Period {}"
5556
5607
  msgstr ""
5557
5608
 
5558
- #: lino/modlib/periods/mixins.py:125
5609
+ #: lino/modlib/periods/mixins.py:127
5559
5610
  msgid "All periods"
5560
5611
  msgstr ""
5561
5612
 
5562
- #: lino/modlib/periods/models.py:31
5563
- #, fuzzy
5564
- msgid "Period type"
5565
- msgstr "Kasutajaliik"
5566
-
5567
- #: lino/modlib/periods/models.py:32
5568
- #, fuzzy
5569
- msgid "Period types"
5570
- msgstr "Kasutajaliigid"
5571
-
5572
- #: lino/modlib/periods/models.py:39
5573
- msgid "Template for reference"
5574
- msgstr ""
5575
-
5576
- #: lino/modlib/periods/models.py:45 lino/modlib/summaries/mixins.py:133
5577
- msgid "Month"
5578
- msgstr ""
5579
-
5580
- #: lino/modlib/periods/models.py:46
5581
- msgid "Quarter"
5582
- msgstr ""
5583
-
5584
- #: lino/modlib/periods/models.py:47
5585
- #, fuzzy
5586
- msgid "Trimester"
5587
- msgstr "Lõpeb (päev)"
5588
-
5589
- #: lino/modlib/periods/models.py:48
5590
- msgid "Semester"
5591
- msgstr ""
5592
-
5593
- #: lino/modlib/periods/models.py:55
5594
- msgid "Open"
5595
- msgstr ""
5596
-
5597
- #: lino/modlib/periods/models.py:56
5598
- msgid "Closed"
5599
- msgstr ""
5600
-
5601
5613
  #: lino/modlib/printing/__init__.py:13
5602
5614
  #, fuzzy
5603
5615
  msgid "Printing"
@@ -5669,92 +5681,92 @@ msgstr ""
5669
5681
  msgid "Seems to have been built ({bt}), but cache file is missing ."
5670
5682
  msgstr ""
5671
5683
 
5672
- #: lino/modlib/publisher/choicelists.py:102
5673
- #: lino/modlib/publisher/choicelists.py:126
5684
+ #: lino/modlib/publisher/choicelists.py:99
5685
+ #: lino/modlib/publisher/choicelists.py:123
5674
5686
  msgid "Public"
5675
5687
  msgstr ""
5676
5688
 
5677
- #: lino/modlib/publisher/choicelists.py:107
5689
+ #: lino/modlib/publisher/choicelists.py:104
5678
5690
  msgid "Publishing state"
5679
5691
  msgstr ""
5680
5692
 
5681
- #: lino/modlib/publisher/choicelists.py:108
5693
+ #: lino/modlib/publisher/choicelists.py:105
5682
5694
  msgid "Publishing states"
5683
5695
  msgstr ""
5684
5696
 
5685
- #: lino/modlib/publisher/choicelists.py:115
5697
+ #: lino/modlib/publisher/choicelists.py:112
5686
5698
  msgid "public"
5687
5699
  msgstr ""
5688
5700
 
5689
- #: lino/modlib/publisher/choicelists.py:124
5701
+ #: lino/modlib/publisher/choicelists.py:121
5690
5702
  msgid "Draft"
5691
5703
  msgstr ""
5692
5704
 
5693
- #: lino/modlib/publisher/choicelists.py:125
5705
+ #: lino/modlib/publisher/choicelists.py:122
5694
5706
  #, fuzzy
5695
5707
  msgid "Ready"
5696
5708
  msgstr "Loodud"
5697
5709
 
5698
- #: lino/modlib/publisher/choicelists.py:127
5710
+ #: lino/modlib/publisher/choicelists.py:124
5699
5711
  msgid "Removed"
5700
5712
  msgstr ""
5701
5713
 
5702
- #: lino/modlib/publisher/choicelists.py:171
5714
+ #: lino/modlib/publisher/choicelists.py:168
5703
5715
  #, fuzzy
5704
5716
  msgid "Page filler"
5705
5717
  msgstr "Laetud fail"
5706
5718
 
5707
- #: lino/modlib/publisher/choicelists.py:172
5719
+ #: lino/modlib/publisher/choicelists.py:169
5708
5720
  #, fuzzy
5709
5721
  msgid "Page fillers"
5710
5722
  msgstr "Laetud failid"
5711
5723
 
5712
- #: lino/modlib/publisher/choicelists.py:177
5724
+ #: lino/modlib/publisher/choicelists.py:174
5713
5725
  #, fuzzy
5714
5726
  msgid "Data table"
5715
5727
  msgstr "Firmaliik"
5716
5728
 
5717
- #: lino/modlib/publisher/choicelists.py:203
5729
+ #: lino/modlib/publisher/choicelists.py:200
5718
5730
  msgid "Special page"
5719
5731
  msgstr ""
5720
5732
 
5721
- #: lino/modlib/publisher/choicelists.py:204
5733
+ #: lino/modlib/publisher/choicelists.py:201
5722
5734
  msgid "Special pages"
5723
5735
  msgstr ""
5724
5736
 
5725
- #: lino/modlib/publisher/choicelists.py:216 lino/modlib/publisher/models.py:47
5737
+ #: lino/modlib/publisher/choicelists.py:213 lino/modlib/publisher/models.py:47
5726
5738
  #, fuzzy
5727
5739
  msgid "Pages"
5728
5740
  msgstr "Lehekülg"
5729
5741
 
5730
- #: lino/modlib/publisher/choicelists.py:225
5742
+ #: lino/modlib/publisher/choicelists.py:222
5731
5743
  #, fuzzy
5732
5744
  msgid "(create)"
5733
5745
  msgstr "Loo"
5734
5746
 
5735
- #: lino/modlib/publisher/choicelists.py:233
5747
+ #: lino/modlib/publisher/choicelists.py:230
5736
5748
  #, fuzzy
5737
5749
  msgid "Welcome to our great website."
5738
5750
  msgstr "Tere tulemast <b>%s</b> saidile."
5739
5751
 
5740
- #: lino/modlib/publisher/choicelists.py:234
5752
+ #: lino/modlib/publisher/choicelists.py:231
5741
5753
  msgid "Terms and conditions"
5742
5754
  msgstr ""
5743
5755
 
5744
- #: lino/modlib/publisher/choicelists.py:235
5756
+ #: lino/modlib/publisher/choicelists.py:232
5745
5757
  msgid "Privacy policy"
5746
5758
  msgstr ""
5747
5759
 
5748
- #: lino/modlib/publisher/choicelists.py:236
5760
+ #: lino/modlib/publisher/choicelists.py:233
5749
5761
  #, fuzzy
5750
5762
  msgid "Cookie settings"
5751
5763
  msgstr "Minu seaded"
5752
5764
 
5753
- #: lino/modlib/publisher/choicelists.py:237
5765
+ #: lino/modlib/publisher/choicelists.py:234
5754
5766
  msgid "Copyright"
5755
5767
  msgstr ""
5756
5768
 
5757
- #: lino/modlib/publisher/choicelists.py:238
5769
+ #: lino/modlib/publisher/choicelists.py:235
5758
5770
  msgid "About us"
5759
5771
  msgstr ""
5760
5772
 
@@ -5827,7 +5839,7 @@ msgstr ""
5827
5839
  msgid "System"
5828
5840
  msgstr "Süsteem"
5829
5841
 
5830
- #: lino/modlib/system/__init__.py:36
5842
+ #: lino/modlib/system/__init__.py:33
5831
5843
  msgid "You have a dangling edit lock on"
5832
5844
  msgstr ""
5833
5845
 
@@ -5839,408 +5851,451 @@ msgstr "Muuda"
5839
5851
  msgid "Abort"
5840
5852
  msgstr ""
5841
5853
 
5842
- #: lino/modlib/system/choicelists.py:21
5854
+ #: lino/modlib/system/choicelists.py:24
5843
5855
  msgid "Yes or no"
5844
5856
  msgstr "Jah või ei"
5845
5857
 
5846
- #: lino/modlib/system/choicelists.py:31
5858
+ #: lino/modlib/system/choicelists.py:34
5847
5859
  msgid "Gender"
5848
5860
  msgstr "Sugu"
5849
5861
 
5850
- #: lino/modlib/system/choicelists.py:32
5862
+ #: lino/modlib/system/choicelists.py:35
5851
5863
  #, fuzzy
5852
5864
  msgid "Genders"
5853
5865
  msgstr "Sugu"
5854
5866
 
5855
- #: lino/modlib/system/choicelists.py:36
5867
+ #: lino/modlib/system/choicelists.py:39
5856
5868
  msgid "Male"
5857
5869
  msgstr "Mees"
5858
5870
 
5859
- #: lino/modlib/system/choicelists.py:37
5871
+ #: lino/modlib/system/choicelists.py:40
5860
5872
  msgid "Female"
5861
5873
  msgstr "Naine"
5862
5874
 
5863
- #: lino/modlib/system/choicelists.py:38
5875
+ #: lino/modlib/system/choicelists.py:41
5864
5876
  msgid "Nonbinary"
5865
5877
  msgstr "Mittebinaarne"
5866
5878
 
5867
- #: lino/modlib/system/choicelists.py:53
5879
+ #: lino/modlib/system/choicelists.py:56
5868
5880
  #, fuzzy
5869
5881
  msgid "Starts"
5870
5882
  msgstr "Tänav"
5871
5883
 
5872
- #: lino/modlib/system/choicelists.py:68
5884
+ #: lino/modlib/system/choicelists.py:71
5873
5885
  #, fuzzy
5874
5886
  msgid "Is active"
5875
5887
  msgstr "Aktiivne"
5876
5888
 
5877
- #: lino/modlib/system/choicelists.py:82
5889
+ #: lino/modlib/system/choicelists.py:85
5878
5890
  #, fuzzy
5879
5891
  msgid "Ends"
5880
5892
  msgstr "Telefon"
5881
5893
 
5882
- #: lino/modlib/system/choicelists.py:179
5894
+ #: lino/modlib/system/choicelists.py:169
5883
5895
  msgid "Weekday"
5884
5896
  msgstr ""
5885
5897
 
5886
- #: lino/modlib/system/choicelists.py:183
5898
+ #: lino/modlib/system/choicelists.py:173
5887
5899
  msgid "Monday"
5888
5900
  msgstr ""
5889
5901
 
5890
- #: lino/modlib/system/choicelists.py:184
5902
+ #: lino/modlib/system/choicelists.py:174
5891
5903
  msgid "Tuesday"
5892
5904
  msgstr ""
5893
5905
 
5894
- #: lino/modlib/system/choicelists.py:185
5906
+ #: lino/modlib/system/choicelists.py:175
5895
5907
  msgid "Wednesday"
5896
5908
  msgstr ""
5897
5909
 
5898
- #: lino/modlib/system/choicelists.py:186
5910
+ #: lino/modlib/system/choicelists.py:176
5899
5911
  msgid "Thursday"
5900
5912
  msgstr ""
5901
5913
 
5902
- #: lino/modlib/system/choicelists.py:187
5914
+ #: lino/modlib/system/choicelists.py:177
5903
5915
  msgid "Friday"
5904
5916
  msgstr ""
5905
5917
 
5906
- #: lino/modlib/system/choicelists.py:188
5918
+ #: lino/modlib/system/choicelists.py:178
5907
5919
  msgid "Saturday"
5908
5920
  msgstr ""
5909
5921
 
5910
- #: lino/modlib/system/choicelists.py:189
5922
+ #: lino/modlib/system/choicelists.py:179
5911
5923
  #, fuzzy
5912
5924
  msgid "Sunday"
5913
5925
  msgstr "Kokkuvõte"
5914
5926
 
5915
- #: lino/modlib/system/choicelists.py:200
5927
+ #: lino/modlib/system/choicelists.py:190
5916
5928
  #, fuzzy
5917
5929
  msgid "Duration Unit"
5918
5930
  msgstr "Nimetus"
5919
5931
 
5920
- #: lino/modlib/system/choicelists.py:205
5932
+ #: lino/modlib/system/choicelists.py:195
5921
5933
  #, fuzzy
5922
5934
  msgid "seconds"
5923
5935
  msgstr "Telefon"
5924
5936
 
5925
- #: lino/modlib/system/choicelists.py:206
5937
+ #: lino/modlib/system/choicelists.py:196
5926
5938
  msgid "minutes"
5927
5939
  msgstr ""
5928
5940
 
5929
- #: lino/modlib/system/choicelists.py:207
5941
+ #: lino/modlib/system/choicelists.py:197
5930
5942
  msgid "hours"
5931
5943
  msgstr ""
5932
5944
 
5933
- #: lino/modlib/system/choicelists.py:208
5945
+ #: lino/modlib/system/choicelists.py:198
5934
5946
  msgid "days"
5935
5947
  msgstr ""
5936
5948
 
5937
- #: lino/modlib/system/choicelists.py:209
5949
+ #: lino/modlib/system/choicelists.py:199
5938
5950
  msgid "weeks"
5939
5951
  msgstr ""
5940
5952
 
5941
- #: lino/modlib/system/choicelists.py:210
5953
+ #: lino/modlib/system/choicelists.py:200
5942
5954
  msgid "months"
5943
5955
  msgstr ""
5944
5956
 
5945
- #: lino/modlib/system/choicelists.py:211
5957
+ #: lino/modlib/system/choicelists.py:201
5946
5958
  #, fuzzy
5947
5959
  msgid "years"
5948
5960
  msgstr "%d aastat"
5949
5961
 
5950
- #: lino/modlib/system/choicelists.py:215
5962
+ #: lino/modlib/system/choicelists.py:205
5951
5963
  msgid "Recurrence"
5952
5964
  msgstr ""
5953
5965
 
5954
- #: lino/modlib/system/choicelists.py:216
5966
+ #: lino/modlib/system/choicelists.py:206
5955
5967
  msgid "Recurrences"
5956
5968
  msgstr ""
5957
5969
 
5958
- #: lino/modlib/system/choicelists.py:222
5970
+ #: lino/modlib/system/choicelists.py:212
5959
5971
  msgid "once"
5960
5972
  msgstr "üks kord"
5961
5973
 
5962
- #: lino/modlib/system/choicelists.py:223
5974
+ #: lino/modlib/system/choicelists.py:213
5963
5975
  msgid "never"
5964
5976
  msgstr "mitte kunagi"
5965
5977
 
5966
- #: lino/modlib/system/choicelists.py:224
5978
+ #: lino/modlib/system/choicelists.py:214
5967
5979
  msgid "secondly"
5968
5980
  msgstr ""
5969
5981
 
5970
- #: lino/modlib/system/choicelists.py:225
5982
+ #: lino/modlib/system/choicelists.py:215
5971
5983
  msgid "minutely"
5972
5984
  msgstr ""
5973
5985
 
5974
- #: lino/modlib/system/choicelists.py:226
5986
+ #: lino/modlib/system/choicelists.py:216
5975
5987
  msgid "hourly"
5976
5988
  msgstr ""
5977
5989
 
5978
- #: lino/modlib/system/choicelists.py:227
5990
+ #: lino/modlib/system/choicelists.py:217
5979
5991
  #, fuzzy
5980
5992
  msgid "daily"
5981
5993
  msgstr "Naine"
5982
5994
 
5983
- #: lino/modlib/system/choicelists.py:228
5995
+ #: lino/modlib/system/choicelists.py:218
5984
5996
  msgid "weekly"
5985
5997
  msgstr ""
5986
5998
 
5987
- #: lino/modlib/system/choicelists.py:229
5999
+ #: lino/modlib/system/choicelists.py:219
5988
6000
  msgid "monthly"
5989
6001
  msgstr ""
5990
6002
 
5991
- #: lino/modlib/system/choicelists.py:230
6003
+ #: lino/modlib/system/choicelists.py:220
5992
6004
  #, fuzzy
5993
6005
  msgid "yearly"
5994
6006
  msgstr "%d aastat"
5995
6007
 
5996
- #: lino/modlib/system/choicelists.py:231
6008
+ #: lino/modlib/system/choicelists.py:221
5997
6009
  msgid "per weekday"
5998
6010
  msgstr ""
5999
6011
 
6000
- #: lino/modlib/system/choicelists.py:232
6012
+ #: lino/modlib/system/choicelists.py:222
6001
6013
  msgid "Relative to Easter"
6002
6014
  msgstr ""
6003
6015
 
6004
- #: lino/modlib/system/choicelists.py:244
6016
+ #: lino/modlib/system/choicelists.py:234
6005
6017
  msgid "Display color"
6006
6018
  msgstr ""
6007
6019
 
6008
- #: lino/modlib/system/choicelists.py:245
6020
+ #: lino/modlib/system/choicelists.py:235
6009
6021
  msgid "Display colors"
6010
6022
  msgstr ""
6011
6023
 
6012
- #: lino/modlib/system/choicelists.py:262
6024
+ #: lino/modlib/system/choicelists.py:241
6025
+ msgid "Font color"
6026
+ msgstr ""
6027
+
6028
+ #: lino/modlib/system/choicelists.py:268
6013
6029
  #, fuzzy
6014
6030
  msgid "White"
6015
6031
  msgstr "Prefiks"
6016
6032
 
6017
- #: lino/modlib/system/choicelists.py:263
6033
+ #: lino/modlib/system/choicelists.py:269
6018
6034
  #, fuzzy
6019
6035
  msgid "Gray"
6020
6036
  msgstr "Loodud"
6021
6037
 
6022
- #: lino/modlib/system/choicelists.py:264
6038
+ #: lino/modlib/system/choicelists.py:270
6023
6039
  msgid "Black"
6024
6040
  msgstr ""
6025
6041
 
6026
- #: lino/modlib/system/choicelists.py:267
6042
+ #: lino/modlib/system/choicelists.py:273
6027
6043
  #, fuzzy
6028
6044
  msgid "Red"
6029
6045
  msgstr "Loodud"
6030
6046
 
6031
- #: lino/modlib/system/choicelists.py:268
6047
+ #: lino/modlib/system/choicelists.py:274
6032
6048
  #, fuzzy
6033
6049
  msgid "Orange"
6034
6050
  msgstr "Keel"
6035
6051
 
6036
- #: lino/modlib/system/choicelists.py:269
6052
+ #: lino/modlib/system/choicelists.py:275
6037
6053
  msgid "Yellow"
6038
6054
  msgstr ""
6039
6055
 
6040
- #: lino/modlib/system/choicelists.py:270
6056
+ #: lino/modlib/system/choicelists.py:276
6041
6057
  #, fuzzy
6042
6058
  msgid "Green"
6043
6059
  msgstr "Lehekülg"
6044
6060
 
6045
- #: lino/modlib/system/choicelists.py:271
6061
+ #: lino/modlib/system/choicelists.py:277
6046
6062
  msgid "Blue"
6047
6063
  msgstr ""
6048
6064
 
6049
- #: lino/modlib/system/choicelists.py:272
6065
+ #: lino/modlib/system/choicelists.py:278
6050
6066
  #, fuzzy
6051
6067
  msgid "Magenta"
6052
6068
  msgstr "Keel"
6053
6069
 
6054
- #: lino/modlib/system/choicelists.py:273
6070
+ #: lino/modlib/system/choicelists.py:279
6055
6071
  #, fuzzy
6056
6072
  msgid "Violet"
6057
6073
  msgstr "Puudus"
6058
6074
 
6059
- #: lino/modlib/system/choicelists.py:276
6075
+ #: lino/modlib/system/choicelists.py:282
6060
6076
  #, fuzzy
6061
6077
  msgid "Silver"
6062
6078
  msgstr "Puudus"
6063
6079
 
6064
- #: lino/modlib/system/choicelists.py:277
6080
+ #: lino/modlib/system/choicelists.py:283
6065
6081
  #, fuzzy
6066
6082
  msgid "Maroon"
6067
6083
  msgstr "Nimetus"
6068
6084
 
6069
- #: lino/modlib/system/choicelists.py:278
6085
+ #: lino/modlib/system/choicelists.py:284
6070
6086
  msgid "Peru"
6071
6087
  msgstr ""
6072
6088
 
6073
- #: lino/modlib/system/choicelists.py:279
6089
+ #: lino/modlib/system/choicelists.py:285
6090
+ #, fuzzy
6091
+ msgid "Pink"
6092
+ msgstr "Trüki"
6093
+
6094
+ #: lino/modlib/system/choicelists.py:286
6074
6095
  msgid "Olive"
6075
6096
  msgstr ""
6076
6097
 
6077
- #: lino/modlib/system/choicelists.py:280
6098
+ #: lino/modlib/system/choicelists.py:287
6078
6099
  msgid "Aqua"
6079
6100
  msgstr ""
6080
6101
 
6081
- #: lino/modlib/system/choicelists.py:281
6102
+ #: lino/modlib/system/choicelists.py:288
6082
6103
  #, fuzzy
6083
6104
  msgid "Navy"
6084
6105
  msgstr "Kokkuvõte"
6085
6106
 
6086
- #: lino/modlib/system/choicelists.py:282
6107
+ #: lino/modlib/system/choicelists.py:289
6108
+ #, fuzzy
6109
+ msgid "Aquamarine"
6110
+ msgstr "Kokkuvõte"
6111
+
6112
+ #: lino/modlib/system/choicelists.py:290
6113
+ #, fuzzy
6114
+ msgid "DarkGreen"
6115
+ msgstr "Lehekülg"
6116
+
6117
+ #: lino/modlib/system/choicelists.py:291
6118
+ #, fuzzy
6119
+ msgid "PaleGreen"
6120
+ msgstr "Lehekülg"
6121
+
6122
+ #: lino/modlib/system/choicelists.py:292
6123
+ msgid "Chartreuse"
6124
+ msgstr ""
6125
+
6126
+ #: lino/modlib/system/choicelists.py:293
6127
+ #, fuzzy
6128
+ msgid "Lime"
6129
+ msgstr "Lõpeb (päev)"
6130
+
6131
+ #: lino/modlib/system/choicelists.py:294
6087
6132
  msgid "Fuchsia"
6088
6133
  msgstr ""
6089
6134
 
6090
- #: lino/modlib/system/choicelists.py:283
6135
+ #: lino/modlib/system/choicelists.py:295
6136
+ #, fuzzy
6137
+ msgid "Cyan"
6138
+ msgstr "Keel"
6139
+
6140
+ #: lino/modlib/system/choicelists.py:296
6091
6141
  msgid "Purple"
6092
6142
  msgstr ""
6093
6143
 
6094
- #: lino/modlib/system/mixins.py:118
6144
+ #: lino/modlib/system/mixins.py:82
6145
+ #, fuzzy
6146
+ msgid "Locked by"
6147
+ msgstr "Ülesselaadija"
6148
+
6149
+ #: lino/modlib/system/mixins.py:119
6095
6150
  msgid "{row} is being edited by {user}. Please try again later."
6096
6151
  msgstr ""
6097
6152
 
6098
- #: lino/modlib/system/mixins.py:200
6153
+ #: lino/modlib/system/mixins.py:201
6099
6154
  #, fuzzy
6100
6155
  msgid "first"
6101
6156
  msgstr "Eesnimi"
6102
6157
 
6103
- #: lino/modlib/system/mixins.py:201
6158
+ #: lino/modlib/system/mixins.py:202
6104
6159
  #, fuzzy
6105
6160
  msgid "last"
6106
6161
  msgstr "Palgad"
6107
6162
 
6108
- #: lino/modlib/system/mixins.py:202
6163
+ #: lino/modlib/system/mixins.py:203
6109
6164
  #, fuzzy
6110
6165
  msgid "second"
6111
6166
  msgstr "Puudus"
6112
6167
 
6113
- #: lino/modlib/system/mixins.py:203
6168
+ #: lino/modlib/system/mixins.py:204
6114
6169
  #, fuzzy
6115
6170
  msgid "second last"
6116
6171
  msgstr "Lõpeb (päev)"
6117
6172
 
6118
- #: lino/modlib/system/mixins.py:204
6173
+ #: lino/modlib/system/mixins.py:205
6119
6174
  msgid "third"
6120
6175
  msgstr ""
6121
6176
 
6122
- #: lino/modlib/system/mixins.py:205
6177
+ #: lino/modlib/system/mixins.py:206
6123
6178
  msgid "third last"
6124
6179
  msgstr ""
6125
6180
 
6126
- #: lino/modlib/system/mixins.py:206
6181
+ #: lino/modlib/system/mixins.py:207
6127
6182
  msgid "fourth"
6128
6183
  msgstr ""
6129
6184
 
6130
- #: lino/modlib/system/mixins.py:207
6185
+ #: lino/modlib/system/mixins.py:208
6131
6186
  msgid "fourth last"
6132
6187
  msgstr ""
6133
6188
 
6134
- #: lino/modlib/system/mixins.py:216
6189
+ #: lino/modlib/system/mixins.py:217
6135
6190
  msgid "Repeat every"
6136
6191
  msgstr ""
6137
6192
 
6138
- #: lino/modlib/system/mixins.py:217
6193
+ #: lino/modlib/system/mixins.py:218
6139
6194
  #, fuzzy
6140
6195
  msgid "Positions"
6141
6196
  msgstr "Nimetus"
6142
6197
 
6143
- #: lino/modlib/system/mixins.py:229
6198
+ #: lino/modlib/system/mixins.py:230
6144
6199
  msgid "Number of events"
6145
6200
  msgstr ""
6146
6201
 
6147
- #: lino/modlib/system/mixins.py:290
6202
+ #: lino/modlib/system/mixins.py:291
6148
6203
  #, fuzzy
6149
6204
  msgid "Times"
6150
6205
  msgstr "Lõpeb (päev)"
6151
6206
 
6152
- #: lino/modlib/system/mixins.py:296
6207
+ #: lino/modlib/system/mixins.py:297
6153
6208
  msgid "When"
6154
6209
  msgstr ""
6155
6210
 
6156
- #: lino/modlib/system/mixins.py:299
6211
+ #: lino/modlib/system/mixins.py:300
6157
6212
  msgid "Not specified"
6158
6213
  msgstr ""
6159
6214
 
6160
- #: lino/modlib/system/mixins.py:301
6215
+ #: lino/modlib/system/mixins.py:302
6161
6216
  msgid "Never"
6162
6217
  msgstr ""
6163
6218
 
6164
- #: lino/modlib/system/mixins.py:304
6219
+ #: lino/modlib/system/mixins.py:305
6165
6220
  msgid "{0}-{1}"
6166
6221
  msgstr ""
6167
6222
 
6168
- #: lino/modlib/system/mixins.py:311
6223
+ #: lino/modlib/system/mixins.py:312
6169
6224
  msgid "Once starting on {0} (only {1})"
6170
6225
  msgstr ""
6171
6226
 
6172
- #: lino/modlib/system/mixins.py:314
6227
+ #: lino/modlib/system/mixins.py:315
6173
6228
  #, fuzzy
6174
6229
  msgid "On {0}"
6175
6230
  msgstr " / {0}"
6176
6231
 
6177
- #: lino/modlib/system/mixins.py:316 lino/modlib/system/mixins.py:330
6232
+ #: lino/modlib/system/mixins.py:317 lino/modlib/system/mixins.py:331
6178
6233
  msgid "day"
6179
6234
  msgstr ""
6180
6235
 
6181
- #: lino/modlib/system/mixins.py:320
6236
+ #: lino/modlib/system/mixins.py:321
6182
6237
  msgid "Every week"
6183
6238
  msgstr ""
6184
6239
 
6185
- #: lino/modlib/system/mixins.py:328 lino/modlib/system/mixins.py:330
6240
+ #: lino/modlib/system/mixins.py:329 lino/modlib/system/mixins.py:331
6186
6241
  #, fuzzy
6187
6242
  msgid "and"
6188
6243
  msgstr "Tänav"
6189
6244
 
6190
- #: lino/modlib/system/mixins.py:332
6245
+ #: lino/modlib/system/mixins.py:333
6191
6246
  msgid "Every {day} of the month"
6192
6247
  msgstr ""
6193
6248
 
6194
- #: lino/modlib/system/mixins.py:334
6249
+ #: lino/modlib/system/mixins.py:335
6195
6250
  msgid "Every month"
6196
6251
  msgid_plural "Every {count} months"
6197
6252
  msgstr[0] ""
6198
6253
  msgstr[1] ""
6199
6254
 
6200
- #: lino/modlib/system/mixins.py:338
6255
+ #: lino/modlib/system/mixins.py:339
6201
6256
  msgid "Every year"
6202
6257
  msgid_plural "Every {count} years"
6203
6258
  msgstr[0] ""
6204
6259
  msgstr[1] ""
6205
6260
 
6206
- #: lino/modlib/system/mixins.py:341
6261
+ #: lino/modlib/system/mixins.py:342
6207
6262
  msgid "Every year (with Easter)"
6208
6263
  msgid_plural "Every {count} years (with Easter)"
6209
6264
  msgstr[0] ""
6210
6265
  msgstr[1] ""
6211
6266
 
6212
- #: lino/modlib/system/mixins.py:349
6267
+ #: lino/modlib/system/mixins.py:350
6213
6268
  msgid "Every {day}"
6214
6269
  msgid_plural "Every {ord_count} {day}"
6215
6270
  msgstr[0] ""
6216
6271
  msgstr[1] ""
6217
6272
 
6218
- #: lino/modlib/system/mixins.py:374
6273
+ #: lino/modlib/system/mixins.py:375
6219
6274
  msgid "working day"
6220
6275
  msgstr ""
6221
6276
 
6222
- #: lino/modlib/system/models.py:42
6277
+ #: lino/modlib/system/models.py:41
6223
6278
  msgid "Rebuild site cache"
6224
6279
  msgstr ""
6225
6280
 
6226
- #: lino/modlib/system/models.py:69 lino/modlib/system/models.py:149
6281
+ #: lino/modlib/system/models.py:68 lino/modlib/system/models.py:148
6227
6282
  msgid "Site configuration"
6228
6283
  msgstr ""
6229
6284
 
6230
- #: lino/modlib/system/models.py:90
6285
+ #: lino/modlib/system/models.py:89
6231
6286
  msgid "Default build method"
6232
6287
  msgstr ""
6233
6288
 
6234
- #: lino/modlib/system/models.py:93
6289
+ #: lino/modlib/system/models.py:92
6235
6290
  #, fuzzy
6236
6291
  msgid "Simulated date"
6237
6292
  msgstr "Nimetus"
6238
6293
 
6239
- #: lino/modlib/system/models.py:340
6294
+ #: lino/modlib/system/models.py:322
6240
6295
  msgid "Find unbleached html content"
6241
6296
  msgstr ""
6242
6297
 
6243
- #: lino/modlib/system/models.py:352
6298
+ #: lino/modlib/system/models.py:334
6244
6299
  msgid "Fields {} have unbleached content."
6245
6300
  msgstr ""
6246
6301
 
@@ -6422,26 +6477,26 @@ msgstr "Kõik {0} failid"
6422
6477
  msgid "Open the file in a new browser window"
6423
6478
  msgstr ""
6424
6479
 
6425
- #: lino/modlib/uploads/utils.py:43
6480
+ #: lino/modlib/uploads/utils.py:48
6426
6481
  #, fuzzy
6427
6482
  msgid "PDF file"
6428
6483
  msgstr "Laetud fail"
6429
6484
 
6430
- #: lino/modlib/uploads/utils.py:45
6485
+ #: lino/modlib/uploads/utils.py:50
6431
6486
  #, fuzzy
6432
6487
  msgid "picture"
6433
6488
  msgstr "Loo"
6434
6489
 
6435
- #: lino/modlib/uploads/utils.py:46
6490
+ #: lino/modlib/uploads/utils.py:51
6436
6491
  #, fuzzy
6437
6492
  msgid "media file"
6438
6493
  msgstr "Muudatud"
6439
6494
 
6440
- #: lino/modlib/uploads/utils.py:89
6495
+ #: lino/modlib/uploads/utils.py:94
6441
6496
  msgid "Must build thumbnail for {}"
6442
6497
  msgstr ""
6443
6498
 
6444
- #: lino/modlib/users/__init__.py:11 lino/modlib/users/models.py:82
6499
+ #: lino/modlib/users/__init__.py:11 lino/modlib/users/models.py:81
6445
6500
  msgid "Users"
6446
6501
  msgstr ""
6447
6502
 
@@ -6621,134 +6676,134 @@ msgstr "Kasutajaliigid"
6621
6676
  msgid "Author"
6622
6677
  msgstr "Autor"
6623
6678
 
6624
- #: lino/modlib/users/mixins.py:167
6679
+ #: lino/modlib/users/mixins.py:166
6625
6680
  msgid "My {}"
6626
6681
  msgstr "Minu {}"
6627
6682
 
6628
- #: lino/modlib/users/mixins.py:220
6683
+ #: lino/modlib/users/mixins.py:223
6629
6684
  msgid "Update plan"
6630
6685
  msgstr ""
6631
6686
 
6632
- #: lino/modlib/users/mixins.py:236
6687
+ #: lino/modlib/users/mixins.py:239
6633
6688
  msgid "Today"
6634
6689
  msgstr ""
6635
6690
 
6636
- #: lino/modlib/users/mixins.py:287
6691
+ #: lino/modlib/users/mixins.py:290
6637
6692
  msgid "Assign to me"
6638
6693
  msgstr ""
6639
6694
 
6640
- #: lino/modlib/users/mixins.py:320
6695
+ #: lino/modlib/users/mixins.py:323
6641
6696
  msgid "You become assigned to this."
6642
6697
  msgstr ""
6643
6698
 
6644
- #: lino/modlib/users/mixins.py:343
6699
+ #: lino/modlib/users/mixins.py:346
6645
6700
  msgid "Take"
6646
6701
  msgstr "Võta"
6647
6702
 
6648
- #: lino/modlib/users/mixins.py:384
6703
+ #: lino/modlib/users/mixins.py:387
6649
6704
  msgid "You take responsibility for {}."
6650
6705
  msgstr ""
6651
6706
 
6652
- #: lino/modlib/users/mixins.py:404
6707
+ #: lino/modlib/users/mixins.py:407
6653
6708
  msgid "Assigned to"
6654
6709
  msgstr ""
6655
6710
 
6656
- #: lino/modlib/users/mixins.py:459
6711
+ #: lino/modlib/users/mixins.py:462
6657
6712
  msgid "{user} assigned you to {what}"
6658
6713
  msgstr ""
6659
6714
 
6660
- #: lino/modlib/users/models.py:100
6715
+ #: lino/modlib/users/models.py:99
6661
6716
  msgid "Initials"
6662
6717
  msgstr ""
6663
6718
 
6664
- #: lino/modlib/users/models.py:102
6719
+ #: lino/modlib/users/models.py:101
6665
6720
  #, fuzzy
6666
6721
  msgid "Nickname"
6667
6722
  msgstr "nimi"
6668
6723
 
6669
- #: lino/modlib/users/models.py:107
6724
+ #: lino/modlib/users/models.py:106
6670
6725
  msgid "Remarks"
6671
6726
  msgstr "Märkused"
6672
6727
 
6673
- #: lino/modlib/users/models.py:189
6728
+ #: lino/modlib/users/models.py:187
6674
6729
  #, fuzzy
6675
6730
  msgid "Status"
6676
6731
  msgstr "Staatus"
6677
6732
 
6678
- #: lino/modlib/users/models.py:191
6733
+ #: lino/modlib/users/models.py:189
6679
6734
  #, fuzzy
6680
6735
  msgid "Active"
6681
6736
  msgstr "Aktiivne"
6682
6737
 
6683
- #: lino/modlib/users/models.py:191
6738
+ #: lino/modlib/users/models.py:189
6684
6739
  #, fuzzy
6685
6740
  msgid "Inactive"
6686
6741
  msgstr "Aktiivne"
6687
6742
 
6688
- #: lino/modlib/users/models.py:192
6743
+ #: lino/modlib/users/models.py:190
6689
6744
  #, fuzzy
6690
6745
  msgid "Verified"
6691
6746
  msgstr "Muudatud"
6692
6747
 
6693
- #: lino/modlib/users/models.py:192
6748
+ #: lino/modlib/users/models.py:190
6694
6749
  #, fuzzy
6695
6750
  msgid "Not verified"
6696
6751
  msgstr "Muudatud"
6697
6752
 
6698
- #: lino/modlib/users/models.py:194
6753
+ #: lino/modlib/users/models.py:192
6699
6754
  msgid "Password reset"
6700
6755
  msgstr ""
6701
6756
 
6702
- #: lino/modlib/users/models.py:415
6757
+ #: lino/modlib/users/models.py:413
6703
6758
  msgid "Authority"
6704
6759
  msgstr ""
6705
6760
 
6706
- #: lino/modlib/users/models.py:416
6761
+ #: lino/modlib/users/models.py:414
6707
6762
  msgid "Authorities"
6708
6763
  msgstr ""
6709
6764
 
6710
- #: lino/modlib/users/ui.py:168
6765
+ #: lino/modlib/users/ui.py:164
6711
6766
  msgid "Edit your user preferences."
6712
6767
  msgstr ""
6713
6768
 
6714
- #: lino/modlib/users/ui.py:206
6769
+ #: lino/modlib/users/ui.py:202
6715
6770
  msgid "Authorities given"
6716
6771
  msgstr ""
6717
6772
 
6718
- #: lino/modlib/users/ui.py:214
6773
+ #: lino/modlib/users/ui.py:210
6719
6774
  msgid "Authorities taken"
6720
6775
  msgstr ""
6721
6776
 
6722
- #: lino/modlib/users/ui.py:225
6777
+ #: lino/modlib/users/ui.py:221
6723
6778
  msgid "Third-party authorizations"
6724
6779
  msgstr ""
6725
6780
 
6726
- #: lino/modlib/users/ui.py:240
6781
+ #: lino/modlib/users/ui.py:236
6727
6782
  msgid "User roles"
6728
6783
  msgstr "Kasutajarollid"
6729
6784
 
6730
- #: lino/modlib/users/ui.py:299
6785
+ #: lino/modlib/users/ui.py:295
6731
6786
  msgid "Kill"
6732
6787
  msgstr ""
6733
6788
 
6734
- #: lino/modlib/users/ui.py:317
6789
+ #: lino/modlib/users/ui.py:313
6735
6790
  msgid "Session {} has been deleted."
6736
6791
  msgstr ""
6737
6792
 
6738
- #: lino/modlib/users/ui.py:327
6793
+ #: lino/modlib/users/ui.py:323
6739
6794
  msgid "User sessions"
6740
6795
  msgstr ""
6741
6796
 
6742
- #: lino/modlib/users/ui.py:390
6797
+ #: lino/modlib/users/ui.py:386
6743
6798
  msgid "session key"
6744
6799
  msgstr ""
6745
6800
 
6746
- #: lino/modlib/users/ui.py:410
6801
+ #: lino/modlib/users/ui.py:406
6747
6802
  #, fuzzy
6748
6803
  msgid "Last activity"
6749
6804
  msgstr "Aktiivne"
6750
6805
 
6751
- #: lino/modlib/users/ui.py:422
6806
+ #: lino/modlib/users/ui.py:418
6752
6807
  msgid "Expires"
6753
6808
  msgstr ""
6754
6809
 
@@ -9244,3 +9299,23 @@ msgstr ""
9244
9299
  #~ msgid "Thumbnail Large"
9245
9300
  #~ msgstr ""
9246
9301
 
9302
+ #~ msgid ""
9303
+ #~ "Adds a a timestamp field which "
9304
+ #~ "holds the last modification time of "
9305
+ #~ "every individual database object."
9306
+ #~ msgstr ""
9307
+
9308
+ #~ msgid "Whether to use system.DashboardLayouts. This feature is broken."
9309
+ #~ msgstr ""
9310
+
9311
+ #~ msgid "The Django model used to store an fiscal year."
9312
+ #~ msgstr ""
9313
+
9314
+ #~ msgid ""
9315
+ #~ "An abstract choicelist of the previewers"
9316
+ #~ " that are available on this site."
9317
+ #~ msgstr ""
9318
+
9319
+ #~ msgid "Add comment"
9320
+ #~ msgstr "Märkuseliik"
9321
+