Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #148

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# Counter

🚧 **This app is in maintenance mode.** Do not expect new functionality. You are free to make pull
requests with new features or bug fixes.

---

Counter is a *simple* [tally counter](https://en.wikipedia.org/wiki/Tally_counter) for Android. It
makes counting easier. You can have multiple counters with their own names and values. Values can be
changed using the volume buttons.
changed using the volume buttons. There's a way to export all your data in CSV format.

**Counter is available on [Play Store](https://play.google.com/store/apps/details?id=me.tsukanov.counter)
and [F-Droid](https://f-droid.org/repository/browse/?fdid=me.tsukanov.counter).**
Expand All @@ -26,4 +21,4 @@ Huge thanks to all [contributors](https://github.com/gentlecat/counter/contribut
and [translators](https://crowdin.net/project/simple-counter).

* Application icon made by @armand-leguillou
* Sounds from [adobeflash.com](https://www.adobeflash.com/download/sounds/clicks/)
* Sounds from [adobeflash.com](https://web.archive.org/web/20160412220948/https://www.adobeflash.com/download/sounds/clicks/)
2 changes: 1 addition & 1 deletion app/src/main/res/values-de-rDE/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<!-- General -->
<string name="app_name">Zähler</string>
<string name="last_update_timestamp">Zuletzt geändert um {timestamp}</string>
<string name="last_update_timestamp">Zuletzt geändert am {timestamp}</string>
<!-- Menu -->
<string name="menu_counters_list">Liste der Zähler öffnen</string>
<string name="menu_add">Zähler hinzufügen</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-uk-rUA/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<!-- General -->
<string name="app_name">Counter</string>
<string name="last_update_timestamp">Востаннє змінено {timestamp}</string>
<!-- Menu -->
<string name="menu_counters_list">Відкрити навігацію</string>
<string name="menu_add">Додати лічильник</string>
Expand Down
Loading