diff --git a/.travis.yml b/.travis.yml index 6577fca01d..77e5ca62dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: php php: - - "7.1.0RC3" + - "7.1" - "7.0" - "5.6" - "5.5" diff --git a/po/fr.po b/po/fr.po index 721562ba99..5d77a69066 100644 --- a/po/fr.po +++ b/po/fr.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2016-11-10 09:40+0100\n" -"PO-Revision-Date: 2016-11-14 14:22+0000\n" +"PO-Revision-Date: 2016-11-16 13:27+0000\n" "Last-Translator: Marc Delisle \n" "Language-Team: French " "\n" @@ -3300,10 +3300,8 @@ msgid "Details…" msgstr "Détails…" #: libraries/DatabaseInterface.php:2326 -#, fuzzy -#| msgid "Missing parameter:" msgid "Missing connection parameters!" -msgstr "Paramètre manquant : " +msgstr "Paramètres de connexion manquants !" #: libraries/DatabaseInterface.php:2350 msgid "Connection for controluser as defined in your configuration failed." @@ -3623,9 +3621,8 @@ msgid "Hide browser transformation" msgstr "Masquer les transformations" #: libraries/DisplayResults.php:1800 -#, fuzzy msgid "Well Known Text" -msgstr "Texte très connu" +msgstr "Well Known Text" #: libraries/DisplayResults.php:1801 msgid "Well Known Binary" diff --git a/test/install-runkit b/test/install-runkit index a0a1863656..eea1247e5f 100755 --- a/test/install-runkit +++ b/test/install-runkit @@ -1,6 +1,6 @@ #!/bin/bash -if [ "$TRAVIS_PHP_VERSION" = "nightly" -o "$TRAVIS_PHP_VERSION" = "hhvm" -o "$TRAVIS_PHP_VERSION" = "7.0" -o "$TRAVIS_PHP_VERSION" = "7.1.0RC3" ] ; then +if [ "$TRAVIS_PHP_VERSION" = "nightly" -o "$TRAVIS_PHP_VERSION" = "hhvm" -o "$TRAVIS_PHP_VERSION" = "7.0" -o "$TRAVIS_PHP_VERSION" = "7.1" ] ; then exit 0 fi