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

Commit 91670b76 authored by Marten Gajda's avatar Marten Gajda
Browse files

add "now" String to show in the list that a task is due now

remove "as checklist"
parent bdda46bd
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -186,9 +186,6 @@
    <string name="button_add_one_hour">+1 Stunde</string>
    <string name="button_add_one_day">+1 Tag</string>

    <!-- Checklist checkbox label -->
    <string name="checklist_label">Als Checkliste</string>

    <!-- Dashclock -->
    <string name="dashclock_extension_title">Aufgaben</string>
    <string name="dashclock_extension_description">Zeigt Informationen zu aktuellen Aufgaben an.</string>
@@ -206,5 +203,6 @@
    
      <!-- General -->
   <string name="accept">Übernehmen</string>
   <string name="now">Jetzt</string>
   
</resources>
 No newline at end of file
+0 −3
Original line number Diff line number Diff line
@@ -183,7 +183,4 @@
    <string name="button_add_one_hour">+1 час</string>
    <string name="button_add_one_day">+1 день</string>

    <!-- Checklist checkbox label -->
    <string name="checklist_label">в виде списка</string>

</resources>
 No newline at end of file
+2 −4
Original line number Diff line number Diff line
@@ -192,9 +192,6 @@
    <string name="button_add_one_hour">+1 hour</string>
    <string name="button_add_one_day">+1 day</string>

    <!-- Checklist checkbox label -->
    <string name="checklist_label">As checklist</string>

    <!-- Dashclock -->
    <string name="dashclock_extension_title">Tasks</string>
    <string name="dashclock_extension_description">Displays information for recent tasks.</string>
@@ -212,5 +209,6 @@
    
    <!-- General -->
   <string name="accept">Accept</string>
   <string name="now">now</string>
   
</resources>