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
@@ -7,7 +7,7 @@ msgid ""
|
|
7
7
|
msgstr ""
|
8
8
|
"Project-Id-Version: lino.modlib.systen\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"POT-Creation-Date:
|
10
|
+
"POT-Creation-Date: 2025-02-07 12:44+0200\n"
|
11
11
|
"PO-Revision-Date: 2014-02-05 09:34+0300\n"
|
12
12
|
"Last-Translator: Luc Saffre <luc.saffre@gmx.net>\n"
|
13
13
|
"Language: nl\n"
|
@@ -39,7 +39,7 @@ msgstr ""
|
|
39
39
|
|
40
40
|
#: lino/help_texts.py:11
|
41
41
|
msgid ""
|
42
|
-
"Adds a a timestamp field
|
42
|
+
"Adds a a timestamp field that holds the last modification time of every "
|
43
43
|
"individual database object."
|
44
44
|
msgstr ""
|
45
45
|
|
@@ -498,7 +498,7 @@ msgstr ""
|
|
498
498
|
#: lino/help_texts.py:105 lino/help_texts.py:114 lino/help_texts.py:117
|
499
499
|
#: lino/help_texts.py:119 lino/help_texts.py:143 lino/help_texts.py:144
|
500
500
|
#: lino/help_texts.py:151 lino/help_texts.py:162 lino/help_texts.py:163
|
501
|
-
#: lino/help_texts.py:164 lino/help_texts.py:
|
501
|
+
#: lino/help_texts.py:164 lino/help_texts.py:165 lino/help_texts.py:174
|
502
502
|
#: lino/help_texts.py:178 lino/help_texts.py:185
|
503
503
|
msgid "See /dev/plugins."
|
504
504
|
msgstr ""
|
@@ -738,54 +738,54 @@ msgstr ""
|
|
738
738
|
msgid "Parse the given string src, replacing memo commands by their result."
|
739
739
|
msgstr ""
|
740
740
|
|
741
|
-
#: lino/help_texts.py:
|
742
|
-
msgid "Whether to use system.DashboardLayouts. This feature is broken."
|
743
|
-
msgstr ""
|
744
|
-
|
745
|
-
#: lino/help_texts.py:167
|
741
|
+
#: lino/help_texts.py:166
|
746
742
|
msgid "The domain name of this production site."
|
747
743
|
msgstr ""
|
748
744
|
|
749
|
-
#: lino/help_texts.py:
|
745
|
+
#: lino/help_texts.py:167
|
750
746
|
msgid "The initial width 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:168
|
754
750
|
msgid "The initial height of the window to use when editing in own window."
|
755
751
|
msgstr ""
|
756
752
|
|
757
|
-
#: lino/help_texts.py:
|
753
|
+
#: lino/help_texts.py:169
|
758
754
|
msgid "The toolbar buttons when editing a field inside a detail form."
|
759
755
|
msgstr ""
|
760
756
|
|
761
|
-
#: lino/help_texts.py:
|
757
|
+
#: lino/help_texts.py:170
|
762
758
|
msgid "The first row of toolbar buttons when editing in own window."
|
763
759
|
msgstr ""
|
764
760
|
|
765
|
-
#: lino/help_texts.py:
|
761
|
+
#: lino/help_texts.py:171
|
766
762
|
msgid "The second row of toolbar buttons when editing in own window."
|
767
763
|
msgstr ""
|
768
764
|
|
769
|
-
#: lino/help_texts.py:
|
765
|
+
#: lino/help_texts.py:172
|
770
766
|
msgid "The third row of toolbar buttons when editing in own window."
|
771
767
|
msgstr ""
|
772
768
|
|
773
|
-
#: lino/help_texts.py:
|
769
|
+
#: lino/help_texts.py:173
|
774
770
|
msgid ""
|
775
771
|
"Lino currently includes three versions of TinyMCE, but for production "
|
776
772
|
"sites we still use the eldest version 3.4.8."
|
777
773
|
msgstr ""
|
778
774
|
|
779
|
-
#: lino/help_texts.py:
|
775
|
+
#: lino/help_texts.py:175
|
780
776
|
msgid ""
|
781
777
|
"Whether checkdata –fix should automatically delete orphaned files in the "
|
782
778
|
"uploads folder."
|
783
779
|
msgstr ""
|
784
780
|
|
785
|
-
#: lino/help_texts.py:
|
781
|
+
#: lino/help_texts.py:176
|
786
782
|
msgid "Whether to use PIL, the Python Imaging Library."
|
787
783
|
msgstr ""
|
788
784
|
|
785
|
+
#: lino/help_texts.py:177
|
786
|
+
msgid "Whether to use library files (volumes)."
|
787
|
+
msgstr ""
|
788
|
+
|
789
789
|
#: lino/help_texts.py:179
|
790
790
|
msgid "Height of header in mm. Set to None if you want no header."
|
791
791
|
msgstr ""
|
@@ -1465,105 +1465,122 @@ msgid ""
|
|
1465
1465
|
msgstr ""
|
1466
1466
|
|
1467
1467
|
#: lino/help_texts.py:318
|
1468
|
-
msgid "
|
1468
|
+
msgid ""
|
1469
|
+
"Return a veto message if you want to refuse creating rows on this model "
|
1470
|
+
"in the given action request even when permission has been given."
|
1469
1471
|
msgstr ""
|
1470
1472
|
|
1471
1473
|
#: lino/help_texts.py:319
|
1474
|
+
msgid "Override this to set default values that depend on the request."
|
1475
|
+
msgstr ""
|
1476
|
+
|
1477
|
+
#: lino/help_texts.py:320
|
1472
1478
|
msgid ""
|
1473
1479
|
"Hook to define custom behaviour to run when a user has created a new "
|
1474
1480
|
"instance of this model."
|
1475
1481
|
msgstr ""
|
1476
1482
|
|
1477
|
-
#: lino/help_texts.py:
|
1483
|
+
#: lino/help_texts.py:321
|
1478
1484
|
msgid ""
|
1479
1485
|
"The SubmitInsert action to be executed when the when the users submits an"
|
1480
1486
|
" insert window."
|
1481
1487
|
msgstr ""
|
1482
1488
|
|
1483
|
-
#: lino/help_texts.py:
|
1489
|
+
#: lino/help_texts.py:322
|
1484
1490
|
msgid ""
|
1485
1491
|
"Called when a learning combo has been submitted. Create a persistent "
|
1486
1492
|
"database object if the given text contains enough information."
|
1487
1493
|
msgstr ""
|
1488
1494
|
|
1489
|
-
#: lino/help_texts.py:
|
1495
|
+
#: lino/help_texts.py:323
|
1490
1496
|
msgid ""
|
1491
1497
|
"Return a dict of the fields to fill when the given text contains enough "
|
1492
1498
|
"information for creating a new database object."
|
1493
1499
|
msgstr ""
|
1494
1500
|
|
1495
|
-
#: lino/help_texts.py:
|
1501
|
+
#: lino/help_texts.py:324
|
1496
1502
|
msgid ""
|
1497
1503
|
"A set of names of ForeignKey or GenericForeignKey fields of this model "
|
1498
1504
|
"that allow for cascaded delete."
|
1499
1505
|
msgstr ""
|
1500
1506
|
|
1501
|
-
#: lino/help_texts.py:
|
1507
|
+
#: lino/help_texts.py:325
|
1502
1508
|
msgid ""
|
1503
1509
|
"Return a set of field names that should be disabled (i.e. not editable) "
|
1504
1510
|
"for this database object."
|
1505
1511
|
msgstr ""
|
1506
1512
|
|
1507
|
-
#: lino/help_texts.py:
|
1513
|
+
#: lino/help_texts.py:326
|
1508
1514
|
msgid "Return a translatable text that describes this database row."
|
1509
1515
|
msgstr ""
|
1510
1516
|
|
1511
|
-
#: lino/help_texts.py:
|
1517
|
+
#: lino/help_texts.py:327
|
1512
1518
|
msgid ""
|
1513
|
-
"Return a
|
1514
|
-
"
|
1519
|
+
"Return a translatable text that describes this database row. Unlike "
|
1520
|
+
"__str__() this method gets an action request when it is called, so it "
|
1521
|
+
"knows the context."
|
1515
1522
|
msgstr ""
|
1516
1523
|
|
1517
|
-
#: lino/help_texts.py:
|
1524
|
+
#: lino/help_texts.py:328
|
1525
|
+
msgid "Yield a series of words that describe this database row in plain text."
|
1526
|
+
msgstr ""
|
1527
|
+
|
1528
|
+
#: lino/help_texts.py:329
|
1518
1529
|
msgid ""
|
1519
1530
|
"Return a HTML element that represents this database row in a data window "
|
1520
1531
|
"in display mode “summary”."
|
1521
1532
|
msgstr ""
|
1522
1533
|
|
1523
|
-
#: lino/help_texts.py:
|
1534
|
+
#: lino/help_texts.py:330
|
1535
|
+
msgid ""
|
1536
|
+
"Return a safe HTML string that represents this database row as a "
|
1537
|
+
"paragraph."
|
1538
|
+
msgstr ""
|
1539
|
+
|
1540
|
+
#: lino/help_texts.py:331
|
1524
1541
|
msgid "Set default values for the widget options of a given element."
|
1525
1542
|
msgstr ""
|
1526
1543
|
|
1527
|
-
#: lino/help_texts.py:
|
1544
|
+
#: lino/help_texts.py:332
|
1528
1545
|
msgid "Return a list of HTML elements to be shown in overview field."
|
1529
1546
|
msgstr ""
|
1530
1547
|
|
1531
|
-
#: lino/help_texts.py:
|
1548
|
+
#: lino/help_texts.py:333
|
1532
1549
|
msgid "Merge this object into another object of same class."
|
1533
1550
|
msgstr ""
|
1534
1551
|
|
1535
|
-
#: lino/help_texts.py:
|
1552
|
+
#: lino/help_texts.py:334
|
1536
1553
|
msgid ""
|
1537
1554
|
"Return the Django queryset to be used by action request ar for any data "
|
1538
1555
|
"table on this model."
|
1539
1556
|
msgstr ""
|
1540
1557
|
|
1541
|
-
#: lino/help_texts.py:
|
1558
|
+
#: lino/help_texts.py:335
|
1542
1559
|
msgid ""
|
1543
1560
|
"A hook for adding custom code to be executed each time an instance of "
|
1544
1561
|
"this model gets updated via the user interface and before the changes are"
|
1545
1562
|
" written to the database."
|
1546
1563
|
msgstr ""
|
1547
1564
|
|
1548
|
-
#: lino/help_texts.py:
|
1565
|
+
#: lino/help_texts.py:336
|
1549
1566
|
msgid ""
|
1550
1567
|
"Like before_ui_save(), but is called after the changes are written to the"
|
1551
1568
|
" database."
|
1552
1569
|
msgstr ""
|
1553
1570
|
|
1554
|
-
#: lino/help_texts.py:
|
1571
|
+
#: lino/help_texts.py:337 lino/help_texts.py:338
|
1555
1572
|
msgid "Called by lino.modlib.gfks.Controllable."
|
1556
1573
|
msgstr ""
|
1557
1574
|
|
1558
|
-
#: lino/help_texts.py:
|
1575
|
+
#: lino/help_texts.py:339
|
1559
1576
|
msgid "A dialog window which displays some information about the site."
|
1560
1577
|
msgstr ""
|
1561
1578
|
|
1562
|
-
#: lino/help_texts.py:
|
1579
|
+
#: lino/help_texts.py:340
|
1563
1580
|
msgid "The list of time zones available on this site."
|
1564
1581
|
msgstr ""
|
1565
1582
|
|
1566
|
-
#: lino/help_texts.py:
|
1583
|
+
#: lino/help_texts.py:341
|
1567
1584
|
msgid ""
|
1568
1585
|
"The default time zone on this server, corresponding to TIME_ZONE. Unlike "
|
1569
1586
|
"TIME_ZONE (which is a string), default is a Choice object whose text is "
|
@@ -1571,96 +1588,100 @@ msgid ""
|
|
1571
1588
|
"the time zone info object."
|
1572
1589
|
msgstr ""
|
1573
1590
|
|
1574
|
-
#: lino/help_texts.py:
|
1591
|
+
#: lino/help_texts.py:342
|
1575
1592
|
msgid "A list of date formats."
|
1576
1593
|
msgstr ""
|
1577
1594
|
|
1578
|
-
#: lino/help_texts.py:
|
1595
|
+
#: lino/help_texts.py:343
|
1579
1596
|
msgid "Django model to represent a registered change in the database."
|
1580
1597
|
msgstr ""
|
1581
1598
|
|
1582
|
-
#: lino/help_texts.py:
|
1599
|
+
#: lino/help_texts.py:344
|
1583
1600
|
msgid "The database object that has been modified."
|
1584
1601
|
msgstr ""
|
1585
1602
|
|
1586
|
-
#: lino/help_texts.py:
|
1603
|
+
#: lino/help_texts.py:345
|
1587
1604
|
msgid "The database object that acts as “master”."
|
1588
1605
|
msgstr ""
|
1589
1606
|
|
1590
|
-
#: lino/help_texts.py:
|
1607
|
+
#: lino/help_texts.py:346
|
1591
1608
|
msgid "Show the history of changes in the current database row."
|
1592
1609
|
msgstr ""
|
1593
1610
|
|
1594
|
-
#: lino/help_texts.py:
|
1611
|
+
#: lino/help_texts.py:347
|
1595
1612
|
msgid "Show the history of changes in the current database row and related data."
|
1596
1613
|
msgstr ""
|
1597
1614
|
|
1598
|
-
#: lino/help_texts.py:
|
1615
|
+
#: lino/help_texts.py:348
|
1599
1616
|
msgid "The list of possible choices for the type field of a Change."
|
1600
1617
|
msgstr ""
|
1601
1618
|
|
1602
|
-
#: lino/help_texts.py:
|
1619
|
+
#: lino/help_texts.py:349
|
1603
1620
|
msgid "Django model used to store a data problem message."
|
1604
1621
|
msgstr ""
|
1605
1622
|
|
1606
|
-
#: lino/help_texts.py:
|
1623
|
+
#: lino/help_texts.py:350
|
1607
1624
|
msgid "The Checker that reported this problem."
|
1608
1625
|
msgstr ""
|
1609
1626
|
|
1610
|
-
#: lino/help_texts.py:
|
1627
|
+
#: lino/help_texts.py:351
|
1611
1628
|
msgid ""
|
1612
1629
|
"The message text. This is a concatenation of all messages that were "
|
1613
1630
|
"yielded by the checker."
|
1614
1631
|
msgstr ""
|
1615
1632
|
|
1616
|
-
#: lino/help_texts.py:
|
1633
|
+
#: lino/help_texts.py:352
|
1617
1634
|
msgid "The user responsible for fixing this problem."
|
1618
1635
|
msgstr ""
|
1619
1636
|
|
1620
|
-
#: lino/help_texts.py:
|
1637
|
+
#: lino/help_texts.py:353
|
1621
1638
|
#, fuzzy
|
1622
1639
|
msgid "The base table for data problem messages."
|
1623
1640
|
msgstr "Datenbankfeld"
|
1624
1641
|
|
1625
|
-
#: lino/help_texts.py:
|
1642
|
+
#: lino/help_texts.py:354
|
1626
1643
|
msgid "Shows the data problem messages assigned to me."
|
1627
1644
|
msgstr ""
|
1628
1645
|
|
1629
|
-
#: lino/help_texts.py:
|
1646
|
+
#: lino/help_texts.py:355
|
1630
1647
|
msgid "The list of data checkers known by this application."
|
1631
1648
|
msgstr ""
|
1632
1649
|
|
1633
|
-
#: lino/help_texts.py:
|
1650
|
+
#: lino/help_texts.py:356
|
1634
1651
|
msgid "Base class for all data checkers."
|
1635
1652
|
msgstr ""
|
1636
1653
|
|
1637
|
-
#: lino/help_texts.py:
|
1654
|
+
#: lino/help_texts.py:357
|
1638
1655
|
msgid ""
|
1639
1656
|
"The model to be checked. If this is a string, Lino will resolve it at "
|
1640
1657
|
"startup."
|
1641
1658
|
msgstr ""
|
1642
1659
|
|
1643
|
-
#: lino/help_texts.py:
|
1660
|
+
#: lino/help_texts.py:358
|
1661
|
+
msgid "Whether this checker should be ignored by checkdata."
|
1662
|
+
msgstr ""
|
1663
|
+
|
1664
|
+
#: lino/help_texts.py:359
|
1644
1665
|
msgid ""
|
1645
1666
|
"Run get_checkdata_problems() on this checker for the given database "
|
1646
1667
|
"object."
|
1647
1668
|
msgstr ""
|
1648
1669
|
|
1649
|
-
#: lino/help_texts.py:
|
1670
|
+
#: lino/help_texts.py:360
|
1650
1671
|
msgid "Return a list of the models to check."
|
1651
1672
|
msgstr ""
|
1652
1673
|
|
1653
|
-
#: lino/help_texts.py:
|
1674
|
+
#: lino/help_texts.py:361
|
1654
1675
|
msgid ""
|
1655
1676
|
"Creates an instance of this class and adds it as a choice to the Checkers"
|
1656
1677
|
" choicelist."
|
1657
1678
|
msgstr ""
|
1658
1679
|
|
1659
|
-
#: lino/help_texts.py:
|
1680
|
+
#: lino/help_texts.py:362
|
1660
1681
|
msgid "Update the problem messages of this checker for the specified object."
|
1661
1682
|
msgstr ""
|
1662
1683
|
|
1663
|
-
#: lino/help_texts.py:
|
1684
|
+
#: lino/help_texts.py:363
|
1664
1685
|
msgid ""
|
1665
1686
|
"Return or yield a series of (fixable, message) tuples, each describing a "
|
1666
1687
|
"data problem. fixable is a boolean saying whether this problem can be "
|
@@ -1668,236 +1689,236 @@ msgid ""
|
|
1668
1689
|
"for fixing it."
|
1669
1690
|
msgstr ""
|
1670
1691
|
|
1671
|
-
#: lino/help_texts.py:
|
1692
|
+
#: lino/help_texts.py:364
|
1672
1693
|
msgid ""
|
1673
1694
|
"The site user to be considered responsible for problems detected by this "
|
1674
1695
|
"checker on the given database object obj. This will be stored in user."
|
1675
1696
|
msgstr ""
|
1676
1697
|
|
1677
|
-
#: lino/help_texts.py:
|
1698
|
+
#: lino/help_texts.py:365
|
1678
1699
|
msgid ""
|
1679
1700
|
"Update data problem messages and repair those which are automatically "
|
1680
1701
|
"fixable."
|
1681
1702
|
msgstr ""
|
1682
1703
|
|
1683
|
-
#: lino/help_texts.py:
|
1704
|
+
#: lino/help_texts.py:366
|
1684
1705
|
msgid ""
|
1685
1706
|
"Update data problem messages for this database object, also removing "
|
1686
1707
|
"messages that no longer exist. This action does not change anything else "
|
1687
1708
|
"in the database."
|
1688
1709
|
msgstr ""
|
1689
1710
|
|
1690
|
-
#: lino/help_texts.py:
|
1711
|
+
#: lino/help_texts.py:367
|
1691
1712
|
msgid "Returns the user’s country."
|
1692
1713
|
msgstr ""
|
1693
1714
|
|
1694
|
-
#: lino/help_texts.py:
|
1715
|
+
#: lino/help_texts.py:368
|
1695
1716
|
msgid ""
|
1696
1717
|
"A callable function designed to run in background at default interval "
|
1697
1718
|
"given by every_unit and every_value."
|
1698
1719
|
msgstr ""
|
1699
1720
|
|
1700
|
-
#: lino/help_texts.py:
|
1721
|
+
#: lino/help_texts.py:369
|
1701
1722
|
msgid "The function to run as a system task."
|
1702
1723
|
msgstr ""
|
1703
1724
|
|
1704
|
-
#: lino/help_texts.py:
|
1725
|
+
#: lino/help_texts.py:370
|
1705
1726
|
msgid "The default unit of the interval at which the task func will run."
|
1706
1727
|
msgstr ""
|
1707
1728
|
|
1708
|
-
#: lino/help_texts.py:
|
1729
|
+
#: lino/help_texts.py:371
|
1709
1730
|
msgid "The default value of the interval at which the task func will run."
|
1710
1731
|
msgstr ""
|
1711
1732
|
|
1712
|
-
#: lino/help_texts.py:
|
1733
|
+
#: lino/help_texts.py:372
|
1713
1734
|
msgid "The time at which this task should run first."
|
1714
1735
|
msgstr ""
|
1715
1736
|
|
1716
|
-
#: lino/help_texts.py:
|
1737
|
+
#: lino/help_texts.py:373
|
1717
1738
|
msgid "Calls the function stored in func passing ar as a positional argument."
|
1718
1739
|
msgstr ""
|
1719
1740
|
|
1720
|
-
#: lino/help_texts.py:
|
1741
|
+
#: lino/help_texts.py:374
|
1721
1742
|
msgid "The choicelist of background procedures available in this application."
|
1722
1743
|
msgstr ""
|
1723
1744
|
|
1724
|
-
#: lino/help_texts.py:
|
1745
|
+
#: lino/help_texts.py:375
|
1725
1746
|
msgid "A choicelist of logging levels available in this application."
|
1726
1747
|
msgstr ""
|
1727
1748
|
|
1728
|
-
#: lino/help_texts.py:
|
1749
|
+
#: lino/help_texts.py:376
|
1729
1750
|
msgid "Django model used to represent a background task."
|
1730
1751
|
msgstr ""
|
1731
1752
|
|
1732
|
-
#: lino/help_texts.py:
|
1753
|
+
#: lino/help_texts.py:377
|
1733
1754
|
msgid "Pointer to an instance of Procedure."
|
1734
1755
|
msgstr ""
|
1735
1756
|
|
1736
|
-
#: lino/help_texts.py:
|
1757
|
+
#: lino/help_texts.py:378
|
1737
1758
|
msgid "Tells at what time exactly this job started."
|
1738
1759
|
msgstr ""
|
1739
1760
|
|
1740
|
-
#: lino/help_texts.py:
|
1761
|
+
#: lino/help_texts.py:379
|
1741
1762
|
msgid "Stores information about the job, mostly logs."
|
1742
1763
|
msgstr ""
|
1743
1764
|
|
1744
|
-
#: lino/help_texts.py:
|
1765
|
+
#: lino/help_texts.py:380
|
1745
1766
|
msgid "Tells whether the task should be ignored."
|
1746
1767
|
msgstr ""
|
1747
1768
|
|
1748
|
-
#: lino/help_texts.py:
|
1769
|
+
#: lino/help_texts.py:381
|
1749
1770
|
msgid "The logging level to apply when running this task."
|
1750
1771
|
msgstr ""
|
1751
1772
|
|
1752
|
-
#: lino/help_texts.py:
|
1773
|
+
#: lino/help_texts.py:382
|
1753
1774
|
msgid "Performs a routine job."
|
1754
1775
|
msgstr ""
|
1755
1776
|
|
1756
|
-
#: lino/help_texts.py:
|
1777
|
+
#: lino/help_texts.py:383
|
1757
1778
|
msgid "The default actor for the SystemTask model."
|
1758
1779
|
msgstr ""
|
1759
1780
|
|
1760
|
-
#: lino/help_texts.py:
|
1761
|
-
msgid "The Django model used to store
|
1781
|
+
#: lino/help_texts.py:384
|
1782
|
+
msgid "The Django model used to store a fiscal year."
|
1762
1783
|
msgstr ""
|
1763
1784
|
|
1764
|
-
#: lino/help_texts.py:
|
1785
|
+
#: lino/help_texts.py:385
|
1765
1786
|
msgid "The Django model used to store an accounting period."
|
1766
1787
|
msgstr ""
|
1767
1788
|
|
1768
|
-
#: lino/help_texts.py:
|
1789
|
+
#: lino/help_texts.py:386
|
1769
1790
|
msgid "The fiscal years defined in this database."
|
1770
1791
|
msgstr ""
|
1771
1792
|
|
1772
|
-
#: lino/help_texts.py:
|
1793
|
+
#: lino/help_texts.py:387
|
1773
1794
|
#, fuzzy
|
1774
1795
|
msgid "The accounting periods defined in this database."
|
1775
1796
|
msgstr "Datenbankfeld"
|
1776
1797
|
|
1777
|
-
#: lino/help_texts.py:
|
1798
|
+
#: lino/help_texts.py:388
|
1778
1799
|
msgid "A list of choices for the values allowed as periods.period_type."
|
1779
1800
|
msgstr ""
|
1780
1801
|
|
1781
|
-
#: lino/help_texts.py:
|
1802
|
+
#: lino/help_texts.py:389
|
1782
1803
|
msgid "Model mixin for objects that cover a range of accounting periods."
|
1783
1804
|
msgstr ""
|
1784
1805
|
|
1785
|
-
#: lino/help_texts.py:
|
1806
|
+
#: lino/help_texts.py:390
|
1786
1807
|
msgid "The first period of the range to cover."
|
1787
1808
|
msgstr ""
|
1788
1809
|
|
1789
|
-
#: lino/help_texts.py:
|
1810
|
+
#: lino/help_texts.py:391
|
1790
1811
|
msgid "The last period of the range to cover."
|
1791
1812
|
msgstr ""
|
1792
1813
|
|
1793
|
-
#: lino/help_texts.py:
|
1814
|
+
#: lino/help_texts.py:392
|
1794
1815
|
msgid ""
|
1795
1816
|
"Model mixin for objects that can be filtered by a range of accounting "
|
1796
1817
|
"periods. This adds two parameter fields start_period and end_period to "
|
1797
1818
|
"every table on this model."
|
1798
1819
|
msgstr ""
|
1799
1820
|
|
1800
|
-
#: lino/help_texts.py:
|
1821
|
+
#: lino/help_texts.py:393
|
1801
1822
|
msgid "A parameter panel with two fields:"
|
1802
1823
|
msgstr ""
|
1803
1824
|
|
1804
|
-
#: lino/help_texts.py:
|
1825
|
+
#: lino/help_texts.py:394 lino/modlib/periods/mixins.py:53
|
1805
1826
|
msgid "Start of observed period range."
|
1806
1827
|
msgstr ""
|
1807
1828
|
|
1808
|
-
#: lino/help_texts.py:
|
1829
|
+
#: lino/help_texts.py:395 lino/modlib/periods/mixins.py:106
|
1809
1830
|
msgid ""
|
1810
1831
|
"Optional end of observed period range. Leave empty to consider only the "
|
1811
1832
|
"Start period."
|
1812
1833
|
msgstr ""
|
1813
1834
|
|
1814
|
-
#: lino/help_texts.py:
|
1835
|
+
#: lino/help_texts.py:396
|
1815
1836
|
msgid "The Django model that represents a content page."
|
1816
1837
|
msgstr ""
|
1817
1838
|
|
1818
|
-
#: lino/help_texts.py:
|
1839
|
+
#: lino/help_texts.py:397
|
1819
1840
|
msgid "This deserves better documentation."
|
1820
1841
|
msgstr ""
|
1821
1842
|
|
1822
|
-
#: lino/help_texts.py:
|
1843
|
+
#: lino/help_texts.py:398 lino/help_texts.py:401
|
1823
1844
|
msgid "Model mixin to add to models that are potentially publishable."
|
1824
1845
|
msgstr ""
|
1825
1846
|
|
1826
|
-
#: lino/help_texts.py:
|
1847
|
+
#: lino/help_texts.py:399
|
1827
1848
|
msgid ""
|
1828
1849
|
"The name of the template to use when rendering a database row via the "
|
1829
1850
|
"publisher interface."
|
1830
1851
|
msgstr ""
|
1831
1852
|
|
1832
|
-
#: lino/help_texts.py:
|
1853
|
+
#: lino/help_texts.py:400
|
1833
1854
|
msgid "Show this database row via the publisher interface."
|
1834
1855
|
msgstr ""
|
1835
1856
|
|
1836
|
-
#: lino/help_texts.py:
|
1857
|
+
#: lino/help_texts.py:402
|
1837
1858
|
msgid "The language of this content."
|
1838
1859
|
msgstr ""
|
1839
1860
|
|
1840
|
-
#: lino/help_texts.py:
|
1861
|
+
#: lino/help_texts.py:403
|
1841
1862
|
msgid "Default value is ‘draft’"
|
1842
1863
|
msgstr ""
|
1843
1864
|
|
1844
|
-
#: lino/help_texts.py:
|
1865
|
+
#: lino/help_texts.py:404
|
1845
1866
|
#, fuzzy
|
1846
1867
|
msgid "Pointer to PageFillers"
|
1847
1868
|
msgstr "Benutzerprofil"
|
1848
1869
|
|
1849
|
-
#: lino/help_texts.py:
|
1870
|
+
#: lino/help_texts.py:405
|
1850
1871
|
msgid "A choicelist with the possible states of a publisher page."
|
1851
1872
|
msgstr ""
|
1852
1873
|
|
1853
|
-
#: lino/help_texts.py:
|
1874
|
+
#: lino/help_texts.py:406
|
1854
1875
|
msgid ""
|
1855
1876
|
"A choicelist with the page fillers that are available for this "
|
1856
1877
|
"application."
|
1857
1878
|
msgstr ""
|
1858
1879
|
|
1859
|
-
#: lino/help_texts.py:
|
1880
|
+
#: lino/help_texts.py:407
|
1860
1881
|
msgid "A choicelist with the special pages available on this site."
|
1861
1882
|
msgstr ""
|
1862
1883
|
|
1863
|
-
#: lino/help_texts.py:
|
1884
|
+
#: lino/help_texts.py:408
|
1864
1885
|
msgid "A virtual table that searches in all database tables."
|
1865
1886
|
msgstr ""
|
1866
1887
|
|
1867
|
-
#: lino/help_texts.py:
|
1888
|
+
#: lino/help_texts.py:409
|
1868
1889
|
msgid "A virtual table used to search on this Lino site using ElasticSearch."
|
1869
1890
|
msgstr ""
|
1870
1891
|
|
1871
|
-
#: lino/help_texts.py:
|
1892
|
+
#: lino/help_texts.py:410
|
1872
1893
|
msgid "Model mixin for database objects that have summary fields."
|
1873
1894
|
msgstr ""
|
1874
1895
|
|
1875
|
-
#: lino/help_texts.py:
|
1896
|
+
#: lino/help_texts.py:411
|
1876
1897
|
msgid ""
|
1877
1898
|
"Set this to True if all instances of this model should be considered "
|
1878
1899
|
"temporary data to be deleted by checksummaries."
|
1879
1900
|
msgstr ""
|
1880
1901
|
|
1881
|
-
#: lino/help_texts.py:
|
1902
|
+
#: lino/help_texts.py:412
|
1882
1903
|
#, fuzzy
|
1883
1904
|
msgid "Update all the summary fields for this database object."
|
1884
1905
|
msgstr "Datenbankfeld"
|
1885
1906
|
|
1886
|
-
#: lino/help_texts.py:
|
1907
|
+
#: lino/help_texts.py:413
|
1887
1908
|
msgid "Set all counters and sums to 0."
|
1888
1909
|
msgstr ""
|
1889
1910
|
|
1890
|
-
#: lino/help_texts.py:
|
1911
|
+
#: lino/help_texts.py:414
|
1891
1912
|
msgid "Compute the values of the summary fields in this database row."
|
1892
1913
|
msgstr ""
|
1893
1914
|
|
1894
|
-
#: lino/help_texts.py:
|
1915
|
+
#: lino/help_texts.py:415
|
1895
1916
|
msgid ""
|
1896
1917
|
"Runs compute_summary_values() on a a filtered queryset based on keyword "
|
1897
1918
|
"arguments."
|
1898
1919
|
msgstr ""
|
1899
1920
|
|
1900
|
-
#: lino/help_texts.py:
|
1921
|
+
#: lino/help_texts.py:416
|
1901
1922
|
msgid ""
|
1902
1923
|
"To be implemented by subclasses. This must yield a sequence of "
|
1903
1924
|
"(collector, qs) tuples, where collector is a callable and qs a queryset. "
|
@@ -1905,571 +1926,571 @@ msgid ""
|
|
1905
1926
|
" for updating that object."
|
1906
1927
|
msgstr ""
|
1907
1928
|
|
1908
|
-
#: lino/help_texts.py:
|
1929
|
+
#: lino/help_texts.py:417
|
1909
1930
|
msgid "Mixin for Summarized models that are related to a master."
|
1910
1931
|
msgstr ""
|
1911
1932
|
|
1912
|
-
#: lino/help_texts.py:
|
1933
|
+
#: lino/help_texts.py:418
|
1913
1934
|
msgid ""
|
1914
1935
|
"The target model of the master will automatically receive an action "
|
1915
1936
|
"check_summaries."
|
1916
1937
|
msgstr ""
|
1917
1938
|
|
1918
|
-
#: lino/help_texts.py:
|
1939
|
+
#: lino/help_texts.py:419
|
1919
1940
|
msgid ""
|
1920
1941
|
"A Summarized that will have more than one entries per master, one for "
|
1921
1942
|
"each month."
|
1922
1943
|
msgstr ""
|
1923
1944
|
|
1924
|
-
#: lino/help_texts.py:
|
1945
|
+
#: lino/help_texts.py:420
|
1925
1946
|
msgid "Can be 'yearly', 'monthly', 'weekly' or 'timeless'."
|
1926
1947
|
msgstr ""
|
1927
1948
|
|
1928
|
-
#: lino/help_texts.py:
|
1949
|
+
#: lino/help_texts.py:421
|
1929
1950
|
#, fuzzy
|
1930
1951
|
msgid "The year"
|
1931
1952
|
msgstr "%d jaren"
|
1932
1953
|
|
1933
|
-
#: lino/help_texts.py:
|
1954
|
+
#: lino/help_texts.py:422
|
1934
1955
|
msgid "The number of the month or the week."
|
1935
1956
|
msgstr ""
|
1936
1957
|
|
1937
|
-
#: lino/help_texts.py:
|
1958
|
+
#: lino/help_texts.py:423
|
1938
1959
|
msgid "Web UI version of checksummaries."
|
1939
1960
|
msgstr ""
|
1940
1961
|
|
1941
|
-
#: lino/help_texts.py:
|
1962
|
+
#: lino/help_texts.py:424
|
1942
1963
|
msgid "Update summary data for this object."
|
1943
1964
|
msgstr ""
|
1944
1965
|
|
1945
|
-
#: lino/help_texts.py:
|
1966
|
+
#: lino/help_texts.py:425
|
1946
1967
|
msgid "The Django model used to represent a user account."
|
1947
1968
|
msgstr ""
|
1948
1969
|
|
1949
|
-
#: lino/help_texts.py:
|
1970
|
+
#: lino/help_texts.py:426
|
1950
1971
|
msgid ""
|
1951
1972
|
"Must be either unique or empty. User accounts having this field empty "
|
1952
1973
|
"cannot be used to sign in."
|
1953
1974
|
msgstr ""
|
1954
1975
|
|
1955
|
-
#: lino/help_texts.py:
|
1976
|
+
#: lino/help_texts.py:427
|
1956
1977
|
msgid ""
|
1957
1978
|
"The user type assigned to this user. User accounts having this field "
|
1958
1979
|
"empty cannot be used to sign in."
|
1959
1980
|
msgstr ""
|
1960
1981
|
|
1961
|
-
#: lino/help_texts.py:
|
1982
|
+
#: lino/help_texts.py:428
|
1962
1983
|
msgid ""
|
1963
1984
|
"The partner record with additional contact information about this user "
|
1964
1985
|
"account."
|
1965
1986
|
msgstr ""
|
1966
1987
|
|
1967
|
-
#: lino/help_texts.py:
|
1988
|
+
#: lino/help_texts.py:429
|
1968
1989
|
msgid ""
|
1969
1990
|
"The nickname used to refer to you when speaking to other site users. Does"
|
1970
1991
|
" not need to be unique but should be reasonably identifying."
|
1971
1992
|
msgstr ""
|
1972
1993
|
|
1973
|
-
#: lino/help_texts.py:
|
1994
|
+
#: lino/help_texts.py:430
|
1974
1995
|
msgid ""
|
1975
1996
|
"The initials used to refer to you when speaking to business partners. "
|
1976
1997
|
"Does not need to be unique but should be reasonably identifying."
|
1977
1998
|
msgstr ""
|
1978
1999
|
|
1979
|
-
#: lino/help_texts.py:
|
2000
|
+
#: lino/help_texts.py:431
|
1980
2001
|
msgid ""
|
1981
2002
|
"The time zone Lino should use in time fields or when displaying "
|
1982
2003
|
"timestamps to this user."
|
1983
2004
|
msgstr ""
|
1984
2005
|
|
1985
|
-
#: lino/help_texts.py:
|
2006
|
+
#: lino/help_texts.py:432
|
1986
2007
|
msgid "The date format to use when parsing or displaying dates."
|
1987
2008
|
msgstr ""
|
1988
2009
|
|
1989
|
-
#: lino/help_texts.py:
|
2010
|
+
#: lino/help_texts.py:433
|
1990
2011
|
msgid ""
|
1991
2012
|
"A random string that has been sent to the user via email in order to "
|
1992
2013
|
"verify their email address."
|
1993
2014
|
msgstr ""
|
1994
2015
|
|
1995
|
-
#: lino/help_texts.py:
|
2016
|
+
#: lino/help_texts.py:434
|
1996
2017
|
msgid ""
|
1997
2018
|
"A not-yet-active password given by anonymous when they asked for a "
|
1998
2019
|
"password reset. This will become the active password when the user "
|
1999
2020
|
"verifies."
|
2000
2021
|
msgstr ""
|
2001
2022
|
|
2002
|
-
#: lino/help_texts.py:
|
2023
|
+
#: lino/help_texts.py:435
|
2003
2024
|
msgid ""
|
2004
2025
|
"A virtual read-only field that returns the Person MTI child of the "
|
2005
2026
|
"partner (if it exists) and otherwise None."
|
2006
2027
|
msgstr ""
|
2007
2028
|
|
2008
|
-
#: lino/help_texts.py:
|
2029
|
+
#: lino/help_texts.py:436
|
2009
2030
|
msgid ""
|
2010
2031
|
"A virtual read-only field that returns the Company MTI child of the "
|
2011
2032
|
"partner (if it exists) and otherwise None."
|
2012
2033
|
msgstr ""
|
2013
2034
|
|
2014
|
-
#: lino/help_texts.py:
|
2035
|
+
#: lino/help_texts.py:437
|
2015
2036
|
msgid "Not used in Lino."
|
2016
2037
|
msgstr ""
|
2017
2038
|
|
2018
|
-
#: lino/help_texts.py:
|
2039
|
+
#: lino/help_texts.py:438
|
2019
2040
|
msgid ""
|
2020
2041
|
"If start_date is given, then the user cannot sign in before that date. If"
|
2021
2042
|
" end_date is given, then the user cannot sign in after that date."
|
2022
2043
|
msgstr ""
|
2023
2044
|
|
2024
|
-
#: lino/help_texts.py:
|
2045
|
+
#: lino/help_texts.py:439
|
2025
2046
|
msgid "No longer used. See as is_authenticated."
|
2026
2047
|
msgstr ""
|
2027
2048
|
|
2028
|
-
#: lino/help_texts.py:
|
2049
|
+
#: lino/help_texts.py:440
|
2029
2050
|
msgid "This is always True. Compare with AnonymousUser.is_authenticated."
|
2030
2051
|
msgstr ""
|
2031
2052
|
|
2032
|
-
#: lino/help_texts.py:
|
2053
|
+
#: lino/help_texts.py:441
|
2033
2054
|
msgid "Return a queryset of users that satisfy the specified criteria."
|
2034
2055
|
msgstr ""
|
2035
2056
|
|
2036
|
-
#: lino/help_texts.py:
|
2057
|
+
#: lino/help_texts.py:442
|
2037
2058
|
msgid ""
|
2038
2059
|
"Returns nickname if this field is not empty, otherwise get_full_name() "
|
2039
2060
|
"unless"
|
2040
2061
|
msgstr ""
|
2041
2062
|
|
2042
|
-
#: lino/help_texts.py:
|
2063
|
+
#: lino/help_texts.py:443
|
2043
2064
|
msgid ""
|
2044
2065
|
"Return the user’s full name, i.e. first_name followed by last_name. If "
|
2045
2066
|
"both fields are empty, return the initials or the username."
|
2046
2067
|
msgstr ""
|
2047
2068
|
|
2048
|
-
#: lino/help_texts.py:
|
2069
|
+
#: lino/help_texts.py:444
|
2049
2070
|
msgid "Only system managers may edit other users. See also disabled_fields()."
|
2050
2071
|
msgstr ""
|
2051
2072
|
|
2052
|
-
#: lino/help_texts.py:
|
2073
|
+
#: lino/help_texts.py:445
|
2053
2074
|
msgid "Ask for a new password to be used for authentication."
|
2054
2075
|
msgstr ""
|
2055
2076
|
|
2056
|
-
#: lino/help_texts.py:
|
2077
|
+
#: lino/help_texts.py:446 lino/help_texts.py:495
|
2057
2078
|
msgid ""
|
2058
2079
|
"Ask for the verification code you have received by email and mark your "
|
2059
2080
|
"email address as verified."
|
2060
2081
|
msgstr ""
|
2061
2082
|
|
2062
|
-
#: lino/help_texts.py:
|
2083
|
+
#: lino/help_texts.py:447
|
2063
2084
|
msgid "Base class for all data tables on User."
|
2064
2085
|
msgstr ""
|
2065
2086
|
|
2066
|
-
#: lino/help_texts.py:
|
2087
|
+
#: lino/help_texts.py:448
|
2067
2088
|
msgid "Shows the list of all users on this site."
|
2068
2089
|
msgstr ""
|
2069
2090
|
|
2070
|
-
#: lino/help_texts.py:
|
2091
|
+
#: lino/help_texts.py:449
|
2071
2092
|
msgid ""
|
2072
2093
|
"A variant of Users showing only active users and only some fields. This "
|
2073
2094
|
"is used on demo sites in admin_main.html to display the list of available"
|
2074
2095
|
" users."
|
2075
2096
|
msgstr ""
|
2076
2097
|
|
2077
|
-
#: lino/help_texts.py:
|
2098
|
+
#: lino/help_texts.py:450
|
2078
2099
|
msgid "The list of user types available in this application."
|
2079
2100
|
msgstr ""
|
2080
2101
|
|
2081
|
-
#: lino/help_texts.py:
|
2102
|
+
#: lino/help_texts.py:451
|
2082
2103
|
msgid "The user role of users having this type."
|
2083
2104
|
msgstr ""
|
2084
2105
|
|
2085
|
-
#: lino/help_texts.py:
|
2106
|
+
#: lino/help_texts.py:452
|
2086
2107
|
msgid "Default value for the hidden_languages of newly added choice items."
|
2087
2108
|
msgstr ""
|
2088
2109
|
|
2089
|
-
#: lino/help_texts.py:
|
2110
|
+
#: lino/help_texts.py:453
|
2090
2111
|
msgid "Return an instance of AnonymousUser."
|
2091
2112
|
msgstr ""
|
2092
2113
|
|
2093
|
-
#: lino/help_texts.py:
|
2114
|
+
#: lino/help_texts.py:454
|
2094
2115
|
msgid ""
|
2095
2116
|
"An item of the UserTypes list. Every instance of this represents a user "
|
2096
2117
|
"type."
|
2097
2118
|
msgstr ""
|
2098
2119
|
|
2099
|
-
#: lino/help_texts.py:
|
2120
|
+
#: lino/help_texts.py:455
|
2100
2121
|
msgid ""
|
2101
2122
|
"The role of users having this type. This is an instance of UserRole or "
|
2102
2123
|
"some subclass thereof."
|
2103
2124
|
msgstr ""
|
2104
2125
|
|
2105
|
-
#: lino/help_texts.py:
|
2126
|
+
#: lino/help_texts.py:456
|
2106
2127
|
msgid "Whether users of this type get only write-proteced access."
|
2107
2128
|
msgstr ""
|
2108
2129
|
|
2109
|
-
#: lino/help_texts.py:
|
2130
|
+
#: lino/help_texts.py:457
|
2110
2131
|
msgid ""
|
2111
2132
|
"A subset of languages which should be hidden for users of this type. "
|
2112
2133
|
"Default value is hidden_languages. This is used on multilingual sites "
|
2113
2134
|
"with more than 4 or 5 languages."
|
2114
2135
|
msgstr ""
|
2115
2136
|
|
2116
|
-
#: lino/help_texts.py:
|
2137
|
+
#: lino/help_texts.py:458
|
2117
2138
|
msgid ""
|
2118
2139
|
"Return a context manager so you can write code to be run with this as the"
|
2119
2140
|
" current user type:"
|
2120
2141
|
msgstr ""
|
2121
2142
|
|
2122
|
-
#: lino/help_texts.py:
|
2143
|
+
#: lino/help_texts.py:459
|
2123
2144
|
msgid "A set of notification message types to be masked for users of this type."
|
2124
2145
|
msgstr ""
|
2125
2146
|
|
2126
|
-
#: lino/help_texts.py:
|
2147
|
+
#: lino/help_texts.py:460
|
2127
2148
|
msgid "Add the given notification message types to the notification mask."
|
2128
2149
|
msgstr ""
|
2129
2150
|
|
2130
|
-
#: lino/help_texts.py:
|
2151
|
+
#: lino/help_texts.py:461
|
2131
2152
|
msgid "Return True if this user type’s role satisfies the specified requirements."
|
2132
2153
|
msgstr ""
|
2133
2154
|
|
2134
|
-
#: lino/help_texts.py:
|
2155
|
+
#: lino/help_texts.py:462
|
2135
2156
|
msgid "Find the item of the main menu for the specified bound action."
|
2136
2157
|
msgstr ""
|
2137
2158
|
|
2138
|
-
#: lino/help_texts.py:
|
2159
|
+
#: lino/help_texts.py:463
|
2139
2160
|
msgid "Show a list of all user sessions."
|
2140
2161
|
msgstr ""
|
2141
2162
|
|
2142
|
-
#: lino/help_texts.py:
|
2163
|
+
#: lino/help_texts.py:464
|
2143
2164
|
msgid "Django model used to represent a authority."
|
2144
2165
|
msgstr ""
|
2145
2166
|
|
2146
|
-
#: lino/help_texts.py:
|
2167
|
+
#: lino/help_texts.py:465
|
2147
2168
|
msgid "The user who gives the right of representation. author of this authority"
|
2148
2169
|
msgstr ""
|
2149
2170
|
|
2150
|
-
#: lino/help_texts.py:
|
2171
|
+
#: lino/help_texts.py:466
|
2151
2172
|
msgid "The user who gets the right to represent the author"
|
2152
2173
|
msgstr ""
|
2153
2174
|
|
2154
|
-
#: lino/help_texts.py:
|
2175
|
+
#: lino/help_texts.py:467
|
2155
2176
|
msgid "Somebody who can help others by running AssignToMe action."
|
2156
2177
|
msgstr ""
|
2157
2178
|
|
2158
|
-
#: lino/help_texts.py:
|
2179
|
+
#: lino/help_texts.py:468
|
2159
2180
|
msgid "Somebody who can help others by running TakeAuthorship action."
|
2160
2181
|
msgstr ""
|
2161
2182
|
|
2162
|
-
#: lino/help_texts.py:
|
2183
|
+
#: lino/help_texts.py:469
|
2163
2184
|
msgid "Send a welcome mail to this user."
|
2164
2185
|
msgstr ""
|
2165
2186
|
|
2166
|
-
#: lino/help_texts.py:
|
2187
|
+
#: lino/help_texts.py:470
|
2167
2188
|
msgid "Change the password of this user."
|
2168
2189
|
msgstr ""
|
2169
2190
|
|
2170
|
-
#: lino/help_texts.py:
|
2191
|
+
#: lino/help_texts.py:471
|
2171
2192
|
msgid ""
|
2172
2193
|
"The current password. Leave empty if the user has no password yet. A site"
|
2173
2194
|
" manager doesn’t need to specify this at all."
|
2174
2195
|
msgstr ""
|
2175
2196
|
|
2176
|
-
#: lino/help_texts.py:
|
2197
|
+
#: lino/help_texts.py:472
|
2177
2198
|
#, fuzzy
|
2178
2199
|
msgid "The new password."
|
2179
2200
|
msgstr "Passwort ändern"
|
2180
2201
|
|
2181
|
-
#: lino/help_texts.py:
|
2202
|
+
#: lino/help_texts.py:473
|
2182
2203
|
msgid "The new password a second time. Both passwords must match."
|
2183
2204
|
msgstr ""
|
2184
2205
|
|
2185
|
-
#: lino/help_texts.py:
|
2206
|
+
#: lino/help_texts.py:474
|
2186
2207
|
msgid ""
|
2187
2208
|
"Open a window that asks for username and password and authenticates as "
|
2188
2209
|
"this user when submitted."
|
2189
2210
|
msgstr ""
|
2190
2211
|
|
2191
|
-
#: lino/help_texts.py:
|
2212
|
+
#: lino/help_texts.py:475
|
2192
2213
|
msgid ""
|
2193
2214
|
"Sign out the current user and return to the welcome screen for anonymous "
|
2194
2215
|
"visitors."
|
2195
2216
|
msgstr ""
|
2196
2217
|
|
2197
|
-
#: lino/help_texts.py:
|
2218
|
+
#: lino/help_texts.py:476
|
2198
2219
|
#, fuzzy
|
2199
2220
|
msgid "Your first name."
|
2200
2221
|
msgstr "Erste Seite"
|
2201
2222
|
|
2202
|
-
#: lino/help_texts.py:
|
2223
|
+
#: lino/help_texts.py:477
|
2203
2224
|
#, fuzzy
|
2204
2225
|
msgid "Your last name."
|
2205
2226
|
msgstr "Nachname"
|
2206
2227
|
|
2207
|
-
#: lino/help_texts.py:
|
2228
|
+
#: lino/help_texts.py:478
|
2208
2229
|
msgid "Your email address. This is required to verify your account."
|
2209
2230
|
msgstr ""
|
2210
2231
|
|
2211
|
-
#: lino/help_texts.py:
|
2232
|
+
#: lino/help_texts.py:479
|
2212
2233
|
msgid ""
|
2213
2234
|
"The username you want to get. Leave empty to get your email address as "
|
2214
2235
|
"your username."
|
2215
2236
|
msgstr ""
|
2216
2237
|
|
2217
|
-
#: lino/help_texts.py:
|
2238
|
+
#: lino/help_texts.py:480
|
2218
2239
|
#, fuzzy
|
2219
2240
|
msgid "Your password."
|
2220
2241
|
msgstr "Habe mein Passwort vergessen"
|
2221
2242
|
|
2222
|
-
#: lino/help_texts.py:
|
2243
|
+
#: lino/help_texts.py:481
|
2223
2244
|
msgid ""
|
2224
2245
|
"The list of required roles for getting permission to edit other users’ "
|
2225
2246
|
"work."
|
2226
2247
|
msgstr ""
|
2227
2248
|
|
2228
|
-
#: lino/help_texts.py:
|
2249
|
+
#: lino/help_texts.py:482
|
2229
2250
|
msgid ""
|
2230
2251
|
"No longer used. The name of the field that defines the author of this "
|
2231
2252
|
"object."
|
2232
2253
|
msgstr ""
|
2233
2254
|
|
2234
|
-
#: lino/help_texts.py:
|
2255
|
+
#: lino/help_texts.py:483
|
2235
2256
|
msgid "Inherits from Authored."
|
2236
2257
|
msgstr ""
|
2237
2258
|
|
2238
|
-
#: lino/help_texts.py:
|
2259
|
+
#: lino/help_texts.py:484
|
2239
2260
|
#, fuzzy
|
2240
2261
|
msgid "The author of this database object."
|
2241
2262
|
msgstr "Datenbankfeld"
|
2242
2263
|
|
2243
|
-
#: lino/help_texts.py:
|
2264
|
+
#: lino/help_texts.py:485
|
2244
2265
|
msgid "The action to start a user plan."
|
2245
2266
|
msgstr ""
|
2246
2267
|
|
2247
|
-
#: lino/help_texts.py:
|
2268
|
+
#: lino/help_texts.py:486
|
2248
2269
|
msgid "Whether to run Plan.update_plan() after starting the plan."
|
2249
2270
|
msgstr ""
|
2250
2271
|
|
2251
|
-
#: lino/help_texts.py:
|
2272
|
+
#: lino/help_texts.py:487
|
2252
2273
|
msgid ""
|
2253
2274
|
"Mixin for anything that represents a “plan” of a given user on a given "
|
2254
2275
|
"day."
|
2255
2276
|
msgstr ""
|
2256
2277
|
|
2257
|
-
#: lino/help_texts.py:
|
2278
|
+
#: lino/help_texts.py:488
|
2258
2279
|
msgid "The user who owns and uses this plan."
|
2259
2280
|
msgstr ""
|
2260
2281
|
|
2261
|
-
#: lino/help_texts.py:
|
2282
|
+
#: lino/help_texts.py:489
|
2262
2283
|
msgid ""
|
2263
2284
|
"This date of this plan. This is automatically set to today each time the "
|
2264
2285
|
"plan is called or updated."
|
2265
2286
|
msgstr ""
|
2266
2287
|
|
2267
|
-
#: lino/help_texts.py:
|
2288
|
+
#: lino/help_texts.py:490
|
2268
2289
|
msgid "Return the database object for this plan and user. or create"
|
2269
2290
|
msgstr ""
|
2270
2291
|
|
2271
|
-
#: lino/help_texts.py:
|
2292
|
+
#: lino/help_texts.py:491
|
2272
2293
|
msgid "Implementing models should provide this method."
|
2273
2294
|
msgstr ""
|
2274
2295
|
|
2275
|
-
#: lino/help_texts.py:
|
2296
|
+
#: lino/help_texts.py:492
|
2276
2297
|
msgid "Build a new list of suggestions. This will remove all current suggestions."
|
2277
2298
|
msgstr ""
|
2278
2299
|
|
2279
|
-
#: lino/help_texts.py:
|
2300
|
+
#: lino/help_texts.py:493
|
2280
2301
|
msgid "Ask for your username and password in order to authenticate."
|
2281
2302
|
msgstr ""
|
2282
2303
|
|
2283
|
-
#: lino/help_texts.py:
|
2304
|
+
#: lino/help_texts.py:494
|
2284
2305
|
msgid "Ask for your email address and send a verification code."
|
2285
2306
|
msgstr ""
|
2286
2307
|
|
2287
|
-
#: lino/help_texts.py:
|
2308
|
+
#: lino/help_texts.py:496
|
2288
2309
|
msgid "Old name of lino.core.model.TableRow.as_paragraph()"
|
2289
2310
|
msgstr ""
|
2290
2311
|
|
2291
|
-
#: lino/help_texts.py:
|
2312
|
+
#: lino/help_texts.py:497
|
2292
2313
|
msgid ""
|
2293
2314
|
"Setting this field on a partner makes this partner available as a client "
|
2294
2315
|
"contact."
|
2295
2316
|
msgstr ""
|
2296
2317
|
|
2297
|
-
#: lino/help_texts.py:
|
2318
|
+
#: lino/help_texts.py:498
|
2298
2319
|
msgid "The coaching type used for new coachings of this user."
|
2299
2320
|
msgstr ""
|
2300
2321
|
|
2301
|
-
#: lino/help_texts.py:
|
2322
|
+
#: lino/help_texts.py:499
|
2302
2323
|
msgid "Notify me when a coach has been assigned."
|
2303
2324
|
msgstr ""
|
2304
2325
|
|
2305
|
-
#: lino/help_texts.py:
|
2326
|
+
#: lino/help_texts.py:500
|
2306
2327
|
msgid "The database model to represent a comment."
|
2307
2328
|
msgstr ""
|
2308
2329
|
|
2309
|
-
#: lino/help_texts.py:
|
2330
|
+
#: lino/help_texts.py:501
|
2310
2331
|
msgid "The author of the comment."
|
2311
2332
|
msgstr ""
|
2312
2333
|
|
2313
|
-
#: lino/help_texts.py:
|
2334
|
+
#: lino/help_texts.py:502
|
2314
2335
|
msgid "The discussion topic this comment is about."
|
2315
2336
|
msgstr ""
|
2316
2337
|
|
2317
|
-
#: lino/help_texts.py:
|
2338
|
+
#: lino/help_texts.py:503
|
2318
2339
|
msgid "The full body text of your comment."
|
2319
2340
|
msgstr ""
|
2320
2341
|
|
2321
|
-
#: lino/help_texts.py:
|
2342
|
+
#: lino/help_texts.py:504
|
2322
2343
|
msgid "The first paragraph of your body."
|
2323
2344
|
msgstr ""
|
2324
2345
|
|
2325
|
-
#: lino/help_texts.py:
|
2346
|
+
#: lino/help_texts.py:505
|
2326
2347
|
msgid "The emotion of this comment."
|
2327
2348
|
msgstr ""
|
2328
2349
|
|
2329
|
-
#: lino/help_texts.py:
|
2350
|
+
#: lino/help_texts.py:506
|
2330
2351
|
msgid "When this comment has been published. A timestamp."
|
2331
2352
|
msgstr ""
|
2332
2353
|
|
2333
|
-
#: lino/help_texts.py:
|
2354
|
+
#: lino/help_texts.py:507
|
2334
2355
|
msgid ""
|
2335
2356
|
"Whether to show only (un)published comments, independently of the "
|
2336
2357
|
"publication date."
|
2337
2358
|
msgstr ""
|
2338
2359
|
|
2339
|
-
#: lino/help_texts.py:
|
2360
|
+
#: lino/help_texts.py:508
|
2340
2361
|
msgid "Hide comments before this date."
|
2341
2362
|
msgstr ""
|
2342
2363
|
|
2343
|
-
#: lino/help_texts.py:
|
2364
|
+
#: lino/help_texts.py:509
|
2344
2365
|
msgid "Hide comments after this date."
|
2345
2366
|
msgstr ""
|
2346
2367
|
|
2347
|
-
#: lino/help_texts.py:
|
2368
|
+
#: lino/help_texts.py:510
|
2348
2369
|
msgid ""
|
2349
2370
|
"Which event (created, modified or published) to consider when applying "
|
2350
2371
|
"the date range given by start_date and end_date."
|
2351
2372
|
msgstr ""
|
2352
2373
|
|
2353
|
-
#: lino/help_texts.py:
|
2374
|
+
#: lino/help_texts.py:511
|
2354
2375
|
#, fuzzy
|
2355
2376
|
msgid "Show all comments."
|
2356
2377
|
msgstr "Alle zeigen"
|
2357
2378
|
|
2358
|
-
#: lino/help_texts.py:
|
2379
|
+
#: lino/help_texts.py:512
|
2359
2380
|
msgid "Show the comments posted by the current user."
|
2360
2381
|
msgstr ""
|
2361
2382
|
|
2362
|
-
#: lino/help_texts.py:
|
2383
|
+
#: lino/help_texts.py:513
|
2363
2384
|
msgid "Show the most recent comments that have been posted on this site."
|
2364
2385
|
msgstr ""
|
2365
2386
|
|
2366
|
-
#: lino/help_texts.py:
|
2387
|
+
#: lino/help_texts.py:514
|
2367
2388
|
msgid "Shows the comments for a given database object."
|
2368
2389
|
msgstr ""
|
2369
2390
|
|
2370
|
-
#: lino/help_texts.py:
|
2391
|
+
#: lino/help_texts.py:515
|
2371
2392
|
msgid "The choicelist with selections for Comments.observed_event."
|
2372
2393
|
msgstr ""
|
2373
2394
|
|
2374
|
-
#: lino/help_texts.py:
|
2395
|
+
#: lino/help_texts.py:516
|
2375
2396
|
msgid "The list of available values for the Comment.emotion field."
|
2376
2397
|
msgstr ""
|
2377
2398
|
|
2378
|
-
#: lino/help_texts.py:
|
2399
|
+
#: lino/help_texts.py:517
|
2379
2400
|
msgid ""
|
2380
2401
|
"The CommentType model is not being used in production, one day we will "
|
2381
2402
|
"probably remove it."
|
2382
2403
|
msgstr ""
|
2383
2404
|
|
2384
|
-
#: lino/help_texts.py:
|
2405
|
+
#: lino/help_texts.py:518
|
2385
2406
|
msgid "The table with all existing comment types."
|
2386
2407
|
msgstr ""
|
2387
2408
|
|
2388
|
-
#: lino/help_texts.py:
|
2409
|
+
#: lino/help_texts.py:519
|
2389
2410
|
msgid ""
|
2390
2411
|
"Mixin for models that are commentable, i.e. the rows of which can become "
|
2391
2412
|
"discussion topic of comments."
|
2392
2413
|
msgstr ""
|
2393
2414
|
|
2394
|
-
#: lino/help_texts.py:
|
2415
|
+
#: lino/help_texts.py:520
|
2395
2416
|
msgid ""
|
2396
2417
|
"Add filters to the given queryset of comments, requested by the given "
|
2397
2418
|
"user."
|
2398
2419
|
msgstr ""
|
2399
2420
|
|
2400
|
-
#: lino/help_texts.py:
|
2421
|
+
#: lino/help_texts.py:521
|
2401
2422
|
msgid ""
|
2402
2423
|
"Return a HTML formatted string with the description of this Commentable "
|
2403
2424
|
"as it should be displayed by the slave summary of CommentsByOwner."
|
2404
2425
|
msgstr ""
|
2405
2426
|
|
2406
|
-
#: lino/help_texts.py:
|
2427
|
+
#: lino/help_texts.py:522
|
2407
2428
|
msgid "This is automatically called when a comment has been created or modified."
|
2408
2429
|
msgstr ""
|
2409
2430
|
|
2410
|
-
#: lino/help_texts.py:
|
2431
|
+
#: lino/help_texts.py:523
|
2411
2432
|
msgid "The Django model representing a file volume."
|
2412
2433
|
msgstr ""
|
2413
2434
|
|
2414
|
-
#: lino/help_texts.py:
|
2435
|
+
#: lino/help_texts.py:524
|
2415
2436
|
msgid "The primary key used to point to this volume from a database object."
|
2416
2437
|
msgstr ""
|
2417
2438
|
|
2418
|
-
#: lino/help_texts.py:
|
2439
|
+
#: lino/help_texts.py:525
|
2419
2440
|
msgid "The full path of the root folder."
|
2420
2441
|
msgstr ""
|
2421
2442
|
|
2422
|
-
#: lino/help_texts.py:
|
2443
|
+
#: lino/help_texts.py:526
|
2423
2444
|
msgid "A descriptive text."
|
2424
2445
|
msgstr ""
|
2425
2446
|
|
2426
|
-
#: lino/help_texts.py:
|
2447
|
+
#: lino/help_texts.py:527
|
2427
2448
|
msgid "The base URL where files of this volume are being served."
|
2428
2449
|
msgstr ""
|
2429
2450
|
|
2430
|
-
#: lino/help_texts.py:
|
2451
|
+
#: lino/help_texts.py:528
|
2431
2452
|
msgid "The file backend used to access the files on this volume."
|
2432
2453
|
msgstr ""
|
2433
2454
|
|
2434
|
-
#: lino/help_texts.py:
|
2455
|
+
#: lino/help_texts.py:529
|
2435
2456
|
msgid "Internal ID to be used as primary key."
|
2436
2457
|
msgstr ""
|
2437
2458
|
|
2438
|
-
#: lino/help_texts.py:
|
2459
|
+
#: lino/help_texts.py:530
|
2439
2460
|
msgid "The volume where this file is stored."
|
2440
2461
|
msgstr ""
|
2441
2462
|
|
2442
|
-
#: lino/help_texts.py:
|
2463
|
+
#: lino/help_texts.py:531
|
2443
2464
|
msgid "The parent directory."
|
2444
2465
|
msgstr ""
|
2445
2466
|
|
2446
|
-
#: lino/help_texts.py:
|
2467
|
+
#: lino/help_texts.py:532
|
2447
2468
|
msgid ""
|
2448
2469
|
"Whether this is a directory, i.e. a special file which contains other "
|
2449
2470
|
"files and has no content on its own."
|
2450
2471
|
msgstr ""
|
2451
2472
|
|
2452
|
-
#: lino/help_texts.py:
|
2473
|
+
#: lino/help_texts.py:533
|
2453
2474
|
msgid "The name of this file. Must be unique among siblings of a same parent."
|
2454
2475
|
msgstr ""
|
2455
2476
|
|
2456
|
-
#: lino/help_texts.py:
|
2477
|
+
#: lino/help_texts.py:534
|
2457
2478
|
msgid "The full path name relative to the root folder of the volume."
|
2458
2479
|
msgstr ""
|
2459
2480
|
|
2460
|
-
#: lino/help_texts.py:
|
2481
|
+
#: lino/help_texts.py:535
|
2461
2482
|
msgid "Whether the file no longer exists on the file system."
|
2462
2483
|
msgstr ""
|
2463
2484
|
|
2464
|
-
#: lino/help_texts.py:
|
2485
|
+
#: lino/help_texts.py:536
|
2465
2486
|
msgid "The state of this file, used to control the workflow."
|
2466
2487
|
msgstr ""
|
2467
2488
|
|
2468
|
-
#: lino/help_texts.py:
|
2489
|
+
#: lino/help_texts.py:537
|
2469
2490
|
msgid "A choicelist with the possible states of a file."
|
2470
2491
|
msgstr ""
|
2471
2492
|
|
2472
|
-
#: lino/help_texts.py:
|
2493
|
+
#: lino/help_texts.py:538
|
2473
2494
|
msgid ""
|
2474
2495
|
"A mixin for models that require their every object to have a scan or pdf "
|
2475
2496
|
"file of the “receipt”, i.e. the document serving as the legal proof of "
|
@@ -2477,47 +2498,47 @@ msgid ""
|
|
2477
2498
|
"accounting system."
|
2478
2499
|
msgstr ""
|
2479
2500
|
|
2480
|
-
#: lino/help_texts.py:
|
2501
|
+
#: lino/help_texts.py:539
|
2481
2502
|
msgid "The file which serves as receipt for this database object."
|
2482
2503
|
msgstr ""
|
2483
2504
|
|
2484
|
-
#: lino/help_texts.py:
|
2505
|
+
#: lino/help_texts.py:540
|
2485
2506
|
msgid "Return True if this database object needs a receipt."
|
2486
2507
|
msgstr ""
|
2487
2508
|
|
2488
|
-
#: lino/help_texts.py:
|
2509
|
+
#: lino/help_texts.py:541
|
2489
2510
|
msgid "Shows all receivables that need a receipt but don’t have any."
|
2490
2511
|
msgstr ""
|
2491
2512
|
|
2492
|
-
#: lino/help_texts.py:
|
2513
|
+
#: lino/help_texts.py:542
|
2493
2514
|
msgid ""
|
2494
2515
|
"Shows all unused files (i.e. which aren’t referred to by any database "
|
2495
2516
|
"object)."
|
2496
2517
|
msgstr ""
|
2497
2518
|
|
2498
|
-
#: lino/help_texts.py:
|
2519
|
+
#: lino/help_texts.py:543
|
2499
2520
|
msgid ""
|
2500
2521
|
"Shows all files that are a receipt but aren’t used as such by any "
|
2501
2522
|
"receivable."
|
2502
2523
|
msgstr ""
|
2503
2524
|
|
2504
|
-
#: lino/help_texts.py:
|
2525
|
+
#: lino/help_texts.py:544
|
2505
2526
|
msgid "Mixin for models that are “controllable” by another database object."
|
2506
2527
|
msgstr ""
|
2507
2528
|
|
2508
|
-
#: lino/help_texts.py:
|
2529
|
+
#: lino/help_texts.py:545
|
2509
2530
|
msgid ""
|
2510
2531
|
"Update attributes of the owner field and its underlying fields owner_id "
|
2511
2532
|
"and owner_type."
|
2512
2533
|
msgstr ""
|
2513
2534
|
|
2514
|
-
#: lino/help_texts.py:
|
2535
|
+
#: lino/help_texts.py:546
|
2515
2536
|
msgid ""
|
2516
2537
|
"If this (acting as a controller) is itself controlled, forward the call "
|
2517
2538
|
"to the controller."
|
2518
2539
|
msgstr ""
|
2519
2540
|
|
2520
|
-
#: lino/help_texts.py:
|
2541
|
+
#: lino/help_texts.py:547
|
2521
2542
|
msgid ""
|
2522
2543
|
"Deprecated. This is (and always was) being ignored. Use "
|
2523
2544
|
"update_controller_field() instead. The labels (verbose_name) of the "
|
@@ -2525,270 +2546,270 @@ msgid ""
|
|
2525
2546
|
"which may be overridden by subclasses."
|
2526
2547
|
msgstr ""
|
2527
2548
|
|
2528
|
-
#: lino/help_texts.py:
|
2549
|
+
#: lino/help_texts.py:548
|
2529
2550
|
msgid ""
|
2530
2551
|
"Lino installs this as the default data table for "
|
2531
2552
|
"django.contrib.ContentType."
|
2532
2553
|
msgstr ""
|
2533
2554
|
|
2534
|
-
#: lino/help_texts.py:
|
2555
|
+
#: lino/help_texts.py:549
|
2535
2556
|
msgid ""
|
2536
2557
|
"Display a clickable list of all MTI parents, i.e. non-abstract base "
|
2537
2558
|
"models."
|
2538
2559
|
msgstr ""
|
2539
2560
|
|
2540
|
-
#: lino/help_texts.py:
|
2561
|
+
#: lino/help_texts.py:550
|
2541
2562
|
msgid "Django model to represent a customized help text."
|
2542
2563
|
msgstr ""
|
2543
2564
|
|
2544
|
-
#: lino/help_texts.py:
|
2565
|
+
#: lino/help_texts.py:551
|
2545
2566
|
msgid "Shows all database objects that have a broken GeneriForeignKey field."
|
2546
2567
|
msgstr ""
|
2547
2568
|
|
2548
|
-
#: lino/help_texts.py:
|
2569
|
+
#: lino/help_texts.py:552
|
2549
2570
|
msgid "Add verbose_name and help_text to Django’s GFK."
|
2550
2571
|
msgstr ""
|
2551
2572
|
|
2552
|
-
#: lino/help_texts.py:
|
2573
|
+
#: lino/help_texts.py:553
|
2553
2574
|
msgid ""
|
2554
2575
|
"Use this instead of models.PositiveIntegerField for fields that are part "
|
2555
2576
|
"of a GFK and you want Lino to render them using a Combobox."
|
2556
2577
|
msgstr ""
|
2557
2578
|
|
2558
|
-
#: lino/help_texts.py:
|
2579
|
+
#: lino/help_texts.py:554
|
2559
2580
|
msgid "Inherits from lino.modlib.printing.DjangoBuildMethod."
|
2560
2581
|
msgstr ""
|
2561
2582
|
|
2562
|
-
#: lino/help_texts.py:
|
2583
|
+
#: lino/help_texts.py:555
|
2563
2584
|
msgid "Adds three rich text fields (lino.core.fields.RichTextField):"
|
2564
2585
|
msgstr ""
|
2565
2586
|
|
2566
|
-
#: lino/help_texts.py:
|
2587
|
+
#: lino/help_texts.py:556
|
2567
2588
|
msgid "An editable text body."
|
2568
2589
|
msgstr ""
|
2569
2590
|
|
2570
|
-
#: lino/help_texts.py:
|
2591
|
+
#: lino/help_texts.py:557
|
2571
2592
|
msgid "A read-only preview of the first paragraph of body."
|
2572
2593
|
msgstr ""
|
2573
2594
|
|
2574
|
-
#: lino/help_texts.py:
|
2595
|
+
#: lino/help_texts.py:558
|
2575
2596
|
msgid "A read-only full preview of body."
|
2576
2597
|
msgstr ""
|
2577
2598
|
|
2578
|
-
#: lino/help_texts.py:
|
2599
|
+
#: lino/help_texts.py:559
|
2579
2600
|
msgid "A Previewable where the body field is a babel field."
|
2580
2601
|
msgstr ""
|
2581
2602
|
|
2582
|
-
#: lino/help_texts.py:
|
2603
|
+
#: lino/help_texts.py:560
|
2583
2604
|
msgid "Check for previewables needing update."
|
2584
2605
|
msgstr ""
|
2585
2606
|
|
2586
|
-
#: lino/help_texts.py:
|
2607
|
+
#: lino/help_texts.py:561
|
2587
2608
|
msgid ""
|
2588
2609
|
"Django model to represent a mention, i.e. the fact that some memo text of"
|
2589
2610
|
" the owner points to some other database row."
|
2590
2611
|
msgstr ""
|
2591
2612
|
|
2592
|
-
#: lino/help_texts.py:
|
2613
|
+
#: lino/help_texts.py:562
|
2593
2614
|
msgid "The database row that mentions another one in a memo text."
|
2594
2615
|
msgstr ""
|
2595
2616
|
|
2596
|
-
#: lino/help_texts.py:
|
2617
|
+
#: lino/help_texts.py:563
|
2597
2618
|
msgid "The mentioned database row."
|
2598
2619
|
msgstr ""
|
2599
2620
|
|
2600
|
-
#: lino/help_texts.py:
|
2621
|
+
#: lino/help_texts.py:564
|
2601
2622
|
msgid "Makes your model referable by a memo command."
|
2602
2623
|
msgstr ""
|
2603
2624
|
|
2604
|
-
#: lino/help_texts.py:
|
2625
|
+
#: lino/help_texts.py:565
|
2605
2626
|
msgid "The name of the memo command to define."
|
2606
2627
|
msgstr ""
|
2607
2628
|
|
2608
|
-
#: lino/help_texts.py:
|
2629
|
+
#: lino/help_texts.py:566
|
2609
2630
|
msgid "The Django model that represents a notification message."
|
2610
2631
|
msgstr ""
|
2611
2632
|
|
2612
|
-
#: lino/help_texts.py:
|
2633
|
+
#: lino/help_texts.py:567
|
2613
2634
|
msgid ""
|
2614
2635
|
"The subject of this message. See Subject and body of a notification "
|
2615
2636
|
"message."
|
2616
2637
|
msgstr ""
|
2617
2638
|
|
2618
|
-
#: lino/help_texts.py:
|
2639
|
+
#: lino/help_texts.py:568
|
2619
2640
|
msgid "The body of this message. See Subject and body of a notification message."
|
2620
2641
|
msgstr ""
|
2621
2642
|
|
2622
|
-
#: lino/help_texts.py:
|
2643
|
+
#: lino/help_texts.py:569
|
2623
2644
|
msgid ""
|
2624
2645
|
"The recipient of this message. The site user to whom this message is to "
|
2625
2646
|
"be delivered."
|
2626
2647
|
msgstr ""
|
2627
2648
|
|
2628
|
-
#: lino/help_texts.py:
|
2649
|
+
#: lino/help_texts.py:570
|
2629
2650
|
msgid "The owner of this message. Expresses what this message is about."
|
2630
2651
|
msgstr ""
|
2631
2652
|
|
2632
|
-
#: lino/help_texts.py:
|
2653
|
+
#: lino/help_texts.py:571
|
2633
2654
|
#, fuzzy
|
2634
2655
|
msgid "The notification message type."
|
2635
2656
|
msgstr "Bestätigung"
|
2636
2657
|
|
2637
|
-
#: lino/help_texts.py:
|
2658
|
+
#: lino/help_texts.py:572
|
2638
2659
|
msgid "The comment to which a reply to this message would reply."
|
2639
2660
|
msgstr ""
|
2640
2661
|
|
2641
|
-
#: lino/help_texts.py:
|
2662
|
+
#: lino/help_texts.py:573
|
2642
2663
|
msgid "Timestamp of when this message has been emitted."
|
2643
2664
|
msgstr ""
|
2644
2665
|
|
2645
|
-
#: lino/help_texts.py:
|
2666
|
+
#: lino/help_texts.py:574
|
2646
2667
|
msgid "Timestamp of when this message has been sent via email to its recipient."
|
2647
2668
|
msgstr ""
|
2648
2669
|
|
2649
|
-
#: lino/help_texts.py:
|
2670
|
+
#: lino/help_texts.py:575
|
2650
2671
|
msgid "Timestamp of when the recipient of this message has marked it as seen."
|
2651
2672
|
msgstr ""
|
2652
2673
|
|
2653
|
-
#: lino/help_texts.py:
|
2674
|
+
#: lino/help_texts.py:576
|
2654
2675
|
msgid ""
|
2655
2676
|
"Emit a notification message to each of the given recipients, respecting "
|
2656
2677
|
"their individual user settings."
|
2657
2678
|
msgstr ""
|
2658
2679
|
|
2659
|
-
#: lino/help_texts.py:
|
2680
|
+
#: lino/help_texts.py:577
|
2660
2681
|
msgid ""
|
2661
2682
|
"Create a message unless that user has already been notified about that "
|
2662
2683
|
"object."
|
2663
2684
|
msgstr ""
|
2664
2685
|
|
2665
|
-
#: lino/help_texts.py:
|
2686
|
+
#: lino/help_texts.py:578
|
2666
2687
|
msgid ""
|
2667
2688
|
"Send summary emails for all pending notifications with the given "
|
2668
2689
|
"mail_mode mm."
|
2669
2690
|
msgstr ""
|
2670
2691
|
|
2671
|
-
#: lino/help_texts.py:
|
2692
|
+
#: lino/help_texts.py:579
|
2672
2693
|
msgid "Send_message to all connected users"
|
2673
2694
|
msgstr ""
|
2674
2695
|
|
2675
|
-
#: lino/help_texts.py:
|
2696
|
+
#: lino/help_texts.py:580
|
2676
2697
|
msgid "Send_message to the user’s browser"
|
2677
2698
|
msgstr ""
|
2678
2699
|
|
2679
|
-
#: lino/help_texts.py:
|
2700
|
+
#: lino/help_texts.py:581
|
2680
2701
|
msgid "Base for all tables of messages."
|
2681
2702
|
msgstr ""
|
2682
2703
|
|
2683
|
-
#: lino/help_texts.py:
|
2704
|
+
#: lino/help_texts.py:582
|
2684
2705
|
msgid "The gobal list of all messages."
|
2685
2706
|
msgstr ""
|
2686
2707
|
|
2687
|
-
#: lino/help_texts.py:
|
2708
|
+
#: lino/help_texts.py:583
|
2688
2709
|
msgid "Shows messages emitted to me."
|
2689
2710
|
msgstr ""
|
2690
2711
|
|
2691
|
-
#: lino/help_texts.py:
|
2712
|
+
#: lino/help_texts.py:584
|
2692
2713
|
msgid "The Django model that represents a push subscription."
|
2693
2714
|
msgstr ""
|
2694
2715
|
|
2695
|
-
#: lino/help_texts.py:
|
2716
|
+
#: lino/help_texts.py:585
|
2696
2717
|
msgid ""
|
2697
2718
|
"Model mixin for things that emit notifications to a list of observers (or"
|
2698
2719
|
" “watchers”) when an instance is modified."
|
2699
2720
|
msgstr ""
|
2700
2721
|
|
2701
|
-
#: lino/help_texts.py:
|
2722
|
+
#: lino/help_texts.py:586
|
2702
2723
|
#, fuzzy
|
2703
2724
|
msgid "Parameters:"
|
2704
2725
|
msgstr "Site-Parameter"
|
2705
2726
|
|
2706
|
-
#: lino/help_texts.py:
|
2727
|
+
#: lino/help_texts.py:587
|
2707
2728
|
msgid "Returns the subject text of the notification message to emit."
|
2708
2729
|
msgstr ""
|
2709
2730
|
|
2710
|
-
#: lino/help_texts.py:
|
2731
|
+
#: lino/help_texts.py:588
|
2711
2732
|
msgid "Return the body text of the notification message to emit."
|
2712
2733
|
msgstr ""
|
2713
2734
|
|
2714
|
-
#: lino/help_texts.py:
|
2735
|
+
#: lino/help_texts.py:589
|
2715
2736
|
msgid "Return a list of HTML elements to be inserted into the body."
|
2716
2737
|
msgstr ""
|
2717
2738
|
|
2718
|
-
#: lino/help_texts.py:
|
2739
|
+
#: lino/help_texts.py:590
|
2719
2740
|
msgid "Return the owner of the notification to emit."
|
2720
2741
|
msgstr ""
|
2721
2742
|
|
2722
|
-
#: lino/help_texts.py:
|
2743
|
+
#: lino/help_texts.py:591
|
2723
2744
|
msgid "Mixin for notifying actions."
|
2724
2745
|
msgstr ""
|
2725
2746
|
|
2726
|
-
#: lino/help_texts.py:
|
2747
|
+
#: lino/help_texts.py:592
|
2727
2748
|
msgid "Return the default value of the notify_subject field."
|
2728
2749
|
msgstr ""
|
2729
2750
|
|
2730
|
-
#: lino/help_texts.py:
|
2751
|
+
#: lino/help_texts.py:593
|
2731
2752
|
msgid "Return the default value of the notify_body field."
|
2732
2753
|
msgstr ""
|
2733
2754
|
|
2734
|
-
#: lino/help_texts.py:
|
2755
|
+
#: lino/help_texts.py:594
|
2735
2756
|
msgid ""
|
2736
2757
|
"Expected to return the owner lino.modlib.notify.Message.owner> of the "
|
2737
2758
|
"message."
|
2738
2759
|
msgstr ""
|
2739
2760
|
|
2740
|
-
#: lino/help_texts.py:
|
2761
|
+
#: lino/help_texts.py:595
|
2741
2762
|
msgid "Yield a list of users to be notified."
|
2742
2763
|
msgstr ""
|
2743
2764
|
|
2744
|
-
#: lino/help_texts.py:
|
2765
|
+
#: lino/help_texts.py:596
|
2745
2766
|
msgid "The list of possible choices for the message_type field of a Message."
|
2746
2767
|
msgstr ""
|
2747
2768
|
|
2748
|
-
#: lino/help_texts.py:
|
2769
|
+
#: lino/help_texts.py:597
|
2749
2770
|
msgid "How the system should send email notifications to a user."
|
2750
2771
|
msgstr ""
|
2751
2772
|
|
2752
|
-
#: lino/help_texts.py:
|
2773
|
+
#: lino/help_texts.py:598
|
2753
2774
|
msgid "Disable notifications for this user."
|
2754
2775
|
msgstr ""
|
2755
2776
|
|
2756
|
-
#: lino/help_texts.py:
|
2777
|
+
#: lino/help_texts.py:599
|
2757
2778
|
msgid "Notify in Lino but never send email."
|
2758
2779
|
msgstr ""
|
2759
2780
|
|
2760
|
-
#: lino/help_texts.py:
|
2781
|
+
#: lino/help_texts.py:600
|
2761
2782
|
msgid "Mark this message as seen."
|
2762
2783
|
msgstr ""
|
2763
2784
|
|
2764
|
-
#: lino/help_texts.py:
|
2785
|
+
#: lino/help_texts.py:601
|
2765
2786
|
msgid "Mark all messages as seen."
|
2766
2787
|
msgstr ""
|
2767
2788
|
|
2768
|
-
#: lino/help_texts.py:
|
2789
|
+
#: lino/help_texts.py:602
|
2769
2790
|
msgid "Mark this message as not yet seen."
|
2770
2791
|
msgstr ""
|
2771
2792
|
|
2772
|
-
#: lino/help_texts.py:
|
2793
|
+
#: lino/help_texts.py:603
|
2773
2794
|
msgid "The printable object instance"
|
2774
2795
|
msgstr ""
|
2775
2796
|
|
2776
|
-
#: lino/help_texts.py:
|
2797
|
+
#: lino/help_texts.py:604
|
2777
2798
|
msgid "shortcut for settings.SITE"
|
2778
2799
|
msgstr ""
|
2779
2800
|
|
2780
|
-
#: lino/help_texts.py:
|
2801
|
+
#: lino/help_texts.py:605
|
2781
2802
|
msgid "Mixin for models for which Lino can generate a printable document."
|
2782
2803
|
msgstr ""
|
2783
2804
|
|
2784
|
-
#: lino/help_texts.py:
|
2805
|
+
#: lino/help_texts.py:606
|
2785
2806
|
msgid ""
|
2786
2807
|
"Return a Django language code to be activated when an instance of this is"
|
2787
2808
|
" being printed. The default implementation returns the Site’s default "
|
2788
2809
|
"language."
|
2789
2810
|
msgstr ""
|
2790
2811
|
|
2791
|
-
#: lino/help_texts.py:
|
2812
|
+
#: lino/help_texts.py:607
|
2792
2813
|
msgid ""
|
2793
2814
|
"Return a list of file names of templates for the specified build method. "
|
2794
2815
|
"Returning an empty list means that this item is not printable. For "
|
@@ -2796,55 +2817,55 @@ msgid ""
|
|
2796
2817
|
"than 1 element."
|
2797
2818
|
msgstr ""
|
2798
2819
|
|
2799
|
-
#: lino/help_texts.py:
|
2820
|
+
#: lino/help_texts.py:608
|
2800
2821
|
msgid ""
|
2801
2822
|
"Adds a series of names to the context used when rendering printable "
|
2802
2823
|
"documents."
|
2803
2824
|
msgstr ""
|
2804
2825
|
|
2805
|
-
#: lino/help_texts.py:
|
2826
|
+
#: lino/help_texts.py:609
|
2806
2827
|
msgid ""
|
2807
2828
|
"Return the name of the body template to use when rendering this object in"
|
2808
2829
|
" a printable excerpt (lino_xl.lib.excerpts). An empty string means that "
|
2809
2830
|
"Lino should use the default value defined on the ExcerptType."
|
2810
2831
|
msgstr ""
|
2811
2832
|
|
2812
|
-
#: lino/help_texts.py:
|
2833
|
+
#: lino/help_texts.py:610
|
2813
2834
|
msgid ""
|
2814
2835
|
"Return an iterable of database rows for which Lino should generate a "
|
2815
2836
|
"printable excerpt."
|
2816
2837
|
msgstr ""
|
2817
2838
|
|
2818
|
-
#: lino/help_texts.py:
|
2839
|
+
#: lino/help_texts.py:611
|
2819
2840
|
msgid "Return the build method to use when printing this object."
|
2820
2841
|
msgstr ""
|
2821
2842
|
|
2822
|
-
#: lino/help_texts.py:
|
2843
|
+
#: lino/help_texts.py:612
|
2823
2844
|
msgid ""
|
2824
2845
|
"Set additional fields of newly created excerpts from this. Called from "
|
2825
2846
|
"lino_xl.lib.excerpts.models.ExcerptType.get_or_create_excerpt."
|
2826
2847
|
msgstr ""
|
2827
2848
|
|
2828
|
-
#: lino/help_texts.py:
|
2849
|
+
#: lino/help_texts.py:613
|
2829
2850
|
msgid ""
|
2830
2851
|
"This is called by print actions before the printable is being generated. "
|
2831
2852
|
"Application code may e.g. raise a Warning exception in order to refuse "
|
2832
2853
|
"the print action. The warning message can be a translatable string."
|
2833
2854
|
msgstr ""
|
2834
2855
|
|
2835
|
-
#: lino/help_texts.py:
|
2856
|
+
#: lino/help_texts.py:614
|
2836
2857
|
msgid ""
|
2837
2858
|
"Mixin for Models that generate a unique external file at a determined "
|
2838
2859
|
"place when being printed."
|
2839
2860
|
msgstr ""
|
2840
2861
|
|
2841
|
-
#: lino/help_texts.py:
|
2862
|
+
#: lino/help_texts.py:615
|
2842
2863
|
msgid ""
|
2843
2864
|
"Timestamp of the built target file. Contains None if no build hasn’t been"
|
2844
2865
|
" called yet."
|
2845
2866
|
msgstr ""
|
2846
2867
|
|
2847
|
-
#: lino/help_texts.py:
|
2868
|
+
#: lino/help_texts.py:616
|
2848
2869
|
msgid ""
|
2849
2870
|
"The action used to print this object. This is an instance of "
|
2850
2871
|
"DirectPrintAction or CachedPrintAction by default. And if "
|
@@ -2852,63 +2873,63 @@ msgid ""
|
|
2852
2873
|
"replaces do_print by a lino_xl.lib.excerpts.CreateExcerpt instance."
|
2853
2874
|
msgstr ""
|
2854
2875
|
|
2855
|
-
#: lino/help_texts.py:
|
2876
|
+
#: lino/help_texts.py:617
|
2856
2877
|
msgid ""
|
2857
2878
|
"A CachedPrintable that uses a “Type” for deciding which template to use "
|
2858
2879
|
"on a given instance."
|
2859
2880
|
msgstr ""
|
2860
2881
|
|
2861
|
-
#: lino/help_texts.py:
|
2882
|
+
#: lino/help_texts.py:618
|
2862
2883
|
msgid "Base class for models that specify the TypedPrintable.type."
|
2863
2884
|
msgstr ""
|
2864
2885
|
|
2865
|
-
#: lino/help_texts.py:
|
2886
|
+
#: lino/help_texts.py:619
|
2866
2887
|
msgid "Default value for templates_group is the model’s full name."
|
2867
2888
|
msgstr ""
|
2868
2889
|
|
2869
|
-
#: lino/help_texts.py:
|
2890
|
+
#: lino/help_texts.py:620
|
2870
2891
|
msgid "A pointer to an item of BuildMethods."
|
2871
2892
|
msgstr ""
|
2872
2893
|
|
2873
|
-
#: lino/help_texts.py:
|
2894
|
+
#: lino/help_texts.py:621
|
2874
2895
|
msgid "The name of the file to be used as template."
|
2875
2896
|
msgstr ""
|
2876
2897
|
|
2877
|
-
#: lino/help_texts.py:
|
2898
|
+
#: lino/help_texts.py:622
|
2878
2899
|
msgid ""
|
2879
2900
|
"Checks for missing cache files on all objects which inherit "
|
2880
2901
|
"CachedPrintable."
|
2881
2902
|
msgstr ""
|
2882
2903
|
|
2883
|
-
#: lino/help_texts.py:
|
2904
|
+
#: lino/help_texts.py:623
|
2884
2905
|
msgid "Base class for all “Print” actions."
|
2885
2906
|
msgstr ""
|
2886
2907
|
|
2887
|
-
#: lino/help_texts.py:
|
2908
|
+
#: lino/help_texts.py:624
|
2888
2909
|
msgid "Print using a hard-coded template and without cache."
|
2889
2910
|
msgstr ""
|
2890
2911
|
|
2891
|
-
#: lino/help_texts.py:
|
2912
|
+
#: lino/help_texts.py:625
|
2892
2913
|
msgid ""
|
2893
2914
|
"A print action which uses a cache for the generated printable document "
|
2894
2915
|
"and builds is only when it doesn’t yet exist."
|
2895
2916
|
msgstr ""
|
2896
2917
|
|
2897
|
-
#: lino/help_texts.py:
|
2918
|
+
#: lino/help_texts.py:626
|
2898
2919
|
msgid "Defines the Clear cache button on a Printable record."
|
2899
2920
|
msgstr ""
|
2900
2921
|
|
2901
|
-
#: lino/help_texts.py:
|
2922
|
+
#: lino/help_texts.py:627
|
2902
2923
|
msgid ""
|
2903
2924
|
"Edit the print template, i.e. the file specified by "
|
2904
2925
|
"Printable.get_print_templates()."
|
2905
2926
|
msgstr ""
|
2906
2927
|
|
2907
|
-
#: lino/help_texts.py:
|
2928
|
+
#: lino/help_texts.py:628
|
2908
2929
|
msgid "The choicelist of build methods offered on this site."
|
2909
2930
|
msgstr ""
|
2910
2931
|
|
2911
|
-
#: lino/help_texts.py:
|
2932
|
+
#: lino/help_texts.py:629
|
2912
2933
|
msgid ""
|
2913
2934
|
"Base class for all build methods. A build method encapsulates the process"
|
2914
2935
|
" of generating a “printable document” that inserts data from the database"
|
@@ -2916,187 +2937,187 @@ msgid ""
|
|
2916
2937
|
"post-processor."
|
2917
2938
|
msgstr ""
|
2918
2939
|
|
2919
|
-
#: lino/help_texts.py:
|
2940
|
+
#: lino/help_texts.py:630
|
2920
2941
|
msgid ""
|
2921
2942
|
"Whether this build method results is an editable file. For example, .odt "
|
2922
2943
|
"files are considered editable while .pdf files aren’t."
|
2923
2944
|
msgstr ""
|
2924
2945
|
|
2925
|
-
#: lino/help_texts.py:
|
2946
|
+
#: lino/help_texts.py:631
|
2926
2947
|
msgid "A BuildMethod which uses a template."
|
2927
2948
|
msgstr ""
|
2928
2949
|
|
2929
|
-
#: lino/help_texts.py:
|
2950
|
+
#: lino/help_texts.py:632
|
2930
2951
|
msgid "A TemplatedBuildMethod which uses Django’s templating engine."
|
2931
2952
|
msgstr ""
|
2932
2953
|
|
2933
|
-
#: lino/help_texts.py:
|
2954
|
+
#: lino/help_texts.py:633
|
2934
2955
|
msgid "Generates .xml files from .xml templates."
|
2935
2956
|
msgstr ""
|
2936
2957
|
|
2937
|
-
#: lino/help_texts.py:
|
2958
|
+
#: lino/help_texts.py:634
|
2938
2959
|
msgid ""
|
2939
2960
|
"Base for build methods which use Lino’s templating system "
|
2940
2961
|
"(find_config_file)."
|
2941
2962
|
msgstr ""
|
2942
2963
|
|
2943
|
-
#: lino/help_texts.py:
|
2964
|
+
#: lino/help_texts.py:635
|
2944
2965
|
msgid "For example CourseToXls."
|
2945
2966
|
msgstr ""
|
2946
2967
|
|
2947
|
-
#: lino/help_texts.py:
|
2968
|
+
#: lino/help_texts.py:636
|
2948
2969
|
msgid "Concrete subclasses must implement this."
|
2949
2970
|
msgstr ""
|
2950
2971
|
|
2951
|
-
#: lino/help_texts.py:
|
2972
|
+
#: lino/help_texts.py:637
|
2952
2973
|
msgid "Not actively used. Generates .pdf files from .tex templates."
|
2953
2974
|
msgstr ""
|
2954
2975
|
|
2955
|
-
#: lino/help_texts.py:
|
2976
|
+
#: lino/help_texts.py:638
|
2956
2977
|
msgid "Not actively used. Generates .rtf files from .rtf templates."
|
2957
2978
|
msgstr ""
|
2958
2979
|
|
2959
|
-
#: lino/help_texts.py:
|
2980
|
+
#: lino/help_texts.py:639
|
2960
2981
|
msgid ""
|
2961
2982
|
"Deprecated. Generates .pdf files from .html templates. Requires pisa. "
|
2962
2983
|
"Usage example see lino_book.projects.pisa."
|
2963
2984
|
msgstr ""
|
2964
2985
|
|
2965
|
-
#: lino/help_texts.py:
|
2986
|
+
#: lino/help_texts.py:640
|
2966
2987
|
msgid "This is your main page."
|
2967
2988
|
msgstr ""
|
2968
2989
|
|
2969
|
-
#: lino/help_texts.py:
|
2990
|
+
#: lino/help_texts.py:641
|
2970
2991
|
msgid "A singleton database object used to store persistent site parameters."
|
2971
2992
|
msgstr ""
|
2972
2993
|
|
2973
|
-
#: lino/help_texts.py:
|
2994
|
+
#: lino/help_texts.py:642
|
2974
2995
|
msgid "The default build method to use when rendering printable documents."
|
2975
2996
|
msgstr ""
|
2976
2997
|
|
2977
|
-
#: lino/help_texts.py:
|
2998
|
+
#: lino/help_texts.py:643
|
2978
2999
|
msgid "A constant user-defined date to be substituted as current system date."
|
2979
3000
|
msgstr ""
|
2980
3001
|
|
2981
|
-
#: lino/help_texts.py:
|
3002
|
+
#: lino/help_texts.py:644
|
2982
3003
|
msgid "The site operator, i.e. the legal person that operates this Lino site."
|
2983
3004
|
msgstr ""
|
2984
3005
|
|
2985
|
-
#: lino/help_texts.py:
|
3006
|
+
#: lino/help_texts.py:645
|
2986
3007
|
msgid ""
|
2987
3008
|
"If this is not empty, any calendar events before that date are being "
|
2988
3009
|
"hidden in certain places."
|
2989
3010
|
msgstr ""
|
2990
3011
|
|
2991
|
-
#: lino/help_texts.py:
|
3012
|
+
#: lino/help_texts.py:646
|
2992
3013
|
msgid ""
|
2993
3014
|
"Always return the cached instance which holds the one and only database "
|
2994
3015
|
"instance."
|
2995
3016
|
msgstr ""
|
2996
3017
|
|
2997
|
-
#: lino/help_texts.py:
|
3018
|
+
#: lino/help_texts.py:647
|
2998
3019
|
msgid "Mixin to add row-level edit locking to any model."
|
2999
3020
|
msgstr ""
|
3000
3021
|
|
3001
|
-
#: lino/help_texts.py:
|
3022
|
+
#: lino/help_texts.py:648
|
3002
3023
|
msgid "Rebuild the site cache. This action is available on About."
|
3003
3024
|
msgstr ""
|
3004
3025
|
|
3005
|
-
#: lino/help_texts.py:
|
3026
|
+
#: lino/help_texts.py:649
|
3006
3027
|
msgid "The table used to present the SiteConfig row in a Detail form."
|
3007
3028
|
msgstr ""
|
3008
3029
|
|
3009
|
-
#: lino/help_texts.py:
|
3030
|
+
#: lino/help_texts.py:650
|
3010
3031
|
msgid ""
|
3011
3032
|
"Mixin for database models that express a set of repeating (“recurrent”) "
|
3012
3033
|
"events. Example usage can be found in specs.cal.automatic_events."
|
3013
3034
|
msgstr ""
|
3014
3035
|
|
3015
|
-
#: lino/help_texts.py:
|
3036
|
+
#: lino/help_texts.py:651
|
3016
3037
|
msgid "The start date of the first meeting to be generated."
|
3017
3038
|
msgstr ""
|
3018
3039
|
|
3019
|
-
#: lino/help_texts.py:
|
3040
|
+
#: lino/help_texts.py:652
|
3020
3041
|
msgid ""
|
3021
3042
|
"The end date of the first meeting to be generated. Leave this field empty"
|
3022
3043
|
" if the meetings last less than one day."
|
3023
3044
|
msgstr ""
|
3024
3045
|
|
3025
|
-
#: lino/help_texts.py:
|
3046
|
+
#: lino/help_texts.py:653
|
3026
3047
|
msgid "The frequency of periodic iteration: daily, weekly, monthly or yearly."
|
3027
3048
|
msgstr ""
|
3028
3049
|
|
3029
|
-
#: lino/help_texts.py:
|
3050
|
+
#: lino/help_texts.py:654
|
3030
3051
|
msgid "The interval between each periodic iteration."
|
3031
3052
|
msgstr ""
|
3032
3053
|
|
3033
|
-
#: lino/help_texts.py:
|
3054
|
+
#: lino/help_texts.py:655
|
3034
3055
|
msgid ""
|
3035
3056
|
"Space-separated list of one or several positions within the recurrency "
|
3036
3057
|
"cycle."
|
3037
3058
|
msgstr ""
|
3038
3059
|
|
3039
|
-
#: lino/help_texts.py:
|
3060
|
+
#: lino/help_texts.py:656
|
3040
3061
|
msgid "Maximum number of calendar entries to generate."
|
3041
3062
|
msgstr ""
|
3042
3063
|
|
3043
|
-
#: lino/help_texts.py:
|
3064
|
+
#: lino/help_texts.py:657
|
3044
3065
|
msgid ""
|
3045
3066
|
"A virtual field returning the textual formulation of the weekdays where "
|
3046
3067
|
"the recurrence occurs."
|
3047
3068
|
msgstr ""
|
3048
3069
|
|
3049
|
-
#: lino/help_texts.py:
|
3070
|
+
#: lino/help_texts.py:658
|
3050
3071
|
msgid "List of possible choices for a ‘recurrency’ field."
|
3051
3072
|
msgstr ""
|
3052
3073
|
|
3053
|
-
#: lino/help_texts.py:
|
3074
|
+
#: lino/help_texts.py:659
|
3054
3075
|
msgid ""
|
3055
3076
|
"Repeat events yearly, moving them together with the Easter data of that "
|
3056
3077
|
"year."
|
3057
3078
|
msgstr ""
|
3058
3079
|
|
3059
|
-
#: lino/help_texts.py:
|
3080
|
+
#: lino/help_texts.py:660
|
3060
3081
|
msgid "A choicelist with the seven days of a week."
|
3061
3082
|
msgstr ""
|
3062
3083
|
|
3063
|
-
#: lino/help_texts.py:
|
3084
|
+
#: lino/help_texts.py:661
|
3064
3085
|
msgid "The list of possible duration units defined by this application."
|
3065
3086
|
msgstr ""
|
3066
3087
|
|
3067
|
-
#: lino/help_texts.py:
|
3088
|
+
#: lino/help_texts.py:662
|
3068
3089
|
msgid "Base class for the choices in the DurationUnits choicelist."
|
3069
3090
|
msgstr ""
|
3070
3091
|
|
3071
|
-
#: lino/help_texts.py:
|
3092
|
+
#: lino/help_texts.py:663
|
3072
3093
|
msgid ""
|
3073
3094
|
"Return a date or datetime obtained by adding value times this unit to the"
|
3074
3095
|
" specified value orig. Returns None is orig is empty."
|
3075
3096
|
msgstr ""
|
3076
3097
|
|
3077
|
-
#: lino/help_texts.py:
|
3098
|
+
#: lino/help_texts.py:664
|
3078
3099
|
msgid "A list of colors to be specified for displaying."
|
3079
3100
|
msgstr ""
|
3080
3101
|
|
3081
|
-
#: lino/help_texts.py:
|
3102
|
+
#: lino/help_texts.py:665
|
3082
3103
|
msgid "A data checker used to find unbleached html content."
|
3083
3104
|
msgstr ""
|
3084
3105
|
|
3085
|
-
#: lino/help_texts.py:
|
3106
|
+
#: lino/help_texts.py:666
|
3086
3107
|
msgid ""
|
3087
3108
|
"Defines the possible choices for the gender of a person (“male”, “female”"
|
3088
3109
|
" and “nonbinary”)."
|
3089
3110
|
msgstr ""
|
3090
3111
|
|
3091
|
-
#: lino/help_texts.py:
|
3112
|
+
#: lino/help_texts.py:667
|
3092
3113
|
msgid "A choicelist with two values “Yes” and “No”."
|
3093
3114
|
msgstr ""
|
3094
3115
|
|
3095
|
-
#: lino/help_texts.py:
|
3116
|
+
#: lino/help_texts.py:668
|
3096
3117
|
msgid "Base class for choices of “observed event”-style choicelists."
|
3097
3118
|
msgstr ""
|
3098
3119
|
|
3099
|
-
#: lino/help_texts.py:
|
3120
|
+
#: lino/help_texts.py:669
|
3100
3121
|
msgid ""
|
3101
3122
|
"Add a filter to the given Django queryset. The given obj must be either a"
|
3102
3123
|
" datetime.date object or must have two attributes start_date and "
|
@@ -3104,86 +3125,86 @@ msgid ""
|
|
3104
3125
|
"DateRangeValue."
|
3105
3126
|
msgstr ""
|
3106
3127
|
|
3107
|
-
#: lino/help_texts.py:
|
3128
|
+
#: lino/help_texts.py:670
|
3108
3129
|
msgid "The list of things you can observe on a lino.mixins.periods.DateRange."
|
3109
3130
|
msgstr ""
|
3110
3131
|
|
3111
|
-
#: lino/help_texts.py:
|
3132
|
+
#: lino/help_texts.py:671
|
3112
3133
|
msgid ""
|
3113
3134
|
"Used by lino.modlib.users.User.time_zone and "
|
3114
3135
|
"lino_xl.lib.working.Session.time_zone."
|
3115
3136
|
msgstr ""
|
3116
3137
|
|
3117
|
-
#: lino/help_texts.py:
|
3138
|
+
#: lino/help_texts.py:672
|
3118
3139
|
msgid "Used by lino.modlib.users.User.date_format."
|
3119
3140
|
msgstr ""
|
3120
3141
|
|
3121
|
-
#: lino/help_texts.py:
|
3142
|
+
#: lino/help_texts.py:673
|
3122
3143
|
msgid ""
|
3123
3144
|
"A reusable block of text that can be selected from a text editor to be "
|
3124
3145
|
"inserted into the text being edited."
|
3125
3146
|
msgstr ""
|
3126
3147
|
|
3127
|
-
#: lino/help_texts.py:
|
3148
|
+
#: lino/help_texts.py:674
|
3128
3149
|
msgid "Django model representing an upload file."
|
3129
3150
|
msgstr ""
|
3130
3151
|
|
3131
|
-
#: lino/help_texts.py:
|
3152
|
+
#: lino/help_texts.py:675
|
3132
3153
|
msgid "Pointer to the uploaded file itself (a Django FileField)."
|
3133
3154
|
msgstr ""
|
3134
3155
|
|
3135
|
-
#: lino/help_texts.py:
|
3156
|
+
#: lino/help_texts.py:676
|
3136
3157
|
msgid "The size of the file in bytes. Not yet implemented."
|
3137
3158
|
msgstr ""
|
3138
3159
|
|
3139
|
-
#: lino/help_texts.py:
|
3160
|
+
#: lino/help_texts.py:677
|
3140
3161
|
msgid "The media type of the uploaded file."
|
3141
3162
|
msgstr ""
|
3142
3163
|
|
3143
|
-
#: lino/help_texts.py:
|
3164
|
+
#: lino/help_texts.py:678
|
3144
3165
|
msgid "The type of this upload."
|
3145
3166
|
msgstr ""
|
3146
3167
|
|
3147
|
-
#: lino/help_texts.py:
|
3168
|
+
#: lino/help_texts.py:679
|
3148
3169
|
msgid "A short description entered manually by the user."
|
3149
3170
|
msgstr ""
|
3150
3171
|
|
3151
|
-
#: lino/help_texts.py:
|
3172
|
+
#: lino/help_texts.py:680
|
3152
3173
|
msgid "A pointer to the library volume where this file is stored."
|
3153
3174
|
msgstr ""
|
3154
3175
|
|
3155
|
-
#: lino/help_texts.py:
|
3176
|
+
#: lino/help_texts.py:681
|
3156
3177
|
msgid "The upload area this file belongs to."
|
3157
3178
|
msgstr ""
|
3158
3179
|
|
3159
|
-
#: lino/help_texts.py:
|
3180
|
+
#: lino/help_texts.py:682
|
3160
3181
|
msgid "The path of this file, relative the volume’s root."
|
3161
3182
|
msgstr ""
|
3162
3183
|
|
3163
|
-
#: lino/help_texts.py:
|
3184
|
+
#: lino/help_texts.py:683
|
3164
3185
|
msgid ""
|
3165
3186
|
"Almost the same as description, but if file is not empty, the text is "
|
3166
3187
|
"clickable, and clicking on it opens the uploaded file in a new browser "
|
3167
3188
|
"window."
|
3168
3189
|
msgstr ""
|
3169
3190
|
|
3170
|
-
#: lino/help_texts.py:
|
3191
|
+
#: lino/help_texts.py:684
|
3171
3192
|
msgid "Base class for all data tables of upload files."
|
3172
3193
|
msgstr ""
|
3173
3194
|
|
3174
|
-
#: lino/help_texts.py:
|
3195
|
+
#: lino/help_texts.py:685
|
3175
3196
|
msgid "Shows all upload files on this Lino site."
|
3176
3197
|
msgstr ""
|
3177
3198
|
|
3178
|
-
#: lino/help_texts.py:
|
3199
|
+
#: lino/help_texts.py:686
|
3179
3200
|
msgid "Mixin for tables of upload files where the upload area is known."
|
3180
3201
|
msgstr ""
|
3181
3202
|
|
3182
|
-
#: lino/help_texts.py:
|
3203
|
+
#: lino/help_texts.py:687
|
3183
3204
|
msgid "Shows my uploads (i.e. those whose author is the requesting user)."
|
3184
3205
|
msgstr ""
|
3185
3206
|
|
3186
|
-
#: lino/help_texts.py:
|
3207
|
+
#: lino/help_texts.py:688
|
3187
3208
|
msgid ""
|
3188
3209
|
"Abstract base class of Upload. This was named "
|
3189
3210
|
"lino.mixins.uploadable.Uploadable until 20210217. It encapsulates some "
|
@@ -3192,112 +3213,108 @@ msgid ""
|
|
3192
3213
|
"point to an Upload instead."
|
3193
3214
|
msgstr ""
|
3194
3215
|
|
3195
|
-
#: lino/help_texts.py:
|
3216
|
+
#: lino/help_texts.py:689
|
3196
3217
|
msgid "Django model representing an upload type."
|
3197
3218
|
msgstr ""
|
3198
3219
|
|
3199
|
-
#: lino/help_texts.py:
|
3220
|
+
#: lino/help_texts.py:690
|
3200
3221
|
msgid ""
|
3201
3222
|
"Optional pointer to a virtual upload shortcut field. If this is not "
|
3202
3223
|
"empty, then the given shortcut field will manage uploads of this type. "
|
3203
3224
|
"See also Shortcuts."
|
3204
3225
|
msgstr ""
|
3205
3226
|
|
3206
|
-
#: lino/help_texts.py:
|
3227
|
+
#: lino/help_texts.py:691
|
3207
3228
|
msgid "The table with all existing upload types."
|
3208
3229
|
msgstr ""
|
3209
3230
|
|
3210
|
-
#: lino/help_texts.py:
|
3231
|
+
#: lino/help_texts.py:692
|
3211
3232
|
msgid ""
|
3212
3233
|
"Model mixin for database objects that can have upload files associated to"
|
3213
3234
|
" them."
|
3214
3235
|
msgstr ""
|
3215
3236
|
|
3216
|
-
#: lino/help_texts.py:
|
3237
|
+
#: lino/help_texts.py:693
|
3217
3238
|
msgid ""
|
3218
3239
|
"Opens a data window with the uploaded files associated to this database "
|
3219
3240
|
"object."
|
3220
3241
|
msgstr ""
|
3221
3242
|
|
3222
|
-
#: lino/help_texts.py:
|
3243
|
+
#: lino/help_texts.py:694
|
3223
3244
|
#, fuzzy
|
3224
3245
|
msgid "Shows the uploaded files associated to this database object."
|
3225
3246
|
msgstr "Datenbankfeld"
|
3226
3247
|
|
3227
|
-
#: lino/help_texts.py:
|
3248
|
+
#: lino/help_texts.py:695
|
3228
3249
|
msgid "The list of available upload shortcut fields in this application."
|
3229
3250
|
msgstr ""
|
3230
3251
|
|
3231
|
-
#: lino/help_texts.py:
|
3232
|
-
msgid "An abstract choicelist of the previewers that are available on this site."
|
3233
|
-
msgstr ""
|
3234
|
-
|
3235
|
-
#: lino/help_texts.py:693
|
3252
|
+
#: lino/help_texts.py:696
|
3236
3253
|
msgid "Find orphaned files in uploads folder."
|
3237
3254
|
msgstr ""
|
3238
3255
|
|
3239
|
-
#: lino/help_texts.py:
|
3256
|
+
#: lino/help_texts.py:697
|
3240
3257
|
msgid "The base class for both build methods."
|
3241
3258
|
msgstr ""
|
3242
3259
|
|
3243
|
-
#: lino/help_texts.py:
|
3260
|
+
#: lino/help_texts.py:698
|
3244
3261
|
msgid ""
|
3245
3262
|
"Renders the input template and returns the unmodified output as plain "
|
3246
3263
|
"HTML."
|
3247
3264
|
msgstr ""
|
3248
3265
|
|
3249
|
-
#: lino/help_texts.py:
|
3266
|
+
#: lino/help_texts.py:699
|
3250
3267
|
msgid ""
|
3251
3268
|
"Like WeasyBuildMethod, but the rendered HTML is then passed through "
|
3252
3269
|
"weasyprint which converts from HTML to PDF."
|
3253
3270
|
msgstr ""
|
3254
3271
|
|
3255
|
-
#: lino/help_texts.py:
|
3272
|
+
#: lino/help_texts.py:700
|
3256
3273
|
msgid ""
|
3257
3274
|
"Lino extension of Django’s database model. This is a subclass of Django’s"
|
3258
3275
|
" Model class (django.db.models.Model)."
|
3259
3276
|
msgstr ""
|
3260
3277
|
|
3261
|
-
#: lino/help_texts.py:
|
3278
|
+
#: lino/help_texts.py:701
|
3262
3279
|
msgid "A multi-paragraph representation of this database row."
|
3263
3280
|
msgstr ""
|
3264
3281
|
|
3265
|
-
#: lino/help_texts.py:
|
3282
|
+
#: lino/help_texts.py:702
|
3266
3283
|
msgid ""
|
3267
3284
|
"A virtual field that displays the navigation panel for this row. This may"
|
3268
3285
|
" be included in a detail layout, usually either on the left or the right "
|
3269
3286
|
"side with full height."
|
3270
3287
|
msgstr ""
|
3271
3288
|
|
3272
|
-
#: lino/help_texts.py:
|
3289
|
+
#: lino/help_texts.py:703
|
3273
3290
|
msgid ""
|
3274
3291
|
"Shows the current workflow state of this database row and a list of "
|
3275
3292
|
"available workflow actions."
|
3276
3293
|
msgstr ""
|
3277
3294
|
|
3278
|
-
#: lino/help_texts.py:
|
3295
|
+
#: lino/help_texts.py:704
|
3279
3296
|
msgid ""
|
3280
3297
|
"Optional default value for the workflow_state_field of all data tables "
|
3281
3298
|
"based on this model."
|
3282
3299
|
msgstr ""
|
3283
3300
|
|
3284
|
-
#: lino/help_texts.py:
|
3301
|
+
#: lino/help_texts.py:705
|
3285
3302
|
msgid ""
|
3286
3303
|
"Optional default value for workflow_owner_field on all data tables based "
|
3287
3304
|
"on this model."
|
3288
3305
|
msgstr ""
|
3289
3306
|
|
3290
|
-
#: lino/help_texts.py:
|
3307
|
+
#: lino/help_texts.py:706
|
3291
3308
|
msgid ""
|
3292
3309
|
"Called when field FOO of an instance of this model has been modified "
|
3293
3310
|
"through the user interface."
|
3294
3311
|
msgstr ""
|
3295
3312
|
|
3296
|
-
#: lino/help_texts.py:
|
3313
|
+
#: lino/help_texts.py:707
|
3297
3314
|
msgid "Return a queryset or list of allowed choices for field FOO."
|
3298
3315
|
msgstr ""
|
3299
3316
|
|
3300
|
-
#: lino/help_texts.py:
|
3317
|
+
#: lino/help_texts.py:708
|
3301
3318
|
msgid ""
|
3302
3319
|
"For every field named “FOO” for which a chooser exists, if the model also"
|
3303
3320
|
" has a method called “create_FOO_choice”, then this chooser will be a "
|
@@ -3305,14 +3322,14 @@ msgid ""
|
|
3305
3322
|
"Lino will create a new database object from it."
|
3306
3323
|
msgstr ""
|
3307
3324
|
|
3308
|
-
#: lino/help_texts.py:
|
3325
|
+
#: lino/help_texts.py:709
|
3309
3326
|
msgid ""
|
3310
3327
|
"Return the text to be displayed when an instance of this model is being "
|
3311
3328
|
"used as a choice in a combobox of a ForeignKey field pointing to this "
|
3312
3329
|
"model. request is the web request, actor is the requesting actor."
|
3313
3330
|
msgstr ""
|
3314
3331
|
|
3315
|
-
#: lino/help_texts.py:
|
3332
|
+
#: lino/help_texts.py:710
|
3316
3333
|
msgid ""
|
3317
3334
|
"Decide whether this database object may be deleted. Return None when "
|
3318
3335
|
"there is no veto against deleting this database row, otherwise a "
|
@@ -3499,75 +3516,75 @@ msgstr "Änderungen in diesem Formular speichern"
|
|
3499
3516
|
msgid "Save"
|
3500
3517
|
msgstr "Speichern"
|
3501
3518
|
|
3502
|
-
#: lino/core/actions.py:
|
3519
|
+
#: lino/core/actions.py:1081 lino/core/requests.py:1653
|
3503
3520
|
#, python-format
|
3504
3521
|
msgid "%s has been created."
|
3505
3522
|
msgstr "%s wurde erstellt."
|
3506
3523
|
|
3507
|
-
#: lino/core/actions.py:
|
3524
|
+
#: lino/core/actions.py:1109
|
3508
3525
|
#, fuzzy, python-format
|
3509
3526
|
msgid "%s files have been uploaded: %s"
|
3510
3527
|
msgstr "%s wurde aktualisiert."
|
3511
3528
|
|
3512
|
-
#: lino/core/actions.py:
|
3529
|
+
#: lino/core/actions.py:1134 lino/modlib/changes/models.py:35
|
3513
3530
|
msgid "Create"
|
3514
3531
|
msgstr "Erstellen"
|
3515
3532
|
|
3516
|
-
#: lino/core/actions.py:
|
3533
|
+
#: lino/core/actions.py:1136
|
3517
3534
|
msgid "Create the record and open a detail window on it"
|
3518
3535
|
msgstr "Datensatz erstellen und dann im Detail-Fenster öffnen"
|
3519
3536
|
|
3520
|
-
#: lino/core/actions.py:
|
3537
|
+
#: lino/core/actions.py:1187
|
3521
3538
|
msgid "Go"
|
3522
3539
|
msgstr ""
|
3523
3540
|
|
3524
|
-
#: lino/core/actions.py:
|
3541
|
+
#: lino/core/actions.py:1335
|
3525
3542
|
#, fuzzy, python-format
|
3526
3543
|
msgid "%d row(s) have been updated."
|
3527
3544
|
msgstr "%s wurde aktualisiert."
|
3528
3545
|
|
3529
|
-
#: lino/core/actions.py:
|
3546
|
+
#: lino/core/actions.py:1357
|
3530
3547
|
msgid "Delete this record"
|
3531
3548
|
msgstr "Diesen Datensatz löschen"
|
3532
3549
|
|
3533
|
-
#: lino/core/actions.py:
|
3550
|
+
#: lino/core/actions.py:1362 lino/modlib/changes/models.py:37
|
3534
3551
|
msgid "Delete"
|
3535
3552
|
msgstr "Löschen"
|
3536
3553
|
|
3537
|
-
#: lino/core/actions.py:
|
3554
|
+
#: lino/core/actions.py:1418
|
3538
3555
|
#, python-format
|
3539
3556
|
msgid ""
|
3540
3557
|
"You are about to delete %(num)d %(type)s\n"
|
3541
3558
|
"(%(targets)s)"
|
3542
3559
|
msgstr ""
|
3543
3560
|
|
3544
|
-
#: lino/core/actions.py:
|
3561
|
+
#: lino/core/actions.py:1427
|
3545
3562
|
msgid "as well as all related volatile records ({})"
|
3546
3563
|
msgstr ""
|
3547
3564
|
|
3548
|
-
#: lino/core/actions.py:
|
3565
|
+
#: lino/core/actions.py:1433 lino/core/workflows.py:298
|
3549
3566
|
#: lino/mixins/duplicable.py:111 lino/modlib/printing/actions.py:198
|
3550
3567
|
#: lino/modlib/printing/actions.py:290 lino/modlib/printing/actions.py:339
|
3551
|
-
#: lino/modlib/users/mixins.py:
|
3568
|
+
#: lino/modlib/users/mixins.py:323 lino/modlib/users/mixins.py:387
|
3552
3569
|
msgid "Are you sure?"
|
3553
3570
|
msgstr "Sind Sie sicher?"
|
3554
3571
|
|
3555
|
-
#: lino/core/actors.py:
|
3572
|
+
#: lino/core/actors.py:350
|
3556
3573
|
#, python-format
|
3557
3574
|
msgid "%(details)s of %(master)s"
|
3558
3575
|
msgstr "%(details)s von %(master)s"
|
3559
3576
|
|
3560
|
-
#: lino/core/actors.py:
|
3577
|
+
#: lino/core/actors.py:1397 lino/core/tables.py:719 lino/mixins/ref.py:173
|
3561
3578
|
#: lino/modlib/help/management/commands/makehelp.py:389
|
3562
3579
|
#: lino/modlib/importfilters/models.py:100 lino/modlib/notify/actions.py:14
|
3563
|
-
#: lino/modlib/search/models.py:85 lino/modlib/system/mixins.py:
|
3580
|
+
#: lino/modlib/search/models.py:85 lino/modlib/system/mixins.py:287
|
3564
3581
|
#: lino/modlib/tinymce/models.py:21 lino/modlib/uploads/actions.py:23
|
3565
3582
|
#: lino/modlib/uploads/models.py:53 lino/modlib/uploads/models.py:125
|
3566
|
-
#: lino/modlib/uploads/models.py:189 lino/modlib/users/ui.py:
|
3583
|
+
#: lino/modlib/uploads/models.py:189 lino/modlib/users/ui.py:258
|
3567
3584
|
msgid "Description"
|
3568
3585
|
msgstr "Omschrijving"
|
3569
3586
|
|
3570
|
-
#: lino/core/actors.py:
|
3587
|
+
#: lino/core/actors.py:1430
|
3571
3588
|
#, python-format
|
3572
3589
|
msgid "Total (%d rows)"
|
3573
3590
|
msgstr "Total (%d Zeilen)"
|
@@ -3599,8 +3616,8 @@ msgstr "Nächster"
|
|
3599
3616
|
msgid "name"
|
3600
3617
|
msgstr "Name"
|
3601
3618
|
|
3602
|
-
#: lino/core/choicelists.py:515 lino/modlib/help/models.py:
|
3603
|
-
#: lino/modlib/periods/models.py:
|
3619
|
+
#: lino/core/choicelists.py:515 lino/modlib/help/models.py:86
|
3620
|
+
#: lino/modlib/periods/models.py:99
|
3604
3621
|
msgid "Remark"
|
3605
3622
|
msgstr ""
|
3606
3623
|
|
@@ -3614,7 +3631,7 @@ msgstr "(Modell)"
|
|
3614
3631
|
msgid "%(value)r (invalid choice for %(list)s)"
|
3615
3632
|
msgstr "%(value)r (ungültige Auswahl für %(list)s)"
|
3616
3633
|
|
3617
|
-
#: lino/core/dbtables.py:
|
3634
|
+
#: lino/core/dbtables.py:595
|
3618
3635
|
msgid "You have no permission to delete this row."
|
3619
3636
|
msgstr "Sie haben nicht die Berechtigung, diese Zeile zu löschen."
|
3620
3637
|
|
@@ -3653,33 +3670,33 @@ msgstr ""
|
|
3653
3670
|
msgid "Invalid date"
|
3654
3671
|
msgstr "Erste Seite"
|
3655
3672
|
|
3656
|
-
#: lino/core/fields.py:
|
3673
|
+
#: lino/core/fields.py:189
|
3657
3674
|
#, fuzzy
|
3658
3675
|
msgid "Price"
|
3659
3676
|
msgstr "Aktualisierung"
|
3660
3677
|
|
3661
|
-
#: lino/core/fields.py:
|
3678
|
+
#: lino/core/fields.py:193
|
3662
3679
|
msgid "{} from"
|
3663
3680
|
msgstr ""
|
3664
3681
|
|
3665
|
-
#: lino/core/fields.py:
|
3682
|
+
#: lino/core/fields.py:196
|
3666
3683
|
msgid "to"
|
3667
3684
|
msgstr ""
|
3668
3685
|
|
3669
|
-
#: lino/core/fields.py:
|
3686
|
+
#: lino/core/fields.py:208
|
3670
3687
|
#, fuzzy
|
3671
3688
|
msgid "Invalid price range"
|
3672
3689
|
msgstr "Erste Seite"
|
3673
3690
|
|
3674
|
-
#: lino/core/fields.py:
|
3691
|
+
#: lino/core/fields.py:216
|
3675
3692
|
msgid "{} {}...{}"
|
3676
3693
|
msgstr ""
|
3677
3694
|
|
3678
|
-
#: lino/core/fields.py:
|
3695
|
+
#: lino/core/fields.py:218
|
3679
3696
|
msgid "{} from {}"
|
3680
3697
|
msgstr ""
|
3681
3698
|
|
3682
|
-
#: lino/core/fields.py:
|
3699
|
+
#: lino/core/fields.py:220
|
3683
3700
|
#, fuzzy
|
3684
3701
|
msgid "{} until {}"
|
3685
3702
|
msgstr "Empfänger"
|
@@ -3769,36 +3786,36 @@ msgstr ""
|
|
3769
3786
|
msgid "Merged %(this)s into %(merge_to)s. Updated %(updated)d related rows."
|
3770
3787
|
msgstr ""
|
3771
3788
|
|
3772
|
-
#: lino/core/model.py:
|
3789
|
+
#: lino/core/model.py:211
|
3773
3790
|
#, fuzzy, python-format
|
3774
3791
|
msgid "Cannot delete %(model)s %(self)s because %(count)d %(refs)s refer to it."
|
3775
3792
|
msgstr "Kann %(self)s nicht löschen weil %(count)d %(refs)s darauf verweisen."
|
3776
3793
|
|
3777
|
-
#: lino/core/model.py:
|
3794
|
+
#: lino/core/model.py:312
|
3778
3795
|
msgid "Cannot create {obj} from '{text}'"
|
3779
3796
|
msgstr ""
|
3780
3797
|
|
3781
|
-
#: lino/core/model.py:
|
3798
|
+
#: lino/core/model.py:471 lino/core/requests.py:1656
|
3782
3799
|
#, python-format
|
3783
3800
|
msgid "%s has been updated."
|
3784
3801
|
msgstr "%s wurde aktualisiert."
|
3785
3802
|
|
3786
|
-
#: lino/core/model.py:
|
3803
|
+
#: lino/core/model.py:473 lino/core/requests.py:1658
|
3787
3804
|
#, python-format
|
3788
3805
|
msgid "%s : nothing to save."
|
3789
3806
|
msgstr "%s : nichts zu speichern."
|
3790
3807
|
|
3791
|
-
#: lino/core/model.py:
|
3808
|
+
#: lino/core/model.py:605 lino/modlib/help/management/commands/makehelp.py:389
|
3792
3809
|
#: lino/modlib/importfilters/models.py:27 lino/modlib/linod/mixins.py:73
|
3793
|
-
#: lino/modlib/users/ui.py:
|
3810
|
+
#: lino/modlib/users/ui.py:254
|
3794
3811
|
msgid "Name"
|
3795
3812
|
msgstr ""
|
3796
3813
|
|
3797
|
-
#: lino/core/model.py:
|
3814
|
+
#: lino/core/model.py:644
|
3798
3815
|
msgid "Workflow"
|
3799
3816
|
msgstr ""
|
3800
3817
|
|
3801
|
-
#: lino/core/model.py:
|
3818
|
+
#: lino/core/model.py:784
|
3802
3819
|
msgid "Pick {}"
|
3803
3820
|
msgstr ""
|
3804
3821
|
|
@@ -3823,66 +3840,66 @@ msgstr ""
|
|
3823
3840
|
msgid "Aborted"
|
3824
3841
|
msgstr "Info"
|
3825
3842
|
|
3826
|
-
#: lino/core/requests.py:
|
3827
|
-
#: lino/modlib/system/choicelists.py:
|
3843
|
+
#: lino/core/requests.py:267 lino/core/requests.py:1069 lino/core/store.py:711
|
3844
|
+
#: lino/modlib/system/choicelists.py:29
|
3828
3845
|
msgid "Yes"
|
3829
3846
|
msgstr "Ja"
|
3830
3847
|
|
3831
|
-
#: lino/core/requests.py:
|
3832
|
-
#: lino/modlib/system/choicelists.py:
|
3848
|
+
#: lino/core/requests.py:268 lino/core/requests.py:1070 lino/core/store.py:711
|
3849
|
+
#: lino/modlib/system/choicelists.py:30
|
3833
3850
|
msgid "No"
|
3834
3851
|
msgstr "Nein"
|
3835
3852
|
|
3836
|
-
#: lino/core/requests.py:
|
3853
|
+
#: lino/core/requests.py:332
|
3837
3854
|
msgid "No data to display"
|
3838
3855
|
msgstr "Keine Daten anzuzeigen"
|
3839
3856
|
|
3840
|
-
#: lino/core/requests.py:
|
3857
|
+
#: lino/core/requests.py:896 lino/modlib/checkdata/choicelists.py:28
|
3841
3858
|
msgid "Error"
|
3842
3859
|
msgstr ""
|
3843
3860
|
|
3844
|
-
#: lino/core/requests.py:
|
3861
|
+
#: lino/core/requests.py:925 lino/modlib/system/models.py:53
|
3845
3862
|
msgid "Success"
|
3846
3863
|
msgstr "Erfolgreich abgeschlossen"
|
3847
3864
|
|
3848
|
-
#: lino/core/requests.py:
|
3865
|
+
#: lino/core/requests.py:1677
|
3849
3866
|
msgid "the documentation"
|
3850
3867
|
msgstr ""
|
3851
3868
|
|
3852
|
-
#: lino/core/site.py:
|
3869
|
+
#: lino/core/site.py:180 lino/modlib/changes/models.py:77
|
3853
3870
|
msgid "Master"
|
3854
3871
|
msgstr "Stammdaten"
|
3855
3872
|
|
3856
|
-
#: lino/core/site.py:
|
3873
|
+
#: lino/core/site.py:182
|
3857
3874
|
msgid "Reports"
|
3858
3875
|
msgstr ""
|
3859
3876
|
|
3860
|
-
#: lino/core/site.py:
|
3877
|
+
#: lino/core/site.py:183
|
3861
3878
|
msgid "Configure"
|
3862
3879
|
msgstr "Konfigurierung"
|
3863
3880
|
|
3864
|
-
#: lino/core/site.py:
|
3881
|
+
#: lino/core/site.py:184
|
3865
3882
|
msgid "Explorer"
|
3866
3883
|
msgstr ""
|
3867
3884
|
|
3868
|
-
#: lino/core/site.py:
|
3885
|
+
#: lino/core/site.py:185
|
3869
3886
|
msgid "Site"
|
3870
3887
|
msgstr "Site"
|
3871
3888
|
|
3872
|
-
#: lino/core/site.py:
|
3889
|
+
#: lino/core/site.py:1640 lino/modlib/languages/fixtures/few_languages.py:26
|
3873
3890
|
msgid "English"
|
3874
3891
|
msgstr ""
|
3875
3892
|
|
3876
|
-
#: lino/core/site.py:
|
3893
|
+
#: lino/core/site.py:2218
|
3877
3894
|
msgid "This website runs "
|
3878
3895
|
msgstr ""
|
3879
3896
|
|
3880
|
-
#: lino/core/site.py:
|
3897
|
+
#: lino/core/site.py:2226
|
3881
3898
|
#, fuzzy
|
3882
3899
|
msgid " using "
|
3883
3900
|
msgstr "Meine Einstellungen"
|
3884
3901
|
|
3885
|
-
#: lino/core/site.py:
|
3902
|
+
#: lino/core/site.py:2244
|
3886
3903
|
#, fuzzy, python-format
|
3887
3904
|
msgid "%(place)s, %(date)s"
|
3888
3905
|
msgstr "%(date)s om %(time)s"
|
@@ -3905,7 +3922,7 @@ msgstr ""
|
|
3905
3922
|
msgid "Not Blank"
|
3906
3923
|
msgstr ""
|
3907
3924
|
|
3908
|
-
#: lino/core/tables.py:
|
3925
|
+
#: lino/core/tables.py:746
|
3909
3926
|
msgid "Button"
|
3910
3927
|
msgstr ""
|
3911
3928
|
|
@@ -3914,7 +3931,7 @@ msgid "Anonymous"
|
|
3914
3931
|
msgstr ""
|
3915
3932
|
|
3916
3933
|
#: lino/core/user_types.py:26 lino/modlib/dashboard/models.py:86
|
3917
|
-
#: lino/modlib/users/models.py:
|
3934
|
+
#: lino/modlib/users/models.py:80
|
3918
3935
|
msgid "User"
|
3919
3936
|
msgstr "Benutzer"
|
3920
3937
|
|
@@ -3980,29 +3997,29 @@ msgstr "Bearbeitet"
|
|
3980
3997
|
msgid "Created"
|
3981
3998
|
msgstr "Erstellt"
|
3982
3999
|
|
3983
|
-
#: lino/mixins/dupable.py:
|
4000
|
+
#: lino/mixins/dupable.py:60 lino/modlib/dupable/mixins.py:34
|
3984
4001
|
#, python-format
|
3985
4002
|
msgid "There are %d similar %s:"
|
3986
4003
|
msgstr ""
|
3987
4004
|
|
3988
|
-
#: lino/mixins/dupable.py:
|
4005
|
+
#: lino/mixins/dupable.py:68 lino/modlib/dupable/mixins.py:42
|
3989
4006
|
#, python-format
|
3990
4007
|
msgid "Are you sure you want to create a new %(model)s named %(name)s?"
|
3991
4008
|
msgstr ""
|
3992
4009
|
|
3993
|
-
#: lino/mixins/dupable.py:
|
4010
|
+
#: lino/mixins/dupable.py:207 lino/modlib/dupable/mixins.py:112
|
3994
4011
|
msgid "Must update phonetic words."
|
3995
4012
|
msgstr ""
|
3996
4013
|
|
3997
|
-
#: lino/mixins/dupable.py:
|
4014
|
+
#: lino/mixins/dupable.py:255 lino/modlib/dupable/mixins.py:167
|
3998
4015
|
msgid "Check for missing phonetic words"
|
3999
4016
|
msgstr ""
|
4000
4017
|
|
4001
|
-
#: lino/mixins/dupable.py:
|
4018
|
+
#: lino/mixins/dupable.py:283 lino/modlib/dupable/models.py:127
|
4002
4019
|
msgid "Similar record"
|
4003
4020
|
msgstr ""
|
4004
4021
|
|
4005
|
-
#: lino/mixins/dupable.py:
|
4022
|
+
#: lino/mixins/dupable.py:297
|
4006
4023
|
msgid "Phonetic words: {0}"
|
4007
4024
|
msgstr ""
|
4008
4025
|
|
@@ -4040,7 +4057,7 @@ msgid "Title"
|
|
4040
4057
|
msgstr "Site"
|
4041
4058
|
|
4042
4059
|
#: lino/mixins/human.py:200 lino/modlib/users/actions.py:69
|
4043
|
-
#: lino/modlib/users/models.py:
|
4060
|
+
#: lino/modlib/users/models.py:104
|
4044
4061
|
#, fuzzy
|
4045
4062
|
msgid "First name"
|
4046
4063
|
msgstr "Erste Seite"
|
@@ -4051,7 +4068,7 @@ msgid "Middle name"
|
|
4051
4068
|
msgstr "Feldbezeichnung"
|
4052
4069
|
|
4053
4070
|
#: lino/mixins/human.py:204 lino/modlib/users/actions.py:70
|
4054
|
-
#: lino/modlib/users/models.py:
|
4071
|
+
#: lino/modlib/users/models.py:105
|
4055
4072
|
msgid "Last name"
|
4056
4073
|
msgstr "Nachname"
|
4057
4074
|
|
@@ -4157,7 +4174,7 @@ msgstr "Erste Seite"
|
|
4157
4174
|
msgid "End Time"
|
4158
4175
|
msgstr "Druckdatum"
|
4159
4176
|
|
4160
|
-
#: lino/mixins/periods.py:201 lino/modlib/periods/
|
4177
|
+
#: lino/mixins/periods.py:201 lino/modlib/periods/choicelists.py:25
|
4161
4178
|
#, fuzzy
|
4162
4179
|
msgid "Duration"
|
4163
4180
|
msgstr "Omschrijving"
|
@@ -4171,7 +4188,7 @@ msgid "Start date of observed date range."
|
|
4171
4188
|
msgstr ""
|
4172
4189
|
|
4173
4190
|
#: lino/mixins/periods.py:227 lino/mixins/periods.py:296
|
4174
|
-
#: lino/modlib/periods/mixins.py:
|
4191
|
+
#: lino/modlib/periods/mixins.py:93
|
4175
4192
|
msgid "until"
|
4176
4193
|
msgstr ""
|
4177
4194
|
|
@@ -4326,7 +4343,7 @@ msgstr "Upload"
|
|
4326
4343
|
msgid "Connections"
|
4327
4344
|
msgstr "Omschrijving"
|
4328
4345
|
|
4329
|
-
#: lino/modlib/blacklist/models.py:42 lino/modlib/users/ui.py:
|
4346
|
+
#: lino/modlib/blacklist/models.py:42 lino/modlib/users/ui.py:410
|
4330
4347
|
msgid "IP address"
|
4331
4348
|
msgstr ""
|
4332
4349
|
|
@@ -4340,8 +4357,8 @@ msgid "Login failures"
|
|
4340
4357
|
msgstr "Konfigurierung"
|
4341
4358
|
|
4342
4359
|
#: lino/modlib/blacklist/models.py:55 lino/modlib/users/actions.py:71
|
4343
|
-
#: lino/modlib/users/actions.py:506 lino/modlib/users/models.py:
|
4344
|
-
#: lino/modlib/users/ui.py:
|
4360
|
+
#: lino/modlib/users/actions.py:506 lino/modlib/users/models.py:97
|
4361
|
+
#: lino/modlib/users/ui.py:399
|
4345
4362
|
#, fuzzy
|
4346
4363
|
msgid "Username"
|
4347
4364
|
msgstr "Name"
|
@@ -4365,7 +4382,7 @@ msgstr ""
|
|
4365
4382
|
|
4366
4383
|
#: lino/modlib/bootstrap3/config/bootstrap3/base.html:33
|
4367
4384
|
#: lino/modlib/bootstrap3/views.py:49 lino/modlib/extjs/ext_renderer.py:619
|
4368
|
-
#: lino/modlib/forms/views.py:50 lino/modlib/publisher/choicelists.py:
|
4385
|
+
#: lino/modlib/forms/views.py:50 lino/modlib/publisher/choicelists.py:230
|
4369
4386
|
#: lino/modlib/publisher/config/publisher/page.pub.html:10
|
4370
4387
|
#: lino/modlib/publisher/config/publisher/page.pub.html:12
|
4371
4388
|
msgid "Home"
|
@@ -4496,11 +4513,11 @@ msgstr "Willkommen"
|
|
4496
4513
|
msgid "Warning"
|
4497
4514
|
msgstr ""
|
4498
4515
|
|
4499
|
-
#: lino/modlib/checkdata/choicelists.py:
|
4516
|
+
#: lino/modlib/checkdata/choicelists.py:138
|
4500
4517
|
msgid "Data checker"
|
4501
4518
|
msgstr ""
|
4502
4519
|
|
4503
|
-
#: lino/modlib/checkdata/choicelists.py:
|
4520
|
+
#: lino/modlib/checkdata/choicelists.py:139
|
4504
4521
|
msgid "Data checkers"
|
4505
4522
|
msgstr ""
|
4506
4523
|
|
@@ -4603,21 +4620,16 @@ msgstr ""
|
|
4603
4620
|
msgid "Skeptical"
|
4604
4621
|
msgstr ""
|
4605
4622
|
|
4606
|
-
#: lino/modlib/comments/choicelists.py:57 lino/modlib/system/choicelists.py:
|
4623
|
+
#: lino/modlib/comments/choicelists.py:57 lino/modlib/system/choicelists.py:105
|
4607
4624
|
msgid "Observed event"
|
4608
4625
|
msgstr ""
|
4609
4626
|
|
4610
|
-
#: lino/modlib/comments/choicelists.py:58 lino/modlib/system/choicelists.py:
|
4627
|
+
#: lino/modlib/comments/choicelists.py:58 lino/modlib/system/choicelists.py:106
|
4611
4628
|
#, fuzzy
|
4612
4629
|
msgid "Observed events"
|
4613
4630
|
msgstr "Benutzer-Level"
|
4614
4631
|
|
4615
|
-
#: lino/modlib/comments/mixins.py:
|
4616
|
-
#, fuzzy
|
4617
|
-
msgid "Add comment"
|
4618
|
-
msgstr "Willkommen"
|
4619
|
-
|
4620
|
-
#: lino/modlib/comments/mixins.py:122
|
4632
|
+
#: lino/modlib/comments/mixins.py:123
|
4621
4633
|
msgid "Created new {model} {obj}."
|
4622
4634
|
msgstr ""
|
4623
4635
|
|
@@ -4714,31 +4726,31 @@ msgstr ""
|
|
4714
4726
|
msgid "Missing owner in reply to comment."
|
4715
4727
|
msgstr ""
|
4716
4728
|
|
4717
|
-
#: lino/modlib/comments/ui.py:
|
4729
|
+
#: lino/modlib/comments/ui.py:71
|
4718
4730
|
msgid "More"
|
4719
4731
|
msgstr ""
|
4720
4732
|
|
4721
|
-
#: lino/modlib/comments/ui.py:
|
4733
|
+
#: lino/modlib/comments/ui.py:196
|
4722
4734
|
#, fuzzy
|
4723
4735
|
msgid "Recent comments"
|
4724
4736
|
msgstr "Willkommen"
|
4725
4737
|
|
4726
|
-
#: lino/modlib/comments/ui.py:
|
4738
|
+
#: lino/modlib/comments/ui.py:212
|
4727
4739
|
#, fuzzy, python-format
|
4728
4740
|
msgid "%(details)s about %(master)s"
|
4729
4741
|
msgstr "%(details)s von %(master)s"
|
4730
4742
|
|
4731
|
-
#: lino/modlib/comments/ui.py:
|
4743
|
+
#: lino/modlib/comments/ui.py:263
|
4732
4744
|
#, fuzzy
|
4733
4745
|
msgid "Mentioned in"
|
4734
4746
|
msgstr "Omschrijving"
|
4735
4747
|
|
4736
|
-
#: lino/modlib/comments/ui.py:
|
4748
|
+
#: lino/modlib/comments/ui.py:288
|
4737
4749
|
#, fuzzy, python-format
|
4738
4750
|
msgid "Replies to %(master)s"
|
4739
4751
|
msgstr "%(details)s von %(master)s"
|
4740
4752
|
|
4741
|
-
#: lino/modlib/comments/ui.py:
|
4753
|
+
#: lino/modlib/comments/ui.py:293
|
4742
4754
|
msgid "Replies"
|
4743
4755
|
msgstr ""
|
4744
4756
|
|
@@ -4790,15 +4802,15 @@ msgstr ""
|
|
4790
4802
|
msgid "Similar clients: {clients}"
|
4791
4803
|
msgstr ""
|
4792
4804
|
|
4793
|
-
#: lino/modlib/dupable/models.py:
|
4805
|
+
#: lino/modlib/dupable/models.py:54
|
4794
4806
|
msgid "Phonetic word"
|
4795
4807
|
msgstr ""
|
4796
4808
|
|
4797
|
-
#: lino/modlib/dupable/models.py:
|
4809
|
+
#: lino/modlib/dupable/models.py:55
|
4798
4810
|
msgid "Phonetic words"
|
4799
4811
|
msgstr ""
|
4800
4812
|
|
4801
|
-
#: lino/modlib/dupable/models.py:
|
4813
|
+
#: lino/modlib/dupable/models.py:114
|
4802
4814
|
msgid "Similar objects"
|
4803
4815
|
msgstr ""
|
4804
4816
|
|
@@ -4829,7 +4841,7 @@ msgid "as"
|
|
4829
4841
|
msgstr "als"
|
4830
4842
|
|
4831
4843
|
#: lino/modlib/extjs/ext_renderer.py:511 lino/modlib/users/__init__.py:20
|
4832
|
-
#: lino/modlib/users/actions.py:245 lino/modlib/users/ui.py:
|
4844
|
+
#: lino/modlib/users/actions.py:245 lino/modlib/users/ui.py:163
|
4833
4845
|
msgid "My settings"
|
4834
4846
|
msgstr "Meine Einstellungen"
|
4835
4847
|
|
@@ -5079,49 +5091,49 @@ msgstr "Änderungsart"
|
|
5079
5091
|
msgid "content types"
|
5080
5092
|
msgstr "Änderungsart"
|
5081
5093
|
|
5082
|
-
#: lino/modlib/help/models.py:
|
5094
|
+
#: lino/modlib/help/models.py:26
|
5083
5095
|
msgid "Open Help Window"
|
5084
5096
|
msgstr ""
|
5085
5097
|
|
5086
|
-
#: lino/modlib/help/models.py:
|
5098
|
+
#: lino/modlib/help/models.py:65
|
5087
5099
|
#, fuzzy
|
5088
5100
|
msgid "Site contact type"
|
5089
5101
|
msgstr "Änderungsart"
|
5090
5102
|
|
5091
|
-
#: lino/modlib/help/models.py:
|
5103
|
+
#: lino/modlib/help/models.py:66
|
5092
5104
|
#, fuzzy
|
5093
5105
|
msgid "Site contact types"
|
5094
5106
|
msgstr "Änderungsart"
|
5095
5107
|
|
5096
|
-
#: lino/modlib/help/models.py:
|
5108
|
+
#: lino/modlib/help/models.py:70 lino/modlib/system/models.py:98
|
5097
5109
|
msgid "Site owner"
|
5098
5110
|
msgstr ""
|
5099
5111
|
|
5100
|
-
#: lino/modlib/help/models.py:
|
5112
|
+
#: lino/modlib/help/models.py:71
|
5101
5113
|
#, fuzzy
|
5102
5114
|
msgid "Server administrator"
|
5103
5115
|
msgstr "Benutzerprofil"
|
5104
5116
|
|
5105
|
-
#: lino/modlib/help/models.py:
|
5117
|
+
#: lino/modlib/help/models.py:72
|
5106
5118
|
#, fuzzy
|
5107
5119
|
msgid "Site administrator"
|
5108
5120
|
msgstr "Site-Parameter"
|
5109
5121
|
|
5110
|
-
#: lino/modlib/help/models.py:
|
5122
|
+
#: lino/modlib/help/models.py:73
|
5111
5123
|
msgid "Hotline"
|
5112
5124
|
msgstr ""
|
5113
5125
|
|
5114
|
-
#: lino/modlib/help/models.py:
|
5126
|
+
#: lino/modlib/help/models.py:78
|
5115
5127
|
#, fuzzy
|
5116
5128
|
msgid "Site contact"
|
5117
5129
|
msgstr "Bestätigung"
|
5118
5130
|
|
5119
|
-
#: lino/modlib/help/models.py:
|
5131
|
+
#: lino/modlib/help/models.py:79
|
5120
5132
|
#, fuzzy
|
5121
5133
|
msgid "Site contacts"
|
5122
5134
|
msgstr "Bestätigung"
|
5123
5135
|
|
5124
|
-
#: lino/modlib/help/fixtures/demo2.py:
|
5136
|
+
#: lino/modlib/help/fixtures/demo2.py:21
|
5125
5137
|
msgid "Mon and Fri from 11:30 to 12:00"
|
5126
5138
|
msgstr ""
|
5127
5139
|
|
@@ -5395,12 +5407,12 @@ msgstr "Omschrijving"
|
|
5395
5407
|
msgid "Mentions"
|
5396
5408
|
msgstr "Omschrijving"
|
5397
5409
|
|
5398
|
-
#: lino/modlib/memo/models.py:
|
5410
|
+
#: lino/modlib/memo/models.py:74
|
5399
5411
|
#, fuzzy
|
5400
5412
|
msgid "Referrer"
|
5401
5413
|
msgstr "Referenz"
|
5402
5414
|
|
5403
|
-
#: lino/modlib/memo/models.py:
|
5415
|
+
#: lino/modlib/memo/models.py:93
|
5404
5416
|
#, fuzzy
|
5405
5417
|
msgid "Mentioned by"
|
5406
5418
|
msgstr "Omschrijving"
|
@@ -5557,97 +5569,97 @@ msgstr ""
|
|
5557
5569
|
msgid "Fiscal years"
|
5558
5570
|
msgstr "%d jaren"
|
5559
5571
|
|
5560
|
-
#: lino/modlib/periods/
|
5572
|
+
#: lino/modlib/periods/choicelists.py:21
|
5573
|
+
#, fuzzy
|
5574
|
+
msgid "Period type"
|
5575
|
+
msgstr "Upload"
|
5576
|
+
|
5577
|
+
#: lino/modlib/periods/choicelists.py:22
|
5578
|
+
#, fuzzy
|
5579
|
+
msgid "Period types"
|
5580
|
+
msgstr "Uploads"
|
5581
|
+
|
5582
|
+
#: lino/modlib/periods/choicelists.py:29
|
5583
|
+
msgid "Template for reference"
|
5584
|
+
msgstr ""
|
5585
|
+
|
5586
|
+
#: lino/modlib/periods/choicelists.py:35 lino/modlib/summaries/mixins.py:133
|
5587
|
+
msgid "Month"
|
5588
|
+
msgstr ""
|
5589
|
+
|
5590
|
+
#: lino/modlib/periods/choicelists.py:36
|
5591
|
+
#, fuzzy
|
5592
|
+
msgid "Quarter"
|
5593
|
+
msgstr "Aktualisierung"
|
5594
|
+
|
5595
|
+
#: lino/modlib/periods/choicelists.py:37
|
5596
|
+
#, fuzzy
|
5597
|
+
msgid "Trimester"
|
5598
|
+
msgstr "Druckdatum"
|
5599
|
+
|
5600
|
+
#: lino/modlib/periods/choicelists.py:38
|
5601
|
+
#, fuzzy
|
5602
|
+
msgid "Semester"
|
5603
|
+
msgstr "Stammdaten"
|
5604
|
+
|
5605
|
+
#: lino/modlib/periods/choicelists.py:45
|
5606
|
+
#, fuzzy
|
5607
|
+
msgid "Open"
|
5608
|
+
msgstr "Drucken"
|
5609
|
+
|
5610
|
+
#: lino/modlib/periods/choicelists.py:46
|
5611
|
+
msgid "Closed"
|
5612
|
+
msgstr ""
|
5613
|
+
|
5614
|
+
#: lino/modlib/periods/mixins.py:25
|
5561
5615
|
#, fuzzy
|
5562
5616
|
msgid "Start period"
|
5563
5617
|
msgstr "Erste Seite"
|
5564
5618
|
|
5565
|
-
#: lino/modlib/periods/mixins.py:
|
5619
|
+
#: lino/modlib/periods/mixins.py:32
|
5566
5620
|
#, fuzzy
|
5567
5621
|
msgid "End period"
|
5568
5622
|
msgstr "Geschlecht"
|
5569
5623
|
|
5570
|
-
#: lino/modlib/periods/mixins.py:
|
5624
|
+
#: lino/modlib/periods/mixins.py:54 lino/modlib/periods/mixins.py:92
|
5571
5625
|
msgid "Period from"
|
5572
5626
|
msgstr ""
|
5573
5627
|
|
5574
|
-
#: lino/modlib/periods/mixins.py:
|
5628
|
+
#: lino/modlib/periods/mixins.py:59
|
5575
5629
|
msgid ""
|
5576
5630
|
"Optional end of observed period range. Leave empty to observe only the "
|
5577
5631
|
"start period."
|
5578
5632
|
msgstr ""
|
5579
5633
|
|
5580
|
-
#: lino/modlib/periods/mixins.py:
|
5634
|
+
#: lino/modlib/periods/mixins.py:61
|
5581
5635
|
#, fuzzy
|
5582
5636
|
msgid "Period until"
|
5583
5637
|
msgstr "Drucken"
|
5584
5638
|
|
5585
|
-
#: lino/modlib/periods/mixins.py:
|
5639
|
+
#: lino/modlib/periods/mixins.py:100
|
5586
5640
|
msgid "Start of observed period range"
|
5587
5641
|
msgstr ""
|
5588
5642
|
|
5589
|
-
#: lino/modlib/periods/mixins.py:
|
5643
|
+
#: lino/modlib/periods/mixins.py:113
|
5590
5644
|
msgid "Select at least a start period"
|
5591
5645
|
msgstr ""
|
5592
5646
|
|
5593
|
-
#: lino/modlib/periods/mixins.py:
|
5647
|
+
#: lino/modlib/periods/mixins.py:116
|
5594
5648
|
msgid "End period must be after start period"
|
5595
5649
|
msgstr ""
|
5596
5650
|
|
5597
|
-
#: lino/modlib/periods/mixins.py:
|
5651
|
+
#: lino/modlib/periods/mixins.py:122
|
5598
5652
|
msgid "Periods {}...{}"
|
5599
5653
|
msgstr ""
|
5600
5654
|
|
5601
|
-
#: lino/modlib/periods/mixins.py:
|
5655
|
+
#: lino/modlib/periods/mixins.py:125
|
5602
5656
|
msgid "Period {}"
|
5603
5657
|
msgstr ""
|
5604
5658
|
|
5605
|
-
#: lino/modlib/periods/mixins.py:
|
5659
|
+
#: lino/modlib/periods/mixins.py:127
|
5606
5660
|
msgid "All periods"
|
5607
5661
|
msgstr ""
|
5608
5662
|
|
5609
|
-
#: lino/modlib/periods/models.py:31
|
5610
|
-
#, fuzzy
|
5611
|
-
msgid "Period type"
|
5612
|
-
msgstr "Upload"
|
5613
|
-
|
5614
|
-
#: lino/modlib/periods/models.py:32
|
5615
|
-
#, fuzzy
|
5616
|
-
msgid "Period types"
|
5617
|
-
msgstr "Uploads"
|
5618
|
-
|
5619
|
-
#: lino/modlib/periods/models.py:39
|
5620
|
-
msgid "Template for reference"
|
5621
|
-
msgstr ""
|
5622
|
-
|
5623
|
-
#: lino/modlib/periods/models.py:45 lino/modlib/summaries/mixins.py:133
|
5624
|
-
msgid "Month"
|
5625
|
-
msgstr ""
|
5626
|
-
|
5627
|
-
#: lino/modlib/periods/models.py:46
|
5628
|
-
#, fuzzy
|
5629
|
-
msgid "Quarter"
|
5630
|
-
msgstr "Aktualisierung"
|
5631
|
-
|
5632
|
-
#: lino/modlib/periods/models.py:47
|
5633
|
-
#, fuzzy
|
5634
|
-
msgid "Trimester"
|
5635
|
-
msgstr "Druckdatum"
|
5636
|
-
|
5637
|
-
#: lino/modlib/periods/models.py:48
|
5638
|
-
#, fuzzy
|
5639
|
-
msgid "Semester"
|
5640
|
-
msgstr "Stammdaten"
|
5641
|
-
|
5642
|
-
#: lino/modlib/periods/models.py:55
|
5643
|
-
#, fuzzy
|
5644
|
-
msgid "Open"
|
5645
|
-
msgstr "Drucken"
|
5646
|
-
|
5647
|
-
#: lino/modlib/periods/models.py:56
|
5648
|
-
msgid "Closed"
|
5649
|
-
msgstr ""
|
5650
|
-
|
5651
5663
|
#: lino/modlib/printing/__init__.py:13
|
5652
5664
|
#, fuzzy
|
5653
5665
|
msgid "Printing"
|
@@ -5721,93 +5733,93 @@ msgstr ""
|
|
5721
5733
|
msgid "Seems to have been built ({bt}), but cache file is missing ."
|
5722
5734
|
msgstr ""
|
5723
5735
|
|
5724
|
-
#: lino/modlib/publisher/choicelists.py:
|
5725
|
-
#: lino/modlib/publisher/choicelists.py:
|
5736
|
+
#: lino/modlib/publisher/choicelists.py:99
|
5737
|
+
#: lino/modlib/publisher/choicelists.py:123
|
5726
5738
|
msgid "Public"
|
5727
5739
|
msgstr ""
|
5728
5740
|
|
5729
|
-
#: lino/modlib/publisher/choicelists.py:
|
5741
|
+
#: lino/modlib/publisher/choicelists.py:104
|
5730
5742
|
msgid "Publishing state"
|
5731
5743
|
msgstr ""
|
5732
5744
|
|
5733
|
-
#: lino/modlib/publisher/choicelists.py:
|
5745
|
+
#: lino/modlib/publisher/choicelists.py:105
|
5734
5746
|
msgid "Publishing states"
|
5735
5747
|
msgstr ""
|
5736
5748
|
|
5737
|
-
#: lino/modlib/publisher/choicelists.py:
|
5749
|
+
#: lino/modlib/publisher/choicelists.py:112
|
5738
5750
|
msgid "public"
|
5739
5751
|
msgstr ""
|
5740
5752
|
|
5741
|
-
#: lino/modlib/publisher/choicelists.py:
|
5753
|
+
#: lino/modlib/publisher/choicelists.py:121
|
5742
5754
|
msgid "Draft"
|
5743
5755
|
msgstr ""
|
5744
5756
|
|
5745
|
-
#: lino/modlib/publisher/choicelists.py:
|
5757
|
+
#: lino/modlib/publisher/choicelists.py:122
|
5746
5758
|
#, fuzzy
|
5747
5759
|
msgid "Ready"
|
5748
5760
|
msgstr "Erstellt"
|
5749
5761
|
|
5750
|
-
#: lino/modlib/publisher/choicelists.py:
|
5762
|
+
#: lino/modlib/publisher/choicelists.py:124
|
5751
5763
|
msgid "Removed"
|
5752
5764
|
msgstr ""
|
5753
5765
|
|
5754
|
-
#: lino/modlib/publisher/choicelists.py:
|
5766
|
+
#: lino/modlib/publisher/choicelists.py:168
|
5755
5767
|
#, fuzzy
|
5756
5768
|
msgid "Page filler"
|
5757
5769
|
msgstr "Upload"
|
5758
5770
|
|
5759
|
-
#: lino/modlib/publisher/choicelists.py:
|
5771
|
+
#: lino/modlib/publisher/choicelists.py:169
|
5760
5772
|
#, fuzzy
|
5761
5773
|
msgid "Page fillers"
|
5762
5774
|
msgstr "Uploads"
|
5763
5775
|
|
5764
|
-
#: lino/modlib/publisher/choicelists.py:
|
5776
|
+
#: lino/modlib/publisher/choicelists.py:174
|
5765
5777
|
#, fuzzy
|
5766
5778
|
msgid "Data table"
|
5767
5779
|
msgstr "Letzte Seite"
|
5768
5780
|
|
5769
|
-
#: lino/modlib/publisher/choicelists.py:
|
5781
|
+
#: lino/modlib/publisher/choicelists.py:200
|
5770
5782
|
#, fuzzy
|
5771
5783
|
msgid "Special page"
|
5772
5784
|
msgstr "Vorige Seite"
|
5773
5785
|
|
5774
|
-
#: lino/modlib/publisher/choicelists.py:
|
5786
|
+
#: lino/modlib/publisher/choicelists.py:201
|
5775
5787
|
#, fuzzy
|
5776
5788
|
msgid "Special pages"
|
5777
5789
|
msgstr "Vorige Seite"
|
5778
5790
|
|
5779
|
-
#: lino/modlib/publisher/choicelists.py:
|
5791
|
+
#: lino/modlib/publisher/choicelists.py:213 lino/modlib/publisher/models.py:47
|
5780
5792
|
#, fuzzy
|
5781
5793
|
msgid "Pages"
|
5782
5794
|
msgstr "Nächste Seite"
|
5783
5795
|
|
5784
|
-
#: lino/modlib/publisher/choicelists.py:
|
5796
|
+
#: lino/modlib/publisher/choicelists.py:222
|
5785
5797
|
#, fuzzy
|
5786
5798
|
msgid "(create)"
|
5787
5799
|
msgstr "Erstellen"
|
5788
5800
|
|
5789
|
-
#: lino/modlib/publisher/choicelists.py:
|
5801
|
+
#: lino/modlib/publisher/choicelists.py:230
|
5790
5802
|
msgid "Welcome to our great website."
|
5791
5803
|
msgstr ""
|
5792
5804
|
|
5793
|
-
#: lino/modlib/publisher/choicelists.py:
|
5805
|
+
#: lino/modlib/publisher/choicelists.py:231
|
5794
5806
|
msgid "Terms and conditions"
|
5795
5807
|
msgstr ""
|
5796
5808
|
|
5797
|
-
#: lino/modlib/publisher/choicelists.py:
|
5809
|
+
#: lino/modlib/publisher/choicelists.py:232
|
5798
5810
|
msgid "Privacy policy"
|
5799
5811
|
msgstr ""
|
5800
5812
|
|
5801
|
-
#: lino/modlib/publisher/choicelists.py:
|
5813
|
+
#: lino/modlib/publisher/choicelists.py:233
|
5802
5814
|
#, fuzzy
|
5803
5815
|
msgid "Cookie settings"
|
5804
5816
|
msgstr "Meine Einstellungen"
|
5805
5817
|
|
5806
|
-
#: lino/modlib/publisher/choicelists.py:
|
5818
|
+
#: lino/modlib/publisher/choicelists.py:234
|
5807
5819
|
msgid "Copyright"
|
5808
5820
|
msgstr ""
|
5809
5821
|
|
5810
|
-
#: lino/modlib/publisher/choicelists.py:
|
5822
|
+
#: lino/modlib/publisher/choicelists.py:235
|
5811
5823
|
#, fuzzy
|
5812
5824
|
msgid "About us"
|
5813
5825
|
msgstr "Info"
|
@@ -5883,7 +5895,7 @@ msgstr ""
|
|
5883
5895
|
msgid "System"
|
5884
5896
|
msgstr ""
|
5885
5897
|
|
5886
|
-
#: lino/modlib/system/__init__.py:
|
5898
|
+
#: lino/modlib/system/__init__.py:33
|
5887
5899
|
msgid "You have a dangling edit lock on"
|
5888
5900
|
msgstr ""
|
5889
5901
|
|
@@ -5896,419 +5908,462 @@ msgstr "Bearbeiten"
|
|
5896
5908
|
msgid "Abort"
|
5897
5909
|
msgstr "Info"
|
5898
5910
|
|
5899
|
-
#: lino/modlib/system/choicelists.py:
|
5911
|
+
#: lino/modlib/system/choicelists.py:24
|
5900
5912
|
msgid "Yes or no"
|
5901
5913
|
msgstr ""
|
5902
5914
|
|
5903
|
-
#: lino/modlib/system/choicelists.py:
|
5915
|
+
#: lino/modlib/system/choicelists.py:34
|
5904
5916
|
msgid "Gender"
|
5905
5917
|
msgstr "Geschlecht"
|
5906
5918
|
|
5907
|
-
#: lino/modlib/system/choicelists.py:
|
5919
|
+
#: lino/modlib/system/choicelists.py:35
|
5908
5920
|
#, fuzzy
|
5909
5921
|
msgid "Genders"
|
5910
5922
|
msgstr "Geschlecht"
|
5911
5923
|
|
5912
|
-
#: lino/modlib/system/choicelists.py:
|
5924
|
+
#: lino/modlib/system/choicelists.py:39
|
5913
5925
|
msgid "Male"
|
5914
5926
|
msgstr "Männlich"
|
5915
5927
|
|
5916
|
-
#: lino/modlib/system/choicelists.py:
|
5928
|
+
#: lino/modlib/system/choicelists.py:40
|
5917
5929
|
msgid "Female"
|
5918
5930
|
msgstr "Weiblich"
|
5919
5931
|
|
5920
|
-
#: lino/modlib/system/choicelists.py:
|
5932
|
+
#: lino/modlib/system/choicelists.py:41
|
5921
5933
|
msgid "Nonbinary"
|
5922
5934
|
msgstr ""
|
5923
5935
|
|
5924
|
-
#: lino/modlib/system/choicelists.py:
|
5936
|
+
#: lino/modlib/system/choicelists.py:56
|
5925
5937
|
#, fuzzy
|
5926
5938
|
msgid "Starts"
|
5927
5939
|
msgstr "Zustand"
|
5928
5940
|
|
5929
|
-
#: lino/modlib/system/choicelists.py:
|
5941
|
+
#: lino/modlib/system/choicelists.py:71
|
5930
5942
|
#, fuzzy
|
5931
5943
|
msgid "Is active"
|
5932
5944
|
msgstr "Erstellen"
|
5933
5945
|
|
5934
|
-
#: lino/modlib/system/choicelists.py:
|
5946
|
+
#: lino/modlib/system/choicelists.py:85
|
5935
5947
|
#, fuzzy
|
5936
5948
|
msgid "Ends"
|
5937
5949
|
msgstr "Kalenders"
|
5938
5950
|
|
5939
|
-
#: lino/modlib/system/choicelists.py:
|
5951
|
+
#: lino/modlib/system/choicelists.py:169
|
5940
5952
|
msgid "Weekday"
|
5941
5953
|
msgstr ""
|
5942
5954
|
|
5943
|
-
#: lino/modlib/system/choicelists.py:
|
5955
|
+
#: lino/modlib/system/choicelists.py:173
|
5944
5956
|
msgid "Monday"
|
5945
5957
|
msgstr ""
|
5946
5958
|
|
5947
|
-
#: lino/modlib/system/choicelists.py:
|
5959
|
+
#: lino/modlib/system/choicelists.py:174
|
5948
5960
|
msgid "Tuesday"
|
5949
5961
|
msgstr ""
|
5950
5962
|
|
5951
|
-
#: lino/modlib/system/choicelists.py:
|
5963
|
+
#: lino/modlib/system/choicelists.py:175
|
5952
5964
|
msgid "Wednesday"
|
5953
5965
|
msgstr ""
|
5954
5966
|
|
5955
|
-
#: lino/modlib/system/choicelists.py:
|
5967
|
+
#: lino/modlib/system/choicelists.py:176
|
5956
5968
|
msgid "Thursday"
|
5957
5969
|
msgstr ""
|
5958
5970
|
|
5959
|
-
#: lino/modlib/system/choicelists.py:
|
5971
|
+
#: lino/modlib/system/choicelists.py:177
|
5960
5972
|
msgid "Friday"
|
5961
5973
|
msgstr ""
|
5962
5974
|
|
5963
|
-
#: lino/modlib/system/choicelists.py:
|
5975
|
+
#: lino/modlib/system/choicelists.py:178
|
5964
5976
|
msgid "Saturday"
|
5965
5977
|
msgstr ""
|
5966
5978
|
|
5967
|
-
#: lino/modlib/system/choicelists.py:
|
5979
|
+
#: lino/modlib/system/choicelists.py:179
|
5968
5980
|
#, fuzzy
|
5969
5981
|
msgid "Sunday"
|
5970
5982
|
msgstr "Zusammenfassung"
|
5971
5983
|
|
5972
|
-
#: lino/modlib/system/choicelists.py:
|
5984
|
+
#: lino/modlib/system/choicelists.py:190
|
5973
5985
|
#, fuzzy
|
5974
5986
|
msgid "Duration Unit"
|
5975
5987
|
msgstr "Omschrijving"
|
5976
5988
|
|
5977
|
-
#: lino/modlib/system/choicelists.py:
|
5989
|
+
#: lino/modlib/system/choicelists.py:195
|
5978
5990
|
#, fuzzy
|
5979
5991
|
msgid "seconds"
|
5980
5992
|
msgstr "Kalenders"
|
5981
5993
|
|
5982
|
-
#: lino/modlib/system/choicelists.py:
|
5994
|
+
#: lino/modlib/system/choicelists.py:196
|
5983
5995
|
#, fuzzy
|
5984
5996
|
msgid "minutes"
|
5985
5997
|
msgstr "Benutzerprofil"
|
5986
5998
|
|
5987
|
-
#: lino/modlib/system/choicelists.py:
|
5999
|
+
#: lino/modlib/system/choicelists.py:197
|
5988
6000
|
#, fuzzy
|
5989
6001
|
msgid "hours"
|
5990
6002
|
msgstr "Benutzer"
|
5991
6003
|
|
5992
|
-
#: lino/modlib/system/choicelists.py:
|
6004
|
+
#: lino/modlib/system/choicelists.py:198
|
5993
6005
|
#, fuzzy
|
5994
6006
|
msgid "days"
|
5995
6007
|
msgstr "als"
|
5996
6008
|
|
5997
|
-
#: lino/modlib/system/choicelists.py:
|
6009
|
+
#: lino/modlib/system/choicelists.py:199
|
5998
6010
|
msgid "weeks"
|
5999
6011
|
msgstr ""
|
6000
6012
|
|
6001
|
-
#: lino/modlib/system/choicelists.py:
|
6013
|
+
#: lino/modlib/system/choicelists.py:200
|
6002
6014
|
#, fuzzy
|
6003
6015
|
msgid "months"
|
6004
6016
|
msgstr "Zustand"
|
6005
6017
|
|
6006
|
-
#: lino/modlib/system/choicelists.py:
|
6018
|
+
#: lino/modlib/system/choicelists.py:201
|
6007
6019
|
#, fuzzy
|
6008
6020
|
msgid "years"
|
6009
6021
|
msgstr "Jahre"
|
6010
6022
|
|
6011
|
-
#: lino/modlib/system/choicelists.py:
|
6023
|
+
#: lino/modlib/system/choicelists.py:205
|
6012
6024
|
#, fuzzy
|
6013
6025
|
msgid "Recurrence"
|
6014
6026
|
msgstr "Referenz"
|
6015
6027
|
|
6016
|
-
#: lino/modlib/system/choicelists.py:
|
6028
|
+
#: lino/modlib/system/choicelists.py:206
|
6017
6029
|
#, fuzzy
|
6018
6030
|
msgid "Recurrences"
|
6019
6031
|
msgstr "Referenz"
|
6020
6032
|
|
6021
|
-
#: lino/modlib/system/choicelists.py:
|
6033
|
+
#: lino/modlib/system/choicelists.py:212
|
6022
6034
|
#, fuzzy
|
6023
6035
|
msgid "once"
|
6024
6036
|
msgstr "Erfolgreich abgeschlossen"
|
6025
6037
|
|
6026
|
-
#: lino/modlib/system/choicelists.py:
|
6038
|
+
#: lino/modlib/system/choicelists.py:213
|
6027
6039
|
msgid "never"
|
6028
6040
|
msgstr ""
|
6029
6041
|
|
6030
|
-
#: lino/modlib/system/choicelists.py:
|
6042
|
+
#: lino/modlib/system/choicelists.py:214
|
6031
6043
|
msgid "secondly"
|
6032
6044
|
msgstr ""
|
6033
6045
|
|
6034
|
-
#: lino/modlib/system/choicelists.py:
|
6046
|
+
#: lino/modlib/system/choicelists.py:215
|
6035
6047
|
msgid "minutely"
|
6036
6048
|
msgstr ""
|
6037
6049
|
|
6038
|
-
#: lino/modlib/system/choicelists.py:
|
6050
|
+
#: lino/modlib/system/choicelists.py:216
|
6039
6051
|
msgid "hourly"
|
6040
6052
|
msgstr ""
|
6041
6053
|
|
6042
|
-
#: lino/modlib/system/choicelists.py:
|
6054
|
+
#: lino/modlib/system/choicelists.py:217
|
6043
6055
|
#, fuzzy
|
6044
6056
|
msgid "daily"
|
6045
6057
|
msgstr "Detail"
|
6046
6058
|
|
6047
|
-
#: lino/modlib/system/choicelists.py:
|
6059
|
+
#: lino/modlib/system/choicelists.py:218
|
6048
6060
|
msgid "weekly"
|
6049
6061
|
msgstr ""
|
6050
6062
|
|
6051
|
-
#: lino/modlib/system/choicelists.py:
|
6063
|
+
#: lino/modlib/system/choicelists.py:219
|
6052
6064
|
msgid "monthly"
|
6053
6065
|
msgstr ""
|
6054
6066
|
|
6055
|
-
#: lino/modlib/system/choicelists.py:
|
6067
|
+
#: lino/modlib/system/choicelists.py:220
|
6056
6068
|
#, fuzzy
|
6057
6069
|
msgid "yearly"
|
6058
6070
|
msgstr "Jahre"
|
6059
6071
|
|
6060
|
-
#: lino/modlib/system/choicelists.py:
|
6072
|
+
#: lino/modlib/system/choicelists.py:221
|
6061
6073
|
msgid "per weekday"
|
6062
6074
|
msgstr ""
|
6063
6075
|
|
6064
|
-
#: lino/modlib/system/choicelists.py:
|
6076
|
+
#: lino/modlib/system/choicelists.py:222
|
6065
6077
|
msgid "Relative to Easter"
|
6066
6078
|
msgstr ""
|
6067
6079
|
|
6068
|
-
#: lino/modlib/system/choicelists.py:
|
6080
|
+
#: lino/modlib/system/choicelists.py:234
|
6069
6081
|
msgid "Display color"
|
6070
6082
|
msgstr ""
|
6071
6083
|
|
6072
|
-
#: lino/modlib/system/choicelists.py:
|
6084
|
+
#: lino/modlib/system/choicelists.py:235
|
6073
6085
|
msgid "Display colors"
|
6074
6086
|
msgstr ""
|
6075
6087
|
|
6076
|
-
#: lino/modlib/system/choicelists.py:
|
6088
|
+
#: lino/modlib/system/choicelists.py:241
|
6089
|
+
msgid "Font color"
|
6090
|
+
msgstr ""
|
6091
|
+
|
6092
|
+
#: lino/modlib/system/choicelists.py:268
|
6077
6093
|
#, fuzzy
|
6078
6094
|
msgid "White"
|
6079
6095
|
msgstr "Site"
|
6080
6096
|
|
6081
|
-
#: lino/modlib/system/choicelists.py:
|
6097
|
+
#: lino/modlib/system/choicelists.py:269
|
6082
6098
|
#, fuzzy
|
6083
6099
|
msgid "Gray"
|
6084
6100
|
msgstr "Erstellt"
|
6085
6101
|
|
6086
|
-
#: lino/modlib/system/choicelists.py:
|
6102
|
+
#: lino/modlib/system/choicelists.py:270
|
6087
6103
|
msgid "Black"
|
6088
6104
|
msgstr ""
|
6089
6105
|
|
6090
|
-
#: lino/modlib/system/choicelists.py:
|
6106
|
+
#: lino/modlib/system/choicelists.py:273
|
6091
6107
|
#, fuzzy
|
6092
6108
|
msgid "Red"
|
6093
6109
|
msgstr "Erstellt"
|
6094
6110
|
|
6095
|
-
#: lino/modlib/system/choicelists.py:
|
6111
|
+
#: lino/modlib/system/choicelists.py:274
|
6096
6112
|
#, fuzzy
|
6097
6113
|
msgid "Orange"
|
6098
6114
|
msgstr "Manager"
|
6099
6115
|
|
6100
|
-
#: lino/modlib/system/choicelists.py:
|
6116
|
+
#: lino/modlib/system/choicelists.py:275
|
6101
6117
|
msgid "Yellow"
|
6102
6118
|
msgstr ""
|
6103
6119
|
|
6104
|
-
#: lino/modlib/system/choicelists.py:
|
6120
|
+
#: lino/modlib/system/choicelists.py:276
|
6105
6121
|
#, fuzzy
|
6106
6122
|
msgid "Green"
|
6107
6123
|
msgstr "Nächste Seite"
|
6108
6124
|
|
6109
|
-
#: lino/modlib/system/choicelists.py:
|
6125
|
+
#: lino/modlib/system/choicelists.py:277
|
6110
6126
|
#, fuzzy
|
6111
6127
|
msgid "Blue"
|
6112
6128
|
msgstr "Wert"
|
6113
6129
|
|
6114
|
-
#: lino/modlib/system/choicelists.py:
|
6130
|
+
#: lino/modlib/system/choicelists.py:278
|
6115
6131
|
#, fuzzy
|
6116
6132
|
msgid "Magenta"
|
6117
6133
|
msgstr "Drucken"
|
6118
6134
|
|
6119
|
-
#: lino/modlib/system/choicelists.py:
|
6135
|
+
#: lino/modlib/system/choicelists.py:279
|
6120
6136
|
#, fuzzy
|
6121
6137
|
msgid "Violet"
|
6122
6138
|
msgstr "Drucken"
|
6123
6139
|
|
6124
|
-
#: lino/modlib/system/choicelists.py:
|
6140
|
+
#: lino/modlib/system/choicelists.py:282
|
6125
6141
|
#, fuzzy
|
6126
6142
|
msgid "Silver"
|
6127
6143
|
msgstr "Drucken"
|
6128
6144
|
|
6129
|
-
#: lino/modlib/system/choicelists.py:
|
6145
|
+
#: lino/modlib/system/choicelists.py:283
|
6130
6146
|
#, fuzzy
|
6131
6147
|
msgid "Maroon"
|
6132
6148
|
msgstr "Omschrijving"
|
6133
6149
|
|
6134
|
-
#: lino/modlib/system/choicelists.py:
|
6150
|
+
#: lino/modlib/system/choicelists.py:284
|
6135
6151
|
msgid "Peru"
|
6136
6152
|
msgstr ""
|
6137
6153
|
|
6138
|
-
#: lino/modlib/system/choicelists.py:
|
6154
|
+
#: lino/modlib/system/choicelists.py:285
|
6155
|
+
#, fuzzy
|
6156
|
+
msgid "Pink"
|
6157
|
+
msgstr "Drucken"
|
6158
|
+
|
6159
|
+
#: lino/modlib/system/choicelists.py:286
|
6139
6160
|
msgid "Olive"
|
6140
6161
|
msgstr ""
|
6141
6162
|
|
6142
|
-
#: lino/modlib/system/choicelists.py:
|
6163
|
+
#: lino/modlib/system/choicelists.py:287
|
6143
6164
|
msgid "Aqua"
|
6144
6165
|
msgstr ""
|
6145
6166
|
|
6146
|
-
#: lino/modlib/system/choicelists.py:
|
6167
|
+
#: lino/modlib/system/choicelists.py:288
|
6147
6168
|
#, fuzzy
|
6148
6169
|
msgid "Navy"
|
6149
6170
|
msgstr "Zusammenfassung"
|
6150
6171
|
|
6151
|
-
#: lino/modlib/system/choicelists.py:
|
6172
|
+
#: lino/modlib/system/choicelists.py:289
|
6173
|
+
#, fuzzy
|
6174
|
+
msgid "Aquamarine"
|
6175
|
+
msgstr "Zusammenfassung"
|
6176
|
+
|
6177
|
+
#: lino/modlib/system/choicelists.py:290
|
6178
|
+
#, fuzzy
|
6179
|
+
msgid "DarkGreen"
|
6180
|
+
msgstr "Nächste Seite"
|
6181
|
+
|
6182
|
+
#: lino/modlib/system/choicelists.py:291
|
6183
|
+
#, fuzzy
|
6184
|
+
msgid "PaleGreen"
|
6185
|
+
msgstr "Nächste Seite"
|
6186
|
+
|
6187
|
+
#: lino/modlib/system/choicelists.py:292
|
6188
|
+
msgid "Chartreuse"
|
6189
|
+
msgstr ""
|
6190
|
+
|
6191
|
+
#: lino/modlib/system/choicelists.py:293
|
6192
|
+
#, fuzzy
|
6193
|
+
msgid "Lime"
|
6194
|
+
msgstr "Druckdatum"
|
6195
|
+
|
6196
|
+
#: lino/modlib/system/choicelists.py:294
|
6152
6197
|
msgid "Fuchsia"
|
6153
6198
|
msgstr ""
|
6154
6199
|
|
6155
|
-
#: lino/modlib/system/choicelists.py:
|
6200
|
+
#: lino/modlib/system/choicelists.py:295
|
6201
|
+
#, fuzzy
|
6202
|
+
msgid "Cyan"
|
6203
|
+
msgstr "Änderung"
|
6204
|
+
|
6205
|
+
#: lino/modlib/system/choicelists.py:296
|
6156
6206
|
msgid "Purple"
|
6157
6207
|
msgstr ""
|
6158
6208
|
|
6159
|
-
#: lino/modlib/system/mixins.py:
|
6209
|
+
#: lino/modlib/system/mixins.py:82
|
6210
|
+
#, fuzzy
|
6211
|
+
msgid "Locked by"
|
6212
|
+
msgstr "Upload"
|
6213
|
+
|
6214
|
+
#: lino/modlib/system/mixins.py:119
|
6160
6215
|
msgid "{row} is being edited by {user}. Please try again later."
|
6161
6216
|
msgstr ""
|
6162
6217
|
|
6163
|
-
#: lino/modlib/system/mixins.py:
|
6218
|
+
#: lino/modlib/system/mixins.py:201
|
6164
6219
|
#, fuzzy
|
6165
6220
|
msgid "first"
|
6166
6221
|
msgstr "Erste Seite"
|
6167
6222
|
|
6168
|
-
#: lino/modlib/system/mixins.py:
|
6223
|
+
#: lino/modlib/system/mixins.py:202
|
6169
6224
|
#, fuzzy
|
6170
6225
|
msgid "last"
|
6171
6226
|
msgstr "als"
|
6172
6227
|
|
6173
|
-
#: lino/modlib/system/mixins.py:
|
6228
|
+
#: lino/modlib/system/mixins.py:203
|
6174
6229
|
#, fuzzy
|
6175
6230
|
msgid "second"
|
6176
6231
|
msgstr "Drucken"
|
6177
6232
|
|
6178
|
-
#: lino/modlib/system/mixins.py:
|
6233
|
+
#: lino/modlib/system/mixins.py:204
|
6179
6234
|
#, fuzzy
|
6180
6235
|
msgid "second last"
|
6181
6236
|
msgstr "Letzten zeigen"
|
6182
6237
|
|
6183
|
-
#: lino/modlib/system/mixins.py:
|
6238
|
+
#: lino/modlib/system/mixins.py:205
|
6184
6239
|
msgid "third"
|
6185
6240
|
msgstr ""
|
6186
6241
|
|
6187
|
-
#: lino/modlib/system/mixins.py:
|
6242
|
+
#: lino/modlib/system/mixins.py:206
|
6188
6243
|
#, fuzzy
|
6189
6244
|
msgid "third last"
|
6190
6245
|
msgstr "Letzten zeigen"
|
6191
6246
|
|
6192
|
-
#: lino/modlib/system/mixins.py:
|
6247
|
+
#: lino/modlib/system/mixins.py:207
|
6193
6248
|
msgid "fourth"
|
6194
6249
|
msgstr ""
|
6195
6250
|
|
6196
|
-
#: lino/modlib/system/mixins.py:
|
6251
|
+
#: lino/modlib/system/mixins.py:208
|
6197
6252
|
#, fuzzy
|
6198
6253
|
msgid "fourth last"
|
6199
6254
|
msgstr "Letzten zeigen"
|
6200
6255
|
|
6201
|
-
#: lino/modlib/system/mixins.py:
|
6256
|
+
#: lino/modlib/system/mixins.py:217
|
6202
6257
|
msgid "Repeat every"
|
6203
6258
|
msgstr ""
|
6204
6259
|
|
6205
|
-
#: lino/modlib/system/mixins.py:
|
6260
|
+
#: lino/modlib/system/mixins.py:218
|
6206
6261
|
#, fuzzy
|
6207
6262
|
msgid "Positions"
|
6208
6263
|
msgstr "Omschrijving"
|
6209
6264
|
|
6210
|
-
#: lino/modlib/system/mixins.py:
|
6265
|
+
#: lino/modlib/system/mixins.py:230
|
6211
6266
|
#, fuzzy
|
6212
6267
|
msgid "Number of events"
|
6213
6268
|
msgstr "Benutzer-Level"
|
6214
6269
|
|
6215
|
-
#: lino/modlib/system/mixins.py:
|
6270
|
+
#: lino/modlib/system/mixins.py:291
|
6216
6271
|
#, fuzzy
|
6217
6272
|
msgid "Times"
|
6218
6273
|
msgstr "Druckdatum"
|
6219
6274
|
|
6220
|
-
#: lino/modlib/system/mixins.py:
|
6275
|
+
#: lino/modlib/system/mixins.py:297
|
6221
6276
|
msgid "When"
|
6222
6277
|
msgstr ""
|
6223
6278
|
|
6224
|
-
#: lino/modlib/system/mixins.py:
|
6279
|
+
#: lino/modlib/system/mixins.py:300
|
6225
6280
|
msgid "Not specified"
|
6226
6281
|
msgstr ""
|
6227
6282
|
|
6228
|
-
#: lino/modlib/system/mixins.py:
|
6283
|
+
#: lino/modlib/system/mixins.py:302
|
6229
6284
|
msgid "Never"
|
6230
6285
|
msgstr ""
|
6231
6286
|
|
6232
|
-
#: lino/modlib/system/mixins.py:
|
6287
|
+
#: lino/modlib/system/mixins.py:305
|
6233
6288
|
msgid "{0}-{1}"
|
6234
6289
|
msgstr ""
|
6235
6290
|
|
6236
|
-
#: lino/modlib/system/mixins.py:
|
6291
|
+
#: lino/modlib/system/mixins.py:312
|
6237
6292
|
msgid "Once starting on {0} (only {1})"
|
6238
6293
|
msgstr ""
|
6239
6294
|
|
6240
|
-
#: lino/modlib/system/mixins.py:
|
6295
|
+
#: lino/modlib/system/mixins.py:315
|
6241
6296
|
msgid "On {0}"
|
6242
6297
|
msgstr ""
|
6243
6298
|
|
6244
|
-
#: lino/modlib/system/mixins.py:
|
6299
|
+
#: lino/modlib/system/mixins.py:317 lino/modlib/system/mixins.py:331
|
6245
6300
|
msgid "day"
|
6246
6301
|
msgstr ""
|
6247
6302
|
|
6248
|
-
#: lino/modlib/system/mixins.py:
|
6303
|
+
#: lino/modlib/system/mixins.py:321
|
6249
6304
|
msgid "Every week"
|
6250
6305
|
msgstr ""
|
6251
6306
|
|
6252
|
-
#: lino/modlib/system/mixins.py:
|
6307
|
+
#: lino/modlib/system/mixins.py:329 lino/modlib/system/mixins.py:331
|
6253
6308
|
#, fuzzy
|
6254
6309
|
msgid "and"
|
6255
6310
|
msgstr "Zustand"
|
6256
6311
|
|
6257
|
-
#: lino/modlib/system/mixins.py:
|
6312
|
+
#: lino/modlib/system/mixins.py:333
|
6258
6313
|
msgid "Every {day} of the month"
|
6259
6314
|
msgstr ""
|
6260
6315
|
|
6261
|
-
#: lino/modlib/system/mixins.py:
|
6316
|
+
#: lino/modlib/system/mixins.py:335
|
6262
6317
|
msgid "Every month"
|
6263
6318
|
msgid_plural "Every {count} months"
|
6264
6319
|
msgstr[0] ""
|
6265
6320
|
msgstr[1] ""
|
6266
6321
|
|
6267
|
-
#: lino/modlib/system/mixins.py:
|
6322
|
+
#: lino/modlib/system/mixins.py:339
|
6268
6323
|
msgid "Every year"
|
6269
6324
|
msgid_plural "Every {count} years"
|
6270
6325
|
msgstr[0] ""
|
6271
6326
|
msgstr[1] ""
|
6272
6327
|
|
6273
|
-
#: lino/modlib/system/mixins.py:
|
6328
|
+
#: lino/modlib/system/mixins.py:342
|
6274
6329
|
msgid "Every year (with Easter)"
|
6275
6330
|
msgid_plural "Every {count} years (with Easter)"
|
6276
6331
|
msgstr[0] ""
|
6277
6332
|
msgstr[1] ""
|
6278
6333
|
|
6279
|
-
#: lino/modlib/system/mixins.py:
|
6334
|
+
#: lino/modlib/system/mixins.py:350
|
6280
6335
|
msgid "Every {day}"
|
6281
6336
|
msgid_plural "Every {ord_count} {day}"
|
6282
6337
|
msgstr[0] ""
|
6283
6338
|
msgstr[1] ""
|
6284
6339
|
|
6285
|
-
#: lino/modlib/system/mixins.py:
|
6340
|
+
#: lino/modlib/system/mixins.py:375
|
6286
6341
|
msgid "working day"
|
6287
6342
|
msgstr ""
|
6288
6343
|
|
6289
|
-
#: lino/modlib/system/models.py:
|
6344
|
+
#: lino/modlib/system/models.py:41
|
6290
6345
|
msgid "Rebuild site cache"
|
6291
6346
|
msgstr "Site-Cache rekonstruieren"
|
6292
6347
|
|
6293
|
-
#: lino/modlib/system/models.py:
|
6348
|
+
#: lino/modlib/system/models.py:68 lino/modlib/system/models.py:148
|
6294
6349
|
#, fuzzy
|
6295
6350
|
msgid "Site configuration"
|
6296
6351
|
msgstr "Bestätigung"
|
6297
6352
|
|
6298
|
-
#: lino/modlib/system/models.py:
|
6353
|
+
#: lino/modlib/system/models.py:89
|
6299
6354
|
msgid "Default build method"
|
6300
6355
|
msgstr "Standard-Konstruktionsmethode"
|
6301
6356
|
|
6302
|
-
#: lino/modlib/system/models.py:
|
6357
|
+
#: lino/modlib/system/models.py:92
|
6303
6358
|
#, fuzzy
|
6304
6359
|
msgid "Simulated date"
|
6305
6360
|
msgstr "Erste Seite"
|
6306
6361
|
|
6307
|
-
#: lino/modlib/system/models.py:
|
6362
|
+
#: lino/modlib/system/models.py:322
|
6308
6363
|
msgid "Find unbleached html content"
|
6309
6364
|
msgstr ""
|
6310
6365
|
|
6311
|
-
#: lino/modlib/system/models.py:
|
6366
|
+
#: lino/modlib/system/models.py:334
|
6312
6367
|
msgid "Fields {} have unbleached content."
|
6313
6368
|
msgstr ""
|
6314
6369
|
|
@@ -6500,26 +6555,26 @@ msgstr ""
|
|
6500
6555
|
msgid "Open the file in a new browser window"
|
6501
6556
|
msgstr "die hochgeladene Datei in einem neuen Browserfenster öffnen"
|
6502
6557
|
|
6503
|
-
#: lino/modlib/uploads/utils.py:
|
6558
|
+
#: lino/modlib/uploads/utils.py:48
|
6504
6559
|
#, fuzzy
|
6505
6560
|
msgid "PDF file"
|
6506
6561
|
msgstr "Upload"
|
6507
6562
|
|
6508
|
-
#: lino/modlib/uploads/utils.py:
|
6563
|
+
#: lino/modlib/uploads/utils.py:50
|
6509
6564
|
#, fuzzy
|
6510
6565
|
msgid "picture"
|
6511
6566
|
msgstr "Aktualisierung"
|
6512
6567
|
|
6513
|
-
#: lino/modlib/uploads/utils.py:
|
6568
|
+
#: lino/modlib/uploads/utils.py:51
|
6514
6569
|
#, fuzzy
|
6515
6570
|
msgid "media file"
|
6516
6571
|
msgstr "Bearbeitet"
|
6517
6572
|
|
6518
|
-
#: lino/modlib/uploads/utils.py:
|
6573
|
+
#: lino/modlib/uploads/utils.py:94
|
6519
6574
|
msgid "Must build thumbnail for {}"
|
6520
6575
|
msgstr ""
|
6521
6576
|
|
6522
|
-
#: lino/modlib/users/__init__.py:11 lino/modlib/users/models.py:
|
6577
|
+
#: lino/modlib/users/__init__.py:11 lino/modlib/users/models.py:81
|
6523
6578
|
#, fuzzy
|
6524
6579
|
msgid "Users"
|
6525
6580
|
msgstr "Benutzer"
|
@@ -6707,139 +6762,139 @@ msgstr "Letzte Seite"
|
|
6707
6762
|
msgid "Author"
|
6708
6763
|
msgstr "Autor"
|
6709
6764
|
|
6710
|
-
#: lino/modlib/users/mixins.py:
|
6765
|
+
#: lino/modlib/users/mixins.py:166
|
6711
6766
|
msgid "My {}"
|
6712
6767
|
msgstr ""
|
6713
6768
|
|
6714
|
-
#: lino/modlib/users/mixins.py:
|
6769
|
+
#: lino/modlib/users/mixins.py:223
|
6715
6770
|
msgid "Update plan"
|
6716
6771
|
msgstr ""
|
6717
6772
|
|
6718
|
-
#: lino/modlib/users/mixins.py:
|
6773
|
+
#: lino/modlib/users/mixins.py:239
|
6719
6774
|
msgid "Today"
|
6720
6775
|
msgstr ""
|
6721
6776
|
|
6722
|
-
#: lino/modlib/users/mixins.py:
|
6777
|
+
#: lino/modlib/users/mixins.py:290
|
6723
6778
|
msgid "Assign to me"
|
6724
6779
|
msgstr ""
|
6725
6780
|
|
6726
|
-
#: lino/modlib/users/mixins.py:
|
6781
|
+
#: lino/modlib/users/mixins.py:323
|
6727
6782
|
msgid "You become assigned to this."
|
6728
6783
|
msgstr ""
|
6729
6784
|
|
6730
|
-
#: lino/modlib/users/mixins.py:
|
6785
|
+
#: lino/modlib/users/mixins.py:346
|
6731
6786
|
#, fuzzy
|
6732
6787
|
msgid "Take"
|
6733
6788
|
msgstr "Zustand"
|
6734
6789
|
|
6735
|
-
#: lino/modlib/users/mixins.py:
|
6790
|
+
#: lino/modlib/users/mixins.py:387
|
6736
6791
|
msgid "You take responsibility for {}."
|
6737
6792
|
msgstr ""
|
6738
6793
|
|
6739
|
-
#: lino/modlib/users/mixins.py:
|
6794
|
+
#: lino/modlib/users/mixins.py:407
|
6740
6795
|
msgid "Assigned to"
|
6741
6796
|
msgstr ""
|
6742
6797
|
|
6743
|
-
#: lino/modlib/users/mixins.py:
|
6798
|
+
#: lino/modlib/users/mixins.py:462
|
6744
6799
|
msgid "{user} assigned you to {what}"
|
6745
6800
|
msgstr ""
|
6746
6801
|
|
6747
|
-
#: lino/modlib/users/models.py:
|
6802
|
+
#: lino/modlib/users/models.py:99
|
6748
6803
|
msgid "Initials"
|
6749
6804
|
msgstr ""
|
6750
6805
|
|
6751
|
-
#: lino/modlib/users/models.py:
|
6806
|
+
#: lino/modlib/users/models.py:101
|
6752
6807
|
#, fuzzy
|
6753
6808
|
msgid "Nickname"
|
6754
6809
|
msgstr "Name"
|
6755
6810
|
|
6756
|
-
#: lino/modlib/users/models.py:
|
6811
|
+
#: lino/modlib/users/models.py:106
|
6757
6812
|
msgid "Remarks"
|
6758
6813
|
msgstr ""
|
6759
6814
|
|
6760
|
-
#: lino/modlib/users/models.py:
|
6815
|
+
#: lino/modlib/users/models.py:187
|
6761
6816
|
#, fuzzy
|
6762
6817
|
msgid "Status"
|
6763
6818
|
msgstr "Zustand"
|
6764
6819
|
|
6765
|
-
#: lino/modlib/users/models.py:
|
6820
|
+
#: lino/modlib/users/models.py:189
|
6766
6821
|
#, fuzzy
|
6767
6822
|
msgid "Active"
|
6768
6823
|
msgstr "Erstellen"
|
6769
6824
|
|
6770
|
-
#: lino/modlib/users/models.py:
|
6825
|
+
#: lino/modlib/users/models.py:189
|
6771
6826
|
#, fuzzy
|
6772
6827
|
msgid "Inactive"
|
6773
6828
|
msgstr "Erstellen"
|
6774
6829
|
|
6775
|
-
#: lino/modlib/users/models.py:
|
6830
|
+
#: lino/modlib/users/models.py:190
|
6776
6831
|
#, fuzzy
|
6777
6832
|
msgid "Verified"
|
6778
6833
|
msgstr "Bearbeitet"
|
6779
6834
|
|
6780
|
-
#: lino/modlib/users/models.py:
|
6835
|
+
#: lino/modlib/users/models.py:190
|
6781
6836
|
#, fuzzy
|
6782
6837
|
msgid "Not verified"
|
6783
6838
|
msgstr "Bearbeitet"
|
6784
6839
|
|
6785
|
-
#: lino/modlib/users/models.py:
|
6840
|
+
#: lino/modlib/users/models.py:192
|
6786
6841
|
#, fuzzy
|
6787
6842
|
msgid "Password reset"
|
6788
6843
|
msgstr "Passwort ändern"
|
6789
6844
|
|
6790
|
-
#: lino/modlib/users/models.py:
|
6845
|
+
#: lino/modlib/users/models.py:413
|
6791
6846
|
#, fuzzy
|
6792
6847
|
msgid "Authority"
|
6793
6848
|
msgstr "Autor"
|
6794
6849
|
|
6795
|
-
#: lino/modlib/users/models.py:
|
6850
|
+
#: lino/modlib/users/models.py:414
|
6796
6851
|
msgid "Authorities"
|
6797
6852
|
msgstr ""
|
6798
6853
|
|
6799
|
-
#: lino/modlib/users/ui.py:
|
6854
|
+
#: lino/modlib/users/ui.py:164
|
6800
6855
|
msgid "Edit your user preferences."
|
6801
6856
|
msgstr ""
|
6802
6857
|
|
6803
|
-
#: lino/modlib/users/ui.py:
|
6858
|
+
#: lino/modlib/users/ui.py:202
|
6804
6859
|
msgid "Authorities given"
|
6805
6860
|
msgstr ""
|
6806
6861
|
|
6807
|
-
#: lino/modlib/users/ui.py:
|
6862
|
+
#: lino/modlib/users/ui.py:210
|
6808
6863
|
msgid "Authorities taken"
|
6809
6864
|
msgstr ""
|
6810
6865
|
|
6811
|
-
#: lino/modlib/users/ui.py:
|
6866
|
+
#: lino/modlib/users/ui.py:221
|
6812
6867
|
msgid "Third-party authorizations"
|
6813
6868
|
msgstr ""
|
6814
6869
|
|
6815
|
-
#: lino/modlib/users/ui.py:
|
6870
|
+
#: lino/modlib/users/ui.py:236
|
6816
6871
|
#, fuzzy
|
6817
6872
|
msgid "User roles"
|
6818
6873
|
msgstr "Letzte Seite"
|
6819
6874
|
|
6820
|
-
#: lino/modlib/users/ui.py:
|
6875
|
+
#: lino/modlib/users/ui.py:295
|
6821
6876
|
msgid "Kill"
|
6822
6877
|
msgstr ""
|
6823
6878
|
|
6824
|
-
#: lino/modlib/users/ui.py:
|
6879
|
+
#: lino/modlib/users/ui.py:313
|
6825
6880
|
#, fuzzy
|
6826
6881
|
msgid "Session {} has been deleted."
|
6827
6882
|
msgstr "%s wurde aktualisiert."
|
6828
6883
|
|
6829
|
-
#: lino/modlib/users/ui.py:
|
6884
|
+
#: lino/modlib/users/ui.py:323
|
6830
6885
|
msgid "User sessions"
|
6831
6886
|
msgstr ""
|
6832
6887
|
|
6833
|
-
#: lino/modlib/users/ui.py:
|
6888
|
+
#: lino/modlib/users/ui.py:386
|
6834
6889
|
msgid "session key"
|
6835
6890
|
msgstr ""
|
6836
6891
|
|
6837
|
-
#: lino/modlib/users/ui.py:
|
6892
|
+
#: lino/modlib/users/ui.py:406
|
6838
6893
|
#, fuzzy
|
6839
6894
|
msgid "Last activity"
|
6840
6895
|
msgstr "Erstellen"
|
6841
6896
|
|
6842
|
-
#: lino/modlib/users/ui.py:
|
6897
|
+
#: lino/modlib/users/ui.py:418
|
6843
6898
|
msgid "Expires"
|
6844
6899
|
msgstr ""
|
6845
6900
|
|
@@ -15934,3 +15989,23 @@ msgstr ""
|
|
15934
15989
|
#~ msgid "Thumbnail Large"
|
15935
15990
|
#~ msgstr ""
|
15936
15991
|
|
15992
|
+
#~ msgid ""
|
15993
|
+
#~ "Adds a a timestamp field which "
|
15994
|
+
#~ "holds the last modification time of "
|
15995
|
+
#~ "every individual database object."
|
15996
|
+
#~ msgstr ""
|
15997
|
+
|
15998
|
+
#~ msgid "Whether to use system.DashboardLayouts. This feature is broken."
|
15999
|
+
#~ msgstr ""
|
16000
|
+
|
16001
|
+
#~ msgid "The Django model used to store an fiscal year."
|
16002
|
+
#~ msgstr ""
|
16003
|
+
|
16004
|
+
#~ msgid ""
|
16005
|
+
#~ "An abstract choicelist of the previewers"
|
16006
|
+
#~ " that are available on this site."
|
16007
|
+
#~ msgstr ""
|
16008
|
+
|
16009
|
+
#~ msgid "Add comment"
|
16010
|
+
#~ msgstr "Willkommen"
|
16011
|
+
|