From 83cf7301f46c9609da493a412eaad8d10b09bdda Mon Sep 17 00:00:00 2001 From: robertdahlem Date: Sun, 22 Oct 2023 19:03:51 +0200 Subject: Do not update feeds after import (#5629) * Add checkbox to not update feeds after import to avoid duplicate feeds when importing multiple files. * Import without updating feeds, but now unconditionally * Added hint to click "Update feeds" to all translations * Update app/i18n/fr/feedback.php * Fix i18n --------- Co-authored-by: Alexandre Alapetite --- app/i18n/pl/feedback.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/i18n/pl') diff --git a/app/i18n/pl/feedback.php b/app/i18n/pl/feedback.php index 44ad493f5..a61a03509 100644 --- a/app/i18n/pl/feedback.php +++ b/app/i18n/pl/feedback.php @@ -57,8 +57,8 @@ return array( ), 'import_export' => array( 'export_no_zip_extension' => 'Rozszerzenie ZIP nie jest dostępne na serwerze. Spróbuj eksportować pliki pojedynczo.', - 'feeds_imported' => 'Kanały zostały zaimportowane i zostaną teraz zaktualizowane', - 'feeds_imported_with_errors' => 'Kanały zostały zaimportowane, jednakże wystąpiło kilka błędów', + 'feeds_imported' => 'Kanały zostały zaimportowane i zostaną teraz zaktualizowane / Your feeds have been imported. If you are done importing, you can now click the Update feeds button.', // DIRTY + 'feeds_imported_with_errors' => 'Kanały zostały zaimportowane, jednakże wystąpiło kilka błędów / Your feeds have been imported, but some errors occurred. If you are done importing, you can now click the Update feeds button.', // DIRTY 'file_cannot_be_uploaded' => 'Plik nie może zostać wgrany!', 'no_zip_extension' => 'Rozszerzenie ZIP nie jest dostępne na serwerze.', 'zip_error' => 'Wystąpił błąd podczas importu pliku ZIP.', // DIRTY -- cgit v1.2.3