11msgid ""
22msgstr ""
33"Project-Id-Version : PHP: Nelson Martell Library 1.0\n "
4- "POT-Creation-Date : 2015-07-05 01:20-0430 \n "
5- "PO-Revision-Date : 2015-07-05 01:21-0430 \n "
6- "
Last-Translator :
Nelson Martell <nelson6e65[email protected] >\n "
7- "
Language-Team :
<[email protected] >\n "
4+ "POT-Creation-Date : 2017-12-03 23:00-0400 \n "
5+ "PO-Revision-Date : 2017-12-03 23:02-0400 \n "
6+ "Last-Translator : Nelson Martell <nelson6e65@gmail.com >\n "
7+ "
Language-Team :
<[email protected] >\n "
88"Language : es\n "
99"MIME-Version : 1.0\n "
1010"Content-Type : text/plain; charset=UTF-8\n "
1111"Content-Transfer-Encoding : 8bit\n "
12- "X-Generator : Poedit 1.7.1 \n "
12+ "X-Generator : Poedit 2.0.3 \n "
1313"X-Poedit-Basepath : .\n "
1414"Plural-Forms : nplurals=2; plural=(n != 1);\n "
1515"X-Poedit-SourceCharset : UTF-8\n "
1616"X-Poedit-SearchPath-0 : ../../../src\n "
1717"X-Poedit-SearchPath-1 : ../../..\n "
1818
19- #: src/Extensions/String .php:84
19+ #: src/Extensions/Text .php:134
2020msgid "Provided object must not be NULL."
2121msgstr ""
2222
23- #: src/Extensions/String .php:101
23+ #: src/Extensions/Text .php:152
2424msgid "Provided object must to be an string; \" {0}\" given."
2525msgstr ""
2626
27- #: src/Extensions/String .php:118
27+ #: src/Extensions/Text .php:170
2828msgid "Provided string must not be empty."
2929msgstr ""
3030
31- #: src/Extensions/String .php:135
31+ #: src/Extensions/Text .php:189
3232msgid "Provided string must not be white spaces."
3333msgstr ""
3434
35- #: src/Extensions/String .php:153
35+ #: src/Extensions/Text .php:210
3636msgid ""
3737"Provided string do not follows PHP variables naming convention: \" {0}\" ."
3838msgstr ""
3939
40- #: src/Object.php:96
40+ #: src/IntString.php:49 src/IntString.php:65 src/IntString.php:105
41+ #: src/Utilities/Asset.php:171 src/Utilities/Asset.php:314 src/Version.php:60
42+ #: src/Version.php:79
43+ msgid "Invalid argument type."
44+ msgstr ""
45+
46+ #: src/IntString.php:51 src/IntString.php:67 src/IntString.php:107
47+ msgid ""
48+ " {position} parameter must to be an instance of \" {expected}\" ; \" {actual}\" "
49+ "given."
50+ msgstr ""
51+
52+ #: src/IntString.php:118 src/Utilities/Asset.php:67 src/Utilities/Asset.php:98
53+ #: src/Utilities/Asset.php:126 src/Utilities/Asset.php:189
54+ #: src/Utilities/Asset.php:325 src/Version.php:96 src/Version.php:112
55+ #: src/VersionComponent.php:56 src/VersionComponent.php:90
56+ msgid "Invalid argument value."
57+ msgstr ""
58+
59+ #: src/IntString.php:119
60+ msgid " \" {0}\" (string) must to start with an integer."
61+ msgstr ""
62+
63+ #: src/PropertiesHandler.php:107 src/PropertiesHandler.php:110
64+ msgid "Unable to get the property value in \" {0}\" class."
65+ msgstr ""
66+
67+ #: src/PropertiesHandler.php:134 src/PropertiesHandler.php:137
68+ msgid "Unable to set the property value in \" {0}\" class."
69+ msgstr ""
70+
71+ #: src/PropertiesHandler.php:162
72+ msgid "Property name is not valid."
73+ msgstr ""
74+
75+ #: src/PropertiesHandler.php:176
76+ msgid ""
77+ "\" {property}\" property do not exists in \" {class}\" class or parent classes."
78+ msgstr ""
79+
80+ #: src/PropertiesHandler.php:204
81+ msgid "Method name is not valid."
82+ msgstr ""
83+
84+ #: src/PropertiesHandler.php:209
85+ msgid "\" {class}::{method}\" do not exists."
86+ msgstr ""
87+
88+ #: src/PropertiesHandler.php:242
89+ msgid "\" {name}\" property has not a setter method in \" {class}\" ."
90+ msgstr ""
91+
92+ #: src/PropertiesHandler.php:250
93+ msgid "\" {class}::getCustomSetterPrefix\" method must to return an string."
94+ msgstr ""
95+
96+ #: src/PropertiesHandler.php:296
97+ msgid "\" {name}\" property has not a getter method in \" {class}\" ."
98+ msgstr ""
99+
100+ #: src/PropertiesHandler.php:304
101+ msgid "\" {class}::getCustomGetterPrefix\" method must to return an string."
102+ msgstr ""
103+
104+ #: src/StrictObject.php:72
41105msgid "Using default \" {base_class}::{function}\" ({access}) method."
42106msgstr ""
43107
44- #: src/Object .php:98 src/Object .php:139
108+ #: src/StrictObject .php:74 src/StrictObject .php:104
45109msgid ""
46110" You can replace (override) its behavior by creating \" {class}::"
47111"{function}\" ({access}) method."
48112msgstr ""
49113
50- #: src/Object .php:134
114+ #: src/StrictObject .php:99
51115msgid ""
52116"You implemented IEquatable, but using default \" {base_class}::"
53117"{function}\" ({access}) method."
54118msgstr ""
55119
56- #: src/Utilities/Asset.php:59 src/Utilities/Asset.php:90
57- #: src/Utilities/Asset.php:119 src/Utilities/Asset.php:182
58- #: src/Utilities/Asset.php:313 src/Version.php:97 src/Version.php:113
59- #: src/VersionComponent.php:47 src/VersionComponent.php:103
60- msgid "Invalid argument value."
61- msgstr ""
62-
63- #: src/Utilities/Asset.php:61
120+ #: src/Utilities/Asset.php:69
64121msgid ""
65122" \" {name}\" (position {pos}) can not be specified if \" {name2}\" (position "
66123"{pos2}) is \" null\" ."
67124msgstr ""
68125
69- #: src/Utilities/Asset.php:92
126+ #: src/Utilities/Asset.php:100
70127msgid ""
71128" \" {name}\" (position {pos}) must to be an array of \" {expected}\" elements "
72129"(or any parseable into \" {expected}\" ); the array given has an invalid "
73130"\" {actual}\" element."
74131msgstr ""
75132
76- #: src/Utilities/Asset.php:121
133+ #: src/Utilities/Asset.php:128
77134msgid ""
78135" \" {name}\" (position {pos}) must to be an array of \" {expected}\" elements, "
79136"an instance of \" {expected}\" or any object parseable into \" {expected}\" ; "
80137"\" {actual}\" given."
81138msgstr ""
82139
83- #: src/Utilities/Asset.php:164 src/Utilities/Asset.php:302 src/Version.php:61
84- #: src/Version.php:80 src/VersionComponent.php:67 src/VersionComponent.php:122
85- msgid "Invalid argument type."
86- msgstr ""
87-
88- #: src/Utilities/Asset.php:166
140+ #: src/Utilities/Asset.php:173
89141msgid ""
90142" \" {class}::{property}\" must to be an instance of \" {expected}\" ; "
91143"\" {actual}\" given."
92144msgstr ""
93145
94- #: src/Utilities/Asset.php:184
146+ #: src/Utilities/Asset.php:191
95147msgid " \" {class}::{property}\" value can not be empty or whitespace."
96148msgstr ""
97149
98- #: src/Utilities/Asset.php:275
150+ #: src/Utilities/Asset.php:287
99151msgid "This Asset has not versions."
100152msgstr ""
101153
102- #: src/Utilities/Asset.php:304
154+ #: src/Utilities/Asset.php:316
103155msgid ""
104156" \" {name}\" (position {pos}) must to be an instance of \" {expected}\" (or "
105157"compatible); \" {actual}\" given."
106158msgstr ""
107159
108- #: src/Utilities/Asset.php:314
160+ #: src/Utilities/Asset.php:326
109161msgid " Asset has not the version \" {version}\" ."
110162msgstr ""
111163
112- #: src/Utilities/UnitTesting/Assert.php:89
164+ #: src/Utilities/UnitTesting/Assert.php:91
113165#, php-format
114166msgid "%5$s failed. Expected: (%3$s) \" %4$s\" . Actual: (%1$s) \" %2$s\" ."
115167msgstr "%5$s ha fallado. Se esperaba: (%3$s) \" %4$s\" . Real: (%1$s) \" %2$s\" ."
116168
117- #: src/Utilities/UnitTesting/Assert.php:98
118- #: src/Utilities/UnitTesting/Assert.php:151
119- #: src/Utilities/UnitTesting/Assert.php:220
120- #: src/Utilities/UnitTesting/Assert.php:242
121- #: src/Utilities/UnitTesting/Assert.php:290
122- #: src/Utilities/UnitTesting/Assert.php:312
169+ #: src/Utilities/UnitTesting/Assert.php:100
170+ #: src/Utilities/UnitTesting/Assert.php:153
171+ #: src/Utilities/UnitTesting/Assert.php:222
172+ #: src/Utilities/UnitTesting/Assert.php:244
173+ #: src/Utilities/UnitTesting/Assert.php:292
174+ #: src/Utilities/UnitTesting/Assert.php:314
123175#, php-format
124176msgid "Message: %s"
125177msgstr "Mensaje: %s"
126178
127- #: src/Utilities/UnitTesting/Assert.php:142
179+ #: src/Utilities/UnitTesting/Assert.php:144
128180#, php-format
129181msgid "%5$s failed. Not expected: (%3$s) \" %4$s\" . Actual: (%1$s) \" %2$s\" ."
130182msgstr ""
131183"%5$s ha fallado. No se esperaba: (%3$s) \" %4$s\" . Real: (%1$s) \" %2$s\" ."
132184
133- #: src/Utilities/UnitTesting/Assert.php:213
134- #: src/Utilities/UnitTesting/Assert.php:235
135- #: src/Utilities/UnitTesting/Assert.php:283
136- #: src/Utilities/UnitTesting/Assert.php:305
185+ #: src/Utilities/UnitTesting/Assert.php:215
186+ #: src/Utilities/UnitTesting/Assert.php:237
187+ #: src/Utilities/UnitTesting/Assert.php:285
188+ #: src/Utilities/UnitTesting/Assert.php:307
137189#, php-format
138190msgid "%1$s failed. Expected: \" %2$s\" . Actual: \" %3$s\" ."
139191msgstr "%1$s ha fallado. Se esperaba: \" %2$s\" . Real: \" %3$s\" ."
140192
141- #: src/Version.php:63 src/Version.php:82 src/VersionComponent.php:69
142- #: src/VersionComponent.php:124
193+ #: src/Version.php:62 src/Version.php:81
143194msgid ""
144195" \" {name}\" (position {pos}) must to be an instance of \" {expected}\" ; "
145196"\" {actual}\" given."
146197msgstr ""
147198
148- #: src/Version.php:66 src/Version.php:85
199+ #: src/Version.php:65 src/Version.php:84
149200msgid " Convert value or use the \" {class}::parse\" (static) method."
150201msgstr ""
151202
152- #: src/Version.php:99 src/Version.php:115 src/VersionComponent.php:49
203+ #: src/Version.php:98 src/Version.php:114
153204msgid ""
154205" \" {name}\" (position {pos}) must to be a positive number; \" {actual}\" "
155206"given."
156207msgstr ""
157208
158- #: src/Version.php:161
209+ #: src/Version.php:156
159210msgid "Unable to parse. Argument passed has an invalid type: \" {0}\" ."
160211msgstr ""
161212
162- #: src/Version.php:169
213+ #: src/Version.php:164
163214msgid "Unable to parse. Argument passed has an invalid format: \" {0}\" ."
164215msgstr ""
165216
166- #: src/VersionComponent.php:105
167- msgid " \" {name}\" (position {pos}) has invalid chars; \" {actual}\" given."
168- msgstr ""
169-
170- #: src/PropertiesHandler.inc:70
171- msgid "Unable to get the property value in \" {0}\" class."
172- msgstr ""
173-
174- #: src/PropertiesHandler.inc:96
175- msgid "Unable to set the property value in \" {0}\" class."
176- msgstr ""
177-
178- #: src/PropertiesHandler.inc:118
179- msgid "Property name is not valid."
180- msgstr ""
181-
182- #: src/PropertiesHandler.inc:128
183- msgid "Property \" {class}::{property}\" do not exists."
184- msgstr ""
185-
186- #: src/PropertiesHandler.inc:150
187- msgid "Method name is not valid."
188- msgstr ""
189-
190- #: src/PropertiesHandler.inc:160
191- msgid "Method \" {class}::{method}\" do not exists."
192- msgstr ""
193-
194- #: src/PropertiesHandler.inc:189
195- msgid "Property \" {class}::{name}\" has not a setter."
217+ #: src/VersionComponent.php:58
218+ #, fuzzy
219+ #| msgid ""
220+ #| "Invalid argument value. '%s' (argument %s) must be a positive number; "
221+ #| "'%s' given."
222+ msgid " {position} argument must to be a positive number; \" {actual}\" given."
196223msgstr ""
224+ "Valor inválido de argumento. '%s' (argumento %s) debe ser un número "
225+ "positivo; '%s' dado."
197226
198- #: src/PropertiesHandler.inc:218
199- msgid "Property \" {class}::{name} \" has not a getter ."
227+ #: src/VersionComponent.php:92
228+ msgid " {position} parameter has invalid chars; \" {actual} \" given ."
200229msgstr ""
201230
202231#~ msgid "Can not specify $versions argument if $name argument is null."
@@ -210,13 +239,6 @@ msgstr ""
210239#~ msgid "Asset has not version %s."
211240#~ msgstr "Recurso no tiene definida la versión %s."
212241
213- #~ msgid ""
214- #~ "Invalid argument value. '%s' (argument %s) must be a positive number; "
215- #~ "'%s' given."
216- #~ msgstr ""
217- #~ "Valor inválido de argumento. '%s' (argumento %s) debe ser un número "
218- #~ "positivo; '%s' dado."
219-
220242#~ msgid "Unable to parse. Argument passed has an invalid format: '%s'."
221243#~ msgstr ""
222244#~ "No se puede convertir. El argumento que se ha pasado tiene un formato "
0 commit comments