]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
import w/o cron: explanation added
authorMaryana Rozhankivska <mariroz@mr.lviv.ua>
Thu, 3 Apr 2014 10:53:47 +0000 (13:53 +0300)
committerMaryana Rozhankivska <mariroz@mr.lviv.ua>
Thu, 3 Apr 2014 10:53:47 +0000 (13:53 +0300)
themes/baggy/config.twig
themes/default/config.twig

index fc7890ec9a7e560cf1c57948d9f16486917c6614..725b775e6c04c383c58e0c290158a8ec9f8e32f3 100755 (executable)
 
             <h2>{% trans "Import" %}</h2>
             <p>{% trans "You can import your Pocket, Readability, Instapaper, Wallabag or any data in appropriate json or html format." %}</p>
-            <p>{% trans "Please select export file on your computer:" %}</p>
+            <p>{% trans "Please select export file on your computer and press \"Import\" button below.<br>Wallabag will parse your file, insert all URLs and start fetching of articles if required.<br>Fetching process is controlled by two constants in your config file: IMPORT_LIMIT (how many articles are fetched at once) and IMPORT_DELAY (delay between fetch of next batch of articles)." %}</p>
             <form method="post" action="?import" name="uploadfile" enctype="multipart/form-data">
                 <fieldset class="w500p">
                     <div class="row">
index 7ccd0b36eef6a0f8eba4be5cf929b7dd78259a3b..5bdaf56752f27b92efdca8f0aaebb0d6a6eba089 100755 (executable)
 
             <h2>{% trans "Import" %}</h2>
             <p>{% trans "You can import your Pocket, Readability, Instapaper, Wallabag or any data in appropriate json or html format." %}</p>
-            <p>{% trans "Please select export file on your computer:" %}</p>
+            <p>{% trans "Please select export file on your computer and press \"Import\" button below.<br>Wallabag will parse your file, insert all URLs and start fetching of articles if required.<br>Fetching process is controlled by two constants in your config file: IMPORT_LIMIT (how many articles are fetched at once) and IMPORT_DELAY (delay between fetch of next batch of articles)." %}</p>
             <form method="post" action="?import" name="uploadfile" enctype="multipart/form-data">
                 <fieldset class="w500p">
                     <div class="row">