redesign image editor
- remove zoom - separate setting public/private from edit form - prevent assigning image without it has been published - prevent publishing image without licence - show buttons depending on license state - reload view on state change - gray out not-selected images
This commit is contained in:
@@ -8,7 +8,7 @@ msgid "tab_edit"
|
||||
msgstr "Bearbeiten"
|
||||
|
||||
msgid "tab_upload"
|
||||
msgstr "Hochladen"
|
||||
msgstr "Neues Bild"
|
||||
|
||||
msgid "button_upload"
|
||||
msgstr "Hochladen"
|
||||
@@ -16,18 +16,24 @@ msgstr "Hochladen"
|
||||
msgid "button_search"
|
||||
msgstr "Suchen"
|
||||
|
||||
msgid "button_zoom_in"
|
||||
msgstr "Vergrößern"
|
||||
|
||||
msgid "button_zoom_out"
|
||||
msgstr "Verkleinern"
|
||||
|
||||
msgid "button_save"
|
||||
msgstr "Speichern"
|
||||
|
||||
msgid "button_delete"
|
||||
msgstr "Löschen"
|
||||
|
||||
msgid "button_properties"
|
||||
msgstr "Eigenschaften"
|
||||
|
||||
msgid "button_publish"
|
||||
msgstr "Veröffentlichen"
|
||||
|
||||
msgid "button_depublish"
|
||||
msgstr "Depublizieren"
|
||||
|
||||
msgid "label_warn_unknown_licence"
|
||||
msgstr "Kann nicht veröffentlicht werden, da keine Lizenz angegeben wurde"
|
||||
|
||||
msgid "label_name"
|
||||
msgstr "Name"
|
||||
|
||||
@@ -64,9 +70,37 @@ msgstr "veröffentlicht"
|
||||
msgid "label_file"
|
||||
msgstr "Datei"
|
||||
|
||||
msgid "label_licence_missing"
|
||||
msgstr "bitte eintragen"
|
||||
msgid "label_name_required"
|
||||
msgstr "Bitte Feld eintragen"
|
||||
|
||||
msgid "label_licence_required"
|
||||
msgstr "Bild kann ohne Lizenzangabe nicht veröffentlicht werden"
|
||||
|
||||
msgid "label_mandatory_field"
|
||||
msgstr "bitte füllen Sie dieses Feld aus"
|
||||
|
||||
msgid "label_assign_to_event"
|
||||
msgstr "Dieses Bild für Sendung nutzen"
|
||||
|
||||
msgid "label_assign_to_series"
|
||||
msgstr "Dieses Bild für Sendereihe nutzen"
|
||||
|
||||
msgid "label_assign_to_studio"
|
||||
msgstr "Dieses Bild für Studio nutzen"
|
||||
|
||||
msgid "label_assign_to_project"
|
||||
msgstr "Dieses Bild für Projekt nutzen"
|
||||
|
||||
msgid "label_warn_not_public_event"
|
||||
msgstr "Kann Sendung nicht zugewiesen werden, da nicht veröffentlicht"
|
||||
|
||||
msgid "label_warn_not_public_series"
|
||||
msgstr "Kann Sendereihe nicht zugewiesen werden, da nicht veröffentlicht"
|
||||
|
||||
msgid "label_warn_not_public_studio"
|
||||
msgstr "Kann Studio nicht zugewiesen werden, da nicht veröffentlicht"
|
||||
|
||||
msgid "label_warn_not_public_project"
|
||||
msgstr "Kann Projekt nicht zugewiesen werden, da nicht veröffentlicht"
|
||||
|
||||
msgid "select_image"
|
||||
msgstr "Dieses Bild zuweisen"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user