mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Moved hard-coded text in "backend" and "system" to the language files (English and Dutch). Affected pages: administrator management, administrator group management, system updates, system settings, email settings. Also made some strings more generic for general use (like "Saving...." instead of "Saving administrator account...")
21 lines
423 B
YAML
21 lines
423 B
YAML
# ===================================
|
|
# Column Definitions
|
|
# ===================================
|
|
|
|
columns:
|
|
|
|
name:
|
|
label: system::lang.updates.plugin_name
|
|
sortable: false
|
|
|
|
description:
|
|
label: system::lang.updates.plugin_description
|
|
sortable: false
|
|
|
|
version:
|
|
label: system::lang.updates.plugin_version
|
|
sortable: false
|
|
|
|
author:
|
|
label: system::lang.updates.plugin_author
|
|
sortable: false |