[APP] acWidgets: Your Clock | 005-build-64 | 24.04.12

Search This thread

AChep

Inactive Recognized Developer
Feb 19, 2011
1,290
5,803
Ukraine, Lugansk, Belovodsk
artemchep.com
It's version 002 with all features :) Why not official update? I want to add some features, create thread in main apps android category :)

Changelog:
1. Clock a bit bigger
2. Enable zero hours
3. Set hour format
4. Update widget freqency
5. Enable background
6. Custom widger background
7. Custom clock color
8. Reload update widget service
9. Fixed layout
 

ithunter

Senior Member
Jul 22, 2010
1,345
245
Kathmandu
It's version 002 with all features :) Why not official update? I want to add some features, create thread in main apps android category :)

Changelog:
1. Clock a bit bigger
2. Enable zero hours
3. Set hour format
4. Update widget freqency
5. Enable background
6. Custom widger background
7. Custom clock color
8. Reload update widget service
9. Fixed layout
unable to download ;'(
 

AChep

Inactive Recognized Developer
Feb 19, 2011
1,290
5,803
Ukraine, Lugansk, Belovodsk
artemchep.com
I need translations to different languages! Also, if you want fix my English translation (i know that it's a bit laggy)

PS: Your name will be added to translators list!

<string name="category_clock">Clock</string>
<string name="category_other">Other</string>
<string name="category_widget">Widget</string>
<string name="category_interface">Interface</string>
<string name="hour_format_main">Set hour format</string>
<string name="reload_widget_main">Reload widget service</string>
<string name="reload_widget_second">Reload update widget service</string>
<string name="reload_widget_toast">Service has been reloaded!</string>
<string name="refresh_time_main">Update widget frequency</string>
<string name="refresh_time_second">May increase battery saving or vice</string>
<string name="enable_backgound_main">Show widget background</string>
<string name="backgounds_main">Set widget background</string>
<string name="backgounds_second">Custom widget background</string>
<string name="colors_main">Set text colour</string>
<string name="colors_second">Custom clock text colour</string>
<string name="enable_zero_time_main">Enable zero in hours</string>
<string name="enable_zero_time_second">Show 01:24 instead of 1:24</string>
<string name="info_widget_main">About</string>
<string name="info_widget_second">More information about project</string>
<string name="version">Version</string>
<string name="translations">Translations</string>
<string name="achep_copyright">© 2012, Artem Chepurnoi (AChep)</string>


<string-array name="hour_format_list">
<item>Use hour format from system settings</item>
<item>Enable 12-hour format</item>
<item>Enable 24-hour format</item>
</string-array>
<string-array name="refresh_time_list">
<item>1 second</item>
<item>2 seconds</item>
<item>3 seconds</item>
<item>5 seconds</item>
<item>10 seconds</item>
<item>30 seconds</item>
<item>60 seconds</item>
</string-array>
<string-array name="colors_list">
<item>White</item>
<item>Light Grey</item>
<item>Dark Grey</item>
<item>Black</item>
<item>Red</item>
<item>Blue</item>
<item>Green</item>
<item>Yellow</item>
<item>Pink</item>
</string-array>
 
Last edited:
  • Like
Reactions: levus95

mr-tical

Senior Member
Apr 22, 2011
670
277
Poland
www.google.pl
I need translations to different languages! Also, if you want fix my English translation (i know that it's a bit laggy)

PS: Your name will be added to translators list!
Hey AChep.
I've made Polish translation.
Take it.
Code:
<string name="category_clock">Zegar</string>
<string name="category_other">Inne</string>
<string name="category_widget">Widget</string>
<string name="category_interface">Interfejs</string>
<string name="hour_format_main">Format godziny</string>
<string name="reload_widget_main">Przeładuj serwis widget'a</string>
<string name="reload_widget_second">Przeładuj serwis update widget'a</string>
<string name="reload_widget_toast">Serwis został przeładowany!</string>
<string name="refresh_time_main">Częstotliwość odświeżania</string>
<string name="refresh_time_second">Może zwiększyć oszczędzanie baterii lub na odwrót</string>
<string name="enable_backgound_main">Pokaż tło</string>
<string name="backgounds_main">Ustaw tło</string>
<string name="backgounds_second">Własne tło</string>
<string name="colors_main">Kolor tekstu</string>
<string name="colors_second">Własny kolor tekstu</string>
<string name="enable_zero_time_main">Pokazuj zero w godzinie</string>
<string name="enable_zero_time_second">Pokauj 01:24 zamiast 1:24</string>
<string name="info_widget_main">O programie</string>
<string name="info_widget_second">Więcej inforamcji o projekcie</string>
<string name="version">Wersja</string>
<string name="translations">Tłumaczenia</string>
<string name="achep_copyright">© 2012, Artem Chepurnoi (AChep)</string>


<string-array name="hour_format_list">
<item>Użyj systemowego formatu godziny</item>
<item>12-godz format godziny</item>
<item>24-godz format godziny</item>
</string-array>
<string-array name="refresh_time_list">
<item>1 sekunda</item>
<item>2 sekundy</item>
<item>3 sekundy</item>
<item>5 sekund</item>
<item>10 sekund</item>
<item>30 sekund</item>
<item>60 sekund</item>
</string-array>
<string-array name="colors_list">
<item>Biały</item>
<item>Jasny szary</item>
<item>Ciemny szar</item>
<item>Czarny</item>
<item>Czerwony</item>
<item>Niebieski</item>
<item>Zielony</item>
<item>Żółty</item>
<item>Różowy</item>
</string-array>
 

Top Liked Posts