Skip to content

Commit

Permalink
Translate strings to values-hr
Browse files Browse the repository at this point in the history
Translate strings to values-el
Translate strings to values-it
  • Loading branch information
marcosholgado authored and mikescamell committed Sep 9, 2024
1 parent c54e455 commit 2255144
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/main/res/values-el/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -783,4 +783,10 @@
<string name="onboardingPrivacyProDaxDialogOkButton">Μάθετε περισσότερα</string>
<string name="onboardingPrivacyProDaxDialogCancelButton">Παράλειψη</string>

<!-- Show on App Launch Option -->
<string name="showOnAppLaunchOptionTitle">Εμφάνιση στην Εκκίνηση εφαρμογής</string>
<string name="showOnAppLaunchOptionLastOpenedTab">Τελευταία καρτέλα που άνοιξε</string>
<string name="showOnAppLaunchOptionNewTabPage">Σελίδα νέας καρτέλας</string>
<string name="showOnAppLaunchOptionSpecificPage">Συγκεκριμένη σελίδα</string>

</resources>
6 changes: 6 additions & 0 deletions app/src/main/res/values-hr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -787,4 +787,10 @@
<string name="onboardingPrivacyProDaxDialogOkButton">Saznajte više</string>
<string name="onboardingPrivacyProDaxDialogCancelButton">Preskoči</string>

<!-- Show on App Launch Option -->
<string name="showOnAppLaunchOptionTitle">Prikaži pri pokretanju aplikacije</string>
<string name="showOnAppLaunchOptionLastOpenedTab">Posljednja otvorena kartica</string>
<string name="showOnAppLaunchOptionNewTabPage">Nova stranica kartice</string>
<string name="showOnAppLaunchOptionSpecificPage">Specifična stranica</string>

</resources>
6 changes: 6 additions & 0 deletions app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -783,4 +783,10 @@
<string name="onboardingPrivacyProDaxDialogOkButton">Ulteriori informazioni</string>
<string name="onboardingPrivacyProDaxDialogCancelButton">Salta</string>

<!-- Show on App Launch Option -->
<string name="showOnAppLaunchOptionTitle">Mostra all\'avvio dell\'app</string>
<string name="showOnAppLaunchOptionLastOpenedTab">Ultima scheda aperta</string>
<string name="showOnAppLaunchOptionNewTabPage">Pagina Nuova scheda</string>
<string name="showOnAppLaunchOptionSpecificPage">Pagina specifica</string>

</resources>

0 comments on commit 2255144

Please sign in to comment.