1314 lines
No EOL
99 KiB
PHP
1314 lines
No EOL
99 KiB
PHP
<?php
|
||
|
||
// -------------------------------------------------------------------------------
|
||
// | net2ftp: a web based FTP client |
|
||
// | Copyright (c) 2003-2013 by David Gartner |
|
||
// | |
|
||
// | This program is free software; you can redistribute it and/or |
|
||
// | modify it under the terms of the GNU General Public License |
|
||
// | as published by the Free Software Foundation; either version 2 |
|
||
// | of the License, or (at your option) any later version. |
|
||
// | |
|
||
// -------------------------------------------------------------------------------
|
||
|
||
// -------------------------------------------------------------------------------
|
||
// | For credits, see the credits.txt file |
|
||
// -------------------------------------------------------------------------------
|
||
// | |
|
||
// | INSTRUCTIONS |
|
||
// | |
|
||
// | The messages to translate are listed below. |
|
||
// | The structure of each line is like this: |
|
||
// | $message["Hello world!"] = "Hello world!"; |
|
||
// | |
|
||
// | Keep the text between square brackets [] as it is. |
|
||
// | Translate the 2nd part, keeping the same punctuation and HTML tags. |
|
||
// | |
|
||
// | The English message, for example |
|
||
// | $message["net2ftp is written in PHP!"] = "net2ftp is written in PHP!"; |
|
||
// | should become after translation: |
|
||
// | $message["net2ftp is written in PHP!"] = "net2ftp est ecrit en PHP!"; |
|
||
// | $message["net2ftp is written in PHP!"] = "net2ftp is geschreven in PHP!"; |
|
||
// | |
|
||
// | Note that the variable starts with a dollar sign $, that the value is |
|
||
// | enclosed in double quotes " and that the line ends with a semi-colon ; |
|
||
// | Be careful when editing this file, do not erase those special characters. |
|
||
// | |
|
||
// | Some messages also contain one or more variables which start with a percent |
|
||
// | sign, for example %1\$s or %2\$s. The English message, for example |
|
||
// | $messages[...] = ["The file %1\$s was copied to %2\$s "] |
|
||
// | should becomes after translation: |
|
||
// | $messages[...] = ["Le fichier %1\$s a <20>t<EFBFBD> copi<70> vers %2\$s "] |
|
||
// | |
|
||
// | When a real percent sign % is needed in the text it is entered as %% |
|
||
// | otherwise it is interpreted as a variable. So no, it's not a mistake. |
|
||
// | |
|
||
// | Between the messages to translate there is additional PHP code, for example: |
|
||
// | if ($net2ftp_globals["state2"] == "rename") { // <-- PHP code |
|
||
// | $net2ftp_messages["Rename file"] = "Rename file"; // <-- message |
|
||
// | } // <-- PHP code |
|
||
// | This code is needed to load the messages only when they are actually needed. |
|
||
// | There is no need to change or delete any of that PHP code; translate only |
|
||
// | the message. |
|
||
// | |
|
||
// | Thanks in advance to all the translators! |
|
||
// | David. |
|
||
// | |
|
||
// -------------------------------------------------------------------------------
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Language settings
|
||
// -------------------------------------------------------------------------
|
||
|
||
// HTML lang attribute
|
||
$net2ftp_messages["en"] = "cs";
|
||
|
||
// HTML dir attribute: left-to-right (LTR) or right-to-left (RTL)
|
||
$net2ftp_messages["ltr"] = "ltr";
|
||
|
||
// CSS style: align left or right (use in combination with LTR or RTL)
|
||
$net2ftp_messages["left"] = "left";
|
||
$net2ftp_messages["right"] = "right";
|
||
|
||
// Encoding
|
||
$net2ftp_messages["iso-8859-1"] = "windows-1250";
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Status messages
|
||
// -------------------------------------------------------------------------
|
||
|
||
// When translating these messages, keep in mind that the text should not be too long
|
||
// It should fit in the status textbox
|
||
|
||
$net2ftp_messages["Connecting to the FTP server"] = "P<EFBFBD>ipojov<EFBFBD>n<EFBFBD> k FTP serveru";
|
||
$net2ftp_messages["Logging into the FTP server"] = "Logging into the FTP server";
|
||
$net2ftp_messages["Setting the passive mode"] = "Setting the passive mode";
|
||
$net2ftp_messages["Getting the FTP system type"] = "Getting the FTP system type";
|
||
$net2ftp_messages["Changing the directory"] = "Changing the directory";
|
||
$net2ftp_messages["Getting the current directory"] = "Getting the current directory";
|
||
$net2ftp_messages["Getting the list of directories and files"] = "Z<EFBFBD>sk<EFBFBD>v<EFBFBD>n<EFBFBD> seznamu adres<65><73><EFBFBD> a soubor<6F>";
|
||
$net2ftp_messages["Parsing the list of directories and files"] = "Parsing the list of directories and files";
|
||
$net2ftp_messages["Logging out of the FTP server"] = "Logging out of the FTP server";
|
||
$net2ftp_messages["Getting the list of directories and files"] = "Z<EFBFBD>sk<EFBFBD>v<EFBFBD>n<EFBFBD> seznamu adres<65><73><EFBFBD> a soubor<6F>";
|
||
$net2ftp_messages["Printing the list of directories and files"] = "Vypisov<EFBFBD>n<EFBFBD> seznamu adres<65><73><EFBFBD> a soubor<6F>";
|
||
$net2ftp_messages["Processing the entries"] = "Zpracov<EFBFBD>v<EFBFBD>n<EFBFBD> z<>znam<61>";
|
||
$net2ftp_messages["Processing entry %1\$s"] = "Processing entry %1\$s";
|
||
$net2ftp_messages["Checking files"] = "Kontrolov<EFBFBD>n<EFBFBD> soubor<6F>";
|
||
$net2ftp_messages["Transferring files to the FTP server"] = "P<EFBFBD>en<EFBFBD><EFBFBD>en<EFBFBD> soubor<6F> na FTP server";
|
||
$net2ftp_messages["Decompressing archives and transferring files"] = "Rozbalov<EFBFBD>n<EFBFBD> archiv<69> a p<>en<65><6E>en<65> soubor<6F>";
|
||
$net2ftp_messages["Searching the files..."] = "Prohled<EFBFBD>v<EFBFBD>n<EFBFBD> soubor<6F>...";
|
||
$net2ftp_messages["Uploading new file"] = "P<EFBFBD>en<EFBFBD><EFBFBD>en<EFBFBD> nov<6F>ho souboru";
|
||
$net2ftp_messages["Reading the file"] = "Reading the file";
|
||
$net2ftp_messages["Parsing the file"] = "Parsing the file";
|
||
$net2ftp_messages["Reading the new file"] = "<EFBFBD>ten<EFBFBD> nov<6F>ho souboru";
|
||
$net2ftp_messages["Reading the old file"] = "<EFBFBD>ten<EFBFBD> star<61>ho souboru";
|
||
$net2ftp_messages["Comparing the 2 files"] = "Porovn<EFBFBD>v<EFBFBD>n<EFBFBD> dvou soubor<6F>";
|
||
$net2ftp_messages["Printing the comparison"] = "Vypisov<EFBFBD>n<EFBFBD> porovn<76>n<EFBFBD>";
|
||
$net2ftp_messages["Sending FTP command %1\$s of %2\$s"] = "Sending FTP command %1\$s of %2\$s";
|
||
$net2ftp_messages["Getting archive %1\$s of %2\$s from the FTP server"] = "Getting archive %1\$s of %2\$s from the FTP server";
|
||
$net2ftp_messages["Creating a temporary directory on the FTP server"] = "Creating a temporary directory on the FTP server";
|
||
$net2ftp_messages["Setting the permissions of the temporary directory"] = "Setting the permissions of the temporary directory";
|
||
$net2ftp_messages["Copying the net2ftp installer script to the FTP server"] = "Copying the net2ftp installer script to the FTP server";
|
||
$net2ftp_messages["Script finished in %1\$s seconds"] = "Skript skon<6F>il za %1\$s sekund";
|
||
$net2ftp_messages["Script halted"] = "Skript zastavil";
|
||
|
||
// Used on various screens
|
||
$net2ftp_messages["Please wait..."] = "Pros<EFBFBD>m <20>ekejte...";
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// index.php
|
||
// -------------------------------------------------------------------------
|
||
$net2ftp_messages["Unexpected state string: %1\$s. Exiting."] = "Unexpected state string: %1\$s. Exiting.";
|
||
$net2ftp_messages["This beta function is not activated on this server."] = "This beta function is not activated on this server.";
|
||
$net2ftp_messages["This function has been disabled by the Administrator of this website."] = "This function has been disabled by the Administrator of this website.";
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// /includes/browse.inc.php
|
||
// -------------------------------------------------------------------------
|
||
$net2ftp_messages["The directory <b>%1\$s</b> does not exist or could not be selected, so the directory <b>%2\$s</b> is shown instead."] = "The directory <b>%1\$s</b> does not exist or could not be selected, so the directory <b>%2\$s</b> is shown instead.";
|
||
$net2ftp_messages["Your root directory <b>%1\$s</b> does not exist or could not be selected."] = "Your root directory <b>%1\$s</b> does not exist or could not be selected.";
|
||
$net2ftp_messages["The directory <b>%1\$s</b> could not be selected - you may not have sufficient rights to view this directory, or it may not exist."] = "The directory <b>%1\$s</b> could not be selected - you may not have sufficient rights to view this directory, or it may not exist.";
|
||
$net2ftp_messages["Entries which contain banned keywords can't be managed using net2ftp. This is to avoid Paypal or Ebay scams from being uploaded through net2ftp."] = "Entries which contain banned keywords can't be managed using net2ftp. This is to avoid Paypal or Ebay scams from being uploaded through net2ftp.";
|
||
$net2ftp_messages["Files which are too big can't be downloaded, uploaded, copied, moved, searched, zipped, unzipped, viewed or edited; they can only be renamed, chmodded or deleted."] = "Files which are too big can't be downloaded, uploaded, copied, moved, searched, zipped, unzipped, viewed or edited; they can only be renamed, chmodded or deleted.";
|
||
$net2ftp_messages["Execute %1\$s in a new window"] = "Spustit %1\$s v nov<6F>m okn<6B>";
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// /includes/main.inc.php
|
||
// -------------------------------------------------------------------------
|
||
$net2ftp_messages["Please select at least one directory or file!"] = "Vyberte pros<6F>m alespo<70> jeden adres<65><73> nebo soubor!";
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// /includes/authorizations.inc.php
|
||
// -------------------------------------------------------------------------
|
||
|
||
// checkAuthorization()
|
||
$net2ftp_messages["The FTP server <b>%1\$s</b> is not in the list of allowed FTP servers."] = "FTP server <b>%1\$s</b> nen<65> na seznamu povolen<65>ch server<65>.";
|
||
$net2ftp_messages["The FTP server <b>%1\$s</b> is in the list of banned FTP servers."] = "FTP server <b>%1\$s</b> je na seznamu zak<61>zan<61>ch server<65>.";
|
||
$net2ftp_messages["The FTP server port %1\$s may not be used."] = "Port %1\$s FTP serveru nem<65><6D>e b<>t pou<6F>it.";
|
||
$net2ftp_messages["Your IP address (%1\$s) is not in the list of allowed IP addresses."] = "Your IP address (%1\$s) is not in the list of allowed IP addresses.";
|
||
$net2ftp_messages["Your IP address (%1\$s) is in the list of banned IP addresses."] = "Va<EFBFBD>e IP adresa (%1\$s) je na seznamu zak<61>zan<61>ch adres.";
|
||
|
||
// isAuthorizedDirectory()
|
||
$net2ftp_messages["Table net2ftp_users contains duplicate rows."] = "Table net2ftp_users contains duplicate rows.";
|
||
|
||
// checkAdminUsernamePassword()
|
||
$net2ftp_messages["You did not enter your Administrator username or password."] = "You did not enter your Administrator username or password.";
|
||
$net2ftp_messages["Wrong username or password. Please try again."] = "Wrong username or password. Please try again.";
|
||
|
||
// -------------------------------------------------------------------------
|
||
// /includes/consumption.inc.php
|
||
// -------------------------------------------------------------------------
|
||
$net2ftp_messages["Unable to determine your IP address."] = "Nepoda<EFBFBD>ilo se zjistit va<76>i IP adresu.";
|
||
$net2ftp_messages["Table net2ftp_log_consumption_ipaddress contains duplicate rows."] = "Tabulka net2ftp_log_consumption_ipaddress obsahuje duplicitn<74> z<>znamy.";
|
||
$net2ftp_messages["Table net2ftp_log_consumption_ftpserver contains duplicate rows."] = "Tabulka net2ftp_log_consumption_ftpserver obsahuje duplicitn<74> z<>znamy.";
|
||
$net2ftp_messages["The variable <b>consumption_ipaddress_datatransfer</b> is not numeric."] = "Prom<EFBFBD>nn<EFBFBD> <b>consumption_ipaddress_datatransfer</b> nen<65> <20><>seln<6C>.";
|
||
$net2ftp_messages["Table net2ftp_log_consumption_ipaddress could not be updated."] = "Tabulka net2ftp_log_consumption_ipaddress nemohla b<>t aktualizov<6F>na.";
|
||
$net2ftp_messages["Table net2ftp_log_consumption_ipaddress contains duplicate entries."] = "Tabulka net2ftp_log_consumption_ipaddress obsahuje duplicitn<74> z<>znamy.";
|
||
$net2ftp_messages["Table net2ftp_log_consumption_ftpserver could not be updated."] = "Tabulka net2ftp_log_consumption_ftpserver nemohla b<>t aktualizov<6F>na.";
|
||
$net2ftp_messages["Table net2ftp_log_consumption_ftpserver contains duplicate entries."] = "Tabulka net2ftp_log_consumption_ftpserver obsahuje duplicitn<74> z<>znamy.";
|
||
$net2ftp_messages["Table net2ftp_log_access could not be updated."] = "Table net2ftp_log_access could not be updated.";
|
||
$net2ftp_messages["Table net2ftp_log_access contains duplicate entries."] = "Table net2ftp_log_access contains duplicate entries.";
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// /includes/database.inc.php
|
||
// -------------------------------------------------------------------------
|
||
$net2ftp_messages["Unable to connect to the MySQL database. Please check your MySQL database settings in net2ftp's configuration file settings.inc.php."] = "Unable to connect to the MySQL database. Please check your MySQL database settings in net2ftp's configuration file settings.inc.php.";
|
||
$net2ftp_messages["Unable to select the MySQL database. Please check your MySQL database settings in net2ftp's configuration file settings.inc.php."] = "Unable to select the MySQL database. Please check your MySQL database settings in net2ftp's configuration file settings.inc.php.";
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// /includes/errorhandling.inc.php
|
||
// -------------------------------------------------------------------------
|
||
$net2ftp_messages["An error has occured"] = "Do<EFBFBD>lo k chyb<79>";
|
||
$net2ftp_messages["Go back"] = "P<EFBFBD>ej<EFBFBD>t zp<7A>t";
|
||
$net2ftp_messages["Go to the login page"] = "P<EFBFBD>ej<EFBFBD>t na p<>ihla<6C>ovac<61> str<74>nku";
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// /includes/filesystem.inc.php
|
||
// -------------------------------------------------------------------------
|
||
|
||
// ftp_openconnection()
|
||
$net2ftp_messages["The <a href=\"http://www.php.net/manual/en/ref.ftp.php\" target=\"_blank\">FTP module of PHP</a> is not installed.<br /><br /> The administrator of this website should install this module. Installation instructions are given on <a href=\"http://www.php.net/manual/en/ftp.installation.php\" target=\"_blank\">php.net</a><br />"] = "The <a href=\"http://www.php.net/manual/en/ref.ftp.php\" target=\"_blank\">FTP module of PHP</a> is not installed.<br /><br /> The administrator of this website should install this module. Installation instructions are given on <a href=\"http://www.php.net/manual/en/ftp.installation.php\" target=\"_blank\">php.net</a><br />";
|
||
$net2ftp_messages["The <a href=\"http://www.php.net/manual/en/function.ftp-ssl-connect.php\" target=\"_blank\">FTP and/or OpenSSL modules of PHP</a> is not installed.<br /><br /> The administrator of this website should install these modules. Installation instructions are given on php.net: <a href=\"http://www.php.net/manual/en/ftp.installation.php\" target=\"_blank\">here for FTP</a>, and <a href=\"http://www.php.net/manual/en/openssl.installation.php\" target=\"_blank\">here for OpenSSL</a><br />"] = "The <a href=\"http://www.php.net/manual/en/function.ftp-ssl-connect.php\" target=\"_blank\">FTP and/or OpenSSL modules of PHP</a> is not installed.<br /><br /> The administrator of this website should install these modules. Installation instructions are given on php.net: <a href=\"http://www.php.net/manual/en/ftp.installation.php\" target=\"_blank\">here for FTP</a>, and <a href=\"http://www.php.net/manual/en/openssl.installation.php\" target=\"_blank\">here for OpenSSL</a><br />";
|
||
$net2ftp_messages["The <a href=\"http://www.php.net/manual/en/function.ssh2-sftp.php\" target=\"_blank\">SSH2 module of PHP</a> is not installed.<br /><br /> The administrator of this website should install this module. Installation instructions are given on <a href=\"http://www.php.net/manual/en/ssh2.installation.php\" target=\"_blank\">php.net</a><br />"] = "The <a href=\"http://www.php.net/manual/en/function.ssh2-sftp.php\" target=\"_blank\">SSH2 module of PHP</a> is not installed.<br /><br /> The administrator of this website should install this module. Installation instructions are given on <a href=\"http://www.php.net/manual/en/ssh2.installation.php\" target=\"_blank\">php.net</a><br />";
|
||
$net2ftp_messages["Unable to connect to FTP server <b>%1\$s</b> on port <b>%2\$s</b>.<br /><br />Are you sure this is the address of the FTP server? This is often different from that of the HTTP (web) server. Please contact your ISP helpdesk or system administrator for help.<br />"] = "Nepoda<EFBFBD>ilo se p<>ipojit k FTP serveru <b>%1\$s</b> na portu <b>%2\$s</b>.<br /><br />V<>te jist<73>, <20>e se jedn<64> o adresu FTP serveru? Ta se <20>asto li<6C><69> od adresy HTTP (webov<6F>ho) serveru. Pro z<>sk<73>n<EFBFBD> pomoci pros<6F>m kontaktujte odbornou pomoc sv<73>ho ISP nebo syst<73>mov<6F>ho administr<74>tora.<br />";
|
||
$net2ftp_messages["Unable to login to FTP server <b>%1\$s</b> with username <b>%2\$s</b>.<br /><br />Are you sure your username and password are correct? Please contact your ISP helpdesk or system administrator for help.<br />"] = "Nepoda<EFBFBD>ilo se p<>ihl<68>sit k FTP serveru <b>%1\$s</b> pod u<>ivatelsk<73>m jm<6A>nem <b>%2\$s</b>.<br /><br />Jste si jist, <20>e je u<>ivatelsk<73> jm<6A>no a heslo spr<70>vn<76>? Pro z<>sk<73>n<EFBFBD> pomoci pros<6F>m kontaktujte odbornou pomoc sv<73>ho ISP nebo syst<73>mov<6F>ho administr<74>tora.<br />";
|
||
$net2ftp_messages["Unable to switch to the passive mode on FTP server <b>%1\$s</b>."] = "Nepoda<EFBFBD>ilo se p<>epnout do pasivn<76>ho re<72>imu na FTP serveru <b>%1\$s</b>.";
|
||
|
||
// ftp_openconnection2()
|
||
$net2ftp_messages["Unable to connect to the second (target) FTP server <b>%1\$s</b> on port <b>%2\$s</b>.<br /><br />Are you sure this is the address of the second (target) FTP server? This is often different from that of the HTTP (web) server. Please contact your ISP helpdesk or system administrator for help.<br />"] = "Nepoda<EFBFBD>ilo se p<>ipojit ke druh<75>mu (c<>lov<6F>mu) FTP serveru <b>%1\$s</b> na portu <b>%2\$s</b>.<br /><br />.V<>te ur<75>it<69>, <20>e se jedn<64> o adresu druh<75>ho (c<>lov<6F>ho) FTP serveru? Ta se <20>asto li<6C><69> od adresy HTTP (webov<6F>ho) serveru. Pro z<>sk<73>n<EFBFBD> pomoci pros<6F>m kontaktujte odbornou pomoc sv<73>ho ISP nebo syst<73>mov<6F>ho administr<74>tora.<br />";
|
||
$net2ftp_messages["Unable to login to the second (target) FTP server <b>%1\$s</b> with username <b>%2\$s</b>.<br /><br />Are you sure your username and password are correct? Please contact your ISP helpdesk or system administrator for help.<br />"] = "Nepoda<EFBFBD>ilo se p<>ihl<68>sit ke druh<75>mu (c<>lov<6F>mu) FTP serveru <b>%1\$s</b> pod u<>ivatelsk<73>m jm<6A>nem <b>%2\$s</b>.<br /><br />. Jste si jisti, <20>e zadan<61> u<>ivatelsk<73> jm<6A>no a heslo jsou spr<70>vn<76>? Pro z<>sk<73>n<EFBFBD> pomoci pros<6F>m kontaktujte odbornou pomoc sv<73>ho ISP nebo syst<73>mov<6F>ho administr<74>tora.<br />";
|
||
$net2ftp_messages["Unable to switch to the passive mode on the second (target) FTP server <b>%1\$s</b>."] = "Nepoda<EFBFBD>ilo se p<>epnout do pasivn<76>ho re<72>imu na druh<75>m (c<>lov<6F>m) FTP serveru <b>%1\$s</b>.";
|
||
|
||
// ftp_myrename()
|
||
$net2ftp_messages["Unable to rename directory or file <b>%1\$s</b> into <b>%2\$s</b>"] = "Nepoda<EFBFBD>ilo se p<>ejmenovat adres<65><73> nebo soubor <b>%1\$s</b> na <b>%2\$s</b>";
|
||
|
||
// ftp_mychmod()
|
||
$net2ftp_messages["Unable to execute site command <b>%1\$s</b>. Note that the CHMOD command is only available on Unix FTP servers, not on Windows FTP servers."] = "Nepoda<EFBFBD>ilo se vykonat serverov<6F> p<><70>kaz <b>%1\$s</b>. Vezm<7A>te pros<6F>m na v<>dom<6F>, <20>e p<><70>kaz CHMOD je k dispozici pouze na Unixov<6F>ch FTP serverech a ne na FTP serverech pod Windows.";
|
||
$net2ftp_messages["Directory <b>%1\$s</b> successfully chmodded to <b>%2\$s</b>"] = "Pr<EFBFBD>va adres<65><73>e <b>%1\$s</b> byla v po<70><6F>dku zm<7A>n<EFBFBD>na na <b>%2\$s</b>";
|
||
$net2ftp_messages["Processing entries within directory <b>%1\$s</b>:"] = "Processing entries within directory <b>%1\$s</b>:";
|
||
$net2ftp_messages["File <b>%1\$s</b> was successfully chmodded to <b>%2\$s</b>"] = "Pr<EFBFBD>va souboru <b>%1\$s</b> byla v po<70><6F>dku zm<7A>n<EFBFBD>na na <b>%2\$s</b>";
|
||
$net2ftp_messages["All the selected directories and files have been processed."] = "V<EFBFBD>echny ozna<6E>en<65> adres<65><73>e a soubory byly zpracov<6F>ny.";
|
||
|
||
// ftp_rmdir2()
|
||
$net2ftp_messages["Unable to delete the directory <b>%1\$s</b>"] = "Nepoda<EFBFBD>ilo se smazat adres<65><73> <b>%1\$s</b>";
|
||
|
||
// ftp_delete2()
|
||
$net2ftp_messages["Unable to delete the file <b>%1\$s</b>"] = "Nepoda<EFBFBD>ilo se smazat soubor <b>%1\$s</b>";
|
||
|
||
// ftp_newdirectory()
|
||
$net2ftp_messages["Unable to create the directory <b>%1\$s</b>"] = "Nepoda<EFBFBD>ilo se vytvo<76>it adres<65><73> <b>%1\$s</b>";
|
||
|
||
// ftp_readfile()
|
||
$net2ftp_messages["Unable to create the temporary file"] = "Nepoda<EFBFBD>ilo se vytvo<76>it do<64>asn<73> soubor";
|
||
$net2ftp_messages["Unable to get the file <b>%1\$s</b> from the FTP server and to save it as temporary file <b>%2\$s</b>.<br />Check the permissions of the %3\$s directory.<br />"] = "Nepoda<EFBFBD>ilo se z<>skat soubor <b>%1\$s</b> z FTP serveru a ulo<6C>it ho do do<64>asn<73>ho souboru <b>%2\$s</b>.<br />Zkontrolujte opr<70>vn<76>n<EFBFBD> adres<65><73>e %3\$s.<br />";
|
||
$net2ftp_messages["Unable to open the temporary file. Check the permissions of the %1\$s directory."] = "Nepoda<EFBFBD>ilo se otev<65><76>t do<64>asn<73> soubor. Zkontrolujte opr<70>vn<76>n<EFBFBD> adres<65><73>e %1\$s.";
|
||
$net2ftp_messages["Unable to read the temporary file"] = "Nepoda<EFBFBD>ilo se p<>e<EFBFBD><65>st do<64>asn<73> soubor";
|
||
$net2ftp_messages["Unable to close the handle of the temporary file"] = "Nepoda<EFBFBD>ilo se uzav<61><76>t do<64>asn<73> soubor";
|
||
$net2ftp_messages["Unable to delete the temporary file"] = "Nepoda<EFBFBD>ilo se smazat do<64>asn<73> soubor";
|
||
|
||
// ftp_writefile()
|
||
$net2ftp_messages["Unable to create the temporary file. Check the permissions of the %1\$s directory."] = "Nepoda<EFBFBD>ilo se vytvo<76>it do<64>asn<73> soubor. Zkontrolujte opr<70>vn<76>n<EFBFBD> adres<65><73>e %1\$s.";
|
||
$net2ftp_messages["Unable to open the temporary file. Check the permissions of the %1\$s directory."] = "Nepoda<EFBFBD>ilo se otev<65><76>t do<64>asn<73> soubor. Zkontrolujte opr<70>vn<76>n<EFBFBD> adres<65><73>e %1\$s.";
|
||
$net2ftp_messages["Unable to write the string to the temporary file <b>%1\$s</b>.<br />Check the permissions of the %2\$s directory."] = "Nepoda<EFBFBD>ilo se zapsat <20>et<65>zec do do<64>asn<73>ho souboru <b>%1\$s</b>.<br />Zkontrolujte opr<70>vn<76>n<EFBFBD> adres<65><73>e %2\$s.";
|
||
$net2ftp_messages["Unable to close the handle of the temporary file"] = "Nepoda<EFBFBD>ilo se uzav<61><76>t do<64>asn<73> soubor";
|
||
$net2ftp_messages["Unable to put the file <b>%1\$s</b> on the FTP server.<br />You may not have write permissions on the directory."] = "Nepoda<EFBFBD>ilo se nahr<68>t soubor <b>%1\$s</b> na FTP server.<br />Mo<4D>n<EFBFBD> nem<65>te pr<70>va z<>pisu do dan<61>ho adres<65><73>e.";
|
||
$net2ftp_messages["Unable to delete the temporary file"] = "Nepoda<EFBFBD>ilo se smazat do<64>asn<73> soubor";
|
||
|
||
// ftp_copymovedelete()
|
||
$net2ftp_messages["Processing directory <b>%1\$s</b>"] = "Zpracov<EFBFBD>n<EFBFBD> adres<65><73>e <b>%1\$s</b>";
|
||
$net2ftp_messages["The target directory <b>%1\$s</b> is the same as or a subdirectory of the source directory <b>%2\$s</b>, so this directory will be skipped"] = "C<EFBFBD>lov<EFBFBD> adres<65><73> <b>%1\$s</b> je stejn<6A> jako zdrojov<6F> adres<65><73> <b>%2\$s</b> nebo je jeho podadres<65><73>em, tento adres<65><73> proto bude p<>esko<6B>en";
|
||
$net2ftp_messages["The directory <b>%1\$s</b> contains a banned keyword, so this directory will be skipped"] = "The directory <b>%1\$s</b> contains a banned keyword, so this directory will be skipped";
|
||
$net2ftp_messages["The directory <b>%1\$s</b> contains a banned keyword, aborting the move"] = "The directory <b>%1\$s</b> contains a banned keyword, aborting the move";
|
||
$net2ftp_messages["Unable to create the subdirectory <b>%1\$s</b>. It may already exist. Continuing the copy/move process..."] = "Nepoda<EFBFBD>ilo se vytvo<76>it podadres<65><73> <b>%1\$s</b>. Mo<4D>n<EFBFBD> u<> existuje. Pokra<72>uje se v kop<6F>rov<6F>n<EFBFBD>/p<>esouv<75>n<EFBFBD>...";
|
||
$net2ftp_messages["Created target subdirectory <b>%1\$s</b>"] = "Created target subdirectory <b>%1\$s</b>";
|
||
$net2ftp_messages["The directory <b>%1\$s</b> could not be selected, so this directory will be skipped"] = "The directory <b>%1\$s</b> could not be selected, so this directory will be skipped";
|
||
$net2ftp_messages["Unable to delete the subdirectory <b>%1\$s</b> - it may not be empty"] = "Nepoda<EFBFBD>ilo se smazat podadres<65><73> <b>%1\$s</b> - mo<6D>n<EFBFBD> nen<65> pr<70>zdn<64>";
|
||
$net2ftp_messages["Deleted subdirectory <b>%1\$s</b>"] = "Podadres<EFBFBD><EFBFBD> <b>%1\$s</b> byl smaz<61>n";
|
||
$net2ftp_messages["Deleted subdirectory <b>%1\$s</b>"] = "Podadres<EFBFBD><EFBFBD> <b>%1\$s</b> byl smaz<61>n";
|
||
$net2ftp_messages["Unable to move the directory <b>%1\$s</b>"] = "Unable to move the directory <b>%1\$s</b>";
|
||
$net2ftp_messages["Moved directory <b>%1\$s</b>"] = "Moved directory <b>%1\$s</b>";
|
||
$net2ftp_messages["Processing of directory <b>%1\$s</b> completed"] = "Zpracov<EFBFBD>n<EFBFBD> adres<65><73>e <b>%1\$s</b> bylo dokon<6F>eno";
|
||
$net2ftp_messages["The target for file <b>%1\$s</b> is the same as the source, so this file will be skipped"] = "C<EFBFBD>lov<EFBFBD> um<75>st<73>n<EFBFBD> souboru <b>%1\$s</b> je stejn<6A> jako zdrojov<6F>, proto bude tento soubor p<>esko<6B>en";
|
||
$net2ftp_messages["The file <b>%1\$s</b> contains a banned keyword, so this file will be skipped"] = "The file <b>%1\$s</b> contains a banned keyword, so this file will be skipped";
|
||
$net2ftp_messages["The file <b>%1\$s</b> contains a banned keyword, aborting the move"] = "The file <b>%1\$s</b> contains a banned keyword, aborting the move";
|
||
$net2ftp_messages["The file <b>%1\$s</b> is too big to be copied, so this file will be skipped"] = "The file <b>%1\$s</b> is too big to be copied, so this file will be skipped";
|
||
$net2ftp_messages["The file <b>%1\$s</b> is too big to be moved, aborting the move"] = "The file <b>%1\$s</b> is too big to be moved, aborting the move";
|
||
$net2ftp_messages["Unable to copy the file <b>%1\$s</b>"] = "Nepoda<EFBFBD>ilo se zkop<6F>rovat soubor <b>%1\$s</b>";
|
||
$net2ftp_messages["Copied file <b>%1\$s</b>"] = "Copied file <b>%1\$s</b>";
|
||
$net2ftp_messages["Unable to move the file <b>%1\$s</b>, aborting the move"] = "Unable to move the file <b>%1\$s</b>, aborting the move";
|
||
$net2ftp_messages["Unable to move the file <b>%1\$s</b>"] = "Unable to move the file <b>%1\$s</b>";
|
||
$net2ftp_messages["Moved file <b>%1\$s</b>"] = "Soubor <b>%1\$s</b> byl p<>esunut";
|
||
$net2ftp_messages["Unable to delete the file <b>%1\$s</b>"] = "Nepoda<EFBFBD>ilo se smazat soubor <b>%1\$s</b>";
|
||
$net2ftp_messages["Deleted file <b>%1\$s</b>"] = "Soubor <b>%1\$s</b> byl smaz<61>n";
|
||
$net2ftp_messages["All the selected directories and files have been processed."] = "V<EFBFBD>echny ozna<6E>en<65> adres<65><73>e a soubory byly zpracov<6F>ny.";
|
||
|
||
// ftp_processfiles()
|
||
|
||
// ftp_getfile()
|
||
$net2ftp_messages["Unable to copy the remote file <b>%1\$s</b> to the local file using FTP mode <b>%2\$s</b>"] = "Nepoda<EFBFBD>ilo se zkop<6F>rovat vzd<7A>len<65> soubor <b>%1\$s</b> do m<>stn<74>ho v FTP re<72>imu <b>%2\$s</b>";
|
||
$net2ftp_messages["Unable to delete file <b>%1\$s</b>"] = "Nepoda<EFBFBD>ilo se smazat soubor <b>%1\$s</b>";
|
||
|
||
// ftp_putfile()
|
||
$net2ftp_messages["The file is too big to be transferred"] = "The file is too big to be transferred";
|
||
$net2ftp_messages["Daily limit reached: the file <b>%1\$s</b> will not be transferred"] = "Denn<EFBFBD> limit dosa<73>en: soubor <b>%1\$s</b> nebude p<>enesen";
|
||
$net2ftp_messages["Unable to copy the local file to the remote file <b>%1\$s</b> using FTP mode <b>%2\$s</b>"] = "Nepoda<EFBFBD>ilo se zkop<6F>rovat m<>stn<74> soubor do vzd<7A>len<65>ho souboru <b>%1\$s</b> v FTP re<72>imu <b>%2\$s</b>";
|
||
$net2ftp_messages["Unable to delete the local file"] = "Nepoda<EFBFBD>ilo se smazat m<>stn<74> soubor";
|
||
|
||
// ftp_downloadfile()
|
||
$net2ftp_messages["Unable to delete the temporary file"] = "Nepoda<EFBFBD>ilo se smazat do<64>asn<73> soubor";
|
||
$net2ftp_messages["Unable to send the file to the browser"] = "Nepoda<EFBFBD>ilo se odeslat soubor prohl<68><6C>e<EFBFBD>i";
|
||
|
||
// ftp_zip()
|
||
$net2ftp_messages["Unable to create the temporary file"] = "Nepoda<EFBFBD>ilo se vytvo<76>it do<64>asn<73> soubor";
|
||
$net2ftp_messages["The zip file has been saved on the FTP server as <b>%1\$s</b>"] = "Soubor ZIP byl na FTP server ulo<6C>en jako <b>%1\$s</b>";
|
||
$net2ftp_messages["Requested files"] = "Po<EFBFBD>adovan<EFBFBD> soubory";
|
||
|
||
$net2ftp_messages["Dear,"] = "V<EFBFBD><EFBFBD>en<EFBFBD>,";
|
||
$net2ftp_messages["Someone has requested the files in attachment to be sent to this email account (%1\$s)."] = "N<EFBFBD>kdo po<70><6F>dal o posl<73>n<EFBFBD> soubor<6F> v p<><70>loze na va<76>i e-mailovou adresu (%1\$s).";
|
||
$net2ftp_messages["If you know nothing about this or if you don't trust that person, please delete this email without opening the Zip file in attachment."] = "Pokud o tom nic nev<65>te nebo doty<74>n<EFBFBD> osob<6F> ned<65>v<EFBFBD><76>ujete, tak pros<6F>m tento e-mail sma<6D>te, ani<6E> byste Zip soubor v p<><70>loze otev<65>rali.";
|
||
$net2ftp_messages["Note that if you don't open the Zip file, the files inside cannot harm your computer."] = "Pokud Zip soubor neotev<65>ete, nemohou soubory uvnit<69> po<70>kodit v<><76> po<70><6F>ta<74>.";
|
||
$net2ftp_messages["Information about the sender: "] = "Informace o odes<65>lateli: ";
|
||
$net2ftp_messages["IP address: "] = "IP adresa: ";
|
||
$net2ftp_messages["Time of sending: "] = "<EFBFBD>as odesl<73>n<EFBFBD>: ";
|
||
$net2ftp_messages["Sent via the net2ftp application installed on this website: "] = "Posl<EFBFBD>no aplikac<61> net2ftp nainstalovanou na tomto webov<6F>m serveru: ";
|
||
$net2ftp_messages["Webmaster's email: "] = "E-mail webmastera: ";
|
||
$net2ftp_messages["Message of the sender: "] = "Zpr<EFBFBD>va odes<65>latele: ";
|
||
$net2ftp_messages["net2ftp is free software, released under the GNU/GPL license. For more information, go to http://www.net2ftp.com."] = "net2ftp je voln<6C> software, uvoln<6C>n<EFBFBD> pod licenc<6E> GNU/GPL. Pro v<>ce informac<61> nav<61>tivte http://www.net2ftp.com.";
|
||
|
||
$net2ftp_messages["The zip file has been sent to <b>%1\$s</b>."] = "Soubor ZIP byl odesl<73>n na adresu <b>%1\$s</b>.";
|
||
|
||
// acceptFiles()
|
||
$net2ftp_messages["File <b>%1\$s</b> is too big. This file will not be uploaded."] = "Soubor <b>%1\$s</b> je moc velk<6C>. Tento soubor nebude nahr<68>n.";
|
||
$net2ftp_messages["File <b>%1\$s</b> is contains a banned keyword. This file will not be uploaded."] = "File <b>%1\$s</b> is contains a banned keyword. This file will not be uploaded.";
|
||
$net2ftp_messages["Could not generate a temporary file."] = "Nepoda<EFBFBD>ilo se vytvo<76>it do<64>asn<73> soubor.";
|
||
$net2ftp_messages["File <b>%1\$s</b> could not be moved"] = "Soubor <b>%1\$s</b> nem<65><6D>e b<>t p<>esunut";
|
||
$net2ftp_messages["File <b>%1\$s</b> is OK"] = "Soubor <b>%1\$s</b> je v po<70><6F>dku";
|
||
$net2ftp_messages["Unable to move the uploaded file to the temp directory.<br /><br />The administrator of this website has to <b>chmod 777</b> the /temp directory of net2ftp."] = "Nepoda<EFBFBD>ilo se p<>esunout nahran<61> soubor do do<64>asn<73>ho adres<65><73>e.<br /><br />Administr<74>tor tohoto webov<6F>ho serveru mus<75> na adres<65><73> net2ftp /temp prov<6F>st <b>chmod 777</b>.";
|
||
$net2ftp_messages["You did not provide any file to upload."] = "Neposkytl jste <20><>dn<64> soubor, kter<65> se m<> nahr<68>t";
|
||
|
||
// ftp_transferfiles()
|
||
$net2ftp_messages["File <b>%1\$s</b> could not be transferred to the FTP server"] = "Soubor <b>%1\$s</b> nemohl b<>t p<>enesen na FTP server";
|
||
$net2ftp_messages["File <b>%1\$s</b> has been transferred to the FTP server using FTP mode <b>%2\$s</b>"] = "Soubor <b>%1\$s</b> byl na FTP server p<>enesen v re<72>imu <b>%2\$s</b>";
|
||
$net2ftp_messages["Transferring files to the FTP server"] = "P<EFBFBD>en<EFBFBD><EFBFBD>en<EFBFBD> soubor<6F> na FTP server";
|
||
|
||
// ftp_unziptransferfiles()
|
||
$net2ftp_messages["Processing archive nr %1\$s: <b>%2\$s</b>"] = "Zpracov<EFBFBD>n<EFBFBD> archivu <20>. %1\$s: <b>%2\$s</b>";
|
||
$net2ftp_messages["Archive <b>%1\$s</b> was not processed because its filename extension was not recognized. Only zip, tar, tgz and gz archives are supported at the moment."] = "Archiv <b>%1\$s</b> nebyl zpracov<6F>n, proto<74>e p<><70>ponu jeho souboru se nepoda<64>ilo rozpoznat. Moment<6E>ln<6C> jsou podporov<6F>ny pouze archivy zip, tar, tgz a gz.";
|
||
$net2ftp_messages["Unable to extract the files and directories from the archive"] = "Unable to extract the files and directories from the archive";
|
||
$net2ftp_messages["Archive contains filenames with ../ or ..\\ - aborting the extraction"] = "Archive contains filenames with ../ or ..\\ - aborting the extraction";
|
||
$net2ftp_messages["Could not unzip entry %1\$s (error code %2\$s)"] = "Could not unzip entry %1\$s (error code %2\$s)";
|
||
$net2ftp_messages["Created directory %1\$s"] = "Created directory %1\$s";
|
||
$net2ftp_messages["Could not create directory %1\$s"] = "Could not create directory %1\$s";
|
||
$net2ftp_messages["Copied file %1\$s"] = "Copied file %1\$s";
|
||
$net2ftp_messages["Could not copy file %1\$s"] = "Could not copy file %1\$s";
|
||
$net2ftp_messages["Unable to delete the temporary directory"] = "Unable to delete the temporary directory";
|
||
$net2ftp_messages["Unable to delete the temporary file %1\$s"] = "Unable to delete the temporary file %1\$s";
|
||
|
||
// ftp_mysite()
|
||
$net2ftp_messages["Unable to execute site command <b>%1\$s</b>"] = "Nepoda<EFBFBD>ilo se vykonat p<><70>kaz serveru <b>%1\$s</b>";
|
||
|
||
// shutdown()
|
||
$net2ftp_messages["Your task was stopped"] = "Va<EFBFBD>e <20>loha byla zastavena";
|
||
$net2ftp_messages["The task you wanted to perform with net2ftp took more time than the allowed %1\$s seconds, and therefor that task was stopped."] = "<EFBFBD>loha, kterou jste cht<68>li pomoc<6F> net2ftp prov<6F>st, trvala v<>ce ne<6E> povolen<65>ch %1\$s sekund, a proto byla zastavena.";
|
||
$net2ftp_messages["This time limit guarantees the fair use of the web server for everyone."] = "Tento <20>asov<6F> limit zaru<72>uje spravedliv<69> vyu<79>it<69> webov<6F>ho serveru v<>emi u<>ivateli.";
|
||
$net2ftp_messages["Try to split your task in smaller tasks: restrict your selection of files, and omit the biggest files."] = "Pokuste se va<76>e <20>lohy rozd<7A>lit na men<65><6E> <20><>sti: omezte v<>b<EFBFBD>r soubor<6F> a vynechejte ty nejv<6A>t<EFBFBD><74>.";
|
||
$net2ftp_messages["If you really need net2ftp to be able to handle big tasks which take a long time, consider installing net2ftp on your own server."] = "Pokud opravdu pot<6F>ebujete, aby net2ftp dok<6F>zalo zpracovat n<>ro<72>n<EFBFBD> dlouhotrvaj<61>c<EFBFBD> <20>lohy, zva<76>te instalaci net2ftp na vlastn<74>m serveru.";
|
||
|
||
// SendMail()
|
||
$net2ftp_messages["You did not provide any text to send by email!"] = "Neuvedl jste <20><>dn<64> text, kter<65> by se m<>l poslat e-mailem!";
|
||
$net2ftp_messages["You did not supply a From address."] = "Neuvedl jste adresu odes<65>latele.";
|
||
$net2ftp_messages["You did not supply a To address."] = "Neuvedl jste adresu p<><70>jemce.";
|
||
$net2ftp_messages["Due to technical problems the email to <b>%1\$s</b> could not be sent."] = "Kv<EFBFBD>li technick<63>m probl<62>m<EFBFBD>m nebylo mo<6D>n<EFBFBD> odeslat e-mail na adresu <b>%1\$s</b>.";
|
||
|
||
// tempdir2()
|
||
$net2ftp_messages["Unable to create a temporary directory because (unvalid parent directory)"] = "Unable to create a temporary directory because (unvalid parent directory)";
|
||
$net2ftp_messages["Unable to create a temporary directory because (parent directory is not writeable)"] = "Unable to create a temporary directory because (parent directory is not writeable)";
|
||
$net2ftp_messages["Unable to create a temporary directory (too many tries)"] = "Unable to create a temporary directory (too many tries)";
|
||
|
||
// -------------------------------------------------------------------------
|
||
// /includes/logging.inc.php
|
||
// -------------------------------------------------------------------------
|
||
// logAccess(), logLogin(), logError()
|
||
$net2ftp_messages["Unable to execute the SQL query."] = "Unable to execute the SQL query.";
|
||
$net2ftp_messages["Unable to open the system log."] = "Unable to open the system log.";
|
||
$net2ftp_messages["Unable to write a message to the system log."] = "Unable to write a message to the system log.";
|
||
|
||
// getLogStatus(), putLogStatus()
|
||
$net2ftp_messages["Table net2ftp_log_status contains duplicate entries."] = "Table net2ftp_log_status contains duplicate entries.";
|
||
$net2ftp_messages["Table net2ftp_log_status could not be updated."] = "Table net2ftp_log_status could not be updated.";
|
||
|
||
// rotateLogs()
|
||
$net2ftp_messages["The log tables were renamed successfully."] = "The log tables were renamed successfully.";
|
||
$net2ftp_messages["The log tables could not be renamed."] = "The log tables could not be renamed.";
|
||
$net2ftp_messages["The log tables were copied successfully."] = "The log tables were copied successfully.";
|
||
$net2ftp_messages["The log tables could not be copied."] = "The log tables could not be copied.";
|
||
$net2ftp_messages["The oldest log table was dropped successfully."] = "The oldest log table was dropped successfully.";
|
||
$net2ftp_messages["The oldest log table could not be dropped."] = "The oldest log table could not be dropped.";
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// /includes/registerglobals.inc.php
|
||
// -------------------------------------------------------------------------
|
||
$net2ftp_messages["Please enter your username and password for FTP server "] = "Pros<EFBFBD>m zadejte sv<73> p<>ihla<6C>ovac<61> jm<6A>no a heslo k FTP serveru ";
|
||
$net2ftp_messages["You did not fill in your login information in the popup window.<br />Click on \"Go to the login page\" below."] = "Nevyplnili jste p<>ihla<6C>ovac<61> informace do vyskakovac<61>ho ok<6F>nka.<br />N<><4E>e klikn<6B>te na \"P<EFBFBD>ej<EFBFBD>t na p<>ihla<6C>ovac<61> str<74>nku\".";
|
||
$net2ftp_messages["Access to the net2ftp Admin panel is disabled, because no password has been set in the file settings.inc.php. Enter a password in that file, and reload this page."] = "P<EFBFBD><EFBFBD>stup k Administra<72>n<EFBFBD>mu panelu net2ftp je zak<61>zan<61>, proto<74>e v souboru settings.inc.php nebylo nastaveno <20><>dn<64> heslo. Vlo<6C>te heslo do tohoto souboru a aktualizujte tuto str<74>nku.";
|
||
$net2ftp_messages["Please enter your Admin username and password"] = "Zadejte pros<6F>m sv<73> administr<74>torsk<73> u<>ivatelsk<73> jm<6A>no a heslo";
|
||
$net2ftp_messages["You did not fill in your login information in the popup window.<br />Click on \"Go to the login page\" below."] = "Nevyplnili jste p<>ihla<6C>ovac<61> informace do vyskakovac<61>ho ok<6F>nka.<br />N<><4E>e klikn<6B>te na \"P<EFBFBD>ej<EFBFBD>t na p<>ihla<6C>ovac<61> str<74>nku\".";
|
||
$net2ftp_messages["Wrong username or password for the net2ftp Admin panel. The username and password can be set in the file settings.inc.php."] = "<EFBFBD>ptan<EFBFBD> u<>ivatelsk<73> jm<6A>no nebo heslo pro Administra<72>n<EFBFBD> panel net2ftp. U<>ivatelsk<73> jm<6A>no a heslo m<><6D>e b<>t nastaveno v souboru settings.inc.php.";
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// /skins/skins.inc.php
|
||
// -------------------------------------------------------------------------
|
||
$net2ftp_messages["Blue"] = "Modr<EFBFBD>";
|
||
$net2ftp_messages["Grey"] = "<EFBFBD>ed<EFBFBD>";
|
||
$net2ftp_messages["Black"] = "<EFBFBD>ern<EFBFBD>";
|
||
$net2ftp_messages["Yellow"] = "<EFBFBD>lut<EFBFBD>";
|
||
$net2ftp_messages["Pastel"] = "Pastelov<EFBFBD>";
|
||
|
||
// getMime()
|
||
$net2ftp_messages["Directory"] = "Adres<EFBFBD><EFBFBD>";
|
||
$net2ftp_messages["Symlink"] = "Symlink" ;
|
||
$net2ftp_messages["ASP script"] = "ASP skript";
|
||
$net2ftp_messages["Cascading Style Sheet"] = "Kask<EFBFBD>dov<EFBFBD> styl";
|
||
$net2ftp_messages["HTML file"] = "HTML soubor";
|
||
$net2ftp_messages["Java source file"] = "Zdrojov<EFBFBD> soubor Java";
|
||
$net2ftp_messages["JavaScript file"] = "soubor JavaScript";
|
||
$net2ftp_messages["PHP Source"] = "PHP zdrojov<6F> k<>d";
|
||
$net2ftp_messages["PHP script"] = "PHP skript";
|
||
$net2ftp_messages["Text file"] = "Textov<EFBFBD> soubor";
|
||
$net2ftp_messages["Bitmap file"] = "Bitmapa";
|
||
$net2ftp_messages["GIF file"] = "Obr<EFBFBD>zek GIF";
|
||
$net2ftp_messages["JPEG file"] = "Obr<EFBFBD>zek JPEG";
|
||
$net2ftp_messages["PNG file"] = "Obr<EFBFBD>zek PNG";
|
||
$net2ftp_messages["TIF file"] = "Obr<EFBFBD>zek TIF";
|
||
$net2ftp_messages["GIMP file"] = "Obr<EFBFBD>zek GIMP";
|
||
$net2ftp_messages["Executable"] = "Spustiteln<EFBFBD> soubor";
|
||
$net2ftp_messages["Shell script"] = "Shellovsk<EFBFBD> skript";
|
||
$net2ftp_messages["MS Office - Word document"] = "MS Office - dokument Word";
|
||
$net2ftp_messages["MS Office - Excel spreadsheet"] = "MS Office - tabulka Excel";
|
||
$net2ftp_messages["MS Office - PowerPoint presentation"] = "MS Office - prezentace PowerPoint";
|
||
$net2ftp_messages["MS Office - Access database"] = "MS Office - datab<61>ze Access";
|
||
$net2ftp_messages["MS Office - Visio drawing"] = "MS Office - kresba Visio";
|
||
$net2ftp_messages["MS Office - Project file"] = "MS Office - projekt aplikace Project";
|
||
$net2ftp_messages["OpenOffice - Writer 6.0 document"] = "OpenOffice - dokument Writer 6.0";
|
||
$net2ftp_messages["OpenOffice - Writer 6.0 template"] = "OpenOffice - <20>ablona Writer 6.0";
|
||
$net2ftp_messages["OpenOffice - Calc 6.0 spreadsheet"] = "OpenOffice - tabulka Calc 6.0";
|
||
$net2ftp_messages["OpenOffice - Calc 6.0 template"] = "OpenOffice - <20>ablona Calc 6.0";
|
||
$net2ftp_messages["OpenOffice - Draw 6.0 document"] = "OpenOffice - dokument Draw 6.0";
|
||
$net2ftp_messages["OpenOffice - Draw 6.0 template"] = "OpenOffice - <20>ablona Draw 6.0";
|
||
$net2ftp_messages["OpenOffice - Impress 6.0 presentation"] = "OpenOffice - prezentace Impress 6.0";
|
||
$net2ftp_messages["OpenOffice - Impress 6.0 template"] = "OpenOffice - <20>ablona Impress 6.0";
|
||
$net2ftp_messages["OpenOffice - Writer 6.0 global document"] = "OpenOffice - glob<6F>ln<6C> dokument Writer 6.0";
|
||
$net2ftp_messages["OpenOffice - Math 6.0 document"] = "OpenOffice - dokument Math 6.0";
|
||
$net2ftp_messages["StarOffice - StarWriter 5.x document"] = "StarOffice - dokument StarWriter 5.x";
|
||
$net2ftp_messages["StarOffice - StarWriter 5.x global document"] = "StarOffice - glob<6F>ln<6C> dokument StarWriter 5.x";
|
||
$net2ftp_messages["StarOffice - StarCalc 5.x spreadsheet"] = "StarOffice - tabulka StarCalc 5.x";
|
||
$net2ftp_messages["StarOffice - StarDraw 5.x document"] = "StarOffice - dokument StarDraw 5.x";
|
||
$net2ftp_messages["StarOffice - StarImpress 5.x presentation"] = "StarOffice - prezentace StarImpress 5.x";
|
||
$net2ftp_messages["StarOffice - StarImpress Packed 5.x file"] = "StarOffice - soubor StarImpress Packed 5.x";
|
||
$net2ftp_messages["StarOffice - StarMath 5.x document"] = "StarOffice - dokument StarMath 5.x";
|
||
$net2ftp_messages["StarOffice - StarChart 5.x document"] = "StarOffice - dokument StarChart 5.x";
|
||
$net2ftp_messages["StarOffice - StarMail 5.x mail file"] = "StarOffice - soubor po<70>ty StarMail 5.x";
|
||
$net2ftp_messages["Adobe Acrobat document"] = "dokument Adobe Acrobat";
|
||
$net2ftp_messages["ARC archive"] = "Archiv ARC";
|
||
$net2ftp_messages["ARJ archive"] = "Archiv ARJ";
|
||
$net2ftp_messages["RPM"] = "RPM" ;
|
||
$net2ftp_messages["GZ archive"] = "Archiv GZ";
|
||
$net2ftp_messages["TAR archive"] = "Archiv TAR";
|
||
$net2ftp_messages["Zip archive"] = "Archiv Zip";
|
||
$net2ftp_messages["MOV movie file"] = "Video MOV";
|
||
$net2ftp_messages["MPEG movie file"] = "Video MPEG";
|
||
$net2ftp_messages["Real movie file"] = "Video Real";
|
||
$net2ftp_messages["Quicktime movie file"] = "Video Quicktime";
|
||
$net2ftp_messages["Shockwave flash file"] = "Shockwave Flash";
|
||
$net2ftp_messages["Shockwave file"] = "Soubor Shockwave";
|
||
$net2ftp_messages["WAV sound file"] = "Zvuk WAV";
|
||
$net2ftp_messages["Font file"] = "Soubor fontu";
|
||
$net2ftp_messages["%1\$s File"] = "Soubor %1\$s";
|
||
$net2ftp_messages["File"] = "Soubor";
|
||
|
||
// getAction()
|
||
$net2ftp_messages["Back"] = "Zp<EFBFBD>t";
|
||
$net2ftp_messages["Submit"] = "Odeslat";
|
||
$net2ftp_messages["Refresh"] = "Obnovit";
|
||
$net2ftp_messages["Details"] = "Detaily";
|
||
$net2ftp_messages["Icons"] = "Ikony";
|
||
$net2ftp_messages["List"] = "Seznam";
|
||
$net2ftp_messages["Logout"] = "Odhl<EFBFBD>sit";
|
||
$net2ftp_messages["Help"] = "N<EFBFBD>pov<EFBFBD>da";
|
||
$net2ftp_messages["Bookmark"] = "Obl<EFBFBD>ben<EFBFBD>";
|
||
$net2ftp_messages["Save"] = "Ulo<EFBFBD>it";
|
||
$net2ftp_messages["Default"] = "V<EFBFBD>choz<EFBFBD>";
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// /skins/[skin]/header.template.php and footer.template.php
|
||
// -------------------------------------------------------------------------
|
||
$net2ftp_messages["Help Guide"] = "Help Guide";
|
||
$net2ftp_messages["Forums"] = "Forums";
|
||
$net2ftp_messages["License"] = "Licence";
|
||
$net2ftp_messages["Powered by"] = "B<EFBFBD><EFBFBD><EFBFBD> d<>ky";
|
||
$net2ftp_messages["You are now taken to the net2ftp forums. These forums are for net2ftp related topics only - not for generic webhosting questions."] = "You are now taken to the net2ftp forums. These forums are for net2ftp related topics only - not for generic webhosting questions.";
|
||
$net2ftp_messages["Standard"] = "Standard";
|
||
$net2ftp_messages["Mobile"] = "Mobile";
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Admin module
|
||
if ($net2ftp_globals["state"] == "admin") {
|
||
// -------------------------------------------------------------------------
|
||
|
||
// /modules/admin/admin.inc.php
|
||
$net2ftp_messages["Admin functions"] = "Administr<EFBFBD>torsk<EFBFBD> funkce";
|
||
|
||
// /skins/[skin]/admin1.template.php
|
||
$net2ftp_messages["Version information"] = "Informace o verzi";
|
||
$net2ftp_messages["This version of net2ftp is up-to-date."] = "This version of net2ftp is up-to-date.";
|
||
$net2ftp_messages["The latest version information could not be retrieved from the net2ftp.com server. Check the security settings of your browser, which may prevent the loading of a small file from the net2ftp.com server."] = "The latest version information could not be retrieved from the net2ftp.com server. Check the security settings of your browser, which may prevent the loading of a small file from the net2ftp.com server.";
|
||
$net2ftp_messages["Logging"] = "Z<EFBFBD>znamy";
|
||
$net2ftp_messages["Date from:"] = "Datum od:";
|
||
$net2ftp_messages["to:"] = "do:";
|
||
$net2ftp_messages["Empty logs"] = "Vypr<EFBFBD>zdnit z<>znamy";
|
||
$net2ftp_messages["View logs"] = "Zobrazit z<>znamy";
|
||
$net2ftp_messages["Go"] = "OK";
|
||
$net2ftp_messages["Setup MySQL tables"] = "Nastavit MySQL tabulky";
|
||
$net2ftp_messages["Create the MySQL database tables"] = "Vytvo<EFBFBD>it datab<61>zov<6F> MySQL tabulky";
|
||
|
||
} // end admin
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Admin_createtables module
|
||
if ($net2ftp_globals["state"] == "admin_createtables") {
|
||
// -------------------------------------------------------------------------
|
||
|
||
// /modules/admin_createtables/admin_createtables.inc.php
|
||
$net2ftp_messages["Admin functions"] = "Administr<EFBFBD>torsk<EFBFBD> funkce";
|
||
$net2ftp_messages["The handle of file %1\$s could not be opened."] = "The handle of file %1\$s could not be opened.";
|
||
$net2ftp_messages["The file %1\$s could not be opened."] = "The file %1\$s could not be opened.";
|
||
$net2ftp_messages["The handle of file %1\$s could not be closed."] = "The handle of file %1\$s could not be closed.";
|
||
$net2ftp_messages["The connection to the server <b>%1\$s</b> could not be set up. Please check the database settings you've entered."] = "The connection to the server <b>%1\$s</b> could not be set up. Please check the database settings you've entered.";
|
||
$net2ftp_messages["Unable to select the database <b>%1\$s</b>."] = "Unable to select the database <b>%1\$s</b>.";
|
||
$net2ftp_messages["The SQL query nr <b>%1\$s</b> could not be executed."] = "The SQL query nr <b>%1\$s</b> could not be executed.";
|
||
$net2ftp_messages["The SQL query nr <b>%1\$s</b> was executed successfully."] = "The SQL query nr <b>%1\$s</b> was executed successfully.";
|
||
|
||
// /skins/[skin]/admin_createtables1.template.php
|
||
$net2ftp_messages["Please enter your MySQL settings:"] = "Please enter your MySQL settings:";
|
||
$net2ftp_messages["MySQL username"] = "MySQL u<>ivatelsk<73> jm<6A>no";
|
||
$net2ftp_messages["MySQL password"] = "MySQL heslo";
|
||
$net2ftp_messages["MySQL database"] = "MySQL datab<61>ze";
|
||
$net2ftp_messages["MySQL server"] = "MySQL server" ;
|
||
$net2ftp_messages["This SQL query is going to be executed:"] = "Vykon<EFBFBD> se tento SQL dotaz:";
|
||
$net2ftp_messages["Execute"] = "Spu<EFBFBD>t<EFBFBD>n<EFBFBD>";
|
||
|
||
// /skins/[skin]/admin_createtables2.template.php
|
||
$net2ftp_messages["Settings used:"] = "Pou<EFBFBD>it<EFBFBD> nastaven<65>:";
|
||
$net2ftp_messages["MySQL password length"] = "D<EFBFBD>lka MySQL hesla";
|
||
$net2ftp_messages["Results:"] = "V<EFBFBD>sledky:";
|
||
|
||
} // end admin_createtables
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Admin_viewlogs module
|
||
if ($net2ftp_globals["state"] == "admin_viewlogs") {
|
||
// -------------------------------------------------------------------------
|
||
|
||
// /modules/admin_createtables/admin_viewlogs.inc.php
|
||
$net2ftp_messages["Admin functions"] = "Administr<EFBFBD>torsk<EFBFBD> funkce";
|
||
$net2ftp_messages["Unable to execute the SQL query <b>%1\$s</b>."] = "Unable to execute the SQL query <b>%1\$s</b>.";
|
||
$net2ftp_messages["No data"] = "<EFBFBD><EFBFBD>dn<EFBFBD> data";
|
||
|
||
} // end admin_viewlogs
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Admin_emptylogs module
|
||
if ($net2ftp_globals["state"] == "admin_emptylogs") {
|
||
// -------------------------------------------------------------------------
|
||
|
||
// /modules/admin_createtables/admin_emptylogs.inc.php
|
||
$net2ftp_messages["Admin functions"] = "Administr<EFBFBD>torsk<EFBFBD> funkce";
|
||
$net2ftp_messages["The table <b>%1\$s</b> was emptied successfully."] = "Tabulka <b>%1\$s</b> byla <20>sp<73><70>n<EFBFBD> vypr<70>zdn<64>na.";
|
||
$net2ftp_messages["The table <b>%1\$s</b> could not be emptied."] = "Nepoda<EFBFBD>ilo se vypr<70>zdnit tabulku <b>%1\$s</b>.";
|
||
$net2ftp_messages["The table <b>%1\$s</b> was optimized successfully."] = "The table <b>%1\$s</b> was optimized successfully.";
|
||
$net2ftp_messages["The table <b>%1\$s</b> could not be optimized."] = "The table <b>%1\$s</b> could not be optimized.";
|
||
|
||
} // end admin_emptylogs
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Advanced module
|
||
if ($net2ftp_globals["state"] == "advanced") {
|
||
// -------------------------------------------------------------------------
|
||
|
||
// /modules/advanced/advanced.inc.php
|
||
$net2ftp_messages["Advanced functions"] = "Pokro<EFBFBD>il<EFBFBD> funkce";
|
||
|
||
// /skins/[skin]/advanced1.template.php
|
||
$net2ftp_messages["Go"] = "OK";
|
||
$net2ftp_messages["Disabled"] = "Disabled";
|
||
$net2ftp_messages["Advanced FTP functions"] = "Advanced FTP functions";
|
||
$net2ftp_messages["Send arbitrary FTP commands to the FTP server"] = "Send arbitrary FTP commands to the FTP server";
|
||
$net2ftp_messages["This function is available on PHP 5 only"] = "This function is available on PHP 5 only";
|
||
$net2ftp_messages["Troubleshooting functions"] = "Funkce pro odstra<72>ov<6F>n<EFBFBD> probl<62>m<EFBFBD>";
|
||
$net2ftp_messages["Troubleshoot net2ftp on this webserver"] = "<EFBFBD>e<EFBFBD>en<EFBFBD> probl<62>m<EFBFBD> net2ftp na tomto webov<6F>m serveru";
|
||
$net2ftp_messages["Troubleshoot an FTP server"] = "<EFBFBD>e<EFBFBD>en<EFBFBD> probl<62>m<EFBFBD> FTP serveru";
|
||
$net2ftp_messages["Test the net2ftp list parsing rules"] = "Test the net2ftp list parsing rules";
|
||
$net2ftp_messages["Translation functions"] = "P<EFBFBD>ekladatelsk<EFBFBD> funkce";
|
||
$net2ftp_messages["Introduction to the translation functions"] = "<EFBFBD>vod k p<>ekladatelsk<73>m funkc<6B>m";
|
||
$net2ftp_messages["Extract messages to translate from code files"] = "Z<EFBFBD>skat zpr<70>vy k p<>eklady ze zdrojov<6F>ch soubor<6F>";
|
||
$net2ftp_messages["Check if there are new or obsolete messages"] = "Zkontrolovat p<><70>tomnost nov<6F>ch nebo zastaral<61>ch zpr<70>v";
|
||
|
||
$net2ftp_messages["Beta functions"] = "Beta funkce";
|
||
$net2ftp_messages["Send a site command to the FTP server"] = "Poslat serverov<6F> p<><70>kaz FTP serveru";
|
||
$net2ftp_messages["Apache: password-protect a directory, create custom error pages"] = "Apache: chr<68>nit adres<65><73> heslem, vytvo<76>it vlastn<74> chybov<6F> str<74>nky";
|
||
$net2ftp_messages["MySQL: execute an SQL query"] = "MySQL: spustit SQL dotaz";
|
||
|
||
|
||
// advanced()
|
||
$net2ftp_messages["The site command functions are not available on this webserver."] = "Funkce ovl<76>d<EFBFBD>n<EFBFBD> serveru nejsou na tomto webov<6F>m serveru k dispozici.";
|
||
$net2ftp_messages["The Apache functions are not available on this webserver."] = "Funkce Apache nejsou na tomto webov<6F>m serveru k dispozici.";
|
||
$net2ftp_messages["The MySQL functions are not available on this webserver."] = "Funkce MySQL nejsou na tomto webov<6F>m serveru k dispozici.";
|
||
$net2ftp_messages["Unexpected state2 string. Exiting."] = "Neo<EFBFBD>ek<EFBFBD>van<EFBFBD> stavov<6F> <20>et<65>zec 2. Kon<6F><6E>m.";
|
||
|
||
} // end advanced
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Advanced_ftpserver module
|
||
if ($net2ftp_globals["state"] == "advanced_ftpserver") {
|
||
// -------------------------------------------------------------------------
|
||
|
||
// /modules/advanced_ftpserver/advanced_ftpserver.inc.php
|
||
$net2ftp_messages["Troubleshoot an FTP server"] = "<EFBFBD>e<EFBFBD>en<EFBFBD> probl<62>m<EFBFBD> FTP serveru";
|
||
|
||
// /skins/[skin]/advanced_ftpserver1.template.php
|
||
$net2ftp_messages["Connection settings:"] = "Nastaven<EFBFBD> p<>ipojen<65>:";
|
||
$net2ftp_messages["FTP server"] = "FTP server" ;
|
||
$net2ftp_messages["FTP server port"] = "Port FTP serveru";
|
||
$net2ftp_messages["Username"] = "U<EFBFBD>ivatelsk<EFBFBD> jm<6A>no";
|
||
$net2ftp_messages["Password"] = "Heslo";
|
||
$net2ftp_messages["Password length"] = "D<EFBFBD>lka hesla";
|
||
$net2ftp_messages["Passive mode"] = "Pasivn<EFBFBD> re<72>im";
|
||
$net2ftp_messages["Directory"] = "Adres<EFBFBD><EFBFBD>";
|
||
$net2ftp_messages["Printing the result"] = "Printing the result";
|
||
|
||
// /skins/[skin]/advanced_ftpserver2.template.php
|
||
$net2ftp_messages["Connecting to the FTP server: "] = "P<EFBFBD>ipojov<EFBFBD>n<EFBFBD> k FTP serveru: ";
|
||
$net2ftp_messages["Logging into the FTP server: "] = "Logov<EFBFBD>n<EFBFBD> na FTP server: ";
|
||
$net2ftp_messages["Setting the passive mode: "] = "Nastavov<EFBFBD>n<EFBFBD> pasivn<76>ho re<72>imu: ";
|
||
$net2ftp_messages["Getting the FTP server system type: "] = "Z<EFBFBD>sk<EFBFBD>v<EFBFBD>n<EFBFBD> typu syst<73>mu FTP serveru: ";
|
||
$net2ftp_messages["Changing to the directory %1\$s: "] = "Zm<EFBFBD>na adres<65><73>e na %1\$s: ";
|
||
$net2ftp_messages["The directory from the FTP server is: %1\$s "] = "Adres<EFBFBD><EFBFBD> z FTP serveru je: %1\$s";
|
||
$net2ftp_messages["Getting the raw list of directories and files: "] = "Z<EFBFBD>sk<EFBFBD>v<EFBFBD>n<EFBFBD> syrov<6F>ho seznamu adres<65><73><EFBFBD> a soubor<6F>: ";
|
||
$net2ftp_messages["Trying a second time to get the raw list of directories and files: "] = "Druh<EFBFBD> pokus z<>sk<73>n<EFBFBD> syrov<6F>ho seznamu adres<65><73><EFBFBD> a soubor<6F>: ";
|
||
$net2ftp_messages["Closing the connection: "] = "Zav<EFBFBD>r<EFBFBD>n<EFBFBD> p<>ipojen<65>: ";
|
||
$net2ftp_messages["Raw list of directories and files:"] = "Syrov<EFBFBD> seznam adres<65><73><EFBFBD> a soubor<6F>:";
|
||
$net2ftp_messages["Parsed list of directories and files:"] = "Zpracovan<EFBFBD> seznam adres<65><73><EFBFBD> a soubor<6F>:";
|
||
|
||
$net2ftp_messages["OK"] = "OK";
|
||
$net2ftp_messages["not OK"] = "not OK";
|
||
|
||
} // end advanced_ftpserver
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Advanced_parsing module
|
||
if ($net2ftp_globals["state"] == "advanced_parsing") {
|
||
// -------------------------------------------------------------------------
|
||
|
||
$net2ftp_messages["Test the net2ftp list parsing rules"] = "Test the net2ftp list parsing rules";
|
||
$net2ftp_messages["Sample input"] = "Sample input";
|
||
$net2ftp_messages["Parsed output"] = "Parsed output";
|
||
|
||
} // end advanced_parsing
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Advanced_webserver module
|
||
if ($net2ftp_globals["state"] == "advanced_webserver") {
|
||
// -------------------------------------------------------------------------
|
||
|
||
$net2ftp_messages["Troubleshoot your net2ftp installation"] = "<EFBFBD>e<EFBFBD>en<EFBFBD> probl<62>m<EFBFBD> va<76><61> instalace net2ftp";
|
||
$net2ftp_messages["Printing the result"] = "Printing the result";
|
||
|
||
$net2ftp_messages["Checking if the FTP module of PHP is installed: "] = "Kontrolov<EFBFBD>n<EFBFBD> p<><70>tomnosti FTP modulu PHP: ";
|
||
$net2ftp_messages["yes"] = "ano";
|
||
$net2ftp_messages["no - please install it!"] = "ne - pros<6F>m nainstalujte ho";
|
||
|
||
$net2ftp_messages["Checking the permissions of the directory on the web server: a small file will be written to the /temp folder and then deleted."] = "Kontrolov<EFBFBD>n<EFBFBD> pr<70>v adres<65><73>e na webov<6F>m serveru: do /temp bude zaps<70>n a n<>sledn<64> smaz<61>n mal<61> soubor.";
|
||
$net2ftp_messages["Creating filename: "] = "Vytv<EFBFBD><EFBFBD>en<EFBFBD> souboru: ";
|
||
$net2ftp_messages["OK. Filename: %1\$s"] = "OK. Soubor: %1\$s";
|
||
$net2ftp_messages["not OK"] = "not OK";
|
||
$net2ftp_messages["OK"] = "OK";
|
||
$net2ftp_messages["not OK. Check the permissions of the %1\$s directory"] = "nen<EFBFBD> OK. Zkontrolujte opr<70>vn<76>n<EFBFBD> adres<65><73>e %1\$s.";
|
||
$net2ftp_messages["Opening the file in write mode: "] = "Otev<EFBFBD>r<EFBFBD>n<EFBFBD> souboru v re<72>imu z<>pisu: ";
|
||
$net2ftp_messages["Writing some text to the file: "] = "Zapisov<EFBFBD>n<EFBFBD> n<>jak<61>ho textu do souboru: ";
|
||
$net2ftp_messages["Closing the file: "] = "Zav<EFBFBD>r<EFBFBD>n<EFBFBD> souboru: ";
|
||
$net2ftp_messages["Deleting the file: "] = "Maz<EFBFBD>n<EFBFBD> souboru: ";
|
||
|
||
$net2ftp_messages["Testing the FTP functions"] = "Testing the FTP functions";
|
||
$net2ftp_messages["Connecting to a test FTP server: "] = "Connecting to a test FTP server: ";
|
||
$net2ftp_messages["Connecting to the FTP server: "] = "P<EFBFBD>ipojov<EFBFBD>n<EFBFBD> k FTP serveru: ";
|
||
$net2ftp_messages["Logging into the FTP server: "] = "Logov<EFBFBD>n<EFBFBD> na FTP server: ";
|
||
$net2ftp_messages["Setting the passive mode: "] = "Nastavov<EFBFBD>n<EFBFBD> pasivn<76>ho re<72>imu: ";
|
||
$net2ftp_messages["Getting the FTP server system type: "] = "Z<EFBFBD>sk<EFBFBD>v<EFBFBD>n<EFBFBD> typu syst<73>mu FTP serveru: ";
|
||
$net2ftp_messages["Changing to the directory %1\$s: "] = "Zm<EFBFBD>na adres<65><73>e na %1\$s: ";
|
||
$net2ftp_messages["The directory from the FTP server is: %1\$s "] = "Adres<EFBFBD><EFBFBD> z FTP serveru je: %1\$s";
|
||
$net2ftp_messages["Getting the raw list of directories and files: "] = "Z<EFBFBD>sk<EFBFBD>v<EFBFBD>n<EFBFBD> syrov<6F>ho seznamu adres<65><73><EFBFBD> a soubor<6F>: ";
|
||
$net2ftp_messages["Trying a second time to get the raw list of directories and files: "] = "Druh<EFBFBD> pokus z<>sk<73>n<EFBFBD> syrov<6F>ho seznamu adres<65><73><EFBFBD> a soubor<6F>: ";
|
||
$net2ftp_messages["Closing the connection: "] = "Zav<EFBFBD>r<EFBFBD>n<EFBFBD> p<>ipojen<65>: ";
|
||
$net2ftp_messages["Raw list of directories and files:"] = "Syrov<EFBFBD> seznam adres<65><73><EFBFBD> a soubor<6F>:";
|
||
$net2ftp_messages["Parsed list of directories and files:"] = "Zpracovan<EFBFBD> seznam adres<65><73><EFBFBD> a soubor<6F>:";
|
||
$net2ftp_messages["OK"] = "OK";
|
||
$net2ftp_messages["not OK"] = "not OK";
|
||
|
||
} // end advanced_webserver
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Bookmark module
|
||
if ($net2ftp_globals["state"] == "bookmark") {
|
||
// -------------------------------------------------------------------------
|
||
|
||
$net2ftp_messages["Drag and drop one of the links below to the bookmarks bar"] = "Drag and drop one of the links below to the bookmarks bar";
|
||
$net2ftp_messages["Right-click on one of the links below and choose \"Add to Favorites...\""] = "Right-click on one of the links below and choose \"Add to Favorites...\"";
|
||
$net2ftp_messages["Right-click on one the links below and choose \"Add Link to Bookmarks...\""] = "Right-click on one the links below and choose \"Add Link to Bookmarks...\"";
|
||
$net2ftp_messages["Right-click on one of the links below and choose \"Bookmark link...\""] = "Right-click on one of the links below and choose \"Bookmark link...\"";
|
||
$net2ftp_messages["Right-click on one of the links below and choose \"Bookmark This Link...\""] = "Right-click on one of the links below and choose \"Bookmark This Link...\"";
|
||
$net2ftp_messages["One click access (net2ftp won't ask for a password - less safe)"] = "One click access (net2ftp won't ask for a password - less safe)";
|
||
$net2ftp_messages["Two click access (net2ftp will ask for a password - safer)"] = "Two click access (net2ftp will ask for a password - safer)";
|
||
$net2ftp_messages["Note: when you will use this bookmark, a popup window will ask you for your username and password."] = "Pozn<EFBFBD>mka: Kdy<64> pou<6F>ijete tento odkaz, zept<70> se v<>s vyskakovac<61> ok<6F>nko na u<>ivatelsk<73> jm<6A>no a heslo.";
|
||
|
||
} // end bookmark
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Browse module
|
||
if ($net2ftp_globals["state"] == "browse") {
|
||
// -------------------------------------------------------------------------
|
||
|
||
// /modules/browse/browse.inc.php
|
||
$net2ftp_messages["Choose a directory"] = "Vyberte adres<65><73>";
|
||
$net2ftp_messages["Please wait..."] = "Pros<EFBFBD>m <20>ekejte...";
|
||
|
||
// browse()
|
||
$net2ftp_messages["Directories with names containing \' cannot be displayed correctly. They can only be deleted. Please go back and select another subdirectory."] = "Adres<EFBFBD><EFBFBD>e, jejich<63> jm<6A>no obsahuje \', nemohou b<>t korektn<74> zobrazeny. Mohou b<>t pouze smaz<61>ny. Pros<6F>m vra<72>te se zp<7A>t a vyberte jin<69> jin<69> podadres<65><73>.";
|
||
|
||
$net2ftp_messages["Daily limit reached: you will not be able to transfer data"] = "Denn<EFBFBD> limit byl dosa<73>en: nebudete moci p<>en<65><6E>et data";
|
||
$net2ftp_messages["In order to guarantee the fair use of the web server for everyone, the data transfer volume and script execution time are limited per user, and per day. Once this limit is reached, you can still browse the FTP server but not transfer data to/from it."] = "Pro zaji<6A>t<EFBFBD>n<EFBFBD> spravedliv<69>ho u<><75>v<EFBFBD>n<EFBFBD> webov<6F>ho serveru k<>mkoliv je objem p<>ene<6E>en<65>ch dat a <20>asu spu<70>t<EFBFBD>n<EFBFBD> skript<70> omezen pro ka<6B>dou dvojici u<>ivatel - den. Jakmile je tento limit dosa<73>en, m<><6D>ete proch<63>zet FTP server, ale u<> na n<>j ani z n<>j nem<65><6D>ete p<>en<65><6E>et data.";
|
||
$net2ftp_messages["If you need unlimited usage, please install net2ftp on your own web server."] = "Pokud pot<6F>ebujete neomezen<65> pou<6F>it<69>, tak pros<6F>m net2ftp nainstalujte na vlastn<74> webov<6F> server.";
|
||
|
||
// printdirfilelist()
|
||
// Keep this short, it must fit in a small button!
|
||
$net2ftp_messages["New dir"] = "Nov<EFBFBD> adres<65><73>";
|
||
$net2ftp_messages["New file"] = "Nov<EFBFBD> soubor";
|
||
$net2ftp_messages["HTML templates"] = "HTML templates";
|
||
$net2ftp_messages["Upload"] = "Nahr<EFBFBD>t";
|
||
$net2ftp_messages["Java Upload"] = "Java Nahr<68>t";
|
||
$net2ftp_messages["Flash Upload"] = "Flash Upload";
|
||
$net2ftp_messages["Install"] = "Install";
|
||
$net2ftp_messages["Advanced"] = "Pokro<EFBFBD>il<EFBFBD>";
|
||
$net2ftp_messages["Copy"] = "Kop<EFBFBD>rovat";
|
||
$net2ftp_messages["Move"] = "P<EFBFBD>esunout";
|
||
$net2ftp_messages["Delete"] = "Smazat";
|
||
$net2ftp_messages["Rename"] = "P<EFBFBD>ejmenovat";
|
||
$net2ftp_messages["Chmod"] = "Pr<EFBFBD>va";
|
||
$net2ftp_messages["Download"] = "St<EFBFBD>hnout";
|
||
$net2ftp_messages["Unzip"] = "Unzip";
|
||
$net2ftp_messages["Zip"] = "Zip" ;
|
||
$net2ftp_messages["Size"] = "Velikost";
|
||
$net2ftp_messages["Search"] = "Vyhledat";
|
||
$net2ftp_messages["Go to the parent directory"] = "P<EFBFBD>ej<EFBFBD>t do nad<61>azen<65>ho adres<65><73>e";
|
||
$net2ftp_messages["Go"] = "OK";
|
||
$net2ftp_messages["Transform selected entries: "] = "Zm<EFBFBD>nit vybran<61> polo<6C>ky: ";
|
||
$net2ftp_messages["Transform selected entry: "] = "Transform selected entry: ";
|
||
$net2ftp_messages["Make a new subdirectory in directory %1\$s"] = "Vytvo<EFBFBD>it nov<6F> podadres<65><73> v adres<65><73>i %1\$s";
|
||
$net2ftp_messages["Create a new file in directory %1\$s"] = "Vytvo<EFBFBD>it nov<6F> soubor v adres<65><73>i %1\$s";
|
||
$net2ftp_messages["Create a website easily using ready-made templates"] = "Create a website easily using ready-made templates";
|
||
$net2ftp_messages["Upload new files in directory %1\$s"] = "Nahr<EFBFBD>t nov<6F> soubory do adres<65><73>e %1\$s";
|
||
$net2ftp_messages["Upload directories and files using a Java applet"] = "Upload directories and files using a Java applet";
|
||
$net2ftp_messages["Upload files using a Flash applet"] = "Upload files using a Flash applet";
|
||
$net2ftp_messages["Install software packages (requires PHP on web server)"] = "Install software packages (requires PHP on web server)";
|
||
$net2ftp_messages["Go to the advanced functions"] = "P<EFBFBD>ej<EFBFBD>t na pokro<72>il<69> funkce";
|
||
$net2ftp_messages["Copy the selected entries"] = "Zkop<EFBFBD>rovat vybran<61> polo<6C>ky";
|
||
$net2ftp_messages["Move the selected entries"] = "P<EFBFBD>esunout vybran<61> polo<6C>ky";
|
||
$net2ftp_messages["Delete the selected entries"] = "Smazat vybran<61> polo<6C>ky";
|
||
$net2ftp_messages["Rename the selected entries"] = "P<EFBFBD>ejmenovat vybran<61> polo<6C>ky";
|
||
$net2ftp_messages["Chmod the selected entries (only works on Unix/Linux/BSD servers)"] = "Zm<EFBFBD>nit pr<70>va u vybran<61>ch polo<6C>ek (funguje pouze na serverech Unix/Linux/BSD)";
|
||
$net2ftp_messages["Download a zip file containing all selected entries"] = "St<EFBFBD>hnout ZIP soubor obsahuj<75>c<EFBFBD> v<>echny vybran<61> polo<6C>ky";
|
||
$net2ftp_messages["Unzip the selected archives on the FTP server"] = "Unzip the selected archives on the FTP server";
|
||
$net2ftp_messages["Zip the selected entries to save or email them"] = "Zazipovat vybran<61> polo<6C>ky a ulo<6C>it nebo poslat e-mailem";
|
||
$net2ftp_messages["Calculate the size of the selected entries"] = "Spo<EFBFBD><EFBFBD>tat velikost vybran<61>ch polo<6C>ek";
|
||
$net2ftp_messages["Find files which contain a particular word"] = "Naj<EFBFBD>t soubory obsahuj<75>c<EFBFBD> zadan<61> slovo";
|
||
$net2ftp_messages["Click to sort by %1\$s in descending order"] = "Klikn<EFBFBD>te pro sestupn<70> set<65><74>d<EFBFBD>n<EFBFBD> podle sloupce %1\$s.";
|
||
$net2ftp_messages["Click to sort by %1\$s in ascending order"] = "Klikn<EFBFBD>te pro vzestupn<70> set<65><74>d<EFBFBD>n<EFBFBD> podle sloupce %1\$s.";
|
||
$net2ftp_messages["Ascending order"] = "Vzestupn<EFBFBD> t<><74>d<EFBFBD>n<EFBFBD>";
|
||
$net2ftp_messages["Descending order"] = "Sestupn<EFBFBD> t<><74>d<EFBFBD>n<EFBFBD>";
|
||
$net2ftp_messages["Upload files"] = "Upload files";
|
||
$net2ftp_messages["Up"] = "V<EFBFBD><EFBFBD>e";
|
||
$net2ftp_messages["Click to check or uncheck all rows"] = "P<EFBFBD>epnout za<7A>krtnut<75> v<>ech <20><>dek";
|
||
$net2ftp_messages["All"] = "V<EFBFBD>e";
|
||
$net2ftp_messages["Name"] = "N<EFBFBD>zev";
|
||
$net2ftp_messages["Type"] = "Typ";
|
||
//$net2ftp_messages["Size"] = "Size";
|
||
$net2ftp_messages["Owner"] = "Vlastn<EFBFBD>k";
|
||
$net2ftp_messages["Group"] = "Skupina";
|
||
$net2ftp_messages["Perms"] = "Pr<EFBFBD>va";
|
||
$net2ftp_messages["Mod Time"] = "<EFBFBD>as zm<7A>ny";
|
||
$net2ftp_messages["Actions"] = "Akce";
|
||
$net2ftp_messages["Select the directory %1\$s"] = "Select the directory %1\$s";
|
||
$net2ftp_messages["Select the file %1\$s"] = "Select the file %1\$s";
|
||
$net2ftp_messages["Select the symlink %1\$s"] = "Select the symlink %1\$s";
|
||
$net2ftp_messages["Go to the subdirectory %1\$s"] = "Go to the subdirectory %1\$s";
|
||
$net2ftp_messages["Download the file %1\$s"] = "St<EFBFBD>hnout soubor %1\$s";
|
||
$net2ftp_messages["Follow symlink %1\$s"] = "Follow symlink %1\$s";
|
||
$net2ftp_messages["View"] = "Zobrazit";
|
||
$net2ftp_messages["Edit"] = "Upravit";
|
||
$net2ftp_messages["Update"] = "Aktualizovat";
|
||
$net2ftp_messages["Open"] = "Otev<EFBFBD><EFBFBD>t";
|
||
$net2ftp_messages["View the highlighted source code of file %1\$s"] = "Zobrazit zv<7A>razn<7A>n<EFBFBD> zdrojov<6F> k<>d souboru %1\$s";
|
||
$net2ftp_messages["Edit the source code of file %1\$s"] = "Upravit zdrojov<6F> k<>d souboru %1\$s";
|
||
$net2ftp_messages["Upload a new version of the file %1\$s and merge the changes"] = "Nahr<EFBFBD>t novou verzi souboru %1\$s a slou<6F>it zm<7A>ny";
|
||
$net2ftp_messages["View image %1\$s"] = "Zobrazit obr<62>zek %1\$s";
|
||
$net2ftp_messages["View the file %1\$s from your HTTP web server"] = "Zobrazit soubor %1\$s z va<76>eho HTTP webov<6F>ho serveru";
|
||
$net2ftp_messages["(Note: This link may not work if you don't have your own domain name.)"] = "(Pozn<7A>mka: tento odkaz nemus<75> fungovat, pokud nem<65>te vlastn<74> dom<6F>nu.)";
|
||
$net2ftp_messages["This folder is empty"] = "Tento adres<65><73> je pr<70>zdn<64>";
|
||
|
||
// printSeparatorRow()
|
||
$net2ftp_messages["Directories"] = "Adres<EFBFBD><EFBFBD>e";
|
||
$net2ftp_messages["Files"] = "Soubory";
|
||
$net2ftp_messages["Symlinks"] = "Symlinky";
|
||
$net2ftp_messages["Unrecognized FTP output"] = "Nerozpoznan<EFBFBD> FTP v<>stup";
|
||
$net2ftp_messages["Number"] = "Number";
|
||
$net2ftp_messages["Size"] = "Velikost";
|
||
$net2ftp_messages["Skipped"] = "Skipped";
|
||
$net2ftp_messages["Data transferred from this IP address today"] = "Data transferred from this IP address today";
|
||
$net2ftp_messages["Data transferred to this FTP server today"] = "Data transferred to this FTP server today";
|
||
|
||
// printLocationActions()
|
||
$net2ftp_messages["Language:"] = "Jazyk:";
|
||
$net2ftp_messages["Skin:"] = "Motiv:";
|
||
$net2ftp_messages["View mode:"] = "Re<EFBFBD>im zobrazen<65>:";
|
||
$net2ftp_messages["Directory Tree"] = "Strom adres<65><73><EFBFBD>";
|
||
|
||
// ftp2http()
|
||
$net2ftp_messages["Execute %1\$s in a new window"] = "Spustit %1\$s v nov<6F>m okn<6B>";
|
||
$net2ftp_messages["This file is not accessible from the web"] = "This file is not accessible from the web";
|
||
|
||
// printDirectorySelect()
|
||
$net2ftp_messages["Double-click to go to a subdirectory:"] = "Poklepejte pro p<>echod do podadres<65><73>e:";
|
||
$net2ftp_messages["Choose"] = "Vybrat";
|
||
$net2ftp_messages["Up"] = "V<EFBFBD><EFBFBD>e";
|
||
|
||
} // end browse
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Calculate size module
|
||
if ($net2ftp_globals["state"] == "calculatesize") {
|
||
// -------------------------------------------------------------------------
|
||
$net2ftp_messages["Size of selected directories and files"] = "Velikost vybran<61>ch adres<65><73><EFBFBD> a soubor<6F>";
|
||
$net2ftp_messages["The total size taken by the selected directories and files is:"] = "Celkov<EFBFBD> velikost vybran<61>ch adres<65><73><EFBFBD> a soubor<6F> je:";
|
||
$net2ftp_messages["The number of files which were skipped is:"] = "The number of files which were skipped is:";
|
||
|
||
} // end calculatesize
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Chmod module
|
||
if ($net2ftp_globals["state"] == "chmod") {
|
||
// -------------------------------------------------------------------------
|
||
$net2ftp_messages["Chmod directories and files"] = "Zm<EFBFBD>nit pr<70>va adres<65><73><EFBFBD>m a soubor<6F>m";
|
||
$net2ftp_messages["Set all permissions"] = "Nastavit v<>echna pr<70>va";
|
||
$net2ftp_messages["Read"] = "<EFBFBD>ten<EFBFBD>";
|
||
$net2ftp_messages["Write"] = "Z<EFBFBD>pis";
|
||
$net2ftp_messages["Execute"] = "Spu<EFBFBD>t<EFBFBD>n<EFBFBD>";
|
||
$net2ftp_messages["Owner"] = "Vlastn<EFBFBD>k";
|
||
$net2ftp_messages["Group"] = "Skupina";
|
||
$net2ftp_messages["Everyone"] = "Kdokoliv";
|
||
$net2ftp_messages["To set all permissions to the same values, enter those permissions and click on the button \"Set all permissions\""] = "Pokud chcete nastavit v<>echna pr<70>va na stejnou hodnotu, zadejte tato pr<70>va v<><76>e a stiskn<6B>te tla<6C><61>tko \"Nastavit v<>echna pr<70>va\"";
|
||
$net2ftp_messages["Set the permissions of directory <b>%1\$s</b> to: "] = "Nastavit pr<70>va adres<65><73>e <b>%1\$s</b> na: ";
|
||
$net2ftp_messages["Set the permissions of file <b>%1\$s</b> to: "] = "Nastavit pr<70>va souboru <b>%1\$s</b> na: ";
|
||
$net2ftp_messages["Set the permissions of symlink <b>%1\$s</b> to: "] = "Nastavit pr<70>va symlinku <b>%1\$s</b> na: ";
|
||
$net2ftp_messages["Chmod value"] = "Hodnota pro chmod";
|
||
$net2ftp_messages["Chmod also the subdirectories within this directory"] = "Zm<EFBFBD>nit pr<70>va tak<61> v<>em podadres<65><73><EFBFBD>m v tomto adres<65><73>i";
|
||
$net2ftp_messages["Chmod also the files within this directory"] = "Zm<EFBFBD>nit pr<70>va tak<61> v<>em soubor<6F>m v tomto adres<65><73>i";
|
||
$net2ftp_messages["The chmod nr <b>%1\$s</b> is out of the range 000-777. Please try again."] = "<EFBFBD><EFBFBD>slo pro chmod <b>%1\$s</b> je mimo rozsah 000-777. Zkuste to pros<6F>m znovu.";
|
||
|
||
} // end chmod
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Clear cookies module
|
||
// -------------------------------------------------------------------------
|
||
// No messages
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Copy/Move/Delete module
|
||
if ($net2ftp_globals["state"] == "copymovedelete") {
|
||
// -------------------------------------------------------------------------
|
||
$net2ftp_messages["Choose a directory"] = "Vyberte adres<65><73>";
|
||
$net2ftp_messages["Copy directories and files"] = "Kop<EFBFBD>rovat adres<65><73>e a soubory";
|
||
$net2ftp_messages["Move directories and files"] = "P<EFBFBD>esunout adres<65><73>e a soubory";
|
||
$net2ftp_messages["Delete directories and files"] = "Smazat adres<65><73>e a soubory";
|
||
$net2ftp_messages["Are you sure you want to delete these directories and files?"] = "Jste si jist, <20>e chcete smazat tyto adres<65><73>e a soubory?";
|
||
$net2ftp_messages["All the subdirectories and files of the selected directories will also be deleted!"] = "Ve vybran<61>ch adres<65><73><EFBFBD>ch budou smaz<61>ny tak<61> v<>echny podadres<65><73>e a soubory!";
|
||
$net2ftp_messages["Set all targetdirectories"] = "Nastavit v<>echny c<>lov<6F> adres<65><73>e";
|
||
$net2ftp_messages["To set a common target directory, enter that target directory in the textbox above and click on the button \"Set all targetdirectories\"."] = "Pokud chcete nastavit obvykl<6B> c<>lov<6F> adres<65><73>, zadejte ho do textov<6F>ho pol<6F><6C>ka v<><76>e a stiskn<6B>te tla<6C><61>tko \"Nastavit v<>echny c<>lov<6F> adres<65><73>e\".";
|
||
$net2ftp_messages["Note: the target directory must already exist before anything can be copied into it."] = "Pozn<EFBFBD>mka: c<>lov<6F> adres<65><73> mus<75> existovat d<><64>ve, ne<6E> do n<>j bude cokoliv zkop<6F>rov<6F>no.";
|
||
$net2ftp_messages["Different target FTP server:"] = "Jin<EFBFBD> c<>lov<6F> FTP server:";
|
||
$net2ftp_messages["Username"] = "U<EFBFBD>ivatelsk<EFBFBD> jm<6A>no";
|
||
$net2ftp_messages["Password"] = "Heslo";
|
||
$net2ftp_messages["Leave empty if you want to copy the files to the same FTP server."] = "Nechte pr<70>zdn<64>, pokud chcete soubory zkop<6F>rovat na stejn<6A> FTP server.";
|
||
$net2ftp_messages["If you want to copy the files to another FTP server, enter your login data."] = "Pokud chcete soubory zkop<6F>rovat na jin<69> FTP server, zadejte va<76>e p<>ihla<6C>ovac<61> <20>daje.";
|
||
$net2ftp_messages["Leave empty if you want to move the files to the same FTP server."] = "Nechte pr<70>zdn<64>, pokud chcete soubory p<>esunout na stejn<6A> FTP server.";
|
||
$net2ftp_messages["If you want to move the files to another FTP server, enter your login data."] = "Pokud chcete soubory p<>esunout na jin<69> FTP server, zadejte va<76>e p<>ihla<6C>ovac<61> <20>daje.";
|
||
$net2ftp_messages["Copy directory <b>%1\$s</b> to:"] = "Zkop<EFBFBD>rovat adres<65><73> <b>%1\$s</b> do:";
|
||
$net2ftp_messages["Move directory <b>%1\$s</b> to:"] = "P<EFBFBD>esunout adres<65><73> <b>%1\$s</b> do:";
|
||
$net2ftp_messages["Directory <b>%1\$s</b>"] = "Adres<EFBFBD><EFBFBD> <b>%1\$s</b>";
|
||
$net2ftp_messages["Copy file <b>%1\$s</b> to:"] = "Zkop<EFBFBD>rovat soubor <b>%1\$s</b> do:";
|
||
$net2ftp_messages["Move file <b>%1\$s</b> to:"] = "P<EFBFBD>esunout soubor <b>%1\$s</b> do:";
|
||
$net2ftp_messages["File <b>%1\$s</b>"] = "Soubor <b>%1\$s</b>";
|
||
$net2ftp_messages["Copy symlink <b>%1\$s</b> to:"] = "Zkop<EFBFBD>rovat symlink <b>%1\$s</b> do:";
|
||
$net2ftp_messages["Move symlink <b>%1\$s</b> to:"] = "P<EFBFBD>esunout symlink <b>%1\$s</b> do:";
|
||
$net2ftp_messages["Symlink <b>%1\$s</b>"] = "Symlink <b>%1\$s</b>" ;
|
||
$net2ftp_messages["Target directory:"] = "C<EFBFBD>lov<EFBFBD> adres<65><73>:";
|
||
$net2ftp_messages["Target name:"] = "C<EFBFBD>lov<EFBFBD> jm<6A>no:";
|
||
$net2ftp_messages["Processing the entries:"] = "Zpracov<EFBFBD>n<EFBFBD> polo<6C>ek:";
|
||
|
||
} // end copymovedelete
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Download file module
|
||
// -------------------------------------------------------------------------
|
||
// No messages
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// EasyWebsite module
|
||
if ($net2ftp_globals["state"] == "easyWebsite") {
|
||
// -------------------------------------------------------------------------
|
||
$net2ftp_messages["Create a website in 4 easy steps"] = "Create a website in 4 easy steps";
|
||
$net2ftp_messages["Template overview"] = "Template overview";
|
||
$net2ftp_messages["Template details"] = "Template details";
|
||
$net2ftp_messages["Files are copied"] = "Files are copied";
|
||
$net2ftp_messages["Edit your pages"] = "Edit your pages";
|
||
|
||
// Screen 1 - printTemplateOverview
|
||
$net2ftp_messages["Click on the image to view the details of a template."] = "Click on the image to view the details of a template.";
|
||
$net2ftp_messages["Back to the Browse screen"] = "Back to the Browse screen";
|
||
$net2ftp_messages["Template"] = "Template";
|
||
$net2ftp_messages["Copyright"] = "Copyright";
|
||
$net2ftp_messages["Click on the image to view the details of this template"] = "Click on the image to view the details of this template";
|
||
|
||
// Screen 2 - printTemplateDetails
|
||
$net2ftp_messages["The template files will be copied to your FTP server. Existing files with the same filename will be overwritten. Do you want to continue?"] = "The template files will be copied to your FTP server. Existing files with the same filename will be overwritten. Do you want to continue?";
|
||
$net2ftp_messages["Install template to directory: "] = "Install template to directory: ";
|
||
$net2ftp_messages["Install"] = "Install";
|
||
$net2ftp_messages["Size"] = "Velikost";
|
||
$net2ftp_messages["Preview page"] = "Preview page";
|
||
$net2ftp_messages["opens in a new window"] = "opens in a new window";
|
||
|
||
// Screen 3
|
||
$net2ftp_messages["Please wait while the template files are being transferred to your server: "] = "Please wait while the template files are being transferred to your server: ";
|
||
$net2ftp_messages["Done."] = "Done.";
|
||
$net2ftp_messages["Continue"] = "Continue";
|
||
|
||
// Screen 4 - printEasyAdminPanel
|
||
$net2ftp_messages["Edit page"] = "Edit page";
|
||
$net2ftp_messages["Browse the FTP server"] = "Browse the FTP server";
|
||
$net2ftp_messages["Add this link to your favorites to return to this page later on!"] = "Add this link to your favorites to return to this page later on!";
|
||
$net2ftp_messages["Edit website at %1\$s"] = "Edit website at %1\$s";
|
||
$net2ftp_messages["Internet Explorer: right-click on the link and choose \"Add to Favorites...\""] = "Internet Explorer: klikn<6B>te na odkaz prav<61>m tla<6C><61>tkem my<6D>i a vyberte \"P<EFBFBD>idat k obl<62>ben<65>m polo<6C>k<EFBFBD>m...\"";
|
||
$net2ftp_messages["Netscape, Mozilla, Firefox: right-click on the link and choose \"Bookmark This Link...\""] = "Netscape, Mozilla, Firefox: right-click on the link and choose \"Bookmark This Link...\"";
|
||
|
||
// ftp_copy_local2ftp
|
||
$net2ftp_messages["WARNING: Unable to create the subdirectory <b>%1\$s</b>. It may already exist. Continuing..."] = "WARNING: Unable to create the subdirectory <b>%1\$s</b>. It may already exist. Continuing...";
|
||
$net2ftp_messages["Created target subdirectory <b>%1\$s</b>"] = "Created target subdirectory <b>%1\$s</b>";
|
||
$net2ftp_messages["WARNING: Unable to copy the file <b>%1\$s</b>. Continuing..."] = "WARNING: Unable to copy the file <b>%1\$s</b>. Continuing...";
|
||
$net2ftp_messages["Copied file <b>%1\$s</b>"] = "Copied file <b>%1\$s</b>";
|
||
}
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Edit module
|
||
if ($net2ftp_globals["state"] == "edit") {
|
||
// -------------------------------------------------------------------------
|
||
|
||
// /modules/edit/edit.inc.php
|
||
$net2ftp_messages["Unable to open the template file"] = "Nepoda<EFBFBD>ilo se otev<65><76>t soubor se <20>ablonami";
|
||
$net2ftp_messages["Unable to read the template file"] = "Nepoda<EFBFBD>ilo se na<6E><61>st soubor se <20>ablonami";
|
||
$net2ftp_messages["Please specify a filename"] = "Vyberte pros<6F>m soubor";
|
||
$net2ftp_messages["Status: This file has not yet been saved"] = "Stav: Tento soubor je<6A>t<EFBFBD> nebyl ulo<6C>en";
|
||
$net2ftp_messages["Status: Saved on <b>%1\$s</b> using mode %2\$s"] = "Stav: Ulo<6C>en<65> <b>%1\$s</b> v m<>du %2\$s";
|
||
$net2ftp_messages["Status: <b>This file could not be saved</b>"] = "Stav: <b>Tento soubor nem<65><6D>e b<>t ulo<6C>en</b>";
|
||
$net2ftp_messages["Not yet saved"] = "Not yet saved";
|
||
$net2ftp_messages["Could not be saved"] = "Could not be saved";
|
||
$net2ftp_messages["Saved at %1\$s"] = "Saved at %1\$s";
|
||
|
||
// /skins/[skin]/edit.template.php
|
||
$net2ftp_messages["Directory: "] = "Adres<EFBFBD><EFBFBD>: ";
|
||
$net2ftp_messages["File: "] = "Soubor: ";
|
||
$net2ftp_messages["New file name: "] = "Nov<EFBFBD> n<>zev souboru: ";
|
||
$net2ftp_messages["Character encoding: "] = "Character encoding: ";
|
||
$net2ftp_messages["Note: changing the textarea type will save the changes"] = "Pozn<EFBFBD>mka: zm<7A>n<EFBFBD>n<EFBFBD> textov<6F>ho pole ulo<6C><6F> zm<7A>ny";
|
||
$net2ftp_messages["Copy up"] = "Copy up";
|
||
$net2ftp_messages["Copy down"] = "Copy down";
|
||
|
||
} // end if edit
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Find string module
|
||
if ($net2ftp_globals["state"] == "findstring") {
|
||
// -------------------------------------------------------------------------
|
||
|
||
// /modules/findstring/findstring.inc.php
|
||
$net2ftp_messages["Search directories and files"] = "Prohledat adres<65><73>e a soubory";
|
||
$net2ftp_messages["Search again"] = "Hledat znovu";
|
||
$net2ftp_messages["Search results"] = "V<EFBFBD>sledky vyhled<65>v<EFBFBD>n<EFBFBD>";
|
||
$net2ftp_messages["Please enter a valid search word or phrase."] = "Zadejte pros<6F>m platn<74> slovo nebo slovn<76> spojen<65> pro vyhled<65>v<EFBFBD>n<EFBFBD>.";
|
||
$net2ftp_messages["Please enter a valid filename."] = "Zadejte pros<6F>m platn<74> jm<6A>no souboru.";
|
||
$net2ftp_messages["Please enter a valid file size in the \"from\" textbox, for example 0."] = "Zadejte pros<6F>m platnou velikost souboru do textov<6F>ho pole \"od\", nap<61><70>klad 0.";
|
||
$net2ftp_messages["Please enter a valid file size in the \"to\" textbox, for example 500000."] = "Zadejte pros<6F>m platnou velikost souboru do textov<6F>ho pole \"do\", nap<61><70>klad 50000.";
|
||
$net2ftp_messages["Please enter a valid date in Y-m-d format in the \"from\" textbox."] = "Zadejte pros<6F>m platn<74> datum ve form<72>tu Y-m-d do textov<6F>ho pole \"od\".";
|
||
$net2ftp_messages["Please enter a valid date in Y-m-d format in the \"to\" textbox."] = "Zadejte pros<6F>m platn<74> datum ve form<72>tu Y-m-d do textov<6F>ho pole \"do\".";
|
||
$net2ftp_messages["The word <b>%1\$s</b> was not found in the selected directories and files."] = "Slovo <b>%1\$s</b> nebylo ve vybran<61>ch adres<65><73><EFBFBD>ch a souborech nalezeno.";
|
||
$net2ftp_messages["The word <b>%1\$s</b> was found in the following files:"] = "Slovo <b>%1\$s</b> bylo nalezeno v t<>chto souborech:";
|
||
|
||
// /skins/[skin]/findstring1.template.php
|
||
$net2ftp_messages["Search for a word or phrase"] = "Hledat slovo nebo slovn<76> spojen<65>";
|
||
$net2ftp_messages["Case sensitive search"] = "Rozli<EFBFBD>ovat velikost p<>smen";
|
||
$net2ftp_messages["Restrict the search to:"] = "Omezit vyhled<65>v<EFBFBD>n<EFBFBD> na:";
|
||
$net2ftp_messages["files with a filename like"] = "soubory se jm<6A>nem vyhovuj<75>c<EFBFBD>mu";
|
||
$net2ftp_messages["(wildcard character is *)"] = "(z<>stupn<70> znak je *)";
|
||
$net2ftp_messages["files with a size"] = "soubory s velikost<73>";
|
||
$net2ftp_messages["files which were last modified"] = "soubory, kter<65> byly naposledy zm<7A>n<EFBFBD>ny";
|
||
$net2ftp_messages["from"] = "od";
|
||
$net2ftp_messages["to"] = "do";
|
||
|
||
$net2ftp_messages["Directory"] = "Adres<EFBFBD><EFBFBD>";
|
||
$net2ftp_messages["File"] = "Soubor";
|
||
$net2ftp_messages["Line"] = "Line";
|
||
$net2ftp_messages["Action"] = "Action";
|
||
$net2ftp_messages["View"] = "Zobrazit";
|
||
$net2ftp_messages["Edit"] = "Upravit";
|
||
$net2ftp_messages["View the highlighted source code of file %1\$s"] = "Zobrazit zv<7A>razn<7A>n<EFBFBD> zdrojov<6F> k<>d souboru %1\$s";
|
||
$net2ftp_messages["Edit the source code of file %1\$s"] = "Upravit zdrojov<6F> k<>d souboru %1\$s";
|
||
|
||
} // end findstring
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Help module
|
||
// -------------------------------------------------------------------------
|
||
// No messages yet
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Install size module
|
||
if ($net2ftp_globals["state"] == "install") {
|
||
// -------------------------------------------------------------------------
|
||
|
||
// /modules/install/install.inc.php
|
||
$net2ftp_messages["Install software packages"] = "Install software packages";
|
||
$net2ftp_messages["Unable to open the template file"] = "Nepoda<EFBFBD>ilo se otev<65><76>t soubor se <20>ablonami";
|
||
$net2ftp_messages["Unable to read the template file"] = "Nepoda<EFBFBD>ilo se na<6E><61>st soubor se <20>ablonami";
|
||
$net2ftp_messages["Unable to get the list of packages"] = "Unable to get the list of packages";
|
||
|
||
// /skins/blue/install1.template.php
|
||
$net2ftp_messages["The net2ftp installer script has been copied to the FTP server."] = "The net2ftp installer script has been copied to the FTP server.";
|
||
$net2ftp_messages["This script runs on your web server and requires PHP to be installed."] = "This script runs on your web server and requires PHP to be installed.";
|
||
$net2ftp_messages["In order to run it, click on the link below."] = "In order to run it, click on the link below.";
|
||
$net2ftp_messages["net2ftp has tried to determine the directory mapping between the FTP server and the web server."] = "net2ftp has tried to determine the directory mapping between the FTP server and the web server.";
|
||
$net2ftp_messages["Should this link not be correct, enter the URL manually in your web browser."] = "Should this link not be correct, enter the URL manually in your web browser.";
|
||
|
||
} // end install
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Java upload module
|
||
if ($net2ftp_globals["state"] == "jupload") {
|
||
// -------------------------------------------------------------------------
|
||
$net2ftp_messages["Upload directories and files using a Java applet"] = "Upload directories and files using a Java applet";
|
||
$net2ftp_messages["Your browser does not support applets, or you have disabled applets in your browser settings."] = "Your browser does not support applets, or you have disabled applets in your browser settings.";
|
||
$net2ftp_messages["To use this applet, please install the newest version of Sun's java. You can get it from <a href=\"http://www.java.com/\">java.com</a>. Click on Get It Now."] = "To use this applet, please install the newest version of Sun's java. You can get it from <a href=\"http://www.java.com/\">java.com</a>. Click on Get It Now.";
|
||
$net2ftp_messages["The online installation is about 1-2 MB and the offline installation is about 13 MB. This 'end-user' java is called JRE (Java Runtime Environment)."] = "The online installation is about 1-2 MB and the offline installation is about 13 MB. This 'end-user' java is called JRE (Java Runtime Environment).";
|
||
$net2ftp_messages["Alternatively, use net2ftp's normal upload or upload-and-unzip functionality."] = "Alternatively, use net2ftp's normal upload or upload-and-unzip functionality.";
|
||
|
||
} // end jupload
|
||
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Login module
|
||
if ($net2ftp_globals["state"] == "login") {
|
||
// -------------------------------------------------------------------------
|
||
$net2ftp_messages["Login!"] = "Login!";
|
||
$net2ftp_messages["Once you are logged in, you will be able to:"] = "Once you are logged in, you will be able to:";
|
||
$net2ftp_messages["Navigate the FTP server"] = "Navigate the FTP server";
|
||
$net2ftp_messages["Once you have logged in, you can browse from directory to directory and see all the subdirectories and files."] = "Once you have logged in, you can browse from directory to directory and see all the subdirectories and files.";
|
||
$net2ftp_messages["Upload files"] = "Upload files";
|
||
$net2ftp_messages["There are 3 different ways to upload files: the standard upload form, the upload-and-unzip functionality, and the Java Applet."] = "There are 3 different ways to upload files: the standard upload form, the upload-and-unzip functionality, and the Java Applet.";
|
||
$net2ftp_messages["Download files"] = "Download files";
|
||
$net2ftp_messages["Click on a filename to quickly download one file.<br />Select multiple files and click on Download; the selected files will be downloaded in a zip archive."] = "Click on a filename to quickly download one file.<br />Select multiple files and click on Download; the selected files will be downloaded in a zip archive.";
|
||
$net2ftp_messages["Zip files"] = "Zip files";
|
||
$net2ftp_messages["... and save the zip archive on the FTP server, or email it to someone."] = "... and save the zip archive on the FTP server, or email it to someone.";
|
||
$net2ftp_messages["Unzip files"] = "Unzip files";
|
||
$net2ftp_messages["Different formats are supported: .zip, .tar, .tgz and .gz."] = "Different formats are supported: .zip, .tar, .tgz and .gz.";
|
||
$net2ftp_messages["Install software"] = "Install software";
|
||
$net2ftp_messages["Choose from a list of popular applications (PHP required)."] = "Choose from a list of popular applications (PHP required).";
|
||
$net2ftp_messages["Copy, move and delete"] = "Copy, move and delete";
|
||
$net2ftp_messages["Directories are handled recursively, meaning that their content (subdirectories and files) will also be copied, moved or deleted."] = "Directories are handled recursively, meaning that their content (subdirectories and files) will also be copied, moved or deleted.";
|
||
$net2ftp_messages["Copy or move to a 2nd FTP server"] = "Copy or move to a 2nd FTP server";
|
||
$net2ftp_messages["Handy to import files to your FTP server, or to export files from your FTP server to another FTP server."] = "Handy to import files to your FTP server, or to export files from your FTP server to another FTP server.";
|
||
$net2ftp_messages["Rename and chmod"] = "Rename and chmod";
|
||
$net2ftp_messages["Chmod handles directories recursively."] = "Chmod handles directories recursively.";
|
||
$net2ftp_messages["View code with syntax highlighting"] = "View code with syntax highlighting";
|
||
$net2ftp_messages["PHP functions are linked to the documentation on php.net."] = "PHP functions are linked to the documentation on php.net.";
|
||
$net2ftp_messages["Plain text editor"] = "Plain text editor";
|
||
$net2ftp_messages["Edit text right from your browser; every time you save the changes the new file is transferred to the FTP server."] = "Edit text right from your browser; every time you save the changes the new file is transferred to the FTP server.";
|
||
$net2ftp_messages["HTML editors"] = "HTML editors";
|
||
$net2ftp_messages["Edit HTML a What-You-See-Is-What-You-Get (WYSIWYG) form; there are 2 different editors to choose from."] = "Edit HTML a What-You-See-Is-What-You-Get (WYSIWYG) form; there are 2 different editors to choose from.";
|
||
$net2ftp_messages["Code editor"] = "Code editor";
|
||
$net2ftp_messages["Edit HTML and PHP in an editor with syntax highlighting."] = "Edit HTML and PHP in an editor with syntax highlighting.";
|
||
$net2ftp_messages["Search for words or phrases"] = "Search for words or phrases";
|
||
$net2ftp_messages["Filter out files based on the filename, last modification time and filesize."] = "Filter out files based on the filename, last modification time and filesize.";
|
||
$net2ftp_messages["Calculate size"] = "Calculate size";
|
||
$net2ftp_messages["Calculate the size of directories and files."] = "Calculate the size of directories and files.";
|
||
|
||
$net2ftp_messages["FTP server"] = "FTP server" ;
|
||
$net2ftp_messages["Example"] = "P<EFBFBD><EFBFBD>klad";
|
||
$net2ftp_messages["Port"] = "Port";
|
||
$net2ftp_messages["Protocol"] = "Protocol";
|
||
$net2ftp_messages["Username"] = "U<EFBFBD>ivatelsk<EFBFBD> jm<6A>no";
|
||
$net2ftp_messages["Password"] = "Heslo";
|
||
$net2ftp_messages["Anonymous"] = "Anonymn<EFBFBD>";
|
||
$net2ftp_messages["Passive mode"] = "Pasivn<EFBFBD> re<72>im";
|
||
$net2ftp_messages["Initial directory"] = "V<EFBFBD>choz<EFBFBD> adres<65><73>";
|
||
$net2ftp_messages["Language"] = "Jazyk";
|
||
$net2ftp_messages["Skin"] = "Motiv";
|
||
$net2ftp_messages["FTP mode"] = "FTP m<>d";
|
||
$net2ftp_messages["Automatic"] = "Automatic";
|
||
$net2ftp_messages["Login"] = "P<EFBFBD>ihl<EFBFBD>sit";
|
||
$net2ftp_messages["Clear cookies"] = "Vymazat cookies";
|
||
$net2ftp_messages["Admin"] = "Admin";
|
||
$net2ftp_messages["Please enter an FTP server."] = "Please enter an FTP server.";
|
||
$net2ftp_messages["Please enter a username."] = "Please enter a username.";
|
||
$net2ftp_messages["Please enter a password."] = "Please enter a password.";
|
||
|
||
} // end login
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Login module
|
||
if ($net2ftp_globals["state"] == "login_small") {
|
||
// -------------------------------------------------------------------------
|
||
|
||
$net2ftp_messages["Please enter your Administrator username and password."] = "Please enter your Administrator username and password.";
|
||
$net2ftp_messages["Please enter your username and password for FTP server <b>%1\$s</b>."] = "Please enter your username and password for FTP server <b>%1\$s</b>.";
|
||
$net2ftp_messages["Username"] = "U<EFBFBD>ivatelsk<EFBFBD> jm<6A>no";
|
||
$net2ftp_messages["Your session has expired; please enter your password for FTP server <b>%1\$s</b> to continue."] = "Your session has expired; please enter your password for FTP server <b>%1\$s</b> to continue.";
|
||
$net2ftp_messages["Your IP address has changed; please enter your password for FTP server <b>%1\$s</b> to continue."] = "Your IP address has changed; please enter your password for FTP server <b>%1\$s</b> to continue.";
|
||
$net2ftp_messages["Password"] = "Heslo";
|
||
$net2ftp_messages["Login"] = "P<EFBFBD>ihl<EFBFBD>sit";
|
||
$net2ftp_messages["Continue"] = "Continue";
|
||
|
||
} // end login_small
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Logout module
|
||
if ($net2ftp_globals["state"] == "logout") {
|
||
// -------------------------------------------------------------------------
|
||
|
||
// logout.inc.php
|
||
$net2ftp_messages["Login page"] = "Login page";
|
||
|
||
// logout.template.php
|
||
$net2ftp_messages["You have logged out from the FTP server. To log back in, <a href=\"%1\$s\" title=\"Login page (accesskey l)\" accesskey=\"l\">follow this link</a>."] = "You have logged out from the FTP server. To log back in, <a href=\"%1\$s\" title=\"Login page (accesskey l)\" accesskey=\"l\">follow this link</a>.";
|
||
$net2ftp_messages["Note: other users of this computer could click on the browser's Back button and access the FTP server."] = "Note: other users of this computer could click on the browser's Back button and access the FTP server.";
|
||
$net2ftp_messages["To prevent this, you must close all browser windows."] = "To prevent this, you must close all browser windows.";
|
||
$net2ftp_messages["Close"] = "Close";
|
||
$net2ftp_messages["Click here to close this window"] = "Click here to close this window";
|
||
|
||
} // end logout
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// New directory module
|
||
if ($net2ftp_globals["state"] == "newdir") {
|
||
// -------------------------------------------------------------------------
|
||
$net2ftp_messages["Create new directories"] = "Vytvo<EFBFBD>it nov<6F> adres<65><73>e";
|
||
$net2ftp_messages["The new directories will be created in <b>%1\$s</b>."] = "Nov<EFBFBD> adres<65><73>e budou vytvo<76>en<65> v <b>%1\$s</b>.";
|
||
$net2ftp_messages["New directory name:"] = "Jm<EFBFBD>no nov<6F>ho adres<65><73>e:";
|
||
$net2ftp_messages["Directory <b>%1\$s</b> was successfully created."] = "Adres<EFBFBD><EFBFBD> <b>%1\$s</b> byl v po<70><6F>dku vytvo<76>en.";
|
||
$net2ftp_messages["Directory <b>%1\$s</b> could not be created."] = "Directory <b>%1\$s</b> could not be created.";
|
||
|
||
} // end newdir
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Raw module
|
||
if ($net2ftp_globals["state"] == "raw") {
|
||
// -------------------------------------------------------------------------
|
||
|
||
// /modules/raw/raw.inc.php
|
||
$net2ftp_messages["Send arbitrary FTP commands"] = "Send arbitrary FTP commands";
|
||
|
||
|
||
// /skins/[skin]/raw1.template.php
|
||
$net2ftp_messages["List of commands:"] = "List of commands:";
|
||
$net2ftp_messages["FTP server response:"] = "FTP server response:";
|
||
|
||
} // end raw
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Rename module
|
||
if ($net2ftp_globals["state"] == "rename") {
|
||
// -------------------------------------------------------------------------
|
||
$net2ftp_messages["Rename directories and files"] = "P<EFBFBD>ejmenovat adres<65><73>e nebo soubory";
|
||
$net2ftp_messages["Old name: "] = "Star<EFBFBD> jm<6A>no: ";
|
||
$net2ftp_messages["New name: "] = "Nov<EFBFBD> jm<6A>no: ";
|
||
$net2ftp_messages["The new name may not contain any dots. This entry was not renamed to <b>%1\$s</b>"] = "Nov<EFBFBD> jm<6A>no nesm<73> obsahovat <20><>dn<64> te<74>ky. Tato polo<6C>ka byla p<>ejmenov<6F>na na <b>%1\$s</b>";
|
||
$net2ftp_messages["The new name may not contain any banned keywords. This entry was not renamed to <b>%1\$s</b>"] = "The new name may not contain any banned keywords. This entry was not renamed to <b>%1\$s</b>";
|
||
$net2ftp_messages["<b>%1\$s</b> was successfully renamed to <b>%2\$s</b>"] = "<b>%1\$s</b> byl <20>sp<73><70>n<EFBFBD> p<>ejmenov<6F>n na <b>%2\$s</b>";
|
||
$net2ftp_messages["<b>%1\$s</b> could not be renamed to <b>%2\$s</b>"] = "<b>%1\$s</b> nemohl b<>t p<>ejmenov<6F>n na <b>%2\$s</b>";
|
||
|
||
} // end rename
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Unzip module
|
||
if ($net2ftp_globals["state"] == "unzip") {
|
||
// -------------------------------------------------------------------------
|
||
|
||
// /modules/unzip/unzip.inc.php
|
||
$net2ftp_messages["Unzip archives"] = "Unzip archives";
|
||
$net2ftp_messages["Getting archive %1\$s of %2\$s from the FTP server"] = "Getting archive %1\$s of %2\$s from the FTP server";
|
||
$net2ftp_messages["Unable to get the archive <b>%1\$s</b> from the FTP server"] = "Unable to get the archive <b>%1\$s</b> from the FTP server";
|
||
|
||
// /skins/[skin]/unzip1.template.php
|
||
$net2ftp_messages["Set all targetdirectories"] = "Nastavit v<>echny c<>lov<6F> adres<65><73>e";
|
||
$net2ftp_messages["To set a common target directory, enter that target directory in the textbox above and click on the button \"Set all targetdirectories\"."] = "Pokud chcete nastavit obvykl<6B> c<>lov<6F> adres<65><73>, zadejte ho do textov<6F>ho pol<6F><6C>ka v<><76>e a stiskn<6B>te tla<6C><61>tko \"Nastavit v<>echny c<>lov<6F> adres<65><73>e\".";
|
||
$net2ftp_messages["Note: the target directory must already exist before anything can be copied into it."] = "Pozn<EFBFBD>mka: c<>lov<6F> adres<65><73> mus<75> existovat d<><64>ve, ne<6E> do n<>j bude cokoliv zkop<6F>rov<6F>no.";
|
||
$net2ftp_messages["Unzip archive <b>%1\$s</b> to:"] = "Unzip archive <b>%1\$s</b> to:";
|
||
$net2ftp_messages["Target directory:"] = "C<EFBFBD>lov<EFBFBD> adres<65><73>:";
|
||
$net2ftp_messages["Use folder names (creates subdirectories automatically)"] = "Pou<EFBFBD><EFBFBD>t jm<6A>na adres<65><73><EFBFBD> (automaticky vytvo<76>it podadres<65><73>e)";
|
||
|
||
} // end unzip
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Upload module
|
||
if ($net2ftp_globals["state"] == "upload") {
|
||
// -------------------------------------------------------------------------
|
||
$net2ftp_messages["Upload to directory:"] = "Nahr<EFBFBD>t do adres<65><73>e:";
|
||
$net2ftp_messages["Files"] = "Soubory";
|
||
$net2ftp_messages["Archives"] = "Archiv<EFBFBD>";
|
||
$net2ftp_messages["Files entered here will be transferred to the FTP server."] = "Zde zadan<61> soubory budou p<>enesen<65> na FTP server.";
|
||
$net2ftp_messages["Archives entered here will be decompressed, and the files inside will be transferred to the FTP server."] = "Zde zadan<61> archivy budou rozbaleny a soubory uvnit<69> budou p<>eneseny na FTP server.";
|
||
$net2ftp_messages["Add another"] = "P<EFBFBD>idat dal<61><6C>";
|
||
$net2ftp_messages["Use folder names (creates subdirectories automatically)"] = "Pou<EFBFBD><EFBFBD>t jm<6A>na adres<65><73><EFBFBD> (automaticky vytvo<76>it podadres<65><73>e)";
|
||
|
||
$net2ftp_messages["Choose a directory"] = "Vyberte adres<65><73>";
|
||
$net2ftp_messages["Please wait..."] = "Pros<EFBFBD>m <20>ekejte...";
|
||
$net2ftp_messages["Uploading... please wait..."] = "Nahr<EFBFBD>v<EFBFBD>m... pros<6F>m <20>ekejte...";
|
||
$net2ftp_messages["If the upload takes more than the allowed <b>%1\$s seconds<\/b>, you will have to try again with less/smaller files."] = "Pokud nahr<68>n<EFBFBD> bude trvat d<>le ne<6E> povolen<65>ch <b>%1\$s sekund<\/b>, mus<75>te to zkusit znovu s m<>n<EFBFBD> nebo men<65><6E>mi soubory.";
|
||
$net2ftp_messages["This window will close automatically in a few seconds."] = "Toto okno se za n<>kolik vte<74>in automaticky zav<61>e.";
|
||
$net2ftp_messages["Close window now"] = "Zav<EFBFBD><EFBFBD>t okno hned";
|
||
|
||
$net2ftp_messages["Upload files and archives"] = "Nahr<EFBFBD>t soubory a archivy";
|
||
$net2ftp_messages["Upload results"] = "V<EFBFBD>sledky nahr<68>n<EFBFBD>";
|
||
$net2ftp_messages["Checking files:"] = "Kontroluji soubory:";
|
||
$net2ftp_messages["Transferring files to the FTP server:"] = "P<EFBFBD>en<EFBFBD><EFBFBD>en<EFBFBD> soubor<6F> na FTP server:";
|
||
$net2ftp_messages["Decompressing archives and transferring files to the FTP server:"] = "Rozbalov<EFBFBD>n<EFBFBD> archiv<69> a p<>en<65><6E>en<65> soubor<6F> na FTP server:";
|
||
$net2ftp_messages["Upload more files and archives"] = "Nahr<EFBFBD>t v<>ce soubor<6F> a archiv<69>";
|
||
|
||
} // end upload
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Messages which are shared by upload and jupload
|
||
if ($net2ftp_globals["state"] == "upload" || $net2ftp_globals["state"] == "jupload") {
|
||
// -------------------------------------------------------------------------
|
||
$net2ftp_messages["Restrictions:"] = "Omezen<EFBFBD>:";
|
||
$net2ftp_messages["The maximum size of one file is restricted by net2ftp to <b>%1\$s</b> and by PHP to <b>%2\$s</b>"] = "Maxim<EFBFBD>ln<EFBFBD> velikost jednoho souboru je v net2ftp omezena na <b>%1\$s</b> a v PHP na <b>%2\$s</b>";
|
||
$net2ftp_messages["The maximum execution time is <b>%1\$s seconds</b>"] = "Maxim<EFBFBD>ln<EFBFBD> <20>as prov<6F>d<EFBFBD>n<EFBFBD> je <b>%1\$s sekund</b>";
|
||
$net2ftp_messages["The FTP transfer mode (ASCII or BINARY) will be automatically determined, based on the filename extension"] = "Re<EFBFBD>im FTP p<>enosu (ASCII nebo BINARY) bude automaticky nastaven podle koncovky";
|
||
$net2ftp_messages["If the destination file already exists, it will be overwritten"] = "Pokud c<>lov<6F> soubor existuje, bude p<>eps<70>n";
|
||
|
||
} // end upload or jupload
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// View module
|
||
if ($net2ftp_globals["state"] == "view") {
|
||
// -------------------------------------------------------------------------
|
||
|
||
// /modules/view/view.inc.php
|
||
$net2ftp_messages["View file %1\$s"] = "Zobrazit soubor %1\$s";
|
||
$net2ftp_messages["View image %1\$s"] = "Zobrazit obr<62>zek %1\$s";
|
||
$net2ftp_messages["View Macromedia ShockWave Flash movie %1\$s"] = "Prohl<EFBFBD>dnout si klip Macromedia ShockWave Flash %1\$s";
|
||
$net2ftp_messages["Image"] = "Obr<EFBFBD>zek";
|
||
|
||
// /skins/[skin]/view1.template.php
|
||
$net2ftp_messages["Syntax highlighting powered by <a href=\"http://luminous.asgaard.co.uk\">Luminous</a>"] = "Syntax highlighting powered by <a href=\"http://luminous.asgaard.co.uk\">Luminous</a>";
|
||
$net2ftp_messages["To save the image, right-click on it and choose 'Save picture as...'"] = "Pokud chcete ulo<6C>it obr<62>zek, tak na n<>j klikn<6B>te prav<61>m tla<6C><61>tkem my<6D>i a zvolte 'Ulo<6C>it obr<62>zek jako...'";
|
||
|
||
} // end view
|
||
|
||
|
||
// -------------------------------------------------------------------------
|
||
// Zip module
|
||
if ($net2ftp_globals["state"] == "zip") {
|
||
// -------------------------------------------------------------------------
|
||
|
||
// /modules/zip/zip.inc.php
|
||
$net2ftp_messages["Zip entries"] = "Zazipovat polo<6C>ky";
|
||
|
||
// /skins/[skin]/zip1.template.php
|
||
$net2ftp_messages["Save the zip file on the FTP server as:"] = "Ulo<EFBFBD>it zip na FTP serveru jako:";
|
||
$net2ftp_messages["Email the zip file in attachment to:"] = "Poslat zip v p<><70>loze e-mailem na:";
|
||
$net2ftp_messages["Note that sending files is not anonymous: your IP address as well as the time of the sending will be added to the email."] = "Vezm<EFBFBD>te pros<6F>m na v<>dom<6F>, <20>e p<>en<65><6E>en<65> soubor<6F> nen<65> anonymn<6D>: do e-mailu bude p<>id<69>na va<76>e IP adresa a <20>as odesl<73>n<EFBFBD>.";
|
||
$net2ftp_messages["Some additional comments to add in the email:"] = "Dal<EFBFBD><EFBFBD> koment<6E><74>, kter<65> chcete p<>ipojit k e-mailu:";
|
||
|
||
$net2ftp_messages["You did not enter a filename for the zipfile. Go back and enter a filename."] = "Nezadali jste jm<6A>no zip souboru. Vra<72>te se zp<7A>t a zadejte jm<6A>no souboru.";
|
||
$net2ftp_messages["The email address you have entered (%1\$s) does not seem to be valid.<br />Please enter an address in the format <b>username@domain.com</b>"] = "Zd<EFBFBD> se, <20>e e-mailov<6F> adresa, kterou jste zadal (%1\$s), nen<65> platn<74>.<br />Zadejte pros<6F>m adresu ve form<72>tu <b>uzivatel@domena.cz</b>";
|
||
|
||
} // end zip
|
||
|
||
?>
|