diff options
| author | 2024-04-19 23:58:57 +0200 | |
|---|---|---|
| committer | 2024-04-19 23:58:57 +0200 | |
| commit | 1308dd6b820fbbe8f07836a2efeec78dbb8c732d (patch) | |
| tree | bc3434b024345cf0f2f21b620f68326ea16d413b /app/i18n/it/feedback.php | |
| parent | f6f7764ba7f89d927e5c20520d5a11c5bd0d2317 (diff) | |
Update of italian translation (#6329)
* Updated italian translations
* Minor fixes
* Workaround bug with `array (`
* Added credits for translations
* Alphabetic order
* Revert lost line
* Update of italian translation
* Unicode ’
* Update app/i18n/it/sub.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
---------
Co-authored-by: loviuz <loviuz@mailbox.org>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/it/feedback.php')
| -rw-r--r-- | app/i18n/it/feedback.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/i18n/it/feedback.php b/app/i18n/it/feedback.php index c4647a499..bb334c6df 100644 --- a/app/i18n/it/feedback.php +++ b/app/i18n/it/feedback.php @@ -57,11 +57,11 @@ return array( ), 'import_export' => array( 'export_no_zip_extension' => 'Estensione ZIP non presente sul server. Per favore esporta i files singolarmente.', - 'feeds_imported' => 'I tuoi feed sono stati importati e saranno aggiornati / Your feeds have been imported. If you are done importing, you can now click the <i>Update feeds</i> button.', // DIRTY - 'feeds_imported_with_errors' => 'I tuoi feeds sono stati importati ma si sono verificati alcuni errori / Your feeds have been imported, but some errors occurred. If you are done importing, you can now click the <i>Update feeds</i> button.', // DIRTY + 'feeds_imported' => 'I tuoi feed sono stati importati e saranno aggiornati. Se hai completato l’importazione, puoi cliccare sul pulsante <i>Aggiorna feed</i>.', + 'feeds_imported_with_errors' => 'I tuoi feed sono stati importati ma si sono verificati alcuni errori. Se hai completato l’importazione, puoi cliccare sul pulsante <i>Aggiorna feed</i>.', 'file_cannot_be_uploaded' => 'Il file non può essere caricato!', 'no_zip_extension' => 'Estensione ZIP non presente sul server.', - 'zip_error' => 'Si è verificato un errore importando il file ZIP', // DIRTY + 'zip_error' => 'Si è verificato un errore importando il file ZIP', ), 'profile' => array( 'error' => 'Il tuo profilo non può essere modificato', @@ -88,7 +88,7 @@ return array( ), 'feed' => array( 'actualized' => '<em>%s</em> aggiornato', - 'actualizeds' => 'RSS feeds aggiornati', + 'actualizeds' => 'Feed RSS aggiornati', 'added' => 'RSS feed <em>%s</em> aggiunti', 'already_subscribed' => 'Hai già sottoscritto <em>%s</em>', 'cache_cleared' => 'La cache di <em>%s</em> è stata svuotata', @@ -96,7 +96,7 @@ return array( 'error' => 'Feed non aggiornato', 'internal_problem' => 'Feed RSS non aggiunto. <a href="%s">Verifica i log</a> per dettagli. Puoi provare l’aggiunta forzata aggiungendo <code>#force_feed</code> all’URL.', 'invalid_url' => 'URL <em>%s</em> non valido', - 'n_actualized' => '%d feeds aggiornati', + 'n_actualized' => '%d feed aggiornati', 'n_entries_deleted' => '%d articoli cancellati', 'no_refresh' => 'Nessun aggiornamento disponibile…', 'not_added' => '<em>%s</em> non può essere aggiunto', |
