mirror of
https://github.com/Matte23/circolapp.git
synced 2025-12-06 07:29:10 +00:00
57 lines
3.4 KiB
XML
57 lines
3.4 KiB
XML
<resources>
|
|
<string name="app_name" translatable="false">CircolApp</string>
|
|
<string name="title_circular_letters">Circular letters</string>
|
|
<string name="title_favourites">Favourites</string>
|
|
<string name="title_reminders">Reminders</string>
|
|
<string name="title_licenses">Third party licenses</string>
|
|
<string name="title_settings">Settings</string>
|
|
|
|
<string name="menu_about">About</string>
|
|
<string name="menu_search">Search</string>
|
|
<string name="menu_refresh">Refresh</string>
|
|
|
|
<string name="preferences_general_header">General</string>
|
|
<string name="preference_notifications_header">Notifications</string>
|
|
<string name="preferences_dark_theme">Dark theme</string>
|
|
<string name="preferences_notify_new_circulars">Show notifications</string>
|
|
<string name="preferences_poll_interval">Synchronization interval</string>
|
|
<string name="preferences_notify_new_circulars_summary">Show a notification when a new circular is published</string>
|
|
<string name="preferences_poll_interval_summary">How long to wait before checking if new circulars are published</string>
|
|
|
|
<string name="notification_title">Circular letter number %1$d</string>
|
|
<string name="notification_summary_title">New circulars published</string>
|
|
<string name="notification_summary">New circulars</string>
|
|
<plurals name="notification_summary_text">
|
|
<item quantity="one">%d new circular</item>
|
|
<item quantity="other">%d new circulars</item>
|
|
</plurals>
|
|
|
|
<string name="notification_title_reminder">Reminder</string>
|
|
|
|
<string name="channel_name_new">Circular letters</string>
|
|
<string name="channel_description_new">New circulars</string>
|
|
<string name="channel_name_reminder">Reminders</string>
|
|
<string name="channel_description_reminder">Reminder linked with circular letter</string>
|
|
|
|
<string name="dialog_ok">OK</string>
|
|
<string name="dialog_next">Next</string>
|
|
<string name="dialog_back">Back</string>
|
|
<string name="dialog_cancel">Cancel</string>
|
|
<string name="dialog_licenses">Show third party licenses</string>
|
|
|
|
<string name="dialog_info_title">About Circolapp</string>
|
|
<string name="dialog_info_content">Circolapp is released under the GPL v3 license (https://github.com/Matte23/circolapp/blob/master/LICENSE):\n\n
|
|
© 2019 Matteo Schiff\nThis program comes with ABSOLUTELY NO WARRANTY.\nThis is free software, and you are welcome to redistribute it
|
|
under certain conditions. \n\n
|
|
Circulars letters are written by the Liceo Scientifico Maria Curie Pinerolo (https://curiepinerolo.edu.it/).\n
|
|
Those documents are released under the "Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0)(https://creativecommons.org/licenses/by-nc-sa/3.0/), as specified in this page: https://curiepinerolo.edu.it/note-legali</string>
|
|
|
|
<string name="dialog_title_permission_required">Permission required</string>
|
|
<string name="dialog_message_permission_write">We need your permission to save this circular letter to local storage</string>
|
|
|
|
<string name="snackbar_write_permission_not_granted">Unable to save this circular letter to local storage. Permission not granted</string>
|
|
<string name="snackbar_circular_downloaded">The circular letter will be saved into the download folder</string>
|
|
|
|
<string name="snackbar_connection_not_available">Network not available. Results may be outdated</string>
|
|
</resources>
|