This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sl.xlf

200 lines
10 KiB
Plaintext
Raw Normal View History

2011-03-09 09:28:25 +00:00
<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="1">
<source>This value should be false</source>
<target>Vrednost bi morala biti nepravilna (false)</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="2">
<source>This value should be true</source>
<target>Vrednost bi morala biti pravilna (true)</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="3">
<source>This value should be of type {{ type }}</source>
<target>Vrednost mora biti naslednjega tipa {{ type }}</target>
</trans-unit>
<trans-unit id="4">
<source>This value should be blank</source>
<target>Vrednost mora biti prazna</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="5">
<source>The value you selected is not a valid choice</source>
<target>Vrednost naj bo ena izmed podanih možnosti</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="6">
<source>You must select at least {{ limit }} choices</source>
<target>Izberite vsaj {{ limit }} možnosti</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="7">
<source>You must select at most {{ limit }} choices</source>
<target>Izberete lahko največ {{ limit }} možnosti</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="8">
<source>One or more of the given values is invalid</source>
<target>Ena ali več podanih vrednosti ni veljavnih</target>
</trans-unit>
<trans-unit id="9">
2011-03-09 09:28:25 +00:00
<source>The fields {{ fields }} were not expected</source>
<target>Naslednja polja {{ fields }} niso bila pričakovana</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="10">
2011-03-09 09:28:25 +00:00
<source>The fields {{ fields }} are missing</source>
<target>Naslednja polja {{ fields }} ne obstajajo</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="11">
2011-03-09 09:28:25 +00:00
<source>This value is not a valid date</source>
<target>Vrednost ne vsebuje veljavnega datuma</target>
</trans-unit>
<trans-unit id="12">
2011-03-09 09:28:25 +00:00
<source>This value is not a valid datetime</source>
<target>Vrednost ne vsebuje veljavnega datuma in časa</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="13">
2011-03-09 09:28:25 +00:00
<source>This value is not a valid email address</source>
<target>Vpisana vrednost ni veljaven email naslov</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="14">
2011-03-09 09:28:25 +00:00
<source>The file could not be found</source>
<target>Datoteke ni mogoče najti</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="15">
2011-03-09 09:28:25 +00:00
<source>The file is not readable</source>
<target>Datoteke ni mogoče prebrati</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="16">
2011-03-09 09:28:25 +00:00
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}</source>
<target>Datoteka je prevelika ({{ size }}). Največja dovoljena velikost je {{ limit }}</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="17">
2011-03-09 09:28:25 +00:00
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}</source>
<target>Napačna Mime vrednost datoteke ({{ type }}). Dovoljene mime vrednosti so {{ types }}</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="18">
2011-03-09 09:28:25 +00:00
<source>This value should be {{ limit }} or less</source>
<target>Vrednost mora biti manjša od {{ limit }}</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="19">
2011-03-09 09:28:25 +00:00
<source>This value is too long. It should have {{ limit }} characters or less</source>
<target>Vpisana vrednost je predolga. Največja dolžina je {{ limit }} znakov</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="20">
2011-03-09 09:28:25 +00:00
<source>This value should be {{ limit }} or more</source>
<target>Vpisana vrednost naj vsebuje vsaj {{ limit }} znakov</target>
</trans-unit>
<trans-unit id="21">
2011-03-09 09:28:25 +00:00
<source>This value is too short. It should have {{ limit }} characters or more</source>
<target>Vpisana vrednost je prekratka. Vpišite vsaj {{ limit }} znakov</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="22">
2011-03-09 09:28:25 +00:00
<source>This value should not be blank</source>
<target>Vrednost ne sme biti prazna</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="23">
2011-03-09 09:28:25 +00:00
<source>This value should not be null</source>
<target>Vrednost ne sme biti nedefinirana (null)</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="24">
2011-03-09 09:28:25 +00:00
<source>This value should be null</source>
<target>Vrednost mora biti nedefinirana (null)</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="25">
2011-03-09 09:28:25 +00:00
<source>This value is not valid</source>
<target>Vrednost ni pravilna</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="26">
2011-03-09 09:28:25 +00:00
<source>This value is not a valid time</source>
<target>Vrednost ne vsebuje veljavnega časa</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="27">
2011-03-09 09:28:25 +00:00
<source>This value is not a valid URL</source>
<target>Vrednost ne vsebuje veljavnega URL naslova</target>
</trans-unit>
<trans-unit id="28">
<source>This form should not contain extra fields</source>
<target>To področje ne sme vsebovati dodatnih polj</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="29">
<source>The uploaded file was too large. Please try to upload a smaller file</source>
<target>Naložena datoteka je prevelika. Prosim, poizkusite naložiti manjšo</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="30">
2012-01-09 08:15:10 +00:00
<source>The CSRF token is invalid. Please try to resubmit the form</source>
<target>CSRF vrednost je napačna. Prosimo, ponovno pošljite obrazec</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
<trans-unit id="31">
<source>The two values should be equal</source>
<target>Vrednosti morata biti enaki</target>
2011-03-09 09:28:25 +00:00
</trans-unit>
2012-01-09 08:15:10 +00:00
<trans-unit id="32">
<source>The file is too large. Allowed maximum size is {{ limit }}</source>
<target>Datoteka je prevelika. Največja dovoljena velikost je {{ limit }}</target>
</trans-unit>
<trans-unit id="33">
<source>The file is too large</source>
<target>Datoteka je prevelika</target>
</trans-unit>
<trans-unit id="34">
<source>The file could not be uploaded</source>
<target>Datoteke ni bilo mogoče naložiti</target>
</trans-unit>
<trans-unit id="35">
<source>This value should be a valid number</source>
<target>Vrednost mora biti veljavna številka</target>
</trans-unit>
<trans-unit id="36">
<source>This file is not a valid image</source>
<target>Datoteka ni veljavna slika</target>
</trans-unit>
<trans-unit id="37">
<source>This is not a valid IP address</source>
<target>IP naslov ni veljaven</target>
</trans-unit>
<trans-unit id="38">
<source>This value is not a valid language</source>
<target>Vrednost ni veljaven jezik</target>
</trans-unit>
<trans-unit id="39">
<source>This value is not a valid locale</source>
<target>Vrednost ni veljavna lokalnost</target>
</trans-unit>
<trans-unit id="40">
<source>This value is not a valid country</source>
<target>Vrednost ni veljavna država</target>
</trans-unit>
<trans-unit id="41">
<source>This value is already used</source>
<target>Ta vrednost je že uporabljena</target>
</trans-unit>
<trans-unit id="42">
<source>The size of the image could not be detected</source>
<target>Velikost slike ni bilo mogoče zaznati</target>
</trans-unit>
<trans-unit id="43">
<source>The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px</source>
<target>Širina slike je preširoka ({{ width }}px). Največja dovoljena širina je {{ max_width }}px</target>
</trans-unit>
<trans-unit id="44">
<source>The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px</source>
<target>Širina slike je premajhna ({{ width }}px). Najmanjša predvidena širina je {{ min_width }}px</target>
</trans-unit>
<trans-unit id="45">
<source>The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px</source>
<target>Višina slike je premajhna ({{ height }}px). Največja dovoljena višina je {{ max_height }}px</target>
</trans-unit>
<trans-unit id="46">
<source>The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px</source>
<target>Višina slike je premajhna ({{ height }}px). Najmanjša predvidena višina je {{ min_height }}px</target>
</trans-unit>
<trans-unit id="47">
<source>This value should be the user current password</source>
<target>Vrednost bi morala biti trenutno uporabnikovo geslo</target>
</trans-unit>
<trans-unit id="48">
<source>This value should have exactly {{ limit }} characters</source>
<target>Vrednost bi morala imeti točno {{ limit }} znakov</target>
</trans-unit>
2011-03-09 09:28:25 +00:00
</body>
</file>
</xliff>