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