diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sr.xlf b/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sr.xlf index 02ff856b97..1b647f4021 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sr.xlf +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sr.xlf @@ -166,6 +166,34 @@ This value is already used Вредност је већ искоришћена + + The size of the image could not be detected + Величина слике не може бити одређена + + + The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px + Ширина слике је превелика ({{ width }}px). Најећа дозвољена ширина је {{ max_width }}px + + + The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px + Ширина слике је премала ({{ width }}px). Најмања дозвољена ширина је {{ min_width }}px + + + The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px + Висина слике је превелика ({{ height }}px). Најећа дозвољена висина је {{ max_height }}px + + + The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px + Висина слике је премала ({{ height }}px). Најмања дозвољена висина је {{ min_height }}px + + + This value should be the user current password + Вредност треба да буде тренутна корисничка лозинка + + + This value should have exactly {{ limit }} characters + Вредност треба да има тачно {{ limit }} карактера + \ No newline at end of file