Yasuo Doshiro | 4f82ea2 | 2009-03-09 17:43:16 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 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 Doshiro | b6938d0 | 2008-06-27 21:34:33 +0000 | [diff] [blame] | 11 | |
Yasuo Doshiro | b6938d0 | 2008-06-27 21:34:33 +0000 | [diff] [blame] | 12 | |
Yasuo Doshiro | 4f82ea2 | 2009-03-09 17:43:16 +0000 | [diff] [blame] | 13 | # ==================================================================== |
Yasuo Doshiro | 2a7f70f | 2009-04-17 21:11:39 +0000 | [diff] [blame] | 14 | # $Id: plugin_es_ES.msg,v 1.2 2009/03/09 17:43:16 ydoshiro Exp $ |
Yasuo Doshiro | b6938d0 | 2008-06-27 21:34:33 +0000 | [diff] [blame] | 15 | # @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 | ### |
| 33 | pluginName = SQL Query Edit Support Plugin |
| 34 | nl1PluginName = SQL Query Edit Support Nl1 Fragment |
| 35 | providerName = 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 Doshiro | 2a7f70f | 2009-04-17 21:11:39 +0000 | [diff] [blame] | 226 | _UI_Unknown_datatype= Valor |
Yasuo Doshiro | 4f82ea2 | 2009-03-09 17:43:16 +0000 | [diff] [blame] | 227 | |
| 228 | _UI_OrderBySpecification_OrderingSpecOption_feature = Ordering Spec Option |
Yasuo Doshiro | b6938d0 | 2008-06-27 21:34:33 +0000 | [diff] [blame] | 229 | _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 |