Renaming of files in preparation for code style tools.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/6/head
Michele Calgaro 3 years ago
parent 4b328b8b4b
commit 5c5c8bc016
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -17,7 +17,7 @@ link_directories(
tde_add_kpart( tdeio_ftps MODULE AUTOMOC tde_add_kpart( tdeio_ftps MODULE AUTOMOC
SOURCES SOURCES
ftp.cc ftp.cpp
LINK LINK
tdecore-shared tdecore-shared
tdeio-shared tdeio-shared

@ -100,8 +100,8 @@ namespace TDEIO {
mimimumMimeSize = 1024 mimimumMimeSize = 1024
}; };
// JPF: this helper was derived from write_all in file.cc (FileProtocol). // JPF: this helper was derived from write_all in file.cpp (FileProtocol).
static // JPF: in ftp.cc we make it static static // JPF: in ftp.cpp we make it static
/** /**
* This helper handles some special issues (blocking and interrupted * This helper handles some special issues (blocking and interrupted
* system call) when writing to a file handle. * system call) when writing to a file handle.

@ -25,36 +25,36 @@ msgid ""
"Your emails" "Your emails"
msgstr "" msgstr ""
#: ftp.cc:461 #: ftp.cpp:461
#, c-format #, c-format
msgid "Opening connection to host %1" msgid "Opening connection to host %1"
msgstr "" msgstr ""
#: ftp.cc:479 #: ftp.cpp:479
#, c-format #, c-format
msgid "Connected to host %1" msgid "Connected to host %1"
msgstr "" msgstr ""
#: ftp.cc:528 #: ftp.cpp:528
msgid "" msgid ""
"%1.\n" "%1.\n"
"\n" "\n"
"Reason: %2" "Reason: %2"
msgstr "" msgstr ""
#: ftp.cc:540 #: ftp.cpp:540
msgid "The FTP-server does not seem to support ftps-encryption." msgid "The FTP-server does not seem to support ftps-encryption."
msgstr "" msgstr ""
#: ftp.cc:548 #: ftp.cpp:548
msgid "SSL-connecting error occured" msgid "SSL-connecting error occured"
msgstr "" msgstr ""
#: ftp.cc:579 #: ftp.cpp:579
msgid "Sending login information" msgid "Sending login information"
msgstr "" msgstr ""
#: ftp.cc:626 #: ftp.cpp:626
msgid "" msgid ""
"Message sent:\n" "Message sent:\n"
"Login using username=%1 and password=[hidden]\n" "Login using username=%1 and password=[hidden]\n"
@ -64,27 +64,27 @@ msgid ""
"\n" "\n"
msgstr "" msgstr ""
#: ftp.cc:634 #: ftp.cpp:634
msgid "You need to supply a username and a password to access this site." msgid "You need to supply a username and a password to access this site."
msgstr "" msgstr ""
#: ftp.cc:636 #: ftp.cpp:636
msgid "Site:" msgid "Site:"
msgstr "" msgstr ""
#: ftp.cc:637 #: ftp.cpp:637
msgid "<b>%1</b>" msgid "<b>%1</b>"
msgstr "" msgstr ""
#: ftp.cc:700 #: ftp.cpp:700
msgid "Login OK" msgid "Login OK"
msgstr "" msgstr ""
#: ftp.cc:729 #: ftp.cpp:729
#, c-format #, c-format
msgid "Could not login to %1." msgid "Could not login to %1."
msgstr "" msgstr ""
#: ftp.cc:1241 #: ftp.cpp:1241
msgid "SSL connection failed on data channel." msgid "SSL connection failed on data channel."
msgstr "" msgstr ""

@ -27,36 +27,36 @@ msgid ""
"Your emails" "Your emails"
msgstr "" msgstr ""
#: ftp.cc:461 #: ftp.cpp:461
#, c-format #, c-format
msgid "Opening connection to host %1" msgid "Opening connection to host %1"
msgstr "" msgstr ""
#: ftp.cc:479 #: ftp.cpp:479
#, c-format #, c-format
msgid "Connected to host %1" msgid "Connected to host %1"
msgstr "" msgstr ""
#: ftp.cc:528 #: ftp.cpp:528
msgid "" msgid ""
"%1.\n" "%1.\n"
"\n" "\n"
"Reason: %2" "Reason: %2"
msgstr "" msgstr ""
#: ftp.cc:540 #: ftp.cpp:540
msgid "The FTP-server does not seem to support ftps-encryption." msgid "The FTP-server does not seem to support ftps-encryption."
msgstr "" msgstr ""
#: ftp.cc:548 #: ftp.cpp:548
msgid "SSL-connecting error occured" msgid "SSL-connecting error occured"
msgstr "" msgstr ""
#: ftp.cc:579 #: ftp.cpp:579
msgid "Sending login information" msgid "Sending login information"
msgstr "" msgstr ""
#: ftp.cc:626 #: ftp.cpp:626
msgid "" msgid ""
"Message sent:\n" "Message sent:\n"
"Login using username=%1 and password=[hidden]\n" "Login using username=%1 and password=[hidden]\n"
@ -66,27 +66,27 @@ msgid ""
"\n" "\n"
msgstr "" msgstr ""
#: ftp.cc:634 #: ftp.cpp:634
msgid "You need to supply a username and a password to access this site." msgid "You need to supply a username and a password to access this site."
msgstr "" msgstr ""
#: ftp.cc:636 #: ftp.cpp:636
msgid "Site:" msgid "Site:"
msgstr "" msgstr ""
#: ftp.cc:637 #: ftp.cpp:637
msgid "<b>%1</b>" msgid "<b>%1</b>"
msgstr "" msgstr ""
#: ftp.cc:700 #: ftp.cpp:700
msgid "Login OK" msgid "Login OK"
msgstr "" msgstr ""
#: ftp.cc:729 #: ftp.cpp:729
#, c-format #, c-format
msgid "Could not login to %1." msgid "Could not login to %1."
msgstr "" msgstr ""
#: ftp.cc:1241 #: ftp.cpp:1241
msgid "SSL connection failed on data channel." msgid "SSL connection failed on data channel."
msgstr "" msgstr ""

Loading…
Cancel
Save