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