daydream

A small matrix web client written in rust
git clone git://archive.git.mtrnord.blog/daydream-mx/daydream.git
Log | Files | Refs | README | LICENSE

login.pot (1147B)


      1 # SOME DESCRIPTIVE TITLE.
      2 # Copyright (C) YEAR THE daydream'S COPYRIGHT HOLDER
      3 # This file is distributed under the same license as the daydream package.
      4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
      5 #
      6 #, fuzzy
      7 msgid ""
      8 msgstr ""
      9 "Project-Id-Version: daydream 0.1.0\n"
     10 "Report-Msgid-Bugs-To: \n"
     11 "POT-Creation-Date: 2020-08-22 15:44+0000\n"
     12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
     13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     14 "Language-Team: LANGUAGE <LL@li.org>\n"
     15 "Language: \n"
     16 "MIME-Version: 1.0\n"
     17 "Content-Type: text/plain; charset=UTF-8\n"
     18 "Content-Transfer-Encoding: 8bit\n"
     19 
     20 #. {0} is the Error that happened on login
     21 #. The error message of the Login page
     22 #: ./src/app/views/login.rs:157
     23 msgid "Error: {0}"
     24 msgstr ""
     25 
     26 #. The Login Button of the Login page
     27 #: ./src/app/views/login.rs:178 ./src/app/views/login.rs:248
     28 msgid "Login"
     29 msgstr ""
     30 
     31 #. The URL Field of the Login page
     32 #: ./src/app/views/login.rs:198
     33 msgid "Homeserver URL"
     34 msgstr ""
     35 
     36 #. The Matrix ID Field of the Login page
     37 #: ./src/app/views/login.rs:217
     38 msgid "MXID"
     39 msgstr ""
     40 
     41 #. The Password Field of the Login page
     42 #: ./src/app/views/login.rs:236
     43 msgid "Password"
     44 msgstr ""