Skip to content

Commit

Permalink
Translations updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
gimli2 committed May 26, 2023
1 parent 93ab0db commit d6182cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lang-translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
unset($_COOKIE["sigal_lang"]);
$_SESSION["lang"] = $_SERVER["argv"][1]; // Adminer functions read language from session
if (isset($_SESSION["lang"])) {
include dirname(__FILE__) . "/lang.inc.php";
//include dirname(__FILE__) . "/langs/*.lang.php";
if (isset($_SERVER["argv"][2]) || (!isset($langs[$_SESSION["lang"]]) && $_SESSION["lang"] != "xx")) {
echo "Usage: php lang.php [lang]\nPurpose: Update lang/*.inc.php from source code messages.\n";
exit(1);
Expand Down
4 changes: 2 additions & 2 deletions lang/cs.lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
'Functions' => 'Funkce',
'Download selected images' => 'Stáhnout vybrané fotky',
'toggle all' => 'přepnout vše',
'Detailed info' => 'Podrobné info',
// 'Detailed info' => 'Podrobné info',
'Detailed info (EXIF, GPS)' => 'Podrobné info (EXIF, GPS)',
'Download' => 'Stáhnout',
// 'Download' => 'Stáhnout',
'Download full size' => 'Stáhnout plnou velikost',
'+/- to multiple download' => '+/- z hromadného stažení',
'Your browser does not support the video tag.' => 'Váš prohlížeč nepodporuje video tag.',
Expand Down

0 comments on commit d6182cc

Please sign in to comment.