lino 25.1.6__py3-none-any.whl → 25.2.0__py3-none-any.whl

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