cordova-plugin-stepist
Version:
Cordova / PhoneGap Plugin for the Step Counting (Pedometer).
23 lines (22 loc) • 1.83 kB
text/xml
<resources>
<string name="plugin_name">Stepist Plugin(pedometer)</string>
<string name="stepist_foreground_notification_buttons_start">Başlat</string>
<string name="stepist_foreground_notification_buttons_stop">Durdur</string>
<string name="stepist_foreground_notification_buttons_pause">Ara Ver</string>
<string name="stepist_foreground_notification_buttons_resume">Devam Et</string>
<string name="stepist_foreground_notification_title">Adım Sayacı</string>
<string name="stepist_foreground_notification_text">Adımlarınız sayılıyor...</string>
<string name="stepist_foreground_notification_subtext">Stepist tarafından sağlanır</string>
<string name="stepist_foreground_notification_info_speed">Hız: %1$.1f km/s</string>
<string name="stepist_foreground_notification_info_time_elapsed">Geçen Süre: %1$d dk</string>
<string name="stepist_foreground_notification_info_time_remaining">Kalan Süre: %1$d dk</string>
<string name="stepist_foreground_notification_info_distance">Mesafe: %1$.3f km</string>
<string name="stepist_foreground_notification_info_distance_taken">Alınan Mesafe: %1$d m</string>
<string name="stepist_foreground_notification_info_distance_remaining">Kalan Mesafe: %1$d m</string>
<string name="stepist_foreground_notification_info_steps">Adımlar: %1$d adım</string>
<string name="stepist_foreground_notification_info_calories">Kalori: %1$d kcal</string>
<string name="stepist_foreground_notification_info_pace">Tempo: %1$.2f dk/km</string>
<string name="stepist_foreground_notification_info_floors_ascended">Çıkılan Kat: %1$d kat</string>
<string name="stepist_foreground_notification_info_floors_descended">İnilen Kat: %1$d kat</string>
</resources>