mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
100 lines
7.0 KiB
Properties
100 lines
7.0 KiB
Properties
# ***** BEGIN LICENSE BLOCK *****
|
|
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
#
|
|
# The contents of this file are subject to the Mozilla Public License Version
|
|
# 1.1 (the "License"); you may not use this file except in compliance with
|
|
# the License. You may obtain a copy of the License at
|
|
# http://www.mozilla.org/MPL/
|
|
#
|
|
# Software distributed under the License is distributed on an "AS IS" basis,
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
# for the specific language governing rights and limitations under the
|
|
# License.
|
|
#
|
|
# The Original Code is Mozilla XForms Support.
|
|
#
|
|
# The Initial Developer of the Original Code is
|
|
# IBM Corporation.
|
|
# Portions created by the Initial Developer are Copyright (C) 2005
|
|
# the Initial Developer. All Rights Reserved.
|
|
#
|
|
# Contributor(s):
|
|
#
|
|
# Alternatively, the contents of this file may be used under the terms of
|
|
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
# in which case the provisions of the GPL or the LGPL are applicable instead
|
|
# of those above. If you wish to allow use of your version of this file only
|
|
# under the terms of either the GPL or the LGPL, and not to allow others to
|
|
# use your version of this file under the terms of the MPL, indicate your
|
|
# decision by deleting the provisions above and replace them with the notice
|
|
# and other provisions required by the GPL or the LGPL. If you do not delete
|
|
# the provisions above, a recipient may use your version of this file under
|
|
# the terms of any one of the MPL, the GPL or the LGPL.
|
|
#
|
|
# ***** END LICENSE BLOCK *****
|
|
|
|
|
|
# Error Messages:
|
|
missingTypeName = XForms Error (1): type (%S) missing type name
|
|
schemaProcessError = XForms Error (2): Failed to process inline schema
|
|
schemaLoadError = XForms Error (3): Failed to load schema
|
|
instanceLoadError = XForms Error (4): Failed to load instance
|
|
mipParseError = XForms Error (5): Error while parsing model item property: %S
|
|
nodesetEvaluateError = XForms Error (6): Error evaluating nodeset expression: %S
|
|
multiMIPError = XForms Error (7): Multiple defined model item property on element
|
|
idRefError = XForms Error (8): id (%S) does not refer to a %S element
|
|
indexEvalError = XForms Error (9): Error evaluating index attribute: %S
|
|
exprParseError = XForms Error (10): Error parsing XPath expression: %S
|
|
exprEvaluateError = XForms Error (11): Error evaluating XPath expression: %S
|
|
noModelError = XForms Error (12): Could not find model for element
|
|
instanceParseError = XForms Error (13): Could not parse new instance data
|
|
submitSendOrigin = XForms Error (14): Security check failed! Trying to submit data to a different domain than document
|
|
controlBindError = XForms Error (15): Could not bind control to instance data
|
|
invalidSeparator = XForms Error (16): Submission separator may only be either "&" or ";", but found "%S".
|
|
instanceBindError = XForms Error (17): Submission failed trying to replace instance document '%S'. Instance document doesn't exist in same model as submission element.
|
|
instanceInstanceLoad = XForms Error (18): Instance document not allowed to load external instance: %S
|
|
rangeSetSliderNaN = XForms Error (19): NaN passed to setSlider()
|
|
rangeNullObjects = XForms Error (20): One or more of the passed objects were null
|
|
rangeNullInit = XForms Error (21): One or more init() parameters is NaN
|
|
rangeBeginEndError = XForms Error (22): Begin is higher than end?
|
|
encodingMemoryError = XForms Error (23): Not enough available memory to encode file %S, size = %S.
|
|
copyError = XForms Error (24): A copy element was found whose parent is not an itemset element
|
|
submitMailtoInit = XForms Error (25): No mailto: handler found
|
|
submitMailtoFailed = XForms Error (26): Failed to load a mail client for a mailto: submission
|
|
invalidQName = XForms Error (27): Failed to create node. %S is not a valid QName.
|
|
innerBindRefError = XForms Error (28): You are refering to an inner bind, which is undefined in XForms 1.0
|
|
externalLink1Error = XForms Error (29): External file (%S) for %S element not found
|
|
externalLink2Error = XForms Error (30): Failed to load %S element from external file: %S
|
|
externalLinkLoadOrigin = XForms Error (31): Security check failed! Trying to load %S data from a different domain than document
|
|
instanceNotFound = XForms Error (32): Could not find instance with id == '%S'
|
|
defInstanceNotFound = XForms Error (33): Could not find default instance
|
|
MDGLoopError = XForms Error (34): There are loops in the bindings of the model!
|
|
invalidExtFunction = XForms Error (35): Non-existant extension functions listed in this model's function attribute
|
|
inlineInstanceNoChildError = XForms Error (36): Inline instance has no child elements. This is illegal.
|
|
inlineInstanceMultipleElementsError = XForms Error (37): Inline instance has multiple child elements. This is illegal.
|
|
modelLoopError = XForms Error (38): There seems to be an infinite loop in the event handling for the form. The maximum loop value can be set via xforms.modelLoopMax.
|
|
duplicateSchema = XForms Error (39): Ignoring duplicate schema with target namespace: %S
|
|
boundTypeErrorInclusive = XForms Error (40): %S element not bound to valid datatype. Must be bound to one of these datatypes or a type derived from one of these datatypes: %S.
|
|
boundTypeErrorExclusive = XForms Error (41): %S element not bound to valid datatype. Must not be bound to one of these datatypes or a type derived from one of these datatypes: %S.
|
|
boundTypeErrorComplexContent = XForms Error (42): %S element may not be bound to complex content.
|
|
|
|
# Warning Messages:
|
|
warnSOAP = XForms Warning (1): You are using the SOAP post feature, which is an experimental feature! Beware that the functionality might change, and forms may stop working at any time.
|
|
warnMailtoBodyParam = XForms Warning (2): The submission action uri already contains a body parameter.
|
|
instDocumentInvalid = XForms Warning (3): Instance document did not validate.
|
|
warnSubmitAlreadyRunning = XForms Warning (4): Submission is already running.
|
|
warnSubmitInvalidNode = XForms Warning (5): Submission validation failed for node
|
|
warnSubmitSerializeFailed = XForms Warning (6): Submission failed to serialize data
|
|
warnSubmitNetworkFailure = XForms Warning (7): Submission could not send data to the network
|
|
warnSubmitProtocolPost = XForms Warning (8): Submission could not be processed. We do not handle method="post" with protocol: %S.
|
|
warnSubmitURI = XForms Warning (9): Submission element must specify the URI via a resource element, resource attribute or action attribute.
|
|
|
|
# XForms Permission Messages:
|
|
xformsXDPermissionDialogTitle = Allowed Sites - XForms Cross Domain Access
|
|
xformsXDPermissionDialogIntro = You can specify which web sites containing XForms may access other domains. Type the exact address of the site you want to allow and then press Allow.
|
|
# Used in the permissions table to show the state
|
|
xformsXDPermissionLoad = Load
|
|
xformsXDPermissionSend = Send
|
|
xformsXDPermissionLoadSend = Load and Send
|