Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
5fd29a8
Translations for importing bookmarks from Google
CDRussell Oct 28, 2025
d12f539
Translate strings-saved-sites to values-tr
daxmobile Oct 28, 2025
54f780d
Translate strings-saved-sites to values-ru
daxmobile Oct 28, 2025
257802a
Translate strings-saved-sites to values-da
daxmobile Oct 28, 2025
d514058
Translate strings-saved-sites to values-sk
daxmobile Oct 28, 2025
fb3d9f5
Translate strings-autofill-impl to values-sk
daxmobile Oct 29, 2025
dcbcde3
Translate strings-autofill-impl to values-fi
daxmobile Oct 29, 2025
d4297ef
Translate strings-saved-sites to values-fi
daxmobile Oct 29, 2025
ae13ec1
Translate strings-saved-sites to values-lt
daxmobile Oct 29, 2025
01b4e3c
Translate strings-saved-sites to values-lv
daxmobile Oct 29, 2025
14a3306
Translate strings-autofill-impl to values-lv
daxmobile Oct 29, 2025
35f3e2f
Translate strings-saved-sites to values-bg
daxmobile Oct 29, 2025
c84abbb
Translate strings-autofill-impl to values-es
daxmobile Oct 29, 2025
a41cfb5
Translate strings-saved-sites to values-es
daxmobile Oct 29, 2025
aaf661d
Translate strings-autofill-impl to values-pt
daxmobile Oct 29, 2025
015593e
Translate strings-saved-sites to values-pt
daxmobile Oct 29, 2025
feb8d36
Translate strings-saved-sites to values-nl
daxmobile Oct 29, 2025
d935d2e
Translate strings-saved-sites to values-cs
daxmobile Oct 29, 2025
9d9f926
Translate strings-autofill-impl to values-bg
daxmobile Oct 29, 2025
3c08661
Translate strings-saved-sites to values-ro
daxmobile Oct 29, 2025
7fa9b55
Translate strings-saved-sites to values-et
daxmobile Oct 29, 2025
fec9498
Translate strings-autofill-impl to values-cs
daxmobile Oct 29, 2025
bcfa141
Translate strings-saved-sites to values-it
daxmobile Oct 29, 2025
9c38fee
Translate strings-autofill-impl to values-et
daxmobile Oct 29, 2025
856461c
Translate strings-autofill-impl to values-lt
daxmobile Oct 29, 2025
ddc6d32
Translate strings-saved-sites to values-sl
daxmobile Oct 29, 2025
2b6f347
Translate strings-saved-sites to values-nb
daxmobile Oct 29, 2025
5bd2d4f
Translate strings-saved-sites to values-hr
daxmobile Oct 29, 2025
615c182
Translate strings-saved-sites to values-hu
daxmobile Oct 29, 2025
6af4d59
Translate strings-autofill-impl to values-it
daxmobile Oct 29, 2025
97f00b9
Translate strings-saved-sites to values-el
daxmobile Oct 30, 2025
1644c25
Translate strings-autofill-impl to values-el
daxmobile Oct 30, 2025
cbc920d
Translate strings-autofill-impl to values-hu
daxmobile Oct 30, 2025
cec9e1c
Translate strings-autofill-impl to values-fr
daxmobile Oct 30, 2025
83bb896
Translate strings-saved-sites to values-fr
daxmobile Oct 30, 2025
950b8aa
Translate strings-autofill-impl to values-sl
daxmobile Oct 30, 2025
b0752ca
Translate strings-autofill-impl to values-sv
daxmobile Oct 30, 2025
923177d
Translate strings-saved-sites to values-sv
daxmobile Oct 30, 2025
f1acefc
Translate strings-autofill-impl to values-ro
daxmobile Oct 30, 2025
8df2c71
Translate strings-autofill-impl to values-hr
daxmobile Oct 30, 2025
a283581
Translate strings-autofill-impl to values-de
daxmobile Oct 30, 2025
0ec9fdf
Translate strings-saved-sites to values-de
daxmobile Oct 30, 2025
de241d1
Translate strings-autofill-impl to values-da
daxmobile Oct 30, 2025
6b06461
Translate strings-autofill-impl to values-nb
daxmobile Oct 30, 2025
8ff6c48
Translate strings-autofill-impl to values-nl
daxmobile Oct 30, 2025
44f1a2a
Translate strings-autofill-impl to values-pl
daxmobile Oct 30, 2025
041eeb6
Translate strings-saved-sites to values-pl
daxmobile Oct 30, 2025
d0eb3f2
Translate strings-autofill-impl to values-ru
daxmobile Oct 31, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ class ImportGoogleBookmarksWebFlowFragment :
webView.setDownloadListener { url, userAgent, contentDisposition, mimeType, _ ->
logcat { "Download intercepted: $url, mimeType: $mimeType, contentDisposition: $contentDisposition" }

val folderName = context?.getString(R.string.autofillImportBookmarksChromeFolderName) ?: return@setDownloadListener
val folderName = context?.getString(R.string.importBookmarksFromGoogleChromeFolderName) ?: return@setDownloadListener
viewModel.onDownloadDetected(
url = url,
userAgent = userAgent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,27 @@
<string name="passwords_import_promo_in_settings_title">Импортиране на пароли от Google</string>
<string name="passwords_import_promo_in_settings_dismiss_text">Скрий</string>

<!-- Import Bookmarks Strings -->
<string name="importToDuckDuckGo">Импортиране в DuckDuckGo</string>
<string name="importBookmarksFromGoogleChromeFolderName">Импортирано от Chrome</string>
<string name="importBookmarksFromGooglePreImportDialogTitle">Импортирай отметки от Google</string>
<string name="importBookmarksFromGooglePreImportDialogInstruction">Google може да ви помоли да влезете или да въведете паролата си, за да потвърдите.</string>
<string name="importBookmarksFromGooglePreImportDialogImportButton">Импортиране от Google</string>
<string name="importBookmarksFromGooglePreImportDialogSelectFileButton">Избери файл с отметки...</string>
<string name="importBookmarksFromGoogleWebFlowTitle">Импортиране на отметки</string>
<string name="importBookmarksProgressTitle">Импортиране от Google…</string>
<string name="importBookmarksProgressSubtitle">Дръж този екран отворен и изчакай – не би трябвало да отнеме повече от минута-две.</string>
<string name="importBookmarksProgressInfoMessage1">Google може да ви помоли да влезете или да въведете паролата си, за да потвърдите.</string>
<string name="importBookmarksProgressInfoMessage2">Възможно е Google да ти изпрати имейл с потвърждение, че отметките ти се експортират.</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogTitle">Искаш да отмениш импортирането ли?</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogMessage">Отметките ти няма да бъдат импортирани, ако отмениш сега.</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogCancelImport">Отмени импортирането</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogContinue">Продължи</string>
<string name="importBookmarksFromGoogleSuccessBookmarksCount" instruction="Placeholder is the number of bookmarks that were imported">Отметки: %1$d</string>
<string name="importBookmarksSuccessTitle">@string/importToDuckDuckGo</string>
<string name="importBookmarksFinalDoneButton">Затваряне</string>
<string name="importBookmarksErrorTitle">@string/importToDuckDuckGo</string>
<string name="importBookmarksErrorGenericMessage">Възникна някаква грешка</string>
<string name="importBookmarksErrorGenericMessageSecondary">Моля, увери се, че имаш връзка с интернет и опитай отново.</string>

</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -301,4 +301,27 @@
<string name="passwords_import_promo_in_settings_title">Import hesel z Googlu</string>
<string name="passwords_import_promo_in_settings_dismiss_text">Skrýt</string>

<!-- Import Bookmarks Strings -->
<string name="importToDuckDuckGo">Import do DuckDuckGo</string>
<string name="importBookmarksFromGoogleChromeFolderName">Importováno z Chromu</string>
<string name="importBookmarksFromGooglePreImportDialogTitle">Importovat záložky z Googlu</string>
<string name="importBookmarksFromGooglePreImportDialogInstruction">Google tě může požádat o přihlášení nebo potvrzení zadáním hesla.</string>
<string name="importBookmarksFromGooglePreImportDialogImportButton">Import z Googlu</string>
<string name="importBookmarksFromGooglePreImportDialogSelectFileButton">Vyber soubor záložek…</string>
<string name="importBookmarksFromGoogleWebFlowTitle">Importovat záložky</string>
<string name="importBookmarksProgressTitle">Import z Googlu…</string>
<string name="importBookmarksProgressSubtitle">Nech obrazovku otevřenou a chvilku počkej. Nemělo by to trvat déle než pár minut.</string>
<string name="importBookmarksProgressInfoMessage1">Google tě může požádat o přihlášení nebo potvrzení zadáním hesla.</string>
<string name="importBookmarksProgressInfoMessage2">Google ti může poslat e-mail s potvrzením, že se tvoje záložky exportují.</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogTitle">Zrušit import?</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogMessage">Pokud akci teď zrušíš, k importu záložek nedojde.</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogCancelImport">Zrušit import</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogContinue">Pokračovat</string>
<string name="importBookmarksFromGoogleSuccessBookmarksCount" instruction="Placeholder is the number of bookmarks that were imported">Záložky: %1$d</string>
<string name="importBookmarksSuccessTitle">@string/importToDuckDuckGo</string>
<string name="importBookmarksFinalDoneButton">Zavřít</string>
<string name="importBookmarksErrorTitle">@string/importToDuckDuckGo</string>
<string name="importBookmarksErrorGenericMessage">Něco se pokazilo</string>
<string name="importBookmarksErrorGenericMessageSecondary">Zkontroluj svoje připojení k internetu a zkus to znovu.</string>

</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,27 @@
<string name="passwords_import_promo_in_settings_title">Importer adgangskoder fra Google</string>
<string name="passwords_import_promo_in_settings_dismiss_text">Skjul</string>

<!-- Import Bookmarks Strings -->
<string name="importToDuckDuckGo">Importer til DuckDuckGo</string>
<string name="importBookmarksFromGoogleChromeFolderName">Importeret fra Chrome</string>
<string name="importBookmarksFromGooglePreImportDialogTitle">Importer bogmærker fra Google</string>
<string name="importBookmarksFromGooglePreImportDialogInstruction">Google kan bede dig om at logge ind eller indtaste din adgangskode for at bekræfte.</string>
<string name="importBookmarksFromGooglePreImportDialogImportButton">Importer fra Google</string>
<string name="importBookmarksFromGooglePreImportDialogSelectFileButton">Vælg bogmærkefil…</string>
<string name="importBookmarksFromGoogleWebFlowTitle">Importer bogmærker</string>
<string name="importBookmarksProgressTitle">Importerer fra Google…</string>
<string name="importBookmarksProgressSubtitle">Hold denne skærm åben og vent – det burde ikke tage mere end et minut eller to.</string>
<string name="importBookmarksProgressInfoMessage1">Google kan bede dig om at logge ind eller indtaste din adgangskode for at bekræfte.</string>
<string name="importBookmarksProgressInfoMessage2">Google sender dig muligvis en e-mail, der bekræfter, at dine bogmærker eksporteres.</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogTitle">Annuller import?</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogMessage">Dine bogmærker bliver ikke importeret, hvis du annullerer nu.</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogCancelImport">Annuller import</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogContinue">Forsæt</string>
<string name="importBookmarksFromGoogleSuccessBookmarksCount" instruction="Placeholder is the number of bookmarks that were imported">Bogmærker: %1$d</string>
<string name="importBookmarksSuccessTitle">@string/importToDuckDuckGo</string>
<string name="importBookmarksFinalDoneButton">Luk</string>
<string name="importBookmarksErrorTitle">@string/importToDuckDuckGo</string>
<string name="importBookmarksErrorGenericMessage">Noget gik galt</string>
<string name="importBookmarksErrorGenericMessageSecondary">Sørg for, at du er forbundet til internettet, og prøv igen.</string>

</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,27 @@
<string name="passwords_import_promo_in_settings_title">Passwörter von Google importieren</string>
<string name="passwords_import_promo_in_settings_dismiss_text">Ausblenden</string>

<!-- Import Bookmarks Strings -->
<string name="importToDuckDuckGo">In DuckDuckGo importieren</string>
<string name="importBookmarksFromGoogleChromeFolderName">Von Chrome importiert</string>
<string name="importBookmarksFromGooglePreImportDialogTitle">Lesezeichen von Google importieren</string>
<string name="importBookmarksFromGooglePreImportDialogInstruction">Google fordert dich eventuell auf, dich anzumelden oder dein Passwort zur Bestätigung einzugeben.</string>
<string name="importBookmarksFromGooglePreImportDialogImportButton">Von Google importieren</string>
<string name="importBookmarksFromGooglePreImportDialogSelectFileButton">Lesezeichendatei auswählen …</string>
<string name="importBookmarksFromGoogleWebFlowTitle">Lesezeichen importieren</string>
<string name="importBookmarksProgressTitle">Von Google importieren …</string>
<string name="importBookmarksProgressSubtitle">Lass diesen Bildschirm geöffnet und warte – es sollte nicht länger als ein oder zwei Minuten dauern.</string>
<string name="importBookmarksProgressInfoMessage1">Google fordert dich eventuell auf, dich anzumelden oder dein Passwort zur Bestätigung einzugeben.</string>
<string name="importBookmarksProgressInfoMessage2">Du erhältst vielleicht eine E-Mail von Google, die bestätigt, dass deine Lesezeichen exportiert werden.</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogTitle">Import abbrechen?</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogMessage">Deine Lesezeichen werden nicht importiert, wenn du jetzt abbrichst.</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogCancelImport">Import abbrechen</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogContinue">Fortsetzen</string>
<string name="importBookmarksFromGoogleSuccessBookmarksCount" instruction="Placeholder is the number of bookmarks that were imported">Lesezeichen: %1$d</string>
<string name="importBookmarksSuccessTitle">@string/importToDuckDuckGo</string>
<string name="importBookmarksFinalDoneButton">Schließen</string>
<string name="importBookmarksErrorTitle">@string/importToDuckDuckGo</string>
<string name="importBookmarksErrorGenericMessage">Etwas ist schiefgelaufen</string>
<string name="importBookmarksErrorGenericMessageSecondary">Bitte stelle sicher, dass du mit dem Internet verbunden bist, und versuche es erneut.</string>

</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,27 @@
<string name="passwords_import_promo_in_settings_title">Εισαγωγή κωδικών πρόσβασης από το Google</string>
<string name="passwords_import_promo_in_settings_dismiss_text">Αποκρυψη</string>

<!-- Import Bookmarks Strings -->
<string name="importToDuckDuckGo">Εισαγωγή στο DuckDuckGo</string>
<string name="importBookmarksFromGoogleChromeFolderName">Εισαγωγή από το Chrome</string>
<string name="importBookmarksFromGooglePreImportDialogTitle">Εισαγωγή σελιδοδεικτών από το Google</string>
<string name="importBookmarksFromGooglePreImportDialogInstruction">Η Google μπορεί να σας ζητήσει να συνδεθείτε ή να εισαγάγετε τον κωδικό πρόσβασής σας για επιβεβαίωση.</string>
<string name="importBookmarksFromGooglePreImportDialogImportButton">Εισαγωγή από το Google</string>
<string name="importBookmarksFromGooglePreImportDialogSelectFileButton">Επιλογή αρχείου σελιδοδεικτών...</string>
<string name="importBookmarksFromGoogleWebFlowTitle">Εισαγωγή σελιδοδεικτών</string>
<string name="importBookmarksProgressTitle">Εισαγωγή από το Google…</string>
<string name="importBookmarksProgressSubtitle">Κρατήστε αυτήν την οθόνη ανοιχτή και περιμένετε. Δεν θα χρειαστούν περισσότερο από ένα ή δύο λεπτά.</string>
<string name="importBookmarksProgressInfoMessage1">Η Google μπορεί να σας ζητήσει να συνδεθείτε ή να εισαγάγετε τον κωδικό πρόσβασής σας για επιβεβαίωση.</string>
<string name="importBookmarksProgressInfoMessage2">Η Google ενδέχεται να σας στείλει email που να επιβεβαιώνει την εξαγωγή των σελιδοδεικτών σας.</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogTitle">Ακύρωση εισαγωγής;</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogMessage">Οι σελιδοδείκτες σας δεν θα εισαχθούν εάν ακυρώσετε τώρα.</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogCancelImport">Ακύρωση εισαγωγής</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogContinue">Συνέχεια</string>
<string name="importBookmarksFromGoogleSuccessBookmarksCount" instruction="Placeholder is the number of bookmarks that were imported">Σελιδοδείκτες: %1$d</string>
<string name="importBookmarksSuccessTitle">@string/importToDuckDuckGo</string>
<string name="importBookmarksFinalDoneButton">Κλείσιμο</string>
<string name="importBookmarksErrorTitle">@string/importToDuckDuckGo</string>
<string name="importBookmarksErrorGenericMessage">Κάτι πήγε λάθος</string>
<string name="importBookmarksErrorGenericMessageSecondary">Βεβαιωθείτε ότι είστε συνδεδεμένοι στο διαδίκτυο και προσπαθήστε ξανά.</string>

</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,27 @@
<string name="passwords_import_promo_in_settings_title">Importar contraseñas de Google</string>
<string name="passwords_import_promo_in_settings_dismiss_text">Ocultar</string>

<!-- Import Bookmarks Strings -->
<string name="importToDuckDuckGo">Importar a DuckDuckGo</string>
<string name="importBookmarksFromGoogleChromeFolderName">Importado desde Chrome</string>
<string name="importBookmarksFromGooglePreImportDialogTitle">Importa marcadores desde Google</string>
<string name="importBookmarksFromGooglePreImportDialogInstruction">Google puede pedirte que inicies sesión o introduzcas tu contraseña para confirmar.</string>
<string name="importBookmarksFromGooglePreImportDialogImportButton">Importar desde Google</string>
<string name="importBookmarksFromGooglePreImportDialogSelectFileButton">Seleccionar Archivo de marcadores…</string>
<string name="importBookmarksFromGoogleWebFlowTitle">Importar marcadores</string>
<string name="importBookmarksProgressTitle">Importando desde Google…</string>
<string name="importBookmarksProgressSubtitle">Mantén esta pantalla abierta y espera: no debería tardar más de un minuto o dos.</string>
<string name="importBookmarksProgressInfoMessage1">Google puede pedirte que inicies sesión o introduzcas tu contraseña para confirmar.</string>
<string name="importBookmarksProgressInfoMessage2">Es posible que Google te envíe un correo electrónico confirmando que tus marcadores se están exportando.</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogTitle">¿Cancelar importación?</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogMessage">Tus marcadores no se importarán si cancelas ahora.</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogCancelImport">Cancelar importación</string>
<string name="importBookmarksFromGoogleCancelConfirmationDialogContinue">Continuar</string>
<string name="importBookmarksFromGoogleSuccessBookmarksCount" instruction="Placeholder is the number of bookmarks that were imported">Marcadores: %1$d</string>
<string name="importBookmarksSuccessTitle">@string/importToDuckDuckGo</string>
<string name="importBookmarksFinalDoneButton">Cerrar</string>
<string name="importBookmarksErrorTitle">@string/importToDuckDuckGo</string>
<string name="importBookmarksErrorGenericMessage">Se ha producido un error</string>
<string name="importBookmarksErrorGenericMessageSecondary">Asegúrate de estar conectado a Internet y vuelve a intentarlo.</string>

</resources>
Loading
Loading