Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Forked Xestia Scanner Server!
[xestiascansrv/.git] / cgi-files / lang / en-GB.lang
1 [about]
2 name = English (British)
3 creator = Steve Brokenshire
4 mailaddress = sbrokenshire|ao|xestia|dottie|co|dottie|uk
6 [auth]
7 login = Login
8 loginbutton = Login
9 username = User Name
10 password = Password
11 keeploggedin = Keep logged in
12 cookiesrequired = Cookies support must be enabled in your browser in order to be to login.
13 loginerror = The credentials supplied were invalid or you have been logged out as your session has expired. Please check that the username and password you have entered are correct and contact your system administrator if you are still unable to login.
15 loggedout = Logged Out
16 loggedoutmsg = You have logged out.
17 displaylogin = Display the login page.
19 [users]
21 submenu_listusers = List Users
22 submenu_adduser = Add User
23 submenu_logoutallusers = Logout All Users
25 userslist = Users List
26 adduser = Add User
27 edituser = Edit User
28 deleteuser = Delete User
30 userinformation = User Information
31 userpermissions = User Permissions
33 nameofoutputmoduleerror = The name of the output format module that caused this error is: %s
34 nameofexportmoduleerror = The name of the export format module that caused this error is: %s
36 permit = Permit
38 returnuserlist = Return to the user list.
40 adduserbutton = Add User
41 edituserbutton = Edit User
43 listusers = List Users
44 showdeactivated = Show Deactivated Users
45 update = Update
46 username = User Name
47 name = Name
48 password = Password
49 confirmpassword = Confirm Password
50 adminprivs = Administrator Privileges
51 accountenabled = Account Enabled
52 scannerlist = Scanner List
53 scannername = Scanner Name
54 allowaccess = Allow Access
55 connected = Connected
56 devconnected = Connected
57 devdisconnected = Disconnected
58 outputmodulelist = Output Format Module List
59 exportmodulelist = Export Format Module List
60 modulename = Module Name
61 available = Available
62 modavailable = Available
63 modunavailable = Unavailable
64 newpassword = New Password
65 confirmnewpassword = Confirm New Password
67 userdetails = User Details
69 edituser = Edit User
71 useradded = User Added
72 useraddedtolist = The user '%s' was added to the user list.
74 useredited = User Edited
75 usereditedsuccess = The user '%s' on the user list was edited.
76 usereditedlogout = If the user being edited was yourself and you have changed your username, you will be logged out of the Kiriwrite.
78 deleteuser = Delete User
79 deleteuserareyousure = Are you sure you want to delete '%s' from the user list?
80 deleteuserbutton = Yes, delete User
81 noreturnuserlist = No, return to the user list.
83 userdeleted = User Deleted
84 userdeletedsuccess = The user '%s' was deleted from the user list.
86 logoutallusers = Logout All Users
87 logoutallquestion = Are you sure you want to logout all users?
88 logoutallwarning = All users (including the user executing this action) will be logged out of the system and will need to log in again.
89 logoutallsuccess = All users (including yourself) have been logged out.
90 logoutallloginagain = You will need to log back in again.
91 logoutallcontinue = Click on this link to continue.
93 logoutallbutton = Logout All Users 
95 [setting]
97 submenu_viewsettings = View Settings
98 submenu_editsettings = Edit Settings
100 viewsettings = View Settings
101 currentsettings = The current settings being used are the following:
102 directories = Directories
103 databasedirectory = Database Directory
104 outputdirectory = Output Directory
105 imagesuripath = Images (URI path)
106 scansuripath = Scans (URI path)
107 scansfspath = Scans (Filesystem path)
108 display = Display
109 textareacols = Text Area Columns
110 textarearows = Text Area Rows
111 pagecount = Pages on browse
112 templatecount = Templates on browse
113 filtercount = Filters on browse
114 date = Date
115 dateformat = Date Format
116 language = Language
117 systemlanguage = System Language
118 modules = Modules
119 presentationmodule = Presentation Module
120 outputmodule = Output Format Module
121 authmodule = Authentication Module
122 altersettings = To alter the current settings, select the Edit Settings option at the top of the page.
124 editsettings = Edit Settings
125 warning = Warning: 
126 warningmessage = Settings that have changed take effect after clicking on the 'Change Settings' button and viewing the confirmation message.
127 singleday = D - Show single digit day if day value is less than 10.
128 doubleday = DD - Show double digit day if day value is less than 10.
129 singlemonth = M - Show single digit month if month value is less than 10.
130 doublemonth = MM - Show double digit month if month value is less than 10.
131 singleyear = Y - Show double digit year value.
132 doubleyear = YY - Show four digit year value.
133 singlehour = h - Show single digit hour if hour value is less than 10.
134 doublehour = hh - Show double digit hour if hour value is less than 10.
135 singleminute = m - Show single digit minute if minute value is less than 10.
136 doubleminute = mm - Show double digit minute if minute value is less than 10.
137 singlesecond = s - Show single digit second if second value is less than 10.
138 doublesecond = ss - Show double digit second if second value is less than 10.
139 othercharacters = Other Characters: / - < > ;
140 databaseserver = Database Server
141 databaseport = Database Port
142 databaseprotocol = Database Protocol
143 databasename = Database Name
144 databaseusername = Database Username
145 databasepassword = Database Password
146 keepcurrentpassword = Keep the current password
147 tableprefix = Table Prefix
148 changesettingsbutton = Change Settings
149 returnsettingslist = Return to the list of settings.
150 settingsedited = Settings Edited
151 settingseditedmessage = The settings have been changed and will take effect on the next page load of Xestia Scanner Server.
153 [error]
155 error = Error!
156 extendederror = The extended information about the error is:
157 generic = An error has occurred but not an error that is known to Kiriwrite.
158 blankfilename = The filename specified was blank.
159 blankvariable = A blank variable was specified.
160 fileexists = A filename specified already exists.
161 internalerror = An internal error has occurred within Kiriwrite.
162 invalidaction = An invalid action was specified.
163 invalidfilename = The filename given contains invalid characters.
164 invalidmode = An invalid mode was specified.
165 invalidutf8 = A UTF-8 string is invalid.
166 invalidvariable = An variable with invalid data has been found.
167 variabletoolong = A variable given is too long.
168 authconnectionerror = An authentication (database) connection error has occurred.
169 autherror = An authentication error occurred.
170 authmoduleblank = The authentication module name given is blank.
171 authmoduleinvalid = The name of the authentication module given is invalid.
172 authmodulemissing = The authentication module with the name given is missing.
173 blankdatetimeformat = The date and time format given is blank.
174 blankdirectory = The directory name specified was blank.
175 blankpictureid = The picture ID given was blank.
176 blankvariable = The variable given was blank.
177 bottomrightx = No value for Bottom Right X was given.
178 bottomrightxinvalidnumber = The Bottom Right X value given is invalid.
179 bottomrighty = No value for Bottom Right Y was given.
180 bottomrightyinvalidnumber = The Bottom Right Y value given is invalid.
181 brightnessblank = The brightness value given was blank.
182 brightnessinvalidnumber = The brightness value given was invalid.
183 colourblank = No setting for Colour was given.
184 colourinvalidoption = The Colour setting given is invalid.
185 invaliddirectory = The directory name specified was invalid.
186 invaliddatetimeformat = The date and time format given is invalid.
187 languagefilenamemissing = The language filename given does not exist.
188 moduleinvalid = The module name given was invalid.
189 nametoolong = The name given is too long.
190 notpermitted = You do not have permission to preform this action in Xestia Scanner Server.
191 outputmoduleblank = The output format module name given is blank.
192 outputmoduleinvalid = The output format module name given is invalid.
193 passwordblank = The password given was blank.
194 passwordsdonotmatch = The passwords given do not match.
195 passwordtoolong = The password given was too long.
196 permissiontypeblank = The permission type given was blank.
197 presmoduleblank = The presentation module name given is blank.
198 presmoduleinvalid = The presentation module name given is invalid.
199 presmodulemissing = The presentation module with the filename given is missing.
200 rotateblank = The rotate option given is blank.
201 rotateinvalidoption = The rotate option given is invalid.
202 resolutionblank = The resolution value given was blank.
203 resolutioninvalidnumber = The resolution value given was invalid.
204 scannererror = An error occurred whilst trying to use the scanner.
205 scannerpermissioninvalid = The scanner cannot be used as you don't have permission to use it.
206 serverdatabasenameinvalid = The server database name given is invalid.
207 serverdatabasenametoolong = The server database name given is too long.
208 serverdatabasepasswordtoolong = The server database password given is too long.
209 serverdatabasetableprefixinvalid = The server database table prefix given is invalid.
210 serverdatabasetableprefixtoolong = The server database table prefix given is too long.
211 serverdatabaseusernameinvalid = The server database username given is invalid.
212 serverdatabaseusernametoolong = The server database username given is too long.
213 servernameinvalid = The database server name given is invalid.
214 servernametoolong = The database server name given is too long.
215 serverportnumberinvalid = The database port number given is invalid.
216 serverportnumberinvalidcharacters = The database port number given contains characters other than numbers.
217 serverportnumbertoolong = The database port number given is too long.
218 serverprotocolinvalid = An invalid database server protocol was specified.
219 serverprotocolnametoolong = The database server protocol name given is too long.
220 userediterror = An error occurred whilst editing the user details.
221 userexists = A user with the username given already exists.
222 userdoesnotexist = There is no user with the username given.
223 usernameblank = The username given is blank.
224 usernameinvalid = The username given is invalid.
225 usernametoolong = The username given is too long.
227 [options]
228 edit = Edit
229 delete = Delete
230 compile = Compile
232 [blank]
233 noname = No Name
234 nodescription = No Description
235 blankdatabasename = Blank Database Name
237 [common]
238 alter = Alter
239 setting = Setting
240 value = Value
241 restorecurrent = Restore current settings
242 restoredefault = Restore default settings
243 clearvalues = Clear values
244 selectnone = Select None
245 options = Options
247 tags = Kiriwrite Tags:
248 pagecontent = <kiriwrite:pagecontent> - Specifies the page content.
249 pagetitle = <kiriwrite:pagetitle> - Specifies the page title (and page section depending on page settings).
250 pagename = <kiriwrite:pagename> - Specifies the page name.
251 pagedescription = <kiriwrite:pagedescription> - Specifies the page description.
252 pagesection = <kiriwrite:pagesection> - Specifies the page section.
253 pageautosection = <kiriwrite:autosection> - Automatic page section name.
254 pageautotitle = <kiriwrite:autotitle> - Automatic page title (and page section depending on page settings).
256 [menu]
257 scanconfig = Scan Configuration
258 userconfig = User Configuration
259 settingsconfig = Settings Configuration
260 logout = Logout
262 [scan]
263 scanconfig = Scan Configuration
265 process = Process
266 switchscanner = Switch Scanner
267 previewdocument = Preview Document
268 startscanning = Start Scanning
270 noscanners = No scanners are available. Please check the connections to the server and make sure that the modules/drivers for the scanners are enabled.
271 scanner = Scanner :
272 documentpreview = Document Preview
274 documentsettings = Document Settings
275 picturedimensions = Picture Dimensions
276 topleftx = Top Left X: 
277 toplefty = Top Left Y: 
278 bottomrightx = Bottom Right X: 
279 bottomrighty = Bottom Right Y: 
280 picturesettings = Picture Settings
281 pictureresolution = Picture Resolution: 
282 rotate = Rotate: 
283 r0deg = 0 degrees
284 r90deg = 90 degrees
285 r180deg = 180 degrees
286 r270deg = 270 degrees
287 brightness = Brightness: 
288 colour = Colour:
289 colourrgb = Colour (RGB)
290 grey = Greyscale
292 dpi = dpi
293 mm = mm
295 picturesettings = Picture Settings
296 outputmoduleresults = Output Format Module Results
297 outputmodulefailed = The output format module failed with the following error: %s
298 outputmoduleunable = As the output format module failed, the process is unable to continue.
299 outputmodulecomplete = The output format module completed with no errors.
300 exportmoduleresults = Export Format Modules Results
301 exportmodulefailed = The export format module failed with the following error: %s 
302 exportmodulecomplete = The export format module completed with no errors.
303 noexportmoduleselected = No export format modules were selected.
304 resultsuffix = %s - Results
305 imagepreview = Image Preview
306 outputformatsettings = Output Format Module Settings
307 outputmodule = Output format module: 
308 noneavailable = None available.
309 nooutputmodulesavail = There are no output format modules available. Unable to continue.
310 nooutputmoduleopts = There are no options available for this output format module.
311 outputmodulemissing = The output format module with the filename given is missing. Unable to continue.
312 outputmoduleinvalidfilepermissions = You cannot use this output format module as the file permissions set for it are invalid. Unable to continue.
313 outputmoduleinvaliddbpermissions = You cannot use this output format module as you do not have permission to use it. Unable to continue.
314 outputmoduleinvalidname = The name of the output format module given is invalid. Unable to continue.
315 exportformatsettings = Export Format Module Settings
316 noexportmodulesavail = There are no export format modules available. Unable to continue.
317 exportmoduleinvalidfilepermissions = You cannot use this export format module as you do not have permission to use it.
318 exportmoduleinvaliddbpermissions = You cannot use this export format module as the file permissions set for it are invalid.
319 exportmoduleinvalidname = The name of the export format module given is invalid.
320 exportmodulemissing = The export format module with the filename given is missing.
321 noexportmoduleopts = There are no options available for this export format module.
323 causedpictureresolution = %s (caused by the Picture Resolution setting)
324 causedtopleftx = %s (caused by the Top Left X Picture Dimension setting)
325 causedtoplefty = %s (caused by the Top Left Y Picture Dimension setting)
326 causedbottomrightx = %s (caused by the Bottom Right X Picture Dimension setting)
327 causedbottomrighty = %s (caused by the Bottom Right Y Picture Dimension setting)
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy