##// END OF EJS Templates
Remove unused "label_planning" from locale files (#24900)...
Remove unused "label_planning" from locale files (#24900) Contributed by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16336 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r15954:88da2159b40f
r15954:88da2159b40f
Show More
sr-YU.yml
1228 lines | 55.1 KiB | text/x-yaml | YamlLexer
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 # Serbian translations for Redmine
# by Vladimir Medarović (vlada@medarovic.com)
sr-YU:
direction: ltr
Jean-Philippe Lang
Use JQuery Datepicker (#11445)....
r9886 jquery:
locale: "sr"
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 date:
formats:
# Use the strftime parameters for formats.
# When no format has been given, it uses default.
# You can provide other formats here if you like!
default: "%d.%m.%Y."
short: "%e %b"
long: "%B %e, %Y"
Toshi MARUYAMA
remove trailing white-spaces from config/locales/sr-YU.yml...
r8503
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 day_names: [nedelja, ponedeljak, utorak, sreda, četvrtak, petak, subota]
abbr_day_names: [ned, pon, uto, sre, čet, pet, sub]
Toshi MARUYAMA
remove trailing white-spaces from config/locales/sr-YU.yml...
r8503
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 # Don't forget the nil at the beginning; there's no such thing as a 0th month
month_names: [~, januar, februar, mart, april, maj, jun, jul, avgust, septembar, oktobar, novembar, decembar]
abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, avg, sep, okt, nov, dec]
# Used in date_select and datime_select.
order:
- :day
- :month
- :year
time:
formats:
default: "%d.%m.%Y. u %H:%M"
time: "%H:%M"
short: "%d. %b u %H:%M"
long: "%d. %B %Y u %H:%M"
am: "am"
pm: "pm"
datetime:
distance_in_words:
half_a_minute: "pola minuta"
less_than_x_seconds:
one: "manje od jedne sekunde"
other: "manje od %{count} sek."
x_seconds:
one: "jedna sekunda"
other: "%{count} sek."
less_than_x_minutes:
one: "manje od minuta"
other: "manje od %{count} min."
x_minutes:
one: "jedan minut"
other: "%{count} min."
about_x_hours:
one: "približno jedan sat"
other: "približno %{count} sati"
Jean-Philippe Lang
Configurable session lifetime and timeout (#6597)....
r9614 x_hours:
Toshi MARUYAMA
translate x_hours in many languages (#14221)...
r11702 one: "1 sat"
other: "%{count} sati"
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 x_days:
one: "jedan dan"
other: "%{count} dana"
about_x_months:
one: "približno jedan mesec"
other: "približno %{count} meseci"
x_months:
one: "jedan mesec"
other: "%{count} meseci"
about_x_years:
one: "približno godinu dana"
other: "približno %{count} god."
over_x_years:
one: "preko godinu dana"
other: "preko %{count} god."
almost_x_years:
one: "skoro godinu dana"
other: "skoro %{count} god."
number:
format:
separator: ","
delimiter: ""
precision: 3
human:
format:
delimiter: ""
Jean-Philippe Lang
Set human size precision to Rails' default which is now 3 (#11118)....
r9611 precision: 3
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 storage_units:
format: "%n %u"
units:
byte:
one: "Byte"
other: "Bytes"
kb: "KB"
mb: "MB"
gb: "GB"
tb: "TB"
# Used in array.to_sentence.
support:
array:
sentence_connector: "i"
skip_last_comma: false
Toshi MARUYAMA
remove trailing white-spaces from config/locales/sr-YU.yml...
r8503
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 activerecord:
errors:
template:
header:
one: "1 error prohibited this %{model} from being saved"
other: "%{count} errors prohibited this %{model} from being saved"
messages:
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 inclusion: "nije uključen u spisak"
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 exclusion: "je rezervisan"
invalid: "je neispravan"
confirmation: "potvrda ne odgovara"
accepted: "mora biti prihvaćen"
empty: "ne može biti prazno"
blank: "ne može biti prazno"
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 too_long: "je predugačka (maksimum znakova je %{count})"
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 too_short: "je prekratka (minimum znakova je %{count})"
wrong_length: "je pogrešne dužine (broj znakova mora biti %{count})"
taken: "je već u upotrebi"
not_a_number: "nije broj"
not_a_date: "nije ispravan datum"
greater_than: "mora biti veći od %{count}"
greater_than_or_equal_to: "mora biti veći ili jednak %{count}"
equal_to: "mora biti jednak %{count}"
less_than: "mora biti manji od %{count}"
less_than_or_equal_to: "mora biti manji ili jednak %{count}"
odd: "mora biti paran"
even: "mora biti neparan"
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 greater_than_start_date: "mora biti veći od početnog datuma"
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 not_same_project: "ne pripada istom projektu"
circular_dependency: "Ova veza će stvoriti kružnu referencu"
cant_link_an_issue_with_a_descendant: "Problem ne može biti povezan sa jednim od svojih podzadataka"
Jean-Philippe Lang
Adds a specific error message for when the start date is too earlier than the minimum start date (#14086)....
r11696 earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
Jean-Philippe Lang
Adds :not_a_regexp i18n string (#5864)....
r15685 not_a_regexp: "is not a valid regular expression"
Jean-Philippe Lang
Prevent parent issue from being closed if a child issue is open (#10989)....
r15726 open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task"
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619
actionview_instancetag_blank_option: Molim odaberite
Toshi MARUYAMA
remove trailing white-spaces from config/locales/sr-YU.yml...
r8503
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 general_text_No: 'Ne'
general_text_Yes: 'Da'
general_text_no: 'ne'
general_text_yes: 'da'
Jean-Philippe Lang
Adds english names for several languages....
r10618 general_lang_name: 'Serbian (Srpski)'
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 general_csv_separator: ','
general_csv_decimal_separator: '.'
general_csv_encoding: UTF-8
Toshi MARUYAMA
pdf: define "general_pdf_fontname" at i18n yaml for multilingual environment (#13781)...
r13077 general_pdf_fontname: freesans
Toshi MARUYAMA
pdf: add general_pdf_monospaced_fontname to locales (#19017)...
r14527 general_pdf_monospaced_fontname: freemono
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 general_first_day_of_week: '1'
Toshi MARUYAMA
remove trailing white-spaces from config/locales/sr-YU.yml...
r8503
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 notice_account_updated: Nalog je uspešno ažuriran.
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 notice_account_invalid_credentials: Neispravno korisničko ime ili lozinka.
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 notice_account_password_updated: Lozinka je uspešno ažurirana.
notice_account_wrong_password: Pogrešna lozinka
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 notice_account_register_done: Korisnički nalog je uspešno kreiran. Kliknite na link koji ste dobili u e-poruci za aktivaciju.
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 notice_account_unknown_email: Nepoznat korisnik.
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 notice_can_t_change_password: Ovaj korisnički nalog za potvrdu identiteta koristi spoljni izvor. Nemoguće je promeniti lozinku.
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 notice_account_lost_email_sent: Poslata vam je e-poruka sa uputstvom za izbor nove lozinke
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 notice_account_activated: Vaš korisnički nalog je aktiviran. Sada se možete prijaviti.
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 notice_successful_create: Uspešno kreiranje.
notice_successful_update: Uspešno ažuriranje.
notice_successful_delete: Uspešno brisanje.
notice_successful_connection: Uspešno povezivanje.
notice_file_not_found: Strana kojoj želite pristupiti ne postoji ili je uklonjena.
notice_locking_conflict: Podatak je ažuriran od strane drugog korisnika.
notice_not_authorized: Niste ovlašćeni za pristup ovoj strani.
notice_email_sent: "E-poruka je poslata na %{value}"
notice_email_error: "Dogodila se greška prilikom slanja e-poruke (%{value})"
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 notice_feeds_access_key_reseted: Vaš Atom pristupni ključ je poništen.
notice_api_access_key_reseted: Vaš API pristupni ključ je poništen.
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 notice_failed_to_save_issues: "Neuspešno snimanje %{count} problema od %{total} odabranih: %{ids}."
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 notice_failed_to_save_members: "Neuspešno snimanje člana(ova): %{errors}."
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 notice_no_issue_selected: "Ni jedan problem nije odabran! Molimo, odaberite problem koji želite da menjate."
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 notice_account_pending: "Vaš nalog je kreiran i čeka na odobrenje administratora."
notice_default_data_loaded: Podrazumevano konfigurisanje je uspešno učitano.
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 notice_unable_delete_version: Verziju je nemoguće izbrisati.
notice_unable_delete_time_entry: Stavku evidencije vremena je nemoguće izbrisati.
notice_issue_done_ratios_updated: Odnos rešenih problema je ažuriran.
Toshi MARUYAMA
remove trailing white-spaces from config/locales/sr-YU.yml...
r8503
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 error_can_t_load_default_data: "Podrazumevano konfigurisanje je nemoguće učitati: %{value}"
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 error_scm_not_found: "Stavka ili ispravka nisu pronađene u spremištu."
error_scm_command_failed: "Greška se javila prilikom pokušaja pristupa spremištu: %{value}"
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 error_scm_annotate: "Stavka ne postoji ili ne može biti označena."
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 error_issue_not_found_in_project: 'Problem nije pronađen ili ne pripada ovom projektu.'
error_no_tracker_in_project: 'Ni jedno praćenje nije povezano sa ovim projektom. Molimo proverite podešavanja projekta.'
error_no_default_issue_status: 'Podrazumevani status problema nije definisan. Molimo proverite vaše konfigurisanje (idite na "Administracija -> Statusi problema").'
error_can_not_delete_custom_field: Nemoguće je izbrisati prilagođeno polje
error_can_not_delete_tracker: "Ovo praćenje sadrži probleme i ne može biti obrisano."
error_can_not_remove_role: "Ova uloga je u upotrebi i ne može biti obrisana."
error_can_not_reopen_issue_on_closed_version: 'Problem dodeljen zatvorenoj verziji ne može biti ponovo otvoren'
error_can_not_archive_project: Ovaj projekat se ne može arhivirati
error_issue_done_ratios_not_updated: "Odnos rešenih problema nije ažuriran."
error_workflow_copy_source: 'Molimo odaberite izvorno praćenje ili ulogu'
error_workflow_copy_target: 'Molimo odaberite odredišno praćenje i ulogu'
error_unable_delete_issue_status: 'Status problema je nemoguće obrisati'
Toshi MARUYAMA
remove trailing white-spaces from config/locales/sr-YU.yml...
r8503 error_unable_to_connect: "Povezivanje sa (%{value}) je nemoguće"
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 warning_attachments_not_saved: "%{count} datoteka ne može biti snimljena."
Toshi MARUYAMA
remove trailing white-spaces from config/locales/sr-YU.yml...
r8503
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 mail_subject_lost_password: "Vaša %{value} lozinka"
mail_body_lost_password: 'Za promenu vaše lozinke, kliknite na sledeći link:'
mail_subject_register: "Aktivacija vašeg %{value} naloga"
mail_body_register: 'Za aktivaciju vašeg naloga, kliknite na sledeći link:'
mail_body_account_information_external: "Vaš nalog %{value} možete koristiti za prijavu."
mail_body_account_information: Informacije o vašem nalogu
mail_subject_account_activation_request: "Zahtev za aktivaciju naloga %{value}"
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 mail_body_account_activation_request: "Novi korisnik (%{value}) je registrovan. Nalog čeka na vaše odobrenje:"
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 mail_subject_reminder: "%{count} problema dospeva narednih %{days} dana"
mail_body_reminder: "%{count} problema dodeljenih vama dospeva u narednih %{days} dana:"
mail_subject_wiki_content_added: "Wiki stranica '%{id}' je dodata"
mail_body_wiki_content_added: "%{author} je dodao wiki stranicu '%{id}'."
mail_subject_wiki_content_updated: "Wiki stranica '%{id}' je ažurirana"
mail_body_wiki_content_updated: "%{author} je ažurirao wiki stranicu '%{id}'."
Toshi MARUYAMA
remove trailing white-spaces from config/locales/sr-YU.yml...
r8503
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 field_name: Naziv
field_description: Opis
field_summary: Rezime
field_is_required: Obavezno
field_firstname: Ime
field_lastname: Prezime
field_mail: E-adresa
field_filename: Datoteka
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 field_filesize: Veličina
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 field_downloads: Preuzimanja
field_author: Autor
field_created_on: Kreirano
field_updated_on: Ažurirano
field_field_format: Format
field_is_for_all: Za sve projekte
field_possible_values: Moguće vrednosti
field_regexp: Regularan izraz
field_min_length: Minimalna dužina
field_max_length: Maksimalna dužina
field_value: Vrednost
field_category: Kategorija
field_title: Naslov
field_project: Projekat
field_issue: Problem
field_status: Status
field_notes: Beleške
field_is_closed: Zatvoren problem
field_is_default: Podrazumevana vrednost
field_tracker: Praćenje
field_subject: Predmet
field_due_date: Krajnji rok
field_assigned_to: Dodeljeno
field_priority: Prioritet
field_fixed_version: Odredišna verzija
field_user: Korisnik
field_principal: Glavni
field_role: Uloga
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 field_homepage: Početna stranica
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 field_is_public: Javno objavljivanje
field_parent: Potprojekat od
field_is_in_roadmap: Problemi prikazani u planu rada
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 field_login: Korisničko ime
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 field_mail_notification: Obaveštenja putem e-pošte
field_admin: Administrator
field_last_login_on: Poslednje povezivanje
field_language: Jezik
field_effective_date: Datum
field_password: Lozinka
field_new_password: Nova lozinka
field_password_confirmation: Potvrda lozinke
field_version: Verzija
field_type: Tip
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 field_host: Glavni računar
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 field_port: Port
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 field_account: Korisnički nalog
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 field_base_dn: Bazni DN
field_attr_login: Atribut prijavljivanja
field_attr_firstname: Atribut imena
field_attr_lastname: Atribut prezimena
field_attr_mail: Atribut e-adrese
field_onthefly: Kreiranje korisnika u toku rada
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 field_start_date: Početak
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 field_done_ratio: "% urađeno"
field_auth_source: Režim potvrde identiteta
field_hide_mail: Sakrij moju e-adresu
field_comments: Komentar
field_url: URL
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 field_start_page: Početna stranica
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 field_subproject: Potprojekat
field_hours: sati
field_activity: Aktivnost
field_spent_on: Datum
field_identifier: Identifikator
field_is_filter: Upotrebi kao filter
field_issue_to: Srodni problemi
field_delay: Kašnjenje
field_assignable: Problem može biti dodeljen ovoj ulozi
field_redirect_existing_links: Preusmeri postojeće veze
Toshi MARUYAMA
Serbian translation changed by Miodrag Milic (#12806, #12800)...
r10931 field_estimated_hours: Procenjeno vreme
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 field_column_names: Kolone
field_time_zone: Vremenska zona
field_searchable: Može da se pretražuje
field_default_value: Podrazumevana vrednost
field_comments_sorting: Prikaži komentare
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 field_parent_title: Matična stranica
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 field_editable: Izmenljivo
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 field_watcher: Posmatrač
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 field_identity_url: OpenID URL
field_content: Sadržaj
field_group_by: Grupisanje rezultata po
field_sharing: Deljenje
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 field_parent_issue: Matični zadatak
Toshi MARUYAMA
remove trailing white-spaces from config/locales/sr-YU.yml...
r8503
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 setting_app_title: Naslov aplikacije
setting_app_subtitle: Podnaslov aplikacije
setting_welcome_text: Tekst dobrodošlice
setting_default_language: Podrazumevani jezik
setting_login_required: Obavezna potvrda identiteta
setting_self_registration: Samoregistracija
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 setting_attachment_max_size: Maks. veličina priložene datoteke
setting_issues_export_limit: Ograničenje izvoza „problema“
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 setting_mail_from: E-adresa pošiljaoca
setting_bcc_recipients: Primaoci „Bcc“ kopije
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 setting_plain_text_mail: Poruka sa čistim tekstom (bez HTML-a)
setting_host_name: Putanja i naziv glavnog računara
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 setting_text_formatting: Oblikovanje teksta
setting_wiki_compression: Kompresija Wiki istorije
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 setting_feeds_limit: Ograničenje sadržaja izvora vesti
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 setting_default_projects_public: Podrazumeva se javno prikazivanje novih projekata
setting_autofetch_changesets: Izvršavanje automatskog preuzimanja
setting_sys_api_enabled: Omogućavanje WS za upravljanje spremištem
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 setting_commit_ref_keywords: Referenciranje ključnih reči
setting_commit_fix_keywords: Popravljanje ključnih reči
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 setting_autologin: Automatska prijava
setting_date_format: Format datuma
setting_time_format: Format vremena
setting_cross_project_issue_relations: Dozvoli povezivanje problema iz unakrsnih projekata
setting_issue_list_default_columns: Podrazumevane kolone prikazane na spisku problema
setting_emails_footer: Podnožje stranice e-poruke
setting_protocol: Protokol
setting_per_page_options: Opcije prikaza objekata po stranici
setting_user_format: Format prikaza korisnika
setting_activity_days_default: Broj dana prikazanih na projektnoj aktivnosti
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 setting_display_subprojects_issues: Prikazuj probleme iz potprojekata na glavnom projektu, ukoliko nije drugačije navedeno
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 setting_enabled_scm: Omogućavanje SCM
setting_mail_handler_body_delimiters: "Skraćivanje e-poruke nakon jedne od ovih linija"
setting_mail_handler_api_enabled: Omogućavanje WS dolazne e-poruke
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 setting_mail_handler_api_key: API ključ
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 setting_sequential_project_identifiers: Generisanje sekvencijalnog imena projekta
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 setting_gravatar_enabled: Koristi Gravatar korisničke ikone
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 setting_gravatar_default: Podrazumevana Gravatar slika
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 setting_diff_max_lines_displayed: Maks. broj prikazanih različitih linija
setting_file_max_size_displayed: Maks. veličina tekst. datoteka prikazanih umetnuto
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 setting_repository_log_display_limit: Maks. broj revizija prikazanih u datoteci za evidenciju
setting_openid: Dozvoli OpenID prijavu i registraciju
setting_password_min_length: Minimalna dužina lozinke
setting_new_project_user_role_id: Kreatoru projekta (koji nije administrator) dodeljuje je uloga
setting_default_projects_modules: Podrazumevano omogućeni moduli za nove projekte
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 setting_issue_done_ratio: Izračunaj odnos rešenih problema
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 setting_issue_done_ratio_issue_field: koristeći polje problema
setting_issue_done_ratio_issue_status: koristeći status problema
setting_start_of_week: Prvi dan u sedmici
setting_rest_api_enabled: Omogući REST web usluge
setting_cache_formatted_text: Keširanje obrađenog teksta
Toshi MARUYAMA
remove trailing white-spaces from config/locales/sr-YU.yml...
r8503
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 permission_add_project: Kreiranje projekta
permission_add_subprojects: Kreiranje potpojekta
permission_edit_project: Izmena projekata
permission_select_project_modules: Odabiranje modula projekta
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 permission_manage_members: Upravljanje članovima
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 permission_manage_project_activities: Upravljanje projektnim aktivnostima
permission_manage_versions: Upravljanje verzijama
permission_manage_categories: Upravljanje kategorijama problema
permission_view_issues: Pregled problema
permission_add_issues: Dodavanje problema
permission_edit_issues: Izmena problema
permission_manage_issue_relations: Upravljanje vezama između problema
permission_add_issue_notes: Dodavanje beleški
permission_edit_issue_notes: Izmena beleški
permission_edit_own_issue_notes: Izmena sopstvenih beleški
permission_move_issues: Pomeranje problema
permission_delete_issues: Brisanje problema
permission_manage_public_queries: Upravljanje javnim upitima
permission_save_queries: Snimanje upita
permission_view_gantt: Pregledanje Gantovog dijagrama
permission_view_calendar: Pregledanje kalendara
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 permission_view_issue_watchers: Pregledanje spiska posmatrača
permission_add_issue_watchers: Dodavanje posmatrača
permission_delete_issue_watchers: Brisanje posmatrača
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 permission_log_time: Beleženje utrošenog vremena
permission_view_time_entries: Pregledanje utrošenog vremena
permission_edit_time_entries: Izmena utrošenog vremena
permission_edit_own_time_entries: Izmena sopstvenog utrošenog vremena
permission_manage_news: Upravljanje vestima
permission_comment_news: Komentarisanje vesti
permission_view_documents: Pregledanje dokumenata
permission_manage_files: Upravljanje datotekama
permission_view_files: Pregledanje datoteka
permission_manage_wiki: Upravljanje wiki stranicama
permission_rename_wiki_pages: Promena imena wiki stranicama
permission_delete_wiki_pages: Brisanje wiki stranica
permission_view_wiki_pages: Pregledanje wiki stranica
permission_view_wiki_edits: Pregledanje wiki istorije
permission_edit_wiki_pages: Izmena wiki stranica
permission_delete_wiki_pages_attachments: Brisanje priloženih datoteka
permission_protect_wiki_pages: Zaštita wiki stranica
permission_manage_repository: Upravljanje spremištem
permission_browse_repository: Pregledanje spremišta
permission_view_changesets: Pregledanje skupa promena
permission_commit_access: Potvrda pristupa
permission_manage_boards: Upravljanje forumima
permission_view_messages: Pregledanje poruka
permission_add_messages: Slanje poruka
permission_edit_messages: Izmena poruka
permission_edit_own_messages: Izmena sopstvenih poruka
permission_delete_messages: Brisanje poruka
permission_delete_own_messages: Brisanje sopstvenih poruka
permission_export_wiki_pages: Izvoz wiki stranica
permission_manage_subtasks: Upravljanje podzadacima
Toshi MARUYAMA
remove trailing white-spaces from config/locales/sr-YU.yml...
r8503
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 project_module_issue_tracking: Praćenje problema
project_module_time_tracking: Praćenje vremena
project_module_news: Vesti
project_module_documents: Dokumenti
project_module_files: Datoteke
project_module_wiki: Wiki
project_module_repository: Spremište
project_module_boards: Forumi
Toshi MARUYAMA
remove trailing white-spaces from config/locales/sr-YU.yml...
r8503
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 label_user: Korisnik
label_user_plural: Korisnici
label_user_new: Novi korisnik
label_user_anonymous: Anoniman
label_project: Projekat
label_project_new: Novi projekat
label_project_plural: Projekti
label_x_projects:
zero: nema projekata
one: jedan projekat
other: "%{count} projekata"
label_project_all: Svi projekti
label_project_latest: Poslednji projekti
label_issue: Problem
label_issue_new: Novi problem
label_issue_plural: Problemi
label_issue_view_all: Prikaz svih problema
label_issues_by: "Problemi (%{value})"
label_issue_added: Problem je dodat
label_issue_updated: Problem je ažuriran
label_document: Dokument
label_document_new: Novi dokument
label_document_plural: Dokumenti
label_document_added: Dokument je dodat
label_role: Uloga
label_role_plural: Uloge
label_role_new: Nova uloga
label_role_and_permissions: Uloge i dozvole
label_member: Član
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 label_member_new: Novi član
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 label_member_plural: Članovi
label_tracker: Praćenje
label_tracker_plural: Praćenja
label_tracker_new: Novo praćenje
label_workflow: Tok posla
label_issue_status: Status problema
label_issue_status_plural: Statusi problema
label_issue_status_new: Novi status
label_issue_category: Kategorija problema
label_issue_category_plural: Kategorije problema
label_issue_category_new: Nova kategorija
label_custom_field: Prilagođeno polje
label_custom_field_plural: Prilagođena polja
label_custom_field_new: Novo prilagođeno polje
label_enumerations: Nabrojiva lista
label_enumeration_new: Nova vrednost
label_information: Informacija
label_information_plural: Informacije
label_please_login: Molimo, prijavite se
label_register: Registracija
label_login_with_open_id_option: ili prijava sa OpenID
label_password_lost: Izgubljena lozinka
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 label_home: Početak
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 label_my_page: Moja stranica
label_my_account: Moj nalog
label_my_projects: Moji projekti
label_my_page_block: My page block
label_administration: Administracija
label_login: Prijava
label_logout: Odjava
label_help: Pomoć
label_reported_issues: Prijavljeni problemi
label_assigned_to_me_issues: Problemi dodeljeni meni
label_last_login: Poslednje povezivanje
label_registered_on: Registrovan
label_activity: Aktivnost
label_overall_activity: Celokupna aktivnost
label_user_activity: "Aktivnost korisnika %{value}"
label_new: Novo
label_logged_as: Prijavljeni ste kao
label_environment: Okruženje
label_authentication: Potvrda identiteta
label_auth_source: Režim potvrde identiteta
label_auth_source_new: Novi režim potvrde identiteta
label_auth_source_plural: Režimi potvrde identiteta
label_subproject_plural: Potprojekti
label_subproject_new: Novi potprojekat
label_and_its_subprojects: "%{value} i njegovi potprojekti"
label_min_max_length: Min. - Maks. dužina
label_list: Spisak
label_date: Datum
label_integer: Ceo broj
label_float: Sa pokretnim zarezom
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 label_boolean: Logički operator
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 label_string: Tekst
label_text: Dugi tekst
label_attribute: Osobina
label_attribute_plural: Osobine
label_no_data: Nema podataka za prikazivanje
label_change_status: Promena statusa
label_history: Istorija
label_attachment: Datoteka
label_attachment_new: Nova datoteka
label_attachment_delete: Brisanje datoteke
label_attachment_plural: Datoteke
label_file_added: Datoteka je dodata
label_report: Izveštaj
label_report_plural: Izveštaji
label_news: Vesti
label_news_new: Dodavanje vesti
label_news_plural: Vesti
label_news_latest: Poslednje vesti
label_news_view_all: Prikaz svih vesti
label_news_added: Vesti su dodate
label_settings: Podešavanja
label_overview: Pregled
label_version: Verzija
label_version_new: Nova verzija
label_version_plural: Verzije
label_close_versions: Zatvori završene verzije
label_confirmation: Potvrda
label_export_to: 'Takođe dostupno i u varijanti:'
label_read: Čitanje...
label_public_projects: Javni projekti
label_open_issues: otvoren
label_open_issues_plural: otvorenih
label_closed_issues: zatvoren
label_closed_issues_plural: zatvorenih
label_x_open_issues_abbr:
zero: 0 otvorenih
one: 1 otvoren
other: "%{count} otvorenih"
label_x_closed_issues_abbr:
zero: 0 zatvorenih
one: 1 zatvoren
other: "%{count} zatvorenih"
label_total: Ukupno
label_permissions: Dozvole
label_current_status: Trenutni status
label_new_statuses_allowed: Novi statusi dozvoljeni
label_all: svi
label_none: nijedan
label_nobody: nikome
label_next: Sledeće
label_previous: Prethodno
label_used_by: Koristio
label_details: Detalji
label_add_note: Dodaj belešku
label_calendar: Kalendar
label_months_from: meseci od
label_gantt: Gantov dijagram
label_internal: Unutrašnji
label_last_changes: "poslednjih %{count} promena"
label_change_view_all: Prikaži sve promene
label_personalize_page: Personalizuj ovu stranu
label_comment: Komentar
label_comment_plural: Komentari
label_x_comments:
zero: bez komentara
one: jedan komentar
other: "%{count} komentara"
label_comment_add: Dodaj komentar
label_comment_added: Komentar dodat
label_comment_delete: Obriši komentare
label_query: Prilagođen upit
label_query_plural: Prilagođeni upiti
label_query_new: Novi upit
label_filter_add: Dodavanje filtera
label_filter_plural: Filteri
label_equals: je
label_not_equals: nije
label_in_less_than: manje od
label_in_more_than: više od
label_greater_or_equal: '>='
label_less_or_equal: '<='
label_in: u
label_today: danas
label_all_time: sve vreme
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 label_yesterday: juče
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 label_this_week: ove sedmice
label_last_week: poslednje sedmice
label_last_n_days: "poslednjih %{count} dana"
label_this_month: ovog meseca
label_last_month: poslednjeg meseca
label_this_year: ove godine
label_date_range: Vremenski period
label_less_than_ago: pre manje od nekoliko dana
label_more_than_ago: pre više od nekoliko dana
label_ago: pre nekoliko dana
label_contains: sadrži
label_not_contains: ne sadrži
label_day_plural: dana
label_repository: Spremište
label_repository_plural: Spremišta
label_browse: Pregledanje
label_branch: Grana
label_tag: Oznaka
label_revision: Revizija
label_revision_plural: Revizije
label_revision_id: "Revizija %{value}"
label_associated_revisions: Pridružene revizije
label_added: dodato
label_modified: promenjeno
label_copied: kopirano
label_renamed: preimenovano
label_deleted: izbrisano
label_latest_revision: Poslednja revizija
label_latest_revision_plural: Poslednje revizije
label_view_revisions: Pregled revizija
label_view_all_revisions: Pregled svih revizija
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 label_max_size: Maksimalna veličina
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 label_sort_highest: Premeštanje na vrh
label_sort_higher: Premeštanje na gore
label_sort_lower: Premeštanje na dole
label_sort_lowest: Premeštanje na dno
label_roadmap: Plan rada
label_roadmap_due_in: "Dospeva %{value}"
label_roadmap_overdue: "%{value} najkasnije"
label_roadmap_no_issues: Nema problema za ovu verziju
label_search: Pretraga
label_result_plural: Rezultati
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 label_all_words: Sve reči
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 label_wiki: Wiki
label_wiki_edit: Wiki izmena
label_wiki_edit_plural: Wiki izmene
label_wiki_page: Wiki stranica
label_wiki_page_plural: Wiki stranice
label_index_by_title: Indeksiranje po naslovu
label_index_by_date: Indeksiranje po datumu
label_current_version: Trenutna verzija
label_preview: Pregled
label_feed_plural: Izvori vesti
label_changes_details: Detalji svih promena
label_issue_tracking: Praćenje problema
label_spent_time: Utrošeno vreme
label_overall_spent_time: Celokupno utrošeno vreme
label_f_hour: "%{value} sat"
label_f_hour_plural: "%{value} sati"
label_time_tracking: Praćenje vremena
label_change_plural: Promene
label_statistics: Statistika
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 label_commits_per_month: Izvršenja mesečno
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 label_commits_per_author: Izvršenja po autoru
label_view_diff: Pogledaj razlike
label_diff_inline: unutra
label_diff_side_by_side: uporedo
label_options: Opcije
label_copy_workflow_from: Kopiranje toka posla od
label_permissions_report: Izveštaj o dozvolama
label_watched_issues: Posmatrani problemi
label_related_issues: Srodni problemi
label_applied_status: Primenjeni statusi
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 label_loading: Učitavanje...
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 label_relation_new: Nova relacija
label_relation_delete: Brisanje relacije
label_relates_to: srodnih sa
label_duplicates: dupliranih
label_duplicated_by: dupliranih od
label_blocks: odbijenih
label_blocked_by: odbijenih od
label_precedes: prethodi
label_follows: praćenih
label_stay_logged_in: Ostanite prijavljeni
label_disabled: onemogućeno
label_show_completed_versions: Prikazivanje završene verzije
label_me: meni
label_board: Forum
label_board_new: Novi forum
label_board_plural: Forumi
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 label_board_locked: Zaključana
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 label_board_sticky: Lepljiva
label_topic_plural: Teme
label_message_plural: Poruke
label_message_last: Poslednja poruka
label_message_new: Nova poruka
label_message_posted: Poruka je dodata
label_reply_plural: Odgovori
label_send_information: Pošalji korisniku detalje naloga
label_year: Godina
label_month: Mesec
label_week: Sedmica
label_date_from: Šalje
label_date_to: Prima
label_language_based: Bazirano na jeziku korisnika
label_sort_by: "Sortirano po %{value}"
label_send_test_email: Slanje probne e-poruke
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 label_feeds_access_key: Atom pristupni ključ
label_missing_feeds_access_key: Atom pristupni ključ nedostaje
label_feeds_access_key_created_on: "Atom pristupni ključ je napravljen pre %{value}"
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 label_module_plural: Moduli
label_added_time_by: "Dodao %{author} pre %{age}"
label_updated_time_by: "Ažurirao %{author} pre %{age}"
label_updated_time: "Ažurirano pre %{value}"
label_jump_to_a_project: Skok na projekat...
label_file_plural: Datoteke
label_changeset_plural: Skupovi promena
label_default_columns: Podrazumevane kolone
label_no_change_option: (Bez promena)
label_bulk_edit_selected_issues: Grupna izmena odabranih problema
label_theme: Tema
label_default: Podrazumevano
label_search_titles_only: Pretražuj samo naslove
label_user_mail_option_all: "Za bilo koji događaj na svim mojim projektima"
label_user_mail_option_selected: "Za bilo koji događaj na samo odabranim projektima..."
label_user_mail_no_self_notified: "Ne želim biti obaveštavan za promene koje sam pravim"
label_registration_activation_by_email: aktivacija naloga putem e-poruke
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 label_registration_manual_activation: ručna aktivacija naloga
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 label_registration_automatic_activation: automatska aktivacija naloga
label_display_per_page: "Broj stavki po stranici: %{value}"
label_age: Starost
label_change_properties: Promeni svojstva
label_general: Opšti
label_more: Više
label_scm: SCM
label_plugins: Dodatne komponente
label_ldap_authentication: LDAP potvrda identiteta
label_downloads_abbr: D/L
label_optional_description: Opciono opis
label_add_another_file: Dodaj još jednu datoteku
label_preferences: Podešavanja
label_chronological_order: po hronološkom redosledu
label_reverse_chronological_order: po obrnutom hronološkom redosledu
label_incoming_emails: Dolazne e-poruke
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 label_generate_key: Generisanje ključa
label_issue_watchers: Posmatrači
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 label_example: Primer
label_display: Prikaz
label_sort: Sortiranje
label_ascending: Rastući niz
label_descending: Opadajući niz
label_date_from_to: Od %{start} do %{end}
label_wiki_content_added: Wiki stranica je dodata
label_wiki_content_updated: Wiki stranica je ažurirana
label_group: Grupa
label_group_plural: Grupe
label_group_new: Nova grupa
label_time_entry_plural: Utrošeno vreme
label_version_sharing_none: Nije deljeno
label_version_sharing_descendants: Sa potprojektima
label_version_sharing_hierarchy: Sa hijerarhijom projekta
label_version_sharing_tree: Sa stablom projekta
label_version_sharing_system: Sa svim projektima
label_update_issue_done_ratios: Ažuriraj odnos rešenih problema
label_copy_source: Izvor
label_copy_target: Odredište
label_copy_same_as_target: Isto kao odredište
label_display_used_statuses_only: Prikazuj statuse korišćene samo od strane ovog praćenja
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 label_api_access_key: API pristupni ključ
label_missing_api_access_key: Nedostaje API pristupni ključ
label_api_access_key_created_on: "API pristupni ključ je kreiran pre %{value}"
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 label_profile: Profil
label_subtask_plural: Podzadatak
Toshi MARUYAMA
remove trailing white-spaces from config/locales/sr-YU.yml...
r8503 label_project_copy_notifications: Pošalji e-poruku sa obaveštenjem prilikom kopiranja projekta
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 button_login: Prijava
button_submit: Pošalji
button_save: Snimi
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 button_check_all: Uključi sve
button_uncheck_all: Isključi sve
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 button_delete: Izbriši
button_create: Kreiraj
button_create_and_continue: Kreiraj i nastavi
button_test: Test
button_edit: Izmeni
button_add: Dodaj
button_change: Promeni
button_apply: Primeni
button_clear: Obriši
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 button_lock: Zaključaj
button_unlock: Otključaj
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 button_download: Preuzmi
button_list: Spisak
button_view: Prikaži
button_move: Pomeri
button_move_and_follow: Pomeri i prati
button_back: Nazad
button_cancel: Poništi
button_activate: Aktiviraj
button_sort: Sortiraj
button_log_time: Evidentiraj vreme
button_rollback: Povratak na ovu verziju
button_watch: Prati
button_unwatch: Ne prati više
button_reply: Odgovori
button_archive: Arhiviraj
button_unarchive: Vrati iz arhive
button_reset: Poništi
button_rename: Preimenuj
button_change_password: Promeni lozinku
button_copy: Kopiraj
button_copy_and_follow: Kopiraj i prati
button_annotate: Pribeleži
button_update: Ažuriraj
button_configure: Podesi
button_quote: Pod navodnicima
button_duplicate: Dupliraj
button_show: Prikaži
Toshi MARUYAMA
remove trailing white-spaces from config/locales/sr-YU.yml...
r8503
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 status_active: aktivni
status_registered: registrovani
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 status_locked: zaključani
Toshi MARUYAMA
remove trailing white-spaces from config/locales/sr-YU.yml...
r8503
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 version_status_open: otvoren
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 version_status_locked: zaključan
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 version_status_closed: zatvoren
field_active: Aktivan
Toshi MARUYAMA
remove trailing white-spaces from config/locales/sr-YU.yml...
r8503
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 text_select_mail_notifications: Odaberi akcije za koje će obaveštenje biti poslato putem e-pošte.
text_regexp_info: npr. ^[A-Z0-9]+$
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 text_min_max_length_info: 0 znači bez ograničenja
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 text_project_destroy_confirmation: Jeste li sigurni da želite da izbrišete ovaj projekat i sve pripadajuće podatke?
text_subprojects_destroy_warning: "Potprojekti: %{value} će takođe biti izbrisan."
text_workflow_edit: Odaberite ulogu i praćenje za izmenu toka posla
text_are_you_sure: Jeste li sigurni?
text_journal_changed: "%{label} promenjen od %{old} u %{new}"
text_journal_set_to: "%{label} postavljen u %{value}"
text_journal_deleted: "%{label} izbrisano (%{old})"
text_journal_added: "%{label} %{value} dodato"
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 text_tip_issue_begin_day: zadatak počinje ovog dana
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 text_tip_issue_end_day: zadatak se završava ovog dana
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 text_tip_issue_begin_end_day: zadatak počinje i završava ovog dana
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 text_caracters_maximum: "Najviše %{count} znak(ova)."
text_caracters_minimum: "Broj znakova mora biti najmanje %{count}."
text_length_between: "Broj znakova mora biti između %{min} i %{max}."
text_tracker_no_workflow: Ovo praćenje nema definisan tok posla
text_unallowed_characters: Nedozvoljeni znakovi
text_comma_separated: Dozvoljene su višestruke vrednosti (odvojene zarezom).
text_line_separated: Dozvoljene su višestruke vrednosti (jedan red za svaku vrednost).
text_issues_ref_in_commit_messages: Referenciranje i popravljanje problema u izvršnim porukama
text_issue_added: "%{author} je prijavio problem %{id}."
text_issue_updated: "%{author} je ažurirao problem %{id}."
text_wiki_destroy_confirmation: Jeste li sigurni da želite da obrišete wiki i sav sadržaj?
text_issue_category_destroy_question: "Nekoliko problema (%{count}) je dodeljeno ovoj kategoriji. Šta želite da uradite?"
text_issue_category_destroy_assignments: Ukloni dodeljene kategorije
text_issue_category_reassign_to: Dodeli ponovo probleme ovoj kategoriji
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 text_user_mail_option: "Za neizabrane projekte, dobićete samo obaveštenje o stvarima koje pratite ili ste uključeni (npr. problemi čiji ste vi autor ili zastupnik)."
text_no_configuration_data: "Uloge, praćenja, statusi problema i toka posla još uvek nisu podešeni.\nPreporučljivo je da učitate podrazumevano konfigurisanje. Izmena je moguća nakon prvog učitavanja."
text_load_default_configuration: Učitaj podrazumevano konfigurisanje
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 text_status_changed_by_changeset: "Primenjeno u skupu sa promenama %{value}."
text_issues_destroy_confirmation: 'Jeste li sigurni da želite da izbrišete odabrane probleme?'
text_select_project_modules: 'Odaberite module koje želite omogućiti za ovaj projekat:'
text_default_administrator_account_changed: Podrazumevani administratorski nalog je promenjen
text_file_repository_writable: Fascikla priloženih datoteka je upisiva
text_plugin_assets_writable: Fascikla elemenata dodatnih komponenti je upisiva
text_rmagick_available: RMagick je dostupan (opciono)
text_destroy_time_entries_question: "%{hours} sati je prijavljeno za ovaj problem koji želite izbrisati. Šta želite da uradite?"
text_destroy_time_entries: Izbriši prijavljene sate
text_assign_time_entries_to_project: Dodeli prijavljene sate projektu
text_reassign_time_entries: 'Dodeli ponovo prijavljene sate ovom problemu:'
text_user_wrote: "%{value} je napisao:"
text_enumeration_destroy_question: "%{count} objekat(a) je dodeljeno ovoj vrednosti."
text_enumeration_category_reassign_to: 'Dodeli ih ponovo ovoj vrednosti:'
text_email_delivery_not_configured: "Isporuka e-poruka nije konfigurisana i obaveštenja su onemogućena.\nPodesite vaš SMTP server u config/configuration.yml i pokrenite ponovo aplikaciju za njihovo omogućavanje."
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 text_repository_usernames_mapping: "Odaberite ili ažurirajte Redmine korisnike mapiranjem svakog korisničkog imena pronađenog u evidenciji spremišta.\nKorisnici sa istim Redmine imenom i imenom spremišta ili e-adresom su automatski mapirani."
text_diff_truncated: '... Ova razlika je isečena jer je dostignuta maksimalna veličina prikaza.'
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 text_custom_field_possible_values_info: 'Jedan red za svaku vrednost'
text_wiki_page_destroy_question: "Ova stranica ima %{descendants} podređenih stranica i podstranica. Šta želite da uradite?"
text_wiki_page_nullify_children: "Zadrži podređene stranice kao korene stranice"
text_wiki_page_destroy_children: "Izbriši podređene stranice i sve njihove podstranice"
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 text_wiki_page_reassign_children: "Dodeli ponovo podređene stranice ovoj matičnoj stranici"
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 text_own_membership_delete_confirmation: "Nakon uklanjanja pojedinih ili svih vaših dozvola nećete više moći da uređujete ovaj projekat.\nŽelite li da nastavite?"
text_zoom_in: Uvećaj
text_zoom_out: Umanji
Toshi MARUYAMA
remove trailing white-spaces from config/locales/sr-YU.yml...
r8503
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 default_role_manager: Menadžer
default_role_developer: Programer
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 default_role_reporter: Izveštač
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 default_tracker_bug: Greška
default_tracker_feature: Funkcionalnost
default_tracker_support: Podrška
default_issue_status_new: Novo
default_issue_status_in_progress: U toku
default_issue_status_resolved: Rešeno
default_issue_status_feedback: Povratna informacija
default_issue_status_closed: Zatvoreno
default_issue_status_rejected: Odbijeno
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 default_doc_category_user: Korisnička dokumentacija
default_doc_category_tech: Tehnička dokumentacija
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 default_priority_low: Nizak
default_priority_normal: Normalan
default_priority_high: Visok
default_priority_urgent: Hitno
default_priority_immediate: Neposredno
default_activity_design: Dizajn
default_activity_development: Razvoj
Toshi MARUYAMA
remove trailing white-spaces from config/locales/sr-YU.yml...
r8503
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 enumeration_issue_priorities: Prioriteti problema
enumeration_doc_categories: Kategorije dokumenta
enumeration_activities: Aktivnosti (praćenje vremena)
enumeration_system_activity: Sistemska aktivnost
Toshi MARUYAMA
remove trailing white-spaces from config/locales/sr-YU.yml...
r8503
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 field_time_entries: Vreme evidencije
project_module_gantt: Gantov dijagram
project_module_calendar: Kalendar
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
field_text: Text field
Toshi MARUYAMA
Serbian translation updated by Miodrag Milic (#12800)...
r10930 setting_default_notification_option: Podrazumevana opcija za notifikaciju
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 label_user_mail_option_only_my_events: Za dogadjaje koje pratim ili sam u njih uključen
Toshi MARUYAMA
Serbian translation updated by Miodrag Milic (#12800)...
r10930 label_user_mail_option_none: Bez obaveštenja
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 field_member_of_group: Assignee's group
field_assigned_to_role: Assignee's role
Toshi MARUYAMA
Serbian translation updated by Miodrag Milic (#12800)...
r10930 notice_not_authorized_archived_project: Projekat kome pokušavate da pristupite je arhiviran
label_principal_search: "Traži korisnike ili grupe:"
label_user_search: "Traži korisnike:"
field_visible: Vidljivo
setting_emails_header: Email zaglavlje
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 setting_commit_logtime_activity_id: Activity for logged time
text_time_logged_by_changeset: Applied in changeset %{value}.
Toshi MARUYAMA
Serbian translation updated by Miodrag Milic (#12800)...
r10930 setting_commit_logtime_enabled: Omogući praćenje vremena
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
Toshi MARUYAMA
Serbian translation updated by Miodrag Milic (#12800)...
r10930 setting_gantt_items_limit: Maksimalan broj stavki na gant grafiku
field_warn_on_leaving_unsaved: Upozori me ako napuštam stranu sa tekstom koji nije snimljen
text_warn_on_leaving_unsaved: Strana sadrži tekst koji nije snimljen i biće izgubljen ako je napustite.
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 label_my_queries: My custom queries
Toshi MARUYAMA
Serbian translation updated by Miodrag Milic (#12800)...
r10930 text_journal_changed_no_detail: "%{label} ažuriran"
label_news_comment_added: Komentar dodat u novosti
button_expand_all: Proširi sve
button_collapse_all: Zatvori sve
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
label_bulk_edit_selected_time_entries: Bulk edit selected time entries
Toshi MARUYAMA
Serbian translation updated by Miodrag Milic (#12800)...
r10930 text_time_entries_destroy_confirmation: Da li ste sigurni da želite da obrišete selektovane stavke ?
label_role_anonymous: Anonimus
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 label_role_non_member: Nije član
Toshi MARUYAMA
Serbian translation updated by Miodrag Milic (#12800)...
r10930 label_issue_note_added: Nota dodana
label_issue_status_updated: Status ažuriran
label_issue_priority_updated: Prioritet ažuriran
label_issues_visibility_own: Problem kreiran od strane ili je dodeljen korisniku
field_issues_visibility: Vidljivost problema
label_issues_visibility_all: Svi problemi
permission_set_own_issues_private: Podesi sopstveni problem kao privatan ili javan
field_is_private: Privatno
permission_set_issues_private: Podesi problem kao privatan ili javan
label_issues_visibility_public: Svi javni problemi
text_issues_destroy_descendants_confirmation: Ova operacija će takođe obrisati %{count} podzadataka.
Toshi MARUYAMA
set svn:eol-style=native sr-YU.yml....
r5619 field_commit_logs_encoding: Kodiranje izvršnih poruka
field_scm_path_encoding: Path encoding
text_scm_path_encoding_note: "Default: UTF-8"
field_path_to_repository: Path to repository
field_root_directory: Root directory
field_cvs_module: Module
field_cvsroot: CVSROOT
text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
text_scm_command: Command
text_scm_command_version: Version
Toshi MARUYAMA
scm: update locales of whether reporting last commit for files and directories in project setting (#8365, #7047)....
r5654 label_git_report_last_commit: Report last commit for files and directories
Jean-Philippe Lang
Adds issue id link in the issue creation flash message (#3033)....
r6090 notice_issue_successful_create: Issue %{id} created.
Jean-Philippe Lang
Adds "between" operator for numeric filters (#6180)....
r6097 label_between: between
Jean-Philippe Lang
Ability to assign issues to groups (#2964)....
r6186 setting_issue_group_assignment: Allow issue assignment to groups
Toshi MARUYAMA
update i18n text "label_diff" (#9043)....
r6303 label_diff: diff
Toshi MARUYAMA
regenerate i18n text "text_git_repository_note" (#9129)....
r6520 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
Toshi MARUYAMA
[#9489] update i18n yamls...
r7577 description_query_sort_criteria_direction: Sort direction
description_project_scope: Search scope
description_filter: Filter
description_user_mail_notification: Mail notification settings
description_message_content: Message content
description_available_columns: Available Columns
description_issue_category_reassign: Choose issue category
description_search: Searchfield
description_notes: Notes
description_choose_project: Projects
description_query_sort_criteria_attribute: Sort attribute
description_wiki_subpages_reassign: Choose new parent page
Toshi MARUYAMA
fix wrong english "description_selected_columns" (#9492, #9489)...
r7585 description_selected_columns: Selected Columns
Toshi MARUYAMA
scm: update translations of parent and child revision (#5501)...
r7603 label_parent_revision: Parent
label_child_revision: Child
Toshi MARUYAMA
update i18n locale yamls (#9484)...
r7609 error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
Etienne Massip
Use a more accurate (and probably more english) string for @setting_default_issue_start_date_to_creation_date@ label (#2269)....
r7643 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
Jean-Philippe Lang
Wiki: allows single section edit (#2222)....
r7709 button_edit_section: Edit this section
Toshi MARUYAMA
attachment: move repositories encodings setting to the general tab and update the label (#2371)...
r7749 setting_repositories_encodings: Attachments and repositories encodings
Jean-Philippe Lang
Adds a dialog box for CSV export options (#4742)....
r7754 description_all_columns: All Columns
button_export: Export
label_export_options: "%{export_format} export options"
Jean-Philippe Lang
Check attachment size when the user selects a file (#9667)....
r7806 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
Jean-Philippe Lang
Additional tests for TimelogController and added missing i18n string....
r8143 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
Jean-Philippe Lang
Adds total number of issues for each version on the roadmap....
r8509 label_x_issues:
zero: 0 problem
one: 1 problem
other: "%{count} problemi"
Jean-Philippe Lang
Resourcified repositories for CRUD operations to prepare for multiple SCM per project (#779)....
r8528 label_repository_new: New repository
Toshi MARUYAMA
generate i18n "field_repository_is_default" key (#779)...
r8551 field_repository_is_default: Main repository
Jean-Philippe Lang
Adds an option of the copy form to enable/disable attachments copy (#3055)....
r8557 label_copy_attachments: Copy attachments
Jean-Philippe Lang
Localized string for issue position in results....
r8560 label_item_position: "%{position}/%{count}"
Jean-Philippe Lang
Provide a direct access to completed versions form the roadmap....
r8579 label_completed_versions: Completed versions
Toshi MARUYAMA
replace i18n "text_project_identifier_info" (#1363)...
r8590 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
Jean-Philippe Lang
Locales update....
r8607 field_multiple: Multiple values
Jean-Philippe Lang
Adds a setting that allows to reference/fix issues of all projects (#3087)....
r8630 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
Jean-Philippe Lang
Better handling of issue update conflicts (#8691)....
r8654 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
Jean-Philippe Lang
Adds a "Manage related isses" permission to add/remove commits/issues relations manually from the changeset view (#2009)....
r8657 permission_manage_related_issues: Manage related issues
Jean-Philippe Lang
Removed AuthSourceLdap.human_attribute_name....
r9963 field_auth_source_ldap_filter: LDAP filter
Toshi MARUYAMA
generate i18n "label_search_for_watchers" key (#5159)...
r9173 label_search_for_watchers: Search for watchers to add
Jean-Philippe Lang
Adds new strings to locales....
r9287 notice_account_deleted: Your account has been permanently deleted.
Jean-Philippe Lang
Replaced "Allow users to unsubscribe" with "Allow users to delete their own account" (#10787)....
r9471 setting_unsubscribe: Allow users to delete their own account
Jean-Philippe Lang
Adds new strings to locales....
r9287 button_delete_my_account: Delete my account
text_account_destroy_confirmation: |-
Are you sure you want to proceed?
Your account will be permanently deleted, with no way to reactivate it.
Jean-Philippe Lang
Configurable session lifetime and timeout (#6597)....
r9614 error_session_expired: Your session has expired. Please login again.
text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
setting_session_lifetime: Session maximum lifetime
setting_session_timeout: Session inactivity timeout
label_session_expiration: Session expiration
Jean-Philippe Lang
Fills locales (#3640)....
r9701 permission_close_project: Close / reopen the project
label_show_closed_projects: View closed projects
button_close: Close
button_reopen: Reopen
project_status_active: active
project_status_closed: closed
project_status_archived: archived
text_project_closed: This project is closed and read-only.
Jean-Philippe Lang
More specific flash message when creating a user account....
r9715 notice_user_successful_create: User %{id} created.
Toshi MARUYAMA
generate translation files (#1091)...
r9731 field_core_fields: Standard fields
Jean-Philippe Lang
Fills locales (#8978)....
r9749 field_timeout: Timeout (in seconds)
Jean-Philippe Lang
Fills locales (#1006)....
r9751 setting_thumbnails_enabled: Display attachment thumbnails
setting_thumbnails_size: Thumbnails size (in pixels)
Jean-Philippe Lang
Fills locales (#703, #3521)....
r9797 label_status_transitions: Status transitions
label_fields_permissions: Fields permissions
label_readonly: Read-only
label_required: Required
Jean-Philippe Lang
Repository Identifier should be frozen (#11109)....
r9898 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
Jean-Philippe Lang
Filling locales....
r9960 field_board_parent: Parent forum
Jean-Philippe Lang
Filling locales....
r9982 label_attribute_of_project: Project's %{name}
label_attribute_of_author: Author's %{name}
label_attribute_of_assigned_to: Assignee's %{name}
label_attribute_of_fixed_version: Target version's %{name}
Jean-Philippe Lang
Filling locales (#6965)....
r10147 label_copy_subtasks: Copy subtasks
Jean-Philippe Lang
Filling locales (#6899)....
r10283 label_copied_to: copied to
label_copied_from: copied from
Jean-Philippe Lang
Filling locales (#3239, #3265)....
r10305 label_any_issues_in_project: any issues in project
label_any_issues_not_in_project: any issues not in project
Toshi MARUYAMA
update locale files (#1554)...
r10337 field_private_notes: Private notes
permission_view_private_notes: View private notes
permission_set_notes_private: Set notes as private
Jean-Philippe Lang
Filling locales (#3265)....
r10349 label_no_issues_in_project: no issues in project
Jean-Philippe Lang
Adds label_any string for filters....
r10351 label_any: svi
Jean-Philippe Lang
Filling locales (#11862)....
r10373 label_last_n_weeks: last %{count} weeks
Jean-Philippe Lang
Filling locales (#5487)....
r10377 setting_cross_project_subtasks: Allow cross-project subtasks
Jean-Philippe Lang
Filling locales (#5487)....
r10378 label_cross_project_descendants: Sa potprojektima
label_cross_project_tree: Sa stablom projekta
label_cross_project_hierarchy: Sa hijerarhijom projekta
label_cross_project_system: Sa svim projektima
Jean-Philippe Lang
Filling locales (#12167)....
r10470 button_hide: Hide
Jean-Philippe Lang
Filling locales (#2161)....
r10532 setting_non_working_week_days: Non-working days
Jean-Philippe Lang
Filling locales (#11426)....
r10547 label_in_the_next_days: in the next
label_in_the_past_days: in the past
Jean-Philippe Lang
Adds filters for custom fields related to the project and user of time entries (#10191)....
r10744 label_attribute_of_user: User's %{name}
Jean-Philippe Lang
Adjust warning message (#12251)....
r10988 text_turning_multiple_off: If you disable multiple values, multiple values will be
Jean-Philippe Lang
Adds a message about disabling multiple values on custom field form (#12251)....
r10938 removed in order to preserve only one value per item.
Jean-Philippe Lang
Filling locales (#10191)....
r10943 label_attribute_of_issue: Issue's %{name}
Jean-Philippe Lang
Update locales for new document permissions (#12401)....
r10977 permission_add_documents: Add documents
permission_edit_documents: Edit documents
permission_delete_documents: Delete documents
Jean-Philippe Lang
Fills locales (#12122)....
r10983 label_gantt_progress_line: Progress line
Jean-Philippe Lang
Filling locales (#12992)....
r11043 setting_jsonp_enabled: Enable JSONP support
Jean-Philippe Lang
Adds :field_inherit_members string to locales (#5605)....
r11069 field_inherit_members: Inherit members
Jean-Philippe Lang
Adds field_closed_on to locales (#824)....
r11174 field_closed_on: Closed
Jean-Philippe Lang
Adds field_generate_password string to locales (#3872)....
r11228 field_generate_password: Generate password
Jean-Philippe Lang
Adds setting_default_projects_tracker_ids string to locales (#13175, #13272)....
r11337 setting_default_projects_tracker_ids: Default trackers for new projects
Jean-Philippe Lang
Adds label_total_time string (#13337)....
r11352 label_total_time: Ukupno
Toshi MARUYAMA
replace scm to SCM at locale files (#13438)...
r11369 text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it.
text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel.
Jean-Philippe Lang
Adds i18n strings (#14228)....
r11717 notice_account_not_activated_yet: You haven't activated your account yet. If you want
to receive a new activation email, please <a href="%{url}">click this link</a>.
notice_account_locked: Your account is locked.
Jean-Philippe Lang
Fills locales with new strings....
r11783 label_hidden: Hidden
label_visibility_private: to me only
label_visibility_roles: to these roles only
label_visibility_public: to any users
Jean-Philippe Lang
Adds field_must_change_passwd string to locales (#3872)....
r11852 field_must_change_passwd: Must change password at next logon
Jean-Philippe Lang
Removed hardcoded string (#3872)....
r11853 notice_new_password_must_be_different: The new password must be different from the
current password
Jean-Philippe Lang
Filling locales (#3413)....
r11938 setting_mail_handler_excluded_filenames: Exclude attachments by name
Jean-Philippe Lang
Add an indication to admin/info whether or not ImageMagick convert is available (#15311)....
r12048 text_convert_available: ImageMagick convert available (optional)
Jean-Philippe Lang
Adds translations....
r12126 label_link: Link
label_only: only
label_drop_down_list: drop-down list
label_checkboxes: checkboxes
Jean-Philippe Lang
Adds support for links on values for various custom field formats (#1358)....
r12167 label_link_values_to: Link values to URL
Jean-Philippe Lang
Adds locales strings (#2691)....
r12417 setting_force_default_language_for_anonymous: Force default language for anonymous
users
setting_force_default_language_for_loggedin: Force default language for logged-in
users
Jean-Philippe Lang
Updated locales....
r12575 label_custom_field_select_type: Select the type of object to which the custom field
is to be attached
Jean-Philippe Lang
Adds string to locales (#16362)....
r12702 label_issue_assigned_to_updated: Assignee updated
Jean-Philippe Lang
Adds strings to locales (#3177)....
r12768 label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
Jean-Philippe Lang
Adds strings to locales (#3177)....
r12769 label_unknown_plugin: Unknown plugin
Jean-Philippe Lang
Adds translation string (#17003)....
r12942 label_radio_buttons: radio buttons
Jean-Philippe Lang
Adds locales strings (#17976)....
r13054 label_group_anonymous: Anonymous users
label_group_non_member: Non member users
Jean-Philippe Lang
Adds translation strings (#11702)....
r13117 label_add_projects: Add projects
Jean-Philippe Lang
Adds :field_default_status to locales (#5991)....
r13154 field_default_status: Default status
Jean-Philippe Lang
Adds text_subversion_repository_note string to locales (#1415)....
r13192 text_subversion_repository_note: 'Examples: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
Jean-Philippe Lang
Adds strings to locales (#11724)....
r13203 field_users_visibility: Users visibility
label_users_visibility_all: All active users
label_users_visibility_members_of_visible_projects: Members of visible projects
Jean-Philippe Lang
Adds a more specific title for the attachments edit link (#1326)....
r13285 label_edit_attachments: Edit attached files
Jean-Philippe Lang
Adds translation strings (#18500)....
r13287 setting_link_copied_issue: Link issues on copy
label_link_copied_issue: Link copied issue
label_ask: Ask
Jean-Philippe Lang
Adds strings to locales (#4383)....
r13475 label_search_attachments_yes: Search attachment filenames and descriptions
label_search_attachments_no: Do not search attachments
label_search_attachments_only: Search attachments only
Toshi MARUYAMA
generate i18n key (#10734)...
r13495 label_search_open_issues_only: Open issues only
Jean-Philippe Lang
Adds strings to locales (#4244)....
r13505 field_address: E-adresa
setting_max_additional_emails: Maximum number of additional email addresses
label_email_address_plural: Emails
label_email_address_add: Add email address
label_enable_notifications: Enable notifications
label_disable_notifications: Disable notifications
Jean-Philippe Lang
Adds string to locales (#19005)....
r13581 setting_search_results_per_page: Search results per page
Jean-Philippe Lang
Adds a specific string for blank values (#18918)....
r13597 label_blank_value: blank
Jean-Philippe Lang
Adds :permission_copy_issues string to locales (#18855)....
r13604 permission_copy_issues: Copy issues
Jean-Philippe Lang
Adds missing translation strings....
r13894 error_password_expired: Your password has expired or the administrator requires you
to change it.
field_time_entries_visibility: Time logs visibility
setting_password_max_age: Require password change after
label_parent_task_attributes: Parent tasks attributes
label_parent_task_attributes_derived: Calculated from subtasks
label_parent_task_attributes_independent: Independent of subtasks
Jean-Philippe Lang
Adds missing strings to locales (#8929)....
r13914 label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
Jean-Philippe Lang
Replaces hard-coded strings in views (#19707)....
r13915 label_member_management: Member management
label_member_management_all_roles: All roles
label_member_management_selected_roles_only: Only these roles
Jean-Philippe Lang
Adds translation strings (#19851)....
r13970 label_password_required: Confirm your password to continue
Jean-Philippe Lang
Adds "Total spent hours" column available on the issue list (#11253)....
r14024 label_total_spent_time: Celokupno utrošeno vreme
Jean-Philippe Lang
Adjust i18n strings....
r15180 notice_import_finished: "%{count} items have been imported"
notice_import_finished_with_errors: "%{count} out of %{total} items could not be imported"
Jean-Philippe Lang
Adds translation strings (#950)....
r14112 error_invalid_file_encoding: The file is not a valid %{encoding} encoded file
error_invalid_csv_file_or_settings: The file is not a CSV file or does not match the
settings below
error_can_not_read_import_file: An error occurred while reading the file to import
permission_import_issues: Import issues
label_import_issues: Import issues
label_select_file_to_import: Select the file to import
label_fields_separator: Field separator
label_fields_wrapper: Field wrapper
label_encoding: Encoding
Jean-Philippe Lang
Typo "coma" (#20551)....
r14330 label_comma_char: Comma
Jean-Philippe Lang
Fix: Semi colon is spelled semicolon (#22135)....
r14866 label_semi_colon_char: Semicolon
Jean-Philippe Lang
Adds translation strings (#950)....
r14112 label_quote_char: Quote
label_double_quote_char: Double quote
label_fields_mapping: Fields mapping
label_file_content_preview: File content preview
label_create_missing_values: Create missing values
button_import: Import
Jean-Philippe Lang
Adds translation strings (#20688)....
r14173 field_total_estimated_hours: Total estimated time
Jean-Philippe Lang
Adds label_api string to locales....
r14255 label_api: API
Jean-Philippe Lang
Adds :label_total_plural to locales (#1561)....
r14261 label_total_plural: Totals
Jean-Philippe Lang
Adds label_assigned_issues string to locales (#3398)....
r14336 label_assigned_issues: Assigned issues
Jean-Philippe Lang
Adds label_field_format_enumeration string to locales (#21060)....
r14365 label_field_format_enumeration: Key/value list
Jean-Philippe Lang
Adds translation string for hours with symbol (#21069)....
r14377 label_f_hour_short: '%{value} h'
Jean-Philippe Lang
Adds field_default_version string to locales (#1828)....
r14409 field_default_version: Default version
Jean-Philippe Lang
Adds strings to locales (#20008)....
r14411 error_attachment_extension_not_allowed: Attachment extension %{extension} is not allowed
setting_attachment_extensions_allowed: Allowed extensions
setting_attachment_extensions_denied: Disallowed extensions
Jean-Philippe Lang
Adds strings to locales (#16621)....
r14428 label_any_open_issues: any open issues
label_no_open_issues: no open issues
Jean-Philippe Lang
Adds label_default_values_for_new_users to locales (#21447)....
r14593 label_default_values_for_new_users: Default values for new users
Jean-Philippe Lang
Fixed that LDAP does not check the user and password when are defined in the method of authentication (#21674)....
r14704 error_ldap_bind_credentials: Invalid LDAP Account/Password
Jean-Philippe Lang
Reverts r15246 with broken encoding (#22135)....
r14865 setting_sys_api_key: API ključ
Jean-Philippe Lang
Harmonize setting labels (#21421)....
r14765 setting_lost_password: Izgubljena lozinka
Toshi MARUYAMA
generate i18n keys (#21421)...
r14767 mail_subject_security_notification: Security notification
mail_body_security_notification_change: ! '%{field} was changed.'
mail_body_security_notification_change_to: ! '%{field} was changed to %{value}.'
mail_body_security_notification_add: ! '%{field} %{value} was added.'
mail_body_security_notification_remove: ! '%{field} %{value} was removed.'
mail_body_security_notification_notify_enabled: Email address %{value} now receives
notifications.
mail_body_security_notification_notify_disabled: Email address %{value} no longer
receives notifications.
mail_body_settings_updated: ! 'The following settings were changed:'
field_remote_ip: IP address
Jean-Philippe Lang
Adds :label_wiki_page_new i18n strings (#5536)....
r14965 label_wiki_page_new: New wiki page
Jean-Philippe Lang
Change "Related issues" label for generic grouped query filters (#22147)....
r14972 label_relations: Relations
Jean-Philippe Lang
Adds :button_filter to locales (#4806)....
r14990 button_filter: Filter
Jean-Philippe Lang
Adds missing i18n strings....
r15018 mail_body_password_updated: Your password has been changed.
label_no_preview: No preview available
Toshi MARUYAMA
generate i18 keys (#7839)...
r15090 error_no_tracker_allowed_for_new_issue_in_project: The project doesn't have any trackers
for which you can create an issue
label_tracker_all: All trackers
Jean-Philippe Lang
Adds a setting for choosing the new object menu item style (#15880)....
r15126 label_new_project_issue_tab_enabled: Display the "New issue" tab
Jean-Philippe Lang
Updates locales (#15880)....
r15127 setting_new_item_menu_tab: Project menu tab for creating new objects
label_new_object_tab_enabled: Display the "+" drop-down
Jean-Philippe Lang
Adds :error_no_projects_with_tracker_allowed_for_new_issue i18n string (#23410)....
r15359 error_no_projects_with_tracker_allowed_for_new_issue: There are no projects with trackers
for which you can create an issue
Jean-Philippe Lang
Adds i18n strings (#23653)....
r15372 field_textarea_font: Font used for text areas
label_font_default: Default font
label_font_monospace: Monospaced font
label_font_proportional: Proportional font
Jean-Philippe Lang
Adds setting_timespan_format i18n string (#23996)....
r15584 setting_timespan_format: Time span format
Jean-Philippe Lang
Adds label_table_of_contents i18n string (#23179)....
r15611 label_table_of_contents: Table of contents
Jean-Philippe Lang
Adds :setting_commit_logs_formatting i18n string (#22758)....
r15681 setting_commit_logs_formatting: Apply text formatting to commit messages
Jean-Philippe Lang
Adds :setting_mail_handler_enable_regex_delimiters i18n string (#5864)....
r15684 setting_mail_handler_enable_regex_delimiters: Enable regular expressions
Jean-Philippe Lang
Add :error_move_of_child_not_possible i18n string (#23888)....
r15708 error_move_of_child_not_possible: 'Subtask %{child} could not be moved to the new
project: %{errors}'
Jean-Philippe Lang
Add :error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted i18n string (#24718)....
r15737 error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot
be reassigned to an issue that is about to be deleted
Jean-Philippe Lang
Adds :setting_timelog_required_fields string to locales (#24577)....
r15795 setting_timelog_required_fields: Required fields for time logs
Jean-Philippe Lang
Adds :label_attribute_of_object string to locales (#21249)....
r15810 label_attribute_of_object: '%{object_name}''s %{name}'
Toshi MARUYAMA
regenerate translation for label_user_mail_option_only_(assigned|owner) in all languages (#24177)...
r15836 label_user_mail_option_only_assigned: Only for things I watch or I am assigned to
label_user_mail_option_only_owner: Only for things I watch or I am the owner of
Jean-Philippe Lang
Adds :warning_fields_cleared_on_bulk_edit string to locales (#22600)....
r15843 warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion
of values from one or more fields on the selected objects
Jean-Philippe Lang
Adds :field_updated_by and :field_last_updated_by strings to locales (#17720)....
r15847 field_updated_by: Updated by
field_last_updated_by: Last updated by
Toshi MARUYAMA
generate i18n keys (#21705)...
r15873 field_full_width_layout: Full width layout