blob: 49c639907d79a73e7d5f229d65b9876af03208c1 [file] [log] [blame]
Yasuo Doshiro4f82ea22009-03-09 17:43:16 +00001###############################################################################
2# Copyright (c) 2005 IBM Corporation and others.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# IBM Corporation - initial API and implementation
10###############################################################################
Yasuo Doshirob6938d02008-06-27 21:34:33 +000011
Yasuo Doshirob6938d02008-06-27 21:34:33 +000012
Yasuo Doshiro4f82ea22009-03-09 17:43:16 +000013# ====================================================================
Yasuo Doshiro2a7f70f2009-04-17 21:11:39 +000014# $Id: plugin_es_ES.msg,v 1.2 2009/03/09 17:43:16 ydoshiro Exp $
Yasuo Doshirob6938d02008-06-27 21:34:33 +000015# @generated NOT
16# ===================================================================
17
18# ===================================================================
19# To code developer:
20# Do NOT change the properties between this line and the
21# "%%% END OF TRANSLATED PROPERTIES %%%" line.
22# Make a new property name, append to the end of the file and change
23# the code to use the new property.
24# ===================================================================
25
26# ===================================================================
27# %%% END OF TRANSLATED PROPERTIES %%%
28# ===================================================================
29
30###
31### Note to translators: do not translate the following three entries.
32###
33pluginName = SQL Query Edit Support Plugin
34nl1PluginName = SQL Query Edit Support Nl1 Fragment
35providerName = Eclipse.org
36
37###
38### Note to translators: do not translate words that are in UPPER CASE in the
39### following entries. They are SQL keywords.
40###
41_UI_QueryDeleteStatement_type = Sentencia DELETE
42_UI_QueryInsertStatement_type = Sentencia INSERT
43_UI_QuerySelectStatement_type = Sentencia SELECT
44_UI_QueryUpdateStatement_type = Sentencia UPDATE
45_UI_QuerySelect_type = SELECT
46_UI_QueryCombinedOperator_UNION_literal = UNION
47_UI_QueryCombinedOperator_UNION_ALL_literal = UNION ALL
48_UI_QueryCombinedOperator_INTERSECT_literal = INTERSECT
49_UI_QueryCombinedOperator_INTERSECT_ALL_literal = INTERSECT ALL
50_UI_QueryCombinedOperator_EXCEPT_literal = EXCEPT
51_UI_QueryCombinedOperator_EXCEPT_ALL_literal = EXCEPT ALL
52_UI_WithTableSpecification_type = WITH
53_UI_QueryValues_type = VALUES
54### Note to translators: the following entry represents a row of values in a VALUES
55### clause in a SQL statement. For example, in this statement
56### SELECT DEPTNO, DEPTNAME FROM DEPARTMENT
57### UNION
58### VALUES ('D10', 'Development 1')
59### the ('D10', 'Development 1') part of the statement is a "values row".
60_UI_ValuesRow_type = Fila de valores
61
62###
63### Note to translators: do not translate the following entries at all.
64### These entries are automatically generated by EMF and are not used in the UI.
65###
66_UI_UpdateAssignmentExpression_targetColumnList_feature = Target Column List
67_UI_QueryChangeStatement_type = Query Change Statement
68_UI_ValueExpressionCaseSearchContent_type = Value Expression Case Search Content
69_UI_PredicateQuantifiedType_ALL_literal = ALL
70_UI_ValueExpressionScalarSelect_queryExpr_feature = Query Expr
71_UI_ValueExpressionColumn_tableExpr_feature = Table Expr
72_UI_QuerySearchCondition_type = Query Search Condition
73_UI_PredicateQuantified_type = Predicate Quantified
74_UI_GroupingSetsElement_type = Grouping Sets Element
75_UI_QueryExpressionRoot_type = Query Expression Root
76_UI_SuperGroupType_ROLLUP_literal = ROLLUP
77_UI_ValueExpressionAtomic_type = Value Expression Atomic
78_UI_WithTableReference_withTableSpecification_feature = With Table Specification
79_UI_PredicateInValueList_type = Predicate In Value List
80_UI_ResultColumn_type = Result Column
81_UI_ValueExpressionColumn_type = Value Expression Column
82_UI_SuperGroupType_CUBE_literal = CUBE
83_UI_ValueExpressionSimple_value_feature = Value
84_UI_ValueExpressionVariable_type = Value Expression Variable
85_UI_TableCorrelation_type = Table Correlation
86_UI_TableInDatabase_derivedColumnList_feature = Derived Column List
87_UI_ValueExpressionUnaryOperator_NONE_literal = NONE
88_UI_ValueExpressionCaseSimpleContent_type = Value Expression Case Simple Content
89_UI_TableInDatabase_databaseTable_feature = Database Table
90_UI_CursorReference_type = Cursor Reference
91_UI_QueryInsertStatement_targetColumnList_feature = Target Column List
92_UI_ValueExpressionFunction_type = Value Expression Function
93_UI_SearchConditionCombined_type = Search Condition Combined
94_UI_TableJoinedOperator_EXPLICIT_INNER_literal = EXPLICIT_INNER
95_UI_OrderByResultColumn_resultCol_feature = Result Col
96_UI_GroupingSetsElementExpression_type = Grouping Sets Element Expression
97_UI_Predicate_selectivityValue_feature = Selectivity Value
98_UI_Predicate_negatedPredicate_feature = Negated Predicate
99_UI_GroupingSetsElementSublist_type = Grouping Sets Element Sublist
100_UI_SearchConditionNested_type = Search Condition Nested
101_UI_ValueExpressionLabeledDurationType_MONTHS_literal = MONTHS
102_UI_PredicateQuantifiedRowSelect_quantifiedType_feature = Quantified Type
103_UI_PredicateQuantifiedValueSelect_quantifiedType_feature = Quantified Type
104_UI_PredicateBetween_type = Predicate Between
105_UI_TableJoinedOperator_RIGHT_OUTER_literal = RIGHT_OUTER
106_UI_UpdateSource_type = Update Source
107_UI_PredicateInValueSelect_type = Predicate In Value Select
108_UI_ValueExpressionLabeledDurationType_DAYS_literal = DAYS
109_UI_PredicateComparisonOperator_GREATER_THAN_literal = GREATER_THAN
110_UI_ValueExpressionNested_type = Value Expression Nested
111_UI_PredicateComparisonOperator_GREATER_THAN_OR_EQUAL_literal = GREATER_THAN_OR_EQUAL
112_UI_SearchConditionCombinedOperator_OR_literal = OR
113_UI_PredicateComparisonOperator_NOT_EQUAL_literal = NOT_EQUAL
114_UI_PredicateIn_notIn_feature = Not In
115_UI_TableJoinedOperator_FULL_OUTER_literal = FULL_OUTER
116_UI_ValueExpressionLabeledDurationType_SECONDS_literal = SECONDS
117_UI_ValueExpressionColumn_assignmentExprTarget_feature = Assignment Expr Target
118_UI_ValueExpressionLabeledDurationType_YEARS_literal = YEARS
119_UI_ValueExpressionSimple_type = Value Expression Simple
120_UI_ValueExpressionUnaryOperator_PLUS_literal = PLUS
121_UI_SuperGroupElementExpression_type = Super Group Element Expression
122_UI_QueryStatement_type = Query Statement
123_UI_ValueExpressionColumn_tableInDatabase_feature = Table In Database
124_UI_ResultTableAllColumns_type = Result Table All Columns
125_UI_UpdateSourceExprList_type = Update Source Expr List
126_UI_PredicateIsNull_type = Predicate Is Null
127_UI_UpdateAssignmentExpression_type = Update Assignment Expression
128_UI_ValueExpressionLabeledDurationType_MICROSECONDS_literal = MICROSECONDS
129_UI_WithTableReference_type = With Table Reference
130_UI_PredicateBasic_comparisonOperator_feature = Comparison Operator
131_UI_QueryValueExpression_unaryOperator_feature = Unary Operator
132_UI_ValueExpressionCombined_combinedOperator_feature = Combined Operator
133_UI_QueryMergeStatement_type = Query Merge Statement
134_UI_ValueExpressionNullValue_type = Value Expression Null Value
135_UI_ValueExpressionLabeledDurationType_MINUTES_literal = MINUTES
136_UI_PredicateBetween_notBetween_feature = Not Between
137_UI_Unknown_type = Object
138
139_UI_SuperGroup_superGroupType_feature = Super Group Type
140_UI_ValueExpressionCombinedOperator_DIVIDE_literal = DIVIDE
141_UI_SearchConditionCombinedOperator_AND_literal = AND
142_UI_TableJoined_joinOperator_feature = Join Operator
143_UI_GroupingSets_type = Grouping Sets
144_UI_SuperGroup_type = Super Group
145_UI_UpdateSourceQuery_type = Update Source Query
146_UI_TableReference_type = Table Reference
147_UI_ValueExpressionLabeledDuration_type = Value Expression Labeled Duration
148_UI_OrderByOrdinal_ordinalValue_feature = Ordinal Value
149_UI_TableJoinedOperator_LEFT_OUTER_literal = LEFT_OUTER
150_UI_Predicate_hasSelectivity_feature = Has Selectivity
151_UI_PredicateQuantifiedValueSelect_comparisonOperator_feature = Comparison Operator
152_UI_ValueExpressionScalarSelect_type = Value Expression Scalar Select
153_UI_OrderByResultColumn_type = Order By Result Column
154_UI_PredicateComparisonOperator_LESS_THAN_literal = LESS_THAN
155_UI_ValueExpressionCaseSearch_type = Value Expression Case Search
156_UI_ValueExpressionCase_type = Value Expression Case
157_UI_TableExpression_valueExprColumns_feature = Value Expr Columns
158_UI_OrderBySpecification_type = Order By Specification
159_UI_PredicateQuantifiedValueSelect_type = Predicate Quantified Value Select
160_UI_ResultTableAllColumns_tableExpr_feature = Table Expr
161_UI_PredicateComparisonOperator_EQUAL_literal = EQUAL
162_UI_GroupingSpecification_type = Grouping Specification
163_UI_PredicateQuantifiedRowSelect_type = Predicate Quantified Row Select
164_UI_QueryCombined_type = Query Combined
165_UI_PredicateLike_type = Predicate Like
166_UI_QueryExpressionBody_type = Query Expression Body
167_UI_PredicateComparisonOperator_LESS_THAN_OR_EQUAL_literal = LESS_THAN_OR_EQUAL
168_UI_ColumnName_type = Column Name
169_UI_SuperGroupElement_type = Super Group Element
170_UI_ValueExpressionDefaultValue_type = Value Expression Default Value
171_UI_PredicateQuantifiedType_ANY_literal = ANY
172_UI_GroupingExpression_type = Grouping Expression
173_UI_ValueExpressionCombinedOperator_ADD_literal = ADD
174_UI_TableInDatabase_type = Table In Database
175_UI_SearchConditionCombined_combinedOperator_feature = Combined Operator
176_UI_PredicateIn_type = Predicate In
177_UI_OrderBySpecification_descending_feature = Descending
178_UI_ValueExpressionFunction_function_feature = Function
179_UI_ValueExpressionFunction_columnFunction_feature = Column Function
180_UI_Predicate_type = Predicate
181_UI_ValueExpressionUnaryOperator_MINUS_literal = MINUS
182_UI_OrderByOrdinal_type = Order By Ordinal
183_UI_PredicateExists_type = Predicate Exists
184_UI_Grouping_type = Grouping
185_UI_PredicateQuantifiedType_SOME_literal = SOME
186_UI_ValueExpressionColumn_insertStatement_feature = Insert Statement
187_UI_ResultColumn_orderByResultCol_feature = Order By Result Col
188_UI_ValueExpressionCombined_type = Value Expression Combined
189_UI_QueryResultSpecification_type = Query Result Specification
190_UI_ValueExpressionCast_type = Value Expression Cast
191_UI_ValueExpressionFunction_specialRegister_feature = Special Register
192_UI_QuerySearchCondition_negatedCondition_feature = Negated Condition
193_UI_QuerySelect_distinct_feature = Distinct
194_UI_TableExpression_resultTableAllColumns_feature = Result Table All Columns
195_UI_ValueExpressionCombinedOperator_CONCATENATE_literal = CONCATENATE
196_UI_OrderByValueExpression_type = Order By Value Expression
197_UI_ValueExpressionCombinedOperator_MULTIPLY_literal = MULTIPLY
198_UI_SuperGroupElementSublist_type = Super Group Element Sublist
199_UI_WithTableSpecification_withTableReferences_feature = With Table References
200_UI_QueryExpressionRoot_valueExprScalarSelects_feature = Value Expr Scalar Selects
201_UI_ValueExpressionFunction_distinct_feature = Distinct
202_UI_PredicateBasic_type = Predicate Basic
203_UI_PropertyDescriptor_description = The {0} of the {1}
204
205_UI_ValueExpressionLabeledDurationType_HOURS_literal = HOURS
206_UI_TableNested_type = Table Nested
207_UI_QueryValueExpression_type = Query Value Expression
208_UI_TableJoinedOperator_DEFAULT_INNER_literal = DEFAULT_INNER
209_UI_PredicateLike_notLike_feature = Not Like
210_UI_ValueExpressionCaseElse_type = Value Expression Case Else
211_UI_TableExpression_columnList_feature = Column List
212_UI_SuperGroupType_GRANDTOTAL_literal = GRANDTOTAL
213_UI_PredicateInValueRowSelect_type = Predicate In Value Row Select
214_UI_SQLQueryObject_type = Object
215_UI_ValueExpressionCaseSimple_type = Value Expression Case Simple
216_UI_ValueExpressionCombinedOperator_SUBTRACT_literal = SUBTRACT
217_UI_TableFunction_type = Table Function
218_UI_TableExpression_type = Table Expression
219_UI_Unknown_feature = Unspecified
220
221_UI_ValueExpressionLabeledDuration_labeledDurationType_feature = Labeled Duration Type
222_UI_QueryCombined_combinedOperator_feature = Combined Operator
223_UI_PredicateIsNull_notNull_feature = Not Null
224_UI_TableJoined_type = Table Joined
225_UI_QueryNested_type = Query Nested
Yasuo Doshiro2a7f70f2009-04-17 21:11:39 +0000226_UI_Unknown_datatype= Valor
Yasuo Doshiro4f82ea22009-03-09 17:43:16 +0000227
228_UI_OrderBySpecification_OrderingSpecOption_feature = Ordering Spec Option
Yasuo Doshirob6938d02008-06-27 21:34:33 +0000229_UI_OrderBySpecification_NullOrderingOption_feature = Null Ordering Option
230_UI_NullOrderingType_NONE_literal = NONE
231_UI_NullOrderingType_NULLS_FIRST_literal = NULLS_FIRST
232_UI_NullOrderingType_NULLS_LAST_literal = NULLS_LAST
233_UI_OrderingSpecType_NONE_literal = NONE
234_UI_OrderingSpecType_ASC_literal = ASC
235_UI_OrderingSpecType_DESC_literal = DESC