[Phpmyadmin-git] [phpmyadmin/phpmyadmin] aa4c7e: Translated using Weblate (Romanian)

2013-10-17 Thread Weblate
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: aa4c7e04b17b1ede63c4bad25ac593833ab01e8c
  
https://github.com/phpmyadmin/phpmyadmin/commit/aa4c7e04b17b1ede63c4bad25ac593833ab01e8c
  Author: Arthur Țițeică arthur.tite...@gmail.com
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/ro.po

  Log Message:
  ---
  Translated using Weblate (Romanian)

Currently translated at 52.9% (1452 of 2744)


  Commit: 1f427e54a9afb97bbd142fa9fac7040ced5114e0
  
https://github.com/phpmyadmin/phpmyadmin/commit/1f427e54a9afb97bbd142fa9fac7040ced5114e0
  Author: Weblate nore...@weblate.org
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M libraries/error_report.lib.php

  Log Message:
  ---
  Merge remote-tracking branch 'origin/master'


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/79dd43afe6ea...1f427e54a9af
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 79dd43: Fixed error submission using curl

2013-10-17 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 79dd43afe6eaa27a3e2a4ec1d31e2698bf832b28
  
https://github.com/phpmyadmin/phpmyadmin/commit/79dd43afe6eaa27a3e2a4ec1d31e2698bf832b28
  Author: Michal Čihař mci...@suse.cz
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M libraries/error_report.lib.php

  Log Message:
  ---
  Fixed error submission using curl

The problem is that curl inserts Expect: header which server does not
support.

More details at:

http://pilif.github.io/2007/02/the-return-of-except-100-continue/
http://stackoverflow.com/questions/3755786/php-curl-post-request-and-error-417



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 4f4167: Enable allow_url_fopen backend for error reporting

2013-10-17 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 4f4167f67c57e586fac666e327aa8becb87991b1
  
https://github.com/phpmyadmin/phpmyadmin/commit/4f4167f67c57e586fac666e327aa8becb87991b1
  Author: Michal Čihař mci...@suse.cz
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M libraries/error_report.lib.php

  Log Message:
  ---
  Enable allow_url_fopen backend for error reporting


  Commit: 21812d6ac90550f97aff5b5bd3843a1535604779
  
https://github.com/phpmyadmin/phpmyadmin/commit/21812d6ac90550f97aff5b5bd3843a1535604779
  Author: Michal Čihař mci...@suse.cz
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M libraries/error_report.lib.php

  Log Message:
  ---
  Make error reporting work with PHP older than 5.4

This is workaround for #4113 with cost of having not readable JSON shown
to user in report detail.


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/1f427e54a9af...21812d6ac905
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 88da7e: Fixes many coding style line too long

2013-10-17 Thread Marc Delisle
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 88da7eeba077740ad79917b2ba672eefc9a0a6c7
  
https://github.com/phpmyadmin/phpmyadmin/commit/88da7eeba077740ad79917b2ba672eefc9a0a6c7
  Author: Marc Delisle m...@infomarc.info
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M libraries/DisplayResults.class.php
M libraries/RecentTable.class.php
M libraries/Table.class.php
M libraries/common.inc.php
M libraries/db_info.inc.php
M libraries/insert_edit.lib.php
M libraries/sql.lib.php
M libraries/tbl_chart.lib.php
M test/classes/PMA_DisplayResults_test.php
M test/libraries/PMA_insert_edit_test.php
M test/libraries/PMA_tbl_chart_test.php

  Log Message:
  ---
  Fixes many coding style line too long



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] a0a88d: Fix coding style

2013-10-17 Thread Marc Delisle
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: a0a88d8965fe64f43c0c330742d21b24a580ebd8
  
https://github.com/phpmyadmin/phpmyadmin/commit/a0a88d8965fe64f43c0c330742d21b24a580ebd8
  Author: Marc Delisle m...@infomarc.info
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M libraries/DisplayResults.class.php

  Log Message:
  ---
  Fix coding style



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] b7180b: Bug #4136

2013-10-17 Thread Marc Delisle
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: b7180be8d5bd8d894fee17dd6853ddb972ecd239
  
https://github.com/phpmyadmin/phpmyadmin/commit/b7180be8d5bd8d894fee17dd6853ddb972ecd239
  Author: Marc Delisle m...@infomarc.info
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M libraries/sql.lib.php

  Log Message:
  ---
  Bug #4136



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 4192d9: Undefined index

2013-10-17 Thread Marc Delisle
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 4192d929d9d2d4487995abcafd9d1a51b1cb0794
  
https://github.com/phpmyadmin/phpmyadmin/commit/4192d929d9d2d4487995abcafd9d1a51b1cb0794
  Author: Marc Delisle m...@infomarc.info
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M libraries/DisplayResults.class.php

  Log Message:
  ---
  Undefined index



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 98b163: Translated using Weblate (German)

2013-10-17 Thread Elvio Petillo
  Branch: refs/heads/QA_4_0
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 98b1638a7db6e6546402efa49f4ab9a219514c8e
  
https://github.com/phpmyadmin/phpmyadmin/commit/98b1638a7db6e6546402efa49f4ab9a219514c8e
  Author: Elvio Petillo elvio.peti...@nanowaris.com
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/de.po

  Log Message:
  ---
  Translated using Weblate (German)

Currently translated at 99.5% (2599 of 2611)



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] d2b697: Fix typo

2013-10-17 Thread Marc Delisle
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: d2b697ec0274e8533211a897474ff8ccb6a2860f
  
https://github.com/phpmyadmin/phpmyadmin/commit/d2b697ec0274e8533211a897474ff8ccb6a2860f
  Author: Marc Delisle m...@infomarc.info
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M libraries/Config.class.php
M libraries/DatabaseInterface.class.php
M libraries/File.class.php
M libraries/List_Database.class.php
M libraries/url_generating.lib.php

  Log Message:
  ---
  Fix typo



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 75c828: Translated using Weblate (Czech)

2013-10-17 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 75c828b765f04167589a3f29f8ea089c73c7d736
  
https://github.com/phpmyadmin/phpmyadmin/commit/75c828b765f04167589a3f29f8ea089c73c7d736
  Author: Michal Čihař mic...@cihar.com
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/cs.po

  Log Message:
  ---
  Translated using Weblate (Czech)

Currently translated at 100.0% (2744 of 2744)



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 54da98: Add full stop to end of a sentence

2013-10-17 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 54da98e827ee20c696e9aa1815172a77a6fb3f19
  
https://github.com/phpmyadmin/phpmyadmin/commit/54da98e827ee20c696e9aa1815172a77a6fb3f19
  Author: Michal Čihař mci...@suse.cz
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M libraries/error_report.lib.php
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/b...@latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/gl.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kk.po
M po/kn.po
M po/ko.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/nl.po
M po/pa.po
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/s...@latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/u...@latin.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po

  Log Message:
  ---
  Add full stop to end of a sentence


  Commit: a56922c65179244c60d2b8a4a036ac7e0d756a92
  
https://github.com/phpmyadmin/phpmyadmin/commit/a56922c65179244c60d2b8a4a036ac7e0d756a92
  Author: Michal Čihař mci...@suse.cz
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/b...@latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/gl.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kk.po
M po/kn.po
M po/ko.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/s...@latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/u...@latin.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po

  Log Message:
  ---
  Update po files


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/75c828b765f0...a56922c65179
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 2c5e18: Translated using Weblate (German)

2013-10-17 Thread Elvio Petillo
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 2c5e1808ab6dd8d7efac6b3d7c6c89279519395a
  
https://github.com/phpmyadmin/phpmyadmin/commit/2c5e1808ab6dd8d7efac6b3d7c6c89279519395a
  Author: Elvio Petillo elvio.peti...@nanowaris.com
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/de.po

  Log Message:
  ---
  Translated using Weblate (German)

Currently translated at 92.4% (2532 of 2741)



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 203324: Translated using Weblate (German)

2013-10-17 Thread Patrik Kernstock
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 20332497f9e4990d4fd1308b31bdaab49f171020
  
https://github.com/phpmyadmin/phpmyadmin/commit/20332497f9e4990d4fd1308b31bdaab49f171020
  Author: Patrik Kernstock patschim...@gmail.com
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/de.po

  Log Message:
  ---
  Translated using Weblate (German)

Currently translated at 92.7% (2541 of 2741)



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] f59543: Translated using Weblate (German)

2013-10-17 Thread Elvio Petillo
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: f59543dabf96dc0ec874fdf8b4bbd49cbaee615c
  
https://github.com/phpmyadmin/phpmyadmin/commit/f59543dabf96dc0ec874fdf8b4bbd49cbaee615c
  Author: Elvio Petillo elvio.peti...@nanowaris.com
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/de.po

  Log Message:
  ---
  Translated using Weblate (German)

Currently translated at 92.7% (2542 of 2741)



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 36a308: Translated using Weblate (German)

2013-10-17 Thread Patrik Kernstock
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 36a308713ac991e0d6a50edef03401234eec2168
  
https://github.com/phpmyadmin/phpmyadmin/commit/36a308713ac991e0d6a50edef03401234eec2168
  Author: Patrik Kernstock patschim...@gmail.com
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/de.po

  Log Message:
  ---
  Translated using Weblate (German)

Currently translated at 92.7% (2542 of 2741)



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] f83a25: Translated using Weblate (German)

2013-10-17 Thread Elvio Petillo
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: f83a256cac1de527934e4dedbf8b41eaec48552e
  
https://github.com/phpmyadmin/phpmyadmin/commit/f83a256cac1de527934e4dedbf8b41eaec48552e
  Author: Elvio Petillo elvio.peti...@nanowaris.com
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/de.po

  Log Message:
  ---
  Translated using Weblate (German)

Currently translated at 92.7% (2542 of 2741)



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 1123c6: Translated using Weblate (German)

2013-10-17 Thread Patrik Kernstock
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 1123c6fc686a742354a2123ef52ca9a73290256b
  
https://github.com/phpmyadmin/phpmyadmin/commit/1123c6fc686a742354a2123ef52ca9a73290256b
  Author: Patrik Kernstock patschim...@gmail.com
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/de.po

  Log Message:
  ---
  Translated using Weblate (German)

Currently translated at 92.7% (2542 of 2741)



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] c7b187: Translated using Weblate (German)

2013-10-17 Thread Elvio Petillo
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: c7b1870e7cdf1a64dd9521cdaa4a747bf5569aa3
  
https://github.com/phpmyadmin/phpmyadmin/commit/c7b1870e7cdf1a64dd9521cdaa4a747bf5569aa3
  Author: Elvio Petillo elvio.peti...@nanowaris.com
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/de.po

  Log Message:
  ---
  Translated using Weblate (German)

Currently translated at 92.7% (2542 of 2741)



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 60bb4c: Translated using Weblate (French)

2013-10-17 Thread Weblate
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 60bb4c193dbc1ab436a08adf2f6fb6a58a99fa91
  
https://github.com/phpmyadmin/phpmyadmin/commit/60bb4c193dbc1ab436a08adf2f6fb6a58a99fa91
  Author: Marc Delisle m...@infomarc.info
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/fr.po

  Log Message:
  ---
  Translated using Weblate (French)

Currently translated at 100.0% (2741 of 2741)


  Commit: 1d990e4e0ec7a398e70b8f8d1a693087114a3dec
  
https://github.com/phpmyadmin/phpmyadmin/commit/1d990e4e0ec7a398e70b8f8d1a693087114a3dec
  Author: Patrik Kernstock patschim...@gmail.com
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/de.po

  Log Message:
  ---
  Translated using Weblate (German)

Currently translated at 93.5% (2562 of 2741)


  Commit: 301f8d4cdba329d0030fd0de6a0ab1db6b416a77
  
https://github.com/phpmyadmin/phpmyadmin/commit/301f8d4cdba329d0030fd0de6a0ab1db6b416a77
  Author: Weblate nore...@weblate.org
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M libraries/tcpdf/README.TXT
M libraries/tcpdf/include/tcpdf_static.php
M libraries/tcpdf/tcpdf.php

  Log Message:
  ---
  Merge remote-tracking branch 'origin/master'


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/df67db0ad448...301f8d4cdba3
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] df67db: Update tcpdf to 6.0.039

2013-10-17 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: df67db0ad4487d77799ea37c16ed981e83de80c3
  
https://github.com/phpmyadmin/phpmyadmin/commit/df67db0ad4487d77799ea37c16ed981e83de80c3
  Author: Michal Čihař mci...@suse.cz
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M libraries/tcpdf/README.TXT
M libraries/tcpdf/include/tcpdf_static.php
M libraries/tcpdf/tcpdf.php

  Log Message:
  ---
  Update tcpdf to 6.0.039

6.0.039 (2013-10-13)
- Bug #843 Wrong call in parser was fixed.
- Bug #844 Wrong object type named was fixed.
- Bug #845 Parsing error on obj ref prefixed by '00' was fixed.

6.0.038 (2013-10-06)
- Bug #841 Division by zero warning at writeHTML a li tag was fixed.



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 85192d: Translated using Weblate (Polish)

2013-10-17 Thread Michal Čihař
  Branch: refs/heads/QA_4_0
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 85192dfa1a9dbc695b8eb7c5db5f55a4d76a4148
  
https://github.com/phpmyadmin/phpmyadmin/commit/85192dfa1a9dbc695b8eb7c5db5f55a4d76a4148
  Author: Michal Čihař mic...@cihar.com
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/pl.po

  Log Message:
  ---
  Translated using Weblate (Polish)

Currently translated at 99.2% (2589 of 2611)



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/localized_docs] be8b5a: Translated using Weblate (Italian)

2013-10-17 Thread Marcello Romani
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/localized_docs
  Commit: be8b5aa4881becdc4d6053f3c56096f62ef4c959
  
https://github.com/phpmyadmin/localized_docs/commit/be8b5aa4881becdc4d6053f3c56096f62ef4c959
  Author: Marcello Romani marcello.rom...@libero.it
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/it.mo
M po/it.po

  Log Message:
  ---
  Translated using Weblate (Italian)

Currently translated at 5.5% (74 of 1342)



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 01e680: Translated using Weblate (German)

2013-10-17 Thread Patrik Kernstock
  Branch: refs/heads/QA_4_0
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 01e680d892b63332dc0f4ecfd62008ad3a4e8332
  
https://github.com/phpmyadmin/phpmyadmin/commit/01e680d892b63332dc0f4ecfd62008ad3a4e8332
  Author: Patrik Kernstock patschim...@gmail.com
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/de.po

  Log Message:
  ---
  Translated using Weblate (German)

Currently translated at 99.8% (2606 of 2611)



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 1e85fc: Translated using Weblate (Italian)

2013-10-17 Thread Marcello Romani
  Branch: refs/heads/QA_4_0
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 1e85fc34db8357fa7f8f38baca261c0c6937f805
  
https://github.com/phpmyadmin/phpmyadmin/commit/1e85fc34db8357fa7f8f38baca261c0c6937f805
  Author: Marcello Romani marcello.rom...@libero.it
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/it.po

  Log Message:
  ---
  Translated using Weblate (Italian)

Currently translated at 93.9% (2452 of 2611)



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 7dba55: Translated using Weblate (Polish)

2013-10-17 Thread Jakub Stepniak
  Branch: refs/heads/QA_4_0
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 7dba55286596677b23017ee85bbdda2b34cf2087
  
https://github.com/phpmyadmin/phpmyadmin/commit/7dba55286596677b23017ee85bbdda2b34cf2087
  Author: Jakub Stepniak jakub...@gmail.com
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/pl.po

  Log Message:
  ---
  Translated using Weblate (Polish)

Currently translated at 99.2% (2591 of 2611)



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/localized_docs] fc098c: Translated using Weblate (Italian)

2013-10-17 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/localized_docs
  Commit: fc098c168bd7bb2f7a357f3f23ffb53ce3edd41e
  
https://github.com/phpmyadmin/localized_docs/commit/fc098c168bd7bb2f7a357f3f23ffb53ce3edd41e
  Author: Michal Čihař mic...@cihar.com
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/it.mo
M po/it.po

  Log Message:
  ---
  Translated using Weblate (Italian)

Currently translated at 5.6% (75 of 1342)



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/localized_docs] 1f362e: Translated using Weblate (German)

2013-10-17 Thread M.J. Rowell
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/localized_docs
  Commit: 1f362e552669be963b63254e31e0cc291fcb5b26
  
https://github.com/phpmyadmin/localized_docs/commit/1f362e552669be963b63254e31e0cc291fcb5b26
  Author: M.J. Rowell shell-...@web.de
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/de.mo
M po/de.po

  Log Message:
  ---
  Translated using Weblate (German)

Currently translated at 9.6% (129 of 1342)



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 3ccc86: Translated using Weblate (German)

2013-10-17 Thread Patrik Kernstock
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 3ccc868e4daf955d0913e1cbb7fba73eb260a905
  
https://github.com/phpmyadmin/phpmyadmin/commit/3ccc868e4daf955d0913e1cbb7fba73eb260a905
  Author: Patrik Kernstock patschim...@gmail.com
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/de.po

  Log Message:
  ---
  Translated using Weblate (German)

Currently translated at 93.5% (2564 of 2741)



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 2713ec: Translated using Weblate (Interlingua)

2013-10-17 Thread Giovanni Sora
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 2713ec57e70e65089c9f41539fc79bfd541c1c65
  
https://github.com/phpmyadmin/phpmyadmin/commit/2713ec57e70e65089c9f41539fc79bfd541c1c65
  Author: Giovanni Sora g.s...@tiscali.it
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/ia.po

  Log Message:
  ---
  Translated using Weblate (Interlingua)

Currently translated at 27.0% (741 of 2741)



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 98b163: Translated using Weblate (German)

2013-10-17 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 98b1638a7db6e6546402efa49f4ab9a219514c8e
  
https://github.com/phpmyadmin/phpmyadmin/commit/98b1638a7db6e6546402efa49f4ab9a219514c8e
  Author: Elvio Petillo elvio.peti...@nanowaris.com
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/de.po

  Log Message:
  ---
  Translated using Weblate (German)

Currently translated at 99.5% (2599 of 2611)


  Commit: 85192dfa1a9dbc695b8eb7c5db5f55a4d76a4148
  
https://github.com/phpmyadmin/phpmyadmin/commit/85192dfa1a9dbc695b8eb7c5db5f55a4d76a4148
  Author: Michal Čihař mic...@cihar.com
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/pl.po

  Log Message:
  ---
  Translated using Weblate (Polish)

Currently translated at 99.2% (2589 of 2611)


  Commit: 01e680d892b63332dc0f4ecfd62008ad3a4e8332
  
https://github.com/phpmyadmin/phpmyadmin/commit/01e680d892b63332dc0f4ecfd62008ad3a4e8332
  Author: Patrik Kernstock patschim...@gmail.com
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/de.po

  Log Message:
  ---
  Translated using Weblate (German)

Currently translated at 99.8% (2606 of 2611)


  Commit: 1e85fc34db8357fa7f8f38baca261c0c6937f805
  
https://github.com/phpmyadmin/phpmyadmin/commit/1e85fc34db8357fa7f8f38baca261c0c6937f805
  Author: Marcello Romani marcello.rom...@libero.it
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/it.po

  Log Message:
  ---
  Translated using Weblate (Italian)

Currently translated at 93.9% (2452 of 2611)


  Commit: 7dba55286596677b23017ee85bbdda2b34cf2087
  
https://github.com/phpmyadmin/phpmyadmin/commit/7dba55286596677b23017ee85bbdda2b34cf2087
  Author: Jakub Stepniak jakub...@gmail.com
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/pl.po

  Log Message:
  ---
  Translated using Weblate (Polish)

Currently translated at 99.2% (2591 of 2611)


  Commit: 41bb74797ceaeec7aefd7413870a64732f1368a5
  
https://github.com/phpmyadmin/phpmyadmin/commit/41bb74797ceaeec7aefd7413870a64732f1368a5
  Author: Arthur Țițeică arthur.tite...@gmail.com
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M po/ro.po

  Log Message:
  ---
  Translated using Weblate (Romanian)

Currently translated at 56.9% (1485 of 2611)


  Commit: ad45cd484ebb084c14c84cb4ab6ec02a3c4a142c
  
https://github.com/phpmyadmin/phpmyadmin/commit/ad45cd484ebb084c14c84cb4ab6ec02a3c4a142c
  Author: Michal Čihař mci...@suse.cz
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Log Message:
  ---
  Merge remote-tracking branch 'origin/QA_4_0'


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/b9af49a1bb6f...ad45cd484ebb
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/localized_docs] 4061f0: Update docs to match current master

2013-10-17 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/localized_docs
  Commit: 4061f0e4d7b43caceb9614bf2288fb3e8b5d1146
  
https://github.com/phpmyadmin/localized_docs/commit/4061f0e4d7b43caceb9614bf2288fb3e8b5d1146
  Author: Michal Čihař mci...@suse.cz
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M docs/ar/conf.py
M docs/ca/conf.py
M docs/cs/conf.py
M docs/da/conf.py
M docs/de/conf.py
M docs/el/conf.py
M docs/en_GB/conf.py
M docs/es/conf.py
M docs/fi/conf.py
M docs/fr/conf.py
M docs/gl/conf.py
M docs/hu/conf.py
M docs/hy/conf.py
M docs/it/conf.py
M docs/ja/conf.py
M docs/ka/conf.py
M docs/lt/conf.py
M docs/mn/conf.py
M docs/nb/conf.py
M docs/nl/conf.py
M docs/pl/conf.py
M docs/pt_BR/conf.py
M docs/ro/conf.py
M docs/sk/conf.py
M docs/sl/conf.py
M docs/sv/conf.py
M docs/tr/conf.py
M docs/zh_CN/conf.py
M docs/zh_TW/conf.py
M locale/config.pot
M locale/copyright.pot
M locale/credits.pot
M locale/developers.pot
M locale/faq.pot
M locale/glossary.pot
M locale/index.pot
M locale/intro.pot
M locale/other.pot
M locale/privileges.pot
M locale/require.pot
M locale/setup.pot
M locale/transformations.pot
M locale/user.pot
M locale/vendors.pot
M po/ar.mo
M po/ar.po
M po/ca.mo
M po/ca.po
M po/cs.mo
M po/cs.po
M po/da.mo
M po/da.po
M po/de.mo
M po/de.po
M po/documentation.pot
M po/el.mo
M po/el.po
M po/en_GB.mo
M po/en_GB.po
M po/es.mo
M po/es.po
M po/fi.mo
M po/fi.po
M po/fr.mo
M po/fr.po
M po/gl.mo
M po/gl.po
M po/hu.mo
M po/hu.po
M po/hy.mo
M po/hy.po
M po/it.mo
M po/it.po
M po/ja.mo
M po/ja.po
M po/ka.mo
M po/ka.po
M po/lt.mo
M po/lt.po
M po/mn.mo
M po/mn.po
M po/nb.mo
M po/nb.po
M po/nl.mo
M po/nl.po
M po/pl.mo
M po/pl.po
M po/pt_BR.mo
M po/pt_BR.po
M po/ro.mo
M po/ro.po
M po/sk.mo
M po/sk.po
M po/sl.mo
M po/sl.po
M po/sv.mo
M po/sv.po
M po/tr.mo
M po/tr.po
M po/zh_CN.mo
M po/zh_CN.po
M po/zh_TW.mo
M po/zh_TW.po
M source/conf.py
M source/config.rst
M source/setup.rst

  Log Message:
  ---
  Update docs to match current master



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git