Skip to content

Commit 7ebb05d

Browse files
committed
Merge branch '2.3'
* 2.3: (33 commits) Revert "[Console] ensure exit code between 0-254" Added missing galician (gl) translations fix many-to-many Propel1 ModelChoiceList [Console] ensure exit code between 0-254 Added Greek translation [DomCrawler] Fixed a fatal error when setting a value in a malformed field name. [FrameworkBundle] Fixed OutOfBoundException when session handler_id is null [DependencyInjection] Add support for aliases of aliases + regression test [Console] fix status code when Exception::getCode returns something like 0.1 Fixed doc block on Filesystem::rename Fixed exit code for exceptions with error code 0 [DependencyInjection] Rename ContainerBuilder::$aliases to avoid conflicting with the parent class [DependencyInjection] Remove get*Alias*Service methods from compiled containers [DependencyInjection] Fix aliased access of shared services, fixes #8096 instantiate valid commands only bumped Symfony version to -DEV updated VERSION for 2.3.0 updated CHANGELOG for 2.3.0 [Config] Added tests for the FileResource and DirectoryResource. [Config] Fixed @Covers annotation which ignored some of the methods from the code coverage. ... Conflicts: src/Symfony/Component/HttpKernel/Kernel.php
2 parents a530bb6 + 3f02fdd commit 7ebb05d

File tree

2 files changed

+339
-0
lines changed

2 files changed

+339
-0
lines changed
Lines changed: 283 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,283 @@
1+
<?xml version="1.0"?>
2+
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
3+
<file source-language="en" datatype="plaintext" original="file.ext">
4+
<body>
5+
<trans-unit id="1">
6+
<source>This value should be false.</source>
7+
<target>Αυτή η τιμή πρέπει να είναι ψευδής.</target>
8+
</trans-unit>
9+
<trans-unit id="2">
10+
<source>This value should be true.</source>
11+
<target>Αυτή η τιμή πρέπει να είναι αληθής.</target>
12+
</trans-unit>
13+
<trans-unit id="3">
14+
<source>This value should be of type {{ type }}.</source>
15+
<target>Αυτή η τιμή πρέπει να είναι τύπου {{ type }}.</target>
16+
</trans-unit>
17+
<trans-unit id="4">
18+
<source>This value should be blank.</source>
19+
<target>Αυτή η τιμή πρέπει να είναι κενή.</target>
20+
</trans-unit>
21+
<trans-unit id="5">
22+
<source>The value you selected is not a valid choice.</source>
23+
<target>Η τιμή που επιλέχθηκε δεν αντιστοιχεί σε έγκυρη επιλογή.</target>
24+
</trans-unit>
25+
<trans-unit id="6">
26+
<source>You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.</source>
27+
<target>Πρέπει να επιλέξετε τουλάχιστον {{ limit }} επιλογή.|Πρέπει να επιλέξετε τουλάχιστον {{ limit }} επιλογές.</target>
28+
</trans-unit>
29+
<trans-unit id="7">
30+
<source>You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.</source>
31+
<target>Πρέπει να επιλέξετε το πολύ {{ limit }} επιλογή.|Πρέπει να επιλέξετε το πολύ {{ limit }} επιλογές.</target>
32+
</trans-unit>
33+
<trans-unit id="8">
34+
<source>One or more of the given values is invalid.</source>
35+
<target>Μια ή περισσότερες τιμές δεν είναι έγκυρες.</target>
36+
</trans-unit>
37+
<trans-unit id="9">
38+
<source>The fields {{ fields }} were not expected.</source>
39+
<target>Τα πεδία {{ fields }} δεν ήταν αναμενόμενα.</target>
40+
</trans-unit>
41+
<trans-unit id="10">
42+
<source>The fields {{ fields }} are missing.</source>
43+
<target>Τα πεδία {{ fields }} απουσιάζουν.</target>
44+
</trans-unit>
45+
<trans-unit id="11">
46+
<source>This value is not a valid date.</source>
47+
<target>Η τιμή δεν αντιστοιχεί σε έγκυρη ημερομηνία.</target>
48+
</trans-unit>
49+
<trans-unit id="12">
50+
<source>This value is not a valid datetime.</source>
51+
<target>Η τιμή δεν αντιστοιχεί σε έγκυρη ημερομηνία και ώρα.</target>
52+
</trans-unit>
53+
<trans-unit id="13">
54+
<source>This value is not a valid email address.</source>
55+
<target>Η τιμή δεν αντιστοιχεί σε έγκυρο email.</target>
56+
</trans-unit>
57+
<trans-unit id="14">
58+
<source>The file could not be found.</source>
59+
<target>Το αρχείο δε μπορεί να βρεθεί.</target>
60+
</trans-unit>
61+
<trans-unit id="15">
62+
<source>The file is not readable.</source>
63+
<target>Το αρχείο δεν είναι αναγνώσιμο.</target>
64+
</trans-unit>
65+
<trans-unit id="16">
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>Το αρχείο είναι πολύ μεγάλο ({{ size }} {{ suffix }}). Το μέγιστο επιτρεπτό μέγεθος είναι {{ limit }} {{ suffix }}.</target>
68+
</trans-unit>
69+
<trans-unit id="17">
70+
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>
71+
<target>Ο τύπος mime του αρχείου δεν είναι έγκυρος ({{ type }}). Οι έγκρυοι τύποι mime είναι {{ types }}.</target>
72+
</trans-unit>
73+
<trans-unit id="18">
74+
<source>This value should be {{ limit }} or less.</source>
75+
<target>Αυτή η τιμή θα έπρεπε να είναι {{ limit }} ή λιγότερο.</target>
76+
</trans-unit>
77+
<trans-unit id="19">
78+
<source>This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.</source>
79+
<target>Αυτή η τιμή είναι πολύ μεγάλη. Θα έπρεπε να έχει {{ limit }} χαρακτήρα ή λιγότερο.|Αυτή η τιμή είναι πολύ μεγάλη. Θα έπρεπε να έχει {{ limit }} χαρακτήρες ή λιγότερο.</target>
80+
</trans-unit>
81+
<trans-unit id="20">
82+
<source>This value should be {{ limit }} or more.</source>
83+
<target>Αυτή η τιμή θα έπρεπε να είναι {{ limit }} ή περισσότερο.</target>
84+
</trans-unit>
85+
<trans-unit id="21">
86+
<source>This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.</source>
87+
<target>Αυτή η τιμή είναι πολύ μικρή. Θα έπρεπε να έχει {{ limit }} χαρακτήρα ή περισσότερο.|Αυτή η τιμή είναι πολύ μικρή. Θα έπρεπε να έχει {{ limit }} χαρακτήρες ή περισσότερο.</target>
88+
</trans-unit>
89+
<trans-unit id="22">
90+
<source>This value should not be blank.</source>
91+
<target>Αυτή η τιμή δεν πρέπει να είναι κενή.</target>
92+
</trans-unit>
93+
<trans-unit id="23">
94+
<source>This value should not be null.</source>
95+
<target>Αυτή η τιμή δεν πρέπει να είναι μηδενική.</target>
96+
</trans-unit>
97+
<trans-unit id="24">
98+
<source>This value should be null.</source>
99+
<target>Αυτή η τιμή πρέπει να είναι μηδενική.</target>
100+
</trans-unit>
101+
<trans-unit id="25">
102+
<source>This value is not valid.</source>
103+
<target>Αυτή η τιμή δεν είναι έκγυρη.</target>
104+
</trans-unit>
105+
<trans-unit id="26">
106+
<source>This value is not a valid time.</source>
107+
<target>Αυτή η τιμή δεν αντιστοιχεί σε έγκυρη ώρα.</target>
108+
</trans-unit>
109+
<trans-unit id="27">
110+
<source>This value is not a valid URL.</source>
111+
<target>Αυτή η τιμή δεν αντιστοιχεί σε έγκυρο URL.</target>
112+
</trans-unit>
113+
<trans-unit id="31">
114+
<source>The two values should be equal.</source>
115+
<target>Οι δύο τιμές θα πρέπει να είναι ίδιες.</target>
116+
</trans-unit>
117+
<trans-unit id="32">
118+
<source>The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.</source>
119+
<target>Το αρχείο είναι πολύ μεγάλο. Το μέγιστο επιτρεπτό μέγεθος είναι {{ limit }} {{ suffix }}.</target>
120+
</trans-unit>
121+
<trans-unit id="33">
122+
<source>The file is too large.</source>
123+
<target>Το αρχείο είναι πολύ μεγάλο.</target>
124+
</trans-unit>
125+
<trans-unit id="34">
126+
<source>The file could not be uploaded.</source>
127+
<target>Το αρχείο δε μπορεί να ανέβει.</target>
128+
</trans-unit>
129+
<trans-unit id="35">
130+
<source>This value should be a valid number.</source>
131+
<target>Αυτή η τιμή θα πρέπει να είναι ένας έγκυρος αριθμός.</target>
132+
</trans-unit>
133+
<trans-unit id="36">
134+
<source>This file is not a valid image.</source>
135+
<target>Το αρχείο δεν αποτελεί έγκυρη εικόνα.</target>
136+
</trans-unit>
137+
<trans-unit id="37">
138+
<source>This is not a valid IP address.</source>
139+
<target>Αυτό δεν είναι μια έκγυρη διεύθυνση IP.</target>
140+
</trans-unit>
141+
<trans-unit id="38">
142+
<source>This value is not a valid language.</source>
143+
<target>Αυτή η τιμή δεν αντιστοιχεί σε μια έκγυρη γλώσσα.</target>
144+
</trans-unit>
145+
<trans-unit id="39">
146+
<source>This value is not a valid locale.</source>
147+
<target>Αυτή η τιμή δεν αντιστοιχεί σε έκγυρο κωδικό τοποθεσίας.</target>
148+
</trans-unit>
149+
<trans-unit id="40">
150+
<source>This value is not a valid country.</source>
151+
<target>Αυτή η τιμή δεν αντιστοιχεί σε μια έκγυρη χώρα.</target>
152+
</trans-unit>
153+
<trans-unit id="41">
154+
<source>This value is already used.</source>
155+
<target>Αυτή η τιμή χρησιμοποιείται ήδη.</target>
156+
</trans-unit>
157+
<trans-unit id="42">
158+
<source>The size of the image could not be detected.</source>
159+
<target>Το μέγεθος της εικόνας δεν ήταν δυνατό να ανιχνευθεί.</target>
160+
</trans-unit>
161+
<trans-unit id="43">
162+
<source>The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.</source>
163+
<target>Το πλάτος της εικόνας είναι πολύ μεγάλο ({{ width }}px). Το μέγιστο επιτρεπτό πλάτος είναι {{ max_width }}px.</target>
164+
</trans-unit>
165+
<trans-unit id="44">
166+
<source>The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.</source>
167+
<target>Το πλάτος της εικόνας είναι πολύ μικρό ({{ width }}px). Το ελάχιστο επιτρεπτό πλάτος είναι {{ min_width }}px.</target>
168+
</trans-unit>
169+
<trans-unit id="45">
170+
<source>The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.</source>
171+
<target>Το ύψος της εικόνας είναι πολύ μεγάλο ({{ height }}px). Το μέγιστο επιτρεπτό ύψος είναι {{ max_height }}px.</target>
172+
</trans-unit>
173+
<trans-unit id="46">
174+
<source>The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.</source>
175+
<target>Το ύψος της εικόνας είναι πολύ μικρό ({{ height }}px). Το ελάχιστο επιτρεπτό ύψος είναι {{ min_height }}px.</target>
176+
</trans-unit>
177+
<trans-unit id="47">
178+
<source>This value should be the user current password.</source>
179+
<target>Αυτή η τιμή θα έπρεπε να είναι ο τρέχων κωδικός.</target>
180+
</trans-unit>
181+
<trans-unit id="48">
182+
<source>This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.</source>
183+
<target>Αυτή η τιμή θα έπρεπε να έχει ακριβώς {{ limit }} χαρακτήρα.|Αυτή η τιμή θα έπρεπε να έχει ακριβώς {{ limit }} χαρακτήρες.</target>
184+
</trans-unit>
185+
<trans-unit id="49">
186+
<source>The file was only partially uploaded.</source>
187+
<target>Το αρχείο δεν ανέβηκε ολόκληρο.</target>
188+
</trans-unit>
189+
<trans-unit id="50">
190+
<source>No file was uploaded.</source>
191+
<target>Δεν ανέβηκε κανένα αρχείο.</target>
192+
</trans-unit>
193+
<trans-unit id="51">
194+
<source>No temporary folder was configured in php.ini.</source>
195+
<target>Κανένας προσωρινός φάκελος δεν έχει ρυθμιστεί στο php.ini.</target>
196+
</trans-unit>
197+
<trans-unit id="52">
198+
<source>Cannot write temporary file to disk.</source>
199+
<target>Αδυναμία εγγραφής προσωρινού αρχείου στο δίσκο.</target>
200+
</trans-unit>
201+
<trans-unit id="53">
202+
<source>A PHP extension caused the upload to fail.</source>
203+
<target>Μια επέκταση PHP προκάλεσε αδυναμία ανεβάσματος.</target>
204+
</trans-unit>
205+
<trans-unit id="54">
206+
<source>This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.</source>
207+
<target>Αυτή η συλλογή θα πρέπει να περιέχει {{ limit }} στοιχείο ή περισσότερα.|Αυτή η συλλογή θα πρέπει να περιέχει {{ limit }} στοιχεία ή περισσότερα.</target>
208+
</trans-unit>
209+
<trans-unit id="55">
210+
<source>This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.</source>
211+
<target>Αυτή η συλλογή θα πρέπει να περιέχει {{ limit }} στοιχείo ή λιγότερα.|Αυτή η συλλογή θα πρέπει να περιέχει {{ limit }} στοιχεία ή λιγότερα.</target>
212+
</trans-unit>
213+
<trans-unit id="56">
214+
<source>This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.</source>
215+
<target>Αυτή η συλλογή θα πρέπει να περιέχει ακριβώς {{ limit }} στοιχείo.|Αυτή η συλλογή θα πρέπει να περιέχει ακριβώς {{ limit }} στοιχεία.</target>
216+
</trans-unit>
217+
<trans-unit id="57">
218+
<source>Invalid card number.</source>
219+
<target>Μη έγκυρος αριθμός κάρτας.</target>
220+
</trans-unit>
221+
<trans-unit id="58">
222+
<source>Unsupported card type or invalid card number.</source>
223+
<target>Μη υποστηριζόμενος τύπος κάρτας ή μη έγκυρος αριθμός κάρτας.</target>
224+
</trans-unit>
225+
<trans-unit id="59">
226+
<source>This is not a valid International Bank Account Number (IBAN).</source>
227+
<target>Αυτό δεν αντιστοιχεί σε έκγυρο διεθνή αριθμό τραπεζικού λογαριασμού (IBAN).</target>
228+
</trans-unit>
229+
<trans-unit id="60">
230+
<source>This value is not a valid ISBN-10.</source>
231+
<target>Αυτό δεν είναι έγκυρος κωδικός ISBN-10.</target>
232+
</trans-unit>
233+
<trans-unit id="61">
234+
<source>This value is not a valid ISBN-13.</source>
235+
<target>Αυτό δεν είναι έγκυρος κωδικός ISBN-13.</target>
236+
</trans-unit>
237+
<trans-unit id="62">
238+
<source>This value is neither a valid ISBN-10 nor a valid ISBN-13.</source>
239+
<target>Αυτό δεν είναι ούτε έγκυρος κωδικός ISBN-10 ούτε έγκυρος κωδικός ISBN-13.</target>
240+
</trans-unit>
241+
<trans-unit id="63">
242+
<source>This value is not a valid ISSN.</source>
243+
<target>Αυτό δεν είναι έγκυρος κωδικός ISSN.</target>
244+
</trans-unit>
245+
<trans-unit id="64">
246+
<source>This value is not a valid currency.</source>
247+
<target>Αυτό δεν αντιστοιχεί σε έγκυρο νόμισμα.</target>
248+
</trans-unit>
249+
<trans-unit id="65">
250+
<source>This value should be equal to {{ compared_value }}.</source>
251+
<target>Αυτή η τιμή θα πρέπει να είναι ίση με {{ compared_value }}.</target>
252+
</trans-unit>
253+
<trans-unit id="66">
254+
<source>This value should be greater than {{ compared_value }}.</source>
255+
<target>Αυτή η τιμή θα πρέπει να είναι μεγαλύτερη από {{ compared_value }}.</target>
256+
</trans-unit>
257+
<trans-unit id="67">
258+
<source>This value should be greater than or equal to {{ compared_value }}.</source>
259+
<target>Αυτή η τιμή θα πρέπει να είναι μεγαλύτερη ή ίση με {{ compared_value }}.</target>
260+
</trans-unit>
261+
<trans-unit id="68">
262+
<source>This value should be identical to {{ compared_value_type }} {{ compared_value }}.</source>
263+
<target>Αυτή η τιμή θα πρέπει να είναι πανομοιότυπη με {{ compared_value_type }} {{ compared_value }}.</target>
264+
</trans-unit>
265+
<trans-unit id="69">
266+
<source>This value should be less than {{ compared_value }}.</source>
267+
<target>Αυτή η τιμή θα πρέπει να είναι μικρότερη από {{ compared_value }}.</target>
268+
</trans-unit>
269+
<trans-unit id="70">
270+
<source>This value should be less than or equal to {{ compared_value }}.</source>
271+
<target>Αυτή η τιμή θα πρέπει να είναι μικρότερη ή ίση με {{ compared_value }}.</target>
272+
</trans-unit>
273+
<trans-unit id="71">
274+
<source>This value should not be equal to {{ compared_value }}.</source>
275+
<target>Αυτή η τιμή δεν θα πρέπει να είναι ίση με {{ compared_value }}.</target>
276+
</trans-unit>
277+
<trans-unit id="72">
278+
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
279+
<target>Αυτή η τιμή δεν πρέπει να είναι πανομοιότυπη με {{ compared_value_type }} {{ compared_value }}.</target>
280+
</trans-unit>
281+
</body>
282+
</file>
283+
</xliff>

0 commit comments

Comments
 (0)