From 461f0308b7aa004b1ac3fe97574b53110466890c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 26 Feb 2015 09:17:53 +0100 Subject: [PATCH 1/3] Use fixed pull request for PHP 5.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5606c368ba..84b7799eb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ before_script: git clone --depth=1 git://github.com/zenovich/runkit.git ; cd runkit ; if [[ $TRAVIS_PHP_VERSION = "5.6" ]] ; then - wget https://github.com/zenovich/runkit/pull/71.diff ; + wget https://github.com/zenovich/runkit/pull/73.diff ; patch -p1 < 71.diff ; fi ; phpize ; From 01b01373c4e89d0df96c553bf8ec7f1172ef914f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A0=CE=B1=CE=BD=CE=B1=CE=B3=CE=B9=CF=8E=CF=84=CE=B7?= =?UTF-8?q?=CF=82=20=CE=A0=CE=B1=CF=80=CE=AC=CE=B6=CE=BF=CE=B3=CE=BB=CE=BF?= =?UTF-8?q?=CF=85?= Date: Thu, 26 Feb 2015 07:23:59 +0100 Subject: [PATCH 2/3] Translated using Weblate (Greek) Currently translated at 100.0% (2981 of 2981 strings) [CI skip] --- po/el.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/el.po b/po/el.po index 73dda1a9df..ef7c94ede3 100644 --- a/po/el.po +++ b/po/el.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.3.5-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2015-01-01 08:24-0500\n" -"PO-Revision-Date: 2015-01-09 07:21+0200\n" +"PO-Revision-Date: 2015-02-26 07:23+0200\n" "Last-Translator: Παναγιώτης Παπάζογλου \n" "Language-Team: Greek " "\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 2.2-dev\n" +"X-Generator: Weblate 2.3-dev\n" #: changelog.php:36 license.php:28 #, php-format @@ -419,7 +419,7 @@ msgstr "Μη παρακολουθούμενοι πίνακες" #: db_tracking.php:221 libraries/structure.lib.php:1654 msgid "Track table" -msgstr "Παρακολούθηση πίνακα" +msgstr "Πληροφορίες παρακολούθησης πίνακα" #: db_tracking.php:248 msgid "Database Log" From f68a8cb4b95b1c4165fbf5d86f5bbd65be24f54f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 26 Feb 2015 09:18:44 +0100 Subject: [PATCH 3/3] Fix patch applying MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 84b7799eb6..3851a86289 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ before_script: cd runkit ; if [[ $TRAVIS_PHP_VERSION = "5.6" ]] ; then wget https://github.com/zenovich/runkit/pull/73.diff ; - patch -p1 < 71.diff ; + patch -p1 < 73.diff ; fi ; phpize ; ./configure ;