txtodo

[DORMANT] a minimalist todo list app inspired by jeff huang
git clone git://git.figbert.com/txtodo.git
Log | Files | Refs | README

Localizable.strings (1574B)


      1 /*
      2   Localizable.strings
      3   txtodo
      4 
      5   Created by FIGBERT on 8/9/20.
      6 
      7 */
      8 
      9 "about" = "about";
     10 "daily" = "daily";
     11 "floating" = "floating";
     12 "create a note" = "create a note";
     13 "edit note" = "edit note";
     14 "edit task" = "edit task";
     15 "notifications" = "notifications";
     16 "settings" = "settings";
     17 "tap" = "write here";
     18 "task priority" = "task priority";
     19 "txtodo by figbert - v%@" = "txtodo by figbert - v%@";
     20 "time scheduled" = "time scheduled";
     21 "notifications enabled" = "notifications enabled";
     22 "notifications disabled" = "notifications disabled";
     23 "considerDonating" = "if you enjoy txtodo, please consider supporting its development";
     24 
     25 /* The name of the app. */
     26 "title" = "txtodo";
     27 /* The first paragraph of the iOS about page. */
     28 "aboutOne" = "pronounced \"text to do,\" txtodo is a minimalist open-source todo list app made by figbert and inspired by jeff huang. it lists your immediate, short-term tasks to help you get things done without overthinking it.";
     29 /* The second paragraph of the iOS about page. */
     30 "aboutTwo" = "after reading a post by jeff huang, i started thinking about how i managed my own daily tasks. i wanted to make a solution that could train me into being highly productive.";
     31 /* The third paragraph of the iOS about page. */
     32 "aboutThree" = "that solution is txtodo. it manages immediate, short-term tasks to help you get things done. welcome to productivity. welcome to txtodo.";
     33 /* The text for the https://jeffhuang.com/productivity_text_file/ url. */
     34 "view inspo" = "view inspo";
     35 /* The text for the https://txtodo.app/ url. */
     36 "view site" = "view site";