diff options
| author | 2023-09-10 15:27:13 +0200 | |
|---|---|---|
| committer | 2023-09-10 15:27:13 +0200 | |
| commit | 61a2828820d842c5a6afe69acb747a12afbe85a8 (patch) | |
| tree | f9e315547cfbbb63cb62eac424223650bfd9361d /app/i18n/es/admin.php | |
| parent | 24be95756ff6946d3b4a3e1ccb0dfed844a8ead9 (diff) | |
i18n: shortened text strings (#5636)
* i18n
* fix
---------
Co-authored-by: math-gh <>
Diffstat (limited to 'app/i18n/es/admin.php')
| -rw-r--r-- | app/i18n/es/admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/es/admin.php b/app/i18n/es/admin.php index 51f91dcda..9ddd9abcc 100644 --- a/app/i18n/es/admin.php +++ b/app/i18n/es/admin.php @@ -195,8 +195,8 @@ return array( 'changelog' => 'Changelog', // TODO 'check' => 'Buscar actualizaciones', 'copiedFromURL' => 'update.php copied from %s to ./data', // TODO - 'current_version' => 'Dispones de la versión %s de FreshRSS.', - 'last' => 'Última comprobación: %s', + 'current_version' => 'Dispones de la versión', + 'last' => 'Última comprobación', 'loading' => 'Updating…', // TODO 'none' => 'No hay actualizaciones disponibles', 'releaseChannel' => array( |
