mirror of
https://github.com/flextype/flextype.git
synced 2025-08-18 02:41:27 +02:00
@@ -230,5 +230,7 @@
|
||||
"admin_value": "Value",
|
||||
"admin_activate": "Activate",
|
||||
"admin_active_theme": "Active Theme",
|
||||
"admin_get_more_themes": "Get More Themes"
|
||||
"admin_get_more_themes": "Get More Themes",
|
||||
"admin_images": "Images",
|
||||
"admin_data": "Data"
|
||||
}
|
||||
|
@@ -13,7 +13,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
Data
|
||||
{{ tr('admin_data') }}
|
||||
</td>
|
||||
<td>
|
||||
{% if doctrine_size %}{{ doctrine_size }}{% else %}0 KB{% endif %}
|
||||
@@ -30,7 +30,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Templates
|
||||
{{ tr('admin_templates') }}
|
||||
</td>
|
||||
<td>
|
||||
{% if twig_size %}{{ twig_size }}{% else %}0 KB{% endif %}
|
||||
@@ -47,7 +47,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Images
|
||||
{{ tr('admin_images') }}
|
||||
</td>
|
||||
<td>
|
||||
{% if glide_size %}{{ glide_size }}{% else %}0 KB{% endif %}
|
||||
|
Reference in New Issue
Block a user