@@ -0,0 +1,9 | |||||
|
1 | <% if @user.auth_source %>Mozete koristiti vas "<%= @user.auth_source.name %>" nalog da bi ste se prikljucili na Redmine. | |||
|
2 | <% else %>Informacije o vasem Redmine nalogu: | |||
|
3 | * Login: <%= @user.login %> | |||
|
4 | * Password: <%= @password %> | |||
|
5 | <% end %> | |||
|
6 | Log in: <%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'login' %> | |||
|
7 | <% unless @user.auth_source %> | |||
|
8 | Ovde mozete izmeniti svoju lozinku: <%= url_for :only_path => false, :host => Setting.host_name, :controller => 'my', :action => 'account' %> | |||
|
9 | <% end %> |
This diff has been collapsed as it changes many lines, (535 lines changed) Show them Hide them | |||||
@@ -0,0 +1,535 | |||||
|
1 | _gloc_rule_default: '|n| n==1 ? "" : "_plural" ' | |||
|
2 | ||||
|
3 | actionview_datehelper_select_day_prefix: | |||
|
4 | actionview_datehelper_select_month_names: Januar,Februar,Mart,April,Maj,Jue,Jul,Avgust,Septembar,Oktobar,Novembar,Decembar | |||
|
5 | actionview_datehelper_select_month_names_abbr: Jan,Feb,Mar,Apr,Maj,Jun,Jul,Avg,Sep,Okt,Nov,Dec | |||
|
6 | actionview_datehelper_select_month_prefix: | |||
|
7 | actionview_datehelper_select_year_prefix: | |||
|
8 | actionview_datehelper_time_in_words_day: 1 dan | |||
|
9 | actionview_datehelper_time_in_words_day_plural: %d dana | |||
|
10 | actionview_datehelper_time_in_words_hour_about: oko sat vremena | |||
|
11 | actionview_datehelper_time_in_words_hour_about_plural: oko %d sati | |||
|
12 | actionview_datehelper_time_in_words_hour_about_single: oko sat vremena | |||
|
13 | actionview_datehelper_time_in_words_minute: 1 minut | |||
|
14 | actionview_datehelper_time_in_words_minute_half: pola minuta | |||
|
15 | actionview_datehelper_time_in_words_minute_less_than: manje od minut | |||
|
16 | actionview_datehelper_time_in_words_minute_plural: %d minuta | |||
|
17 | actionview_datehelper_time_in_words_minute_single: 1 minut | |||
|
18 | actionview_datehelper_time_in_words_second_less_than: manje od sekunde | |||
|
19 | actionview_datehelper_time_in_words_second_less_than_plural: manje od %d sekundi | |||
|
20 | actionview_instancetag_blank_option: Molim izaberite | |||
|
21 | ||||
|
22 | activerecord_error_inclusion: nije ukljucen u listu | |||
|
23 | activerecord_error_exclusion: je rezervisan | |||
|
24 | activerecord_error_invalid: je pogrešan | |||
|
25 | activerecord_error_confirmation: Ne slaže se sa potvrdom | |||
|
26 | activerecord_error_accepted: mora biti prihvaćen | |||
|
27 | activerecord_error_empty: ne sme biti prazan | |||
|
28 | activerecord_error_blank: ne sme biti prazno | |||
|
29 | activerecord_error_too_long: je suvise dugačko | |||
|
30 | activerecord_error_too_short: je suvise kratko | |||
|
31 | activerecord_error_wrong_length: je pogrešne dužine | |||
|
32 | activerecord_error_taken: je vež zauzeto | |||
|
33 | activerecord_error_not_a_number: nije broj | |||
|
34 | activerecord_error_not_a_date: nije datum | |||
|
35 | activerecord_error_greater_than_start_date: mora biti veći od početnog datuma | |||
|
36 | activerecord_error_not_same_project: ne pripada istom projektu | |||
|
37 | activerecord_error_circular_dependency: Ova relacija bi kreirala kružnu zavisnost | |||
|
38 | ||||
|
39 | general_fmt_age: %d g | |||
|
40 | general_fmt_age_plural: %d god. | |||
|
41 | general_fmt_date: %%m/%%d/%%G | |||
|
42 | general_fmt_datetime: %%m/%%d/%%G %%H:%%M %%p | |||
|
43 | general_fmt_datetime_short: %%b %%d, %%H:%%M %%p | |||
|
44 | general_fmt_time: %%I:%%M %%p | |||
|
45 | general_text_No: 'Ne' | |||
|
46 | general_text_Yes: 'Da' | |||
|
47 | general_text_no: 'ne' | |||
|
48 | general_text_yes: 'da' | |||
|
49 | general_lang_name: 'Srpski' | |||
|
50 | general_csv_separator: ',' | |||
|
51 | general_csv_encoding: ISO-8859-1 | |||
|
52 | general_pdf_encoding: ISO-8859-1 | |||
|
53 | general_day_names: Ponedeljak, Utorak, Sreda, četvrtak, Petak, Subota, Nedelja | |||
|
54 | general_first_day_of_week: '1' | |||
|
55 | ||||
|
56 | notice_account_updated: Nalog je uspešno izmenjen. | |||
|
57 | notice_account_invalid_creditentials: Pogrešan korisnik ili lozinka | |||
|
58 | notice_account_password_updated: Lozinka je uspešno izmenjena. | |||
|
59 | notice_account_wrong_password: Pogrešna lozinka | |||
|
60 | notice_account_register_done: Nalog je uspešno kreiran. Da bi ste aktivirali vaš nalog kliknite na link koji vam je poslat. | |||
|
61 | notice_account_unknown_email: Nepoznati korisnik. | |||
|
62 | notice_can_t_change_password: Ovaj nalog koristi eksterni izvor autentifikacije. Ne mogu da promenim šifru. | |||
|
63 | notice_account_lost_email_sent: Email sa uputstvima o izboru nove šifre je poslat na vašu adresu. | |||
|
64 | notice_account_activated: Vaš nalog je aktiviran. Možete se ulogovati. | |||
|
65 | notice_successful_create: Uspešna kreacija. | |||
|
66 | notice_successful_update: Uspešna izmena. | |||
|
67 | notice_successful_delete: Uspešno brisanje. | |||
|
68 | notice_successful_connection: Uspešna konekcija. | |||
|
69 | notice_file_not_found: Stranica kojoj pokušavate da pristupite ne postoji ili je uklonjena. | |||
|
70 | notice_locking_conflict: Podaci su izmenjeni od strane drugog korisnika. | |||
|
71 | notice_scm_error: Unos i/ili revizija ne postoji u repository-ju. | |||
|
72 | notice_not_authorized: Niste ovlašćeni da pristupite ovoj stranici. | |||
|
73 | notice_email_sent: Email je poslat %s | |||
|
74 | notice_email_error: Došlo je do greške pri slanju maila (%s) | |||
|
75 | notice_feeds_access_key_reseted: Vaš RSS pristup je resetovan. | |||
|
76 | notice_failed_to_save_issues: "Neuspešno snimanje %d kartica na %d izabrano: %s." | |||
|
77 | notice_no_issue_selected: "Nijedna kartica nije izabrana! Molim, izaberite kartice koje želite za editujete." | |||
|
78 | ||||
|
79 | mail_subject_lost_password: Vaša redMine lozinka | |||
|
80 | mail_body_lost_password: 'Da biste izmenili vašu Redmine lozinku, kliknite na sledeći link:' | |||
|
81 | mail_subject_register: aktivacija redMine naloga | |||
|
82 | mail_body_register: 'Da biste aktivirali vaš Redmine nalog, kliknite na sledeći link:' | |||
|
83 | ||||
|
84 | gui_validation_error: 1 greška | |||
|
85 | gui_validation_error_plural: %d grešaka | |||
|
86 | ||||
|
87 | field_name: Ime | |||
|
88 | field_description: Opis | |||
|
89 | field_summary: Sažetak | |||
|
90 | field_is_required: Zahtevano | |||
|
91 | field_firstname: Ime | |||
|
92 | field_lastname: Prezime | |||
|
93 | field_mail: Email | |||
|
94 | field_filename: File | |||
|
95 | field_filesize: Veličina | |||
|
96 | field_downloads: Downloads | |||
|
97 | field_author: Autor | |||
|
98 | field_created_on: Kreirano | |||
|
99 | field_updated_on: Izmenjeno | |||
|
100 | field_field_format: Format | |||
|
101 | field_is_for_all: Za sve projekte | |||
|
102 | field_possible_values: Moguće vrednosti | |||
|
103 | field_regexp: Regularni izraz | |||
|
104 | field_min_length: Minimalna dužina | |||
|
105 | field_max_length: Maximalna dužina | |||
|
106 | field_value: Vrednost | |||
|
107 | field_category: Kategorija | |||
|
108 | field_title: Naslov | |||
|
109 | field_project: Projekat | |||
|
110 | field_issue: Kartica | |||
|
111 | field_status: Status | |||
|
112 | field_notes: Beleške | |||
|
113 | field_is_closed: Greška zatvorena | |||
|
114 | field_is_default: Podrazumevana vrednost | |||
|
115 | field_html_color: Boja | |||
|
116 | field_tracker: Tracker | |||
|
117 | field_subject: Subjekat | |||
|
118 | field_due_date: Do datuma | |||
|
119 | field_assigned_to: Dodeljeno | |||
|
120 | field_priority: Prioritet | |||
|
121 | field_fixed_version: Ispravljena verzija | |||
|
122 | field_user: Korisnik | |||
|
123 | field_role: Uloga | |||
|
124 | field_homepage: Homepage | |||
|
125 | field_is_public: Javni | |||
|
126 | field_parent: Podprojekat od | |||
|
127 | field_is_in_chlog: Kartice se prikazuju u changelog-u | |||
|
128 | field_is_in_roadmap: Kartice se prikazuju u roadmap-u | |||
|
129 | field_login: Login | |||
|
130 | field_mail_notification: Obaveštavanje putem mail-a | |||
|
131 | field_admin: Administrator | |||
|
132 | field_last_login_on: Poslednja konekcija | |||
|
133 | field_language: Jezik | |||
|
134 | field_effective_date: Datum | |||
|
135 | field_password: Lozinka | |||
|
136 | field_new_password: Nova lozinka | |||
|
137 | field_password_confirmation: Potvrda | |||
|
138 | field_version: Verzija | |||
|
139 | field_type: Tip | |||
|
140 | field_host: Host | |||
|
141 | field_port: Port | |||
|
142 | field_account: Nalog | |||
|
143 | field_base_dn: Bazni DN | |||
|
144 | field_attr_login: Login atribut | |||
|
145 | field_attr_firstname: Atribut imena | |||
|
146 | field_attr_lastname: Atribut prezimena | |||
|
147 | field_attr_mail: Atribut email-a | |||
|
148 | field_onthefly: Kreacija naloga "On-the-fly" | |||
|
149 | field_start_date: Start | |||
|
150 | field_done_ratio: %% Završeno | |||
|
151 | field_auth_source: Vrsta autentifikacije | |||
|
152 | field_hide_mail: Sakrij moju email adresu | |||
|
153 | field_comments: Komentar | |||
|
154 | field_url: URL | |||
|
155 | field_start_page: Početna strana | |||
|
156 | field_subproject: Podprojekat | |||
|
157 | field_hours: Sati | |||
|
158 | field_activity: Aktivnost | |||
|
159 | field_spent_on: Datum | |||
|
160 | field_identifier: Identifikator | |||
|
161 | field_is_filter: Korišćen kao filter | |||
|
162 | field_issue_to_id: Povezano sa karticom | |||
|
163 | field_delay: Odloženo | |||
|
164 | field_assignable: Kartice mogu biti dodeljene ovoj ulozi | |||
|
165 | field_redirect_existing_links: Redirekcija postojećih linkova | |||
|
166 | field_estimated_hours: Procenjeno vreme | |||
|
167 | field_column_names: Kolone | |||
|
168 | ||||
|
169 | setting_app_title: Naziv aplikacije | |||
|
170 | setting_app_subtitle: Podnaslov aplikacije | |||
|
171 | setting_welcome_text: Tekst dobrodošlice | |||
|
172 | setting_default_language: Podrazumevani jezik | |||
|
173 | setting_login_required: Autentifikacija obavezna | |||
|
174 | setting_self_registration: Samoregistracija je dozvoljena | |||
|
175 | setting_attachment_max_size: Maksimalna velicina Attachment-a | |||
|
176 | setting_issues_export_limit: Max broj kartica u exportu | |||
|
177 | setting_mail_from: Izvorna email adresa | |||
|
178 | setting_host_name: Naziv host-a | |||
|
179 | setting_text_formatting: Formatiranje teksta | |||
|
180 | setting_wiki_compression: Kompresija wiki history-a | |||
|
181 | setting_feeds_limit: Feed content limit | |||
|
182 | setting_autofetch_changesets: Autofetch commits | |||
|
183 | setting_sys_api_enabled: Ukljuci WS za menadžment repository-ja | |||
|
184 | setting_commit_ref_keywords: Referentne ključne reči | |||
|
185 | setting_commit_fix_keywords: Fiksne ključne reči | |||
|
186 | setting_autologin: Autologin | |||
|
187 | setting_date_format: Format datuma | |||
|
188 | setting_cross_project_issue_relations: Dozvoli relacije kartica između različitih projekata | |||
|
189 | setting_issue_list_default_columns: Podrazumevana kolona se prikazuje na listi kartica | |||
|
190 | setting_repositories_encodings: Kodna stranica repository-ja | |||
|
191 | setting_emails_footer: Zaglavlje emaila | |||
|
192 | ||||
|
193 | label_user: Korisnik | |||
|
194 | label_user_plural: Korisnici | |||
|
195 | label_user_new: Novi korisnik | |||
|
196 | label_project: Projekat | |||
|
197 | label_project_new: Novi projekat | |||
|
198 | label_project_plural: Projekti | |||
|
199 | label_project_all: Svi Projekti | |||
|
200 | label_project_latest: Poslednji projekat | |||
|
201 | label_issue: Kartica | |||
|
202 | label_issue_new: Nova kartica | |||
|
203 | label_issue_plural: Kartice | |||
|
204 | label_issue_view_all: Pregled svih kartica | |||
|
205 | label_document: Dokumenat | |||
|
206 | label_document_new: Novi dokumenat | |||
|
207 | label_document_plural: Dokumenti | |||
|
208 | label_role: Uloga | |||
|
209 | label_role_plural: Uloge | |||
|
210 | label_role_new: Nova uloga | |||
|
211 | label_role_and_permissions: Uloge i prava | |||
|
212 | label_member: Član | |||
|
213 | label_member_new: Novi član | |||
|
214 | label_member_plural: Članovi | |||
|
215 | label_tracker: Tracker | |||
|
216 | label_tracker_plural: Trackers | |||
|
217 | label_tracker_new: Novi tracker | |||
|
218 | label_workflow: Tok rada | |||
|
219 | label_issue_status: Status kartice | |||
|
220 | label_issue_status_plural: Statusi kartica | |||
|
221 | label_issue_status_new: Novi status | |||
|
222 | label_issue_category: Kategorij kartice | |||
|
223 | label_issue_category_plural: Kategorije kartica | |||
|
224 | label_issue_category_new: Nova kategorija | |||
|
225 | label_custom_field: Korisnički definisano polje | |||
|
226 | label_custom_field_plural: Korisnički definisana polja | |||
|
227 | label_custom_field_new: Novo korisnički definisano polje | |||
|
228 | label_enumerations: Enumeracije | |||
|
229 | label_enumeration_new: Nova vrednost | |||
|
230 | label_information: Informacija | |||
|
231 | label_information_plural: Informacije | |||
|
232 | label_please_login: Molim ulogujte se | |||
|
233 | label_register: Registracija | |||
|
234 | label_password_lost: Izgubljena lozinka | |||
|
235 | label_home: Home | |||
|
236 | label_my_page: Moja Stranica | |||
|
237 | label_my_account: Moj nalog | |||
|
238 | label_my_projects: Moji projekti | |||
|
239 | label_administration: Administracija | |||
|
240 | label_login: Login | |||
|
241 | label_logout: Logout | |||
|
242 | label_help: Pomoć | |||
|
243 | label_reported_issues: Prijavljene kartice | |||
|
244 | label_assigned_to_me_issues: Kartice meni dodeljene | |||
|
245 | label_last_login: Poslednja konekcija | |||
|
246 | label_last_updates: Poslednje izmene | |||
|
247 | label_last_updates_plural: %d poslednje izmenjene | |||
|
248 | label_registered_on: Registrovano | |||
|
249 | label_activity: Aktivnost | |||
|
250 | label_new: Novo | |||
|
251 | label_logged_as: Logged as | |||
|
252 | label_environment: Environment | |||
|
253 | label_authentication: Autentifikacija | |||
|
254 | label_auth_source: Način autentifikacije | |||
|
255 | label_auth_source_new: Novi način autentifikacije | |||
|
256 | label_auth_source_plural: Načini autentifikacije | |||
|
257 | label_subproject_plural: Podprojekti | |||
|
258 | label_min_max_length: Min - Max velicina | |||
|
259 | label_list: Liste | |||
|
260 | label_date: Datum | |||
|
261 | label_integer: Integer | |||
|
262 | label_boolean: Boolean | |||
|
263 | label_string: Text | |||
|
264 | label_text: Long text | |||
|
265 | label_attribute: Atribut | |||
|
266 | label_attribute_plural: Atributi | |||
|
267 | label_download: %d Download | |||
|
268 | label_download_plural: %d Downloads | |||
|
269 | label_no_data: Nema podataka za prikaz | |||
|
270 | label_change_status: Izmena statusa | |||
|
271 | label_history: Istorija | |||
|
272 | label_attachment: Fajl | |||
|
273 | label_attachment_new: Novi fajl | |||
|
274 | label_attachment_delete: Brisanje fajla | |||
|
275 | label_attachment_plural: Fajlovi | |||
|
276 | label_report: Izveštaj | |||
|
277 | label_report_plural: Izveštaji | |||
|
278 | label_news: Novosti | |||
|
279 | label_news_new: Dodaj novosti | |||
|
280 | label_news_plural: Novosti | |||
|
281 | label_news_latest: Poslednje novosti | |||
|
282 | label_news_view_all: Pregled svih novosti | |||
|
283 | label_change_log: Change log | |||
|
284 | label_settings: Podešavanja | |||
|
285 | label_overview: Overview | |||
|
286 | label_version: Verzija | |||
|
287 | label_version_new: Nova verzija | |||
|
288 | label_version_plural: Verzije | |||
|
289 | label_confirmation: Potvrda | |||
|
290 | label_export_to: Izvoz u | |||
|
291 | label_read: Čitaj... | |||
|
292 | label_public_projects: Javni projekti | |||
|
293 | label_open_issues: Otvoren | |||
|
294 | label_open_issues_plural: Otvoreni | |||
|
295 | label_closed_issues: Zatvoreni | |||
|
296 | label_closed_issues_plural: Zatvoreni | |||
|
297 | label_total: Ukupno | |||
|
298 | label_permissions: Dozvole | |||
|
299 | label_current_status: Trenutni status | |||
|
300 | label_new_statuses_allowed: Novi status je dozvoljen | |||
|
301 | label_all: Sve | |||
|
302 | label_none: nijedan | |||
|
303 | label_nobody: niko | |||
|
304 | ||||
|
305 | label_next: Naredni | |||
|
306 | label_previous: Prethodni | |||
|
307 | label_used_by: Korišćen od | |||
|
308 | label_details: Detalji | |||
|
309 | label_add_note: Dodaj belešku | |||
|
310 | label_per_page: Po stranici | |||
|
311 | label_calendar: Kalendar | |||
|
312 | label_months_from: Meseci od | |||
|
313 | label_gantt: Gantt | |||
|
314 | label_internal: Interno | |||
|
315 | label_last_changes: Poslednjih %d izmena | |||
|
316 | label_change_view_all: Prikaz svih izmena | |||
|
317 | label_personalize_page: Personalizuj ovu stranicu | |||
|
318 | label_comment: Komentar | |||
|
319 | label_comment_plural: Komentari | |||
|
320 | label_comment_add: Dodaj komentar | |||
|
321 | label_comment_added: Komentar dodat | |||
|
322 | label_comment_delete: Brisanje komentara | |||
|
323 | label_query: Korisnički upit | |||
|
324 | label_query_plural: Korisnički upiti | |||
|
325 | label_query_new: Novi upit | |||
|
326 | label_filter_add: Dodaj filter | |||
|
327 | label_filter_plural: Filter | |||
|
328 | label_equals: je | |||
|
329 | label_not_equals: nije | |||
|
330 | label_in_less_than: je manji od | |||
|
331 | label_in_more_than: je veci od | |||
|
332 | label_in: u | |||
|
333 | label_today: danas | |||
|
334 | label_this_week: ove nedelje | |||
|
335 | label_less_than_ago: manje nego dana | |||
|
336 | label_more_than_ago: više nego dana | |||
|
337 | label_ago: pre dana | |||
|
338 | label_contains: Sadrži | |||
|
339 | label_not_contains: ne sadrži | |||
|
340 | label_day_plural: dana | |||
|
341 | label_repository: Repository | |||
|
342 | label_browse: Pregled | |||
|
343 | label_modification: %d izmena | |||
|
344 | label_modification_plural: %d izmena | |||
|
345 | label_revision: Revizija | |||
|
346 | label_revision_plural: Revizije | |||
|
347 | label_added: dodato | |||
|
348 | label_modified: modifikovano | |||
|
349 | label_deleted: izmenjeno | |||
|
350 | label_latest_revision: Poslednja revizija | |||
|
351 | label_latest_revision_plural: Poslednje revizije | |||
|
352 | label_view_revisions: Pregled revizija | |||
|
353 | label_max_size: Maksimalna veličina | |||
|
354 | label_on: 'uključeno' | |||
|
355 | label_sort_highest: Premesti na vrh | |||
|
356 | label_sort_higher: premesti na gore | |||
|
357 | label_sort_lower: Premesti na dole | |||
|
358 | label_sort_lowest: Premesti na dno | |||
|
359 | label_roadmap: Roadmap | |||
|
360 | label_roadmap_due_in: Završava se za | |||
|
361 | label_roadmap_overdue: %s kasni | |||
|
362 | label_roadmap_no_issues: Nema kartica za ovu verziju | |||
|
363 | label_search: Traži | |||
|
364 | label_result_plural: Rezultati | |||
|
365 | label_all_words: Sve reči | |||
|
366 | label_wiki: Wiki | |||
|
367 | label_wiki_edit: Wiki izmena | |||
|
368 | label_wiki_edit_plural: Wiki izmene | |||
|
369 | label_wiki_page: Wiki stranica | |||
|
370 | label_wiki_page_plural: Wiki stranice | |||
|
371 | label_index_by_title: Indeks po naslovima | |||
|
372 | label_index_by_date: Indeks po datumu | |||
|
373 | label_current_version: Trenutna verzija | |||
|
374 | label_preview: Brzi pregled | |||
|
375 | label_feed_plural: Feeds | |||
|
376 | label_changes_details: Detalji svih izmena | |||
|
377 | label_issue_tracking: Praćenje kartica | |||
|
378 | label_spent_time: Potrošeno vremena | |||
|
379 | label_f_hour: %.2f časa | |||
|
380 | label_f_hour_plural: %.2f časova | |||
|
381 | label_time_tracking: Praćenje vremena | |||
|
382 | label_change_plural: Izmene | |||
|
383 | label_statistics: Statistika | |||
|
384 | label_commits_per_month: Commit-a po mesecu | |||
|
385 | label_commits_per_author: Commit-a po autoru | |||
|
386 | label_view_diff: Pregled razlika | |||
|
387 | label_diff_inline: uvučeno | |||
|
388 | label_diff_side_by_side: paralelno | |||
|
389 | label_options: Opcije | |||
|
390 | label_copy_workflow_from: Kopiraj tok rada od | |||
|
391 | label_permissions_report: Izveštaj o dozvolama | |||
|
392 | label_watched_issues: Praćene kartice | |||
|
393 | label_related_issues: Kartice u vezi | |||
|
394 | label_applied_status: Primenjen status | |||
|
395 | label_loading: Učitavam... | |||
|
396 | label_relation_new: Nova relacija | |||
|
397 | label_relation_delete: Brisanje relacije | |||
|
398 | label_relates_to: u relaciji sa | |||
|
399 | label_duplicates: Duplira | |||
|
400 | label_blocks: blokira | |||
|
401 | label_blocked_by: blokiran od strane | |||
|
402 | label_precedes: prethodi | |||
|
403 | label_follows: sledi | |||
|
404 | label_end_to_start: od kraja do početka | |||
|
405 | label_end_to_end: od kraja do kraja | |||
|
406 | label_start_to_start: od početka do pocetka | |||
|
407 | label_start_to_end: od početka do kraja | |||
|
408 | label_stay_logged_in: Ostani ulogovan | |||
|
409 | label_disabled: Isključen | |||
|
410 | label_show_completed_versions: Prikaži završene verzije | |||
|
411 | label_me: ja | |||
|
412 | label_board: Forum | |||
|
413 | label_board_new: Novi forum | |||
|
414 | label_board_plural: Forumi | |||
|
415 | label_topic_plural: Teme | |||
|
416 | label_message_plural: Poruke | |||
|
417 | label_message_last: Poslednja poruka | |||
|
418 | label_message_new: Nova poruka | |||
|
419 | label_reply_plural: Odgovori | |||
|
420 | label_send_information: Pošalji informaciju o nalogu korisniku | |||
|
421 | label_year: Godina | |||
|
422 | label_month: Mesec | |||
|
423 | label_week: Nedelja | |||
|
424 | label_date_from: Od | |||
|
425 | label_date_to: Do | |||
|
426 | label_language_based: Bazirano na jeziku | |||
|
427 | label_sort_by: Sortiraj po "%s" | |||
|
428 | label_send_test_email: Pošalji probni email | |||
|
429 | label_feeds_access_key_created_on: RSS ključ za pristup je kreiran pre %s | |||
|
430 | label_module_plural: Modulovi | |||
|
431 | label_added_time_by: Dodato pre %s %s | |||
|
432 | label_updated_time: Izmenjeno pre %s | |||
|
433 | label_jump_to_a_project: Prebaci se na projekat... | |||
|
434 | label_file_plural: Fajlovi | |||
|
435 | label_changeset_plural: Skupovi izmena | |||
|
436 | label_default_columns: Podrazumevane kolone | |||
|
437 | label_no_change_option: (Bez izmena) | |||
|
438 | label_bulk_edit_selected_issues: Zajednička izmena izabranih kartica | |||
|
439 | label_theme: Tema | |||
|
440 | label_default: Podrazumevana | |||
|
441 | label_search_titles_only: Pretraga samo naslova | |||
|
442 | label_user_mail_option_all: "Za bilo koji događaj na svim mojim projektima" | |||
|
443 | label_user_mail_option_selected: "Za bilo koji događaj za samo izabrane projekte..." | |||
|
444 | label_user_mail_option_none: "Samo za stvari koje pratim ili u kojima učestvujem" | |||
|
445 | ||||
|
446 | button_login: Login | |||
|
447 | button_submit: Pošalji | |||
|
448 | button_save: Snimi | |||
|
449 | button_check_all: Označi sve | |||
|
450 | button_uncheck_all: Isključi sve | |||
|
451 | button_delete: Briši | |||
|
452 | button_create: Kreiraj | |||
|
453 | button_test: Testiraj | |||
|
454 | button_edit: Izmene | |||
|
455 | button_add: Dodavanje | |||
|
456 | button_change: Izmena | |||
|
457 | button_apply: Primena | |||
|
458 | button_clear: Brisanje | |||
|
459 | button_lock: Zaključavanje | |||
|
460 | button_unlock: Odključavanje | |||
|
461 | button_download: Download | |||
|
462 | button_list: Lista | |||
|
463 | button_view: Pregled | |||
|
464 | button_move: Premeštanje | |||
|
465 | button_back: Nazad | |||
|
466 | button_cancel: Odustajanje | |||
|
467 | button_activate: Aktiviraj | |||
|
468 | button_sort: Sortiranje | |||
|
469 | button_log_time: Log time | |||
|
470 | button_rollback: Izvrši rollback na ovu verziju | |||
|
471 | button_watch: Praćenje | |||
|
472 | button_unwatch: Prekid praćenja | |||
|
473 | button_reply: Odgovor | |||
|
474 | button_archive: Arhiviranje | |||
|
475 | button_unarchive: Dearhiviranje | |||
|
476 | button_reset: Reset | |||
|
477 | button_rename: Promena imena | |||
|
478 | button_change_password: Izmena lozinke | |||
|
479 | ||||
|
480 | status_active: aktivan | |||
|
481 | status_registered: registrovan | |||
|
482 | status_locked: zaključan | |||
|
483 | ||||
|
484 | text_select_mail_notifications: Izbor akcija za koje će biti poslato obaveštenje mailom. | |||
|
485 | text_regexp_info: eg. ^[A-Z0-9]+$ | |||
|
486 | text_min_max_length_info: 0 znači bez restrikcija | |||
|
487 | text_project_destroy_confirmation: Da li ste sigurni da želite da izbrišete ovaj projekat i sve njegove podatke? | |||
|
488 | text_workflow_edit: Select a role and a tracker to edit the workflow | |||
|
489 | text_are_you_sure: Da li ste sigurni ? | |||
|
490 | text_journal_changed: izmenjen iz %s u %s | |||
|
491 | text_journal_set_to: postavi na %s | |||
|
492 | text_journal_deleted: izbrisano | |||
|
493 | text_tip_task_begin_day: Zadaci koji počinju ovog dana | |||
|
494 | text_tip_task_end_day: zadaci koji se završavaju ovog dana | |||
|
495 | text_tip_task_begin_end_day: Zadaci koji počinju i završavaju se ovog dana | |||
|
496 | text_project_identifier_info: 'mala slova (a-z), brojevi i crtice su dozvoljeni.<br />Jednom snimljen identifikator se ne može menjati' | |||
|
497 | text_caracters_maximum: %d karaktera maksimalno. | |||
|
498 | text_length_between: Dužina izmedu %d i %d karaktera. | |||
|
499 | text_tracker_no_workflow: Tok rada nije definisan za ovaj tracker | |||
|
500 | text_unallowed_characters: Nedozvoljeni karakteri | |||
|
501 | text_comma_separated: Višestruke vrednosti su dozvoljene (razdvojene zarezom). | |||
|
502 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages | |||
|
503 | text_issue_added: Kartica %s je prijavljena. | |||
|
504 | text_issue_updated: Kartica %s je izmenjena. | |||
|
505 | text_wiki_destroy_confirmation: Da li ste sigurni da želite da izbrišete ovaj wiki i svu njegovu sadržinu ? | |||
|
506 | text_issue_category_destroy_question: Neke kartice (%d) su dodeljene ovoj kategoriji. Šta želite da uradite ? | |||
|
507 | text_issue_category_destroy_assignments: Ukloni dodeljivanje kategorija | |||
|
508 | text_issue_category_reassign_to: Ponovo dodeli kartice ovoj kategoriji | |||
|
509 | text_user_mail_option: "Za neizabrane projekte, primaćete obaveštenja samo o stvarima koje pratite ili u kojima učestvujete (npr. kartice koje ste vi kreirali ili koje su vama dodeljene)." | |||
|
510 | ||||
|
511 | default_role_manager: Menadžer | |||
|
512 | default_role_developper: Developer | |||
|
513 | default_role_reporter: Reporter | |||
|
514 | default_tracker_bug: Greška | |||
|
515 | default_tracker_feature: Nova osobina | |||
|
516 | default_tracker_support: Podrška | |||
|
517 | default_issue_status_new: Novo | |||
|
518 | default_issue_status_assigned: Dodeljeno | |||
|
519 | default_issue_status_resolved: Rešeno | |||
|
520 | default_issue_status_feedback: Povratna informacija | |||
|
521 | default_issue_status_closed: Zatvoreno | |||
|
522 | default_issue_status_rejected: Odbaceno | |||
|
523 | default_doc_category_user: Korisnička dokumentacija | |||
|
524 | default_doc_category_tech: Tehnička dokumentacija | |||
|
525 | default_priority_low: Nizak | |||
|
526 | default_priority_normal: Normalan | |||
|
527 | default_priority_high: Visok | |||
|
528 | default_priority_urgent: Hitan | |||
|
529 | default_priority_immediate: Odmah | |||
|
530 | default_activity_design: Dizajn | |||
|
531 | default_activity_development: Razvoj | |||
|
532 | ||||
|
533 | enumeration_issue_priorities: Prioriteti kartica | |||
|
534 | enumeration_doc_categories: Kategorija dokumenata | |||
|
535 | enumeration_activities: Aktivnosti (praćenje vremena)) |
@@ -0,0 +1,127 | |||||
|
1 | // ** I18N | |||
|
2 | ||||
|
3 | // Calendar SR language | |||
|
4 | // Author: Dragan Matic, <kkid@panforma.co.yu> | |||
|
5 | // Encoding: any | |||
|
6 | // Distributed under the same terms as the calendar itself. | |||
|
7 | ||||
|
8 | // For translators: please use UTF-8 if possible. We strongly believe that | |||
|
9 | // Unicode is the answer to a real internationalized world. Also please | |||
|
10 | // include your contact information in the header, as can be seen above. | |||
|
11 | ||||
|
12 | // full day names | |||
|
13 | Calendar._DN = new Array | |||
|
14 | ("Nedelja", | |||
|
15 | "Ponedeljak", | |||
|
16 | "Utorak", | |||
|
17 | "Sreda", | |||
|
18 | "Četvrtak", | |||
|
19 | "Petak", | |||
|
20 | "Subota", | |||
|
21 | "Nedelja"); | |||
|
22 | ||||
|
23 | // Please note that the following array of short day names (and the same goes | |||
|
24 | // for short month names, _SMN) isn't absolutely necessary. We give it here | |||
|
25 | // for exemplification on how one can customize the short day names, but if | |||
|
26 | // they are simply the first N letters of the full name you can simply say: | |||
|
27 | // | |||
|
28 | // Calendar._SDN_len = N; // short day name length | |||
|
29 | // Calendar._SMN_len = N; // short month name length | |||
|
30 | // | |||
|
31 | // If N = 3 then this is not needed either since we assume a value of 3 if not | |||
|
32 | // present, to be compatible with translation files that were written before | |||
|
33 | // this feature. | |||
|
34 | ||||
|
35 | // short day names | |||
|
36 | Calendar._SDN = new Array | |||
|
37 | ("Ned", | |||
|
38 | "Pon", | |||
|
39 | "Uto", | |||
|
40 | "Sre", | |||
|
41 | "Čet", | |||
|
42 | "Pet", | |||
|
43 | "Sub", | |||
|
44 | "Ned"); | |||
|
45 | ||||
|
46 | // First day of the week. "0" means display Sunday first, "1" means display | |||
|
47 | // Monday first, etc. | |||
|
48 | Calendar._FD = 0; | |||
|
49 | ||||
|
50 | // full month names | |||
|
51 | Calendar._MN = new Array | |||
|
52 | ("Januar", | |||
|
53 | "Februar", | |||
|
54 | "Mart", | |||
|
55 | "April", | |||
|
56 | "Maj", | |||
|
57 | "Jun", | |||
|
58 | "Jul", | |||
|
59 | "Avgust", | |||
|
60 | "Septembar", | |||
|
61 | "Oktobar", | |||
|
62 | "Novembar", | |||
|
63 | "Decembar"); | |||
|
64 | ||||
|
65 | // short month names | |||
|
66 | Calendar._SMN = new Array | |||
|
67 | ("Jan", | |||
|
68 | "Feb", | |||
|
69 | "Mar", | |||
|
70 | "Apr", | |||
|
71 | "Maj", | |||
|
72 | "Jun", | |||
|
73 | "Jul", | |||
|
74 | "Avg", | |||
|
75 | "Sep", | |||
|
76 | "Okt", | |||
|
77 | "Nov", | |||
|
78 | "Dec"); | |||
|
79 | ||||
|
80 | // tooltips | |||
|
81 | Calendar._TT = {}; | |||
|
82 | Calendar._TT["INFO"] = "O kalendaru"; | |||
|
83 | ||||
|
84 | Calendar._TT["ABOUT"] = | |||
|
85 | "DHTML Date/Time Selector\n" + | |||
|
86 | "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) | |||
|
87 | "For latest version visit: http://www.dynarch.com/projects/calendar/\n" + | |||
|
88 | "Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + | |||
|
89 | "\n\n" + | |||
|
90 | "Date selection:\n" + | |||
|
91 | "- Use the \xab, \xbb buttons to select year\n" + | |||
|
92 | "- Use the " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " buttons to select month\n" + | |||
|
93 | "- Hold mouse button on any of the above buttons for faster selection."; | |||
|
94 | Calendar._TT["ABOUT_TIME"] = "\n\n" + | |||
|
95 | "Time selection:\n" + | |||
|
96 | "- Click on any of the time parts to increase it\n" + | |||
|
97 | "- or Shift-click to decrease it\n" + | |||
|
98 | "- or click and drag for faster selection."; | |||
|
99 | ||||
|
100 | Calendar._TT["PREV_YEAR"] = "Preth. godina (hold for menu)"; | |||
|
101 | Calendar._TT["PREV_MONTH"] = "Preth. mesec (hold for menu)"; | |||
|
102 | Calendar._TT["GO_TODAY"] = "Na današnji dan"; | |||
|
103 | Calendar._TT["NEXT_MONTH"] = "Naredni mesec (hold for menu)"; | |||
|
104 | Calendar._TT["NEXT_YEAR"] = "Naredna godina (hold for menu)"; | |||
|
105 | Calendar._TT["SEL_DATE"] = "Izbor datuma"; | |||
|
106 | Calendar._TT["DRAG_TO_MOVE"] = "Prevucite za izmenu"; | |||
|
107 | Calendar._TT["PART_TODAY"] = " (danas)"; | |||
|
108 | ||||
|
109 | // the following is to inform that "%s" is to be the first day of week | |||
|
110 | // %s will be replaced with the day name. | |||
|
111 | Calendar._TT["DAY_FIRST"] = "Prikazi %s prvo"; | |||
|
112 | ||||
|
113 | // This may be locale-dependent. It specifies the week-end days, as an array | |||
|
114 | // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 | |||
|
115 | // means Monday, etc. | |||
|
116 | Calendar._TT["WEEKEND"] = "0,6"; | |||
|
117 | ||||
|
118 | Calendar._TT["CLOSE"] = "Close"; | |||
|
119 | Calendar._TT["TODAY"] = "Danas"; | |||
|
120 | Calendar._TT["TIME_PART"] = "(Shift-)Klik ili prevlačenje za izmenu vrednosti"; | |||
|
121 | ||||
|
122 | // date formats | |||
|
123 | Calendar._TT["DEF_DATE_FORMAT"] = "%d-%m-%Y"; | |||
|
124 | Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; | |||
|
125 | ||||
|
126 | Calendar._TT["WK"] = "wk"; | |||
|
127 | Calendar._TT["TIME"] = "Vreme:"; |
General Comments 0
You need to be logged in to leave comments.
Login now