|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<!-- |
| 3 | + SPDX-FileCopyrightText: Sebastiano Barezzi |
| 4 | + SPDX-License-Identifier: Apache-2.0 |
| 5 | +--> |
| 6 | +<resources> |
| 7 | + <!-- App/activity --> |
| 8 | + <!-- Navigation --> |
| 9 | + <string name="go_back">Go back</string> |
| 10 | + <!-- Permissions gated composable --> |
| 11 | + <string name="permissions_not_granted">Permissions not granted: %1$s</string> |
| 12 | + <string name="request_permissions">Request permissions</string> |
| 13 | + <string name="permissions_denied">Permissions denied: %1$s. Open the app settings to grant them</string> |
| 14 | + <!-- Settings --> |
| 15 | + <string name="settings">Settings</string> |
| 16 | + <string name="settings_general">General</string> |
| 17 | + <string name="theme">Theme</string> |
| 18 | + <string name="dynamic_colors">Dynamic colors</string> |
| 19 | + <string name="dynamic_colors_description">Enable dynamic colors</string> |
| 20 | + <string name="about">About</string> |
| 21 | + <string name="about_developer">Developer</string> |
| 22 | + <string name="about_application">Application</string> |
| 23 | + <string name="about_application_repository">Repository</string> |
| 24 | + <string name="about_application_website">Website</string> |
| 25 | + <!-- Settings - Social names --> |
| 26 | + <!-- Settings - About developer --> |
| 27 | + <!-- Settings - About application --> |
| 28 | + <!-- Themes --> |
| 29 | + <string name="theme_system">System default</string> |
| 30 | + <string name="theme_light">Light</string> |
| 31 | + <string name="theme_dark">Dark</string> |
| 32 | + <!-- Export data --> |
| 33 | + <string name="export_data">Export data</string> |
| 34 | + <string name="export_data_description">Do you want to export data as a JSON file? The app will ask you for missing permissions if needed</string> |
| 35 | + <string name="export_data_in_progress">Exporting data…</string> |
| 36 | + <string name="export_data_missing_permissions">Not all permissions have been granted, cannot export data</string> |
| 37 | + <string name="export_data_success">Data exported, the file may contain personal or device\'s confidential data, don\'t share to anyone unless you know what you\'re doing</string> |
| 38 | + <string name="export_data_open_file">Open file</string> |
| 39 | + <string name="export_data_error">Error while exporting data: %s</string> |
| 40 | +</resources> |
0 commit comments