Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
This commit is contained in:
commit
dd8e7d6417
@ -341,6 +341,13 @@ if ($GLOBALS['cfg']['ShowServerInfo'] || $GLOBALS['cfg']['ShowPhpInfo']) {
|
||||
$php_ext_string,
|
||||
'li_used_php_extension'
|
||||
);
|
||||
|
||||
$php_version_string = __('PHP version:') . ' ' . phpversion();
|
||||
|
||||
PMA_printListItem(
|
||||
$php_version_string,
|
||||
'li_used_php_version'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
50
po/lv.po
50
po/lv.po
@ -4,16 +4,16 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2015-02-12 08:52-0500\n"
|
||||
"PO-Revision-Date: 2014-11-05 10:37+0200\n"
|
||||
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
|
||||
"Language-Team: Latvian <https://hosted.weblate.org/projects/phpmyadmin/"
|
||||
"master/lv/>\n"
|
||||
"PO-Revision-Date: 2015-02-16 08:32+0200\n"
|
||||
"Last-Translator: Ukko <perkontevs@gmail.com>\n"
|
||||
"Language-Team: Latvian "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/master/lv/>\n"
|
||||
"Language: lv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: lv\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 2.0-dev\n"
|
||||
"X-Generator: Weblate 2.2-dev\n"
|
||||
|
||||
#: changelog.php:36 license.php:28
|
||||
#, php-format
|
||||
@ -26,7 +26,7 @@ msgstr ""
|
||||
|
||||
#: db_central_columns.php:85
|
||||
msgid "The central list of columns for the current database is empty."
|
||||
msgstr ""
|
||||
msgstr "Centrālais kolonnu saraksts pašreizējai datubāzei ir tukšs."
|
||||
|
||||
#: db_central_columns.php:109
|
||||
msgid "Click to sort."
|
||||
@ -320,10 +320,9 @@ msgstr[1] "%s tabulas"
|
||||
msgstr[2] "%s tabulu"
|
||||
|
||||
#: db_qbe.php:103
|
||||
#, fuzzy
|
||||
#| msgid "You have to choose at least one column to display"
|
||||
msgid "You have to choose at least one column to display!"
|
||||
msgstr "Izvēlieties vismaz vienu kolonnu attēlošanai"
|
||||
msgstr "Ir jāizvēlas vismaz viena kolonna, ko attēlot!"
|
||||
|
||||
#: db_qbe.php:124
|
||||
#, php-format
|
||||
@ -357,7 +356,7 @@ msgstr "Datubāze nav izvēlēta."
|
||||
|
||||
#: db_tracking.php:114
|
||||
msgid "Tracked tables"
|
||||
msgstr ""
|
||||
msgstr "Izsekotās tabulas"
|
||||
|
||||
#: db_tracking.php:126
|
||||
msgid "Last version"
|
||||
@ -418,8 +417,9 @@ msgid "Structure snapshot"
|
||||
msgstr "Struktūras apskats"
|
||||
|
||||
#: db_tracking.php:255
|
||||
#, fuzzy
|
||||
msgid "Untracked tables"
|
||||
msgstr ""
|
||||
msgstr "Tabulas, kas netiek izsekotas"
|
||||
|
||||
#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1643
|
||||
msgid "Track table"
|
||||
@ -594,22 +594,22 @@ msgid ""
|
||||
"Choose \"GeomFromText\" from the \"Function\" column and paste the string "
|
||||
"below into the \"Value\" field."
|
||||
msgstr ""
|
||||
"Izvēlieties \"GeomFromText\" no \"Funkcija\" kolonnas un iekopējiet rindiņu "
|
||||
"zemāk \"Vērtība\" laukā."
|
||||
|
||||
#: import.php:54
|
||||
#, fuzzy
|
||||
#| msgid "Access denied!"
|
||||
msgid "Succeeded"
|
||||
msgstr "Pieeja aizliegta!"
|
||||
msgstr "Izdevās"
|
||||
|
||||
#: import.php:58 js/messages.php:445
|
||||
msgid "Failed"
|
||||
msgstr ""
|
||||
msgstr "Kļūda"
|
||||
|
||||
#: import.php:62
|
||||
#, fuzzy
|
||||
#| msgid "Complete inserts"
|
||||
msgid "Incomplete params"
|
||||
msgstr "Pilnas INSERT izteiksmes"
|
||||
msgstr "Nepabeigti parametri"
|
||||
|
||||
#: import.php:163
|
||||
#, php-format
|
||||
@ -634,13 +634,14 @@ msgid ""
|
||||
"Uploaded file cannot be moved, because the server has open_basedir enabled "
|
||||
"without access to the %s directory (for temporary files)."
|
||||
msgstr ""
|
||||
"Augšupielādētais fails nevar tikt pārvietots, tāpēc, ka serverim ir ieslēgts "
|
||||
"open_basedir bez pieejas %s mapei(priekš īslaicīgiem(temporary) failiem)."
|
||||
|
||||
#: import.php:467 import.php:528 libraries/File.class.php:418
|
||||
#: libraries/File.class.php:512
|
||||
#, fuzzy
|
||||
#| msgid "File could not be read"
|
||||
msgid "File could not be read!"
|
||||
msgstr "Nevar nolasīt failu"
|
||||
msgstr "Nevar nolasīt failu!"
|
||||
|
||||
#: import.php:477 import.php:488 import.php:509 import.php:520
|
||||
#: libraries/File.class.php:578
|
||||
@ -658,25 +659,28 @@ msgid ""
|
||||
"file size exceeded the maximum size permitted by your PHP configuration. See "
|
||||
"[doc@faq1-16]FAQ 1.16[/doc]."
|
||||
msgstr ""
|
||||
"Netika saņemti dati, ko importēt. Vai nu nebija ievadīts faila nosaukums, "
|
||||
"vai arī faila izmērs pārsniedza maksimālo izmēru, ko pieļauj jūsu PHP "
|
||||
"configurācija. Skatīt [doc@faq1-16]FAQ[/doc]."
|
||||
|
||||
#: import.php:554
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "Cannot convert file's character set without character set conversion "
|
||||
#| "library"
|
||||
msgid ""
|
||||
"Cannot convert file's character set without character set conversion library!"
|
||||
msgstr "Nevar pārveidot faila rakstzīmju kodējumu bez tā bibliotēkas"
|
||||
msgstr ""
|
||||
"Nevar pārveidot faila rakstzīmju kodējumu bez pārveidošanas bibliotēkas!"
|
||||
|
||||
#: import.php:594 libraries/display_import.inc.php:32
|
||||
msgid "Could not load import plugins, please check your installation!"
|
||||
msgstr "Nevar ielādēt importētos spraudņus, lūdzu pārbaudi savu instalāciju!"
|
||||
|
||||
#: import.php:629 libraries/sql.lib.php:881 libraries/sql.lib.php:1654
|
||||
#, fuzzy, php-format
|
||||
#, php-format
|
||||
#| msgid "Bookmark %s created"
|
||||
msgid "Bookmark %s has been created."
|
||||
msgstr "Grāmatzīme %s izveidota"
|
||||
msgstr "Grāmatzīme %s ir izveidota."
|
||||
|
||||
#: import.php:638
|
||||
#, php-format
|
||||
@ -688,6 +692,8 @@ msgid ""
|
||||
"Script timeout passed, if you want to finish import, please resubmit same "
|
||||
"file and import will resume."
|
||||
msgstr ""
|
||||
"Ir iestājies skripta noilgums, ja jūs vēlaties beigt importu, tad atkal "
|
||||
"izvēlieties to pašu failu un importēšana turpināsies."
|
||||
|
||||
#: import.php:667
|
||||
msgid ""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user