Skip to content

Commit

Permalink
APK release 1.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
milovanderlinden committed Sep 6, 2016
1 parent 470e977 commit 346e5df
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "org.open311.android"
minSdkVersion 16
targetSdkVersion 24
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1-alpha"
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,11 @@
<string name="report_visibility"> Teilen Bericht mit öffentlichen</string>
<string name="request_ago_icon">Letzte Aktualisierung</string>
<string name="request_image">Bild</string>
<string name="contactingServer">Verbinden mit</string>
<string name="open311_endpoint"></string>
<string name="report_upload_progress">Hochgeladen %1$d/%2$d.</string>
<string name="report_upload_started">Hochladen begonnen</string>
<string name="report_upload_title">Hochladen</string>
<string name="servicesDownloaded">dienste heruntergeladen</string>
<string name="connectionEstablished"> Verbindung hergestellt</string>
</resources>
6 changes: 6 additions & 0 deletions app/src/main/res/values-fi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,10 @@
<string name="request_image">Kuva</string>
<string name="serviceListUnavailable">Luokat voi noutaa. Yritä myöhemmin uudelleen.</string>
<string name="setting_cloud"> Palvelimet</string>
<string name="contactingServer">Yhteyden</string>
<string name="report_upload_progress">Ladattu %1$d/%2$d.</string>
<string name="report_upload_started"> Lataa alkoi</string>
<string name="report_upload_title">Lataa</string>
<string name="servicesDownloaded"> palvelut ladattu</string>
<string name="connectionEstablished">Yhteys muodostettu</string>
</resources>
6 changes: 6 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,10 @@
<string name="request_image">Image</string>
<string name="serviceListUnavailable">Catégories ne peuvent être récupérées. Réessayez plus tard.</string>
<string name="setting_cloud"> Les serveurs</string>
<string name="contactingServer">Connexion à</string>
<string name="report_upload_progress">Téléchargé %1$d/%2$d.</string>
<string name="report_upload_started">Télécharger a commencé</string>
<string name="report_upload_title">Télécharger</string>
<string name="servicesDownloaded">services téléchargés</string>
<string name="connectionEstablished"> Connection établie</string>
</resources>
2 changes: 1 addition & 1 deletion org.codeforamerica.open311

0 comments on commit 346e5df

Please sign in to comment.