Add translations and fix event intent bug
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<resources>
|
||||
<string name="app_name">Another Widget</string>
|
||||
<string name="app_name" translatable="false">Another Widget</string>
|
||||
<string name="add_widget">Add</string>
|
||||
<string name="main_pre_title">Just</string>
|
||||
<string name="main_pre_title" translatable="false">Just</string>
|
||||
<string name="button_request_permission">Grant permission</string>
|
||||
<string name="title_permission_calendar">Show your events</string>
|
||||
<string name="title_permission_location">Show the weather</string>
|
||||
@ -9,7 +9,7 @@
|
||||
<string name="description_permission_location">Grant access to your location\nto view weather in your widget.</string>
|
||||
<string name="notification_title">Get more from your widget</string>
|
||||
<string name="notification_subtitle">View your events and the weather in Another Widget.</string>
|
||||
<string name="divider">|</string>
|
||||
<string name="divider" translatable="false">|</string>
|
||||
<string name="action_share">Share</string>
|
||||
<string name="action_rate">Rate app</string>
|
||||
<string name="action_support">Support me</string>
|
||||
@ -84,7 +84,7 @@
|
||||
<string name="action_save">Save</string>
|
||||
<string name="error_no_calendar">No calendars found.</string>
|
||||
<string name="api_key_info_title">Instructions</string>
|
||||
<string name="signature">Toms</string>
|
||||
<string name="signature" translatable="false">Toms</string>
|
||||
<string name="api_key_info_text"><![CDATA[Another Widget is a free application and will remain without banner ads.<BR /><BR />Due to its great success, surely beyond all my expectations, the weather provider fails to support all the requests that arrive (simply because it is free and therefore limited).<BR /><BR />I have to ask each of you to personally register an account on OpenWeather; the operation will take only a few minutes, and when your key has been activated, you will not have any problems with the weather.<BR /><BR />I\'m sorry for the inconvenience, keep supporting me!]]></string>
|
||||
<string name="api_key_title_1">Register for an OpenWeather Account</string>
|
||||
<string name="api_key_subtitle_1">Register a free account on OpenWeather. It will only take a few minutes.</string>
|
||||
@ -122,7 +122,7 @@
|
||||
<string name="settings_text_shadow_subtitle_low">Low</string>
|
||||
<string name="settings_text_shadow_subtitle_high">High</string>
|
||||
<string name="advanced_settings_title">Advanced</string>
|
||||
<string name="beta">Beta</string>
|
||||
<string name="beta" translatable="false">Beta</string>
|
||||
<string name="settings_product_sans_font_title">Product Sans Font</string>
|
||||
<string name="settings_product_sans_font_subtitle">Using Product Sans disabled the possibility to tap widget elements. I\'m working on it.</string>
|
||||
<string name="settings_show_diff_time_title">Time left in the event</string>
|
||||
@ -182,5 +182,5 @@
|
||||
<string name="support_dev_subtitle">This is a single developer project,\nso thank you for the support!</string>
|
||||
<string name="settings_feedback_subtitle">This is an open-source project, feel free to help.</string>
|
||||
<string name="settings_feedback_title">Feedback and feature requests</string>
|
||||
<string name="title_tasksintegration">Tasks Integration</string>
|
||||
<string name="title_tasksintegration" translatable="false">Google Tasks</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user