mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-09 03:31:46 +00:00
Imported translations, bumped version to 0.14.50.rc2.4 / 4152 (#36)
This commit is contained in:
parent
640d7f1e02
commit
49dc1d80af
2 changed files with 5 additions and 2 deletions
|
@ -35,8 +35,8 @@ android {
|
|||
applicationId "com.github.catfriend1.syncthingandroid"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 26
|
||||
versionCode 4151
|
||||
versionName "0.14.50.rc2.3"
|
||||
versionCode 4152
|
||||
versionName "0.14.50.rc2.4"
|
||||
testApplicationId 'com.github.catfriend1.syncthingandroid.test'
|
||||
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
|
||||
playAccountConfig = playAccountConfigs.defaultAccountConfig
|
||||
|
|
|
@ -158,6 +158,9 @@ Bitte melden Sie auftretende Probleme via GitHub.</string>
|
|||
<!-- Title for announce server status -->
|
||||
<string name="announce_server">Indexserver</string>
|
||||
|
||||
<!-- Title for uptime status -->
|
||||
<string name="uptime">Betriebszeit</string>
|
||||
|
||||
<string name="restart">Neustart</string>
|
||||
|
||||
<string name="dialog_confirm_restart">Möchtest du Syncthing neu starten?</string>
|
||||
|
|
Loading…
Reference in a new issue