]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix translations mistake 1675/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 7 Mar 2016 10:05:14 +0000 (11:05 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 7 Mar 2016 10:05:14 +0000 (11:05 +0100)
In Material template, move the developer link in the left menu (like in baggy)

src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig

index c4035859f5a95da746c9b917264cb198e084ca9e..1de8d20f7a91e4961f29921fa97b4c698e68312f 100644 (file)
@@ -259,17 +259,17 @@ Remove this client: "Supprimer ce client"
 New client: "Nouveau client"
 You are about to create a new client. Please fill the field below for the redirect URI of your application.: "Vous allez créer un nouveau client. Merci de remplir l'url de redirection vers votre application."
 Back: "Retour"
-Client parameters: "Les parameters de votre client"
+Client parameters: "Les paramètres de votre client"
 New client created.: "Nouveau client créé."
 Here are your client parameters.: "Voilà les paramètres de votre client"
 Read the howto "Create my first application": "Lire \"comment créer ma première application\""
 Client deleted: "Client supprimé"
 No client yet.: "Aucun client pour le moment"
 "The following commands make use of the <a href=\"https://github.com/jkbrzt/httpie\">HTTPie library</a>. Make sure it is installed on your system before using it.": "Les commandes suivantes utilisent la <a href=\"https://github.com/jkbrzt/httpie\">librarie HTTPie</a>. Assurez-vous qu'elle soit installée avant de l'utiliser."
-You need a token to communicate between your 3rd application and wallabag API.: "Vous avez besoin d'un token pour échanger entre votre appication et l'API de wallabag."
+You need a token to communicate between your 3rd application and wallabag API.: "Vous avez besoin d'un token pour échanger entre votre application et l'API de wallabag."
 "To create this token, you need <a href=\"%link%\">to create a new client</a>.": "Pour créer un token, vous devez <a href=\"%link%\">créer un nouveau client</a>."
-Now, create your token (replace client_id, client_secret, username and password with the good values):: "Maintenant créer votre token (remplacer client_id, client_secret, username et password avec les bonnes valeurs):"
+Now, create your token (replace client_id, client_secret, username and password with the good values):: "Maintenant créez votre token (remplacer client_id, client_secret, username et password avec les bonnes valeurs):"
 The API will return a response like this:: "L'API vous retournera une réponse comme ça:"
-The access_token is useful to do a call to the API endpoint. For example:: "L'access_token doit être utilisé pour faire un appel à l'API. Par exemple:"
+The access_token is useful to do a call to the API endpoint. For example:: "L'access_token doit être utilisé pour faire un appel à l'API. Par exemple :"
 This call will return all the entries for your user.: "Cet appel va retourner tous les articles de l'utilisateur."
-"If you want to see all the API endpoints, you can have a look <a href=\"%link%\">to our API documentation</a>.": "Si vous voulez toutes les méthodes de l'API, jettez un oeil <a href=\"%link%\">à la documentation de l'API</a>."
+"If you want to see all the API endpoints, you can have a look <a href=\"%link%\">to our API documentation</a>.": "Si vous voulez toutes les méthodes de l'API, jetez un oeil <a href=\"%link%\">à la documentation de l'API</a>."
index 82bd9a1d0bf4eaa95501b3c7a7c560fa309e2f05..f5d03084d1c6f4af01070e94e6e14062b7f6954b 100644 (file)
@@ -50,6 +50,7 @@
             {% endif %}
             <li class="bold {% if currentRoute == 'import' %}active{% endif %}"><a class="waves-effect" href="{{ path('import') }}">{% trans %}import{% endtrans %}</a></li>
             <li class="bold {% if currentRoute == 'howto' %}active{% endif %}"><a class="waves-effect" href="{{ path('howto') }}">{% trans %}howto{% endtrans %}</a></li>
+            <li class="bold {% if currentRoute == 'developer' %}active{% endif %}"><a class="waves-effect" href="{{ path('developer') }}">{% trans %}Developer{% endtrans %}</a></li>
             <li class="bold"><a class="waves-effect" class="icon icon-power" href="{{ path('fos_user_security_logout') }}" title="{% trans %}logout{% endtrans %}">{% trans %}logout{% endtrans %}</a></li>
         </ul>
         <div class="nav-wrapper nav-panels">
             <div class="container">
                 <p>{% trans %}powered by{% endtrans %} <a target="_blank" href="https://wallabag.org" class="grey-text text-lighten-4">wallabag</a></p>
                 <a class="grey-text text-lighten-4 right" href="{{ path('about') }}">{% trans %}About{% endtrans %}</a>
-                <a class="grey-text text-lighten-4 right" href="{{ path('developer') }}">{% trans %}Developer{% endtrans %}
-                &nbsp;-&nbsp;
             </div>
         </div>
     </footer>