]> git.p6c8.net - jirafeau_mojo42.git/blob - lib/locales/en.json
87062300085eec8d8ef9ec07883f5aa3893735eb
[jirafeau_mojo42.git] / lib / locales / en.json
1 {
2 "JI_WEB_RE": "Jirafeau, your web file repository",
3 "SEL_FILE": "Select a file",
4 "SEND": "Send",
5 "UP": "Uploading ...",
6 "ONE_TIME_DL": "One time download",
7 "PSW": "Password",
8 "TIME_LIM": "Time limit",
9 "MAX_FILE_SIZE": "Maximum file size",
10 "POWERED_BY": "powered by Open-Source project Jirafeau",
11 "MADE_WITH": "Made with",
12 "JI_PROJECT": "Jirafeau Project",
13 "1_MIN": "One minute",
14 "1_H": "One hour",
15 "1_D": "One day",
16 "1_W": "One week",
17 "1_M": "One month",
18 "1_Q": "One quarter",
19 "1_Y": "One year",
20 "NONE": "None",
21 "UP_PSW": "Upload password",
22 "2_BIG": "File is too big",
23 "FILE_LIM": "File size is limited to",
24 "FILE_DIR_W": "The file directory is not writable",
25 "LINK_DIR_W": "The link directory is not writable",
26 "ASYNC_DIR_W": "The async directory is not writable!",
27 "INSTALL_SCRIPT_HERE": "Installer script still present",
28 "ERR_OCC": "An error occurred.",
29 "FILE_UP": "File uploaded !",
30 "DL_PAGE": "Download page",
31 "VALID_UNTIL": "This file is valid until the following date",
32 "VIEW_LINK": "View link",
33 "DIRECT_DL": "Direct download link",
34 "DELETE_LINK": "Delete link",
35 "DL": "Download",
36 "PREVIEW": "Preview",
37 "FILE_404": "Sorry, the requested file is not found",
38 "FILE_NOT_AVAIL": "File not available.",
39 "CONFIRM_DEL": "Confirm deletion",
40 "GONNA_DEL": "You are about to delete",
41 "DELETE": "Delete",
42 "FILE_DELETED": "File has been deleted.",
43 "FILE_EXPIRED": "The time limit of this file has expired.",
44 "PSW_PROTEC": "Password protection",
45 "GIMME_PSW": "Give the password of this file",
46 "ACCESS_KO": "Access denied",
47 "NOW_DOWNLOADING": "You are about to download",
48 "USING_SERIVCE": "By using our services, you accept our",
49 "TOS": "Terms of Service",
50 "AUTO_DESTRUCT": "Warning, this file will self-destruct after being read",
51 "INTERNAL_ERROR_DEL": "Internal error during file creation.",
52 "CONF_AUTOGEN_COMMENT": "This file was generated by the install process. You can edit it. Please see config.original.php to understand the configuration items.",
53 "CANNOT_CREATE_DIR": "The following directory could not be created",
54 "MANUAL_CREATE": "You should create this directory manually.",
55 "DIR_NOT_W": "The following directory is not writable",
56 "GIMME_W": "You should give the write permission to the web server on this directory.",
57 "HERE_SOLUTION": "Here is a solution",
58 "CONF_SOLUTION": "The local configuration file could not be created. Create a <code>lib/config.local.php</code> file and give the write permission to the web server (preferred solution), or give the write permission to the web server on the <code>lib</code> directory.",
59 "CONF_SOLUTION_2": "The local configuration is not writable by the web server. Give the write permission to the web server on the '<code>lib/config.local.php</code> file.",
60 "JI_INSTALL": "Installation of Jirafeau",
61 "STEP": "step",
62 "OUT_OF": "out of",
63 "ADMIN_PSW": "Administration password",
64 "FINALIZATION": "Finalisation",
65 "SETTING_UP": "Jirafeau is setting the website according to the configuration you provided.",
66 "PREV_STEP": "Previous step",
67 "RETRY_STEP": "Retry this step",
68 "JI_FONCTIONAL": "Jirafeau is now fully operational",
69 "INFO": "Information",
70 "BASE_ADDR_INFO": "The base address of Jirafeau is the first part of the URL, until (and including) the last slash. For example: \"http://www.example.com/\". Do not forget the trailing slash!",
71 "BASE_ADDR": "Base address",
72 "DATA_DIR_EXPLAINATION": "The data directory is where your files and information about your files will be stored. You should put it outside your web site, or at least restrict the access to this directory. Do not forget the trailing slash!",
73 "DATA_DIR": "Data directory",
74 "NEXT_STEP": "Next step",
75 "ADMIN_INTERFACE_INFO": "Jirafeau has an administration interface (through admin.php). You can set a password to access the interface or leave it empty to disable the interface.",
76 "NO_ADMIN": "Sorry, the admin interface is not enabled.",
77 "NO_ADMIN_AUTH": "Sorry, you are not authenticated on admin interface.",
78 "LOGIN": "Login",
79 "BAD_PSW": "Wrong password.",
80 "ADMIN_INTERFACE": "Admin interface",
81 "CLEAN_EXPIRED": "Clean expired files",
82 "CLEAN_INCOMPLETE": "Clean old unfinished transfers",
83 "CLEAN": "Clean",
84 "SEARCH_NAME": "Search files by name",
85 "SEARCH": "Search",
86 "LS_FILES": "List all files",
87 "LIST": "List",
88 "ACTIONS": "Actions",
89 "SEARH_BY_HASH": "Search files by file hash",
90 "SEARCH_LINK": "Search a specific link",
91 "CLEANED_FILES_CNT": "Number of cleaned files",
92 "LOGOUT": "Logout",
93 "NOW_LOGOUT": "You are now loggued out",
94 "LINK_DELETED": "Link deleted",
95 "FILENAME": "Filename",
96 "FILE": "file",
97 "LINK": "link",
98 "TYPE": "Type",
99 "SIZE": "Size",
100 "EXPIRE": "Expire",
101 "ONETIME": "Onetime",
102 "UPLOAD_DATE": "Upload date",
103 "ORIGIN": "Origin",
104 "ACTION": "Action",
105 "DEL_LINK": "Del link",
106 "DEL_FILE_LINKS": "Del file and links",
107 "DELETED_LINKS": "Deleted links",
108 "YEAR": "year",
109 "DAY": "day",
110 "MINUTE": "minute",
111 "HOUR": "hour",
112 "SECOND": "second",
113 "LESS_1_SEC": "less than a second"
114 }

patrick-canterino.de