From b1787e4cecdcc48ec9eccb18d66c4afe7a6041ee Mon Sep 17 00:00:00 2001 From: orynider Date: Thu, 7 Nov 2019 15:02:59 +0200 Subject: [PATCH] update --- Readme.htm | 1108 ++++++++++++++++++++++++-------------- flags/language/zh_cn.png | Bin 0 -> 773 bytes languages/ro_RO.txt | 68 +-- 3 files changed, 737 insertions(+), 439 deletions(-) create mode 100644 flags/language/zh_cn.png diff --git a/Readme.htm b/Readme.htm index 18bfb52..df180d8 100644 --- a/Readme.htm +++ b/Readme.htm @@ -1,482 +1,780 @@ - - - - - - - + + + + + + + -AutoIndex PHP Script: Readme - - - - - - + + +
- -

- AutoIndex PHP Script (version 1.5.4) - Help File -
by Justin Hagstrom
-
AutoIndex is provided under the terms of - the GNU General Public License (GPL). -

-

- http://autoindex.sourceforge.net/ -
Please post any questions or comments in the - forum. -

-

- To install and run the script, simply upload the contents of this - directory to a server with PHP support (Works with all versions of - PHP4 and PHP5). - -
Then, point your browser to the index.php file in that folder. The - first time you do this, it will take you to a configuration page. - -
To use all the default values, just click the button at the bottom, - or customize it however you want. - -
Information about the use of each variable is in this file. -

-

-   -

- +AutoIndex PHP Script: Readme +
-

-   + + + +
+

AutoIndex PHP Script (version 2.2.5) - +Help File
+original by Justin Hagstrom, by Florin Ciprian Bodin

+AutoIndex is provided under the +terms of the GNU +General Public License (GPL).

-

- base_dir is the folder that will be the root of the directory listing. -
This will be the starting point for the script. Nothing above this directory can be viewed, but its subfolders can. -
Make sure to use forward slashes, rather than backslashes. Also, try to use a relative path if possible. -
Examples: +

http://autoindex.sourceforge.net/

+

http://github.com/BeitDina/AutoIndex/
+Please write any questions or comments at +orynider@users.sourceforge.net .

- - - - - - - - - - - - - -
./(the folder index.php is in)
./some folder/(path relative to the php file)
/home/user/public_html/some_folder/(absolute path)
-

- If you're using an absolute path, you'll need to set force_download to -TRUE (this is not recommended, though. It is better to use a path -relative to the php script). +

To install and run the script, simply upload the +contents of this directory to a server with PHP support (Works with all +versions of PHP5 and PHP7.1).
+Then, point your browser to the index.php file in that folder. The +first time you do this, it will take you to a configuration page.
+To use all the default values, just click the button at the bottom, or +customize it however you want.
+Information about the use of each variable is in this file.

-

-   +

 

-

- icon_path is the path to the icons. Don't put a slash at the end. -
Leave this blank to not show icons to the left of files and folders. -
Examples: -

- - - - - - - - - -
index_icons/winxp(relative to the php file)
/index_icons/kde(absolute path, relative to the server root)
-

-   -

-

- stylesheet is the path and filename of your css stylesheet. -
Just modify the one that came with this, so it will match the rest of your site.
- Examples: -

- - - - - - - - - -
stylesheet.css(stylesheet.css is in the same folder as the php file)
/some_folder/some_stylesheet.css(absolute path to the stylesheet)
-

-   -

-
- -

- Optional Variables : +

 

-

-   +

base_dir is the folder +that will be the root of the directory listing.
+This will be the starting point for the script. Nothing above this +directory can be viewed, but its subfolders can.
+Make sure to use forward slashes, rather than backslashes. Also, try to +use a relative path if possible.
+Examples:

-

- If allow_uploads is set to TRUE, people will be able to upload files to your website. (Default: FALSE) -
But if use_login_system is also set to TRUE, you must create an account for them before they can upload. -
The preset users are: -

- username: admin -
password: admin -
  -
username: test -
password: test -

-
If you plan to use the login system, change the passwords or create different accounts and delete these! -
All registered users will be able to upload, but only admins can create/delete accounts. -
Also, if you want to allow uploads, make sure the folders you want to upload to are chmod'ed to allow PHP to write there. + + + + + + + + + + + + + + + +
./(the folder index.php is in)
./share +folder/(path relative to the php file)
/home/user/public_html/share_folder/(absolute path)
+

If you're using an absolute path, you'll need to set +force_download to TRUE (this is not recommended, though. It is better +to use a path relative to the php script).

-

-   +

 

-

- user_list contains the path to the text file where the usernames and encrypted passwords are stored. -
Make sure the file is chmod'ed so PHP can read and write to it. -
(This is only needed if use_login_system is set to TRUE.) +

icon_path is the path to +the icons. Don't put a slash at the end.
+Leave this blank to not show icons to the left of files and folders.
+Examples:

-

-   + + + + + + + + + + + +
index_icons/winxp(relative to the php file)
/index_icons/kde(absolute path, relative to the server root)
+

 

-

- If allow_file_overwrites is set to TRUE, when uploading a file that already exists, the file will be replaced. (Default: FALSE) -
In other words, this will allow people to overwrite existing files by uploading new ones. -
This variable only matters when allow_uploads is set to TRUE. +

stylesheet is the path +and filename of your css stylesheet.
+Just modify the one that came with this, so it will match the rest of +your site.
+Examples:

-

-   + + + + + + + + + + + +
stylesheet.css(stylesheet.css is in the same folder as the php +file)
/some_folder/some_stylesheet.css(absolute path to the stylesheet)
+

 

-

- If must_login_to_download is set to TRUE, users must login before they will see the list of files. (Default: FALSE) -
(They will not be able to download or browse through files without logging in first.) -
This variable only matters when use_login_system is set to TRUE. +


+

Optional Variables :

-

-   +

 

-

- banned_list contains the path to the text file where blocked IP addresses and/or hostnames are stored. -
This list can be edited by logging in as an administrator, or you -can directly edit the text file and add IP addresses and/or hostnames, -each on a new line. -
You can use wildcards in the entries (*, ?, +). +

If allow_uploads is set +to TRUE, people will be able to upload files to your website. (Default: +FALSE)
+But if use_login_system is also set to +TRUE, you must create an account for them before they can upload.
+The preset users are:

+

username: admin
+password: admin

+username: test or user
+password: test or testtest

+


+If you plan to use the login system, change the passwords or create +different accounts and delete these!
+All registered users will be able to upload, but only admins can +create/delete accounts.
+Also, if you want to allow uploads, make sure the folders you want to +upload to are chmod'ed to allow PHP to write there.

-

-   +

 

-

- If sub_folder_access is set to FALSE, folders will not be shown. (Default: TRUE) +

user_list contains the +path to the text file where the usernames and encrypted passwords are +stored.
+Make sure the file is chmod'ed so PHP can read and write to it.
+(This is only needed if use_login_system is set to TRUE.)

-

-   +

 

-

- index: Leave this blank unless you use php includes on your webpage. -
Make sure to put "ob_start();" and "session_start();" at the top of - your index file. This will make sure headers are sent correctly. -
Examples: +

If allow_file_overwrites +is set to TRUE, when uploading a file that already exists, the file +will be replaced. (Default: FALSE)
+In other words, this will allow people to overwrite existing files by +uploading new ones.
+This variable only matters when allow_uploads is set to TRUE.

- - - - - - - -
?id=AutoIndex
/file.php?id=thisFile
-

- The include in your index file should look something like this: +

 

-
$valid = array('home', 'page1', 'page2');
-if (isset($_REQUEST['id']) && in_array($_REQUEST['id'], $valid))
-//if the id parameter in the URL is set, and it is in the 'valid' list
-{
-	include($_REQUEST['id']); //include the file
-}
-
-

-   +

If must_login_to_download +is set to TRUE, users must login before they will see the list of +files. (Default: FALSE)
+(They will not be able to download or browse through files without +logging in first.)
+This variable only matters when use_login_system is set to TRUE.

-

- hidden_files contains an array of strings. -
If a file or folder matches any of them, it will not be displayed. -
They may contain wildcards (*, +, ?). For example, to hide all php -files, add '*.php' to the list, or if you want to hide all files that +

  +

+

banned_list contains the +path to the text file where blocked IP addresses and/or hostnames are +stored.
+This list can be edited by logging in as an administrator, or you can +directly edit the text file and add IP addresses and/or hostnames, each +on a new line.
+You can use wildcards in the entries (*, ?, +). +

+

  +

+

If sub_folder_access is +set to FALSE, folders will not be shown. (Default: TRUE) +

+

  +

+

index: Leave this blank unless you use +php includes on your webpage.
+Make sure to put "ob_start();" and "session_start();" at the top of +your index file. This will make sure headers are sent correctly.
+Examples: +

+ + + + + + + + + +
?id=AutoIndex
/file.php?id=thisFile
+

The include in your index file should look something +like this: +

+
$valid = array('home', 'page1', 'page2');
if (isset($_REQUEST['id']) && in_array($_REQUEST['id'], $valid))
//if the id parameter in the URL is set, and it is in the 'valid' list
{
include($_REQUEST['id']); //include the file
}
+

  +

+

hidden_files contains an +array of strings.
+If a file or folder matches any of them, it will not be displayed.
+They may contain wildcards (*, +, ?). For example, to hide all php +files, add '*.php' to the list, or if you want to hide all files that begin with a period, add '.*'

-

-   +

 

-

- show_only_these_files contains an array of strings. -
If there are any items in the array, the hidden_files variable will - be disabled, and only files that are listed here will be shown. -
They may contain wildcards (*, +, ?). For example, to show only .txt files, add '*.txt' to the list. +

show_only_these_files +contains an array of strings.
+If there are any items in the array, the hidden_files variable will be +disabled, and only files that are listed here will be shown.
+They may contain wildcards (*, +, ?). For example, to show only .txt +files, add '*.txt' to the list.

-

-   +

 

-

- force_download should be set to TRUE or FALSE. (Default: FALSE) -
If it is set to TRUE, the file will be automatically downloaded, instead of letting the person's browser decide. +

force_download should be +set to TRUE or FALSE. (Default: FALSE)
+If it is set to TRUE, the file will be automatically downloaded, +instead of letting the person's browser decide.

-

-   +

 

-

- bandwidth_limit is set to the max download speed (per client) in KB/s. 0 will turn it off. -
The number can contain a decimal if you want. -
NOTE: To use this feature, force_download must be set to TRUE. +

bandwidth_limit is set to +the max download speed (per client) in KB/s. 0 will turn it off.
+The number can contain a decimal if you want.
+NOTE: To use this feature, +force_download must be set to TRUE.

-

-   +

 

-

- anti_leech should be set to TRUE or FALSE. (Default: FALSE) -
This will compare the referrer and the name of your site to make sure they clicked on a link to download a file. -
Setting this equal to TRUE will prevent "leeching" by making sure they download files directly from a link on your site. -
Since some people turn off referrer sending in their browser, this option is not recommended. +

anti_leech should be set +to TRUE or FALSE. (Default: FALSE)
+This will compare the referrer and the name of your site to make sure +they clicked on a link to download a file.
+Setting this equal to TRUE will prevent "leeching" by making sure they +download files directly from a link on your site.
+Since some people turn off referrer sending in their browser, this +option is not recommended.

-

-   +

 

-

- enable_searching should be set to TRUE or FALSE. (Default: TRUE) -
If it is TRUE, people will be able to search for a file or folder containing a string. -
It will search the folder you are currently in, and all subfolders. -
Searching is not case sensitive. +

enable_searching should +be set to TRUE or FALSE. (Default: TRUE)
+If it is TRUE, people will be able to search for a file or folder +containing a string.
+It will search the folder you are currently in, and all subfolders.
+Searching is not case sensitive.

-

-   +

 

-

- The log_file contains the full path to the file to write the access log. -
Leave it blank to turn off logging. -
The log file can be a local file, or on an FTP server. -
If it's a local file on non-windows systems, make sure the log file is chmod'ed to allow PHP to write to the file. -
Example: +

The log_file contains the +full path to the file to write the access log.
+Leave it blank to turn off logging.
+The log file can be a local file, or on an FTP server.
+If it's a local file on non-windows systems, make sure the log file is +chmod'ed to allow PHP to write to the file.
+Example:

- - - - - - - - - - - - - -
./log.txt(the folder the php file is in)
/home/user/public_html/some_folder/somefile.log(absolute path)
ftp://user:password@example.com/somefile.txt(stored on ftp server)
-

- dont_log_these_ips contains an array of strings (which are IP addresses). -
Any access from an IP on this list will not be written to the log file. -
You can also add hostnames to the list, and use wildcards (*, +, ?). -
(i.e. put your own IP in here so you don't fill up the log file when you access your site) + + + + + + + + + + + + + + + +
./log.txt(the folder the php file is in)
/home/user/public_html/share_folder/sharefile.log(absolute path)
ftp://user:password@example.com/sharefile.txt(stored on ftp server)
+

dont_log_these_ips +contains an array of strings (which are IP addresses).
+Any access from an IP on this list will not be written to the log file. +
+You can also add hostnames to the list, and use wildcards (*, +, ?).
+(i.e. put your own IP in here so you don't fill up the log file when +you access your site)

-

-   +

 

-

- download_count contains a string which is the filename of the file to keep track of how many times files have been downloaded. -
The file must be chmod'ed to allow PHP to read AND write to the file. -
Leave blank to disable this feature. -
NOTE: When downloading a file from an IP addresses in the dont_log_these_ips array, the count will NOT increase. +

download_count contains a +string which is the filename of the file to keep track of how many +times files have been downloaded.
+The file must be chmod'ed to allow PHP to read AND write to the file.
+Leave blank to disable this feature.
+NOTE: When downloading a file from +an IP addresses in the dont_log_these_ips array, the count will NOT +increase.

-

-   +

 

-

- links_file contains the path to a text file with the URL of files that you want to be listed as links. -
Separate each entry with a new line. -
If you want, you can change how the links is displayed, by putting some text after a pipe ('|') -

- http://autoindex.sourceforge.net|Main Site -
http://autoindex.sourceforge.net/forum/|Forum -

- If no link description is present, the link itself will be displayed. -
NOTE: This isn't really meant to be done by hand - you can use the built-in editor when you log in as an admin. +

links_file contains the +path to a text file with the URL of files that you want to be listed as +links.
+Separate each entry with a new line.
+If you want, you can change how the links is displayed, by putting some +text after a pipe ('|')

+

+http://autoindex.sourceforge.net|Main Site
+http://autoindex.sourceforge.net/forum/|Forum

+

If no link description is present, the link itself will +be displayed.
+NOTE: This isn't really meant to be +done by hand - you can use the built-in editor when you log in as an +admin.

-

-   +

 

-

- description_file contains the path to a text file with descriptions for files. -
The format is: [base_dir][full filename and path][a pipe, '|'][description for file] -
Here's an example: ./somefile.txt|This is a text file. -
Separate each entry with a new line. -
NOTE: This isn't really meant to be done by hand: you can login as an admin and click "edit description" next to any file. +

description_file contains +the path to a text file with descriptions for files.
+The format is: [base_dir][full filename and path][a pipe, +'|'][description for file]
+Here's an example: ./sharefile.txt|This is a text file.
+Separate each entry with a new line.
+NOTE: This isn't really meant to be +done by hand: you can login as an admin and click "edit description" +next to any file.

-

-   +

 

-

- show_dir_size should be set to TRUE or FALSE. (Default: TRUE) -
If it is set to TRUE, the total size of the folder will be shown under size. -
If it is FALSE, it will display "[dir]" under size. -
NOTE: If you are trying to index many files (meaning a few thousand), you will notice a speed improvement with this turned off. +

show_dir_size should be +set to TRUE or FALSE. (Default: TRUE)
+If it is set to TRUE, the total size of the folder will be shown under +size.
+If it is FALSE, it will display "[dir]" under size.
+NOTE: If you are trying to index +many files (meaning a few thousand), you will notice a speed +improvement with this turned off.

-

-   +

 

-

- folder_expansion should be set to TRUE or FALSE. (Default: FALSE) -
If it is set to TRUE, when you click on the folder icon, it will expand the folder and list its contents. -
Clicking on the folder name will take you into that folder. -
If it is set to FALSE, both clicking on the icon and name will take you into the folder. +

folder_expansion should +be set to TRUE or FALSE. (Default: FALSE)
+If it is set to TRUE, when you click on the folder icon, it will expand +the folder and list its contents.
+Clicking on the folder name will take you into that folder.
+If it is set to FALSE, both clicking on the icon and name will take you +into the folder.

-

-   +

 

-

- show_folder_count should be set to TRUE or FALSE. (Default: FALSE) -
If it is TRUE, the total number of files in a folder will be shown next to that folder. -
Files are counted recursively (files in subfolders are counted). +

show_folder_count should +be set to TRUE or FALSE. (Default: FALSE)
+If it is TRUE, the total number of files in a folder will be shown next +to that folder.
+Files are counted recursively (files in subfolders are counted).

-

-   +

 

-

- header and footer are the paths to 2 files. -
The files must be text files (.html .txt .php , etc...) -
Header will be displayed at the top, and footer will be displayed at the bottom. -
Leave blank to not include a file. +

header and footer +are the paths to 2 files.
+The files must be text files (.html .txt .php , etc...)
+Header will be displayed at the top, and footer will be displayed at +the bottom.
+Leave blank to not include a file.

-

-   +

 

-

- header_per_folder and footer_per_folder should be set to TRUE or FALSE. (Default: FALSE) -
If they are FALSE, the header/footer will be taken from the absolute or relative path in the header/footer variable. -
If they are TRUE, the current directory will be added to the -beginning of the file to be included. (don't add a path to the -header/footer variables - just the filename) +

header_per_folder and footer_per_folder +should be set to TRUE or FALSE. (Default: FALSE)
+If they are FALSE, the header/footer will be taken from the absolute or +relative path in the header/footer variable.
+If they are TRUE, the current directory will be added to the beginning +of the file to be included. (don't add a path to the header/footer +variables - just the filename)

-

-   +

 

-

- days_new contains the number of days old a file can be and still have [New] written next to it. (Default: 0) -
If it is set to 0, this feature will be disabled. -
NOTE: this can contain any number, not just a 1 or 0 value, and it can contain a decimal if you want. +

days_new contains the +number of days old a file can be and still have [New] written next to +it. (Default: 0)
+If it is set to 0, this feature will be disabled.
+NOTE: this can contain any number, +not just a 1 or 0 value, and it can contain a decimal if you want.

-

-   +

 

-

- md5_show is a feature that will let users get the md5sum of a specific file. (Default: 0) -
If set to 0 it will be disabled. -
Otherwise, the number will represent the maximum file size (in -megabytes) to allow the md5sum to be calculated (I'd recommend something - close to 10). -
The number can contain a decimal if you want. -
NOTE: PHP version 4.2.0 or higher is required for this feature to work. +

md5_show is a feature +that will let users get the md5sum of a specific file. (Default: +0)
+If set to 0 it will be disabled.
+Otherwise, the number will represent the maximum file size (in +megabytes) to allow the md5sum to be calculated (I'd recommend +something close to 10).
+The number can contain a decimal if you want.
+NOTE: PHP version 4.2.0 or higher is +required for this feature to work.

-

-   +

 

-

- thumbnail_height is a feature that will show thumbnails next to images. (NOTE: GDlib 2.0.1 or higher is required) -
Setting it to 0 will disable this feature, and setting it to any other number will set the size of the thumbnail. -
(100 is a good setting to start with.) +

thumbnail_height is a +feature that will show thumbnails next to images. (NOTE: GDlib 2.0.1 or +higher is required)
+Setting it to 0 will disable this feature, and setting it to any other +number will set the size of the thumbnail.
+(100 is a good setting to start with.)

-

-   +

 

-

- show_type_column, show_size_column, and show_date_column are set to TRUE or FALSE. -
Setting them to TRUE will show the column, and setting it to FALSE will not display the column. +

show_type_column, show_size_column, +and show_date_column are set to TRUE or +FALSE.
+Setting them to TRUE will show the column, and setting it to FALSE will +not display the column.

-
- -

- Language Settings: +

Language Settings:
+
+lang is the default language to +display the script in.
+The choices for language file names are listed below...
+(Default: 'en')

-

-   + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
lang settingLanguage
alAlbanian
bgBulgarian
caCatalan
czCzech
daDanish
deGerman
eeEstonian
enEnglish
eoEsperanto
esSpanish
fiFinnish
frFrench
grGreek
heHebrew
huHungarian
isIcelandic
itItalian
jpJapanese
koKorean
ltLithuanian
lvLatvian
msMalay
nlDutch
noNorwegian
plPolish
pt_BRBrazilian Portuguese
ro_RORomanian
ruRussian
skSlovak
sr_LASerbian (Latin)
sr_CYSerbian (Cyrillic)
svSwedish
thThai
trTurkish
viVietnamese
zh_CNChinese
zh_TWChinese Traditional
+

 

-

- lang is the default language to display the script in. -
The choices are listed below... -
(Default: 'en') +

path_to_language_files is +the path where the *.php language files are located.
+Default: ./languages/

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
lang settingLanguage
alAlbanian
bgBulgarian
caCatalan
czCzech
daDanish
deGerman
eeEstonian
enEnglish
eoEsperanto
esSpanish
fiFinnish
frFrench
grGreek
heHebrew
huHungarian
isIcelandic
itItalian
jpJapanese
koKorean
ltLithuanian
lvLatvian
msMalay
nlDutch
noNorwegian
plPolish
pt_BRBrazilian Portuguese
roRomanian
ruRussian
skSlovak
sr_LASerbian (Latin)
sr_CYSerbian (Cyrillic)
svSwedish
thThai
trTurkish
viVietnamese
zh_CNChinese
zh_TWChinese Traditional
-

-   +

 

-

- path_to_language_files is the path where the *.php language files are located. -
Default: ./languages/ +

If select_language is set +to TRUE, there will be an option at the bottom of the script for
+the user to choose which language the script is displayed in. (Default: +FALSE)

-

-   -

-

- If select_language is set to TRUE, there will be an option at the bottom of the script for -
the user to choose which language the script is displayed in. (Default: FALSE) -

-
- -
- - - +

Folder Flag Settings:
+
+flag is the default language flag to +display the short iso code folder.
+Some choices for iso folder are listed below...
+(Default: 'en_us') +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
lang settingLanguage
alAlbanian
bgBulgarian
caCatalan
czCzech
daDanish
de_DEGerman Germany
eeEstonian
en_UKEnglish UK
eoEsperanto
es_ESSpanish SPAIN
fiFinnish
frFrench
elGreek
heHebrew
huHungarian
isIcelandic
itItalian
jpJapanese
koKorean
ltLithuanian
lvLatvian
msMalay
nlDutch
noNorwegian
plPolish
pt_BRBrazilian Portuguese
ro_RORomanian
ruRussian
skSlovak
sr_LASerbian (Latin)
sr_CYSerbian (Cyrillic)
svSwedish
thThai
trTurkish
viVietnamese
zh_CNChinese
lzh or zh_TWChinese Traditional
+

  +

+

path_to_flag_files is +the path where the *.png language flag images are located.
+Default: ./flags/language/ +

+

  +

+

If select_language is set +to TRUE, there will be an option at the bottom of the script for
+the user to choose which language the script is displayed in. (Default: +FALSE) +

+
+
\ No newline at end of file diff --git a/flags/language/zh_cn.png b/flags/language/zh_cn.png new file mode 100644 index 0000000000000000000000000000000000000000..c4914d01760060f986b8df6c41eec718f1f80d47 GIT binary patch literal 773 zcmV+g1N!`lP)>2uB|8(i723nC(mN&@D_7x7MSeTBS%_y&1}+7MC7RprH;b!RsiayEMQ!W1;a3^QF{*RQ&|242|z-P~$int7m|TsH+{fB@A4 z+mAlH{rH(b6`=WdQ1?E%^RfqaRfL`QKX{VSox5+q?CJ?_Gb!e_s+!pB4jk2r}4b2HH1)%kStF>T#kKZ3~*Npb6(d-EGw<;1G798bd z#RiC@eZ8`HQ|LaQV|l$uSl?4?fpKk6OF@SoIWAm%qu^gvs4%|)^{^p+Im41Wb)ryy zGU}0`LjqYZA2jvUF#`MzV11+#?9>PB*$Rl#^-A$qs4d@ zpyZ6ifDQw**8~lP{+?&+or>QVh6f&}Q}593DYHE#|KPE@UJghMl$@s#$Y@w%xkozT z@h6V@n~{E0+Upf7&FEyc8>~8J2bK9jW%zD^r8ScGXCL^&5EMr^e=|8oFUa-LSg zQjnp?YTXEc6QN8ZV0i_A>Sh|UT23S|4@ec^-tS?oHX8|n!^Vb09B=^K0A2wW8)!@o zNWdZR&;dKZF0j3!&iJGw4#2Tn<-w)3<(K|r^1}WCH#fZomT;ZT00000NkvXXu0mjf D@N;I$ literal 0 HcmV?d00001 diff --git a/languages/ro_RO.txt b/languages/ro_RO.txt index 49b1047..c6fcdb2 100644 --- a/languages/ro_RO.txt +++ b/languages/ro_RO.txt @@ -1,8 +1,8 @@ // Romanian language file by FlorinCB -index of Indice la +index of Index la parent directory Director Superior -thumbnail of Thumbnail director +thumbnail of Director Thumbnail continue Continuă file Fisier @@ -10,21 +10,21 @@ files Fisiere folder Folder folders Foldere size Marime -total size Dimensiune totala -total files Fisiere totale -total downloads Descărcări totale +total size Dimensiune totală +total files Fişiere total +total downloads Descărcări total total Total date Modificat -description Descripţie +description Descriere downloads Descărcări type Tip sort by Ordinat după search Caută both Ambele -search results Rezultatele cautari -no results CAUTARE FARA REZULTATE +search results Rezultatele căutari +no results CĂUTARE FĂRĂ REZULTATE account Count utilizator login Autentificare @@ -57,39 +57,39 @@ uploaded files Fişiere urcate failed files Fişiere neurcate none Niciuna file already exists fişier dej&a; există -filename is listed as a hidden file Il nome di file è in lista come file nascosto +filename is listed as a hidden file numele de fişier &engravat; în listă ca fişier ascuns -reconfigure script Riconfigura lo script -create new directory in this folder Crea una nuova directory in questa cartella -edit list of hidden files Modfica la lista dei file nascosti -add new user Aggiungi un nuovo utente -delete user Cancella utente -copy url Copy a remote file (to this folder) -upload to ftp upload file to FTP server +reconfigure script Reconfigură scriptul +create new directory in this folder Crează un nou director în acest director +edit list of hidden files Modifică lista de fişiere ascuse +add new user Adaugă un nou utilizator +delete user Anulează utilizator +copy url Copie un fişier remote (în acest folder) +upload to ftp urcă fişier prin FTP server -enter the new description for the file Inserisci la nuova descrizione per il file -change Cambia -enter the new name Inserisci il nuovo nome -create Crea +enter the new description for the file Inserează noua descripţiune pt fişier +change Schimbă +enter the new name Introdu nume nou +create Crează -add Aggiungi -remove Rimuovi -remove a hidden file Rimuovi un file nascosto -add a new hidden file Aggiungi un nuovo file nascosto +add Adaugă +remove Ştergi +remove a hidden file Ştergi un fişier ascuns +add a new hidden file Adaugă un nou fişier ascuns -edit ban list Modifica la lista degli IP e degli hostname bloccati -remove a ban Rimuovi un blocco -add a new ban Aggiungi un nuovo blocco (indirizzo IP o l'hostname, puoi usare anche i wildcards) +edit ban list Modifică lista de IP-uri de nume hostname blocate +remove a ban Ştergi un blocat +add a new ban Adaugă un nou blocat (indidă IP ori hostname, poţi utiliza chiar wildcards) the administrator has blocked your ip address or hostname Sorry, the administrator has blocked your IP address or hostname -view entries from log file Guarda le entries dal fiel di log -view statistics from log file Guarda le statistiche dal file di log -how many entries would you like to view Quante entries vuoi vedere -view Guarda -page Page -of of +view entries from log file Vezi intrările din fişierul de log +view statistics from log file Vezi statisticile din fişierul de log +how many entries would you like to view Câte intrări vrei să vezi +view Vezi +page Pagină +of de -calculate md5sum calcola md5sum +calculate md5sum calculează md5sum download directory as tar.gz archive Descarcă directorul ca o arhivă tar.gz MAT_01 MATEI CAP 01