]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/plugins/rails-i18n/locale/bs.yml
Update to Rails 2.3.11
[rails.git] / vendor / plugins / rails-i18n / locale / bs.yml
index f33df6f54a26b2fdc7c5145989da596e31d7bf26..f52205658000a48b11f667de469b030b3cc9aca4 100644 (file)
       less_than_x_seconds:
         zero: 'manje od 1 sekunde'
         one: 'manje od 1 sekunde'
-        few: 'manje od {{count}} sekunde'
-        other: 'manje od {{count}} sekundi'
+        few: 'manje od %{count} sekunde'
+        other: 'manje od %{count} sekundi'
       x_seconds:
         one: '1 sekunda'
-        few: '{{count}} sekunde'
-        other: '{{count}} sekundi'
+        few: '%{count} sekunde'
+        other: '%{count} sekundi'
       less_than_x_minutes:
         zero: 'manje оd minuta'
         one: 'manje od 1 minut'
-        other: 'manje od {{count}} minuta'
+        other: 'manje od %{count} minuta'
       x_minutes:
         one: '1 minut'
-        other: '{{count}} minuta'
+        other: '%{count} minuta'
       about_x_hours:
         one: 'oko 1 sat'
-        few: 'око {{count}} sata'
-        other: 'око {{count}} sati'
+        few: 'око %{count} sata'
+        other: 'око %{count} sati'
       x_days:
         one: '1 dan'
-        other: '{{count}} dana'
+        other: '%{count} dana'
       about_x_months:
         one: 'око 1 mjesec'
-        few: 'око {{count}} mjeseca'
-        other: 'око {{count}} mjeseci'
+        few: 'око %{count} mjeseca'
+        other: 'око %{count} mjeseci'
       x_months:
         one: '1 mjesec'
-        few: '{{count}} mjeseca'
-        other: '{{count}} mjeseci'
+        few: '%{count} mjeseca'
+        other: '%{count} mjeseci'
       about_x_years:
         one: 'око 1 godine'
-        other: 'око {{count}} godine'
+        other: 'око %{count} godine'
       over_x_years:
         one: 'preko 1 godine'
-        other: 'preko {{count}} godine'
+        other: 'preko %{count} godine'
 
   number:
     format:
@@ -88,9 +88,9 @@
     errors:
       template:
         header:
-          one: 'nisam uspio sačuvati {{model}}: 1 greška.'
-          few: 'nisam uspio sačuvati {{model}}: {{count}} greške.'
-          other: 'nisam uspio sačuvati {{model}}: {{count}} greški.'
+          one: 'nisam uspio sačuvati %{model}: 1 greška.'
+          few: 'nisam uspio sačuvati %{model}: %{count} greške.'
+          other: 'nisam uspio sačuvati %{model}: %{count} greški.'
         body: "Molim Vas da provjerite slijedeća polja:"
       messages:
         inclusion: "nije u listi"
         accepted: "mora biti prihvaćeno"
         empty: "mora biti dat"
         blank: "mora biti dat"
-        too_long: "je predugačak (ne više od {{count}} karaktera)"
-        too_short: "је prekratak (ne manje od {{count}} karaktera)"
-        wrong_length: "nije odgovarajuće dužine (mora biti {{count}} karaktera)"
+        too_long: "je predugačak (ne više od %{count} karaktera)"
+        too_short: "је prekratak (ne manje od %{count} karaktera)"
+        wrong_length: "nije odgovarajuće dužine (mora biti %{count} karaktera)"
         taken: "је zauzeto"
         not_a_number: "nije broj"
-        greater_than: "mora biti veće od {{count}}"
-        greater_than_or_equal_to: "mora biti veće ili jednako {{count}}"
-        equal_to: "mora biti jednako {{count}}"
-        less_than: "mora biti manje od {{count}}"
-        less_than_or_equal_to: "mora biti manje ili jednako {{count}}"
+        greater_than: "mora biti veće od %{count}"
+        greater_than_or_equal_to: "mora biti veće ili jednako %{count}"
+        equal_to: "mora biti jednako %{count}"
+        less_than: "mora biti manje od %{count}"
+        less_than_or_equal_to: "mora biti manje ili jednako %{count}"
         odd: "mora biti neparno"
         even: "mora biti parno"