From 61bb7e3317bc6a5644abcf52f0329b8aab69f7e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 23 Dec 2013 09:48:18 +0100 Subject: [PATCH 1/2] Translated using Weblate (Romanian) Currently translated at 57.3% (1576 of 2749) --- po/ro.po | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/po/ro.po b/po/ro.po index 8669eac367..e0b607a9b6 100644 --- a/po/ro.po +++ b/po/ro.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.1.2-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2013-12-19 06:30-0500\n" -"PO-Revision-Date: 2013-12-22 19:47+0200\n" +"PO-Revision-Date: 2013-12-23 09:48+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Romanian \n" "Language: ro\n" @@ -426,6 +426,8 @@ msgid "" "An error has been detected and an error report has been generated but failed " "to be sent." msgstr "" +"O eroare a fost detectată și un raport de eroare a fost generat, dar nu a " +"reușitsă fie trimis." #: error_report.php:50 error_report.php:77 msgid "If you experience any problems please submit a bug report manually." @@ -625,7 +627,7 @@ msgstr "" #: import.php:284 import.php:550 msgid "Showing bookmark" -msgstr "Afișînd semn de carte" +msgstr "Afișând semn de carte" #: import.php:299 import.php:546 msgid "The bookmark has been deleted." @@ -712,6 +714,9 @@ msgid "" "change root, debian-sys-maint and pma users. More information is available " "at %s." msgstr "" +"Utilizaţi serverul demo. Puteţi face orice aici, dar vă rugăm să nu " +"schimbaţi root, devian-sys-maint sau utilizatorii pma. Mai multe informaţii " +"sunt disponibile at %s." #: index.php:129 msgid "General Settings" @@ -855,9 +860,9 @@ msgid "" "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -"Nu s-a găsit extensia PHP mbstring și se pare ca folosiți un set de " +"Nu s-a găsit extensia PHP mbstring și se pare că folosiți un set de " "charactere multi-octet. Fără extensia mbstring, phpMyAdmin nu poate diviza " -"șirurile corect și aceasta poate duce la rezultate neașteptate." +"șirurile de caractere corect, fapt ce poate duce la rezultate neașteptate." #: index.php:459 msgid "" @@ -919,7 +924,7 @@ msgstr "" #: js/messages.php:29 libraries/import.lib.php:118 sql.php:138 msgid "\"DROP DATABASE\" statements are disabled." -msgstr "Comenzile \"DROP DATABASE\" sînt dezactivate." +msgstr "Comenzile \"DROP DATABASE\" sunt dezactivate." #: js/messages.php:35 msgid "Confirm" @@ -932,15 +937,15 @@ msgstr "Sigur doriți să executați „%s”?" #: js/messages.php:37 libraries/mult_submits.lib.php:406 msgid "You are about to DESTROY a complete database!" -msgstr "Sînteți pe cale să DISTRUGEȚI o întreagă bază de date!" +msgstr "Sunteți pe cale să DISTRUGEȚI o întreagă bază de date!" #: js/messages.php:38 msgid "You are about to DESTROY a complete table!" -msgstr "Sînteți pe cale să DISTRUGEȚI un întreg tabel!" +msgstr "Sunteți pe cale să DISTRUGEȚI un întreg tabel!" #: js/messages.php:39 msgid "You are about to TRUNCATE a complete table!" -msgstr "Sînteți pe cale să TRUNCHIAȚI un întreg tabel!" +msgstr "Sunteți pe cale să TRUNCHIAȚI un întreg tabel!" #: js/messages.php:41 msgid "Deleting tracking data" @@ -948,7 +953,7 @@ msgstr "Se șterg datele de urmărire" #: js/messages.php:42 msgid "Dropping Primary Key/Index" -msgstr "Se țterge cheia primară/indexul" +msgstr "Se şterge cheia primară/indexul" #: js/messages.php:43 msgid "This operation could take a long time. Proceed anyway?" From ccea1d456e2f186216f402ebc1ecdfa5609d7f97 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 23 Dec 2013 08:17:16 -0500 Subject: [PATCH 2/2] 4.1.3-dev Signed-off-by: Marc Delisle --- ChangeLog | 4 +++- README | 2 +- doc/conf.py | 2 +- libraries/Config.class.php | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 25b537e2dc..4ebc4553fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ phpMyAdmin - ChangeLog ====================== -4.1.2.0 (not yet released) +4.1.3.0 (not yet released) + +4.1.2.0 (2013-12-23) - bug #4178 Quick edit for BIT type does not work - bug #2760 Warn about incomplete exports - bug #4190 Fractional seconds cause row update even if the value is not changed diff --git a/README b/README index e9a76a9662..d77f0ab9fe 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.1.2-dev +Version 4.1.3-dev A set of PHP-scripts to manage MySQL over the web. diff --git a/doc/conf.py b/doc/conf.py index 609be80044..be4bc09d88 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,7 +49,7 @@ copyright = u'2012 - 2013, The phpMyAdmin devel team' # built documents. # # The short X.Y version. -version = '4.1.2-dev' +version = '4.1.3-dev' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 105f16bce6..7278407d74 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -114,7 +114,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '4.1.2-dev'); + $this->set('PMA_VERSION', '4.1.3-dev'); /** * @deprecated */