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

patrick-canterino.de