This commit is contained in:
Tommaso Berlose 2020-05-20 13:37:37 +02:00
parent 9199f28ad9
commit 857a8009b6
9 changed files with 7 additions and 2 deletions

Binary file not shown.

View File

@ -18,7 +18,7 @@ android {
applicationId "com.tommasoberlose.anotherwidget"
minSdkVersion 23
targetSdkVersion 29
versionCode 98
versionCode 99
versionName "2.0.10"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Binary file not shown.

View File

@ -146,6 +146,7 @@
<string name="daily_steps_counter">%d skridt indtil videre</string>
<string name="charging">Oplader</string>
<string name="providers">Kilder</string>
<string name="glance_info">Glance info will show up only when there are no events displayed and only when a few conditions are verified.</string>
<!-- Settings -->
<string name="action_share">Del</string>

View File

@ -142,6 +142,7 @@
<string name="daily_steps_counter">%d pas jusqu\à présent</string>
<string name="charging">En charge</string>
<string name="providers">Fournisseurs</string>
<string name="glance_info">Glance info will show up only when there are no events displayed and only when a few conditions are verified.</string>
<!-- Settings -->
<string name="action_share">Partager</string>

View File

@ -144,6 +144,7 @@
<string name="daily_steps_counter">%d langkah sejauh ini</string>
<string name="charging">Mengisi daya</string>
<string name="providers">Penyedia</string>
<string name="glance_info">Glance info will show up only when there are no events displayed and only when a few conditions are verified.</string>
<!-- Settings -->
<string name="action_share">Bagikan</string>

View File

@ -143,6 +143,7 @@
<string name="daily_steps_counter">%d passi fatti finore</string>
<string name="charging">In carica</string>
<string name="providers">Providers</string>
<string name="glance_info">Glance info will show up only when there are no events displayed and only when a few conditions are verified.</string>
<!-- Settings -->
<string name="action_share">Condividi</string>

View File

@ -143,6 +143,7 @@
<string name="daily_steps_counter">%d шагов</string>
<string name="charging">Зарядка</string>
<string name="providers">Операторы</string>
<string name="glance_info">Glance info will show up only when there are no events displayed and only when a few conditions are verified.</string>
<!-- Settings -->
<string name="action_share">Поделиться</string>

View File

@ -146,6 +146,7 @@
<string name="daily_steps_counter">%d steps so far</string>
<string name="charging">Charging</string>
<string name="providers">Providers</string>
<string name="glance_info">Glance info will show up only when there are no events displayed and only when a few conditions are verified.</string>
<!-- Settings -->
<string name="action_share">Share</string>
@ -205,5 +206,4 @@
<string name="support_dev_subtitle">This is a single developer project,\nso thank you for the support!</string>
<string name="settings_title_integrations">Integrations</string>
<string name="label_count_installed_integrations">%d installed integrations</string>
<string name="glance_info">Glance info will show up only when there are no events displayed and only when a few conditions are verified.</string>
</resources>