diff options
| author | 2022-11-01 16:10:27 +0100 | |
|---|---|---|
| committer | 2022-11-01 16:10:27 +0100 | |
| commit | f16341aa26f4444916bb3a6c6ec0841412f23e90 (patch) | |
| tree | 1a10ad05b92c6a25fb825b9b074c95d49cae9449 /app | |
| parent | 400da71eeb2fc8fddf11f5d2f217af115b41d6b8 (diff) | |
Translated custom date/time labels in sub.php (#4803)
Diffstat (limited to 'app')
| -rw-r--r-- | app/i18n/it/sub.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/it/sub.php b/app/i18n/it/sub.php index f9c06cce5..8614caca7 100644 --- a/app/i18n/it/sub.php +++ b/app/i18n/it/sub.php @@ -99,8 +99,8 @@ return array( 'help' => 'Esempio: <code>descendant::img/@src</code>', ), 'item_timeFormat' => array( - '_' => 'Custom date/time format', // TODO - 'help' => 'Optional. A format supported by <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> such as <code>d-m-Y H:i:s</code>', // TODO + '_' => 'Formato personalizzato di data/ora', + 'help' => 'Opzionale. Un formato supportato da <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a>, ad esempio <code>d-m-Y H:i:s</code>', ), 'item_timestamp' => array( '_' => 'oggetto data', |
