Added first rework of webftp - module, please not, this still needs a hell lot of work, but anyway: fixes #819

Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
Florian Aders (EleRas)
2011-06-23 10:30:59 +02:00
parent 6e84ca4ae4
commit 961aad43d1
22 changed files with 1992 additions and 0 deletions

159
smarty.c Normal file
View File

@@ -0,0 +1,159 @@
/* templates/Froxlor/login/login_ftp.tpl */
gettext("Froxlor Server Management Panel");
/* templates/Froxlor/login/login_ftp.tpl */
gettext("Success");
/* templates/Froxlor/login/login_ftp.tpl */
gettext("Error");
/* templates/Froxlor/login/login_ftp.tpl */
gettext("Froxlor - WebFTP - Login");
/* templates/Froxlor/login/login_ftp.tpl */
gettext("Username");
/* templates/Froxlor/login/login_ftp.tpl */
gettext("Password");
/* templates/Froxlor/login/login_ftp.tpl */
gettext("Login");
/* templates/Froxlor/webftp/webftp_edit.tpl */
gettext("Editing");
/* templates/Froxlor/webftp/webftp_edit.tpl */
gettext("Success");
/* templates/Froxlor/webftp/webftp_edit.tpl */
gettext("Error");
/* templates/Froxlor/webftp/webftp_edit.tpl */
gettext("Save file");
/* templates/Froxlor/webftp/webftp_edit.tpl */
gettext("Cancel");
/* templates/Froxlor/webftp/webftp_edit_new.tpl */
gettext("Creating a file in");
/* templates/Froxlor/webftp/webftp_edit_new.tpl */
gettext("Success");
/* templates/Froxlor/webftp/webftp_edit_new.tpl */
gettext("Error");
/* templates/Froxlor/webftp/webftp_edit_new.tpl */
gettext("Filename");
/* templates/Froxlor/webftp/webftp_edit_new.tpl */
gettext("Save file");
/* templates/Froxlor/webftp/webftp_edit_new.tpl */
gettext("Cancel");
/* templates/Froxlor/webftp/webftp_main_dir_row.tpl */
gettext("Delete");
/* templates/Froxlor/webftp/webftp_main_dir_row.tpl */
gettext("Rename");
/* templates/Froxlor/webftp/webftp_main_link_row.tpl */
gettext("Delete");
/* templates/Froxlor/webftp/webftp_main_link_row.tpl */
gettext("Rename");
/* templates/Froxlor/webftp/webftp_main_link_row.tpl */
gettext("Symbolic link to");
/* templates/Froxlor/webftp/webftp_main_file_row.tpl */
gettext("Delete");
/* templates/Froxlor/webftp/webftp_main_file_row.tpl */
gettext("Rename");
/* templates/Froxlor/webftp/webftp_main_file_row.tpl */
gettext("Edit");
/* templates/Froxlor/webftp/webftp_main_header.tpl */
gettext("Success");
/* templates/Froxlor/webftp/webftp_main_header.tpl */
gettext("Error");
/* templates/Froxlor/webftp/webftp_main_additional.tpl */
gettext("Basic operations");
/* templates/Froxlor/webftp/webftp_main_additional.tpl */
gettext("Change dir");
/* templates/Froxlor/webftp/webftp_main_additional.tpl */
gettext("Create dir");
/* templates/Froxlor/webftp/webftp_main_additional.tpl */
gettext("Create new file in current directory");
/* templates/Froxlor/webftp/webftp_main_additional.tpl */
gettext("Upload files");
/* templates/Froxlor/webftp/webftp_main_additional.tpl */
gettext("Upload file(s)");
/* templates/Froxlor/webftp/webftp_main_rename.tpl */
gettext("Rename / Move");
/* templates/Froxlor/webftp/webftp_main.tpl */
gettext("Filename");
/* templates/Froxlor/webftp/webftp_main.tpl */
gettext("Size");
/* templates/Froxlor/webftp/webftp_main.tpl */
gettext("Date");
/* templates/Froxlor/webftp/webftp_main.tpl */
gettext("Permissions");
/* templates/Froxlor/webftp/webftp_main.tpl */
gettext("User");
/* templates/Froxlor/webftp/webftp_main.tpl */
gettext("Group");
/* templates/Froxlor/webftp/webftp_main.tpl */
gettext("Options");
/* templates/Froxlor/webftp/webftp_main.tpl */
gettext("Files");
/* templates/Froxlor/webftp/webftp_main.tpl */
gettext("Complete filesize");
/* templates/Froxlor/webftp/webftp_main.tpl */
gettext("Symlinks");
/* templates/Froxlor/webftp/webftp_main.tpl */
gettext("Directories");
/* templates/Froxlor/webftp/webftp_main.tpl */
gettext("Complete directorysize");
/* templates/Froxlor/webftp/webftp_main_multiple.tpl */
gettext("Selected file(s)");
/* templates/Froxlor/webftp/webftp_main_multiple.tpl */
gettext("Delete");
/* templates/Froxlor/webftp/webftp_main_multiple.tpl */
gettext("Change permission to");
/* templates/Froxlor/webftp/webftp_main_multiple.tpl */
gettext("Move to");
/* templates/Froxlor/webftp/webftp_main_multiple.tpl */
gettext("Do it");
/* templates/Froxlor/index.tpl */
gettext("the Froxlor Team");