tryton 7.2.14__py3-none-any.whl → 7.4.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tryton might be problematic. Click here for more details.
- tryton/__init__.py +1 -1
- tryton/common/common.py +12 -4
- tryton/common/domain_parser.py +5 -4
- tryton/common/popup_menu.py +1 -1
- tryton/data/locale/bg/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/bg/LC_MESSAGES/tryton.po +27 -16
- tryton/data/locale/ca/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/ca/LC_MESSAGES/tryton.po +23 -17
- tryton/data/locale/cs/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/cs/LC_MESSAGES/tryton.po +26 -17
- tryton/data/locale/de/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/de/LC_MESSAGES/tryton.po +27 -21
- tryton/data/locale/es/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/es/LC_MESSAGES/tryton.po +22 -16
- tryton/data/locale/es_419/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/es_419/LC_MESSAGES/tryton.po +31 -19
- tryton/data/locale/et/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/et/LC_MESSAGES/tryton.po +27 -17
- tryton/data/locale/fa/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/fa/LC_MESSAGES/tryton.po +28 -18
- tryton/data/locale/fi/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/fi/LC_MESSAGES/tryton.po +22 -16
- tryton/data/locale/fr/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/fr/LC_MESSAGES/tryton.po +28 -22
- tryton/data/locale/hu/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/hu/LC_MESSAGES/tryton.po +29 -17
- tryton/data/locale/id/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/id/LC_MESSAGES/tryton.po +31 -21
- tryton/data/locale/it/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/it/LC_MESSAGES/tryton.po +30 -20
- tryton/data/locale/ja_JP/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/lo/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/lo/LC_MESSAGES/tryton.po +29 -19
- tryton/data/locale/lt/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/lt/LC_MESSAGES/tryton.po +27 -17
- tryton/data/locale/nl/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/nl/LC_MESSAGES/tryton.po +26 -20
- tryton/data/locale/pl/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/pl/LC_MESSAGES/tryton.po +29 -18
- tryton/data/locale/pt/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/pt/LC_MESSAGES/tryton.po +28 -18
- tryton/data/locale/ro/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/ro/LC_MESSAGES/tryton.po +37 -26
- tryton/data/locale/ru/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/ru/LC_MESSAGES/tryton.po +29 -19
- tryton/data/locale/sl/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/sl/LC_MESSAGES/tryton.po +45 -35
- tryton/data/locale/tr/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/tr/LC_MESSAGES/tryton.po +23 -16
- tryton/data/locale/uk/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/uk/LC_MESSAGES/tryton.po +31 -19
- tryton/data/locale/zh_CN/LC_MESSAGES/tryton.mo +0 -0
- tryton/data/locale/zh_CN/LC_MESSAGES/tryton.po +32 -21
- tryton/gui/main.py +11 -10
- tryton/gui/window/about.py +1 -1
- tryton/gui/window/email_.py +1 -1
- tryton/gui/window/form.py +4 -1
- tryton/gui/window/tabcontent.py +2 -2
- tryton/gui/window/view_form/model/field.py +2 -0
- tryton/gui/window/view_form/model/group.py +4 -1
- tryton/gui/window/view_form/model/record.py +11 -26
- tryton/gui/window/view_form/screen/screen.py +24 -17
- tryton/gui/window/view_form/view/form.py +3 -5
- tryton/gui/window/view_form/view/form_gtk/binary.py +3 -3
- tryton/gui/window/view_form/view/form_gtk/dictionary.py +12 -5
- tryton/gui/window/view_form/view/form_gtk/document.py +6 -0
- tryton/gui/window/view_form/view/form_gtk/many2many.py +32 -0
- tryton/gui/window/view_form/view/form_gtk/multiselection.py +15 -5
- tryton/gui/window/view_form/view/form_gtk/one2many.py +17 -4
- tryton/gui/window/view_form/view/form_gtk/url.py +8 -4
- tryton/gui/window/view_form/view/list.py +49 -18
- tryton/gui/window/view_form/view/list_gtk/widget.py +1 -1
- tryton/gui/window/view_form/view/screen_container.py +5 -3
- tryton/gui/window/win_csv.py +6 -12
- tryton/gui/window/win_export.py +49 -25
- tryton/gui/window/win_import.py +36 -11
- tryton/jsonrpc.py +29 -6
- tryton/pyson.py +2 -1
- tryton/tests/test_common_domain_parser.py +23 -2
- {tryton-7.2.14.dist-info → tryton-7.4.1.dist-info}/METADATA +3 -17
- {tryton-7.2.14.dist-info → tryton-7.4.1.dist-info}/RECORD +85 -85
- {tryton-7.2.14.dist-info → tryton-7.4.1.dist-info}/WHEEL +1 -1
- {tryton-7.2.14.data → tryton-7.4.1.data}/scripts/tryton +0 -0
- {tryton-7.2.14.dist-info → tryton-7.4.1.dist-info}/LICENSE +0 -0
- {tryton-7.2.14.dist-info → tryton-7.4.1.dist-info}/top_level.txt +0 -0
tryton/__init__.py
CHANGED
tryton/common/common.py
CHANGED
|
@@ -400,7 +400,7 @@ def get_sensible_widget(window):
|
|
|
400
400
|
return window
|
|
401
401
|
|
|
402
402
|
|
|
403
|
-
def selection(title, values, alwaysask=False):
|
|
403
|
+
def selection(title, values, alwaysask=False, default=None):
|
|
404
404
|
if not values or len(values) == 0:
|
|
405
405
|
return None
|
|
406
406
|
elif len(values) == 1 and (not alwaysask):
|
|
@@ -439,14 +439,18 @@ def selection(title, values, alwaysask=False):
|
|
|
439
439
|
model = Gtk.ListStore(GObject.TYPE_STRING, GObject.TYPE_INT)
|
|
440
440
|
keys = list(values.keys())
|
|
441
441
|
keys.sort()
|
|
442
|
-
|
|
443
|
-
for val in keys:
|
|
442
|
+
selected = None
|
|
443
|
+
for i, val in enumerate(keys):
|
|
444
444
|
model.append([str(val), i])
|
|
445
|
-
|
|
445
|
+
if default:
|
|
446
|
+
if values[keys[i]] == default:
|
|
447
|
+
selected = i
|
|
446
448
|
|
|
447
449
|
treeview.set_model(model)
|
|
448
450
|
treeview.connect('row-activated',
|
|
449
451
|
lambda x, y, z: dialog.response(Gtk.ResponseType.OK) or True)
|
|
452
|
+
if selected is not None:
|
|
453
|
+
treeview.get_selection().select_path(selected)
|
|
450
454
|
|
|
451
455
|
dialog.show_all()
|
|
452
456
|
response = dialog.run()
|
|
@@ -710,6 +714,10 @@ class MessageDialog(UniqueDialog):
|
|
|
710
714
|
message_type=msg_type, buttons=buttons, text=message)
|
|
711
715
|
if secondary:
|
|
712
716
|
dialog.format_secondary_text(secondary)
|
|
717
|
+
area = dialog.get_message_area()
|
|
718
|
+
for child in area.get_children():
|
|
719
|
+
if isinstance(child, Gtk.Label):
|
|
720
|
+
child.set_selectable(True)
|
|
713
721
|
return dialog
|
|
714
722
|
|
|
715
723
|
def __call__(self, message, *args, **kwargs):
|
tryton/common/domain_parser.py
CHANGED
|
@@ -457,7 +457,7 @@ def complete_value(field, value):
|
|
|
457
457
|
|
|
458
458
|
def complete_datetime():
|
|
459
459
|
yield datetime.date.today()
|
|
460
|
-
yield datetime.datetime.
|
|
460
|
+
yield datetime.datetime.now(datetime.timezone.utc).replace(tzinfo=None)
|
|
461
461
|
|
|
462
462
|
def complete_date():
|
|
463
463
|
yield datetime.date.today()
|
|
@@ -877,12 +877,13 @@ class DomainParser(object):
|
|
|
877
877
|
(field_name, '<=', rvalue),
|
|
878
878
|
])
|
|
879
879
|
continue
|
|
880
|
+
if field['type'] in {
|
|
881
|
+
'many2one', 'one2many', 'many2many', 'one2one',
|
|
882
|
+
}:
|
|
883
|
+
field_name += '.rec_name'
|
|
880
884
|
if isinstance(value, list):
|
|
881
885
|
value = [convert_value(field, v, self.context)
|
|
882
886
|
for v in value]
|
|
883
|
-
if field['type'] in ('many2one', 'one2many',
|
|
884
|
-
'many2many', 'one2one'):
|
|
885
|
-
field_name += '.rec_name'
|
|
886
887
|
else:
|
|
887
888
|
value = convert_value(field, value, self.context)
|
|
888
889
|
if 'like' in operator:
|
tryton/common/popup_menu.py
CHANGED
|
@@ -146,7 +146,7 @@ def populate(menu, model, record, title='', field=None, context=None):
|
|
|
146
146
|
item.connect('activate', activate, action, atype)
|
|
147
147
|
menu.show_all()
|
|
148
148
|
|
|
149
|
-
email_item = Gtk.MenuItem(label=_('
|
|
149
|
+
email_item = Gtk.MenuItem(label=_('Email...'))
|
|
150
150
|
action_menu.append(email_item)
|
|
151
151
|
email_item.connect('activate', email, toolbar)
|
|
152
152
|
menu.show_all()
|
|
Binary file
|
|
@@ -254,7 +254,8 @@ msgstr "Справки..."
|
|
|
254
254
|
msgid "Print..."
|
|
255
255
|
msgstr "Печат..."
|
|
256
256
|
|
|
257
|
-
|
|
257
|
+
#, fuzzy
|
|
258
|
+
msgid "Email..."
|
|
258
259
|
msgstr "Email..."
|
|
259
260
|
|
|
260
261
|
msgid "Bold"
|
|
@@ -378,12 +379,6 @@ msgstr "Помощ"
|
|
|
378
379
|
msgid "No result found."
|
|
379
380
|
msgstr ""
|
|
380
381
|
|
|
381
|
-
msgid "Favorites"
|
|
382
|
-
msgstr ""
|
|
383
|
-
|
|
384
|
-
msgid "Manage..."
|
|
385
|
-
msgstr ""
|
|
386
|
-
|
|
387
382
|
msgid "Action"
|
|
388
383
|
msgstr "Действие"
|
|
389
384
|
|
|
@@ -619,6 +614,9 @@ msgstr "Свързване с Tryton сървъра"
|
|
|
619
614
|
msgid "Profile:"
|
|
620
615
|
msgstr "Профил:"
|
|
621
616
|
|
|
617
|
+
msgid "Manage..."
|
|
618
|
+
msgstr ""
|
|
619
|
+
|
|
622
620
|
msgid "Host / Database information"
|
|
623
621
|
msgstr "Информация за Хост / База данни"
|
|
624
622
|
|
|
@@ -630,7 +628,7 @@ msgid "Unable to complete email entry"
|
|
|
630
628
|
msgstr "Не може да зададе локални настройки %s"
|
|
631
629
|
|
|
632
630
|
#, fuzzy, python-format
|
|
633
|
-
msgid "
|
|
631
|
+
msgid "Email %s"
|
|
634
632
|
msgstr "Email %s"
|
|
635
633
|
|
|
636
634
|
msgid "To:"
|
|
@@ -902,11 +900,12 @@ msgstr "Справки..."
|
|
|
902
900
|
msgid "_Print..."
|
|
903
901
|
msgstr "Печат..."
|
|
904
902
|
|
|
905
|
-
|
|
903
|
+
#, fuzzy
|
|
904
|
+
msgid "_Email..."
|
|
906
905
|
msgstr "Email..."
|
|
907
906
|
|
|
908
907
|
#, fuzzy
|
|
909
|
-
msgid "Send an
|
|
908
|
+
msgid "Send an email using the record"
|
|
910
909
|
msgstr "Съхраняване на този запис"
|
|
911
910
|
|
|
912
911
|
msgid "_Export Data..."
|
|
@@ -959,6 +958,9 @@ msgstr "Име на поле"
|
|
|
959
958
|
msgid "CSV Export: %s"
|
|
960
959
|
msgstr ""
|
|
961
960
|
|
|
961
|
+
msgid "Open"
|
|
962
|
+
msgstr "Отваряне"
|
|
963
|
+
|
|
962
964
|
#, fuzzy
|
|
963
965
|
msgid "_Save Export"
|
|
964
966
|
msgstr "Запис на извличане"
|
|
@@ -977,12 +979,6 @@ msgstr "<b>Предварително зададени извличания</b>"
|
|
|
977
979
|
msgid "Name"
|
|
978
980
|
msgstr "Име"
|
|
979
981
|
|
|
980
|
-
msgid "Open"
|
|
981
|
-
msgstr "Отваряне"
|
|
982
|
-
|
|
983
|
-
msgid "Save"
|
|
984
|
-
msgstr "Съхраняване"
|
|
985
|
-
|
|
986
982
|
#, fuzzy
|
|
987
983
|
msgid "Listed Records"
|
|
988
984
|
msgstr "Редактиране на избрания запис"
|
|
@@ -1043,6 +1039,9 @@ msgstr ""
|
|
|
1043
1039
|
msgid "Add and New"
|
|
1044
1040
|
msgstr ""
|
|
1045
1041
|
|
|
1042
|
+
msgid "Save"
|
|
1043
|
+
msgstr "Съхраняване"
|
|
1044
|
+
|
|
1046
1045
|
msgid "Add"
|
|
1047
1046
|
msgstr "Добавяне"
|
|
1048
1047
|
|
|
@@ -1068,6 +1067,10 @@ msgstr "Възтановяване на избрания запис <Ins>"
|
|
|
1068
1067
|
msgid "CSV Import: %s"
|
|
1069
1068
|
msgstr ""
|
|
1070
1069
|
|
|
1070
|
+
#, fuzzy
|
|
1071
|
+
msgid "Import"
|
|
1072
|
+
msgstr "Справки"
|
|
1073
|
+
|
|
1071
1074
|
#, fuzzy
|
|
1072
1075
|
msgid "_Auto-Detect"
|
|
1073
1076
|
msgstr "Автоматично разпознаване"
|
|
@@ -1281,6 +1284,10 @@ msgstr "Съхраняване на този запис"
|
|
|
1281
1284
|
msgid "Remove selected record"
|
|
1282
1285
|
msgstr "Изтриване на избрания запис <Del>"
|
|
1283
1286
|
|
|
1287
|
+
#, fuzzy
|
|
1288
|
+
msgid "Restore selected record"
|
|
1289
|
+
msgstr "Изтриване на избрания запис <Del>"
|
|
1290
|
+
|
|
1284
1291
|
#, fuzzy
|
|
1285
1292
|
msgid "Open the record <F2>"
|
|
1286
1293
|
msgstr "Отваряне на запис"
|
|
@@ -1299,6 +1306,10 @@ msgstr "Редактиране на избрания запис"
|
|
|
1299
1306
|
msgid "Delete selected record"
|
|
1300
1307
|
msgstr "Изтриване на избрания запис <Del>"
|
|
1301
1308
|
|
|
1309
|
+
#, fuzzy
|
|
1310
|
+
msgid "Undelete selected record"
|
|
1311
|
+
msgstr "Изтриване на избрания запис <Del>"
|
|
1312
|
+
|
|
1302
1313
|
#, python-format
|
|
1303
1314
|
msgid "%s%%"
|
|
1304
1315
|
msgstr ""
|
|
Binary file
|
|
@@ -242,7 +242,7 @@ msgstr "Informe..."
|
|
|
242
242
|
msgid "Print..."
|
|
243
243
|
msgstr "Imprimeix..."
|
|
244
244
|
|
|
245
|
-
msgid "
|
|
245
|
+
msgid "Email..."
|
|
246
246
|
msgstr "Correu electrònic..."
|
|
247
247
|
|
|
248
248
|
msgid "Bold"
|
|
@@ -353,12 +353,6 @@ msgstr "Ajuda"
|
|
|
353
353
|
msgid "No result found."
|
|
354
354
|
msgstr "No s'han trobat resultats."
|
|
355
355
|
|
|
356
|
-
msgid "Favorites"
|
|
357
|
-
msgstr "Preferits"
|
|
358
|
-
|
|
359
|
-
msgid "Manage..."
|
|
360
|
-
msgstr "Gestiona..."
|
|
361
|
-
|
|
362
356
|
msgid "Action"
|
|
363
357
|
msgstr "Acció"
|
|
364
358
|
|
|
@@ -589,6 +583,9 @@ msgstr "Connecta amb el servidor Tryton"
|
|
|
589
583
|
msgid "Profile:"
|
|
590
584
|
msgstr "Perfil:"
|
|
591
585
|
|
|
586
|
+
msgid "Manage..."
|
|
587
|
+
msgstr "Gestiona..."
|
|
588
|
+
|
|
592
589
|
msgid "Host / Database information"
|
|
593
590
|
msgstr "Informació del Servidor / Base de dades"
|
|
594
591
|
|
|
@@ -599,7 +596,7 @@ msgid "Unable to complete email entry"
|
|
|
599
596
|
msgstr "No s'ha pogut completar l'entrada del correu electrònic"
|
|
600
597
|
|
|
601
598
|
#, python-format
|
|
602
|
-
msgid "
|
|
599
|
+
msgid "Email %s"
|
|
603
600
|
msgstr "Correu electrònic %s"
|
|
604
601
|
|
|
605
602
|
msgid "To:"
|
|
@@ -847,11 +844,11 @@ msgstr "_Informes..."
|
|
|
847
844
|
msgid "_Print..."
|
|
848
845
|
msgstr "Im_primeix..."
|
|
849
846
|
|
|
850
|
-
msgid "
|
|
847
|
+
msgid "_Email..."
|
|
851
848
|
msgstr "_Correu electrònic..."
|
|
852
849
|
|
|
853
|
-
msgid "Send an
|
|
854
|
-
msgstr "
|
|
850
|
+
msgid "Send an email using the record"
|
|
851
|
+
msgstr "Envieu un correu electrònic utilitzant el registre"
|
|
855
852
|
|
|
856
853
|
msgid "_Export Data..."
|
|
857
854
|
msgstr "_Exporta dades..."
|
|
@@ -902,6 +899,9 @@ msgstr "Nom del camp"
|
|
|
902
899
|
msgid "CSV Export: %s"
|
|
903
900
|
msgstr "Exportació CSV: %s"
|
|
904
901
|
|
|
902
|
+
msgid "Open"
|
|
903
|
+
msgstr "Obre"
|
|
904
|
+
|
|
905
905
|
msgid "_Save Export"
|
|
906
906
|
msgstr "_Desa exportació"
|
|
907
907
|
|
|
@@ -917,12 +917,6 @@ msgstr "<b>Exportacions predeterminades</b>"
|
|
|
917
917
|
msgid "Name"
|
|
918
918
|
msgstr "Nom"
|
|
919
919
|
|
|
920
|
-
msgid "Open"
|
|
921
|
-
msgstr "Obre"
|
|
922
|
-
|
|
923
|
-
msgid "Save"
|
|
924
|
-
msgstr "Desa"
|
|
925
|
-
|
|
926
920
|
msgid "Listed Records"
|
|
927
921
|
msgstr "Registres llistats"
|
|
928
922
|
|
|
@@ -980,6 +974,9 @@ msgstr "Guarda i nou"
|
|
|
980
974
|
msgid "Add and New"
|
|
981
975
|
msgstr "Afegeix i nou"
|
|
982
976
|
|
|
977
|
+
msgid "Save"
|
|
978
|
+
msgstr "Desa"
|
|
979
|
+
|
|
983
980
|
msgid "Add"
|
|
984
981
|
msgstr "Afegeix"
|
|
985
982
|
|
|
@@ -1005,6 +1002,9 @@ msgstr "Recupera el registre seleccionat <Ins>"
|
|
|
1005
1002
|
msgid "CSV Import: %s"
|
|
1006
1003
|
msgstr "Importació CSV: %s"
|
|
1007
1004
|
|
|
1005
|
+
msgid "Import"
|
|
1006
|
+
msgstr "Importa"
|
|
1007
|
+
|
|
1008
1008
|
msgid "_Auto-Detect"
|
|
1009
1009
|
msgstr "Detecta _automàticament"
|
|
1010
1010
|
|
|
@@ -1205,6 +1205,9 @@ msgstr "Afegeix un registre existent"
|
|
|
1205
1205
|
msgid "Remove selected record"
|
|
1206
1206
|
msgstr "Elimina el registre seleccionat"
|
|
1207
1207
|
|
|
1208
|
+
msgid "Restore selected record"
|
|
1209
|
+
msgstr "Restaura el registre seleccionat"
|
|
1210
|
+
|
|
1208
1211
|
msgid "Open the record <F2>"
|
|
1209
1212
|
msgstr "Obre el registre <F2>"
|
|
1210
1213
|
|
|
@@ -1220,6 +1223,9 @@ msgstr "Edita registre seleccionat"
|
|
|
1220
1223
|
msgid "Delete selected record"
|
|
1221
1224
|
msgstr "Elimina el registre seleccionat"
|
|
1222
1225
|
|
|
1226
|
+
msgid "Undelete selected record"
|
|
1227
|
+
msgstr "Recuperar el registre seleccionat"
|
|
1228
|
+
|
|
1223
1229
|
#, python-format
|
|
1224
1230
|
msgid "%s%%"
|
|
1225
1231
|
msgstr "%s%%"
|
|
Binary file
|
|
@@ -259,7 +259,7 @@ msgid "Print..."
|
|
|
259
259
|
msgstr "_Tisk..."
|
|
260
260
|
|
|
261
261
|
#, fuzzy
|
|
262
|
-
msgid "
|
|
262
|
+
msgid "Email..."
|
|
263
263
|
msgstr "_Email..."
|
|
264
264
|
|
|
265
265
|
msgid "Bold"
|
|
@@ -382,12 +382,6 @@ msgstr "Nápo_věda"
|
|
|
382
382
|
msgid "No result found."
|
|
383
383
|
msgstr ""
|
|
384
384
|
|
|
385
|
-
msgid "Favorites"
|
|
386
|
-
msgstr ""
|
|
387
|
-
|
|
388
|
-
msgid "Manage..."
|
|
389
|
-
msgstr ""
|
|
390
|
-
|
|
391
385
|
msgid "Action"
|
|
392
386
|
msgstr "Akce"
|
|
393
387
|
|
|
@@ -625,6 +619,9 @@ msgstr "Připojit k Tryton serveru"
|
|
|
625
619
|
msgid "Profile:"
|
|
626
620
|
msgstr ""
|
|
627
621
|
|
|
622
|
+
msgid "Manage..."
|
|
623
|
+
msgstr ""
|
|
624
|
+
|
|
628
625
|
msgid "Host / Database information"
|
|
629
626
|
msgstr ""
|
|
630
627
|
|
|
@@ -636,7 +633,7 @@ msgid "Unable to complete email entry"
|
|
|
636
633
|
msgstr "Nemohu nastavit lokalizaci %s"
|
|
637
634
|
|
|
638
635
|
#, fuzzy, python-format
|
|
639
|
-
msgid "
|
|
636
|
+
msgid "Email %s"
|
|
640
637
|
msgstr "Email %s"
|
|
641
638
|
|
|
642
639
|
msgid "To:"
|
|
@@ -917,11 +914,11 @@ msgid "_Print..."
|
|
|
917
914
|
msgstr "_Tisk..."
|
|
918
915
|
|
|
919
916
|
#, fuzzy
|
|
920
|
-
msgid "
|
|
917
|
+
msgid "_Email..."
|
|
921
918
|
msgstr "_Email..."
|
|
922
919
|
|
|
923
920
|
#, fuzzy
|
|
924
|
-
msgid "Send an
|
|
921
|
+
msgid "Send an email using the record"
|
|
925
922
|
msgstr "Uložit tento záznam"
|
|
926
923
|
|
|
927
924
|
msgid "_Export Data..."
|
|
@@ -974,6 +971,9 @@ msgstr "Jméno pole"
|
|
|
974
971
|
msgid "CSV Export: %s"
|
|
975
972
|
msgstr ""
|
|
976
973
|
|
|
974
|
+
msgid "Open"
|
|
975
|
+
msgstr "Otevřít"
|
|
976
|
+
|
|
977
977
|
#, fuzzy
|
|
978
978
|
msgid "_Save Export"
|
|
979
979
|
msgstr "Uložit exportu"
|
|
@@ -992,13 +992,6 @@ msgstr "<b>Předdefinované exporty</b>"
|
|
|
992
992
|
msgid "Name"
|
|
993
993
|
msgstr ""
|
|
994
994
|
|
|
995
|
-
msgid "Open"
|
|
996
|
-
msgstr "Otevřít"
|
|
997
|
-
|
|
998
|
-
#, fuzzy
|
|
999
|
-
msgid "Save"
|
|
1000
|
-
msgstr "_Uložit"
|
|
1001
|
-
|
|
1002
995
|
#, fuzzy
|
|
1003
996
|
msgid "Listed Records"
|
|
1004
997
|
msgstr "Upravit vybraný záznam"
|
|
@@ -1059,6 +1052,10 @@ msgstr ""
|
|
|
1059
1052
|
msgid "Add and New"
|
|
1060
1053
|
msgstr ""
|
|
1061
1054
|
|
|
1055
|
+
#, fuzzy
|
|
1056
|
+
msgid "Save"
|
|
1057
|
+
msgstr "_Uložit"
|
|
1058
|
+
|
|
1062
1059
|
msgid "Add"
|
|
1063
1060
|
msgstr "Přidat"
|
|
1064
1061
|
|
|
@@ -1087,6 +1084,10 @@ msgstr "Smazat vybraný záznam"
|
|
|
1087
1084
|
msgid "CSV Import: %s"
|
|
1088
1085
|
msgstr ""
|
|
1089
1086
|
|
|
1087
|
+
#, fuzzy
|
|
1088
|
+
msgid "Import"
|
|
1089
|
+
msgstr "Sestavy"
|
|
1090
|
+
|
|
1090
1091
|
#, fuzzy
|
|
1091
1092
|
msgid "_Auto-Detect"
|
|
1092
1093
|
msgstr "Automatická detekce"
|
|
@@ -1298,6 +1299,10 @@ msgstr "Uložit tento záznam"
|
|
|
1298
1299
|
msgid "Remove selected record"
|
|
1299
1300
|
msgstr "Smazat vybraný záznam"
|
|
1300
1301
|
|
|
1302
|
+
#, fuzzy
|
|
1303
|
+
msgid "Restore selected record"
|
|
1304
|
+
msgstr "Smazat vybraný záznam"
|
|
1305
|
+
|
|
1301
1306
|
#, fuzzy
|
|
1302
1307
|
msgid "Open the record <F2>"
|
|
1303
1308
|
msgstr "Otevřít záznam"
|
|
@@ -1317,6 +1322,10 @@ msgstr "Upravit vybraný záznam"
|
|
|
1317
1322
|
msgid "Delete selected record"
|
|
1318
1323
|
msgstr "Smazat vybraný záznam"
|
|
1319
1324
|
|
|
1325
|
+
#, fuzzy
|
|
1326
|
+
msgid "Undelete selected record"
|
|
1327
|
+
msgstr "Smazat vybraný záznam"
|
|
1328
|
+
|
|
1320
1329
|
#, python-format
|
|
1321
1330
|
msgid "%s%%"
|
|
1322
1331
|
msgstr ""
|
|
Binary file
|
|
@@ -25,7 +25,7 @@ msgid "specify the login user"
|
|
|
25
25
|
msgstr "Anmeldename angeben"
|
|
26
26
|
|
|
27
27
|
msgid "specify the server hostname:port"
|
|
28
|
-
msgstr "Den Server mit Hostname:Port angeben
|
|
28
|
+
msgstr "Den Server mit Hostname:Port angeben"
|
|
29
29
|
|
|
30
30
|
msgid "disable thread usage"
|
|
31
31
|
msgstr "Threading deaktivieren"
|
|
@@ -153,7 +153,7 @@ msgid "Not Found."
|
|
|
153
153
|
msgstr "Nicht gefunden."
|
|
154
154
|
|
|
155
155
|
msgid "Reset forgotten password"
|
|
156
|
-
msgstr "
|
|
156
|
+
msgstr "Passwort zurücksetzen"
|
|
157
157
|
|
|
158
158
|
msgid "Send you an email to reset your password."
|
|
159
159
|
msgstr "E-Mail zum Zurücksetzen des Passworts senden."
|
|
@@ -244,7 +244,7 @@ msgstr "Berichte..."
|
|
|
244
244
|
msgid "Print..."
|
|
245
245
|
msgstr "Drucken..."
|
|
246
246
|
|
|
247
|
-
msgid "
|
|
247
|
+
msgid "Email..."
|
|
248
248
|
msgstr "E-Mail..."
|
|
249
249
|
|
|
250
250
|
msgid "Bold"
|
|
@@ -355,12 +355,6 @@ msgstr "Hilfe"
|
|
|
355
355
|
msgid "No result found."
|
|
356
356
|
msgstr "Kein Ergebnis."
|
|
357
357
|
|
|
358
|
-
msgid "Favorites"
|
|
359
|
-
msgstr "Favoriten"
|
|
360
|
-
|
|
361
|
-
msgid "Manage..."
|
|
362
|
-
msgstr "Verwalten..."
|
|
363
|
-
|
|
364
358
|
msgid "Action"
|
|
365
359
|
msgstr "Aktion"
|
|
366
360
|
|
|
@@ -595,6 +589,9 @@ msgstr "Verbindung zum Tryton Server herstellen"
|
|
|
595
589
|
msgid "Profile:"
|
|
596
590
|
msgstr "Profil:"
|
|
597
591
|
|
|
592
|
+
msgid "Manage..."
|
|
593
|
+
msgstr "Verwalten..."
|
|
594
|
+
|
|
598
595
|
msgid "Host / Database information"
|
|
599
596
|
msgstr "Host-/Datenbankdetails"
|
|
600
597
|
|
|
@@ -606,8 +603,8 @@ msgstr ""
|
|
|
606
603
|
"Die automatische Vervollständigung des E-Mail Eintrags ist fehlgeschlagen"
|
|
607
604
|
|
|
608
605
|
#, python-format
|
|
609
|
-
msgid "
|
|
610
|
-
msgstr "E-
|
|
606
|
+
msgid "Email %s"
|
|
607
|
+
msgstr "E-Mail %s"
|
|
611
608
|
|
|
612
609
|
msgid "To:"
|
|
613
610
|
msgstr "An:"
|
|
@@ -825,7 +822,7 @@ msgid "_Delete..."
|
|
|
825
822
|
msgstr "_Löschen..."
|
|
826
823
|
|
|
827
824
|
msgid "View _Logs..."
|
|
828
|
-
msgstr "
|
|
825
|
+
msgstr "_Logs ansehen..."
|
|
829
826
|
|
|
830
827
|
msgid "Show revisions..."
|
|
831
828
|
msgstr "Bearbeitungen anzeigen..."
|
|
@@ -854,10 +851,10 @@ msgstr "_Bericht öffnen..."
|
|
|
854
851
|
msgid "_Print..."
|
|
855
852
|
msgstr "_Bericht drucken..."
|
|
856
853
|
|
|
857
|
-
msgid "
|
|
858
|
-
msgstr "
|
|
854
|
+
msgid "_Email..."
|
|
855
|
+
msgstr "_E-Mail..."
|
|
859
856
|
|
|
860
|
-
msgid "Send an
|
|
857
|
+
msgid "Send an email using the record"
|
|
861
858
|
msgstr "Eine E-Mail basierend auf diesem Datensatz versenden"
|
|
862
859
|
|
|
863
860
|
msgid "_Export Data..."
|
|
@@ -909,6 +906,9 @@ msgstr "Feldname"
|
|
|
909
906
|
msgid "CSV Export: %s"
|
|
910
907
|
msgstr "CSV-Export: %s"
|
|
911
908
|
|
|
909
|
+
msgid "Open"
|
|
910
|
+
msgstr "Öffnen"
|
|
911
|
+
|
|
912
912
|
msgid "_Save Export"
|
|
913
913
|
msgstr "Exportkonfiguration _speichern"
|
|
914
914
|
|
|
@@ -924,12 +924,6 @@ msgstr "<b>Vordefinierte Exporte</b>"
|
|
|
924
924
|
msgid "Name"
|
|
925
925
|
msgstr "Name"
|
|
926
926
|
|
|
927
|
-
msgid "Open"
|
|
928
|
-
msgstr "Öffnen"
|
|
929
|
-
|
|
930
|
-
msgid "Save"
|
|
931
|
-
msgstr "Speichern"
|
|
932
|
-
|
|
933
927
|
msgid "Listed Records"
|
|
934
928
|
msgstr "Angezeigte Datensätze"
|
|
935
929
|
|
|
@@ -987,6 +981,9 @@ msgstr "Speichern und Neu"
|
|
|
987
981
|
msgid "Add and New"
|
|
988
982
|
msgstr "Hinzufügen und Neu"
|
|
989
983
|
|
|
984
|
+
msgid "Save"
|
|
985
|
+
msgstr "Speichern"
|
|
986
|
+
|
|
990
987
|
msgid "Add"
|
|
991
988
|
msgstr "Hinzufügen"
|
|
992
989
|
|
|
@@ -1012,6 +1009,9 @@ msgstr "Löschung der ausgewählten Datensätze rückgängig machen <Einfg>"
|
|
|
1012
1009
|
msgid "CSV Import: %s"
|
|
1013
1010
|
msgstr "CSV-Import: %s"
|
|
1014
1011
|
|
|
1012
|
+
msgid "Import"
|
|
1013
|
+
msgstr "Import"
|
|
1014
|
+
|
|
1015
1015
|
msgid "_Auto-Detect"
|
|
1016
1016
|
msgstr "_Automatische Erkennung"
|
|
1017
1017
|
|
|
@@ -1212,6 +1212,9 @@ msgstr "Bestehenden Datensatz hinzufügen"
|
|
|
1212
1212
|
msgid "Remove selected record"
|
|
1213
1213
|
msgstr "Ausgewählten Datensatz löschen <Entf>"
|
|
1214
1214
|
|
|
1215
|
+
msgid "Restore selected record"
|
|
1216
|
+
msgstr "Ausgewählten Datensatz wiederherstellen"
|
|
1217
|
+
|
|
1215
1218
|
msgid "Open the record <F2>"
|
|
1216
1219
|
msgstr "Datensatz öffnen <F2>"
|
|
1217
1220
|
|
|
@@ -1227,6 +1230,9 @@ msgstr "Ausgewählten Datensatz bearbeiten"
|
|
|
1227
1230
|
msgid "Delete selected record"
|
|
1228
1231
|
msgstr "Ausgewählten Datensatz löschen"
|
|
1229
1232
|
|
|
1233
|
+
msgid "Undelete selected record"
|
|
1234
|
+
msgstr "Zum Löschen ausgewählten Datensatz zurücksetzen"
|
|
1235
|
+
|
|
1230
1236
|
#, python-format
|
|
1231
1237
|
msgid "%s%%"
|
|
1232
1238
|
msgstr "%s%%"
|
|
Binary file
|