Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27b5cdd9 authored by elektroschmock's avatar elektroschmock Committed by Gerrit Code Review
Browse files

DeskClock: Fix the build

Change-Id: I2052e26bbb0802791985d50c19674ca0cd7d22c8
parent c61b426f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@
    <string name="stopwatch_preferences_lap_sectors_summary">Konfigurace chování etap a úseků.</string>
    <string name="stopwatch_preferences_sectors">Úseky</string>
    <string name="stopwatch_preferences_sectors_summary">{0,choice,0#Úseky etapy nejsou zapnuty.|1#Úseky etapy konfigurovány s 1 úsekem.|1&lt;Úseky etapy konfigurovány s {0} úseky.}</string>
    <string name="stopwatch_preferences_best_lap_behaviour">Chování nejlepší etapy</string>
    <string name="stopwatch_preferences_best_lap_behavior">Chování nejlepší etapy</string>
    <string name="stopwatch_preferences_about">O aplikaci</string>
    <string name="stopwatch_preferences_about_summary">Stopwatch. CyanogenMod © 2012</string>
    <string name="stopwatch_best_lap_lower_pref">Kratší časy jsou lepší</string>
+1 −1
Original line number Diff line number Diff line
@@ -189,7 +189,7 @@
    <!-- StopWatch. Preferences. Summary of sectors -->
    <string name="stopwatch_preferences_sectors_summary">{0,valg,0#Omgangssektorer ikke aktiveret.|1#Omgangssektorer konfigureret med 1 sektor.|1&lt;Omgangssektorer konfigureret med {0} sektorer.}</string>
    <!-- StopWatch. Preferences. Best lap behaviour -->
    <string name="stopwatch_preferences_best_lap_behaviour">Adfærd for bedste omgang</string>
    <string name="stopwatch_preferences_best_lap_behavior">Adfærd for bedste omgang</string>
    <!-- StopWatch. Preferences. About -->
    <string name="stopwatch_preferences_about">Om</string>
    <!-- StopWatch. Preferences. Summary of About catergory -->
+6 −6
Original line number Diff line number Diff line
@@ -227,20 +227,20 @@
    <string name="stopwatch_preferences_sectors">Zwischenzeiten</string>
    <!-- Stopwatch. Preferences. Summary of sectors -->
    <string name="stopwatch_preferences_sectors_summary">{0,choice,0#Zwischenzeiten sind nicht aktiviert.|1#Eine Zwischenzeit pro Runde konfiguriert.|1&lt;{0} Zwischenzeiten pro Runde konfiguriert.}</string>
    <!-- Stopwatch. Preferences. Best lap behaviour -->
    <string name="stopwatch_preferences_best_lap_behaviour">Beste Runde</string>
    <!-- Stopwatch. Preferences. Best lap behavior -->
    <string name="stopwatch_preferences_best_lap_behavior">Beste Runde</string>
    <!-- Stopwatch. Preferences. About -->
    <string name="stopwatch_preferences_about">Über</string>
    <!-- Stopwatch. Preferences. Summary of About catergory -->
    <string name="stopwatch_preferences_about_summary">Stopwatch: Copyright \u00A9 2012 CyanogenMod</string>

    <!-- Stopwatch. Best lap behaviour. Lower times are better -->
    <!-- Stopwatch. Best lap behavior. Lower times are better -->
    <string name="stopwatch_best_lap_lower_pref">Niedrige Zeiten sind besser</string>
    <!-- Stopwatch. Best lap behaviour. Summary of lower times are better  -->
    <!-- Stopwatch. Best lap behavior. Summary of lower times are better  -->
    <string name="stopwatch_best_lap_lower_pref_summary">Schnellste Zeit ist die beste Runde.</string>
    <!-- Stopwatch. Best lap behaviour. Highest times are better -->
    <!-- Stopwatch. Best lap behavior. Highest times are better -->
    <string name="stopwatch_best_lap_highest_pref">Höhere Zeiten sind besser</string>
    <!-- Stopwatch. Best lap behaviour. Summary of highest times are better -->
    <!-- Stopwatch. Best lap behavior. Summary of highest times are better -->
    <string name="stopwatch_best_lap_highest_pref_summary">Langsamste Zeit ist die beste Runde.</string>

    <!-- Stopwatch. Sectors Dialog Preference. Enabled check text -->
+1 −1
Original line number Diff line number Diff line
@@ -222,7 +222,7 @@
    <!-- Stopwatch. Preferences. Summary of sectors -->
    <string name="stopwatch_preferences_sectors_summary">{0,choice,0#Οι τομείς είναι απενεργοποιημένοι.|1#Οι τομείς ρυθμίστηκαν με 1 τομέα.|1&lt;Οι τομείς ρυθμίστηκαν με {0} τομείς.}</string>
    <!-- Stopwatch. Preferences. Best lap behaviour -->
    <string name="stopwatch_preferences_best_lap_behaviour">Καλύτερος γύρος</string>
    <string name="stopwatch_preferences_best_lap_behavior">Καλύτερος γύρος</string>
    <!-- Stopwatch. Preferences. About -->
    <string name="stopwatch_preferences_about">Σχετικά</string>
    <!-- Stopwatch. Preferences. Summary of About catergory -->
+1 −1
Original line number Diff line number Diff line
@@ -165,7 +165,7 @@
    <string name="stopwatch_preferences_lap_sectors_summary">Ajustar el comportamiento de vueltas y sectores</string>
    <string name="stopwatch_preferences_sectors">Sectores</string>
    <string name="stopwatch_preferences_sectors_summary">{0,choice,0#Sectores de vuelta no activados|1#Vueltas configuradas con un sector|1&lt;Vueltas configuradas con {0} sectores}</string>
    <string name="stopwatch_preferences_best_lap_behaviour">Ajuste mejor vuelta</string>
    <string name="stopwatch_preferences_best_lap_behavior">Ajuste mejor vuelta</string>
    <string name="stopwatch_preferences_about">Acerca de</string>
    <string name="stopwatch_preferences_about_summary">Cronómetro. CyanogenMod \u00A9 2012</string>
    <string name="stopwatch_best_lap_lower_pref">Tiempos bajos son mejores</string>
Loading