##// END OF EJS Templates
Adds english names for several languages....
Jean-Philippe Lang -
r10618:2d1e7ff829cc
parent child
Show More
@@ -1,1086 +1,1086
1 # Update to 1.1 by Michal Gebauer <mishak@mishak.net>
1 # Update to 1.1 by Michal Gebauer <mishak@mishak.net>
2 # Updated by Josef Liška <jl@chl.cz>
2 # Updated by Josef Liška <jl@chl.cz>
3 # CZ translation by Maxim Krušina | Massimo Filippi, s.r.o. | maxim@mxm.cz
3 # CZ translation by Maxim Krušina | Massimo Filippi, s.r.o. | maxim@mxm.cz
4 # Based on original CZ translation by Jan Kadleček
4 # Based on original CZ translation by Jan Kadleček
5 cs:
5 cs:
6 # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl)
6 # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl)
7 direction: ltr
7 direction: ltr
8 date:
8 date:
9 formats:
9 formats:
10 # Use the strftime parameters for formats.
10 # Use the strftime parameters for formats.
11 # When no format has been given, it uses default.
11 # When no format has been given, it uses default.
12 # You can provide other formats here if you like!
12 # You can provide other formats here if you like!
13 default: "%Y-%m-%d"
13 default: "%Y-%m-%d"
14 short: "%b %d"
14 short: "%b %d"
15 long: "%B %d, %Y"
15 long: "%B %d, %Y"
16
16
17 day_names: [Neděle, Pondělí, Úterý, Středa, Čtvrtek, Pátek, Sobota]
17 day_names: [Neděle, Pondělí, Úterý, Středa, Čtvrtek, Pátek, Sobota]
18 abbr_day_names: [Ne, Po, Út, St, Čt, , So]
18 abbr_day_names: [Ne, Po, Út, St, Čt, , So]
19
19
20 # Don't forget the nil at the beginning; there's no such thing as a 0th month
20 # Don't forget the nil at the beginning; there's no such thing as a 0th month
21 month_names: [~, Leden, Únor, Březen, Duben, Květen, Červen, Červenec, Srpen, Září, Říjen, Listopad, Prosinec]
21 month_names: [~, Leden, Únor, Březen, Duben, Květen, Červen, Červenec, Srpen, Září, Říjen, Listopad, Prosinec]
22 abbr_month_names: [~, Led, Úno, Bře, Dub, Kvě, Čer, Čec, Srp, Zář, Říj, Lis, Pro]
22 abbr_month_names: [~, Led, Úno, Bře, Dub, Kvě, Čer, Čec, Srp, Zář, Říj, Lis, Pro]
23 # Used in date_select and datime_select.
23 # Used in date_select and datime_select.
24 order:
24 order:
25 - :year
25 - :year
26 - :month
26 - :month
27 - :day
27 - :day
28
28
29 time:
29 time:
30 formats:
30 formats:
31 default: "%a, %d %b %Y %H:%M:%S %z"
31 default: "%a, %d %b %Y %H:%M:%S %z"
32 time: "%H:%M"
32 time: "%H:%M"
33 short: "%d %b %H:%M"
33 short: "%d %b %H:%M"
34 long: "%B %d, %Y %H:%M"
34 long: "%B %d, %Y %H:%M"
35 am: "dop."
35 am: "dop."
36 pm: "odp."
36 pm: "odp."
37
37
38 datetime:
38 datetime:
39 distance_in_words:
39 distance_in_words:
40 half_a_minute: "půl minuty"
40 half_a_minute: "půl minuty"
41 less_than_x_seconds:
41 less_than_x_seconds:
42 one: "méně než sekunda"
42 one: "méně než sekunda"
43 other: "méně než %{count} sekund"
43 other: "méně než %{count} sekund"
44 x_seconds:
44 x_seconds:
45 one: "1 sekunda"
45 one: "1 sekunda"
46 other: "%{count} sekund"
46 other: "%{count} sekund"
47 less_than_x_minutes:
47 less_than_x_minutes:
48 one: "méně než minuta"
48 one: "méně než minuta"
49 other: "méně než %{count} minut"
49 other: "méně než %{count} minut"
50 x_minutes:
50 x_minutes:
51 one: "1 minuta"
51 one: "1 minuta"
52 other: "%{count} minut"
52 other: "%{count} minut"
53 about_x_hours:
53 about_x_hours:
54 one: "asi 1 hodina"
54 one: "asi 1 hodina"
55 other: "asi %{count} hodin"
55 other: "asi %{count} hodin"
56 x_hours:
56 x_hours:
57 one: "1 hour"
57 one: "1 hour"
58 other: "%{count} hours"
58 other: "%{count} hours"
59 x_days:
59 x_days:
60 one: "1 den"
60 one: "1 den"
61 other: "%{count} dnů"
61 other: "%{count} dnů"
62 about_x_months:
62 about_x_months:
63 one: "asi 1 měsíc"
63 one: "asi 1 měsíc"
64 other: "asi %{count} měsíců"
64 other: "asi %{count} měsíců"
65 x_months:
65 x_months:
66 one: "1 měsíc"
66 one: "1 měsíc"
67 other: "%{count} měsíců"
67 other: "%{count} měsíců"
68 about_x_years:
68 about_x_years:
69 one: "asi 1 rok"
69 one: "asi 1 rok"
70 other: "asi %{count} let"
70 other: "asi %{count} let"
71 over_x_years:
71 over_x_years:
72 one: "více než 1 rok"
72 one: "více než 1 rok"
73 other: "více než %{count} roky"
73 other: "více než %{count} roky"
74 almost_x_years:
74 almost_x_years:
75 one: "témeř 1 rok"
75 one: "témeř 1 rok"
76 other: "téměř %{count} roky"
76 other: "téměř %{count} roky"
77
77
78 number:
78 number:
79 # Výchozí formát pro čísla
79 # Výchozí formát pro čísla
80 format:
80 format:
81 separator: "."
81 separator: "."
82 delimiter: ""
82 delimiter: ""
83 precision: 3
83 precision: 3
84 human:
84 human:
85 format:
85 format:
86 delimiter: ""
86 delimiter: ""
87 precision: 3
87 precision: 3
88 storage_units:
88 storage_units:
89 format: "%n %u"
89 format: "%n %u"
90 units:
90 units:
91 byte:
91 byte:
92 one: "Bajt"
92 one: "Bajt"
93 other: "Bajtů"
93 other: "Bajtů"
94 kb: "KB"
94 kb: "KB"
95 mb: "MB"
95 mb: "MB"
96 gb: "GB"
96 gb: "GB"
97 tb: "TB"
97 tb: "TB"
98
98
99 # Used in array.to_sentence.
99 # Used in array.to_sentence.
100 support:
100 support:
101 array:
101 array:
102 sentence_connector: "a"
102 sentence_connector: "a"
103 skip_last_comma: false
103 skip_last_comma: false
104
104
105 activerecord:
105 activerecord:
106 errors:
106 errors:
107 template:
107 template:
108 header:
108 header:
109 one: "1 chyba zabránila uložení %{model}"
109 one: "1 chyba zabránila uložení %{model}"
110 other: "%{count} chyb zabránilo uložení %{model}"
110 other: "%{count} chyb zabránilo uložení %{model}"
111 messages:
111 messages:
112 inclusion: "není zahrnuto v seznamu"
112 inclusion: "není zahrnuto v seznamu"
113 exclusion: "je rezervováno"
113 exclusion: "je rezervováno"
114 invalid: "je neplatné"
114 invalid: "je neplatné"
115 confirmation: "se neshoduje s potvrzením"
115 confirmation: "se neshoduje s potvrzením"
116 accepted: "musí být akceptováno"
116 accepted: "musí být akceptováno"
117 empty: "nemůže být prázdný"
117 empty: "nemůže být prázdný"
118 blank: "nemůže být prázdný"
118 blank: "nemůže být prázdný"
119 too_long: "je příliš dlouhý"
119 too_long: "je příliš dlouhý"
120 too_short: "je příliš krátký"
120 too_short: "je příliš krátký"
121 wrong_length: "má chybnou délku"
121 wrong_length: "má chybnou délku"
122 taken: "je již použito"
122 taken: "je již použito"
123 not_a_number: "není číslo"
123 not_a_number: "není číslo"
124 not_a_date: "není platné datum"
124 not_a_date: "není platné datum"
125 greater_than: "musí být větší než %{count}"
125 greater_than: "musí být větší než %{count}"
126 greater_than_or_equal_to: "musí být větší nebo rovno %{count}"
126 greater_than_or_equal_to: "musí být větší nebo rovno %{count}"
127 equal_to: "musí být přesně %{count}"
127 equal_to: "musí být přesně %{count}"
128 less_than: "musí být méně než %{count}"
128 less_than: "musí být méně než %{count}"
129 less_than_or_equal_to: "musí být méně nebo rovno %{count}"
129 less_than_or_equal_to: "musí být méně nebo rovno %{count}"
130 odd: "musí být liché"
130 odd: "musí být liché"
131 even: "musí být sudé"
131 even: "musí být sudé"
132 greater_than_start_date: "musí být větší než počáteční datum"
132 greater_than_start_date: "musí být větší než počáteční datum"
133 not_same_project: "nepatří stejnému projektu"
133 not_same_project: "nepatří stejnému projektu"
134 circular_dependency: "Tento vztah by vytvořil cyklickou závislost"
134 circular_dependency: "Tento vztah by vytvořil cyklickou závislost"
135 cant_link_an_issue_with_a_descendant: "Úkol nemůže být spojen s jedním z jeho dílčích úkolů"
135 cant_link_an_issue_with_a_descendant: "Úkol nemůže být spojen s jedním z jeho dílčích úkolů"
136
136
137 actionview_instancetag_blank_option: Prosím vyberte
137 actionview_instancetag_blank_option: Prosím vyberte
138
138
139 general_text_No: 'Ne'
139 general_text_No: 'Ne'
140 general_text_Yes: 'Ano'
140 general_text_Yes: 'Ano'
141 general_text_no: 'ne'
141 general_text_no: 'ne'
142 general_text_yes: 'ano'
142 general_text_yes: 'ano'
143 general_lang_name: 'Čeština'
143 general_lang_name: 'Czech (Čeština)'
144 general_csv_separator: ','
144 general_csv_separator: ','
145 general_csv_decimal_separator: '.'
145 general_csv_decimal_separator: '.'
146 general_csv_encoding: UTF-8
146 general_csv_encoding: UTF-8
147 general_pdf_encoding: UTF-8
147 general_pdf_encoding: UTF-8
148 general_first_day_of_week: '1'
148 general_first_day_of_week: '1'
149
149
150 notice_account_updated: Účet byl úspěšně změněn.
150 notice_account_updated: Účet byl úspěšně změněn.
151 notice_account_invalid_creditentials: Chybné jméno nebo heslo
151 notice_account_invalid_creditentials: Chybné jméno nebo heslo
152 notice_account_password_updated: Heslo bylo úspěšně změněno.
152 notice_account_password_updated: Heslo bylo úspěšně změněno.
153 notice_account_wrong_password: Chybné heslo
153 notice_account_wrong_password: Chybné heslo
154 notice_account_register_done: Účet byl úspěšně vytvořen. Pro aktivaci účtu klikněte na odkaz v emailu, který vám byl zaslán.
154 notice_account_register_done: Účet byl úspěšně vytvořen. Pro aktivaci účtu klikněte na odkaz v emailu, který vám byl zaslán.
155 notice_account_unknown_email: Neznámý uživatel.
155 notice_account_unknown_email: Neznámý uživatel.
156 notice_can_t_change_password: Tento účet používá externí autentifikaci. Zde heslo změnit nemůžete.
156 notice_can_t_change_password: Tento účet používá externí autentifikaci. Zde heslo změnit nemůžete.
157 notice_account_lost_email_sent: Byl vám zaslán email s intrukcemi jak si nastavíte nové heslo.
157 notice_account_lost_email_sent: Byl vám zaslán email s intrukcemi jak si nastavíte nové heslo.
158 notice_account_activated: Váš účet byl aktivován. Nyní se můžete přihlásit.
158 notice_account_activated: Váš účet byl aktivován. Nyní se můžete přihlásit.
159 notice_successful_create: Úspěšně vytvořeno.
159 notice_successful_create: Úspěšně vytvořeno.
160 notice_successful_update: Úspěšně aktualizováno.
160 notice_successful_update: Úspěšně aktualizováno.
161 notice_successful_delete: Úspěšně odstraněno.
161 notice_successful_delete: Úspěšně odstraněno.
162 notice_successful_connection: Úspěšné připojení.
162 notice_successful_connection: Úspěšné připojení.
163 notice_file_not_found: Stránka na kterou se snažíte zobrazit neexistuje nebo byla smazána.
163 notice_file_not_found: Stránka na kterou se snažíte zobrazit neexistuje nebo byla smazána.
164 notice_locking_conflict: Údaje byly změněny jiným uživatelem.
164 notice_locking_conflict: Údaje byly změněny jiným uživatelem.
165 notice_not_authorized: Nemáte dostatečná práva pro zobrazení této stránky.
165 notice_not_authorized: Nemáte dostatečná práva pro zobrazení této stránky.
166 notice_not_authorized_archived_project: Projekt ke kterému se snažíte přistupovat byl archivován.
166 notice_not_authorized_archived_project: Projekt ke kterému se snažíte přistupovat byl archivován.
167 notice_email_sent: "Na adresu %{value} byl odeslán email"
167 notice_email_sent: "Na adresu %{value} byl odeslán email"
168 notice_email_error: "Při odesílání emailu nastala chyba (%{value})"
168 notice_email_error: "Při odesílání emailu nastala chyba (%{value})"
169 notice_feeds_access_key_reseted: Váš klíč pro přístup k RSS byl resetován.
169 notice_feeds_access_key_reseted: Váš klíč pro přístup k RSS byl resetován.
170 notice_api_access_key_reseted: Váš API přístupový klíč byl resetován.
170 notice_api_access_key_reseted: Váš API přístupový klíč byl resetován.
171 notice_failed_to_save_issues: "Chyba při uložení %{count} úkolu(ů) z %{total} vybraných: %{ids}."
171 notice_failed_to_save_issues: "Chyba při uložení %{count} úkolu(ů) z %{total} vybraných: %{ids}."
172 notice_failed_to_save_members: "Nepodařilo se uložit člena(y): %{errors}."
172 notice_failed_to_save_members: "Nepodařilo se uložit člena(y): %{errors}."
173 notice_no_issue_selected: "Nebyl zvolen žádný úkol. Prosím, zvolte úkoly, které chcete editovat"
173 notice_no_issue_selected: "Nebyl zvolen žádný úkol. Prosím, zvolte úkoly, které chcete editovat"
174 notice_account_pending: "Váš účet byl vytvořen, nyní čeká na schválení administrátorem."
174 notice_account_pending: "Váš účet byl vytvořen, nyní čeká na schválení administrátorem."
175 notice_default_data_loaded: Výchozí konfigurace úspěšně nahrána.
175 notice_default_data_loaded: Výchozí konfigurace úspěšně nahrána.
176 notice_unable_delete_version: Nemohu odstanit verzi
176 notice_unable_delete_version: Nemohu odstanit verzi
177 notice_unable_delete_time_entry: Nelze smazat čas ze záznamu.
177 notice_unable_delete_time_entry: Nelze smazat čas ze záznamu.
178 notice_issue_done_ratios_updated: Koeficienty dokončení úkolu byly aktualizovány.
178 notice_issue_done_ratios_updated: Koeficienty dokončení úkolu byly aktualizovány.
179 notice_gantt_chart_truncated: Graf byl oříznut, počet položek přesáhl limit pro zobrazení (%{max})
179 notice_gantt_chart_truncated: Graf byl oříznut, počet položek přesáhl limit pro zobrazení (%{max})
180
180
181 error_can_t_load_default_data: "Výchozí konfigurace nebyla nahrána: %{value}"
181 error_can_t_load_default_data: "Výchozí konfigurace nebyla nahrána: %{value}"
182 error_scm_not_found: "Položka a/nebo revize neexistují v repozitáři."
182 error_scm_not_found: "Položka a/nebo revize neexistují v repozitáři."
183 error_scm_command_failed: "Při pokusu o přístup k repozitáři došlo k chybě: %{value}"
183 error_scm_command_failed: "Při pokusu o přístup k repozitáři došlo k chybě: %{value}"
184 error_scm_annotate: "Položka neexistuje nebo nemůže být komentována."
184 error_scm_annotate: "Položka neexistuje nebo nemůže být komentována."
185 error_issue_not_found_in_project: 'Úkol nebyl nalezen nebo nepatří k tomuto projektu'
185 error_issue_not_found_in_project: 'Úkol nebyl nalezen nebo nepatří k tomuto projektu'
186 error_no_tracker_in_project: Žádná fronta nebyla přiřazena tomuto projektu. Prosím zkontroluje nastavení projektu.
186 error_no_tracker_in_project: Žádná fronta nebyla přiřazena tomuto projektu. Prosím zkontroluje nastavení projektu.
187 error_no_default_issue_status: Není nastaven výchozí stav úkolu. Prosím zkontrolujte nastavení ("Administrace -> Stavy úkolů").
187 error_no_default_issue_status: Není nastaven výchozí stav úkolu. Prosím zkontrolujte nastavení ("Administrace -> Stavy úkolů").
188 error_can_not_delete_custom_field: Nelze smazat volitelné pole
188 error_can_not_delete_custom_field: Nelze smazat volitelné pole
189 error_can_not_delete_tracker: Tato fronta obsahuje úkoly a nemůže být smazán.
189 error_can_not_delete_tracker: Tato fronta obsahuje úkoly a nemůže být smazán.
190 error_can_not_remove_role: Tato role je právě používaná a nelze ji smazat.
190 error_can_not_remove_role: Tato role je právě používaná a nelze ji smazat.
191 error_can_not_reopen_issue_on_closed_version: Úkol přiřazený k uzavřené verzi nemůže být znovu otevřen
191 error_can_not_reopen_issue_on_closed_version: Úkol přiřazený k uzavřené verzi nemůže být znovu otevřen
192 error_can_not_archive_project: Tento projekt nemůže být archivován
192 error_can_not_archive_project: Tento projekt nemůže být archivován
193 error_issue_done_ratios_not_updated: Koeficient dokončení úkolu nebyl aktualizován.
193 error_issue_done_ratios_not_updated: Koeficient dokončení úkolu nebyl aktualizován.
194 error_workflow_copy_source: Prosím vyberte zdrojovou frontu nebo roly
194 error_workflow_copy_source: Prosím vyberte zdrojovou frontu nebo roly
195 error_workflow_copy_target: Prosím vyberte cílovou frontu(y) a roly(e)
195 error_workflow_copy_target: Prosím vyberte cílovou frontu(y) a roly(e)
196 error_unable_delete_issue_status: Nelze smazat stavy úkolů
196 error_unable_delete_issue_status: Nelze smazat stavy úkolů
197 error_unable_to_connect: Nelze se připojit (%{value})
197 error_unable_to_connect: Nelze se připojit (%{value})
198 warning_attachments_not_saved: "%{count} soubor(ů) nebylo možné uložit."
198 warning_attachments_not_saved: "%{count} soubor(ů) nebylo možné uložit."
199
199
200 mail_subject_lost_password: "Vaše heslo (%{value})"
200 mail_subject_lost_password: "Vaše heslo (%{value})"
201 mail_body_lost_password: 'Pro změnu vašeho hesla klikněte na následující odkaz:'
201 mail_body_lost_password: 'Pro změnu vašeho hesla klikněte na následující odkaz:'
202 mail_subject_register: "Aktivace účtu (%{value})"
202 mail_subject_register: "Aktivace účtu (%{value})"
203 mail_body_register: 'Pro aktivaci vašeho účtu klikněte na následující odkaz:'
203 mail_body_register: 'Pro aktivaci vašeho účtu klikněte na následující odkaz:'
204 mail_body_account_information_external: "Pomocí vašeho účtu %{value} se můžete přihlásit."
204 mail_body_account_information_external: "Pomocí vašeho účtu %{value} se můžete přihlásit."
205 mail_body_account_information: Informace o vašem účtu
205 mail_body_account_information: Informace o vašem účtu
206 mail_subject_account_activation_request: "Aktivace %{value} účtu"
206 mail_subject_account_activation_request: "Aktivace %{value} účtu"
207 mail_body_account_activation_request: "Byl zaregistrován nový uživatel %{value}. Aktivace jeho účtu závisí na vašem potvrzení."
207 mail_body_account_activation_request: "Byl zaregistrován nový uživatel %{value}. Aktivace jeho účtu závisí na vašem potvrzení."
208 mail_subject_reminder: "%{count} úkol(ů) termín během několik dní (%{days})"
208 mail_subject_reminder: "%{count} úkol(ů) termín během několik dní (%{days})"
209 mail_body_reminder: "%{count} úkol(ů), které máte přiřazeny termín během několik dní (%{days}):"
209 mail_body_reminder: "%{count} úkol(ů), které máte přiřazeny termín během několik dní (%{days}):"
210 mail_subject_wiki_content_added: "'%{id}' Wiki stránka byla přidána"
210 mail_subject_wiki_content_added: "'%{id}' Wiki stránka byla přidána"
211 mail_body_wiki_content_added: "'%{id}' Wiki stránka byla přidána od %{author}."
211 mail_body_wiki_content_added: "'%{id}' Wiki stránka byla přidána od %{author}."
212 mail_subject_wiki_content_updated: "'%{id}' Wiki stránka byla aktualizována"
212 mail_subject_wiki_content_updated: "'%{id}' Wiki stránka byla aktualizována"
213 mail_body_wiki_content_updated: "'%{id}' Wiki stránka byla aktualizována od %{author}."
213 mail_body_wiki_content_updated: "'%{id}' Wiki stránka byla aktualizována od %{author}."
214
214
215 gui_validation_error: 1 chyba
215 gui_validation_error: 1 chyba
216 gui_validation_error_plural: "%{count} chyb(y)"
216 gui_validation_error_plural: "%{count} chyb(y)"
217
217
218 field_name: Název
218 field_name: Název
219 field_description: Popis
219 field_description: Popis
220 field_summary: Přehled
220 field_summary: Přehled
221 field_is_required: Povinné pole
221 field_is_required: Povinné pole
222 field_firstname: Jméno
222 field_firstname: Jméno
223 field_lastname: Příjmení
223 field_lastname: Příjmení
224 field_mail: Email
224 field_mail: Email
225 field_filename: Soubor
225 field_filename: Soubor
226 field_filesize: Velikost
226 field_filesize: Velikost
227 field_downloads: Staženo
227 field_downloads: Staženo
228 field_author: Autor
228 field_author: Autor
229 field_created_on: Vytvořeno
229 field_created_on: Vytvořeno
230 field_updated_on: Aktualizováno
230 field_updated_on: Aktualizováno
231 field_field_format: Formát
231 field_field_format: Formát
232 field_is_for_all: Pro všechny projekty
232 field_is_for_all: Pro všechny projekty
233 field_possible_values: Možné hodnoty
233 field_possible_values: Možné hodnoty
234 field_regexp: Regulární výraz
234 field_regexp: Regulární výraz
235 field_min_length: Minimální délka
235 field_min_length: Minimální délka
236 field_max_length: Maximální délka
236 field_max_length: Maximální délka
237 field_value: Hodnota
237 field_value: Hodnota
238 field_category: Kategorie
238 field_category: Kategorie
239 field_title: Název
239 field_title: Název
240 field_project: Projekt
240 field_project: Projekt
241 field_issue: Úkol
241 field_issue: Úkol
242 field_status: Stav
242 field_status: Stav
243 field_notes: Poznámka
243 field_notes: Poznámka
244 field_is_closed: Úkol uzavřen
244 field_is_closed: Úkol uzavřen
245 field_is_default: Výchozí stav
245 field_is_default: Výchozí stav
246 field_tracker: Fronta
246 field_tracker: Fronta
247 field_subject: Předmět
247 field_subject: Předmět
248 field_due_date: Uzavřít do
248 field_due_date: Uzavřít do
249 field_assigned_to: Přiřazeno
249 field_assigned_to: Přiřazeno
250 field_priority: Priorita
250 field_priority: Priorita
251 field_fixed_version: Cílová verze
251 field_fixed_version: Cílová verze
252 field_user: Uživatel
252 field_user: Uživatel
253 field_principal: Hlavní
253 field_principal: Hlavní
254 field_role: Role
254 field_role: Role
255 field_homepage: Domovská stránka
255 field_homepage: Domovská stránka
256 field_is_public: Veřejný
256 field_is_public: Veřejný
257 field_parent: Nadřazený projekt
257 field_parent: Nadřazený projekt
258 field_is_in_roadmap: Úkoly zobrazené v plánu
258 field_is_in_roadmap: Úkoly zobrazené v plánu
259 field_login: Přihlášení
259 field_login: Přihlášení
260 field_mail_notification: Emailová oznámení
260 field_mail_notification: Emailová oznámení
261 field_admin: Administrátor
261 field_admin: Administrátor
262 field_last_login_on: Poslední přihlášení
262 field_last_login_on: Poslední přihlášení
263 field_language: Jazyk
263 field_language: Jazyk
264 field_effective_date: Datum
264 field_effective_date: Datum
265 field_password: Heslo
265 field_password: Heslo
266 field_new_password: Nové heslo
266 field_new_password: Nové heslo
267 field_password_confirmation: Potvrzení
267 field_password_confirmation: Potvrzení
268 field_version: Verze
268 field_version: Verze
269 field_type: Typ
269 field_type: Typ
270 field_host: Host
270 field_host: Host
271 field_port: Port
271 field_port: Port
272 field_account: Účet
272 field_account: Účet
273 field_base_dn: Base DN
273 field_base_dn: Base DN
274 field_attr_login: Přihlášení (atribut)
274 field_attr_login: Přihlášení (atribut)
275 field_attr_firstname: Jméno (atribut)
275 field_attr_firstname: Jméno (atribut)
276 field_attr_lastname: Příjemní (atribut)
276 field_attr_lastname: Příjemní (atribut)
277 field_attr_mail: Email (atribut)
277 field_attr_mail: Email (atribut)
278 field_onthefly: Automatické vytváření uživatelů
278 field_onthefly: Automatické vytváření uživatelů
279 field_start_date: Začátek
279 field_start_date: Začátek
280 field_done_ratio: "% Hotovo"
280 field_done_ratio: "% Hotovo"
281 field_auth_source: Autentifikační mód
281 field_auth_source: Autentifikační mód
282 field_hide_mail: Nezobrazovat můj email
282 field_hide_mail: Nezobrazovat můj email
283 field_comments: Komentář
283 field_comments: Komentář
284 field_url: URL
284 field_url: URL
285 field_start_page: Výchozí stránka
285 field_start_page: Výchozí stránka
286 field_subproject: Podprojekt
286 field_subproject: Podprojekt
287 field_hours: Hodiny
287 field_hours: Hodiny
288 field_activity: Aktivita
288 field_activity: Aktivita
289 field_spent_on: Datum
289 field_spent_on: Datum
290 field_identifier: Identifikátor
290 field_identifier: Identifikátor
291 field_is_filter: Použít jako filtr
291 field_is_filter: Použít jako filtr
292 field_issue_to: Související úkol
292 field_issue_to: Související úkol
293 field_delay: Zpoždění
293 field_delay: Zpoždění
294 field_assignable: Úkoly mohou být přiřazeny této roli
294 field_assignable: Úkoly mohou být přiřazeny této roli
295 field_redirect_existing_links: Přesměrovat stvávající odkazy
295 field_redirect_existing_links: Přesměrovat stvávající odkazy
296 field_estimated_hours: Odhadovaná doba
296 field_estimated_hours: Odhadovaná doba
297 field_column_names: Sloupce
297 field_column_names: Sloupce
298 field_time_entries: Zaznamenaný čas
298 field_time_entries: Zaznamenaný čas
299 field_time_zone: Časové pásmo
299 field_time_zone: Časové pásmo
300 field_searchable: Umožnit vyhledávání
300 field_searchable: Umožnit vyhledávání
301 field_default_value: Výchozí hodnota
301 field_default_value: Výchozí hodnota
302 field_comments_sorting: Zobrazit komentáře
302 field_comments_sorting: Zobrazit komentáře
303 field_parent_title: Rodičovská stránka
303 field_parent_title: Rodičovská stránka
304 field_editable: Editovatelný
304 field_editable: Editovatelný
305 field_watcher: Sleduje
305 field_watcher: Sleduje
306 field_identity_url: OpenID URL
306 field_identity_url: OpenID URL
307 field_content: Obsah
307 field_content: Obsah
308 field_group_by: Seskupovat výsledky podle
308 field_group_by: Seskupovat výsledky podle
309 field_sharing: Sdílení
309 field_sharing: Sdílení
310 field_parent_issue: Rodičovský úkol
310 field_parent_issue: Rodičovský úkol
311 field_member_of_group: Skupina přiřaditele
311 field_member_of_group: Skupina přiřaditele
312 field_assigned_to_role: Role přiřaditele
312 field_assigned_to_role: Role přiřaditele
313 field_text: Textové pole
313 field_text: Textové pole
314 field_visible: Viditelný
314 field_visible: Viditelný
315
315
316 setting_app_title: Název aplikace
316 setting_app_title: Název aplikace
317 setting_app_subtitle: Podtitulek aplikace
317 setting_app_subtitle: Podtitulek aplikace
318 setting_welcome_text: Uvítací text
318 setting_welcome_text: Uvítací text
319 setting_default_language: Výchozí jazyk
319 setting_default_language: Výchozí jazyk
320 setting_login_required: Autentifikace vyžadována
320 setting_login_required: Autentifikace vyžadována
321 setting_self_registration: Povolena automatická registrace
321 setting_self_registration: Povolena automatická registrace
322 setting_attachment_max_size: Maximální velikost přílohy
322 setting_attachment_max_size: Maximální velikost přílohy
323 setting_issues_export_limit: Limit pro export úkolů
323 setting_issues_export_limit: Limit pro export úkolů
324 setting_mail_from: Odesílat emaily z adresy
324 setting_mail_from: Odesílat emaily z adresy
325 setting_bcc_recipients: Příjemci skryté kopie (bcc)
325 setting_bcc_recipients: Příjemci skryté kopie (bcc)
326 setting_plain_text_mail: pouze prostý text (ne HTML)
326 setting_plain_text_mail: pouze prostý text (ne HTML)
327 setting_host_name: Jméno serveru
327 setting_host_name: Jméno serveru
328 setting_text_formatting: Formátování textu
328 setting_text_formatting: Formátování textu
329 setting_wiki_compression: Komprese historie Wiki
329 setting_wiki_compression: Komprese historie Wiki
330 setting_feeds_limit: Limit obsahu příspěvků
330 setting_feeds_limit: Limit obsahu příspěvků
331 setting_default_projects_public: Nové projekty nastavovat jako veřejné
331 setting_default_projects_public: Nové projekty nastavovat jako veřejné
332 setting_autofetch_changesets: Automaticky stahovat commity
332 setting_autofetch_changesets: Automaticky stahovat commity
333 setting_sys_api_enabled: Povolit WS pro správu repozitory
333 setting_sys_api_enabled: Povolit WS pro správu repozitory
334 setting_commit_ref_keywords: Klíčová slova pro odkazy
334 setting_commit_ref_keywords: Klíčová slova pro odkazy
335 setting_commit_fix_keywords: Klíčová slova pro uzavření
335 setting_commit_fix_keywords: Klíčová slova pro uzavření
336 setting_autologin: Automatické přihlašování
336 setting_autologin: Automatické přihlašování
337 setting_date_format: Formát data
337 setting_date_format: Formát data
338 setting_time_format: Formát času
338 setting_time_format: Formát času
339 setting_cross_project_issue_relations: Povolit vazby úkolů napříč projekty
339 setting_cross_project_issue_relations: Povolit vazby úkolů napříč projekty
340 setting_issue_list_default_columns: Výchozí sloupce zobrazené v seznamu úkolů
340 setting_issue_list_default_columns: Výchozí sloupce zobrazené v seznamu úkolů
341 setting_emails_header: Hlavička emailů
341 setting_emails_header: Hlavička emailů
342 setting_emails_footer: Patička emailů
342 setting_emails_footer: Patička emailů
343 setting_protocol: Protokol
343 setting_protocol: Protokol
344 setting_per_page_options: Povolené počty řádků na stránce
344 setting_per_page_options: Povolené počty řádků na stránce
345 setting_user_format: Formát zobrazení uživatele
345 setting_user_format: Formát zobrazení uživatele
346 setting_activity_days_default: Dny zobrazené v činnosti projektu
346 setting_activity_days_default: Dny zobrazené v činnosti projektu
347 setting_display_subprojects_issues: Automaticky zobrazit úkoly podprojektu v hlavním projektu
347 setting_display_subprojects_issues: Automaticky zobrazit úkoly podprojektu v hlavním projektu
348 setting_enabled_scm: Povolené SCM
348 setting_enabled_scm: Povolené SCM
349 setting_mail_handler_body_delimiters: Zkrátit e-maily po jednom z těchto řádků
349 setting_mail_handler_body_delimiters: Zkrátit e-maily po jednom z těchto řádků
350 setting_mail_handler_api_enabled: Povolit WS pro příchozí e-maily
350 setting_mail_handler_api_enabled: Povolit WS pro příchozí e-maily
351 setting_mail_handler_api_key: API klíč
351 setting_mail_handler_api_key: API klíč
352 setting_sequential_project_identifiers: Generovat sekvenční identifikátory projektů
352 setting_sequential_project_identifiers: Generovat sekvenční identifikátory projektů
353 setting_gravatar_enabled: Použít uživatelské ikony Gravatar
353 setting_gravatar_enabled: Použít uživatelské ikony Gravatar
354 setting_gravatar_default: Výchozí Gravatar
354 setting_gravatar_default: Výchozí Gravatar
355 setting_diff_max_lines_displayed: Maximální počet zobrazených řádků rozdílů
355 setting_diff_max_lines_displayed: Maximální počet zobrazených řádků rozdílů
356 setting_file_max_size_displayed: Maximální velikost textových souborů zobrazených přímo na stránce
356 setting_file_max_size_displayed: Maximální velikost textových souborů zobrazených přímo na stránce
357 setting_repository_log_display_limit: Maximální počet revizí zobrazených v logu souboru
357 setting_repository_log_display_limit: Maximální počet revizí zobrazených v logu souboru
358 setting_openid: Umožnit přihlašování a registrace s OpenID
358 setting_openid: Umožnit přihlašování a registrace s OpenID
359 setting_password_min_length: Minimální délka hesla
359 setting_password_min_length: Minimální délka hesla
360 setting_new_project_user_role_id: Role přiřazená uživateli bez práv administrátora, který projekt vytvořil
360 setting_new_project_user_role_id: Role přiřazená uživateli bez práv administrátora, který projekt vytvořil
361 setting_default_projects_modules: Výchozí zapnutné moduly pro nový projekt
361 setting_default_projects_modules: Výchozí zapnutné moduly pro nový projekt
362 setting_issue_done_ratio: Spočítat koeficient dokončení úkolu s
362 setting_issue_done_ratio: Spočítat koeficient dokončení úkolu s
363 setting_issue_done_ratio_issue_field: Použít pole úkolu
363 setting_issue_done_ratio_issue_field: Použít pole úkolu
364 setting_issue_done_ratio_issue_status: Použít stav úkolu
364 setting_issue_done_ratio_issue_status: Použít stav úkolu
365 setting_start_of_week: Začínat kalendáře
365 setting_start_of_week: Začínat kalendáře
366 setting_rest_api_enabled: Zapnout službu REST
366 setting_rest_api_enabled: Zapnout službu REST
367 setting_cache_formatted_text: Ukládat formátovaný text do vyrovnávací paměti
367 setting_cache_formatted_text: Ukládat formátovaný text do vyrovnávací paměti
368 setting_default_notification_option: Výchozí nastavení oznámení
368 setting_default_notification_option: Výchozí nastavení oznámení
369 setting_commit_logtime_enabled: Povolit zapisování času
369 setting_commit_logtime_enabled: Povolit zapisování času
370 setting_commit_logtime_activity_id: Aktivita pro zapsaný čas
370 setting_commit_logtime_activity_id: Aktivita pro zapsaný čas
371 setting_gantt_items_limit: Maximální počet položek zobrazený na ganttově grafu
371 setting_gantt_items_limit: Maximální počet položek zobrazený na ganttově grafu
372
372
373 permission_add_project: Vytvořit projekt
373 permission_add_project: Vytvořit projekt
374 permission_add_subprojects: Vytvořit podprojekty
374 permission_add_subprojects: Vytvořit podprojekty
375 permission_edit_project: Úprava projektů
375 permission_edit_project: Úprava projektů
376 permission_select_project_modules: Výběr modulů projektu
376 permission_select_project_modules: Výběr modulů projektu
377 permission_manage_members: Spravování členství
377 permission_manage_members: Spravování členství
378 permission_manage_project_activities: Spravovat aktivity projektu
378 permission_manage_project_activities: Spravovat aktivity projektu
379 permission_manage_versions: Spravování verzí
379 permission_manage_versions: Spravování verzí
380 permission_manage_categories: Spravování kategorií úkolů
380 permission_manage_categories: Spravování kategorií úkolů
381 permission_view_issues: Zobrazit úkoly
381 permission_view_issues: Zobrazit úkoly
382 permission_add_issues: Přidávání úkolů
382 permission_add_issues: Přidávání úkolů
383 permission_edit_issues: Upravování úkolů
383 permission_edit_issues: Upravování úkolů
384 permission_manage_issue_relations: Spravování vztahů mezi úkoly
384 permission_manage_issue_relations: Spravování vztahů mezi úkoly
385 permission_add_issue_notes: Přidávání poznámek
385 permission_add_issue_notes: Přidávání poznámek
386 permission_edit_issue_notes: Upravování poznámek
386 permission_edit_issue_notes: Upravování poznámek
387 permission_edit_own_issue_notes: Upravování vlastních poznámek
387 permission_edit_own_issue_notes: Upravování vlastních poznámek
388 permission_move_issues: Přesouvání úkolů
388 permission_move_issues: Přesouvání úkolů
389 permission_delete_issues: Mazání úkolů
389 permission_delete_issues: Mazání úkolů
390 permission_manage_public_queries: Správa veřejných dotazů
390 permission_manage_public_queries: Správa veřejných dotazů
391 permission_save_queries: Ukládání dotazů
391 permission_save_queries: Ukládání dotazů
392 permission_view_gantt: Zobrazené Ganttova diagramu
392 permission_view_gantt: Zobrazené Ganttova diagramu
393 permission_view_calendar: Prohlížení kalendáře
393 permission_view_calendar: Prohlížení kalendáře
394 permission_view_issue_watchers: Zobrazení seznamu sledujícíh uživatelů
394 permission_view_issue_watchers: Zobrazení seznamu sledujícíh uživatelů
395 permission_add_issue_watchers: Přidání sledujících uživatelů
395 permission_add_issue_watchers: Přidání sledujících uživatelů
396 permission_delete_issue_watchers: Smazat přihlížející
396 permission_delete_issue_watchers: Smazat přihlížející
397 permission_log_time: Zaznamenávání stráveného času
397 permission_log_time: Zaznamenávání stráveného času
398 permission_view_time_entries: Zobrazení stráveného času
398 permission_view_time_entries: Zobrazení stráveného času
399 permission_edit_time_entries: Upravování záznamů o stráveném času
399 permission_edit_time_entries: Upravování záznamů o stráveném času
400 permission_edit_own_time_entries: Upravování vlastních zázamů o stráveném čase
400 permission_edit_own_time_entries: Upravování vlastních zázamů o stráveném čase
401 permission_manage_news: Spravování novinek
401 permission_manage_news: Spravování novinek
402 permission_comment_news: Komentování novinek
402 permission_comment_news: Komentování novinek
403 permission_manage_documents: Správa dokumentů
403 permission_manage_documents: Správa dokumentů
404 permission_view_documents: Prohlížení dokumentů
404 permission_view_documents: Prohlížení dokumentů
405 permission_manage_files: Spravování souborů
405 permission_manage_files: Spravování souborů
406 permission_view_files: Prohlížení souborů
406 permission_view_files: Prohlížení souborů
407 permission_manage_wiki: Spravování Wiki
407 permission_manage_wiki: Spravování Wiki
408 permission_rename_wiki_pages: Přejmenovávání Wiki stránek
408 permission_rename_wiki_pages: Přejmenovávání Wiki stránek
409 permission_delete_wiki_pages: Mazání stránek na Wiki
409 permission_delete_wiki_pages: Mazání stránek na Wiki
410 permission_view_wiki_pages: Prohlížení Wiki
410 permission_view_wiki_pages: Prohlížení Wiki
411 permission_view_wiki_edits: Prohlížení historie Wiki
411 permission_view_wiki_edits: Prohlížení historie Wiki
412 permission_edit_wiki_pages: Upravování stránek Wiki
412 permission_edit_wiki_pages: Upravování stránek Wiki
413 permission_delete_wiki_pages_attachments: Mazání příloh
413 permission_delete_wiki_pages_attachments: Mazání příloh
414 permission_protect_wiki_pages: Zabezpečení Wiki stránek
414 permission_protect_wiki_pages: Zabezpečení Wiki stránek
415 permission_manage_repository: Spravování repozitáře
415 permission_manage_repository: Spravování repozitáře
416 permission_browse_repository: Procházení repozitáře
416 permission_browse_repository: Procházení repozitáře
417 permission_view_changesets: Zobrazování sady změn
417 permission_view_changesets: Zobrazování sady změn
418 permission_commit_access: Commit přístup
418 permission_commit_access: Commit přístup
419 permission_manage_boards: Správa diskusních fór
419 permission_manage_boards: Správa diskusních fór
420 permission_view_messages: Prohlížení zpráv
420 permission_view_messages: Prohlížení zpráv
421 permission_add_messages: Posílání zpráv
421 permission_add_messages: Posílání zpráv
422 permission_edit_messages: Upravování zpráv
422 permission_edit_messages: Upravování zpráv
423 permission_edit_own_messages: Upravit vlastní zprávy
423 permission_edit_own_messages: Upravit vlastní zprávy
424 permission_delete_messages: Mazání zpráv
424 permission_delete_messages: Mazání zpráv
425 permission_delete_own_messages: Smazat vlastní zprávy
425 permission_delete_own_messages: Smazat vlastní zprávy
426 permission_export_wiki_pages: Exportovat Wiki stránky
426 permission_export_wiki_pages: Exportovat Wiki stránky
427 permission_manage_subtasks: Spravovat podúkoly
427 permission_manage_subtasks: Spravovat podúkoly
428
428
429 project_module_issue_tracking: Sledování úkolů
429 project_module_issue_tracking: Sledování úkolů
430 project_module_time_tracking: Sledování času
430 project_module_time_tracking: Sledování času
431 project_module_news: Novinky
431 project_module_news: Novinky
432 project_module_documents: Dokumenty
432 project_module_documents: Dokumenty
433 project_module_files: Soubory
433 project_module_files: Soubory
434 project_module_wiki: Wiki
434 project_module_wiki: Wiki
435 project_module_repository: Repozitář
435 project_module_repository: Repozitář
436 project_module_boards: Diskuse
436 project_module_boards: Diskuse
437 project_module_calendar: Kalendář
437 project_module_calendar: Kalendář
438 project_module_gantt: Gantt
438 project_module_gantt: Gantt
439
439
440 label_user: Uživatel
440 label_user: Uživatel
441 label_user_plural: Uživatelé
441 label_user_plural: Uživatelé
442 label_user_new: Nový uživatel
442 label_user_new: Nový uživatel
443 label_user_anonymous: Anonymní
443 label_user_anonymous: Anonymní
444 label_project: Projekt
444 label_project: Projekt
445 label_project_new: Nový projekt
445 label_project_new: Nový projekt
446 label_project_plural: Projekty
446 label_project_plural: Projekty
447 label_x_projects:
447 label_x_projects:
448 zero: žádné projekty
448 zero: žádné projekty
449 one: 1 projekt
449 one: 1 projekt
450 other: "%{count} projekty(ů)"
450 other: "%{count} projekty(ů)"
451 label_project_all: Všechny projekty
451 label_project_all: Všechny projekty
452 label_project_latest: Poslední projekty
452 label_project_latest: Poslední projekty
453 label_issue: Úkol
453 label_issue: Úkol
454 label_issue_new: Nový úkol
454 label_issue_new: Nový úkol
455 label_issue_plural: Úkoly
455 label_issue_plural: Úkoly
456 label_issue_view_all: Všechny úkoly
456 label_issue_view_all: Všechny úkoly
457 label_issues_by: "Úkoly podle %{value}"
457 label_issues_by: "Úkoly podle %{value}"
458 label_issue_added: Úkol přidán
458 label_issue_added: Úkol přidán
459 label_issue_updated: Úkol aktualizován
459 label_issue_updated: Úkol aktualizován
460 label_document: Dokument
460 label_document: Dokument
461 label_document_new: Nový dokument
461 label_document_new: Nový dokument
462 label_document_plural: Dokumenty
462 label_document_plural: Dokumenty
463 label_document_added: Dokument přidán
463 label_document_added: Dokument přidán
464 label_role: Role
464 label_role: Role
465 label_role_plural: Role
465 label_role_plural: Role
466 label_role_new: Nová role
466 label_role_new: Nová role
467 label_role_and_permissions: Role a práva
467 label_role_and_permissions: Role a práva
468 label_member: Člen
468 label_member: Člen
469 label_member_new: Nový člen
469 label_member_new: Nový člen
470 label_member_plural: Členové
470 label_member_plural: Členové
471 label_tracker: Fronta
471 label_tracker: Fronta
472 label_tracker_plural: Fronty
472 label_tracker_plural: Fronty
473 label_tracker_new: Nová fronta
473 label_tracker_new: Nová fronta
474 label_workflow: Průběh práce
474 label_workflow: Průběh práce
475 label_issue_status: Stav úkolu
475 label_issue_status: Stav úkolu
476 label_issue_status_plural: Stavy úkolů
476 label_issue_status_plural: Stavy úkolů
477 label_issue_status_new: Nový stav
477 label_issue_status_new: Nový stav
478 label_issue_category: Kategorie úkolu
478 label_issue_category: Kategorie úkolu
479 label_issue_category_plural: Kategorie úkolů
479 label_issue_category_plural: Kategorie úkolů
480 label_issue_category_new: Nová kategorie
480 label_issue_category_new: Nová kategorie
481 label_custom_field: Uživatelské pole
481 label_custom_field: Uživatelské pole
482 label_custom_field_plural: Uživatelská pole
482 label_custom_field_plural: Uživatelská pole
483 label_custom_field_new: Nové uživatelské pole
483 label_custom_field_new: Nové uživatelské pole
484 label_enumerations: Seznamy
484 label_enumerations: Seznamy
485 label_enumeration_new: Nová hodnota
485 label_enumeration_new: Nová hodnota
486 label_information: Informace
486 label_information: Informace
487 label_information_plural: Informace
487 label_information_plural: Informace
488 label_please_login: Prosím přihlašte se
488 label_please_login: Prosím přihlašte se
489 label_register: Registrovat
489 label_register: Registrovat
490 label_login_with_open_id_option: nebo se přihlašte s OpenID
490 label_login_with_open_id_option: nebo se přihlašte s OpenID
491 label_password_lost: Zapomenuté heslo
491 label_password_lost: Zapomenuté heslo
492 label_home: Úvodní
492 label_home: Úvodní
493 label_my_page: Moje stránka
493 label_my_page: Moje stránka
494 label_my_account: Můj účet
494 label_my_account: Můj účet
495 label_my_projects: Moje projekty
495 label_my_projects: Moje projekty
496 label_my_page_block: Bloky na mé stránce
496 label_my_page_block: Bloky na mé stránce
497 label_administration: Administrace
497 label_administration: Administrace
498 label_login: Přihlášení
498 label_login: Přihlášení
499 label_logout: Odhlášení
499 label_logout: Odhlášení
500 label_help: Nápověda
500 label_help: Nápověda
501 label_reported_issues: Nahlášené úkoly
501 label_reported_issues: Nahlášené úkoly
502 label_assigned_to_me_issues: Mé úkoly
502 label_assigned_to_me_issues: Mé úkoly
503 label_last_login: Poslední přihlášení
503 label_last_login: Poslední přihlášení
504 label_registered_on: Registrován
504 label_registered_on: Registrován
505 label_activity: Aktivita
505 label_activity: Aktivita
506 label_overall_activity: Celková aktivita
506 label_overall_activity: Celková aktivita
507 label_user_activity: "Aktivita uživatele: %{value}"
507 label_user_activity: "Aktivita uživatele: %{value}"
508 label_new: Nový
508 label_new: Nový
509 label_logged_as: Přihlášen jako
509 label_logged_as: Přihlášen jako
510 label_environment: Prostředí
510 label_environment: Prostředí
511 label_authentication: Autentifikace
511 label_authentication: Autentifikace
512 label_auth_source: Mód autentifikace
512 label_auth_source: Mód autentifikace
513 label_auth_source_new: Nový mód autentifikace
513 label_auth_source_new: Nový mód autentifikace
514 label_auth_source_plural: Módy autentifikace
514 label_auth_source_plural: Módy autentifikace
515 label_subproject_plural: Podprojekty
515 label_subproject_plural: Podprojekty
516 label_subproject_new: Nový podprojekt
516 label_subproject_new: Nový podprojekt
517 label_and_its_subprojects: "%{value} a jeho podprojekty"
517 label_and_its_subprojects: "%{value} a jeho podprojekty"
518 label_min_max_length: Min - Max délka
518 label_min_max_length: Min - Max délka
519 label_list: Seznam
519 label_list: Seznam
520 label_date: Datum
520 label_date: Datum
521 label_integer: Celé číslo
521 label_integer: Celé číslo
522 label_float: Desetinné číslo
522 label_float: Desetinné číslo
523 label_boolean: Ano/Ne
523 label_boolean: Ano/Ne
524 label_string: Text
524 label_string: Text
525 label_text: Dlouhý text
525 label_text: Dlouhý text
526 label_attribute: Atribut
526 label_attribute: Atribut
527 label_attribute_plural: Atributy
527 label_attribute_plural: Atributy
528 label_download: "%{count} stažení"
528 label_download: "%{count} stažení"
529 label_download_plural: "%{count} stažení"
529 label_download_plural: "%{count} stažení"
530 label_no_data: Žádné položky
530 label_no_data: Žádné položky
531 label_change_status: Změnit stav
531 label_change_status: Změnit stav
532 label_history: Historie
532 label_history: Historie
533 label_attachment: Soubor
533 label_attachment: Soubor
534 label_attachment_new: Nový soubor
534 label_attachment_new: Nový soubor
535 label_attachment_delete: Odstranit soubor
535 label_attachment_delete: Odstranit soubor
536 label_attachment_plural: Soubory
536 label_attachment_plural: Soubory
537 label_file_added: Soubor přidán
537 label_file_added: Soubor přidán
538 label_report: Přehled
538 label_report: Přehled
539 label_report_plural: Přehledy
539 label_report_plural: Přehledy
540 label_news: Novinky
540 label_news: Novinky
541 label_news_new: Přidat novinku
541 label_news_new: Přidat novinku
542 label_news_plural: Novinky
542 label_news_plural: Novinky
543 label_news_latest: Poslední novinky
543 label_news_latest: Poslední novinky
544 label_news_view_all: Zobrazit všechny novinky
544 label_news_view_all: Zobrazit všechny novinky
545 label_news_added: Novinka přidána
545 label_news_added: Novinka přidána
546 label_settings: Nastavení
546 label_settings: Nastavení
547 label_overview: Přehled
547 label_overview: Přehled
548 label_version: Verze
548 label_version: Verze
549 label_version_new: Nová verze
549 label_version_new: Nová verze
550 label_version_plural: Verze
550 label_version_plural: Verze
551 label_close_versions: Zavřít dokončené verze
551 label_close_versions: Zavřít dokončené verze
552 label_confirmation: Potvrzení
552 label_confirmation: Potvrzení
553 label_export_to: 'Také k dispozici:'
553 label_export_to: 'Také k dispozici:'
554 label_read: Načítá se...
554 label_read: Načítá se...
555 label_public_projects: Veřejné projekty
555 label_public_projects: Veřejné projekty
556 label_open_issues: otevřený
556 label_open_issues: otevřený
557 label_open_issues_plural: otevřené
557 label_open_issues_plural: otevřené
558 label_closed_issues: uzavřený
558 label_closed_issues: uzavřený
559 label_closed_issues_plural: uzavřené
559 label_closed_issues_plural: uzavřené
560 label_x_open_issues_abbr_on_total:
560 label_x_open_issues_abbr_on_total:
561 zero: 0 otevřených / %{total}
561 zero: 0 otevřených / %{total}
562 one: 1 otevřený / %{total}
562 one: 1 otevřený / %{total}
563 other: "%{count} otevřených / %{total}"
563 other: "%{count} otevřených / %{total}"
564 label_x_open_issues_abbr:
564 label_x_open_issues_abbr:
565 zero: 0 otevřených
565 zero: 0 otevřených
566 one: 1 otevřený
566 one: 1 otevřený
567 other: "%{count} otevřených"
567 other: "%{count} otevřených"
568 label_x_closed_issues_abbr:
568 label_x_closed_issues_abbr:
569 zero: 0 uzavřených
569 zero: 0 uzavřených
570 one: 1 uzavřený
570 one: 1 uzavřený
571 other: "%{count} uzavřených"
571 other: "%{count} uzavřených"
572 label_total: Celkem
572 label_total: Celkem
573 label_permissions: Práva
573 label_permissions: Práva
574 label_current_status: Aktuální stav
574 label_current_status: Aktuální stav
575 label_new_statuses_allowed: Nové povolené stavy
575 label_new_statuses_allowed: Nové povolené stavy
576 label_all: vše
576 label_all: vše
577 label_none: nic
577 label_none: nic
578 label_nobody: nikdo
578 label_nobody: nikdo
579 label_next: Další
579 label_next: Další
580 label_previous: Předchozí
580 label_previous: Předchozí
581 label_used_by: Použito
581 label_used_by: Použito
582 label_details: Detaily
582 label_details: Detaily
583 label_add_note: Přidat poznámku
583 label_add_note: Přidat poznámku
584 label_per_page: Na stránku
584 label_per_page: Na stránku
585 label_calendar: Kalendář
585 label_calendar: Kalendář
586 label_months_from: měsíců od
586 label_months_from: měsíců od
587 label_gantt: Ganttův graf
587 label_gantt: Ganttův graf
588 label_internal: Interní
588 label_internal: Interní
589 label_last_changes: "posledních %{count} změn"
589 label_last_changes: "posledních %{count} změn"
590 label_change_view_all: Zobrazit všechny změny
590 label_change_view_all: Zobrazit všechny změny
591 label_personalize_page: Přizpůsobit tuto stránku
591 label_personalize_page: Přizpůsobit tuto stránku
592 label_comment: Komentář
592 label_comment: Komentář
593 label_comment_plural: Komentáře
593 label_comment_plural: Komentáře
594 label_x_comments:
594 label_x_comments:
595 zero: žádné komentáře
595 zero: žádné komentáře
596 one: 1 komentář
596 one: 1 komentář
597 other: "%{count} komentářů"
597 other: "%{count} komentářů"
598 label_comment_add: Přidat komentáře
598 label_comment_add: Přidat komentáře
599 label_comment_added: Komentář přidán
599 label_comment_added: Komentář přidán
600 label_comment_delete: Odstranit komentář
600 label_comment_delete: Odstranit komentář
601 label_query: Uživatelský dotaz
601 label_query: Uživatelský dotaz
602 label_query_plural: Uživatelské dotazy
602 label_query_plural: Uživatelské dotazy
603 label_query_new: Nový dotaz
603 label_query_new: Nový dotaz
604 label_filter_add: Přidat filtr
604 label_filter_add: Přidat filtr
605 label_filter_plural: Filtry
605 label_filter_plural: Filtry
606 label_equals: je
606 label_equals: je
607 label_not_equals: není
607 label_not_equals: není
608 label_in_less_than: je měší než
608 label_in_less_than: je měší než
609 label_in_more_than: je větší než
609 label_in_more_than: je větší než
610 label_greater_or_equal: '>='
610 label_greater_or_equal: '>='
611 label_less_or_equal: '<='
611 label_less_or_equal: '<='
612 label_in: v
612 label_in: v
613 label_today: dnes
613 label_today: dnes
614 label_all_time: vše
614 label_all_time: vše
615 label_yesterday: včera
615 label_yesterday: včera
616 label_this_week: tento týden
616 label_this_week: tento týden
617 label_last_week: minulý týden
617 label_last_week: minulý týden
618 label_last_n_days: "posledních %{count} dnů"
618 label_last_n_days: "posledních %{count} dnů"
619 label_this_month: tento měsíc
619 label_this_month: tento měsíc
620 label_last_month: minulý měsíc
620 label_last_month: minulý měsíc
621 label_this_year: tento rok
621 label_this_year: tento rok
622 label_date_range: Časový rozsah
622 label_date_range: Časový rozsah
623 label_less_than_ago: před méně jak (dny)
623 label_less_than_ago: před méně jak (dny)
624 label_more_than_ago: před více jak (dny)
624 label_more_than_ago: před více jak (dny)
625 label_ago: před (dny)
625 label_ago: před (dny)
626 label_contains: obsahuje
626 label_contains: obsahuje
627 label_not_contains: neobsahuje
627 label_not_contains: neobsahuje
628 label_day_plural: dny
628 label_day_plural: dny
629 label_repository: Repozitář
629 label_repository: Repozitář
630 label_repository_plural: Repozitáře
630 label_repository_plural: Repozitáře
631 label_browse: Procházet
631 label_browse: Procházet
632 label_modification: "%{count} změna"
632 label_modification: "%{count} změna"
633 label_modification_plural: "%{count} změn"
633 label_modification_plural: "%{count} změn"
634 label_branch: Větev
634 label_branch: Větev
635 label_tag: Tag
635 label_tag: Tag
636 label_revision: Revize
636 label_revision: Revize
637 label_revision_plural: Revizí
637 label_revision_plural: Revizí
638 label_revision_id: "Revize %{value}"
638 label_revision_id: "Revize %{value}"
639 label_associated_revisions: Související verze
639 label_associated_revisions: Související verze
640 label_added: přidáno
640 label_added: přidáno
641 label_modified: změněno
641 label_modified: změněno
642 label_copied: zkopírováno
642 label_copied: zkopírováno
643 label_renamed: přejmenováno
643 label_renamed: přejmenováno
644 label_deleted: odstraněno
644 label_deleted: odstraněno
645 label_latest_revision: Poslední revize
645 label_latest_revision: Poslední revize
646 label_latest_revision_plural: Poslední revize
646 label_latest_revision_plural: Poslední revize
647 label_view_revisions: Zobrazit revize
647 label_view_revisions: Zobrazit revize
648 label_view_all_revisions: Zobrazit všechny revize
648 label_view_all_revisions: Zobrazit všechny revize
649 label_max_size: Maximální velikost
649 label_max_size: Maximální velikost
650 label_sort_highest: Přesunout na začátek
650 label_sort_highest: Přesunout na začátek
651 label_sort_higher: Přesunout nahoru
651 label_sort_higher: Přesunout nahoru
652 label_sort_lower: Přesunout dolů
652 label_sort_lower: Přesunout dolů
653 label_sort_lowest: Přesunout na konec
653 label_sort_lowest: Přesunout na konec
654 label_roadmap: Plán
654 label_roadmap: Plán
655 label_roadmap_due_in: "Zbývá %{value}"
655 label_roadmap_due_in: "Zbývá %{value}"
656 label_roadmap_overdue: "%{value} pozdě"
656 label_roadmap_overdue: "%{value} pozdě"
657 label_roadmap_no_issues: Pro tuto verzi nejsou žádné úkoly
657 label_roadmap_no_issues: Pro tuto verzi nejsou žádné úkoly
658 label_search: Hledat
658 label_search: Hledat
659 label_result_plural: Výsledky
659 label_result_plural: Výsledky
660 label_all_words: Všechna slova
660 label_all_words: Všechna slova
661 label_wiki: Wiki
661 label_wiki: Wiki
662 label_wiki_edit: Wiki úprava
662 label_wiki_edit: Wiki úprava
663 label_wiki_edit_plural: Wiki úpravy
663 label_wiki_edit_plural: Wiki úpravy
664 label_wiki_page: Wiki stránka
664 label_wiki_page: Wiki stránka
665 label_wiki_page_plural: Wiki stránky
665 label_wiki_page_plural: Wiki stránky
666 label_index_by_title: Index dle názvu
666 label_index_by_title: Index dle názvu
667 label_index_by_date: Index dle data
667 label_index_by_date: Index dle data
668 label_current_version: Aktuální verze
668 label_current_version: Aktuální verze
669 label_preview: Náhled
669 label_preview: Náhled
670 label_feed_plural: Příspěvky
670 label_feed_plural: Příspěvky
671 label_changes_details: Detail všech změn
671 label_changes_details: Detail všech změn
672 label_issue_tracking: Sledování úkolů
672 label_issue_tracking: Sledování úkolů
673 label_spent_time: Strávený čas
673 label_spent_time: Strávený čas
674 label_overall_spent_time: Celkem strávený čas
674 label_overall_spent_time: Celkem strávený čas
675 label_f_hour: "%{value} hodina"
675 label_f_hour: "%{value} hodina"
676 label_f_hour_plural: "%{value} hodin"
676 label_f_hour_plural: "%{value} hodin"
677 label_time_tracking: Sledování času
677 label_time_tracking: Sledování času
678 label_change_plural: Změny
678 label_change_plural: Změny
679 label_statistics: Statistiky
679 label_statistics: Statistiky
680 label_commits_per_month: Commitů za měsíc
680 label_commits_per_month: Commitů za měsíc
681 label_commits_per_author: Commitů za autora
681 label_commits_per_author: Commitů za autora
682 label_view_diff: Zobrazit rozdíly
682 label_view_diff: Zobrazit rozdíly
683 label_diff_inline: uvnitř
683 label_diff_inline: uvnitř
684 label_diff_side_by_side: vedle sebe
684 label_diff_side_by_side: vedle sebe
685 label_options: Nastavení
685 label_options: Nastavení
686 label_copy_workflow_from: Kopírovat průběh práce z
686 label_copy_workflow_from: Kopírovat průběh práce z
687 label_permissions_report: Přehled práv
687 label_permissions_report: Přehled práv
688 label_watched_issues: Sledované úkoly
688 label_watched_issues: Sledované úkoly
689 label_related_issues: Související úkoly
689 label_related_issues: Související úkoly
690 label_applied_status: Použitý stav
690 label_applied_status: Použitý stav
691 label_loading: Nahrávám...
691 label_loading: Nahrávám...
692 label_relation_new: Nová souvislost
692 label_relation_new: Nová souvislost
693 label_relation_delete: Odstranit souvislost
693 label_relation_delete: Odstranit souvislost
694 label_relates_to: související s
694 label_relates_to: související s
695 label_duplicates: duplikuje
695 label_duplicates: duplikuje
696 label_duplicated_by: zduplikován
696 label_duplicated_by: zduplikován
697 label_blocks: blokuje
697 label_blocks: blokuje
698 label_blocked_by: zablokován
698 label_blocked_by: zablokován
699 label_precedes: předchází
699 label_precedes: předchází
700 label_follows: následuje
700 label_follows: následuje
701 label_end_to_start: od konce do začátku
701 label_end_to_start: od konce do začátku
702 label_end_to_end: od konce do konce
702 label_end_to_end: od konce do konce
703 label_start_to_start: od začátku do začátku
703 label_start_to_start: od začátku do začátku
704 label_start_to_end: od začátku do konce
704 label_start_to_end: od začátku do konce
705 label_stay_logged_in: Zůstat přihlášený
705 label_stay_logged_in: Zůstat přihlášený
706 label_disabled: zakázán
706 label_disabled: zakázán
707 label_show_completed_versions: Ukázat dokončené verze
707 label_show_completed_versions: Ukázat dokončené verze
708 label_me:
708 label_me:
709 label_board: Fórum
709 label_board: Fórum
710 label_board_new: Nové fórum
710 label_board_new: Nové fórum
711 label_board_plural: Fóra
711 label_board_plural: Fóra
712 label_board_locked: Uzamčeno
712 label_board_locked: Uzamčeno
713 label_board_sticky: Nálepka
713 label_board_sticky: Nálepka
714 label_topic_plural: Témata
714 label_topic_plural: Témata
715 label_message_plural: Zprávy
715 label_message_plural: Zprávy
716 label_message_last: Poslední zpráva
716 label_message_last: Poslední zpráva
717 label_message_new: Nová zpráva
717 label_message_new: Nová zpráva
718 label_message_posted: Zpráva přidána
718 label_message_posted: Zpráva přidána
719 label_reply_plural: Odpovědi
719 label_reply_plural: Odpovědi
720 label_send_information: Zaslat informace o účtu uživateli
720 label_send_information: Zaslat informace o účtu uživateli
721 label_year: Rok
721 label_year: Rok
722 label_month: Měsíc
722 label_month: Měsíc
723 label_week: Týden
723 label_week: Týden
724 label_date_from: Od
724 label_date_from: Od
725 label_date_to: Do
725 label_date_to: Do
726 label_language_based: Podle výchozího jazyku
726 label_language_based: Podle výchozího jazyku
727 label_sort_by: "Seřadit podle %{value}"
727 label_sort_by: "Seřadit podle %{value}"
728 label_send_test_email: Poslat testovací email
728 label_send_test_email: Poslat testovací email
729 label_feeds_access_key: Přístupový klíč pro RSS
729 label_feeds_access_key: Přístupový klíč pro RSS
730 label_missing_feeds_access_key: Postrádá přístupový klíč pro RSS
730 label_missing_feeds_access_key: Postrádá přístupový klíč pro RSS
731 label_feeds_access_key_created_on: "Přístupový klíč pro RSS byl vytvořen před %{value}"
731 label_feeds_access_key_created_on: "Přístupový klíč pro RSS byl vytvořen před %{value}"
732 label_module_plural: Moduly
732 label_module_plural: Moduly
733 label_added_time_by: "Přidáno uživatelem %{author} před %{age}"
733 label_added_time_by: "Přidáno uživatelem %{author} před %{age}"
734 label_updated_time_by: "Aktualizováno uživatelem %{author} před %{age}"
734 label_updated_time_by: "Aktualizováno uživatelem %{author} před %{age}"
735 label_updated_time: "Aktualizováno před %{value}"
735 label_updated_time: "Aktualizováno před %{value}"
736 label_jump_to_a_project: Vyberte projekt...
736 label_jump_to_a_project: Vyberte projekt...
737 label_file_plural: Soubory
737 label_file_plural: Soubory
738 label_changeset_plural: Changesety
738 label_changeset_plural: Changesety
739 label_default_columns: Výchozí sloupce
739 label_default_columns: Výchozí sloupce
740 label_no_change_option: (beze změny)
740 label_no_change_option: (beze změny)
741 label_bulk_edit_selected_issues: Hromadná úprava vybraných úkolů
741 label_bulk_edit_selected_issues: Hromadná úprava vybraných úkolů
742 label_theme: Téma
742 label_theme: Téma
743 label_default: Výchozí
743 label_default: Výchozí
744 label_search_titles_only: Vyhledávat pouze v názvech
744 label_search_titles_only: Vyhledávat pouze v názvech
745 label_user_mail_option_all: "Pro všechny události všech mých projektů"
745 label_user_mail_option_all: "Pro všechny události všech mých projektů"
746 label_user_mail_option_selected: "Pro všechny události vybraných projektů..."
746 label_user_mail_option_selected: "Pro všechny události vybraných projektů..."
747 label_user_mail_option_none: "Žádné události"
747 label_user_mail_option_none: "Žádné události"
748 label_user_mail_option_only_my_events: "Jen pro věci co sleduji nebo jsem v nich zapojen"
748 label_user_mail_option_only_my_events: "Jen pro věci co sleduji nebo jsem v nich zapojen"
749 label_user_mail_option_only_assigned: "Jen pro všeci kterým sem přiřazen"
749 label_user_mail_option_only_assigned: "Jen pro všeci kterým sem přiřazen"
750 label_user_mail_option_only_owner: "Jen pro věci které vlastním"
750 label_user_mail_option_only_owner: "Jen pro věci které vlastním"
751 label_user_mail_no_self_notified: "Nezasílat informace o mnou vytvořených změnách"
751 label_user_mail_no_self_notified: "Nezasílat informace o mnou vytvořených změnách"
752 label_registration_activation_by_email: aktivace účtu emailem
752 label_registration_activation_by_email: aktivace účtu emailem
753 label_registration_manual_activation: manuální aktivace účtu
753 label_registration_manual_activation: manuální aktivace účtu
754 label_registration_automatic_activation: automatická aktivace účtu
754 label_registration_automatic_activation: automatická aktivace účtu
755 label_display_per_page: "%{value} na stránku"
755 label_display_per_page: "%{value} na stránku"
756 label_age: Věk
756 label_age: Věk
757 label_change_properties: Změnit vlastnosti
757 label_change_properties: Změnit vlastnosti
758 label_general: Obecné
758 label_general: Obecné
759 label_more: Více
759 label_more: Více
760 label_scm: SCM
760 label_scm: SCM
761 label_plugins: Doplňky
761 label_plugins: Doplňky
762 label_ldap_authentication: Autentifikace LDAP
762 label_ldap_authentication: Autentifikace LDAP
763 label_downloads_abbr: Staž.
763 label_downloads_abbr: Staž.
764 label_optional_description: Volitelný popis
764 label_optional_description: Volitelný popis
765 label_add_another_file: Přidat další soubor
765 label_add_another_file: Přidat další soubor
766 label_preferences: Nastavení
766 label_preferences: Nastavení
767 label_chronological_order: V chronologickém pořadí
767 label_chronological_order: V chronologickém pořadí
768 label_reverse_chronological_order: V obrácaném chronologickém pořadí
768 label_reverse_chronological_order: V obrácaném chronologickém pořadí
769 label_planning: Plánování
769 label_planning: Plánování
770 label_incoming_emails: Příchozí e-maily
770 label_incoming_emails: Příchozí e-maily
771 label_generate_key: Generovat klíč
771 label_generate_key: Generovat klíč
772 label_issue_watchers: Sledování
772 label_issue_watchers: Sledování
773 label_example: Příklad
773 label_example: Příklad
774 label_display: Zobrazit
774 label_display: Zobrazit
775 label_sort: Řazení
775 label_sort: Řazení
776 label_ascending: Vzestupně
776 label_ascending: Vzestupně
777 label_descending: Sestupně
777 label_descending: Sestupně
778 label_date_from_to: Od %{start} do %{end}
778 label_date_from_to: Od %{start} do %{end}
779 label_wiki_content_added: Wiki stránka přidána
779 label_wiki_content_added: Wiki stránka přidána
780 label_wiki_content_updated: Wiki stránka aktualizována
780 label_wiki_content_updated: Wiki stránka aktualizována
781 label_group: Skupina
781 label_group: Skupina
782 label_group_plural: Skupiny
782 label_group_plural: Skupiny
783 label_group_new: Nová skupina
783 label_group_new: Nová skupina
784 label_time_entry_plural: Strávený čas
784 label_time_entry_plural: Strávený čas
785 label_version_sharing_none: Nesdíleno
785 label_version_sharing_none: Nesdíleno
786 label_version_sharing_descendants: S podprojekty
786 label_version_sharing_descendants: S podprojekty
787 label_version_sharing_hierarchy: S hierarchií projektu
787 label_version_sharing_hierarchy: S hierarchií projektu
788 label_version_sharing_tree: Se stromem projektu
788 label_version_sharing_tree: Se stromem projektu
789 label_version_sharing_system: Se všemi projekty
789 label_version_sharing_system: Se všemi projekty
790 label_update_issue_done_ratios: Aktualizovat koeficienty dokončení úkolů
790 label_update_issue_done_ratios: Aktualizovat koeficienty dokončení úkolů
791 label_copy_source: Zdroj
791 label_copy_source: Zdroj
792 label_copy_target: Cíl
792 label_copy_target: Cíl
793 label_copy_same_as_target: Stejný jako cíl
793 label_copy_same_as_target: Stejný jako cíl
794 label_display_used_statuses_only: Zobrazit pouze stavy které jsou použité touto frontou
794 label_display_used_statuses_only: Zobrazit pouze stavy které jsou použité touto frontou
795 label_api_access_key: API přístupový klíč
795 label_api_access_key: API přístupový klíč
796 label_missing_api_access_key: Chybějící přístupový klíč API
796 label_missing_api_access_key: Chybějící přístupový klíč API
797 label_api_access_key_created_on: API přístupový klíč vytvořen %{value}
797 label_api_access_key_created_on: API přístupový klíč vytvořen %{value}
798 label_profile: Profil
798 label_profile: Profil
799 label_subtask_plural: Podúkol
799 label_subtask_plural: Podúkol
800 label_project_copy_notifications: Odeslat email oznámení v průběhu kopie projektu
800 label_project_copy_notifications: Odeslat email oznámení v průběhu kopie projektu
801 label_principal_search: "Hledat uživatele nebo skupinu:"
801 label_principal_search: "Hledat uživatele nebo skupinu:"
802 label_user_search: "Hledat uživatele:"
802 label_user_search: "Hledat uživatele:"
803
803
804 button_login: Přihlásit
804 button_login: Přihlásit
805 button_submit: Potvrdit
805 button_submit: Potvrdit
806 button_save: Uložit
806 button_save: Uložit
807 button_check_all: Zašrtnout vše
807 button_check_all: Zašrtnout vše
808 button_uncheck_all: Odšrtnout vše
808 button_uncheck_all: Odšrtnout vše
809 button_delete: Odstranit
809 button_delete: Odstranit
810 button_create: Vytvořit
810 button_create: Vytvořit
811 button_create_and_continue: Vytvořit a pokračovat
811 button_create_and_continue: Vytvořit a pokračovat
812 button_test: Testovat
812 button_test: Testovat
813 button_edit: Upravit
813 button_edit: Upravit
814 button_edit_associated_wikipage: "Upravit přiřazenou Wiki stránku: %{page_title}"
814 button_edit_associated_wikipage: "Upravit přiřazenou Wiki stránku: %{page_title}"
815 button_add: Přidat
815 button_add: Přidat
816 button_change: Změnit
816 button_change: Změnit
817 button_apply: Použít
817 button_apply: Použít
818 button_clear: Smazat
818 button_clear: Smazat
819 button_lock: Zamknout
819 button_lock: Zamknout
820 button_unlock: Odemknout
820 button_unlock: Odemknout
821 button_download: Stáhnout
821 button_download: Stáhnout
822 button_list: Vypsat
822 button_list: Vypsat
823 button_view: Zobrazit
823 button_view: Zobrazit
824 button_move: Přesunout
824 button_move: Přesunout
825 button_move_and_follow: Přesunout a následovat
825 button_move_and_follow: Přesunout a následovat
826 button_back: Zpět
826 button_back: Zpět
827 button_cancel: Storno
827 button_cancel: Storno
828 button_activate: Aktivovat
828 button_activate: Aktivovat
829 button_sort: Seřadit
829 button_sort: Seřadit
830 button_log_time: Přidat čas
830 button_log_time: Přidat čas
831 button_rollback: Zpět k této verzi
831 button_rollback: Zpět k této verzi
832 button_watch: Sledovat
832 button_watch: Sledovat
833 button_unwatch: Nesledovat
833 button_unwatch: Nesledovat
834 button_reply: Odpovědět
834 button_reply: Odpovědět
835 button_archive: Archivovat
835 button_archive: Archivovat
836 button_unarchive: Odarchivovat
836 button_unarchive: Odarchivovat
837 button_reset: Resetovat
837 button_reset: Resetovat
838 button_rename: Přejmenovat
838 button_rename: Přejmenovat
839 button_change_password: Změnit heslo
839 button_change_password: Změnit heslo
840 button_copy: Kopírovat
840 button_copy: Kopírovat
841 button_copy_and_follow: Kopírovat a následovat
841 button_copy_and_follow: Kopírovat a následovat
842 button_annotate: Komentovat
842 button_annotate: Komentovat
843 button_update: Aktualizovat
843 button_update: Aktualizovat
844 button_configure: Konfigurovat
844 button_configure: Konfigurovat
845 button_quote: Citovat
845 button_quote: Citovat
846 button_duplicate: Duplikovat
846 button_duplicate: Duplikovat
847 button_show: Zobrazit
847 button_show: Zobrazit
848
848
849 status_active: aktivní
849 status_active: aktivní
850 status_registered: registrovaný
850 status_registered: registrovaný
851 status_locked: uzamčený
851 status_locked: uzamčený
852
852
853 version_status_open: otevřený
853 version_status_open: otevřený
854 version_status_locked: uzamčený
854 version_status_locked: uzamčený
855 version_status_closed: zavřený
855 version_status_closed: zavřený
856
856
857 field_active: Aktivní
857 field_active: Aktivní
858
858
859 text_select_mail_notifications: Vyberte akci při které bude zasláno upozornění emailem.
859 text_select_mail_notifications: Vyberte akci při které bude zasláno upozornění emailem.
860 text_regexp_info: např. ^[A-Z0-9]+$
860 text_regexp_info: např. ^[A-Z0-9]+$
861 text_min_max_length_info: 0 znamená bez limitu
861 text_min_max_length_info: 0 znamená bez limitu
862 text_project_destroy_confirmation: Jste si jisti, že chcete odstranit tento projekt a všechna související data ?
862 text_project_destroy_confirmation: Jste si jisti, že chcete odstranit tento projekt a všechna související data ?
863 text_subprojects_destroy_warning: "Jeho podprojek(y): %{value} budou také smazány."
863 text_subprojects_destroy_warning: "Jeho podprojek(y): %{value} budou také smazány."
864 text_workflow_edit: Vyberte roli a frontu k editaci průběhu práce
864 text_workflow_edit: Vyberte roli a frontu k editaci průběhu práce
865 text_are_you_sure: Jste si jisti?
865 text_are_you_sure: Jste si jisti?
866 text_journal_changed: "%{label} změněn z %{old} na %{new}"
866 text_journal_changed: "%{label} změněn z %{old} na %{new}"
867 text_journal_set_to: "%{label} nastaven na %{value}"
867 text_journal_set_to: "%{label} nastaven na %{value}"
868 text_journal_deleted: "%{label} smazán (%{old})"
868 text_journal_deleted: "%{label} smazán (%{old})"
869 text_journal_added: "%{label} %{value} přidán"
869 text_journal_added: "%{label} %{value} přidán"
870 text_tip_issue_begin_day: úkol začíná v tento den
870 text_tip_issue_begin_day: úkol začíná v tento den
871 text_tip_issue_end_day: úkol končí v tento den
871 text_tip_issue_end_day: úkol končí v tento den
872 text_tip_issue_begin_end_day: úkol začíná a končí v tento den
872 text_tip_issue_begin_end_day: úkol začíná a končí v tento den
873 text_caracters_maximum: "%{count} znaků maximálně."
873 text_caracters_maximum: "%{count} znaků maximálně."
874 text_caracters_minimum: "Musí být alespoň %{count} znaků dlouhé."
874 text_caracters_minimum: "Musí být alespoň %{count} znaků dlouhé."
875 text_length_between: "Délka mezi %{min} a %{max} znaky."
875 text_length_between: "Délka mezi %{min} a %{max} znaky."
876 text_tracker_no_workflow: Pro tuto frontu není definován žádný průběh práce
876 text_tracker_no_workflow: Pro tuto frontu není definován žádný průběh práce
877 text_unallowed_characters: Nepovolené znaky
877 text_unallowed_characters: Nepovolené znaky
878 text_comma_separated: Povoleno více hodnot (oddělěné čárkou).
878 text_comma_separated: Povoleno více hodnot (oddělěné čárkou).
879 text_line_separated: Více hodnot povoleno (jeden řádek pro každou hodnotu).
879 text_line_separated: Více hodnot povoleno (jeden řádek pro každou hodnotu).
880 text_issues_ref_in_commit_messages: Odkazování a opravování úkolů ve zprávách commitů
880 text_issues_ref_in_commit_messages: Odkazování a opravování úkolů ve zprávách commitů
881 text_issue_added: "Úkol %{id} byl vytvořen uživatelem %{author}."
881 text_issue_added: "Úkol %{id} byl vytvořen uživatelem %{author}."
882 text_issue_updated: "Úkol %{id} byl aktualizován uživatelem %{author}."
882 text_issue_updated: "Úkol %{id} byl aktualizován uživatelem %{author}."
883 text_wiki_destroy_confirmation: Opravdu si přejete odstranit tuto Wiki a celý její obsah?
883 text_wiki_destroy_confirmation: Opravdu si přejete odstranit tuto Wiki a celý její obsah?
884 text_issue_category_destroy_question: "Některé úkoly (%{count}) jsou přiřazeny k této kategorii. Co s nimi chtete udělat?"
884 text_issue_category_destroy_question: "Některé úkoly (%{count}) jsou přiřazeny k této kategorii. Co s nimi chtete udělat?"
885 text_issue_category_destroy_assignments: Zrušit přiřazení ke kategorii
885 text_issue_category_destroy_assignments: Zrušit přiřazení ke kategorii
886 text_issue_category_reassign_to: Přiřadit úkoly do této kategorie
886 text_issue_category_reassign_to: Přiřadit úkoly do této kategorie
887 text_user_mail_option: "U projektů, které nebyly vybrány, budete dostávat oznámení pouze o vašich či o sledovaných položkách (např. o položkách jejichž jste autor nebo ke kterým jste přiřazen(a))."
887 text_user_mail_option: "U projektů, které nebyly vybrány, budete dostávat oznámení pouze o vašich či o sledovaných položkách (např. o položkách jejichž jste autor nebo ke kterým jste přiřazen(a))."
888 text_no_configuration_data: "Role, fronty, stavy úkolů ani průběh práce nebyly zatím nakonfigurovány.\nVelice doporučujeme nahrát výchozí konfiguraci. Po si můžete vše upravit"
888 text_no_configuration_data: "Role, fronty, stavy úkolů ani průběh práce nebyly zatím nakonfigurovány.\nVelice doporučujeme nahrát výchozí konfiguraci. Po si můžete vše upravit"
889 text_load_default_configuration: Nahrát výchozí konfiguraci
889 text_load_default_configuration: Nahrát výchozí konfiguraci
890 text_status_changed_by_changeset: "Použito v changesetu %{value}."
890 text_status_changed_by_changeset: "Použito v changesetu %{value}."
891 text_time_logged_by_changeset: Aplikováno v changesetu %{value}.
891 text_time_logged_by_changeset: Aplikováno v changesetu %{value}.
892 text_issues_destroy_confirmation: 'Opravdu si přejete odstranit všechny zvolené úkoly?'
892 text_issues_destroy_confirmation: 'Opravdu si přejete odstranit všechny zvolené úkoly?'
893 text_select_project_modules: 'Aktivní moduly v tomto projektu:'
893 text_select_project_modules: 'Aktivní moduly v tomto projektu:'
894 text_default_administrator_account_changed: Výchozí nastavení administrátorského účtu změněno
894 text_default_administrator_account_changed: Výchozí nastavení administrátorského účtu změněno
895 text_file_repository_writable: Povolen zápis do adresáře ukládání souborů
895 text_file_repository_writable: Povolen zápis do adresáře ukládání souborů
896 text_plugin_assets_writable: Možnost zápisu do adresáře plugin assets
896 text_plugin_assets_writable: Možnost zápisu do adresáře plugin assets
897 text_rmagick_available: RMagick k dispozici (volitelné)
897 text_rmagick_available: RMagick k dispozici (volitelné)
898 text_destroy_time_entries_question: "U úkolů, které chcete odstranit je evidováno %{hours} práce. Co chete udělat?"
898 text_destroy_time_entries_question: "U úkolů, které chcete odstranit je evidováno %{hours} práce. Co chete udělat?"
899 text_destroy_time_entries: Odstranit evidované hodiny.
899 text_destroy_time_entries: Odstranit evidované hodiny.
900 text_assign_time_entries_to_project: Přiřadit evidované hodiny projektu
900 text_assign_time_entries_to_project: Přiřadit evidované hodiny projektu
901 text_reassign_time_entries: 'Přeřadit evidované hodiny k tomuto úkolu:'
901 text_reassign_time_entries: 'Přeřadit evidované hodiny k tomuto úkolu:'
902 text_user_wrote: "%{value} napsal:"
902 text_user_wrote: "%{value} napsal:"
903 text_enumeration_destroy_question: "Několik (%{count}) objektů je přiřazeno k této hodnotě."
903 text_enumeration_destroy_question: "Několik (%{count}) objektů je přiřazeno k této hodnotě."
904 text_enumeration_category_reassign_to: 'Přeřadit je do této:'
904 text_enumeration_category_reassign_to: 'Přeřadit je do této:'
905 text_email_delivery_not_configured: "Doručování e-mailů není nastaveno a odesílání notifikací je zakázáno.\nNastavte Váš SMTP server v souboru config/configuration.yml a restartujte aplikaci."
905 text_email_delivery_not_configured: "Doručování e-mailů není nastaveno a odesílání notifikací je zakázáno.\nNastavte Váš SMTP server v souboru config/configuration.yml a restartujte aplikaci."
906 text_repository_usernames_mapping: "Vybrat nebo upravit mapování mezi Redmine uživateli a uživatelskými jmény nalezenými v logu repozitáře.\nUživatelé se shodným Redmine uživatelským jménem a uživatelským jménem v repozitáři jsou mapovaní automaticky."
906 text_repository_usernames_mapping: "Vybrat nebo upravit mapování mezi Redmine uživateli a uživatelskými jmény nalezenými v logu repozitáře.\nUživatelé se shodným Redmine uživatelským jménem a uživatelským jménem v repozitáři jsou mapovaní automaticky."
907 text_diff_truncated: '... Rozdílový soubor je zkrácen, protože jeho délka přesahuje max. limit.'
907 text_diff_truncated: '... Rozdílový soubor je zkrácen, protože jeho délka přesahuje max. limit.'
908 text_custom_field_possible_values_info: 'Každá hodnota na novém řádku'
908 text_custom_field_possible_values_info: 'Každá hodnota na novém řádku'
909 text_wiki_page_destroy_question: Tato stránka má %{descendants} podstránek a potomků. Co chcete udělat?
909 text_wiki_page_destroy_question: Tato stránka má %{descendants} podstránek a potomků. Co chcete udělat?
910 text_wiki_page_nullify_children: Ponechat podstránky jako kořenové stránky
910 text_wiki_page_nullify_children: Ponechat podstránky jako kořenové stránky
911 text_wiki_page_destroy_children: Smazat podstránky a všechny jejich potomky
911 text_wiki_page_destroy_children: Smazat podstránky a všechny jejich potomky
912 text_wiki_page_reassign_children: Přiřadit podstránky k tomuto rodiči
912 text_wiki_page_reassign_children: Přiřadit podstránky k tomuto rodiči
913 text_own_membership_delete_confirmation: "Chystáte se odebrat si některá nebo všechny svá oprávnění a potom již nemusíte být schopni upravit tento projekt.\nOpravdu chcete pokračovat?"
913 text_own_membership_delete_confirmation: "Chystáte se odebrat si některá nebo všechny svá oprávnění a potom již nemusíte být schopni upravit tento projekt.\nOpravdu chcete pokračovat?"
914 text_zoom_in: Přiblížit
914 text_zoom_in: Přiblížit
915 text_zoom_out: Oddálit
915 text_zoom_out: Oddálit
916
916
917 default_role_manager: Manažer
917 default_role_manager: Manažer
918 default_role_developer: Vývojář
918 default_role_developer: Vývojář
919 default_role_reporter: Reportér
919 default_role_reporter: Reportér
920 default_tracker_bug: Chyba
920 default_tracker_bug: Chyba
921 default_tracker_feature: Požadavek
921 default_tracker_feature: Požadavek
922 default_tracker_support: Podpora
922 default_tracker_support: Podpora
923 default_issue_status_new: Nový
923 default_issue_status_new: Nový
924 default_issue_status_in_progress: Ve vývoji
924 default_issue_status_in_progress: Ve vývoji
925 default_issue_status_resolved: Vyřešený
925 default_issue_status_resolved: Vyřešený
926 default_issue_status_feedback: Čeká se
926 default_issue_status_feedback: Čeká se
927 default_issue_status_closed: Uzavřený
927 default_issue_status_closed: Uzavřený
928 default_issue_status_rejected: Odmítnutý
928 default_issue_status_rejected: Odmítnutý
929 default_doc_category_user: Uživatelská dokumentace
929 default_doc_category_user: Uživatelská dokumentace
930 default_doc_category_tech: Technická dokumentace
930 default_doc_category_tech: Technická dokumentace
931 default_priority_low: Nízká
931 default_priority_low: Nízká
932 default_priority_normal: Normální
932 default_priority_normal: Normální
933 default_priority_high: Vysoká
933 default_priority_high: Vysoká
934 default_priority_urgent: Urgentní
934 default_priority_urgent: Urgentní
935 default_priority_immediate: Okamžitá
935 default_priority_immediate: Okamžitá
936 default_activity_design: Návhr
936 default_activity_design: Návhr
937 default_activity_development: Vývoj
937 default_activity_development: Vývoj
938
938
939 enumeration_issue_priorities: Priority úkolů
939 enumeration_issue_priorities: Priority úkolů
940 enumeration_doc_categories: Kategorie dokumentů
940 enumeration_doc_categories: Kategorie dokumentů
941 enumeration_activities: Aktivity (sledování času)
941 enumeration_activities: Aktivity (sledování času)
942 enumeration_system_activity: Systémová aktivita
942 enumeration_system_activity: Systémová aktivita
943
943
944 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
944 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
945 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
945 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
946 label_my_queries: My custom queries
946 label_my_queries: My custom queries
947 text_journal_changed_no_detail: "%{label} updated"
947 text_journal_changed_no_detail: "%{label} updated"
948 label_news_comment_added: Comment added to a news
948 label_news_comment_added: Comment added to a news
949 button_expand_all: Expand all
949 button_expand_all: Expand all
950 button_collapse_all: Collapse all
950 button_collapse_all: Collapse all
951 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
951 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
952 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
952 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
953 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
953 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
954 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
954 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
955 label_role_anonymous: Anonymous
955 label_role_anonymous: Anonymous
956 label_role_non_member: Non member
956 label_role_non_member: Non member
957 label_issue_note_added: Note added
957 label_issue_note_added: Note added
958 label_issue_status_updated: Status updated
958 label_issue_status_updated: Status updated
959 label_issue_priority_updated: Priority updated
959 label_issue_priority_updated: Priority updated
960 label_issues_visibility_own: Issues created by or assigned to the user
960 label_issues_visibility_own: Issues created by or assigned to the user
961 field_issues_visibility: Issues visibility
961 field_issues_visibility: Issues visibility
962 label_issues_visibility_all: All issues
962 label_issues_visibility_all: All issues
963 permission_set_own_issues_private: Set own issues public or private
963 permission_set_own_issues_private: Set own issues public or private
964 field_is_private: Private
964 field_is_private: Private
965 permission_set_issues_private: Set issues public or private
965 permission_set_issues_private: Set issues public or private
966 label_issues_visibility_public: All non private issues
966 label_issues_visibility_public: All non private issues
967 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
967 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
968 field_commit_logs_encoding: Kódování zpráv při commitu
968 field_commit_logs_encoding: Kódování zpráv při commitu
969 field_scm_path_encoding: Path encoding
969 field_scm_path_encoding: Path encoding
970 text_scm_path_encoding_note: "Default: UTF-8"
970 text_scm_path_encoding_note: "Default: UTF-8"
971 field_path_to_repository: Path to repository
971 field_path_to_repository: Path to repository
972 field_root_directory: Root directory
972 field_root_directory: Root directory
973 field_cvs_module: Module
973 field_cvs_module: Module
974 field_cvsroot: CVSROOT
974 field_cvsroot: CVSROOT
975 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
975 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
976 text_scm_command: Command
976 text_scm_command: Command
977 text_scm_command_version: Version
977 text_scm_command_version: Version
978 label_git_report_last_commit: Report last commit for files and directories
978 label_git_report_last_commit: Report last commit for files and directories
979 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
979 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
980 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.
980 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.
981 notice_issue_successful_create: Issue %{id} created.
981 notice_issue_successful_create: Issue %{id} created.
982 label_between: between
982 label_between: between
983 setting_issue_group_assignment: Allow issue assignment to groups
983 setting_issue_group_assignment: Allow issue assignment to groups
984 label_diff: diff
984 label_diff: diff
985 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
985 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
986 description_query_sort_criteria_direction: Sort direction
986 description_query_sort_criteria_direction: Sort direction
987 description_project_scope: Search scope
987 description_project_scope: Search scope
988 description_filter: Filter
988 description_filter: Filter
989 description_user_mail_notification: Mail notification settings
989 description_user_mail_notification: Mail notification settings
990 description_date_from: Enter start date
990 description_date_from: Enter start date
991 description_message_content: Message content
991 description_message_content: Message content
992 description_available_columns: Available Columns
992 description_available_columns: Available Columns
993 description_date_range_interval: Choose range by selecting start and end date
993 description_date_range_interval: Choose range by selecting start and end date
994 description_issue_category_reassign: Choose issue category
994 description_issue_category_reassign: Choose issue category
995 description_search: Searchfield
995 description_search: Searchfield
996 description_notes: Notes
996 description_notes: Notes
997 description_date_range_list: Choose range from list
997 description_date_range_list: Choose range from list
998 description_choose_project: Projects
998 description_choose_project: Projects
999 description_date_to: Enter end date
999 description_date_to: Enter end date
1000 description_query_sort_criteria_attribute: Sort attribute
1000 description_query_sort_criteria_attribute: Sort attribute
1001 description_wiki_subpages_reassign: Choose new parent page
1001 description_wiki_subpages_reassign: Choose new parent page
1002 description_selected_columns: Selected Columns
1002 description_selected_columns: Selected Columns
1003 label_parent_revision: Parent
1003 label_parent_revision: Parent
1004 label_child_revision: Child
1004 label_child_revision: Child
1005 error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
1005 error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
1006 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
1006 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
1007 button_edit_section: Edit this section
1007 button_edit_section: Edit this section
1008 setting_repositories_encodings: Attachments and repositories encodings
1008 setting_repositories_encodings: Attachments and repositories encodings
1009 description_all_columns: All Columns
1009 description_all_columns: All Columns
1010 button_export: Export
1010 button_export: Export
1011 label_export_options: "%{export_format} export options"
1011 label_export_options: "%{export_format} export options"
1012 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
1012 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
1013 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1013 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1014 label_x_issues:
1014 label_x_issues:
1015 zero: 0 Úkol
1015 zero: 0 Úkol
1016 one: 1 Úkol
1016 one: 1 Úkol
1017 other: "%{count} Úkoly"
1017 other: "%{count} Úkoly"
1018 label_repository_new: New repository
1018 label_repository_new: New repository
1019 field_repository_is_default: Main repository
1019 field_repository_is_default: Main repository
1020 label_copy_attachments: Copy attachments
1020 label_copy_attachments: Copy attachments
1021 label_item_position: "%{position}/%{count}"
1021 label_item_position: "%{position}/%{count}"
1022 label_completed_versions: Completed versions
1022 label_completed_versions: Completed versions
1023 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1023 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1024 field_multiple: Multiple values
1024 field_multiple: Multiple values
1025 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1025 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1026 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1026 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1027 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1027 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1028 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1028 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1029 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1029 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1030 permission_manage_related_issues: Manage related issues
1030 permission_manage_related_issues: Manage related issues
1031 field_auth_source_ldap_filter: LDAP filter
1031 field_auth_source_ldap_filter: LDAP filter
1032 label_search_for_watchers: Search for watchers to add
1032 label_search_for_watchers: Search for watchers to add
1033 notice_account_deleted: Your account has been permanently deleted.
1033 notice_account_deleted: Your account has been permanently deleted.
1034 setting_unsubscribe: Allow users to delete their own account
1034 setting_unsubscribe: Allow users to delete their own account
1035 button_delete_my_account: Delete my account
1035 button_delete_my_account: Delete my account
1036 text_account_destroy_confirmation: |-
1036 text_account_destroy_confirmation: |-
1037 Are you sure you want to proceed?
1037 Are you sure you want to proceed?
1038 Your account will be permanently deleted, with no way to reactivate it.
1038 Your account will be permanently deleted, with no way to reactivate it.
1039 error_session_expired: Your session has expired. Please login again.
1039 error_session_expired: Your session has expired. Please login again.
1040 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1040 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1041 setting_session_lifetime: Session maximum lifetime
1041 setting_session_lifetime: Session maximum lifetime
1042 setting_session_timeout: Session inactivity timeout
1042 setting_session_timeout: Session inactivity timeout
1043 label_session_expiration: Session expiration
1043 label_session_expiration: Session expiration
1044 permission_close_project: Close / reopen the project
1044 permission_close_project: Close / reopen the project
1045 label_show_closed_projects: View closed projects
1045 label_show_closed_projects: View closed projects
1046 button_close: Close
1046 button_close: Close
1047 button_reopen: Reopen
1047 button_reopen: Reopen
1048 project_status_active: active
1048 project_status_active: active
1049 project_status_closed: closed
1049 project_status_closed: closed
1050 project_status_archived: archived
1050 project_status_archived: archived
1051 text_project_closed: This project is closed and read-only.
1051 text_project_closed: This project is closed and read-only.
1052 notice_user_successful_create: User %{id} created.
1052 notice_user_successful_create: User %{id} created.
1053 field_core_fields: Standard fields
1053 field_core_fields: Standard fields
1054 field_timeout: Timeout (in seconds)
1054 field_timeout: Timeout (in seconds)
1055 setting_thumbnails_enabled: Display attachment thumbnails
1055 setting_thumbnails_enabled: Display attachment thumbnails
1056 setting_thumbnails_size: Thumbnails size (in pixels)
1056 setting_thumbnails_size: Thumbnails size (in pixels)
1057 label_status_transitions: Status transitions
1057 label_status_transitions: Status transitions
1058 label_fields_permissions: Fields permissions
1058 label_fields_permissions: Fields permissions
1059 label_readonly: Read-only
1059 label_readonly: Read-only
1060 label_required: Required
1060 label_required: Required
1061 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1061 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1062 field_board_parent: Parent forum
1062 field_board_parent: Parent forum
1063 label_attribute_of_project: Project's %{name}
1063 label_attribute_of_project: Project's %{name}
1064 label_attribute_of_author: Author's %{name}
1064 label_attribute_of_author: Author's %{name}
1065 label_attribute_of_assigned_to: Assignee's %{name}
1065 label_attribute_of_assigned_to: Assignee's %{name}
1066 label_attribute_of_fixed_version: Target version's %{name}
1066 label_attribute_of_fixed_version: Target version's %{name}
1067 label_copy_subtasks: Copy subtasks
1067 label_copy_subtasks: Copy subtasks
1068 label_copied_to: copied to
1068 label_copied_to: copied to
1069 label_copied_from: copied from
1069 label_copied_from: copied from
1070 label_any_issues_in_project: any issues in project
1070 label_any_issues_in_project: any issues in project
1071 label_any_issues_not_in_project: any issues not in project
1071 label_any_issues_not_in_project: any issues not in project
1072 field_private_notes: Private notes
1072 field_private_notes: Private notes
1073 permission_view_private_notes: View private notes
1073 permission_view_private_notes: View private notes
1074 permission_set_notes_private: Set notes as private
1074 permission_set_notes_private: Set notes as private
1075 label_no_issues_in_project: no issues in project
1075 label_no_issues_in_project: no issues in project
1076 label_any: vše
1076 label_any: vše
1077 label_last_n_weeks: last %{count} weeks
1077 label_last_n_weeks: last %{count} weeks
1078 setting_cross_project_subtasks: Allow cross-project subtasks
1078 setting_cross_project_subtasks: Allow cross-project subtasks
1079 label_cross_project_descendants: S podprojekty
1079 label_cross_project_descendants: S podprojekty
1080 label_cross_project_tree: Se stromem projektu
1080 label_cross_project_tree: Se stromem projektu
1081 label_cross_project_hierarchy: S hierarchií projektu
1081 label_cross_project_hierarchy: S hierarchií projektu
1082 label_cross_project_system: Se všemi projekty
1082 label_cross_project_system: Se všemi projekty
1083 button_hide: Hide
1083 button_hide: Hide
1084 setting_non_working_week_days: Non-working days
1084 setting_non_working_week_days: Non-working days
1085 label_in_the_next_days: in the next
1085 label_in_the_next_days: in the next
1086 label_in_the_past_days: in the past
1086 label_in_the_past_days: in the past
@@ -1,1083 +1,1083
1 # Greek translations for Ruby on Rails
1 # Greek translations for Ruby on Rails
2 # by Vaggelis Typaldos (vtypal@gmail.com), Spyros Raptis (spirosrap@gmail.com)
2 # by Vaggelis Typaldos (vtypal@gmail.com), Spyros Raptis (spirosrap@gmail.com)
3
3
4 el:
4 el:
5 direction: ltr
5 direction: ltr
6 date:
6 date:
7 formats:
7 formats:
8 # Use the strftime parameters for formats.
8 # Use the strftime parameters for formats.
9 # When no format has been given, it uses default.
9 # When no format has been given, it uses default.
10 # You can provide other formats here if you like!
10 # You can provide other formats here if you like!
11 default: "%m/%d/%Y"
11 default: "%m/%d/%Y"
12 short: "%b %d"
12 short: "%b %d"
13 long: "%B %d, %Y"
13 long: "%B %d, %Y"
14
14
15 day_names: [Κυριακή, Δευτέρα, Τρίτη, Τετάρτη, Πέμπτη, Παρασκευή, Σάββατο]
15 day_names: [Κυριακή, Δευτέρα, Τρίτη, Τετάρτη, Πέμπτη, Παρασκευή, Σάββατο]
16 abbr_day_names: [Κυρ, Δευ, Τρι, Τετ, Πεμ, Παρ, Σαβ]
16 abbr_day_names: [Κυρ, Δευ, Τρι, Τετ, Πεμ, Παρ, Σαβ]
17
17
18 # Don't forget the nil at the beginning; there's no such thing as a 0th month
18 # Don't forget the nil at the beginning; there's no such thing as a 0th month
19 month_names: [~, Ιανουάριος, Φεβρουάριος, Μάρτιος, Απρίλιος, Μάϊος, Ιούνιος, Ιούλιος, Αύγουστος, Σεπτέμβριος, Οκτώβριος, Νοέμβριος, Δεκέμβριος]
19 month_names: [~, Ιανουάριος, Φεβρουάριος, Μάρτιος, Απρίλιος, Μάϊος, Ιούνιος, Ιούλιος, Αύγουστος, Σεπτέμβριος, Οκτώβριος, Νοέμβριος, Δεκέμβριος]
20 abbr_month_names: [~, Ιαν, Φεβ, Μαρ, Απρ, Μαϊ, Ιον, Ιολ, Αυγ, Σεπ, Οκτ, Νοε, Δεκ]
20 abbr_month_names: [~, Ιαν, Φεβ, Μαρ, Απρ, Μαϊ, Ιον, Ιολ, Αυγ, Σεπ, Οκτ, Νοε, Δεκ]
21 # Used in date_select and datime_select.
21 # Used in date_select and datime_select.
22 order:
22 order:
23 - :year
23 - :year
24 - :month
24 - :month
25 - :day
25 - :day
26
26
27 time:
27 time:
28 formats:
28 formats:
29 default: "%m/%d/%Y %I:%M %p"
29 default: "%m/%d/%Y %I:%M %p"
30 time: "%I:%M %p"
30 time: "%I:%M %p"
31 short: "%d %b %H:%M"
31 short: "%d %b %H:%M"
32 long: "%B %d, %Y %H:%M"
32 long: "%B %d, %Y %H:%M"
33 am: "πμ"
33 am: "πμ"
34 pm: "μμ"
34 pm: "μμ"
35
35
36 datetime:
36 datetime:
37 distance_in_words:
37 distance_in_words:
38 half_a_minute: "μισό λεπτό"
38 half_a_minute: "μισό λεπτό"
39 less_than_x_seconds:
39 less_than_x_seconds:
40 one: "λιγότερο από 1 δευτερόλεπτο"
40 one: "λιγότερο από 1 δευτερόλεπτο"
41 other: "λιγότερο από %{count} δευτερόλεπτα"
41 other: "λιγότερο από %{count} δευτερόλεπτα"
42 x_seconds:
42 x_seconds:
43 one: "1 δευτερόλεπτο"
43 one: "1 δευτερόλεπτο"
44 other: "%{count} δευτερόλεπτα"
44 other: "%{count} δευτερόλεπτα"
45 less_than_x_minutes:
45 less_than_x_minutes:
46 one: "λιγότερο από ένα λεπτό"
46 one: "λιγότερο από ένα λεπτό"
47 other: "λιγότερο από %{count} λεπτά"
47 other: "λιγότερο από %{count} λεπτά"
48 x_minutes:
48 x_minutes:
49 one: "1 λεπτό"
49 one: "1 λεπτό"
50 other: "%{count} λεπτά"
50 other: "%{count} λεπτά"
51 about_x_hours:
51 about_x_hours:
52 one: "περίπου 1 ώρα"
52 one: "περίπου 1 ώρα"
53 other: "περίπου %{count} ώρες"
53 other: "περίπου %{count} ώρες"
54 x_hours:
54 x_hours:
55 one: "1 hour"
55 one: "1 hour"
56 other: "%{count} hours"
56 other: "%{count} hours"
57 x_days:
57 x_days:
58 one: "1 ημέρα"
58 one: "1 ημέρα"
59 other: "%{count} ημέρες"
59 other: "%{count} ημέρες"
60 about_x_months:
60 about_x_months:
61 one: "περίπου 1 μήνα"
61 one: "περίπου 1 μήνα"
62 other: "περίπου %{count} μήνες"
62 other: "περίπου %{count} μήνες"
63 x_months:
63 x_months:
64 one: "1 μήνα"
64 one: "1 μήνα"
65 other: "%{count} μήνες"
65 other: "%{count} μήνες"
66 about_x_years:
66 about_x_years:
67 one: "περίπου 1 χρόνο"
67 one: "περίπου 1 χρόνο"
68 other: "περίπου %{count} χρόνια"
68 other: "περίπου %{count} χρόνια"
69 over_x_years:
69 over_x_years:
70 one: "πάνω από 1 χρόνο"
70 one: "πάνω από 1 χρόνο"
71 other: "πάνω από %{count} χρόνια"
71 other: "πάνω από %{count} χρόνια"
72 almost_x_years:
72 almost_x_years:
73 one: "almost 1 year"
73 one: "almost 1 year"
74 other: "almost %{count} years"
74 other: "almost %{count} years"
75
75
76 number:
76 number:
77 format:
77 format:
78 separator: "."
78 separator: "."
79 delimiter: ""
79 delimiter: ""
80 precision: 3
80 precision: 3
81 human:
81 human:
82 format:
82 format:
83 precision: 3
83 precision: 3
84 delimiter: ""
84 delimiter: ""
85 storage_units:
85 storage_units:
86 format: "%n %u"
86 format: "%n %u"
87 units:
87 units:
88 kb: KB
88 kb: KB
89 tb: TB
89 tb: TB
90 gb: GB
90 gb: GB
91 byte:
91 byte:
92 one: Byte
92 one: Byte
93 other: Bytes
93 other: Bytes
94 mb: MB
94 mb: MB
95
95
96 # Used in array.to_sentence.
96 # Used in array.to_sentence.
97 support:
97 support:
98 array:
98 array:
99 sentence_connector: "and"
99 sentence_connector: "and"
100 skip_last_comma: false
100 skip_last_comma: false
101
101
102 activerecord:
102 activerecord:
103 errors:
103 errors:
104 template:
104 template:
105 header:
105 header:
106 one: "1 error prohibited this %{model} from being saved"
106 one: "1 error prohibited this %{model} from being saved"
107 other: "%{count} errors prohibited this %{model} from being saved"
107 other: "%{count} errors prohibited this %{model} from being saved"
108 messages:
108 messages:
109 inclusion: "δεν περιέχεται στη λίστα"
109 inclusion: "δεν περιέχεται στη λίστα"
110 exclusion: "έχει κατοχυρωθεί"
110 exclusion: "έχει κατοχυρωθεί"
111 invalid: "είναι άκυρο"
111 invalid: "είναι άκυρο"
112 confirmation: "δεν αντιστοιχεί με την επιβεβαίωση"
112 confirmation: "δεν αντιστοιχεί με την επιβεβαίωση"
113 accepted: "πρέπει να γίνει αποδοχή"
113 accepted: "πρέπει να γίνει αποδοχή"
114 empty: "δε μπορεί να είναι άδειο"
114 empty: "δε μπορεί να είναι άδειο"
115 blank: "δε μπορεί να είναι κενό"
115 blank: "δε μπορεί να είναι κενό"
116 too_long: "έχει πολλούς (μέγ.επιτρ. %{count} χαρακτήρες)"
116 too_long: "έχει πολλούς (μέγ.επιτρ. %{count} χαρακτήρες)"
117 too_short: "έχει λίγους (ελάχ.επιτρ. %{count} χαρακτήρες)"
117 too_short: "έχει λίγους (ελάχ.επιτρ. %{count} χαρακτήρες)"
118 wrong_length: "δεν είναι σωστός ο αριθμός χαρακτήρων (πρέπει να έχει %{count} χαρακτήρες)"
118 wrong_length: "δεν είναι σωστός ο αριθμός χαρακτήρων (πρέπει να έχει %{count} χαρακτήρες)"
119 taken: "έχει ήδη κατοχυρωθεί"
119 taken: "έχει ήδη κατοχυρωθεί"
120 not_a_number: "δεν είναι αριθμός"
120 not_a_number: "δεν είναι αριθμός"
121 not_a_date: "δεν είναι σωστή ημερομηνία"
121 not_a_date: "δεν είναι σωστή ημερομηνία"
122 greater_than: "πρέπει να είναι μεγαλύτερο από %{count}"
122 greater_than: "πρέπει να είναι μεγαλύτερο από %{count}"
123 greater_than_or_equal_to: "πρέπει να είναι μεγαλύτερο από ή ίσο με %{count}"
123 greater_than_or_equal_to: "πρέπει να είναι μεγαλύτερο από ή ίσο με %{count}"
124 equal_to: "πρέπει να είναι ίσον με %{count}"
124 equal_to: "πρέπει να είναι ίσον με %{count}"
125 less_than: "πρέπει να είναι μικρότερη από %{count}"
125 less_than: "πρέπει να είναι μικρότερη από %{count}"
126 less_than_or_equal_to: "πρέπει να είναι μικρότερο από ή ίσο με %{count}"
126 less_than_or_equal_to: "πρέπει να είναι μικρότερο από ή ίσο με %{count}"
127 odd: "πρέπει να είναι μονός"
127 odd: "πρέπει να είναι μονός"
128 even: "πρέπει να είναι ζυγός"
128 even: "πρέπει να είναι ζυγός"
129 greater_than_start_date: "πρέπει να είναι αργότερα από την ημερομηνία έναρξης"
129 greater_than_start_date: "πρέπει να είναι αργότερα από την ημερομηνία έναρξης"
130 not_same_project: "δεν ανήκει στο ίδιο έργο"
130 not_same_project: "δεν ανήκει στο ίδιο έργο"
131 circular_dependency: "Αυτή η σχέση θα δημιουργήσει κυκλικές εξαρτήσεις"
131 circular_dependency: "Αυτή η σχέση θα δημιουργήσει κυκλικές εξαρτήσεις"
132 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
132 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
133
133
134 actionview_instancetag_blank_option: Παρακαλώ επιλέξτε
134 actionview_instancetag_blank_option: Παρακαλώ επιλέξτε
135
135
136 general_text_No: 'Όχι'
136 general_text_No: 'Όχι'
137 general_text_Yes: 'Ναι'
137 general_text_Yes: 'Ναι'
138 general_text_no: 'όχι'
138 general_text_no: 'όχι'
139 general_text_yes: 'ναι'
139 general_text_yes: 'ναι'
140 general_lang_name: 'Ελληνικά'
140 general_lang_name: 'Greek (Ελληνικά)'
141 general_csv_separator: ','
141 general_csv_separator: ','
142 general_csv_decimal_separator: '.'
142 general_csv_decimal_separator: '.'
143 general_csv_encoding: UTF-8
143 general_csv_encoding: UTF-8
144 general_pdf_encoding: UTF-8
144 general_pdf_encoding: UTF-8
145 general_first_day_of_week: '7'
145 general_first_day_of_week: '7'
146
146
147 notice_account_updated: Ο λογαριασμός ενημερώθηκε επιτυχώς.
147 notice_account_updated: Ο λογαριασμός ενημερώθηκε επιτυχώς.
148 notice_account_invalid_creditentials: Άκυρο όνομα χρήστη ή κωδικού πρόσβασης
148 notice_account_invalid_creditentials: Άκυρο όνομα χρήστη ή κωδικού πρόσβασης
149 notice_account_password_updated: Ο κωδικός πρόσβασης ενημερώθηκε επιτυχώς.
149 notice_account_password_updated: Ο κωδικός πρόσβασης ενημερώθηκε επιτυχώς.
150 notice_account_wrong_password: Λάθος κωδικός πρόσβασης
150 notice_account_wrong_password: Λάθος κωδικός πρόσβασης
151 notice_account_register_done: Ο λογαριασμός δημιουργήθηκε επιτυχώς. Για να ενεργοποιήσετε το λογαριασμό σας, πατήστε το σύνδεσμο που σας έχει αποσταλεί με email.
151 notice_account_register_done: Ο λογαριασμός δημιουργήθηκε επιτυχώς. Για να ενεργοποιήσετε το λογαριασμό σας, πατήστε το σύνδεσμο που σας έχει αποσταλεί με email.
152 notice_account_unknown_email: Άγνωστος χρήστης.
152 notice_account_unknown_email: Άγνωστος χρήστης.
153 notice_can_t_change_password: Αυτός ο λογαριασμός χρησιμοποιεί εξωτερική πηγή πιστοποίησης. Δεν είναι δυνατόν να αλλάξετε τον κωδικό πρόσβασης.
153 notice_can_t_change_password: Αυτός ο λογαριασμός χρησιμοποιεί εξωτερική πηγή πιστοποίησης. Δεν είναι δυνατόν να αλλάξετε τον κωδικό πρόσβασης.
154 notice_account_lost_email_sent: Σας έχει αποσταλεί email με οδηγίες για την επιλογή νέου κωδικού πρόσβασης.
154 notice_account_lost_email_sent: Σας έχει αποσταλεί email με οδηγίες για την επιλογή νέου κωδικού πρόσβασης.
155 notice_account_activated: Ο λογαριασμός σας έχει ενεργοποιηθεί. Τώρα μπορείτε να συνδεθείτε.
155 notice_account_activated: Ο λογαριασμός σας έχει ενεργοποιηθεί. Τώρα μπορείτε να συνδεθείτε.
156 notice_successful_create: Επιτυχής δημιουργία.
156 notice_successful_create: Επιτυχής δημιουργία.
157 notice_successful_update: Επιτυχής ενημέρωση.
157 notice_successful_update: Επιτυχής ενημέρωση.
158 notice_successful_delete: Επιτυχής διαγραφή.
158 notice_successful_delete: Επιτυχής διαγραφή.
159 notice_successful_connection: Επιτυχής σύνδεση.
159 notice_successful_connection: Επιτυχής σύνδεση.
160 notice_file_not_found: Η σελίδα που ζητήσατε δεν υπάρχει ή έχει αφαιρεθεί.
160 notice_file_not_found: Η σελίδα που ζητήσατε δεν υπάρχει ή έχει αφαιρεθεί.
161 notice_locking_conflict: Τα δεδομένα έχουν ενημερωθεί από άλλο χρήστη.
161 notice_locking_conflict: Τα δεδομένα έχουν ενημερωθεί από άλλο χρήστη.
162 notice_not_authorized: Δεν έχετε δικαίωμα πρόσβασης σε αυτή τη σελίδα.
162 notice_not_authorized: Δεν έχετε δικαίωμα πρόσβασης σε αυτή τη σελίδα.
163 notice_email_sent: "Ένα μήνυμα ηλεκτρονικού ταχυδρομείου εστάλη στο %{value}"
163 notice_email_sent: "Ένα μήνυμα ηλεκτρονικού ταχυδρομείου εστάλη στο %{value}"
164 notice_email_error: "Σφάλμα κατά την αποστολή του μηνύματος στο (%{value})"
164 notice_email_error: "Σφάλμα κατά την αποστολή του μηνύματος στο (%{value})"
165 notice_feeds_access_key_reseted: Έγινε επαναφορά στο κλειδί πρόσβασης RSS.
165 notice_feeds_access_key_reseted: Έγινε επαναφορά στο κλειδί πρόσβασης RSS.
166 notice_failed_to_save_issues: "Αποτυχία αποθήκευσης %{count} θεμα(των) από τα %{total} επιλεγμένα: %{ids}."
166 notice_failed_to_save_issues: "Αποτυχία αποθήκευσης %{count} θεμα(των) από τα %{total} επιλεγμένα: %{ids}."
167 notice_no_issue_selected: "Κανένα θέμα δεν είναι επιλεγμένο! Παρακαλούμε, ελέγξτε τα θέματα που θέλετε να επεξεργαστείτε."
167 notice_no_issue_selected: "Κανένα θέμα δεν είναι επιλεγμένο! Παρακαλούμε, ελέγξτε τα θέματα που θέλετε να επεξεργαστείτε."
168 notice_account_pending: λογαριασμός σας έχει δημιουργηθεί και είναι σε στάδιο έγκρισης από τον διαχειριστή."
168 notice_account_pending: λογαριασμός σας έχει δημιουργηθεί και είναι σε στάδιο έγκρισης από τον διαχειριστή."
169 notice_default_data_loaded: Οι προεπιλεγμένες ρυθμίσεις φορτώθηκαν επιτυχώς.
169 notice_default_data_loaded: Οι προεπιλεγμένες ρυθμίσεις φορτώθηκαν επιτυχώς.
170 notice_unable_delete_version: Αδύνατον να διαγραφεί η έκδοση.
170 notice_unable_delete_version: Αδύνατον να διαγραφεί η έκδοση.
171
171
172 error_can_t_load_default_data: "Οι προεπιλεγμένες ρυθμίσεις δεν μπόρεσαν να φορτωθούν:: %{value}"
172 error_can_t_load_default_data: "Οι προεπιλεγμένες ρυθμίσεις δεν μπόρεσαν να φορτωθούν:: %{value}"
173 error_scm_not_found: εγγραφή ή η αναθεώρηση δεν βρέθηκε στο αποθετήριο."
173 error_scm_not_found: εγγραφή ή η αναθεώρηση δεν βρέθηκε στο αποθετήριο."
174 error_scm_command_failed: "Παρουσιάστηκε σφάλμα κατά την προσπάθεια πρόσβασης στο αποθετήριο: %{value}"
174 error_scm_command_failed: "Παρουσιάστηκε σφάλμα κατά την προσπάθεια πρόσβασης στο αποθετήριο: %{value}"
175 error_scm_annotate: καταχώριση δεν υπάρχει ή δεν μπορεί να σχολιαστεί."
175 error_scm_annotate: καταχώριση δεν υπάρχει ή δεν μπορεί να σχολιαστεί."
176 error_issue_not_found_in_project: 'Το θέμα δεν βρέθηκε ή δεν ανήκει σε αυτό το έργο'
176 error_issue_not_found_in_project: 'Το θέμα δεν βρέθηκε ή δεν ανήκει σε αυτό το έργο'
177 error_no_tracker_in_project: 'Δεν υπάρχει ανιχνευτής για αυτό το έργο. Παρακαλώ ελέγξτε τις ρυθμίσεις του έργου.'
177 error_no_tracker_in_project: 'Δεν υπάρχει ανιχνευτής για αυτό το έργο. Παρακαλώ ελέγξτε τις ρυθμίσεις του έργου.'
178 error_no_default_issue_status: 'Δεν έχει οριστεί η προεπιλογή κατάστασης θεμάτων. Παρακαλώ ελέγξτε τις ρυθμίσεις σας (Μεταβείτε στην "Διαχείριση -> Κατάσταση θεμάτων").'
178 error_no_default_issue_status: 'Δεν έχει οριστεί η προεπιλογή κατάστασης θεμάτων. Παρακαλώ ελέγξτε τις ρυθμίσεις σας (Μεταβείτε στην "Διαχείριση -> Κατάσταση θεμάτων").'
179
179
180 warning_attachments_not_saved: "%{count} αρχείο(α) δε μπορούν να αποθηκευτούν."
180 warning_attachments_not_saved: "%{count} αρχείο(α) δε μπορούν να αποθηκευτούν."
181
181
182 mail_subject_lost_password: κωδικός σας %{value}"
182 mail_subject_lost_password: κωδικός σας %{value}"
183 mail_body_lost_password: 'Για να αλλάξετε τον κωδικό πρόσβασης, πατήστε τον ακόλουθο σύνδεσμο:'
183 mail_body_lost_password: 'Για να αλλάξετε τον κωδικό πρόσβασης, πατήστε τον ακόλουθο σύνδεσμο:'
184 mail_subject_register: "Ενεργοποίηση του λογαριασμού χρήστη %{value} "
184 mail_subject_register: "Ενεργοποίηση του λογαριασμού χρήστη %{value} "
185 mail_body_register: 'Για να ενεργοποιήσετε το λογαριασμό σας, επιλέξτε τον ακόλουθο σύνδεσμο:'
185 mail_body_register: 'Για να ενεργοποιήσετε το λογαριασμό σας, επιλέξτε τον ακόλουθο σύνδεσμο:'
186 mail_body_account_information_external: "Μπορείτε να χρησιμοποιήσετε τον λογαριασμό %{value} για να συνδεθείτε."
186 mail_body_account_information_external: "Μπορείτε να χρησιμοποιήσετε τον λογαριασμό %{value} για να συνδεθείτε."
187 mail_body_account_information: Πληροφορίες του λογαριασμού σας
187 mail_body_account_information: Πληροφορίες του λογαριασμού σας
188 mail_subject_account_activation_request: "αίτημα ενεργοποίησης λογαριασμού %{value}"
188 mail_subject_account_activation_request: "αίτημα ενεργοποίησης λογαριασμού %{value}"
189 mail_body_account_activation_request: "'Ένας νέος χρήστης (%{value}) έχει εγγραφεί. Ο λογαριασμός είναι σε στάδιο αναμονής της έγκρισης σας:"
189 mail_body_account_activation_request: "'Ένας νέος χρήστης (%{value}) έχει εγγραφεί. Ο λογαριασμός είναι σε στάδιο αναμονής της έγκρισης σας:"
190 mail_subject_reminder: "%{count} θέμα(τα) με προθεσμία στις επόμενες %{days} ημέρες"
190 mail_subject_reminder: "%{count} θέμα(τα) με προθεσμία στις επόμενες %{days} ημέρες"
191 mail_body_reminder: "%{count}θέμα(τα) που έχουν ανατεθεί σε σας, με προθεσμία στις επόμενες %{days} ημέρες:"
191 mail_body_reminder: "%{count}θέμα(τα) που έχουν ανατεθεί σε σας, με προθεσμία στις επόμενες %{days} ημέρες:"
192 mail_subject_wiki_content_added: "'προστέθηκε η σελίδα wiki %{id}' "
192 mail_subject_wiki_content_added: "'προστέθηκε η σελίδα wiki %{id}' "
193 mail_body_wiki_content_added: σελίδα wiki '%{id}' προστέθηκε από τον %{author}."
193 mail_body_wiki_content_added: σελίδα wiki '%{id}' προστέθηκε από τον %{author}."
194 mail_subject_wiki_content_updated: "'ενημερώθηκε η σελίδα wiki %{id}' "
194 mail_subject_wiki_content_updated: "'ενημερώθηκε η σελίδα wiki %{id}' "
195 mail_body_wiki_content_updated: σελίδα wiki '%{id}' ενημερώθηκε από τον %{author}."
195 mail_body_wiki_content_updated: σελίδα wiki '%{id}' ενημερώθηκε από τον %{author}."
196
196
197 gui_validation_error: 1 σφάλμα
197 gui_validation_error: 1 σφάλμα
198 gui_validation_error_plural: "%{count} σφάλματα"
198 gui_validation_error_plural: "%{count} σφάλματα"
199
199
200 field_name: Όνομα
200 field_name: Όνομα
201 field_description: Περιγραφή
201 field_description: Περιγραφή
202 field_summary: Συνοπτικά
202 field_summary: Συνοπτικά
203 field_is_required: Απαιτείται
203 field_is_required: Απαιτείται
204 field_firstname: Όνομα
204 field_firstname: Όνομα
205 field_lastname: Επώνυμο
205 field_lastname: Επώνυμο
206 field_mail: Email
206 field_mail: Email
207 field_filename: Αρχείο
207 field_filename: Αρχείο
208 field_filesize: Μέγεθος
208 field_filesize: Μέγεθος
209 field_downloads: Μεταφορτώσεις
209 field_downloads: Μεταφορτώσεις
210 field_author: Συγγραφέας
210 field_author: Συγγραφέας
211 field_created_on: Δημιουργήθηκε
211 field_created_on: Δημιουργήθηκε
212 field_updated_on: Ενημερώθηκε
212 field_updated_on: Ενημερώθηκε
213 field_field_format: Μορφοποίηση
213 field_field_format: Μορφοποίηση
214 field_is_for_all: Για όλα τα έργα
214 field_is_for_all: Για όλα τα έργα
215 field_possible_values: Πιθανές τιμές
215 field_possible_values: Πιθανές τιμές
216 field_regexp: Κανονική παράσταση
216 field_regexp: Κανονική παράσταση
217 field_min_length: Ελάχιστο μήκος
217 field_min_length: Ελάχιστο μήκος
218 field_max_length: Μέγιστο μήκος
218 field_max_length: Μέγιστο μήκος
219 field_value: Τιμή
219 field_value: Τιμή
220 field_category: Κατηγορία
220 field_category: Κατηγορία
221 field_title: Τίτλος
221 field_title: Τίτλος
222 field_project: Έργο
222 field_project: Έργο
223 field_issue: Θέμα
223 field_issue: Θέμα
224 field_status: Κατάσταση
224 field_status: Κατάσταση
225 field_notes: Σημειώσεις
225 field_notes: Σημειώσεις
226 field_is_closed: Κλειστά θέματα
226 field_is_closed: Κλειστά θέματα
227 field_is_default: Προεπιλεγμένη τιμή
227 field_is_default: Προεπιλεγμένη τιμή
228 field_tracker: Ανιχνευτής
228 field_tracker: Ανιχνευτής
229 field_subject: Θέμα
229 field_subject: Θέμα
230 field_due_date: Προθεσμία
230 field_due_date: Προθεσμία
231 field_assigned_to: Ανάθεση σε
231 field_assigned_to: Ανάθεση σε
232 field_priority: Προτεραιότητα
232 field_priority: Προτεραιότητα
233 field_fixed_version: Στόχος έκδοσης
233 field_fixed_version: Στόχος έκδοσης
234 field_user: Χρήστης
234 field_user: Χρήστης
235 field_role: Ρόλος
235 field_role: Ρόλος
236 field_homepage: Αρχική σελίδα
236 field_homepage: Αρχική σελίδα
237 field_is_public: Δημόσιο
237 field_is_public: Δημόσιο
238 field_parent: Επιμέρους έργο του
238 field_parent: Επιμέρους έργο του
239 field_is_in_roadmap: Προβολή θεμάτων στο χάρτη πορείας
239 field_is_in_roadmap: Προβολή θεμάτων στο χάρτη πορείας
240 field_login: Όνομα χρήστη
240 field_login: Όνομα χρήστη
241 field_mail_notification: Ειδοποιήσεις email
241 field_mail_notification: Ειδοποιήσεις email
242 field_admin: Διαχειριστής
242 field_admin: Διαχειριστής
243 field_last_login_on: Τελευταία σύνδεση
243 field_last_login_on: Τελευταία σύνδεση
244 field_language: Γλώσσα
244 field_language: Γλώσσα
245 field_effective_date: Ημερομηνία
245 field_effective_date: Ημερομηνία
246 field_password: Κωδικός πρόσβασης
246 field_password: Κωδικός πρόσβασης
247 field_new_password: Νέος κωδικός πρόσβασης
247 field_new_password: Νέος κωδικός πρόσβασης
248 field_password_confirmation: Επιβεβαίωση
248 field_password_confirmation: Επιβεβαίωση
249 field_version: Έκδοση
249 field_version: Έκδοση
250 field_type: Τύπος
250 field_type: Τύπος
251 field_host: Κόμβος
251 field_host: Κόμβος
252 field_port: Θύρα
252 field_port: Θύρα
253 field_account: Λογαριασμός
253 field_account: Λογαριασμός
254 field_base_dn: Βάση DN
254 field_base_dn: Βάση DN
255 field_attr_login: Ιδιότητα εισόδου
255 field_attr_login: Ιδιότητα εισόδου
256 field_attr_firstname: Ιδιότητα ονόματος
256 field_attr_firstname: Ιδιότητα ονόματος
257 field_attr_lastname: Ιδιότητα επωνύμου
257 field_attr_lastname: Ιδιότητα επωνύμου
258 field_attr_mail: Ιδιότητα email
258 field_attr_mail: Ιδιότητα email
259 field_onthefly: Άμεση δημιουργία χρήστη
259 field_onthefly: Άμεση δημιουργία χρήστη
260 field_start_date: Εκκίνηση
260 field_start_date: Εκκίνηση
261 field_done_ratio: "% επιτεύχθη"
261 field_done_ratio: "% επιτεύχθη"
262 field_auth_source: Τρόπος πιστοποίησης
262 field_auth_source: Τρόπος πιστοποίησης
263 field_hide_mail: Απόκρυψη διεύθυνσης email
263 field_hide_mail: Απόκρυψη διεύθυνσης email
264 field_comments: Σχόλιο
264 field_comments: Σχόλιο
265 field_url: URL
265 field_url: URL
266 field_start_page: Πρώτη σελίδα
266 field_start_page: Πρώτη σελίδα
267 field_subproject: Επιμέρους έργο
267 field_subproject: Επιμέρους έργο
268 field_hours: Ώρες
268 field_hours: Ώρες
269 field_activity: Δραστηριότητα
269 field_activity: Δραστηριότητα
270 field_spent_on: Ημερομηνία
270 field_spent_on: Ημερομηνία
271 field_identifier: Στοιχείο αναγνώρισης
271 field_identifier: Στοιχείο αναγνώρισης
272 field_is_filter: Χρήση ως φίλτρο
272 field_is_filter: Χρήση ως φίλτρο
273 field_issue_to: Σχετικά θέματα
273 field_issue_to: Σχετικά θέματα
274 field_delay: Καθυστέρηση
274 field_delay: Καθυστέρηση
275 field_assignable: Θέματα που μπορούν να ανατεθούν σε αυτό το ρόλο
275 field_assignable: Θέματα που μπορούν να ανατεθούν σε αυτό το ρόλο
276 field_redirect_existing_links: Ανακατεύθυνση των τρεχόντων συνδέσμων
276 field_redirect_existing_links: Ανακατεύθυνση των τρεχόντων συνδέσμων
277 field_estimated_hours: Εκτιμώμενος χρόνος
277 field_estimated_hours: Εκτιμώμενος χρόνος
278 field_column_names: Στήλες
278 field_column_names: Στήλες
279 field_time_zone: Ωριαία ζώνη
279 field_time_zone: Ωριαία ζώνη
280 field_searchable: Ερευνήσιμο
280 field_searchable: Ερευνήσιμο
281 field_default_value: Προκαθορισμένη τιμή
281 field_default_value: Προκαθορισμένη τιμή
282 field_comments_sorting: Προβολή σχολίων
282 field_comments_sorting: Προβολή σχολίων
283 field_parent_title: Γονική σελίδα
283 field_parent_title: Γονική σελίδα
284 field_editable: Επεξεργάσιμο
284 field_editable: Επεξεργάσιμο
285 field_watcher: Παρατηρητής
285 field_watcher: Παρατηρητής
286 field_identity_url: OpenID URL
286 field_identity_url: OpenID URL
287 field_content: Περιεχόμενο
287 field_content: Περιεχόμενο
288 field_group_by: Ομαδικά αποτελέσματα από
288 field_group_by: Ομαδικά αποτελέσματα από
289
289
290 setting_app_title: Τίτλος εφαρμογής
290 setting_app_title: Τίτλος εφαρμογής
291 setting_app_subtitle: Υπότιτλος εφαρμογής
291 setting_app_subtitle: Υπότιτλος εφαρμογής
292 setting_welcome_text: Κείμενο υποδοχής
292 setting_welcome_text: Κείμενο υποδοχής
293 setting_default_language: Προεπιλεγμένη γλώσσα
293 setting_default_language: Προεπιλεγμένη γλώσσα
294 setting_login_required: Απαιτείται πιστοποίηση
294 setting_login_required: Απαιτείται πιστοποίηση
295 setting_self_registration: Αυτο-εγγραφή
295 setting_self_registration: Αυτο-εγγραφή
296 setting_attachment_max_size: Μέγ. μέγεθος συνημμένου
296 setting_attachment_max_size: Μέγ. μέγεθος συνημμένου
297 setting_issues_export_limit: Θέματα περιορισμού εξαγωγής
297 setting_issues_export_limit: Θέματα περιορισμού εξαγωγής
298 setting_mail_from: Μετάδοση διεύθυνσης email
298 setting_mail_from: Μετάδοση διεύθυνσης email
299 setting_bcc_recipients: Αποδέκτες κρυφής κοινοποίησης (bcc)
299 setting_bcc_recipients: Αποδέκτες κρυφής κοινοποίησης (bcc)
300 setting_plain_text_mail: Email απλού κειμένου (όχι HTML)
300 setting_plain_text_mail: Email απλού κειμένου (όχι HTML)
301 setting_host_name: Όνομα κόμβου και διαδρομή
301 setting_host_name: Όνομα κόμβου και διαδρομή
302 setting_text_formatting: Μορφοποίηση κειμένου
302 setting_text_formatting: Μορφοποίηση κειμένου
303 setting_wiki_compression: Συμπίεση ιστορικού wiki
303 setting_wiki_compression: Συμπίεση ιστορικού wiki
304 setting_feeds_limit: Feed περιορισμού περιεχομένου
304 setting_feeds_limit: Feed περιορισμού περιεχομένου
305 setting_default_projects_public: Τα νέα έργα έχουν προεπιλεγεί ως δημόσια
305 setting_default_projects_public: Τα νέα έργα έχουν προεπιλεγεί ως δημόσια
306 setting_autofetch_changesets: Αυτόματη λήψη commits
306 setting_autofetch_changesets: Αυτόματη λήψη commits
307 setting_sys_api_enabled: Ενεργοποίηση WS για διαχείριση αποθετηρίου
307 setting_sys_api_enabled: Ενεργοποίηση WS για διαχείριση αποθετηρίου
308 setting_commit_ref_keywords: Αναφορά σε λέξεις-κλειδιά
308 setting_commit_ref_keywords: Αναφορά σε λέξεις-κλειδιά
309 setting_commit_fix_keywords: Καθορισμός σε λέξεις-κλειδιά
309 setting_commit_fix_keywords: Καθορισμός σε λέξεις-κλειδιά
310 setting_autologin: Αυτόματη σύνδεση
310 setting_autologin: Αυτόματη σύνδεση
311 setting_date_format: Μορφή ημερομηνίας
311 setting_date_format: Μορφή ημερομηνίας
312 setting_time_format: Μορφή ώρας
312 setting_time_format: Μορφή ώρας
313 setting_cross_project_issue_relations: Επιτρέψτε συσχετισμό θεμάτων σε διασταύρωση-έργων
313 setting_cross_project_issue_relations: Επιτρέψτε συσχετισμό θεμάτων σε διασταύρωση-έργων
314 setting_issue_list_default_columns: Προκαθορισμένες εμφανιζόμενες στήλες στη λίστα θεμάτων
314 setting_issue_list_default_columns: Προκαθορισμένες εμφανιζόμενες στήλες στη λίστα θεμάτων
315 setting_emails_footer: Υποσέλιδο στα email
315 setting_emails_footer: Υποσέλιδο στα email
316 setting_protocol: Πρωτόκολο
316 setting_protocol: Πρωτόκολο
317 setting_per_page_options: Αντικείμενα ανά σελίδα επιλογών
317 setting_per_page_options: Αντικείμενα ανά σελίδα επιλογών
318 setting_user_format: Μορφή εμφάνισης χρηστών
318 setting_user_format: Μορφή εμφάνισης χρηστών
319 setting_activity_days_default: Ημέρες που εμφανίζεται στη δραστηριότητα έργου
319 setting_activity_days_default: Ημέρες που εμφανίζεται στη δραστηριότητα έργου
320 setting_display_subprojects_issues: Εμφάνιση από προεπιλογή θεμάτων επιμέρους έργων στα κύρια έργα
320 setting_display_subprojects_issues: Εμφάνιση από προεπιλογή θεμάτων επιμέρους έργων στα κύρια έργα
321 setting_enabled_scm: Ενεργοποίηση SCM
321 setting_enabled_scm: Ενεργοποίηση SCM
322 setting_mail_handler_api_enabled: Ενεργοποίηση WS για εισερχόμενα email
322 setting_mail_handler_api_enabled: Ενεργοποίηση WS για εισερχόμενα email
323 setting_mail_handler_api_key: κλειδί API
323 setting_mail_handler_api_key: κλειδί API
324 setting_sequential_project_identifiers: Δημιουργία διαδοχικών αναγνωριστικών έργου
324 setting_sequential_project_identifiers: Δημιουργία διαδοχικών αναγνωριστικών έργου
325 setting_gravatar_enabled: Χρήση Gravatar εικονιδίων χρηστών
325 setting_gravatar_enabled: Χρήση Gravatar εικονιδίων χρηστών
326 setting_diff_max_lines_displayed: Μεγ.αριθμός εμφάνισης γραμμών diff
326 setting_diff_max_lines_displayed: Μεγ.αριθμός εμφάνισης γραμμών diff
327 setting_file_max_size_displayed: Μεγ.μέγεθος των αρχείων απλού κειμένου που εμφανίζονται σε σειρά
327 setting_file_max_size_displayed: Μεγ.μέγεθος των αρχείων απλού κειμένου που εμφανίζονται σε σειρά
328 setting_repository_log_display_limit: Μέγιστος αριθμός αναθεωρήσεων που εμφανίζονται στο ιστορικό αρχείου
328 setting_repository_log_display_limit: Μέγιστος αριθμός αναθεωρήσεων που εμφανίζονται στο ιστορικό αρχείου
329 setting_openid: Επιτρέψτε συνδέσεις OpenID και εγγραφή
329 setting_openid: Επιτρέψτε συνδέσεις OpenID και εγγραφή
330 setting_password_min_length: Ελάχιστο μήκος κωδικού πρόσβασης
330 setting_password_min_length: Ελάχιστο μήκος κωδικού πρόσβασης
331 setting_new_project_user_role_id: Απόδοση ρόλου σε χρήστη μη-διαχειριστή όταν δημιουργεί ένα έργο
331 setting_new_project_user_role_id: Απόδοση ρόλου σε χρήστη μη-διαχειριστή όταν δημιουργεί ένα έργο
332
332
333 permission_add_project: Δημιουργία έργου
333 permission_add_project: Δημιουργία έργου
334 permission_edit_project: Επεξεργασία έργου
334 permission_edit_project: Επεξεργασία έργου
335 permission_select_project_modules: Επιλογή μονάδων έργου
335 permission_select_project_modules: Επιλογή μονάδων έργου
336 permission_manage_members: Διαχείριση μελών
336 permission_manage_members: Διαχείριση μελών
337 permission_manage_versions: Διαχείριση εκδόσεων
337 permission_manage_versions: Διαχείριση εκδόσεων
338 permission_manage_categories: Διαχείριση κατηγοριών θεμάτων
338 permission_manage_categories: Διαχείριση κατηγοριών θεμάτων
339 permission_add_issues: Προσθήκη θεμάτων
339 permission_add_issues: Προσθήκη θεμάτων
340 permission_edit_issues: Επεξεργασία θεμάτων
340 permission_edit_issues: Επεξεργασία θεμάτων
341 permission_manage_issue_relations: Διαχείριση συσχετισμών θεμάτων
341 permission_manage_issue_relations: Διαχείριση συσχετισμών θεμάτων
342 permission_add_issue_notes: Προσθήκη σημειώσεων
342 permission_add_issue_notes: Προσθήκη σημειώσεων
343 permission_edit_issue_notes: Επεξεργασία σημειώσεων
343 permission_edit_issue_notes: Επεξεργασία σημειώσεων
344 permission_edit_own_issue_notes: Επεξεργασία δικών μου σημειώσεων
344 permission_edit_own_issue_notes: Επεξεργασία δικών μου σημειώσεων
345 permission_move_issues: Μεταφορά θεμάτων
345 permission_move_issues: Μεταφορά θεμάτων
346 permission_delete_issues: Διαγραφή θεμάτων
346 permission_delete_issues: Διαγραφή θεμάτων
347 permission_manage_public_queries: Διαχείριση δημόσιων αναζητήσεων
347 permission_manage_public_queries: Διαχείριση δημόσιων αναζητήσεων
348 permission_save_queries: Αποθήκευση αναζητήσεων
348 permission_save_queries: Αποθήκευση αναζητήσεων
349 permission_view_gantt: Προβολή διαγράμματος gantt
349 permission_view_gantt: Προβολή διαγράμματος gantt
350 permission_view_calendar: Προβολή ημερολογίου
350 permission_view_calendar: Προβολή ημερολογίου
351 permission_view_issue_watchers: Προβολή λίστας παρατηρητών
351 permission_view_issue_watchers: Προβολή λίστας παρατηρητών
352 permission_add_issue_watchers: Προσθήκη παρατηρητών
352 permission_add_issue_watchers: Προσθήκη παρατηρητών
353 permission_log_time: Ιστορικό χρόνου που δαπανήθηκε
353 permission_log_time: Ιστορικό χρόνου που δαπανήθηκε
354 permission_view_time_entries: Προβολή χρόνου που δαπανήθηκε
354 permission_view_time_entries: Προβολή χρόνου που δαπανήθηκε
355 permission_edit_time_entries: Επεξεργασία ιστορικού χρόνου
355 permission_edit_time_entries: Επεξεργασία ιστορικού χρόνου
356 permission_edit_own_time_entries: Επεξεργασία δικού μου ιστορικού χρόνου
356 permission_edit_own_time_entries: Επεξεργασία δικού μου ιστορικού χρόνου
357 permission_manage_news: Διαχείριση νέων
357 permission_manage_news: Διαχείριση νέων
358 permission_comment_news: Σχολιασμός νέων
358 permission_comment_news: Σχολιασμός νέων
359 permission_manage_documents: Διαχείριση εγγράφων
359 permission_manage_documents: Διαχείριση εγγράφων
360 permission_view_documents: Προβολή εγγράφων
360 permission_view_documents: Προβολή εγγράφων
361 permission_manage_files: Διαχείριση αρχείων
361 permission_manage_files: Διαχείριση αρχείων
362 permission_view_files: Προβολή αρχείων
362 permission_view_files: Προβολή αρχείων
363 permission_manage_wiki: Διαχείριση wiki
363 permission_manage_wiki: Διαχείριση wiki
364 permission_rename_wiki_pages: Μετονομασία σελίδων wiki
364 permission_rename_wiki_pages: Μετονομασία σελίδων wiki
365 permission_delete_wiki_pages: Διαγραφή σελίδων wiki
365 permission_delete_wiki_pages: Διαγραφή σελίδων wiki
366 permission_view_wiki_pages: Προβολή wiki
366 permission_view_wiki_pages: Προβολή wiki
367 permission_view_wiki_edits: Προβολή ιστορικού wiki
367 permission_view_wiki_edits: Προβολή ιστορικού wiki
368 permission_edit_wiki_pages: Επεξεργασία σελίδων wiki
368 permission_edit_wiki_pages: Επεξεργασία σελίδων wiki
369 permission_delete_wiki_pages_attachments: Διαγραφή συνημμένων
369 permission_delete_wiki_pages_attachments: Διαγραφή συνημμένων
370 permission_protect_wiki_pages: Προστασία σελίδων wiki
370 permission_protect_wiki_pages: Προστασία σελίδων wiki
371 permission_manage_repository: Διαχείριση αποθετηρίου
371 permission_manage_repository: Διαχείριση αποθετηρίου
372 permission_browse_repository: Διαχείριση εγγράφων
372 permission_browse_repository: Διαχείριση εγγράφων
373 permission_view_changesets: Προβολή changesets
373 permission_view_changesets: Προβολή changesets
374 permission_commit_access: Πρόσβαση commit
374 permission_commit_access: Πρόσβαση commit
375 permission_manage_boards: Διαχείριση πινάκων συζητήσεων
375 permission_manage_boards: Διαχείριση πινάκων συζητήσεων
376 permission_view_messages: Προβολή μηνυμάτων
376 permission_view_messages: Προβολή μηνυμάτων
377 permission_add_messages: Αποστολή μηνυμάτων
377 permission_add_messages: Αποστολή μηνυμάτων
378 permission_edit_messages: Επεξεργασία μηνυμάτων
378 permission_edit_messages: Επεξεργασία μηνυμάτων
379 permission_edit_own_messages: Επεξεργασία δικών μου μηνυμάτων
379 permission_edit_own_messages: Επεξεργασία δικών μου μηνυμάτων
380 permission_delete_messages: Διαγραφή μηνυμάτων
380 permission_delete_messages: Διαγραφή μηνυμάτων
381 permission_delete_own_messages: Διαγραφή δικών μου μηνυμάτων
381 permission_delete_own_messages: Διαγραφή δικών μου μηνυμάτων
382
382
383 project_module_issue_tracking: Ανίχνευση θεμάτων
383 project_module_issue_tracking: Ανίχνευση θεμάτων
384 project_module_time_tracking: Ανίχνευση χρόνου
384 project_module_time_tracking: Ανίχνευση χρόνου
385 project_module_news: Νέα
385 project_module_news: Νέα
386 project_module_documents: Έγγραφα
386 project_module_documents: Έγγραφα
387 project_module_files: Αρχεία
387 project_module_files: Αρχεία
388 project_module_wiki: Wiki
388 project_module_wiki: Wiki
389 project_module_repository: Αποθετήριο
389 project_module_repository: Αποθετήριο
390 project_module_boards: Πίνακες συζητήσεων
390 project_module_boards: Πίνακες συζητήσεων
391
391
392 label_user: Χρήστης
392 label_user: Χρήστης
393 label_user_plural: Χρήστες
393 label_user_plural: Χρήστες
394 label_user_new: Νέος Χρήστης
394 label_user_new: Νέος Χρήστης
395 label_project: Έργο
395 label_project: Έργο
396 label_project_new: Νέο έργο
396 label_project_new: Νέο έργο
397 label_project_plural: Έργα
397 label_project_plural: Έργα
398 label_x_projects:
398 label_x_projects:
399 zero: κανένα έργο
399 zero: κανένα έργο
400 one: 1 έργο
400 one: 1 έργο
401 other: "%{count} έργα"
401 other: "%{count} έργα"
402 label_project_all: Όλα τα έργα
402 label_project_all: Όλα τα έργα
403 label_project_latest: Τελευταία έργα
403 label_project_latest: Τελευταία έργα
404 label_issue: Θέμα
404 label_issue: Θέμα
405 label_issue_new: Νέο θέμα
405 label_issue_new: Νέο θέμα
406 label_issue_plural: Θέματα
406 label_issue_plural: Θέματα
407 label_issue_view_all: Προβολή όλων των θεμάτων
407 label_issue_view_all: Προβολή όλων των θεμάτων
408 label_issues_by: "Θέματα του %{value}"
408 label_issues_by: "Θέματα του %{value}"
409 label_issue_added: Το θέμα προστέθηκε
409 label_issue_added: Το θέμα προστέθηκε
410 label_issue_updated: Το θέμα ενημερώθηκε
410 label_issue_updated: Το θέμα ενημερώθηκε
411 label_document: Έγγραφο
411 label_document: Έγγραφο
412 label_document_new: Νέο έγγραφο
412 label_document_new: Νέο έγγραφο
413 label_document_plural: Έγγραφα
413 label_document_plural: Έγγραφα
414 label_document_added: Έγγραφο προστέθηκε
414 label_document_added: Έγγραφο προστέθηκε
415 label_role: Ρόλος
415 label_role: Ρόλος
416 label_role_plural: Ρόλοι
416 label_role_plural: Ρόλοι
417 label_role_new: Νέος ρόλος
417 label_role_new: Νέος ρόλος
418 label_role_and_permissions: Ρόλοι και άδειες
418 label_role_and_permissions: Ρόλοι και άδειες
419 label_member: Μέλος
419 label_member: Μέλος
420 label_member_new: Νέο μέλος
420 label_member_new: Νέο μέλος
421 label_member_plural: Μέλη
421 label_member_plural: Μέλη
422 label_tracker: Ανιχνευτής
422 label_tracker: Ανιχνευτής
423 label_tracker_plural: Ανιχνευτές
423 label_tracker_plural: Ανιχνευτές
424 label_tracker_new: Νέος Ανιχνευτής
424 label_tracker_new: Νέος Ανιχνευτής
425 label_workflow: Ροή εργασίας
425 label_workflow: Ροή εργασίας
426 label_issue_status: Κατάσταση θέματος
426 label_issue_status: Κατάσταση θέματος
427 label_issue_status_plural: Κατάσταση θέματος
427 label_issue_status_plural: Κατάσταση θέματος
428 label_issue_status_new: Νέα κατάσταση
428 label_issue_status_new: Νέα κατάσταση
429 label_issue_category: Κατηγορία θέματος
429 label_issue_category: Κατηγορία θέματος
430 label_issue_category_plural: Κατηγορίες θεμάτων
430 label_issue_category_plural: Κατηγορίες θεμάτων
431 label_issue_category_new: Νέα κατηγορία
431 label_issue_category_new: Νέα κατηγορία
432 label_custom_field: Προσαρμοσμένο πεδίο
432 label_custom_field: Προσαρμοσμένο πεδίο
433 label_custom_field_plural: Προσαρμοσμένα πεδία
433 label_custom_field_plural: Προσαρμοσμένα πεδία
434 label_custom_field_new: Νέο προσαρμοσμένο πεδίο
434 label_custom_field_new: Νέο προσαρμοσμένο πεδίο
435 label_enumerations: Απαριθμήσεις
435 label_enumerations: Απαριθμήσεις
436 label_enumeration_new: Νέα τιμή
436 label_enumeration_new: Νέα τιμή
437 label_information: Πληροφορία
437 label_information: Πληροφορία
438 label_information_plural: Πληροφορίες
438 label_information_plural: Πληροφορίες
439 label_please_login: Παρακαλώ συνδεθείτε
439 label_please_login: Παρακαλώ συνδεθείτε
440 label_register: Εγγραφή
440 label_register: Εγγραφή
441 label_login_with_open_id_option: ή συνδεθείτε με OpenID
441 label_login_with_open_id_option: ή συνδεθείτε με OpenID
442 label_password_lost: Ανάκτηση κωδικού πρόσβασης
442 label_password_lost: Ανάκτηση κωδικού πρόσβασης
443 label_home: Αρχική σελίδα
443 label_home: Αρχική σελίδα
444 label_my_page: Η σελίδα μου
444 label_my_page: Η σελίδα μου
445 label_my_account: Ο λογαριασμός μου
445 label_my_account: Ο λογαριασμός μου
446 label_my_projects: Τα έργα μου
446 label_my_projects: Τα έργα μου
447 label_administration: Διαχείριση
447 label_administration: Διαχείριση
448 label_login: Σύνδεση
448 label_login: Σύνδεση
449 label_logout: Αποσύνδεση
449 label_logout: Αποσύνδεση
450 label_help: Βοήθεια
450 label_help: Βοήθεια
451 label_reported_issues: Εισηγμένα θέματα
451 label_reported_issues: Εισηγμένα θέματα
452 label_assigned_to_me_issues: Θέματα που έχουν ανατεθεί σε μένα
452 label_assigned_to_me_issues: Θέματα που έχουν ανατεθεί σε μένα
453 label_last_login: Τελευταία σύνδεση
453 label_last_login: Τελευταία σύνδεση
454 label_registered_on: Εγγράφηκε την
454 label_registered_on: Εγγράφηκε την
455 label_activity: Δραστηριότητα
455 label_activity: Δραστηριότητα
456 label_overall_activity: Συνολική δραστηριότητα
456 label_overall_activity: Συνολική δραστηριότητα
457 label_user_activity: "δραστηριότητα του %{value}"
457 label_user_activity: "δραστηριότητα του %{value}"
458 label_new: Νέο
458 label_new: Νέο
459 label_logged_as: Σύνδεδεμένος ως
459 label_logged_as: Σύνδεδεμένος ως
460 label_environment: Περιβάλλον
460 label_environment: Περιβάλλον
461 label_authentication: Πιστοποίηση
461 label_authentication: Πιστοποίηση
462 label_auth_source: Τρόπος πιστοποίησης
462 label_auth_source: Τρόπος πιστοποίησης
463 label_auth_source_new: Νέος τρόπος πιστοποίησης
463 label_auth_source_new: Νέος τρόπος πιστοποίησης
464 label_auth_source_plural: Τρόποι πιστοποίησης
464 label_auth_source_plural: Τρόποι πιστοποίησης
465 label_subproject_plural: Επιμέρους έργα
465 label_subproject_plural: Επιμέρους έργα
466 label_and_its_subprojects: "%{value} και τα επιμέρους έργα του"
466 label_and_its_subprojects: "%{value} και τα επιμέρους έργα του"
467 label_min_max_length: Ελάχ. - Μέγ. μήκος
467 label_min_max_length: Ελάχ. - Μέγ. μήκος
468 label_list: Λίστα
468 label_list: Λίστα
469 label_date: Ημερομηνία
469 label_date: Ημερομηνία
470 label_integer: Ακέραιος
470 label_integer: Ακέραιος
471 label_float: Αριθμός κινητής υποδιαστολής
471 label_float: Αριθμός κινητής υποδιαστολής
472 label_boolean: Λογικός
472 label_boolean: Λογικός
473 label_string: Κείμενο
473 label_string: Κείμενο
474 label_text: Μακροσκελές κείμενο
474 label_text: Μακροσκελές κείμενο
475 label_attribute: Ιδιότητα
475 label_attribute: Ιδιότητα
476 label_attribute_plural: Ιδιότητες
476 label_attribute_plural: Ιδιότητες
477 label_download: "%{count} Μεταφόρτωση"
477 label_download: "%{count} Μεταφόρτωση"
478 label_download_plural: "%{count} Μεταφορτώσεις"
478 label_download_plural: "%{count} Μεταφορτώσεις"
479 label_no_data: Δεν υπάρχουν δεδομένα
479 label_no_data: Δεν υπάρχουν δεδομένα
480 label_change_status: Αλλαγή κατάστασης
480 label_change_status: Αλλαγή κατάστασης
481 label_history: Ιστορικό
481 label_history: Ιστορικό
482 label_attachment: Αρχείο
482 label_attachment: Αρχείο
483 label_attachment_new: Νέο αρχείο
483 label_attachment_new: Νέο αρχείο
484 label_attachment_delete: Διαγραφή αρχείου
484 label_attachment_delete: Διαγραφή αρχείου
485 label_attachment_plural: Αρχεία
485 label_attachment_plural: Αρχεία
486 label_file_added: Το αρχείο προστέθηκε
486 label_file_added: Το αρχείο προστέθηκε
487 label_report: Αναφορά
487 label_report: Αναφορά
488 label_report_plural: Αναφορές
488 label_report_plural: Αναφορές
489 label_news: Νέα
489 label_news: Νέα
490 label_news_new: Προσθήκη νέων
490 label_news_new: Προσθήκη νέων
491 label_news_plural: Νέα
491 label_news_plural: Νέα
492 label_news_latest: Τελευταία νέα
492 label_news_latest: Τελευταία νέα
493 label_news_view_all: Προβολή όλων των νέων
493 label_news_view_all: Προβολή όλων των νέων
494 label_news_added: Τα νέα προστέθηκαν
494 label_news_added: Τα νέα προστέθηκαν
495 label_settings: Ρυθμίσεις
495 label_settings: Ρυθμίσεις
496 label_overview: Επισκόπηση
496 label_overview: Επισκόπηση
497 label_version: Έκδοση
497 label_version: Έκδοση
498 label_version_new: Νέα έκδοση
498 label_version_new: Νέα έκδοση
499 label_version_plural: Εκδόσεις
499 label_version_plural: Εκδόσεις
500 label_confirmation: Επιβεβαίωση
500 label_confirmation: Επιβεβαίωση
501 label_export_to: 'Επίσης διαθέσιμο σε:'
501 label_export_to: 'Επίσης διαθέσιμο σε:'
502 label_read: Διάβασε...
502 label_read: Διάβασε...
503 label_public_projects: Δημόσια έργα
503 label_public_projects: Δημόσια έργα
504 label_open_issues: Ανοικτό
504 label_open_issues: Ανοικτό
505 label_open_issues_plural: Ανοικτά
505 label_open_issues_plural: Ανοικτά
506 label_closed_issues: Κλειστό
506 label_closed_issues: Κλειστό
507 label_closed_issues_plural: Κλειστά
507 label_closed_issues_plural: Κλειστά
508 label_x_open_issues_abbr_on_total:
508 label_x_open_issues_abbr_on_total:
509 zero: 0 ανοικτά / %{total}
509 zero: 0 ανοικτά / %{total}
510 one: 1 ανοικτό / %{total}
510 one: 1 ανοικτό / %{total}
511 other: "%{count} ανοικτά / %{total}"
511 other: "%{count} ανοικτά / %{total}"
512 label_x_open_issues_abbr:
512 label_x_open_issues_abbr:
513 zero: 0 ανοικτά
513 zero: 0 ανοικτά
514 one: 1 ανοικτό
514 one: 1 ανοικτό
515 other: "%{count} ανοικτά"
515 other: "%{count} ανοικτά"
516 label_x_closed_issues_abbr:
516 label_x_closed_issues_abbr:
517 zero: 0 κλειστά
517 zero: 0 κλειστά
518 one: 1 κλειστό
518 one: 1 κλειστό
519 other: "%{count} κλειστά"
519 other: "%{count} κλειστά"
520 label_total: Σύνολο
520 label_total: Σύνολο
521 label_permissions: Άδειες
521 label_permissions: Άδειες
522 label_current_status: Τρέχουσα κατάσταση
522 label_current_status: Τρέχουσα κατάσταση
523 label_new_statuses_allowed: Νέες καταστάσεις επιτρέπονται
523 label_new_statuses_allowed: Νέες καταστάσεις επιτρέπονται
524 label_all: όλα
524 label_all: όλα
525 label_none: κανένα
525 label_none: κανένα
526 label_nobody: κανείς
526 label_nobody: κανείς
527 label_next: Επόμενο
527 label_next: Επόμενο
528 label_previous: Προηγούμενο
528 label_previous: Προηγούμενο
529 label_used_by: Χρησιμοποιήθηκε από
529 label_used_by: Χρησιμοποιήθηκε από
530 label_details: Λεπτομέρειες
530 label_details: Λεπτομέρειες
531 label_add_note: Προσθήκη σημείωσης
531 label_add_note: Προσθήκη σημείωσης
532 label_per_page: Ανά σελίδα
532 label_per_page: Ανά σελίδα
533 label_calendar: Ημερολόγιο
533 label_calendar: Ημερολόγιο
534 label_months_from: μηνών από
534 label_months_from: μηνών από
535 label_gantt: Gantt
535 label_gantt: Gantt
536 label_internal: Εσωτερικό
536 label_internal: Εσωτερικό
537 label_last_changes: "Τελευταίες %{count} αλλαγές"
537 label_last_changes: "Τελευταίες %{count} αλλαγές"
538 label_change_view_all: Προβολή όλων των αλλαγών
538 label_change_view_all: Προβολή όλων των αλλαγών
539 label_personalize_page: Προσαρμογή σελίδας
539 label_personalize_page: Προσαρμογή σελίδας
540 label_comment: Σχόλιο
540 label_comment: Σχόλιο
541 label_comment_plural: Σχόλια
541 label_comment_plural: Σχόλια
542 label_x_comments:
542 label_x_comments:
543 zero: δεν υπάρχουν σχόλια
543 zero: δεν υπάρχουν σχόλια
544 one: 1 σχόλιο
544 one: 1 σχόλιο
545 other: "%{count} σχόλια"
545 other: "%{count} σχόλια"
546 label_comment_add: Προσθήκη σχολίου
546 label_comment_add: Προσθήκη σχολίου
547 label_comment_added: Τα σχόλια προστέθηκαν
547 label_comment_added: Τα σχόλια προστέθηκαν
548 label_comment_delete: Διαγραφή σχολίων
548 label_comment_delete: Διαγραφή σχολίων
549 label_query: Προσαρμοσμένη αναζήτηση
549 label_query: Προσαρμοσμένη αναζήτηση
550 label_query_plural: Προσαρμοσμένες αναζητήσεις
550 label_query_plural: Προσαρμοσμένες αναζητήσεις
551 label_query_new: Νέα αναζήτηση
551 label_query_new: Νέα αναζήτηση
552 label_filter_add: Προσθήκη φίλτρου
552 label_filter_add: Προσθήκη φίλτρου
553 label_filter_plural: Φίλτρα
553 label_filter_plural: Φίλτρα
554 label_equals: είναι
554 label_equals: είναι
555 label_not_equals: δεν είναι
555 label_not_equals: δεν είναι
556 label_in_less_than: μικρότερο από
556 label_in_less_than: μικρότερο από
557 label_in_more_than: περισσότερο από
557 label_in_more_than: περισσότερο από
558 label_greater_or_equal: '>='
558 label_greater_or_equal: '>='
559 label_less_or_equal: '<='
559 label_less_or_equal: '<='
560 label_in: σε
560 label_in: σε
561 label_today: σήμερα
561 label_today: σήμερα
562 label_all_time: συνέχεια
562 label_all_time: συνέχεια
563 label_yesterday: χθες
563 label_yesterday: χθες
564 label_this_week: αυτή την εβδομάδα
564 label_this_week: αυτή την εβδομάδα
565 label_last_week: την προηγούμενη εβδομάδα
565 label_last_week: την προηγούμενη εβδομάδα
566 label_last_n_days: "τελευταίες %{count} μέρες"
566 label_last_n_days: "τελευταίες %{count} μέρες"
567 label_this_month: αυτό το μήνα
567 label_this_month: αυτό το μήνα
568 label_last_month: τον προηγούμενο μήνα
568 label_last_month: τον προηγούμενο μήνα
569 label_this_year: αυτό το χρόνο
569 label_this_year: αυτό το χρόνο
570 label_date_range: Χρονικό διάστημα
570 label_date_range: Χρονικό διάστημα
571 label_less_than_ago: σε λιγότερο από ημέρες πριν
571 label_less_than_ago: σε λιγότερο από ημέρες πριν
572 label_more_than_ago: σε περισσότερο από ημέρες πριν
572 label_more_than_ago: σε περισσότερο από ημέρες πριν
573 label_ago: ημέρες πριν
573 label_ago: ημέρες πριν
574 label_contains: περιέχει
574 label_contains: περιέχει
575 label_not_contains: δεν περιέχει
575 label_not_contains: δεν περιέχει
576 label_day_plural: μέρες
576 label_day_plural: μέρες
577 label_repository: Αποθετήριο
577 label_repository: Αποθετήριο
578 label_repository_plural: Αποθετήρια
578 label_repository_plural: Αποθετήρια
579 label_browse: Πλοήγηση
579 label_browse: Πλοήγηση
580 label_modification: "%{count} τροποποίηση"
580 label_modification: "%{count} τροποποίηση"
581 label_modification_plural: "%{count} τροποποιήσεις"
581 label_modification_plural: "%{count} τροποποιήσεις"
582 label_branch: Branch
582 label_branch: Branch
583 label_tag: Tag
583 label_tag: Tag
584 label_revision: Αναθεώρηση
584 label_revision: Αναθεώρηση
585 label_revision_plural: Αναθεωρήσεις
585 label_revision_plural: Αναθεωρήσεις
586 label_associated_revisions: Συνεταιρικές αναθεωρήσεις
586 label_associated_revisions: Συνεταιρικές αναθεωρήσεις
587 label_added: προστέθηκε
587 label_added: προστέθηκε
588 label_modified: τροποποιήθηκε
588 label_modified: τροποποιήθηκε
589 label_copied: αντιγράφηκε
589 label_copied: αντιγράφηκε
590 label_renamed: μετονομάστηκε
590 label_renamed: μετονομάστηκε
591 label_deleted: διαγράφηκε
591 label_deleted: διαγράφηκε
592 label_latest_revision: Τελευταία αναθεώριση
592 label_latest_revision: Τελευταία αναθεώριση
593 label_latest_revision_plural: Τελευταίες αναθεωρήσεις
593 label_latest_revision_plural: Τελευταίες αναθεωρήσεις
594 label_view_revisions: Προβολή αναθεωρήσεων
594 label_view_revisions: Προβολή αναθεωρήσεων
595 label_view_all_revisions: Προβολή όλων των αναθεωρήσεων
595 label_view_all_revisions: Προβολή όλων των αναθεωρήσεων
596 label_max_size: Μέγιστο μέγεθος
596 label_max_size: Μέγιστο μέγεθος
597 label_sort_highest: Μετακίνηση στην κορυφή
597 label_sort_highest: Μετακίνηση στην κορυφή
598 label_sort_higher: Μετακίνηση προς τα πάνω
598 label_sort_higher: Μετακίνηση προς τα πάνω
599 label_sort_lower: Μετακίνηση προς τα κάτω
599 label_sort_lower: Μετακίνηση προς τα κάτω
600 label_sort_lowest: Μετακίνηση στο κατώτατο μέρος
600 label_sort_lowest: Μετακίνηση στο κατώτατο μέρος
601 label_roadmap: Χάρτης πορείας
601 label_roadmap: Χάρτης πορείας
602 label_roadmap_due_in: "Προθεσμία σε %{value}"
602 label_roadmap_due_in: "Προθεσμία σε %{value}"
603 label_roadmap_overdue: "%{value} καθυστερημένο"
603 label_roadmap_overdue: "%{value} καθυστερημένο"
604 label_roadmap_no_issues: Δεν υπάρχουν θέματα για αυτή την έκδοση
604 label_roadmap_no_issues: Δεν υπάρχουν θέματα για αυτή την έκδοση
605 label_search: Αναζήτηση
605 label_search: Αναζήτηση
606 label_result_plural: Αποτελέσματα
606 label_result_plural: Αποτελέσματα
607 label_all_words: Όλες οι λέξεις
607 label_all_words: Όλες οι λέξεις
608 label_wiki: Wiki
608 label_wiki: Wiki
609 label_wiki_edit: Επεξεργασία wiki
609 label_wiki_edit: Επεξεργασία wiki
610 label_wiki_edit_plural: Επεξεργασία wiki
610 label_wiki_edit_plural: Επεξεργασία wiki
611 label_wiki_page: Σελίδα Wiki
611 label_wiki_page: Σελίδα Wiki
612 label_wiki_page_plural: Σελίδες Wiki
612 label_wiki_page_plural: Σελίδες Wiki
613 label_index_by_title: Δείκτης ανά τίτλο
613 label_index_by_title: Δείκτης ανά τίτλο
614 label_index_by_date: Δείκτης ανά ημερομηνία
614 label_index_by_date: Δείκτης ανά ημερομηνία
615 label_current_version: Τρέχουσα έκδοση
615 label_current_version: Τρέχουσα έκδοση
616 label_preview: Προεπισκόπηση
616 label_preview: Προεπισκόπηση
617 label_feed_plural: Feeds
617 label_feed_plural: Feeds
618 label_changes_details: Λεπτομέρειες όλων των αλλαγών
618 label_changes_details: Λεπτομέρειες όλων των αλλαγών
619 label_issue_tracking: Ανίχνευση θεμάτων
619 label_issue_tracking: Ανίχνευση θεμάτων
620 label_spent_time: Δαπανημένος χρόνος
620 label_spent_time: Δαπανημένος χρόνος
621 label_f_hour: "%{value} ώρα"
621 label_f_hour: "%{value} ώρα"
622 label_f_hour_plural: "%{value} ώρες"
622 label_f_hour_plural: "%{value} ώρες"
623 label_time_tracking: Ανίχνευση χρόνου
623 label_time_tracking: Ανίχνευση χρόνου
624 label_change_plural: Αλλαγές
624 label_change_plural: Αλλαγές
625 label_statistics: Στατιστικά
625 label_statistics: Στατιστικά
626 label_commits_per_month: Commits ανά μήνα
626 label_commits_per_month: Commits ανά μήνα
627 label_commits_per_author: Commits ανά συγγραφέα
627 label_commits_per_author: Commits ανά συγγραφέα
628 label_view_diff: Προβολή διαφορών
628 label_view_diff: Προβολή διαφορών
629 label_diff_inline: σε σειρά
629 label_diff_inline: σε σειρά
630 label_diff_side_by_side: αντικρυστά
630 label_diff_side_by_side: αντικρυστά
631 label_options: Επιλογές
631 label_options: Επιλογές
632 label_copy_workflow_from: Αντιγραφή ροής εργασίας από
632 label_copy_workflow_from: Αντιγραφή ροής εργασίας από
633 label_permissions_report: Συνοπτικός πίνακας αδειών
633 label_permissions_report: Συνοπτικός πίνακας αδειών
634 label_watched_issues: Θέματα υπό παρακολούθηση
634 label_watched_issues: Θέματα υπό παρακολούθηση
635 label_related_issues: Σχετικά θέματα
635 label_related_issues: Σχετικά θέματα
636 label_applied_status: Εφαρμογή κατάστασης
636 label_applied_status: Εφαρμογή κατάστασης
637 label_loading: Φορτώνεται...
637 label_loading: Φορτώνεται...
638 label_relation_new: Νέα συσχέτιση
638 label_relation_new: Νέα συσχέτιση
639 label_relation_delete: Διαγραφή συσχέτισης
639 label_relation_delete: Διαγραφή συσχέτισης
640 label_relates_to: σχετικό με
640 label_relates_to: σχετικό με
641 label_duplicates: αντίγραφα
641 label_duplicates: αντίγραφα
642 label_duplicated_by: αντιγράφηκε από
642 label_duplicated_by: αντιγράφηκε από
643 label_blocks: φραγές
643 label_blocks: φραγές
644 label_blocked_by: φραγή από τον
644 label_blocked_by: φραγή από τον
645 label_precedes: προηγείται
645 label_precedes: προηγείται
646 label_follows: ακολουθεί
646 label_follows: ακολουθεί
647 label_end_to_start: από το τέλος στην αρχή
647 label_end_to_start: από το τέλος στην αρχή
648 label_end_to_end: από το τέλος στο τέλος
648 label_end_to_end: από το τέλος στο τέλος
649 label_start_to_start: από την αρχή στην αρχή
649 label_start_to_start: από την αρχή στην αρχή
650 label_start_to_end: από την αρχή στο τέλος
650 label_start_to_end: από την αρχή στο τέλος
651 label_stay_logged_in: Παραμονή σύνδεσης
651 label_stay_logged_in: Παραμονή σύνδεσης
652 label_disabled: απενεργοποιημένη
652 label_disabled: απενεργοποιημένη
653 label_show_completed_versions: Προβολή ολοκληρωμένων εκδόσεων
653 label_show_completed_versions: Προβολή ολοκληρωμένων εκδόσεων
654 label_me: εγώ
654 label_me: εγώ
655 label_board: Φόρουμ
655 label_board: Φόρουμ
656 label_board_new: Νέο φόρουμ
656 label_board_new: Νέο φόρουμ
657 label_board_plural: Φόρουμ
657 label_board_plural: Φόρουμ
658 label_topic_plural: Θέματα
658 label_topic_plural: Θέματα
659 label_message_plural: Μηνύματα
659 label_message_plural: Μηνύματα
660 label_message_last: Τελευταίο μήνυμα
660 label_message_last: Τελευταίο μήνυμα
661 label_message_new: Νέο μήνυμα
661 label_message_new: Νέο μήνυμα
662 label_message_posted: Το μήνυμα προστέθηκε
662 label_message_posted: Το μήνυμα προστέθηκε
663 label_reply_plural: Απαντήσεις
663 label_reply_plural: Απαντήσεις
664 label_send_information: Αποστολή πληροφοριών λογαριασμού στο χρήστη
664 label_send_information: Αποστολή πληροφοριών λογαριασμού στο χρήστη
665 label_year: Έτος
665 label_year: Έτος
666 label_month: Μήνας
666 label_month: Μήνας
667 label_week: Εβδομάδα
667 label_week: Εβδομάδα
668 label_date_from: Από
668 label_date_from: Από
669 label_date_to: Έως
669 label_date_to: Έως
670 label_language_based: Με βάση τη γλώσσα του χρήστη
670 label_language_based: Με βάση τη γλώσσα του χρήστη
671 label_sort_by: "Ταξινόμηση ανά %{value}"
671 label_sort_by: "Ταξινόμηση ανά %{value}"
672 label_send_test_email: Αποστολή δοκιμαστικού email
672 label_send_test_email: Αποστολή δοκιμαστικού email
673 label_feeds_access_key_created_on: "το κλειδί πρόσβασης RSS δημιουργήθηκε πριν από %{value}"
673 label_feeds_access_key_created_on: "το κλειδί πρόσβασης RSS δημιουργήθηκε πριν από %{value}"
674 label_module_plural: Μονάδες
674 label_module_plural: Μονάδες
675 label_added_time_by: "Προστέθηκε από τον %{author} πριν από %{age}"
675 label_added_time_by: "Προστέθηκε από τον %{author} πριν από %{age}"
676 label_updated_time_by: "Ενημερώθηκε από τον %{author} πριν από %{age}"
676 label_updated_time_by: "Ενημερώθηκε από τον %{author} πριν από %{age}"
677 label_updated_time: "Ενημερώθηκε πριν από %{value}"
677 label_updated_time: "Ενημερώθηκε πριν από %{value}"
678 label_jump_to_a_project: Μεταβείτε σε ένα έργο...
678 label_jump_to_a_project: Μεταβείτε σε ένα έργο...
679 label_file_plural: Αρχεία
679 label_file_plural: Αρχεία
680 label_changeset_plural: Changesets
680 label_changeset_plural: Changesets
681 label_default_columns: Προεπιλεγμένες στήλες
681 label_default_columns: Προεπιλεγμένες στήλες
682 label_no_change_option: (Δεν υπάρχουν αλλαγές)
682 label_no_change_option: (Δεν υπάρχουν αλλαγές)
683 label_bulk_edit_selected_issues: Μαζική επεξεργασία επιλεγμένων θεμάτων
683 label_bulk_edit_selected_issues: Μαζική επεξεργασία επιλεγμένων θεμάτων
684 label_theme: Θέμα
684 label_theme: Θέμα
685 label_default: Προεπιλογή
685 label_default: Προεπιλογή
686 label_search_titles_only: Αναζήτηση τίτλων μόνο
686 label_search_titles_only: Αναζήτηση τίτλων μόνο
687 label_user_mail_option_all: "Για όλες τις εξελίξεις σε όλα τα έργα μου"
687 label_user_mail_option_all: "Για όλες τις εξελίξεις σε όλα τα έργα μου"
688 label_user_mail_option_selected: "Για όλες τις εξελίξεις μόνο στα επιλεγμένα έργα..."
688 label_user_mail_option_selected: "Για όλες τις εξελίξεις μόνο στα επιλεγμένα έργα..."
689 label_user_mail_no_self_notified: "Δεν θέλω να ειδοποιούμαι για τις δικές μου αλλαγές"
689 label_user_mail_no_self_notified: "Δεν θέλω να ειδοποιούμαι για τις δικές μου αλλαγές"
690 label_registration_activation_by_email: ενεργοποίηση λογαριασμού με email
690 label_registration_activation_by_email: ενεργοποίηση λογαριασμού με email
691 label_registration_manual_activation: χειροκίνητη ενεργοποίηση λογαριασμού
691 label_registration_manual_activation: χειροκίνητη ενεργοποίηση λογαριασμού
692 label_registration_automatic_activation: αυτόματη ενεργοποίηση λογαριασμού
692 label_registration_automatic_activation: αυτόματη ενεργοποίηση λογαριασμού
693 label_display_per_page: "Ανά σελίδα: %{value}"
693 label_display_per_page: "Ανά σελίδα: %{value}"
694 label_age: Ηλικία
694 label_age: Ηλικία
695 label_change_properties: Αλλαγή ιδιοτήτων
695 label_change_properties: Αλλαγή ιδιοτήτων
696 label_general: Γενικά
696 label_general: Γενικά
697 label_more: Περισσότερα
697 label_more: Περισσότερα
698 label_scm: SCM
698 label_scm: SCM
699 label_plugins: Plugins
699 label_plugins: Plugins
700 label_ldap_authentication: Πιστοποίηση LDAP
700 label_ldap_authentication: Πιστοποίηση LDAP
701 label_downloads_abbr: Μ/Φ
701 label_downloads_abbr: Μ/Φ
702 label_optional_description: Προαιρετική περιγραφή
702 label_optional_description: Προαιρετική περιγραφή
703 label_add_another_file: Προσθήκη άλλου αρχείου
703 label_add_another_file: Προσθήκη άλλου αρχείου
704 label_preferences: Προτιμήσεις
704 label_preferences: Προτιμήσεις
705 label_chronological_order: Κατά χρονολογική σειρά
705 label_chronological_order: Κατά χρονολογική σειρά
706 label_reverse_chronological_order: Κατά αντίστροφη χρονολογική σειρά
706 label_reverse_chronological_order: Κατά αντίστροφη χρονολογική σειρά
707 label_planning: Σχεδιασμός
707 label_planning: Σχεδιασμός
708 label_incoming_emails: Εισερχόμενα email
708 label_incoming_emails: Εισερχόμενα email
709 label_generate_key: Δημιουργία κλειδιού
709 label_generate_key: Δημιουργία κλειδιού
710 label_issue_watchers: Παρατηρητές
710 label_issue_watchers: Παρατηρητές
711 label_example: Παράδειγμα
711 label_example: Παράδειγμα
712 label_display: Προβολή
712 label_display: Προβολή
713 label_sort: Ταξινόμηση
713 label_sort: Ταξινόμηση
714 label_ascending: Αύξουσα
714 label_ascending: Αύξουσα
715 label_descending: Φθίνουσα
715 label_descending: Φθίνουσα
716 label_date_from_to: Από %{start} έως %{end}
716 label_date_from_to: Από %{start} έως %{end}
717 label_wiki_content_added: Η σελίδα Wiki προστέθηκε
717 label_wiki_content_added: Η σελίδα Wiki προστέθηκε
718 label_wiki_content_updated: Η σελίδα Wiki ενημερώθηκε
718 label_wiki_content_updated: Η σελίδα Wiki ενημερώθηκε
719
719
720 button_login: Σύνδεση
720 button_login: Σύνδεση
721 button_submit: Αποστολή
721 button_submit: Αποστολή
722 button_save: Αποθήκευση
722 button_save: Αποθήκευση
723 button_check_all: Επιλογή όλων
723 button_check_all: Επιλογή όλων
724 button_uncheck_all: Αποεπιλογή όλων
724 button_uncheck_all: Αποεπιλογή όλων
725 button_delete: Διαγραφή
725 button_delete: Διαγραφή
726 button_create: Δημιουργία
726 button_create: Δημιουργία
727 button_create_and_continue: Δημιουργία και συνέχεια
727 button_create_and_continue: Δημιουργία και συνέχεια
728 button_test: Τεστ
728 button_test: Τεστ
729 button_edit: Επεξεργασία
729 button_edit: Επεξεργασία
730 button_add: Προσθήκη
730 button_add: Προσθήκη
731 button_change: Αλλαγή
731 button_change: Αλλαγή
732 button_apply: Εφαρμογή
732 button_apply: Εφαρμογή
733 button_clear: Καθαρισμός
733 button_clear: Καθαρισμός
734 button_lock: Κλείδωμα
734 button_lock: Κλείδωμα
735 button_unlock: Ξεκλείδωμα
735 button_unlock: Ξεκλείδωμα
736 button_download: Μεταφόρτωση
736 button_download: Μεταφόρτωση
737 button_list: Λίστα
737 button_list: Λίστα
738 button_view: Προβολή
738 button_view: Προβολή
739 button_move: Μετακίνηση
739 button_move: Μετακίνηση
740 button_back: Πίσω
740 button_back: Πίσω
741 button_cancel: Ακύρωση
741 button_cancel: Ακύρωση
742 button_activate: Ενεργοποίηση
742 button_activate: Ενεργοποίηση
743 button_sort: Ταξινόμηση
743 button_sort: Ταξινόμηση
744 button_log_time: Ιστορικό χρόνου
744 button_log_time: Ιστορικό χρόνου
745 button_rollback: Επαναφορά σε αυτή την έκδοση
745 button_rollback: Επαναφορά σε αυτή την έκδοση
746 button_watch: Παρακολούθηση
746 button_watch: Παρακολούθηση
747 button_unwatch: Αναίρεση παρακολούθησης
747 button_unwatch: Αναίρεση παρακολούθησης
748 button_reply: Απάντηση
748 button_reply: Απάντηση
749 button_archive: Αρχειοθέτηση
749 button_archive: Αρχειοθέτηση
750 button_unarchive: Αναίρεση αρχειοθέτησης
750 button_unarchive: Αναίρεση αρχειοθέτησης
751 button_reset: Επαναφορά
751 button_reset: Επαναφορά
752 button_rename: Μετονομασία
752 button_rename: Μετονομασία
753 button_change_password: Αλλαγή κωδικού πρόσβασης
753 button_change_password: Αλλαγή κωδικού πρόσβασης
754 button_copy: Αντιγραφή
754 button_copy: Αντιγραφή
755 button_annotate: Σχολιασμός
755 button_annotate: Σχολιασμός
756 button_update: Ενημέρωση
756 button_update: Ενημέρωση
757 button_configure: Ρύθμιση
757 button_configure: Ρύθμιση
758 button_quote: Παράθεση
758 button_quote: Παράθεση
759
759
760 status_active: ενεργό(ς)/ή
760 status_active: ενεργό(ς)/ή
761 status_registered: εγεγγραμμένο(ς)/η
761 status_registered: εγεγγραμμένο(ς)/η
762 status_locked: κλειδωμένο(ς)/η
762 status_locked: κλειδωμένο(ς)/η
763
763
764 text_select_mail_notifications: Επιλογή ενεργειών για τις οποίες θα πρέπει να αποσταλεί ειδοποίηση με email.
764 text_select_mail_notifications: Επιλογή ενεργειών για τις οποίες θα πρέπει να αποσταλεί ειδοποίηση με email.
765 text_regexp_info: eg. ^[A-Z0-9]+$
765 text_regexp_info: eg. ^[A-Z0-9]+$
766 text_min_max_length_info: 0 σημαίνει ότι δεν υπάρχουν περιορισμοί
766 text_min_max_length_info: 0 σημαίνει ότι δεν υπάρχουν περιορισμοί
767 text_project_destroy_confirmation: Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το έργο και τα σχετικά δεδομένα του;
767 text_project_destroy_confirmation: Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το έργο και τα σχετικά δεδομένα του;
768 text_subprojects_destroy_warning: "Επίσης το(α) επιμέρους έργο(α): %{value} θα διαγραφούν."
768 text_subprojects_destroy_warning: "Επίσης το(α) επιμέρους έργο(α): %{value} θα διαγραφούν."
769 text_workflow_edit: Επιλέξτε ένα ρόλο και έναν ανιχνευτή για να επεξεργαστείτε τη ροή εργασίας
769 text_workflow_edit: Επιλέξτε ένα ρόλο και έναν ανιχνευτή για να επεξεργαστείτε τη ροή εργασίας
770 text_are_you_sure: Είστε σίγουρος ;
770 text_are_you_sure: Είστε σίγουρος ;
771 text_tip_issue_begin_day: καθήκοντα που ξεκινάνε σήμερα
771 text_tip_issue_begin_day: καθήκοντα που ξεκινάνε σήμερα
772 text_tip_issue_end_day: καθήκοντα που τελειώνουν σήμερα
772 text_tip_issue_end_day: καθήκοντα που τελειώνουν σήμερα
773 text_tip_issue_begin_end_day: καθήκοντα που ξεκινάνε και τελειώνουν σήμερα
773 text_tip_issue_begin_end_day: καθήκοντα που ξεκινάνε και τελειώνουν σήμερα
774 text_caracters_maximum: "μέγιστος αριθμός %{count} χαρακτήρες."
774 text_caracters_maximum: "μέγιστος αριθμός %{count} χαρακτήρες."
775 text_caracters_minimum: "Πρέπει να περιέχει τουλάχιστον %{count} χαρακτήρες."
775 text_caracters_minimum: "Πρέπει να περιέχει τουλάχιστον %{count} χαρακτήρες."
776 text_length_between: "Μήκος μεταξύ %{min} και %{max} χαρακτήρες."
776 text_length_between: "Μήκος μεταξύ %{min} και %{max} χαρακτήρες."
777 text_tracker_no_workflow: Δεν έχει οριστεί ροή εργασίας για αυτό τον ανιχνευτή
777 text_tracker_no_workflow: Δεν έχει οριστεί ροή εργασίας για αυτό τον ανιχνευτή
778 text_unallowed_characters: Μη επιτρεπόμενοι χαρακτήρες
778 text_unallowed_characters: Μη επιτρεπόμενοι χαρακτήρες
779 text_comma_separated: Επιτρέπονται πολλαπλές τιμές (χωρισμένες με κόμμα).
779 text_comma_separated: Επιτρέπονται πολλαπλές τιμές (χωρισμένες με κόμμα).
780 text_issues_ref_in_commit_messages: Αναφορά και καθορισμός θεμάτων σε μηνύματα commit
780 text_issues_ref_in_commit_messages: Αναφορά και καθορισμός θεμάτων σε μηνύματα commit
781 text_issue_added: "Το θέμα %{id} παρουσιάστηκε από τον %{author}."
781 text_issue_added: "Το θέμα %{id} παρουσιάστηκε από τον %{author}."
782 text_issue_updated: "Το θέμα %{id} ενημερώθηκε από τον %{author}."
782 text_issue_updated: "Το θέμα %{id} ενημερώθηκε από τον %{author}."
783 text_wiki_destroy_confirmation: Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το wiki και όλο το περιεχόμενο του ;
783 text_wiki_destroy_confirmation: Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το wiki και όλο το περιεχόμενο του ;
784 text_issue_category_destroy_question: "Κάποια θέματα (%{count}) έχουν εκχωρηθεί σε αυτή την κατηγορία. Τι θέλετε να κάνετε ;"
784 text_issue_category_destroy_question: "Κάποια θέματα (%{count}) έχουν εκχωρηθεί σε αυτή την κατηγορία. Τι θέλετε να κάνετε ;"
785 text_issue_category_destroy_assignments: Αφαίρεση εκχωρήσεων κατηγορίας
785 text_issue_category_destroy_assignments: Αφαίρεση εκχωρήσεων κατηγορίας
786 text_issue_category_reassign_to: Επανεκχώρηση θεμάτων σε αυτή την κατηγορία
786 text_issue_category_reassign_to: Επανεκχώρηση θεμάτων σε αυτή την κατηγορία
787 text_user_mail_option: "Για μη επιλεγμένα έργα, θα λάβετε ειδοποιήσεις μόνο για πράγματα που παρακολουθείτε ή στα οποία συμμετέχω ενεργά (π.χ. θέματα των οποίων είστε συγγραφέας ή σας έχουν ανατεθεί)."
787 text_user_mail_option: "Για μη επιλεγμένα έργα, θα λάβετε ειδοποιήσεις μόνο για πράγματα που παρακολουθείτε ή στα οποία συμμετέχω ενεργά (π.χ. θέματα των οποίων είστε συγγραφέας ή σας έχουν ανατεθεί)."
788 text_no_configuration_data: "Οι ρόλοι, οι ανιχνευτές, η κατάσταση των θεμάτων και η ροή εργασίας δεν έχουν ρυθμιστεί ακόμα.\nΣυνιστάται ιδιαίτερα να φορτώσετε τις προεπιλεγμένες ρυθμίσεις. Θα είστε σε θέση να τις τροποποιήσετε μετά τη φόρτωση τους."
788 text_no_configuration_data: "Οι ρόλοι, οι ανιχνευτές, η κατάσταση των θεμάτων και η ροή εργασίας δεν έχουν ρυθμιστεί ακόμα.\nΣυνιστάται ιδιαίτερα να φορτώσετε τις προεπιλεγμένες ρυθμίσεις. Θα είστε σε θέση να τις τροποποιήσετε μετά τη φόρτωση τους."
789 text_load_default_configuration: Φόρτωση προεπιλεγμένων ρυθμίσεων
789 text_load_default_configuration: Φόρτωση προεπιλεγμένων ρυθμίσεων
790 text_status_changed_by_changeset: "Εφαρμόστηκε στο changeset %{value}."
790 text_status_changed_by_changeset: "Εφαρμόστηκε στο changeset %{value}."
791 text_issues_destroy_confirmation: 'Είστε σίγουρος ότι θέλετε να διαγράψετε το επιλεγμένο θέμα(τα);'
791 text_issues_destroy_confirmation: 'Είστε σίγουρος ότι θέλετε να διαγράψετε το επιλεγμένο θέμα(τα);'
792 text_select_project_modules: 'Επιλέξτε ποιες μονάδες θα ενεργοποιήσετε για αυτό το έργο:'
792 text_select_project_modules: 'Επιλέξτε ποιες μονάδες θα ενεργοποιήσετε για αυτό το έργο:'
793 text_default_administrator_account_changed: Ο προκαθορισμένος λογαριασμός του διαχειριστή άλλαξε
793 text_default_administrator_account_changed: Ο προκαθορισμένος λογαριασμός του διαχειριστή άλλαξε
794 text_file_repository_writable: Εγγράψιμος κατάλογος συνημμένων
794 text_file_repository_writable: Εγγράψιμος κατάλογος συνημμένων
795 text_plugin_assets_writable: Εγγράψιμος κατάλογος plugin assets
795 text_plugin_assets_writable: Εγγράψιμος κατάλογος plugin assets
796 text_rmagick_available: Διαθέσιμο RMagick (προαιρετικό)
796 text_rmagick_available: Διαθέσιμο RMagick (προαιρετικό)
797 text_destroy_time_entries_question: "%{hours} δαπανήθηκαν σχετικά με τα θέματα που πρόκειται να διαγράψετε. Τι θέλετε να κάνετε ;"
797 text_destroy_time_entries_question: "%{hours} δαπανήθηκαν σχετικά με τα θέματα που πρόκειται να διαγράψετε. Τι θέλετε να κάνετε ;"
798 text_destroy_time_entries: Διαγραφή αναφερόμενων ωρών
798 text_destroy_time_entries: Διαγραφή αναφερόμενων ωρών
799 text_assign_time_entries_to_project: Ανάθεση αναφερόμενων ωρών στο έργο
799 text_assign_time_entries_to_project: Ανάθεση αναφερόμενων ωρών στο έργο
800 text_reassign_time_entries: 'Ανάθεση εκ νέου των αναφερόμενων ωρών στο θέμα:'
800 text_reassign_time_entries: 'Ανάθεση εκ νέου των αναφερόμενων ωρών στο θέμα:'
801 text_user_wrote: "%{value} έγραψε:"
801 text_user_wrote: "%{value} έγραψε:"
802 text_enumeration_destroy_question: "%{count} αντικείμενα έχουν τεθεί σε αυτή την τιμή."
802 text_enumeration_destroy_question: "%{count} αντικείμενα έχουν τεθεί σε αυτή την τιμή."
803 text_enumeration_category_reassign_to: 'Επανεκχώρηση τους στην παρούσα αξία:'
803 text_enumeration_category_reassign_to: 'Επανεκχώρηση τους στην παρούσα αξία:'
804 text_email_delivery_not_configured: "Δεν έχουν γίνει ρυθμίσεις παράδοσης email, και οι ειδοποιήσεις είναι απενεργοποιημένες.\nΔηλώστε τον εξυπηρετητή SMTP στο config/configuration.yml και κάντε επανακκίνηση την εφαρμογή για να τις ρυθμίσεις."
804 text_email_delivery_not_configured: "Δεν έχουν γίνει ρυθμίσεις παράδοσης email, και οι ειδοποιήσεις είναι απενεργοποιημένες.\nΔηλώστε τον εξυπηρετητή SMTP στο config/configuration.yml και κάντε επανακκίνηση την εφαρμογή για να τις ρυθμίσεις."
805 text_repository_usernames_mapping: "Επιλέξτε ή ενημερώστε τον χρήστη Redmine που αντιστοιχεί σε κάθε όνομα χρήστη στο ιστορικό του αποθετηρίου.\nΧρήστες με το ίδιο όνομα χρήστη ή email στο Redmine και στο αποθετηρίο αντιστοιχίζονται αυτόματα."
805 text_repository_usernames_mapping: "Επιλέξτε ή ενημερώστε τον χρήστη Redmine που αντιστοιχεί σε κάθε όνομα χρήστη στο ιστορικό του αποθετηρίου.\nΧρήστες με το ίδιο όνομα χρήστη ή email στο Redmine και στο αποθετηρίο αντιστοιχίζονται αυτόματα."
806 text_diff_truncated: '... Αυτό το diff εχεί κοπεί επειδή υπερβαίνει το μέγιστο μέγεθος που μπορεί να προβληθεί.'
806 text_diff_truncated: '... Αυτό το diff εχεί κοπεί επειδή υπερβαίνει το μέγιστο μέγεθος που μπορεί να προβληθεί.'
807 text_custom_field_possible_values_info: 'Μία γραμμή για κάθε τιμή'
807 text_custom_field_possible_values_info: 'Μία γραμμή για κάθε τιμή'
808 text_wiki_page_destroy_question: "Αυτή η σελίδα έχει %{descendants} σελίδες τέκνων και απογόνων. Τι θέλετε να κάνετε ;"
808 text_wiki_page_destroy_question: "Αυτή η σελίδα έχει %{descendants} σελίδες τέκνων και απογόνων. Τι θέλετε να κάνετε ;"
809 text_wiki_page_nullify_children: "Διατηρήστε τις σελίδες τέκνων ως σελίδες root"
809 text_wiki_page_nullify_children: "Διατηρήστε τις σελίδες τέκνων ως σελίδες root"
810 text_wiki_page_destroy_children: "Διαγράψτε όλες τις σελίδες τέκνων και των απογόνων τους"
810 text_wiki_page_destroy_children: "Διαγράψτε όλες τις σελίδες τέκνων και των απογόνων τους"
811 text_wiki_page_reassign_children: "Επανεκχώριση των σελίδων τέκνων στη γονική σελίδα"
811 text_wiki_page_reassign_children: "Επανεκχώριση των σελίδων τέκνων στη γονική σελίδα"
812
812
813 default_role_manager: Manager
813 default_role_manager: Manager
814 default_role_developer: Developer
814 default_role_developer: Developer
815 default_role_reporter: Reporter
815 default_role_reporter: Reporter
816 default_tracker_bug: Σφάλματα
816 default_tracker_bug: Σφάλματα
817 default_tracker_feature: Λειτουργίες
817 default_tracker_feature: Λειτουργίες
818 default_tracker_support: Υποστήριξη
818 default_tracker_support: Υποστήριξη
819 default_issue_status_new: Νέα
819 default_issue_status_new: Νέα
820 default_issue_status_in_progress: In Progress
820 default_issue_status_in_progress: In Progress
821 default_issue_status_resolved: Επιλυμένο
821 default_issue_status_resolved: Επιλυμένο
822 default_issue_status_feedback: Σχόλια
822 default_issue_status_feedback: Σχόλια
823 default_issue_status_closed: Κλειστό
823 default_issue_status_closed: Κλειστό
824 default_issue_status_rejected: Απορριπτέο
824 default_issue_status_rejected: Απορριπτέο
825 default_doc_category_user: Τεκμηρίωση χρήστη
825 default_doc_category_user: Τεκμηρίωση χρήστη
826 default_doc_category_tech: Τεχνική τεκμηρίωση
826 default_doc_category_tech: Τεχνική τεκμηρίωση
827 default_priority_low: Χαμηλή
827 default_priority_low: Χαμηλή
828 default_priority_normal: Κανονική
828 default_priority_normal: Κανονική
829 default_priority_high: Υψηλή
829 default_priority_high: Υψηλή
830 default_priority_urgent: Επείγον
830 default_priority_urgent: Επείγον
831 default_priority_immediate: Άμεση
831 default_priority_immediate: Άμεση
832 default_activity_design: Σχεδιασμός
832 default_activity_design: Σχεδιασμός
833 default_activity_development: Ανάπτυξη
833 default_activity_development: Ανάπτυξη
834
834
835 enumeration_issue_priorities: Προτεραιότητα θέματος
835 enumeration_issue_priorities: Προτεραιότητα θέματος
836 enumeration_doc_categories: Κατηγορία εγγράφων
836 enumeration_doc_categories: Κατηγορία εγγράφων
837 enumeration_activities: Δραστηριότητες (κατακερματισμός χρόνου)
837 enumeration_activities: Δραστηριότητες (κατακερματισμός χρόνου)
838 text_journal_changed: "%{label} άλλαξε από %{old} σε %{new}"
838 text_journal_changed: "%{label} άλλαξε από %{old} σε %{new}"
839 text_journal_set_to: "%{label} ορίζεται σε %{value}"
839 text_journal_set_to: "%{label} ορίζεται σε %{value}"
840 text_journal_deleted: "%{label} διαγράφηκε (%{old})"
840 text_journal_deleted: "%{label} διαγράφηκε (%{old})"
841 label_group_plural: Ομάδες
841 label_group_plural: Ομάδες
842 label_group: Ομάδα
842 label_group: Ομάδα
843 label_group_new: Νέα ομάδα
843 label_group_new: Νέα ομάδα
844 label_time_entry_plural: Χρόνος που δαπανήθηκε
844 label_time_entry_plural: Χρόνος που δαπανήθηκε
845 text_journal_added: "%{label} %{value} added"
845 text_journal_added: "%{label} %{value} added"
846 field_active: Active
846 field_active: Active
847 enumeration_system_activity: System Activity
847 enumeration_system_activity: System Activity
848 permission_delete_issue_watchers: Delete watchers
848 permission_delete_issue_watchers: Delete watchers
849 version_status_closed: closed
849 version_status_closed: closed
850 version_status_locked: locked
850 version_status_locked: locked
851 version_status_open: open
851 version_status_open: open
852 error_can_not_reopen_issue_on_closed_version: An issue assigned to a closed version can not be reopened
852 error_can_not_reopen_issue_on_closed_version: An issue assigned to a closed version can not be reopened
853 label_user_anonymous: Anonymous
853 label_user_anonymous: Anonymous
854 button_move_and_follow: Move and follow
854 button_move_and_follow: Move and follow
855 setting_default_projects_modules: Default enabled modules for new projects
855 setting_default_projects_modules: Default enabled modules for new projects
856 setting_gravatar_default: Default Gravatar image
856 setting_gravatar_default: Default Gravatar image
857 field_sharing: Sharing
857 field_sharing: Sharing
858 label_version_sharing_hierarchy: With project hierarchy
858 label_version_sharing_hierarchy: With project hierarchy
859 label_version_sharing_system: With all projects
859 label_version_sharing_system: With all projects
860 label_version_sharing_descendants: With subprojects
860 label_version_sharing_descendants: With subprojects
861 label_version_sharing_tree: With project tree
861 label_version_sharing_tree: With project tree
862 label_version_sharing_none: Not shared
862 label_version_sharing_none: Not shared
863 error_can_not_archive_project: This project can not be archived
863 error_can_not_archive_project: This project can not be archived
864 button_duplicate: Duplicate
864 button_duplicate: Duplicate
865 button_copy_and_follow: Copy and follow
865 button_copy_and_follow: Copy and follow
866 label_copy_source: Source
866 label_copy_source: Source
867 setting_issue_done_ratio: Calculate the issue done ratio with
867 setting_issue_done_ratio: Calculate the issue done ratio with
868 setting_issue_done_ratio_issue_status: Use the issue status
868 setting_issue_done_ratio_issue_status: Use the issue status
869 error_issue_done_ratios_not_updated: Issue done ratios not updated.
869 error_issue_done_ratios_not_updated: Issue done ratios not updated.
870 error_workflow_copy_target: Please select target tracker(s) and role(s)
870 error_workflow_copy_target: Please select target tracker(s) and role(s)
871 setting_issue_done_ratio_issue_field: Use the issue field
871 setting_issue_done_ratio_issue_field: Use the issue field
872 label_copy_same_as_target: Same as target
872 label_copy_same_as_target: Same as target
873 label_copy_target: Target
873 label_copy_target: Target
874 notice_issue_done_ratios_updated: Issue done ratios updated.
874 notice_issue_done_ratios_updated: Issue done ratios updated.
875 error_workflow_copy_source: Please select a source tracker or role
875 error_workflow_copy_source: Please select a source tracker or role
876 label_update_issue_done_ratios: Update issue done ratios
876 label_update_issue_done_ratios: Update issue done ratios
877 setting_start_of_week: Start calendars on
877 setting_start_of_week: Start calendars on
878 permission_view_issues: View Issues
878 permission_view_issues: View Issues
879 label_display_used_statuses_only: Only display statuses that are used by this tracker
879 label_display_used_statuses_only: Only display statuses that are used by this tracker
880 label_revision_id: Revision %{value}
880 label_revision_id: Revision %{value}
881 label_api_access_key: API access key
881 label_api_access_key: API access key
882 label_api_access_key_created_on: API access key created %{value} ago
882 label_api_access_key_created_on: API access key created %{value} ago
883 label_feeds_access_key: RSS access key
883 label_feeds_access_key: RSS access key
884 notice_api_access_key_reseted: Your API access key was reset.
884 notice_api_access_key_reseted: Your API access key was reset.
885 setting_rest_api_enabled: Enable REST web service
885 setting_rest_api_enabled: Enable REST web service
886 label_missing_api_access_key: Missing an API access key
886 label_missing_api_access_key: Missing an API access key
887 label_missing_feeds_access_key: Missing a RSS access key
887 label_missing_feeds_access_key: Missing a RSS access key
888 button_show: Show
888 button_show: Show
889 text_line_separated: Multiple values allowed (one line for each value).
889 text_line_separated: Multiple values allowed (one line for each value).
890 setting_mail_handler_body_delimiters: Truncate emails after one of these lines
890 setting_mail_handler_body_delimiters: Truncate emails after one of these lines
891 permission_add_subprojects: Create subprojects
891 permission_add_subprojects: Create subprojects
892 label_subproject_new: New subproject
892 label_subproject_new: New subproject
893 text_own_membership_delete_confirmation: |-
893 text_own_membership_delete_confirmation: |-
894 You are about to remove some or all of your permissions and may no longer be able to edit this project after that.
894 You are about to remove some or all of your permissions and may no longer be able to edit this project after that.
895 Are you sure you want to continue?
895 Are you sure you want to continue?
896 label_close_versions: Close completed versions
896 label_close_versions: Close completed versions
897 label_board_sticky: Sticky
897 label_board_sticky: Sticky
898 label_board_locked: Locked
898 label_board_locked: Locked
899 permission_export_wiki_pages: Export wiki pages
899 permission_export_wiki_pages: Export wiki pages
900 setting_cache_formatted_text: Cache formatted text
900 setting_cache_formatted_text: Cache formatted text
901 permission_manage_project_activities: Manage project activities
901 permission_manage_project_activities: Manage project activities
902 error_unable_delete_issue_status: Unable to delete issue status
902 error_unable_delete_issue_status: Unable to delete issue status
903 label_profile: Profile
903 label_profile: Profile
904 permission_manage_subtasks: Manage subtasks
904 permission_manage_subtasks: Manage subtasks
905 field_parent_issue: Parent task
905 field_parent_issue: Parent task
906 label_subtask_plural: Subtasks
906 label_subtask_plural: Subtasks
907 label_project_copy_notifications: Send email notifications during the project copy
907 label_project_copy_notifications: Send email notifications during the project copy
908 error_can_not_delete_custom_field: Unable to delete custom field
908 error_can_not_delete_custom_field: Unable to delete custom field
909 error_unable_to_connect: Unable to connect (%{value})
909 error_unable_to_connect: Unable to connect (%{value})
910 error_can_not_remove_role: This role is in use and can not be deleted.
910 error_can_not_remove_role: This role is in use and can not be deleted.
911 error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
911 error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
912 field_principal: Principal
912 field_principal: Principal
913 label_my_page_block: My page block
913 label_my_page_block: My page block
914 notice_failed_to_save_members: "Failed to save member(s): %{errors}."
914 notice_failed_to_save_members: "Failed to save member(s): %{errors}."
915 text_zoom_out: Zoom out
915 text_zoom_out: Zoom out
916 text_zoom_in: Zoom in
916 text_zoom_in: Zoom in
917 notice_unable_delete_time_entry: Unable to delete time log entry.
917 notice_unable_delete_time_entry: Unable to delete time log entry.
918 label_overall_spent_time: Overall spent time
918 label_overall_spent_time: Overall spent time
919 field_time_entries: Log time
919 field_time_entries: Log time
920 project_module_gantt: Gantt
920 project_module_gantt: Gantt
921 project_module_calendar: Calendar
921 project_module_calendar: Calendar
922 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
922 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
923 field_text: Text field
923 field_text: Text field
924 label_user_mail_option_only_owner: Only for things I am the owner of
924 label_user_mail_option_only_owner: Only for things I am the owner of
925 setting_default_notification_option: Default notification option
925 setting_default_notification_option: Default notification option
926 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
926 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
927 label_user_mail_option_only_assigned: Only for things I am assigned to
927 label_user_mail_option_only_assigned: Only for things I am assigned to
928 label_user_mail_option_none: No events
928 label_user_mail_option_none: No events
929 field_member_of_group: Assignee's group
929 field_member_of_group: Assignee's group
930 field_assigned_to_role: Assignee's role
930 field_assigned_to_role: Assignee's role
931 notice_not_authorized_archived_project: The project you're trying to access has been archived.
931 notice_not_authorized_archived_project: The project you're trying to access has been archived.
932 label_principal_search: "Search for user or group:"
932 label_principal_search: "Search for user or group:"
933 label_user_search: "Search for user:"
933 label_user_search: "Search for user:"
934 field_visible: Visible
934 field_visible: Visible
935 setting_emails_header: Emails header
935 setting_emails_header: Emails header
936 setting_commit_logtime_activity_id: Activity for logged time
936 setting_commit_logtime_activity_id: Activity for logged time
937 text_time_logged_by_changeset: Applied in changeset %{value}.
937 text_time_logged_by_changeset: Applied in changeset %{value}.
938 setting_commit_logtime_enabled: Enable time logging
938 setting_commit_logtime_enabled: Enable time logging
939 notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
939 notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
940 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
940 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
941 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
941 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
942 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
942 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
943 label_my_queries: My custom queries
943 label_my_queries: My custom queries
944 text_journal_changed_no_detail: "%{label} updated"
944 text_journal_changed_no_detail: "%{label} updated"
945 label_news_comment_added: Comment added to a news
945 label_news_comment_added: Comment added to a news
946 button_expand_all: Expand all
946 button_expand_all: Expand all
947 button_collapse_all: Collapse all
947 button_collapse_all: Collapse all
948 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
948 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
949 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
949 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
950 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
950 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
951 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
951 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
952 label_role_anonymous: Anonymous
952 label_role_anonymous: Anonymous
953 label_role_non_member: Non member
953 label_role_non_member: Non member
954 label_issue_note_added: Note added
954 label_issue_note_added: Note added
955 label_issue_status_updated: Status updated
955 label_issue_status_updated: Status updated
956 label_issue_priority_updated: Priority updated
956 label_issue_priority_updated: Priority updated
957 label_issues_visibility_own: Issues created by or assigned to the user
957 label_issues_visibility_own: Issues created by or assigned to the user
958 field_issues_visibility: Issues visibility
958 field_issues_visibility: Issues visibility
959 label_issues_visibility_all: All issues
959 label_issues_visibility_all: All issues
960 permission_set_own_issues_private: Set own issues public or private
960 permission_set_own_issues_private: Set own issues public or private
961 field_is_private: Private
961 field_is_private: Private
962 permission_set_issues_private: Set issues public or private
962 permission_set_issues_private: Set issues public or private
963 label_issues_visibility_public: All non private issues
963 label_issues_visibility_public: All non private issues
964 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
964 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
965 field_commit_logs_encoding: Κωδικοποίηση μηνυμάτων commit
965 field_commit_logs_encoding: Κωδικοποίηση μηνυμάτων commit
966 field_scm_path_encoding: Path encoding
966 field_scm_path_encoding: Path encoding
967 text_scm_path_encoding_note: "Default: UTF-8"
967 text_scm_path_encoding_note: "Default: UTF-8"
968 field_path_to_repository: Path to repository
968 field_path_to_repository: Path to repository
969 field_root_directory: Root directory
969 field_root_directory: Root directory
970 field_cvs_module: Module
970 field_cvs_module: Module
971 field_cvsroot: CVSROOT
971 field_cvsroot: CVSROOT
972 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
972 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
973 text_scm_command: Command
973 text_scm_command: Command
974 text_scm_command_version: Version
974 text_scm_command_version: Version
975 label_git_report_last_commit: Report last commit for files and directories
975 label_git_report_last_commit: Report last commit for files and directories
976 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
976 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
977 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.
977 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.
978 notice_issue_successful_create: Issue %{id} created.
978 notice_issue_successful_create: Issue %{id} created.
979 label_between: between
979 label_between: between
980 setting_issue_group_assignment: Allow issue assignment to groups
980 setting_issue_group_assignment: Allow issue assignment to groups
981 label_diff: diff
981 label_diff: diff
982 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
982 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
983 description_query_sort_criteria_direction: Sort direction
983 description_query_sort_criteria_direction: Sort direction
984 description_project_scope: Search scope
984 description_project_scope: Search scope
985 description_filter: Filter
985 description_filter: Filter
986 description_user_mail_notification: Mail notification settings
986 description_user_mail_notification: Mail notification settings
987 description_date_from: Enter start date
987 description_date_from: Enter start date
988 description_message_content: Message content
988 description_message_content: Message content
989 description_available_columns: Available Columns
989 description_available_columns: Available Columns
990 description_date_range_interval: Choose range by selecting start and end date
990 description_date_range_interval: Choose range by selecting start and end date
991 description_issue_category_reassign: Choose issue category
991 description_issue_category_reassign: Choose issue category
992 description_search: Searchfield
992 description_search: Searchfield
993 description_notes: Notes
993 description_notes: Notes
994 description_date_range_list: Choose range from list
994 description_date_range_list: Choose range from list
995 description_choose_project: Projects
995 description_choose_project: Projects
996 description_date_to: Enter end date
996 description_date_to: Enter end date
997 description_query_sort_criteria_attribute: Sort attribute
997 description_query_sort_criteria_attribute: Sort attribute
998 description_wiki_subpages_reassign: Choose new parent page
998 description_wiki_subpages_reassign: Choose new parent page
999 description_selected_columns: Selected Columns
999 description_selected_columns: Selected Columns
1000 label_parent_revision: Parent
1000 label_parent_revision: Parent
1001 label_child_revision: Child
1001 label_child_revision: Child
1002 error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
1002 error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
1003 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
1003 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
1004 button_edit_section: Edit this section
1004 button_edit_section: Edit this section
1005 setting_repositories_encodings: Attachments and repositories encodings
1005 setting_repositories_encodings: Attachments and repositories encodings
1006 description_all_columns: All Columns
1006 description_all_columns: All Columns
1007 button_export: Export
1007 button_export: Export
1008 label_export_options: "%{export_format} export options"
1008 label_export_options: "%{export_format} export options"
1009 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
1009 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
1010 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1010 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1011 label_x_issues:
1011 label_x_issues:
1012 zero: 0 Θέμα
1012 zero: 0 Θέμα
1013 one: 1 Θέμα
1013 one: 1 Θέμα
1014 other: "%{count} Θέματα"
1014 other: "%{count} Θέματα"
1015 label_repository_new: New repository
1015 label_repository_new: New repository
1016 field_repository_is_default: Main repository
1016 field_repository_is_default: Main repository
1017 label_copy_attachments: Copy attachments
1017 label_copy_attachments: Copy attachments
1018 label_item_position: "%{position}/%{count}"
1018 label_item_position: "%{position}/%{count}"
1019 label_completed_versions: Completed versions
1019 label_completed_versions: Completed versions
1020 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1020 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1021 field_multiple: Multiple values
1021 field_multiple: Multiple values
1022 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1022 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1023 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1023 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1024 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1024 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1025 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1025 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1026 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1026 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1027 permission_manage_related_issues: Manage related issues
1027 permission_manage_related_issues: Manage related issues
1028 field_auth_source_ldap_filter: LDAP filter
1028 field_auth_source_ldap_filter: LDAP filter
1029 label_search_for_watchers: Search for watchers to add
1029 label_search_for_watchers: Search for watchers to add
1030 notice_account_deleted: Your account has been permanently deleted.
1030 notice_account_deleted: Your account has been permanently deleted.
1031 setting_unsubscribe: Allow users to delete their own account
1031 setting_unsubscribe: Allow users to delete their own account
1032 button_delete_my_account: Delete my account
1032 button_delete_my_account: Delete my account
1033 text_account_destroy_confirmation: |-
1033 text_account_destroy_confirmation: |-
1034 Are you sure you want to proceed?
1034 Are you sure you want to proceed?
1035 Your account will be permanently deleted, with no way to reactivate it.
1035 Your account will be permanently deleted, with no way to reactivate it.
1036 error_session_expired: Your session has expired. Please login again.
1036 error_session_expired: Your session has expired. Please login again.
1037 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1037 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1038 setting_session_lifetime: Session maximum lifetime
1038 setting_session_lifetime: Session maximum lifetime
1039 setting_session_timeout: Session inactivity timeout
1039 setting_session_timeout: Session inactivity timeout
1040 label_session_expiration: Session expiration
1040 label_session_expiration: Session expiration
1041 permission_close_project: Close / reopen the project
1041 permission_close_project: Close / reopen the project
1042 label_show_closed_projects: View closed projects
1042 label_show_closed_projects: View closed projects
1043 button_close: Close
1043 button_close: Close
1044 button_reopen: Reopen
1044 button_reopen: Reopen
1045 project_status_active: active
1045 project_status_active: active
1046 project_status_closed: closed
1046 project_status_closed: closed
1047 project_status_archived: archived
1047 project_status_archived: archived
1048 text_project_closed: This project is closed and read-only.
1048 text_project_closed: This project is closed and read-only.
1049 notice_user_successful_create: User %{id} created.
1049 notice_user_successful_create: User %{id} created.
1050 field_core_fields: Standard fields
1050 field_core_fields: Standard fields
1051 field_timeout: Timeout (in seconds)
1051 field_timeout: Timeout (in seconds)
1052 setting_thumbnails_enabled: Display attachment thumbnails
1052 setting_thumbnails_enabled: Display attachment thumbnails
1053 setting_thumbnails_size: Thumbnails size (in pixels)
1053 setting_thumbnails_size: Thumbnails size (in pixels)
1054 label_status_transitions: Status transitions
1054 label_status_transitions: Status transitions
1055 label_fields_permissions: Fields permissions
1055 label_fields_permissions: Fields permissions
1056 label_readonly: Read-only
1056 label_readonly: Read-only
1057 label_required: Required
1057 label_required: Required
1058 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1058 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1059 field_board_parent: Parent forum
1059 field_board_parent: Parent forum
1060 label_attribute_of_project: Project's %{name}
1060 label_attribute_of_project: Project's %{name}
1061 label_attribute_of_author: Author's %{name}
1061 label_attribute_of_author: Author's %{name}
1062 label_attribute_of_assigned_to: Assignee's %{name}
1062 label_attribute_of_assigned_to: Assignee's %{name}
1063 label_attribute_of_fixed_version: Target version's %{name}
1063 label_attribute_of_fixed_version: Target version's %{name}
1064 label_copy_subtasks: Copy subtasks
1064 label_copy_subtasks: Copy subtasks
1065 label_copied_to: copied to
1065 label_copied_to: copied to
1066 label_copied_from: copied from
1066 label_copied_from: copied from
1067 label_any_issues_in_project: any issues in project
1067 label_any_issues_in_project: any issues in project
1068 label_any_issues_not_in_project: any issues not in project
1068 label_any_issues_not_in_project: any issues not in project
1069 field_private_notes: Private notes
1069 field_private_notes: Private notes
1070 permission_view_private_notes: View private notes
1070 permission_view_private_notes: View private notes
1071 permission_set_notes_private: Set notes as private
1071 permission_set_notes_private: Set notes as private
1072 label_no_issues_in_project: no issues in project
1072 label_no_issues_in_project: no issues in project
1073 label_any: όλα
1073 label_any: όλα
1074 label_last_n_weeks: last %{count} weeks
1074 label_last_n_weeks: last %{count} weeks
1075 setting_cross_project_subtasks: Allow cross-project subtasks
1075 setting_cross_project_subtasks: Allow cross-project subtasks
1076 label_cross_project_descendants: With subprojects
1076 label_cross_project_descendants: With subprojects
1077 label_cross_project_tree: With project tree
1077 label_cross_project_tree: With project tree
1078 label_cross_project_hierarchy: With project hierarchy
1078 label_cross_project_hierarchy: With project hierarchy
1079 label_cross_project_system: With all projects
1079 label_cross_project_system: With all projects
1080 button_hide: Hide
1080 button_hide: Hide
1081 setting_non_working_week_days: Non-working days
1081 setting_non_working_week_days: Non-working days
1082 label_in_the_next_days: in the next
1082 label_in_the_next_days: in the next
1083 label_in_the_past_days: in the past
1083 label_in_the_past_days: in the past
@@ -1,1133 +1,1133
1 # Korean translations for Ruby on Rails
1 # Korean translations for Ruby on Rails
2 ko:
2 ko:
3 direction: ltr
3 direction: ltr
4 date:
4 date:
5 formats:
5 formats:
6 # Use the strftime parameters for formats.
6 # Use the strftime parameters for formats.
7 # When no format has been given, it uses default.
7 # When no format has been given, it uses default.
8 # You can provide other formats here if you like!
8 # You can provide other formats here if you like!
9 default: "%Y/%m/%d"
9 default: "%Y/%m/%d"
10 short: "%m/%d"
10 short: "%m/%d"
11 long: "%Y년 %m월 %d일 (%a)"
11 long: "%Y년 %m월 %d일 (%a)"
12
12
13 day_names: [일요일, 월요일, 화요일, 수요일, 목요일, 금요일, 토요일]
13 day_names: [일요일, 월요일, 화요일, 수요일, 목요일, 금요일, 토요일]
14 abbr_day_names: [, , , , , , ]
14 abbr_day_names: [, , , , , , ]
15
15
16 # Don't forget the nil at the beginning; there's no such thing as a 0th month
16 # Don't forget the nil at the beginning; there's no such thing as a 0th month
17 month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월]
17 month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월]
18 abbr_month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월]
18 abbr_month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월]
19 # Used in date_select and datime_select.
19 # Used in date_select and datime_select.
20 order:
20 order:
21 - :year
21 - :year
22 - :month
22 - :month
23 - :day
23 - :day
24
24
25 time:
25 time:
26 formats:
26 formats:
27 default: "%Y/%m/%d %H:%M:%S"
27 default: "%Y/%m/%d %H:%M:%S"
28 time: "%H:%M"
28 time: "%H:%M"
29 short: "%y/%m/%d %H:%M"
29 short: "%y/%m/%d %H:%M"
30 long: "%Y년 %B월 %d일, %H시 %M분 %S초 %Z"
30 long: "%Y년 %B월 %d일, %H시 %M분 %S초 %Z"
31 am: "오전"
31 am: "오전"
32 pm: "오후"
32 pm: "오후"
33
33
34 datetime:
34 datetime:
35 distance_in_words:
35 distance_in_words:
36 half_a_minute: "30초"
36 half_a_minute: "30초"
37 less_than_x_seconds:
37 less_than_x_seconds:
38 one: "일초 이하"
38 one: "일초 이하"
39 other: "%{count}초 이하"
39 other: "%{count}초 이하"
40 x_seconds:
40 x_seconds:
41 one: "일초"
41 one: "일초"
42 other: "%{count}초"
42 other: "%{count}초"
43 less_than_x_minutes:
43 less_than_x_minutes:
44 one: "일분 이하"
44 one: "일분 이하"
45 other: "%{count}분 이하"
45 other: "%{count}분 이하"
46 x_minutes:
46 x_minutes:
47 one: "일분"
47 one: "일분"
48 other: "%{count}분"
48 other: "%{count}분"
49 about_x_hours:
49 about_x_hours:
50 one: "약 한시간"
50 one: "약 한시간"
51 other: "약 %{count}시간"
51 other: "약 %{count}시간"
52 x_hours:
52 x_hours:
53 one: "1 hour"
53 one: "1 hour"
54 other: "%{count} hours"
54 other: "%{count} hours"
55 x_days:
55 x_days:
56 one: "하루"
56 one: "하루"
57 other: "%{count}일"
57 other: "%{count}일"
58 about_x_months:
58 about_x_months:
59 one: "약 한달"
59 one: "약 한달"
60 other: "약 %{count}달"
60 other: "약 %{count}달"
61 x_months:
61 x_months:
62 one: "한달"
62 one: "한달"
63 other: "%{count}달"
63 other: "%{count}달"
64 about_x_years:
64 about_x_years:
65 one: "약 일년"
65 one: "약 일년"
66 other: "약 %{count}년"
66 other: "약 %{count}년"
67 over_x_years:
67 over_x_years:
68 one: "일년 이상"
68 one: "일년 이상"
69 other: "%{count}년 이상"
69 other: "%{count}년 이상"
70 almost_x_years:
70 almost_x_years:
71 one: "약 1년"
71 one: "약 1년"
72 other: "약 %{count}년"
72 other: "약 %{count}년"
73 prompts:
73 prompts:
74 year: "년"
74 year: "년"
75 month: "월"
75 month: "월"
76 day: "일"
76 day: "일"
77 hour: "시"
77 hour: "시"
78 minute: "분"
78 minute: "분"
79 second: "초"
79 second: "초"
80
80
81 number:
81 number:
82 # Used in number_with_delimiter()
82 # Used in number_with_delimiter()
83 # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
83 # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
84 format:
84 format:
85 # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
85 # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
86 separator: "."
86 separator: "."
87 # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
87 # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
88 delimiter: ","
88 delimiter: ","
89 # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)
89 # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)
90 precision: 3
90 precision: 3
91
91
92 # Used in number_to_currency()
92 # Used in number_to_currency()
93 currency:
93 currency:
94 format:
94 format:
95 # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
95 # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
96 format: "%u%n"
96 format: "%u%n"
97 unit: "₩"
97 unit: "₩"
98 # These three are to override number.format and are optional
98 # These three are to override number.format and are optional
99 separator: "."
99 separator: "."
100 delimiter: ","
100 delimiter: ","
101 precision: 0
101 precision: 0
102
102
103 # Used in number_to_percentage()
103 # Used in number_to_percentage()
104 percentage:
104 percentage:
105 format:
105 format:
106 # These three are to override number.format and are optional
106 # These three are to override number.format and are optional
107 # separator:
107 # separator:
108 delimiter: ""
108 delimiter: ""
109 # precision:
109 # precision:
110
110
111 # Used in number_to_precision()
111 # Used in number_to_precision()
112 precision:
112 precision:
113 format:
113 format:
114 # These three are to override number.format and are optional
114 # These three are to override number.format and are optional
115 # separator:
115 # separator:
116 delimiter: ""
116 delimiter: ""
117 # precision:
117 # precision:
118
118
119 # Used in number_to_human_size()
119 # Used in number_to_human_size()
120 human:
120 human:
121 format:
121 format:
122 # These three are to override number.format and are optional
122 # These three are to override number.format and are optional
123 # separator:
123 # separator:
124 delimiter: ""
124 delimiter: ""
125 precision: 3
125 precision: 3
126 storage_units:
126 storage_units:
127 format: "%n %u"
127 format: "%n %u"
128 units:
128 units:
129 byte:
129 byte:
130 one: "Byte"
130 one: "Byte"
131 other: "Bytes"
131 other: "Bytes"
132 kb: "KB"
132 kb: "KB"
133 mb: "MB"
133 mb: "MB"
134 gb: "GB"
134 gb: "GB"
135 tb: "TB"
135 tb: "TB"
136
136
137 # Used in array.to_sentence.
137 # Used in array.to_sentence.
138 support:
138 support:
139 array:
139 array:
140 words_connector: ", "
140 words_connector: ", "
141 two_words_connector: "과 "
141 two_words_connector: "과 "
142 last_word_connector: ", "
142 last_word_connector: ", "
143 sentence_connector: "그리고"
143 sentence_connector: "그리고"
144 skip_last_comma: false
144 skip_last_comma: false
145
145
146 activerecord:
146 activerecord:
147 errors:
147 errors:
148 template:
148 template:
149 header:
149 header:
150 one: "한개의 오류가 발생해 %{model}을(를) 저장하지 않았습니다."
150 one: "한개의 오류가 발생해 %{model}을(를) 저장하지 않았습니다."
151 other: "%{count}개의 오류가 발생해 %{model}을(를) 저장하지 않았습니다."
151 other: "%{count}개의 오류가 발생해 %{model}을(를) 저장하지 않았습니다."
152 # The variable :count is also available
152 # The variable :count is also available
153 body: "다음 항목에 문제가 발견했습니다:"
153 body: "다음 항목에 문제가 발견했습니다:"
154
154
155 messages:
155 messages:
156 inclusion: "은 목록에 포함되어 있지 않습니다"
156 inclusion: "은 목록에 포함되어 있지 않습니다"
157 exclusion: "은 예약되어 있습니다"
157 exclusion: "은 예약되어 있습니다"
158 invalid: "은 유효하지 않습니다."
158 invalid: "은 유효하지 않습니다."
159 confirmation: "은 확인이 되지 않았습니다"
159 confirmation: "은 확인이 되지 않았습니다"
160 accepted: "은 인정되어야 합니다"
160 accepted: "은 인정되어야 합니다"
161 empty: "은 길이가 0이어서는 안됩니다."
161 empty: "은 길이가 0이어서는 안됩니다."
162 blank: "은 값이어서는 됩니다"
162 blank: "은 값이어서는 됩니다"
163 too_long: "은 너무 깁니다 (최대 %{count}자 까지)"
163 too_long: "은 너무 깁니다 (최대 %{count}자 까지)"
164 too_short: "은 너무 짧습니다 (최소 %{count}자 까지)"
164 too_short: "은 너무 짧습니다 (최소 %{count}자 까지)"
165 wrong_length: "은 길이가 틀렸습니다 (%{count}자이어야 합니다.)"
165 wrong_length: "은 길이가 틀렸습니다 (%{count}자이어야 합니다.)"
166 taken: "은 이미 선택된 겁니다"
166 taken: "은 이미 선택된 겁니다"
167 not_a_number: "은 숫자가 아닙니다"
167 not_a_number: "은 숫자가 아닙니다"
168 greater_than: "은 %{count}보다 커야 합니다."
168 greater_than: "은 %{count}보다 커야 합니다."
169 greater_than_or_equal_to: "은 %{count}보다 크거나 같아야 합니다"
169 greater_than_or_equal_to: "은 %{count}보다 크거나 같아야 합니다"
170 equal_to: "은 %{count}(와)과 같아야 합니다"
170 equal_to: "은 %{count}(와)과 같아야 합니다"
171 less_than: "은 %{count}보다 작어야 합니다"
171 less_than: "은 %{count}보다 작어야 합니다"
172 less_than_or_equal_to: "은 %{count}과 같거나 이하을 요구합니다"
172 less_than_or_equal_to: "은 %{count}과 같거나 이하을 요구합니다"
173 odd: "은 홀수여야 합니다"
173 odd: "은 홀수여야 합니다"
174 even: "은 짝수여야 합니다"
174 even: "은 짝수여야 합니다"
175 greater_than_start_date: "는 시작날짜보다 커야 합니다"
175 greater_than_start_date: "는 시작날짜보다 커야 합니다"
176 not_same_project: "는 같은 프로젝트에 속해 있지 않습니다"
176 not_same_project: "는 같은 프로젝트에 속해 있지 않습니다"
177 circular_dependency: "이 관계는 순환 의존관계를 만들 있습니다"
177 circular_dependency: "이 관계는 순환 의존관계를 만들 있습니다"
178 cant_link_an_issue_with_a_descendant: "일감은 하위 일감과 연결할 없습니다."
178 cant_link_an_issue_with_a_descendant: "일감은 하위 일감과 연결할 없습니다."
179
179
180 actionview_instancetag_blank_option: 선택하세요
180 actionview_instancetag_blank_option: 선택하세요
181
181
182 general_text_No: '아니오'
182 general_text_No: '아니오'
183 general_text_Yes: '예'
183 general_text_Yes: '예'
184 general_text_no: '아니오'
184 general_text_no: '아니오'
185 general_text_yes: '예'
185 general_text_yes: '예'
186 general_lang_name: '한국어(Korean)'
186 general_lang_name: 'Korean (한국어)'
187 general_csv_separator: ','
187 general_csv_separator: ','
188 general_csv_decimal_separator: '.'
188 general_csv_decimal_separator: '.'
189 general_csv_encoding: CP949
189 general_csv_encoding: CP949
190 general_pdf_encoding: CP949
190 general_pdf_encoding: CP949
191 general_first_day_of_week: '7'
191 general_first_day_of_week: '7'
192
192
193 notice_account_updated: 계정이 성공적으로 변경되었습니다.
193 notice_account_updated: 계정이 성공적으로 변경되었습니다.
194 notice_account_invalid_creditentials: 잘못된 계정 또는 비밀번호
194 notice_account_invalid_creditentials: 잘못된 계정 또는 비밀번호
195 notice_account_password_updated: 비밀번호가 잘 변경되었습니다.
195 notice_account_password_updated: 비밀번호가 잘 변경되었습니다.
196 notice_account_wrong_password: 잘못된 비밀번호
196 notice_account_wrong_password: 잘못된 비밀번호
197 notice_account_register_done: 계정이 잘 만들어졌습니다. 계정을 활성화하시려면 받은 메일의 링크를 클릭해주세요.
197 notice_account_register_done: 계정이 잘 만들어졌습니다. 계정을 활성화하시려면 받은 메일의 링크를 클릭해주세요.
198 notice_account_unknown_email: 알려지지 않은 사용자.
198 notice_account_unknown_email: 알려지지 않은 사용자.
199 notice_can_t_change_password: 이 계정은 외부 인증을 이용합니다. 비밀번호를 변경할 수 없습니다.
199 notice_can_t_change_password: 이 계정은 외부 인증을 이용합니다. 비밀번호를 변경할 수 없습니다.
200 notice_account_lost_email_sent: 새로운 비밀번호를 위한 메일이 발송되었습니다.
200 notice_account_lost_email_sent: 새로운 비밀번호를 위한 메일이 발송되었습니다.
201 notice_account_activated: 계정이 활성화되었습니다. 이제 로그인 하실수 있습니다.
201 notice_account_activated: 계정이 활성화되었습니다. 이제 로그인 하실수 있습니다.
202 notice_successful_create: 생성 성공.
202 notice_successful_create: 생성 성공.
203 notice_successful_update: 변경 성공.
203 notice_successful_update: 변경 성공.
204 notice_successful_delete: 삭제 성공.
204 notice_successful_delete: 삭제 성공.
205 notice_successful_connection: 연결 성공.
205 notice_successful_connection: 연결 성공.
206 notice_file_not_found: 요청하신 페이지는 삭제되었거나 옮겨졌습니다.
206 notice_file_not_found: 요청하신 페이지는 삭제되었거나 옮겨졌습니다.
207 notice_locking_conflict: 다른 사용자에 의해서 데이터가 변경되었습니다.
207 notice_locking_conflict: 다른 사용자에 의해서 데이터가 변경되었습니다.
208 notice_not_authorized: 이 페이지에 접근할 권한이 없습니다.
208 notice_not_authorized: 이 페이지에 접근할 권한이 없습니다.
209 notice_email_sent: "%{value}님에게 메일이 발송되었습니다."
209 notice_email_sent: "%{value}님에게 메일이 발송되었습니다."
210 notice_email_error: "메일을 전송하는 과정에 오류가 발생했습니다. (%{value})"
210 notice_email_error: "메일을 전송하는 과정에 오류가 발생했습니다. (%{value})"
211 notice_feeds_access_key_reseted: RSS에 접근가능한 열쇠(key)가 생성되었습니다.
211 notice_feeds_access_key_reseted: RSS에 접근가능한 열쇠(key)가 생성되었습니다.
212 notice_failed_to_save_issues: "저장에 실패하였습니다: 실패 %{count}(선택 %{total}): %{ids}."
212 notice_failed_to_save_issues: "저장에 실패하였습니다: 실패 %{count}(선택 %{total}): %{ids}."
213 notice_no_issue_selected: "일감이 선택되지 않았습니다. 수정하기 원하는 일감을 선택하세요"
213 notice_no_issue_selected: "일감이 선택되지 않았습니다. 수정하기 원하는 일감을 선택하세요"
214 notice_account_pending: "계정이 만들어졌으며 관리자 승인 대기중입니다."
214 notice_account_pending: "계정이 만들어졌으며 관리자 승인 대기중입니다."
215 notice_default_data_loaded: 기본값을 성공적으로 읽어들였습니다.
215 notice_default_data_loaded: 기본값을 성공적으로 읽어들였습니다.
216 notice_unable_delete_version: 삭제할 수 없는 버전입니다.
216 notice_unable_delete_version: 삭제할 수 없는 버전입니다.
217
217
218 error_can_t_load_default_data: "기본값을 읽어들일 없습니다.: %{value}"
218 error_can_t_load_default_data: "기본값을 읽어들일 없습니다.: %{value}"
219 error_scm_not_found: 항목이나 리비젼이 저장소에 존재하지 않습니다.
219 error_scm_not_found: 항목이나 리비젼이 저장소에 존재하지 않습니다.
220 error_scm_command_failed: "저장소에 접근하는 도중에 오류가 발생하였습니다.: %{value}"
220 error_scm_command_failed: "저장소에 접근하는 도중에 오류가 발생하였습니다.: %{value}"
221 error_scm_annotate: "항목이 없거나 행별 이력을 없습니다."
221 error_scm_annotate: "항목이 없거나 행별 이력을 없습니다."
222 error_issue_not_found_in_project: '일감이 없거나 프로젝트의 것이 아닙니다.'
222 error_issue_not_found_in_project: '일감이 없거나 프로젝트의 것이 아닙니다.'
223
223
224 warning_attachments_not_saved: "%{count}개 파일을 저장할 없습니다."
224 warning_attachments_not_saved: "%{count}개 파일을 저장할 없습니다."
225
225
226 mail_subject_lost_password: "%{value} 비밀번호"
226 mail_subject_lost_password: "%{value} 비밀번호"
227 mail_body_lost_password: '비밀번호를 변경하려면 다음 링크를 클릭하세요.'
227 mail_body_lost_password: '비밀번호를 변경하려면 다음 링크를 클릭하세요.'
228 mail_subject_register: "%{value} 계정 활성화"
228 mail_subject_register: "%{value} 계정 활성화"
229 mail_body_register: '계정을 활성화하려면 링크를 클릭하세요.:'
229 mail_body_register: '계정을 활성화하려면 링크를 클릭하세요.:'
230 mail_body_account_information_external: "로그인할 %{value} 계정을 사용하실 있습니다."
230 mail_body_account_information_external: "로그인할 %{value} 계정을 사용하실 있습니다."
231 mail_body_account_information: 계정 정보
231 mail_body_account_information: 계정 정보
232 mail_subject_account_activation_request: "%{value} 계정 활성화 요청"
232 mail_subject_account_activation_request: "%{value} 계정 활성화 요청"
233 mail_body_account_activation_request: "새 사용자(%{value})가 등록되었습니다. 관리자님의 승인을 기다리고 있습니다.:"
233 mail_body_account_activation_request: "새 사용자(%{value})가 등록되었습니다. 관리자님의 승인을 기다리고 있습니다.:"
234 mail_body_reminder: "당신이 맡고 있는 일감 %{count}개의 완료 기한이 %{days}일 입니다."
234 mail_body_reminder: "당신이 맡고 있는 일감 %{count}개의 완료 기한이 %{days}일 입니다."
235 mail_subject_reminder: "내일이 만기인 일감 %{count}개 (%{days})"
235 mail_subject_reminder: "내일이 만기인 일감 %{count}개 (%{days})"
236 mail_subject_wiki_content_added: "위키페이지 '%{id}'이(가) 추가되었습니다."
236 mail_subject_wiki_content_added: "위키페이지 '%{id}'이(가) 추가되었습니다."
237 mail_subject_wiki_content_updated: "'위키페이지 %{id}'이(가) 수정되었습니다."
237 mail_subject_wiki_content_updated: "'위키페이지 %{id}'이(가) 수정되었습니다."
238 mail_body_wiki_content_added: "%{author}이(가) 위키페이지 '%{id}'을(를) 추가하였습니다."
238 mail_body_wiki_content_added: "%{author}이(가) 위키페이지 '%{id}'을(를) 추가하였습니다."
239 mail_body_wiki_content_updated: "%{author}이(가) 위키페이지 '%{id}'을(를) 수정하였습니다."
239 mail_body_wiki_content_updated: "%{author}이(가) 위키페이지 '%{id}'을(를) 수정하였습니다."
240
240
241 gui_validation_error: 에러
241 gui_validation_error: 에러
242 gui_validation_error_plural: "%{count}개 에러"
242 gui_validation_error_plural: "%{count}개 에러"
243
243
244 field_name: 이름
244 field_name: 이름
245 field_description: 설명
245 field_description: 설명
246 field_summary: 요약
246 field_summary: 요약
247 field_is_required: 필수
247 field_is_required: 필수
248 field_firstname: 이름
248 field_firstname: 이름
249 field_lastname:
249 field_lastname:
250 field_mail: 메일
250 field_mail: 메일
251 field_filename: 파일
251 field_filename: 파일
252 field_filesize: 크기
252 field_filesize: 크기
253 field_downloads: 다운로드
253 field_downloads: 다운로드
254 field_author: 저자
254 field_author: 저자
255 field_created_on: 등록
255 field_created_on: 등록
256 field_updated_on: 변경
256 field_updated_on: 변경
257 field_field_format: 형식
257 field_field_format: 형식
258 field_is_for_all: 모든 프로젝트
258 field_is_for_all: 모든 프로젝트
259 field_possible_values: 가능한 값들
259 field_possible_values: 가능한 값들
260 field_regexp: 정규식
260 field_regexp: 정규식
261 field_min_length: 최소 길이
261 field_min_length: 최소 길이
262 field_max_length: 최대 길이
262 field_max_length: 최대 길이
263 field_value:
263 field_value:
264 field_category: 범주
264 field_category: 범주
265 field_title: 제목
265 field_title: 제목
266 field_project: 프로젝트
266 field_project: 프로젝트
267 field_issue: 일감
267 field_issue: 일감
268 field_status: 상태
268 field_status: 상태
269 field_notes: 덧글
269 field_notes: 덧글
270 field_is_closed: 완료 상태
270 field_is_closed: 완료 상태
271 field_is_default: 기본값
271 field_is_default: 기본값
272 field_tracker: 유형
272 field_tracker: 유형
273 field_subject: 제목
273 field_subject: 제목
274 field_due_date: 완료 기한
274 field_due_date: 완료 기한
275 field_assigned_to: 담당자
275 field_assigned_to: 담당자
276 field_priority: 우선순위
276 field_priority: 우선순위
277 field_fixed_version: 목표버전
277 field_fixed_version: 목표버전
278 field_user: 사용자
278 field_user: 사용자
279 field_role: 역할
279 field_role: 역할
280 field_homepage: 홈페이지
280 field_homepage: 홈페이지
281 field_is_public: 공개
281 field_is_public: 공개
282 field_parent: 상위 프로젝트
282 field_parent: 상위 프로젝트
283 field_is_in_roadmap: 로드맵에 표시
283 field_is_in_roadmap: 로드맵에 표시
284 field_login: 로그인
284 field_login: 로그인
285 field_mail_notification: 메일 알림
285 field_mail_notification: 메일 알림
286 field_admin: 관리자
286 field_admin: 관리자
287 field_last_login_on: 마지막 로그인
287 field_last_login_on: 마지막 로그인
288 field_language: 언어
288 field_language: 언어
289 field_effective_date: 날짜
289 field_effective_date: 날짜
290 field_password: 비밀번호
290 field_password: 비밀번호
291 field_new_password: 새 비밀번호
291 field_new_password: 새 비밀번호
292 field_password_confirmation: 비밀번호 확인
292 field_password_confirmation: 비밀번호 확인
293 field_version: 버전
293 field_version: 버전
294 field_type: 방식
294 field_type: 방식
295 field_host: 호스트
295 field_host: 호스트
296 field_port: 포트
296 field_port: 포트
297 field_account: 계정
297 field_account: 계정
298 field_base_dn: 기본 DN
298 field_base_dn: 기본 DN
299 field_attr_login: 로그인 속성
299 field_attr_login: 로그인 속성
300 field_attr_firstname: 이름 속성
300 field_attr_firstname: 이름 속성
301 field_attr_lastname: 성 속성
301 field_attr_lastname: 성 속성
302 field_attr_mail: 메일 속성
302 field_attr_mail: 메일 속성
303 field_onthefly: 동적 사용자 생성
303 field_onthefly: 동적 사용자 생성
304 field_start_date: 시작시간
304 field_start_date: 시작시간
305 field_done_ratio: 진척도
305 field_done_ratio: 진척도
306 field_auth_source: 인증 공급자
306 field_auth_source: 인증 공급자
307 field_hide_mail: 메일 주소 숨기기
307 field_hide_mail: 메일 주소 숨기기
308 field_comments: 설명
308 field_comments: 설명
309 field_url: URL
309 field_url: URL
310 field_start_page: 첫 페이지
310 field_start_page: 첫 페이지
311 field_subproject: 하위 프로젝트
311 field_subproject: 하위 프로젝트
312 field_hours: 시간
312 field_hours: 시간
313 field_activity: 작업종류
313 field_activity: 작업종류
314 field_spent_on: 작업시간
314 field_spent_on: 작업시간
315 field_identifier: 식별자
315 field_identifier: 식별자
316 field_is_filter: 검색조건으로 사용됨
316 field_is_filter: 검색조건으로 사용됨
317 field_issue_to_id: 연관된 일감
317 field_issue_to_id: 연관된 일감
318 field_delay: 지연
318 field_delay: 지연
319 field_assignable: 이 역할에게 일감을 맡길 수 있음
319 field_assignable: 이 역할에게 일감을 맡길 수 있음
320 field_redirect_existing_links: 기존의 링크로 돌려보냄(redirect)
320 field_redirect_existing_links: 기존의 링크로 돌려보냄(redirect)
321 field_estimated_hours: 추정시간
321 field_estimated_hours: 추정시간
322 field_column_names: 컬럼
322 field_column_names: 컬럼
323 field_default_value: 기본값
323 field_default_value: 기본값
324 field_time_zone: 시간대
324 field_time_zone: 시간대
325 field_searchable: 검색가능
325 field_searchable: 검색가능
326 field_comments_sorting: 댓글 정렬
326 field_comments_sorting: 댓글 정렬
327 field_parent_title: 상위 제목
327 field_parent_title: 상위 제목
328 field_editable: 편집가능
328 field_editable: 편집가능
329 field_watcher: 일감관계자
329 field_watcher: 일감관계자
330 field_identity_url: OpenID URL
330 field_identity_url: OpenID URL
331 field_content: 내용
331 field_content: 내용
332 field_group_by: 결과를 묶어 보여줄 기준
332 field_group_by: 결과를 묶어 보여줄 기준
333
333
334 setting_app_title: 레드마인 제목
334 setting_app_title: 레드마인 제목
335 setting_app_subtitle: 레드마인 부제목
335 setting_app_subtitle: 레드마인 부제목
336 setting_welcome_text: 환영 메시지
336 setting_welcome_text: 환영 메시지
337 setting_default_language: 기본 언어
337 setting_default_language: 기본 언어
338 setting_login_required: 인증이 필요함
338 setting_login_required: 인증이 필요함
339 setting_self_registration: 사용자 직접등록
339 setting_self_registration: 사용자 직접등록
340 setting_attachment_max_size: 최대 첨부파일 크기
340 setting_attachment_max_size: 최대 첨부파일 크기
341 setting_issues_export_limit: 일감 내보내기 제한
341 setting_issues_export_limit: 일감 내보내기 제한
342 setting_mail_from: 발신 메일 주소
342 setting_mail_from: 발신 메일 주소
343 setting_bcc_recipients: 참조자들을 bcc로 숨기기
343 setting_bcc_recipients: 참조자들을 bcc로 숨기기
344 setting_plain_text_mail: 텍스트만 (HTML 없이)
344 setting_plain_text_mail: 텍스트만 (HTML 없이)
345 setting_host_name: 호스트 이름과 경로
345 setting_host_name: 호스트 이름과 경로
346 setting_text_formatting: 본문 형식
346 setting_text_formatting: 본문 형식
347 setting_wiki_compression: 위키 이력 압축
347 setting_wiki_compression: 위키 이력 압축
348 setting_feeds_limit: 피드에 포함할 항목의 수
348 setting_feeds_limit: 피드에 포함할 항목의 수
349 setting_default_projects_public: 새 프로젝트를 공개로 설정
349 setting_default_projects_public: 새 프로젝트를 공개로 설정
350 setting_autofetch_changesets: 제출(commit)된 변경묶음을 자동으로 가져오기
350 setting_autofetch_changesets: 제출(commit)된 변경묶음을 자동으로 가져오기
351 setting_sys_api_enabled: 저장소 관리에 WS를 사용
351 setting_sys_api_enabled: 저장소 관리에 WS를 사용
352 setting_commit_ref_keywords: 일감 참조에 사용할 키워드들
352 setting_commit_ref_keywords: 일감 참조에 사용할 키워드들
353 setting_commit_fix_keywords: 일감 해결에 사용할 키워드들
353 setting_commit_fix_keywords: 일감 해결에 사용할 키워드들
354 setting_autologin: 자동 로그인
354 setting_autologin: 자동 로그인
355 setting_date_format: 날짜 형식
355 setting_date_format: 날짜 형식
356 setting_time_format: 시간 형식
356 setting_time_format: 시간 형식
357 setting_cross_project_issue_relations: 다른 프로젝트의 일감과 연결하는 것을 허용
357 setting_cross_project_issue_relations: 다른 프로젝트의 일감과 연결하는 것을 허용
358 setting_issue_list_default_columns: 일감 목록에 표시할 항목
358 setting_issue_list_default_columns: 일감 목록에 표시할 항목
359 setting_emails_footer: 메일 꼬리
359 setting_emails_footer: 메일 꼬리
360 setting_protocol: 프로토콜
360 setting_protocol: 프로토콜
361 setting_per_page_options: 목록에서, 한 페이지에 표시할 행
361 setting_per_page_options: 목록에서, 한 페이지에 표시할 행
362 setting_user_format: 사용자 표시 형식
362 setting_user_format: 사용자 표시 형식
363 setting_activity_days_default: 프로젝트 작업내역에 표시할 기간
363 setting_activity_days_default: 프로젝트 작업내역에 표시할 기간
364 setting_display_subprojects_issues: 하위 프로젝트의 일감을 함께 표시
364 setting_display_subprojects_issues: 하위 프로젝트의 일감을 함께 표시
365 setting_enabled_scm: "지원할 SCM(Source Control Management)"
365 setting_enabled_scm: "지원할 SCM(Source Control Management)"
366 setting_mail_handler_api_enabled: 수신 메일에 WS를 허용
366 setting_mail_handler_api_enabled: 수신 메일에 WS를 허용
367 setting_mail_handler_api_key: API 키
367 setting_mail_handler_api_key: API 키
368 setting_sequential_project_identifiers: 프로젝트 식별자를 순차적으로 생성
368 setting_sequential_project_identifiers: 프로젝트 식별자를 순차적으로 생성
369 setting_gravatar_enabled: 그라바타 사용자 아이콘 사용
369 setting_gravatar_enabled: 그라바타 사용자 아이콘 사용
370 setting_diff_max_lines_displayed: 차이점(diff) 보기에 표시할 최대 줄수
370 setting_diff_max_lines_displayed: 차이점(diff) 보기에 표시할 최대 줄수
371 setting_repository_log_display_limit: 저장소 보기에 표시할 개정판 이력의 최대 갯수
371 setting_repository_log_display_limit: 저장소 보기에 표시할 개정판 이력의 최대 갯수
372 setting_file_max_size_displayed: 바로 보여줄 텍스트파일의 최대 크기
372 setting_file_max_size_displayed: 바로 보여줄 텍스트파일의 최대 크기
373 setting_openid: OpenID 로그인과 등록 허용
373 setting_openid: OpenID 로그인과 등록 허용
374 setting_password_min_length: 최소 암호 길이
374 setting_password_min_length: 최소 암호 길이
375 setting_new_project_user_role_id: 프로젝트를 만든 사용자에게 주어질 역할
375 setting_new_project_user_role_id: 프로젝트를 만든 사용자에게 주어질 역할
376
376
377 permission_add_project: 프로젝트 생성
377 permission_add_project: 프로젝트 생성
378 permission_edit_project: 프로젝트 편집
378 permission_edit_project: 프로젝트 편집
379 permission_select_project_modules: 프로젝트 모듈 선택
379 permission_select_project_modules: 프로젝트 모듈 선택
380 permission_manage_members: 구성원 관리
380 permission_manage_members: 구성원 관리
381 permission_manage_versions: 버전 관리
381 permission_manage_versions: 버전 관리
382 permission_manage_categories: 일감 범주 관리
382 permission_manage_categories: 일감 범주 관리
383 permission_add_issues: 일감 추가
383 permission_add_issues: 일감 추가
384 permission_edit_issues: 일감 편집
384 permission_edit_issues: 일감 편집
385 permission_manage_issue_relations: 일감 관계 관리
385 permission_manage_issue_relations: 일감 관계 관리
386 permission_add_issue_notes: 덧글 추가
386 permission_add_issue_notes: 덧글 추가
387 permission_edit_issue_notes: 덧글 편집
387 permission_edit_issue_notes: 덧글 편집
388 permission_edit_own_issue_notes: 내 덧글 편집
388 permission_edit_own_issue_notes: 내 덧글 편집
389 permission_move_issues: 일감 이동
389 permission_move_issues: 일감 이동
390 permission_delete_issues: 일감 삭제
390 permission_delete_issues: 일감 삭제
391 permission_manage_public_queries: 공용 검색양식 관리
391 permission_manage_public_queries: 공용 검색양식 관리
392 permission_save_queries: 검색양식 저장
392 permission_save_queries: 검색양식 저장
393 permission_view_gantt: Gantt차트 보기
393 permission_view_gantt: Gantt차트 보기
394 permission_view_calendar: 달력 보기
394 permission_view_calendar: 달력 보기
395 permission_view_issue_watchers: 일감관계자 보기
395 permission_view_issue_watchers: 일감관계자 보기
396 permission_add_issue_watchers: 일감관계자 추가
396 permission_add_issue_watchers: 일감관계자 추가
397 permission_log_time: 작업시간 기록
397 permission_log_time: 작업시간 기록
398 permission_view_time_entries: 시간입력 보기
398 permission_view_time_entries: 시간입력 보기
399 permission_edit_time_entries: 시간입력 편집
399 permission_edit_time_entries: 시간입력 편집
400 permission_edit_own_time_entries: 내 시간입력 편집
400 permission_edit_own_time_entries: 내 시간입력 편집
401 permission_manage_news: 뉴스 관리
401 permission_manage_news: 뉴스 관리
402 permission_comment_news: 뉴스에 댓글달기
402 permission_comment_news: 뉴스에 댓글달기
403 permission_manage_documents: 문서 관리
403 permission_manage_documents: 문서 관리
404 permission_view_documents: 문서 보기
404 permission_view_documents: 문서 보기
405 permission_manage_files: 파일관리
405 permission_manage_files: 파일관리
406 permission_view_files: 파일보기
406 permission_view_files: 파일보기
407 permission_manage_wiki: 위키 관리
407 permission_manage_wiki: 위키 관리
408 permission_rename_wiki_pages: 위키 페이지 이름변경
408 permission_rename_wiki_pages: 위키 페이지 이름변경
409 permission_delete_wiki_pages: 위치 페이지 삭제
409 permission_delete_wiki_pages: 위치 페이지 삭제
410 permission_view_wiki_pages: 위키 보기
410 permission_view_wiki_pages: 위키 보기
411 permission_view_wiki_edits: 위키 기록 보기
411 permission_view_wiki_edits: 위키 기록 보기
412 permission_edit_wiki_pages: 위키 페이지 편집
412 permission_edit_wiki_pages: 위키 페이지 편집
413 permission_delete_wiki_pages_attachments: 첨부파일 삭제
413 permission_delete_wiki_pages_attachments: 첨부파일 삭제
414 permission_protect_wiki_pages: 프로젝트 위키 페이지
414 permission_protect_wiki_pages: 프로젝트 위키 페이지
415 permission_manage_repository: 저장소 관리
415 permission_manage_repository: 저장소 관리
416 permission_browse_repository: 저장소 둘러보기
416 permission_browse_repository: 저장소 둘러보기
417 permission_view_changesets: 변경묶음보기
417 permission_view_changesets: 변경묶음보기
418 permission_commit_access: 변경로그 보기
418 permission_commit_access: 변경로그 보기
419 permission_manage_boards: 게시판 관리
419 permission_manage_boards: 게시판 관리
420 permission_view_messages: 메시지 보기
420 permission_view_messages: 메시지 보기
421 permission_add_messages: 메시지 추가
421 permission_add_messages: 메시지 추가
422 permission_edit_messages: 메시지 편집
422 permission_edit_messages: 메시지 편집
423 permission_edit_own_messages: 자기 메시지 편집
423 permission_edit_own_messages: 자기 메시지 편집
424 permission_delete_messages: 메시지 삭제
424 permission_delete_messages: 메시지 삭제
425 permission_delete_own_messages: 자기 메시지 삭제
425 permission_delete_own_messages: 자기 메시지 삭제
426
426
427 project_module_issue_tracking: 일감관리
427 project_module_issue_tracking: 일감관리
428 project_module_time_tracking: 시간추적
428 project_module_time_tracking: 시간추적
429 project_module_news: 뉴스
429 project_module_news: 뉴스
430 project_module_documents: 문서
430 project_module_documents: 문서
431 project_module_files: 파일
431 project_module_files: 파일
432 project_module_wiki: 위키
432 project_module_wiki: 위키
433 project_module_repository: 저장소
433 project_module_repository: 저장소
434 project_module_boards: 게시판
434 project_module_boards: 게시판
435
435
436 label_user: 사용자
436 label_user: 사용자
437 label_user_plural: 사용자
437 label_user_plural: 사용자
438 label_user_new: 새 사용자
438 label_user_new: 새 사용자
439 label_project: 프로젝트
439 label_project: 프로젝트
440 label_project_new: 새 프로젝트
440 label_project_new: 새 프로젝트
441 label_project_plural: 프로젝트
441 label_project_plural: 프로젝트
442 label_x_projects:
442 label_x_projects:
443 zero: 없음
443 zero: 없음
444 one: "한 프로젝트"
444 one: "한 프로젝트"
445 other: "%{count}개 프로젝트"
445 other: "%{count}개 프로젝트"
446 label_project_all: 모든 프로젝트
446 label_project_all: 모든 프로젝트
447 label_project_latest: 최근 프로젝트
447 label_project_latest: 최근 프로젝트
448 label_issue: 일감
448 label_issue: 일감
449 label_issue_new: 새 일감만들기
449 label_issue_new: 새 일감만들기
450 label_issue_plural: 일감
450 label_issue_plural: 일감
451 label_issue_view_all: 모든 일감 보기
451 label_issue_view_all: 모든 일감 보기
452 label_issues_by: "%{value}별 일감"
452 label_issues_by: "%{value}별 일감"
453 label_issue_added: 일감 추가
453 label_issue_added: 일감 추가
454 label_issue_updated: 일감 수정
454 label_issue_updated: 일감 수정
455 label_document: 문서
455 label_document: 문서
456 label_document_new: 새 문서
456 label_document_new: 새 문서
457 label_document_plural: 문서
457 label_document_plural: 문서
458 label_document_added: 문서 추가
458 label_document_added: 문서 추가
459 label_role: 역할
459 label_role: 역할
460 label_role_plural: 역할
460 label_role_plural: 역할
461 label_role_new: 새 역할
461 label_role_new: 새 역할
462 label_role_and_permissions: 역할 및 권한
462 label_role_and_permissions: 역할 및 권한
463 label_member: 담당자
463 label_member: 담당자
464 label_member_new: 새 담당자
464 label_member_new: 새 담당자
465 label_member_plural: 담당자
465 label_member_plural: 담당자
466 label_tracker: 일감 유형
466 label_tracker: 일감 유형
467 label_tracker_plural: 일감 유형
467 label_tracker_plural: 일감 유형
468 label_tracker_new: 새 일감 유형
468 label_tracker_new: 새 일감 유형
469 label_workflow: 업무흐름
469 label_workflow: 업무흐름
470 label_issue_status: 일감 상태
470 label_issue_status: 일감 상태
471 label_issue_status_plural: 일감 상태
471 label_issue_status_plural: 일감 상태
472 label_issue_status_new: 새 일감 상태
472 label_issue_status_new: 새 일감 상태
473 label_issue_category: 일감 범주
473 label_issue_category: 일감 범주
474 label_issue_category_plural: 일감 범주
474 label_issue_category_plural: 일감 범주
475 label_issue_category_new: 새 일감 범주
475 label_issue_category_new: 새 일감 범주
476 label_custom_field: 사용자 정의 항목
476 label_custom_field: 사용자 정의 항목
477 label_custom_field_plural: 사용자 정의 항목
477 label_custom_field_plural: 사용자 정의 항목
478 label_custom_field_new: 새 사용자 정의 항목
478 label_custom_field_new: 새 사용자 정의 항목
479 label_enumerations: 코드값
479 label_enumerations: 코드값
480 label_enumeration_new: 새 코드값
480 label_enumeration_new: 새 코드값
481 label_information: 정보
481 label_information: 정보
482 label_information_plural: 정보
482 label_information_plural: 정보
483 label_please_login: 로그인하세요.
483 label_please_login: 로그인하세요.
484 label_register: 등록
484 label_register: 등록
485 label_login_with_open_id_option: 또는 OpenID로 로그인
485 label_login_with_open_id_option: 또는 OpenID로 로그인
486 label_password_lost: 비밀번호 찾기
486 label_password_lost: 비밀번호 찾기
487 label_home: 초기화면
487 label_home: 초기화면
488 label_my_page: 내 페이지
488 label_my_page: 내 페이지
489 label_my_account: 내 계정
489 label_my_account: 내 계정
490 label_my_projects: 내 프로젝트
490 label_my_projects: 내 프로젝트
491 label_administration: 관리
491 label_administration: 관리
492 label_login: 로그인
492 label_login: 로그인
493 label_logout: 로그아웃
493 label_logout: 로그아웃
494 label_help: 도움말
494 label_help: 도움말
495 label_reported_issues: 보고한 일감
495 label_reported_issues: 보고한 일감
496 label_assigned_to_me_issues: 내가 맡은 일감
496 label_assigned_to_me_issues: 내가 맡은 일감
497 label_last_login: 마지막 접속
497 label_last_login: 마지막 접속
498 label_registered_on: 등록시각
498 label_registered_on: 등록시각
499 label_activity: 작업내역
499 label_activity: 작업내역
500 label_overall_activity: 전체 작업내역
500 label_overall_activity: 전체 작업내역
501 label_user_activity: "%{value}의 작업내역"
501 label_user_activity: "%{value}의 작업내역"
502 label_new: 새로 만들기
502 label_new: 새로 만들기
503 label_logged_as: '로그인계정:'
503 label_logged_as: '로그인계정:'
504 label_environment: 환경
504 label_environment: 환경
505 label_authentication: 인증
505 label_authentication: 인증
506 label_auth_source: 인증 공급자
506 label_auth_source: 인증 공급자
507 label_auth_source_new: 새 인증 공급자
507 label_auth_source_new: 새 인증 공급자
508 label_auth_source_plural: 인증 공급자
508 label_auth_source_plural: 인증 공급자
509 label_subproject_plural: 하위 프로젝트
509 label_subproject_plural: 하위 프로젝트
510 label_and_its_subprojects: "%{value}와 하위 프로젝트들"
510 label_and_its_subprojects: "%{value}와 하위 프로젝트들"
511 label_min_max_length: 최소 - 최대 길이
511 label_min_max_length: 최소 - 최대 길이
512 label_list: 목록
512 label_list: 목록
513 label_date: 날짜
513 label_date: 날짜
514 label_integer: 정수
514 label_integer: 정수
515 label_float: 부동소수
515 label_float: 부동소수
516 label_boolean: 부울린
516 label_boolean: 부울린
517 label_string: 문자열
517 label_string: 문자열
518 label_text: 텍스트
518 label_text: 텍스트
519 label_attribute: 속성
519 label_attribute: 속성
520 label_attribute_plural: 속성
520 label_attribute_plural: 속성
521 label_download: "%{count}회 다운로드"
521 label_download: "%{count}회 다운로드"
522 label_download_plural: "%{count}회 다운로드"
522 label_download_plural: "%{count}회 다운로드"
523 label_no_data: 표시할 데이터가 없습니다.
523 label_no_data: 표시할 데이터가 없습니다.
524 label_change_status: 상태 변경
524 label_change_status: 상태 변경
525 label_history: 이력
525 label_history: 이력
526 label_attachment: 파일
526 label_attachment: 파일
527 label_attachment_new: 파일추가
527 label_attachment_new: 파일추가
528 label_attachment_delete: 파일삭제
528 label_attachment_delete: 파일삭제
529 label_attachment_plural: 파일
529 label_attachment_plural: 파일
530 label_file_added: 파일 추가
530 label_file_added: 파일 추가
531 label_report: 보고서
531 label_report: 보고서
532 label_report_plural: 보고서
532 label_report_plural: 보고서
533 label_news: 뉴스
533 label_news: 뉴스
534 label_news_new: 새 뉴스
534 label_news_new: 새 뉴스
535 label_news_plural: 뉴스
535 label_news_plural: 뉴스
536 label_news_latest: 최근 뉴스
536 label_news_latest: 최근 뉴스
537 label_news_view_all: 모든 뉴스
537 label_news_view_all: 모든 뉴스
538 label_news_added: 뉴스 추가
538 label_news_added: 뉴스 추가
539 label_settings: 설정
539 label_settings: 설정
540 label_overview: 개요
540 label_overview: 개요
541 label_version: 버전
541 label_version: 버전
542 label_version_new: 새 버전
542 label_version_new: 새 버전
543 label_version_plural: 버전
543 label_version_plural: 버전
544 label_confirmation: 확인
544 label_confirmation: 확인
545 label_export_to: 내보내기
545 label_export_to: 내보내기
546 label_read: 읽기...
546 label_read: 읽기...
547 label_public_projects: 공개 프로젝트
547 label_public_projects: 공개 프로젝트
548 label_open_issues: 진행중
548 label_open_issues: 진행중
549 label_open_issues_plural: 진행중
549 label_open_issues_plural: 진행중
550 label_closed_issues: 완료됨
550 label_closed_issues: 완료됨
551 label_closed_issues_plural: 완료됨
551 label_closed_issues_plural: 완료됨
552 label_x_open_issues_abbr_on_total:
552 label_x_open_issues_abbr_on_total:
553 zero: "총 %{total} 모두 완료"
553 zero: "총 %{total} 모두 완료"
554 one: "한 진행 / %{total} "
554 one: "한 진행 / %{total} "
555 other: "%{count} 진행 / %{total} 건"
555 other: "%{count} 진행 / %{total} 건"
556 label_x_open_issues_abbr:
556 label_x_open_issues_abbr:
557 zero: 모두 완료
557 zero: 모두 완료
558 one: 한 건 진행 중
558 one: 한 건 진행 중
559 other: "%{count} 진행 중"
559 other: "%{count} 진행 중"
560 label_x_closed_issues_abbr:
560 label_x_closed_issues_abbr:
561 zero: 모두 미완료
561 zero: 모두 미완료
562 one: 한 건 완료
562 one: 한 건 완료
563 other: "%{count} 완료"
563 other: "%{count} 완료"
564 label_total: 합계
564 label_total: 합계
565 label_permissions: 권한
565 label_permissions: 권한
566 label_current_status: 일감 상태
566 label_current_status: 일감 상태
567 label_new_statuses_allowed: 허용되는 일감 상태
567 label_new_statuses_allowed: 허용되는 일감 상태
568 label_all: 모두
568 label_all: 모두
569 label_none: 없음
569 label_none: 없음
570 label_nobody: 미지정
570 label_nobody: 미지정
571 label_next: 다음
571 label_next: 다음
572 label_previous: 뒤로
572 label_previous: 뒤로
573 label_used_by: 사용됨
573 label_used_by: 사용됨
574 label_details: 자세히
574 label_details: 자세히
575 label_add_note: 일감덧글 추가
575 label_add_note: 일감덧글 추가
576 label_per_page: 페이지별
576 label_per_page: 페이지별
577 label_calendar: 달력
577 label_calendar: 달력
578 label_months_from: 개월 동안 | 다음부터
578 label_months_from: 개월 동안 | 다음부터
579 label_gantt: Gantt 챠트
579 label_gantt: Gantt 챠트
580 label_internal: 내부
580 label_internal: 내부
581 label_last_changes: "최근 %{count}개의 변경사항"
581 label_last_changes: "최근 %{count}개의 변경사항"
582 label_change_view_all: 모든 변경 내역 보기
582 label_change_view_all: 모든 변경 내역 보기
583 label_personalize_page: 입맛대로 구성하기
583 label_personalize_page: 입맛대로 구성하기
584 label_comment: 댓글
584 label_comment: 댓글
585 label_comment_plural: 댓글
585 label_comment_plural: 댓글
586 label_x_comments:
586 label_x_comments:
587 zero: 댓글 없음
587 zero: 댓글 없음
588 one: 한 개의 댓글
588 one: 한 개의 댓글
589 other: "%{count} 개의 댓글"
589 other: "%{count} 개의 댓글"
590 label_comment_add: 댓글 추가
590 label_comment_add: 댓글 추가
591 label_comment_added: 댓글이 추가되었습니다.
591 label_comment_added: 댓글이 추가되었습니다.
592 label_comment_delete: 댓글 삭제
592 label_comment_delete: 댓글 삭제
593 label_query: 검색양식
593 label_query: 검색양식
594 label_query_plural: 검색양식
594 label_query_plural: 검색양식
595 label_query_new: 새 검색양식
595 label_query_new: 새 검색양식
596 label_filter_add: 검색조건 추가
596 label_filter_add: 검색조건 추가
597 label_filter_plural: 검색조건
597 label_filter_plural: 검색조건
598 label_equals: 이다
598 label_equals: 이다
599 label_not_equals: 아니다
599 label_not_equals: 아니다
600 label_in_less_than: 이내
600 label_in_less_than: 이내
601 label_in_more_than: 이후
601 label_in_more_than: 이후
602 label_greater_or_equal: ">="
602 label_greater_or_equal: ">="
603 label_less_or_equal: "<="
603 label_less_or_equal: "<="
604 label_in: 이내
604 label_in: 이내
605 label_today: 오늘
605 label_today: 오늘
606 label_all_time: 모든 시간
606 label_all_time: 모든 시간
607 label_yesterday: 어제
607 label_yesterday: 어제
608 label_this_week: 이번주
608 label_this_week: 이번주
609 label_last_week: 지난 주
609 label_last_week: 지난 주
610 label_last_n_days: "지난 %{count} 일"
610 label_last_n_days: "지난 %{count} 일"
611 label_this_month: 이번 달
611 label_this_month: 이번 달
612 label_last_month: 지난 달
612 label_last_month: 지난 달
613 label_this_year: 올해
613 label_this_year: 올해
614 label_date_range: 날짜 범위
614 label_date_range: 날짜 범위
615 label_less_than_ago: 이전
615 label_less_than_ago: 이전
616 label_more_than_ago: 이후
616 label_more_than_ago: 이후
617 label_ago: 일 전
617 label_ago: 일 전
618 label_contains: 포함되는 키워드
618 label_contains: 포함되는 키워드
619 label_not_contains: 포함하지 않는 키워드
619 label_not_contains: 포함하지 않는 키워드
620 label_day_plural:
620 label_day_plural:
621 label_repository: 저장소
621 label_repository: 저장소
622 label_repository_plural: 저장소
622 label_repository_plural: 저장소
623 label_browse: 저장소 둘러보기
623 label_browse: 저장소 둘러보기
624 label_modification: "%{count} 변경"
624 label_modification: "%{count} 변경"
625 label_modification_plural: "%{count} 변경"
625 label_modification_plural: "%{count} 변경"
626 label_revision: 개정판
626 label_revision: 개정판
627 label_revision_plural: 개정판
627 label_revision_plural: 개정판
628 label_associated_revisions: 관련된 개정판들
628 label_associated_revisions: 관련된 개정판들
629 label_added: 추가됨
629 label_added: 추가됨
630 label_modified: 변경됨
630 label_modified: 변경됨
631 label_copied: 복사됨
631 label_copied: 복사됨
632 label_renamed: 이름바뀜
632 label_renamed: 이름바뀜
633 label_deleted: 삭제됨
633 label_deleted: 삭제됨
634 label_latest_revision: 최근 개정판
634 label_latest_revision: 최근 개정판
635 label_latest_revision_plural: 최근 개정판
635 label_latest_revision_plural: 최근 개정판
636 label_view_revisions: 개정판 보기
636 label_view_revisions: 개정판 보기
637 label_max_size: 최대 크기
637 label_max_size: 최대 크기
638 label_sort_highest: 맨 위로
638 label_sort_highest: 맨 위로
639 label_sort_higher: 위로
639 label_sort_higher: 위로
640 label_sort_lower: 아래로
640 label_sort_lower: 아래로
641 label_sort_lowest: 맨 아래로
641 label_sort_lowest: 맨 아래로
642 label_roadmap: 로드맵
642 label_roadmap: 로드맵
643 label_roadmap_due_in: "기한 %{value}"
643 label_roadmap_due_in: "기한 %{value}"
644 label_roadmap_overdue: "%{value} 지연"
644 label_roadmap_overdue: "%{value} 지연"
645 label_roadmap_no_issues: 이 버전에 해당하는 일감 없음
645 label_roadmap_no_issues: 이 버전에 해당하는 일감 없음
646 label_search: 검색
646 label_search: 검색
647 label_result_plural: 결과
647 label_result_plural: 결과
648 label_all_words: 모든 단어
648 label_all_words: 모든 단어
649 label_wiki: 위키
649 label_wiki: 위키
650 label_wiki_edit: 위키 편집
650 label_wiki_edit: 위키 편집
651 label_wiki_edit_plural: 위키 편집
651 label_wiki_edit_plural: 위키 편집
652 label_wiki_page: 위키 페이지
652 label_wiki_page: 위키 페이지
653 label_wiki_page_plural: 위키 페이지
653 label_wiki_page_plural: 위키 페이지
654 label_index_by_title: 제목별 색인
654 label_index_by_title: 제목별 색인
655 label_index_by_date: 날짜별 색인
655 label_index_by_date: 날짜별 색인
656 label_current_version: 현재 버전
656 label_current_version: 현재 버전
657 label_preview: 미리보기
657 label_preview: 미리보기
658 label_feed_plural: 피드(Feeds)
658 label_feed_plural: 피드(Feeds)
659 label_changes_details: 모든 상세 변경 내역
659 label_changes_details: 모든 상세 변경 내역
660 label_issue_tracking: 일감 추적
660 label_issue_tracking: 일감 추적
661 label_spent_time: 소요 시간
661 label_spent_time: 소요 시간
662 label_f_hour: "%{value} 시간"
662 label_f_hour: "%{value} 시간"
663 label_f_hour_plural: "%{value} 시간"
663 label_f_hour_plural: "%{value} 시간"
664 label_time_tracking: 시간추적
664 label_time_tracking: 시간추적
665 label_change_plural: 변경사항들
665 label_change_plural: 변경사항들
666 label_statistics: 통계
666 label_statistics: 통계
667 label_commits_per_month: 월별 제출 내역
667 label_commits_per_month: 월별 제출 내역
668 label_commits_per_author: 저자별 제출 내역
668 label_commits_per_author: 저자별 제출 내역
669 label_view_diff: 차이점 보기
669 label_view_diff: 차이점 보기
670 label_diff_inline: 한줄로
670 label_diff_inline: 한줄로
671 label_diff_side_by_side: 두줄로
671 label_diff_side_by_side: 두줄로
672 label_options: 옵션
672 label_options: 옵션
673 label_copy_workflow_from: 업무흐름 복사하기
673 label_copy_workflow_from: 업무흐름 복사하기
674 label_permissions_report: 권한 보고서
674 label_permissions_report: 권한 보고서
675 label_watched_issues: 지켜보고 있는 일감
675 label_watched_issues: 지켜보고 있는 일감
676 label_related_issues: 연결된 일감
676 label_related_issues: 연결된 일감
677 label_applied_status: 적용된 상태
677 label_applied_status: 적용된 상태
678 label_loading: 읽는 중...
678 label_loading: 읽는 중...
679 label_relation_new: 새 관계
679 label_relation_new: 새 관계
680 label_relation_delete: 관계 지우기
680 label_relation_delete: 관계 지우기
681 label_relates_to: "다음 일감과 관련됨:"
681 label_relates_to: "다음 일감과 관련됨:"
682 label_duplicates: "다음 일감과 겹침:"
682 label_duplicates: "다음 일감과 겹침:"
683 label_duplicated_by: "다음 일감과 겹침:"
683 label_duplicated_by: "다음 일감과 겹침:"
684 label_blocks: "다음 일감의 해결을 막고 있음:"
684 label_blocks: "다음 일감의 해결을 막고 있음:"
685 label_blocked_by: "다음 일감에게 막혀 있음:"
685 label_blocked_by: "다음 일감에게 막혀 있음:"
686 label_precedes: "다음에 진행할 일감:"
686 label_precedes: "다음에 진행할 일감:"
687 label_follows: "다음 일감을 우선 진행:"
687 label_follows: "다음 일감을 우선 진행:"
688 label_end_to_start: "끝에서 시작"
688 label_end_to_start: "끝에서 시작"
689 label_end_to_end: "끝에서 끝"
689 label_end_to_end: "끝에서 끝"
690 label_start_to_start: "시작에서 시작"
690 label_start_to_start: "시작에서 시작"
691 label_start_to_end: "시작에서 끝"
691 label_start_to_end: "시작에서 끝"
692 label_stay_logged_in: 로그인 유지
692 label_stay_logged_in: 로그인 유지
693 label_disabled: 비활성화
693 label_disabled: 비활성화
694 label_show_completed_versions: 완료된 버전 보기
694 label_show_completed_versions: 완료된 버전 보기
695 label_me:
695 label_me:
696 label_board: 게시판
696 label_board: 게시판
697 label_board_new: 새 게시판
697 label_board_new: 새 게시판
698 label_board_plural: 게시판
698 label_board_plural: 게시판
699 label_topic_plural: 주제
699 label_topic_plural: 주제
700 label_message_plural:
700 label_message_plural:
701 label_message_last: 마지막 글
701 label_message_last: 마지막 글
702 label_message_new: 새글쓰기
702 label_message_new: 새글쓰기
703 label_message_posted: 글 추가
703 label_message_posted: 글 추가
704 label_reply_plural: 답글
704 label_reply_plural: 답글
705 label_send_information: 사용자에게 계정정보를 보내기
705 label_send_information: 사용자에게 계정정보를 보내기
706 label_year:
706 label_year:
707 label_month:
707 label_month:
708 label_week:
708 label_week:
709 label_date_from: '기간:'
709 label_date_from: '기간:'
710 label_date_to: ' ~ '
710 label_date_to: ' ~ '
711 label_language_based: 언어설정에 따름
711 label_language_based: 언어설정에 따름
712 label_sort_by: "%{value}(으)로 정렬"
712 label_sort_by: "%{value}(으)로 정렬"
713 label_send_test_email: 테스트 메일 보내기
713 label_send_test_email: 테스트 메일 보내기
714 label_feeds_access_key_created_on: "피드 접근 키가 %{value} 이전에 생성되었습니다."
714 label_feeds_access_key_created_on: "피드 접근 키가 %{value} 이전에 생성되었습니다."
715 label_module_plural: 모듈
715 label_module_plural: 모듈
716 label_added_time_by: "%{author}이(가) %{age} 전에 추가함"
716 label_added_time_by: "%{author}이(가) %{age} 전에 추가함"
717 label_updated_time_by: "%{author}이(가) %{age} 전에 변경"
717 label_updated_time_by: "%{author}이(가) %{age} 전에 변경"
718 label_updated_time: "%{value} 전에 수정됨"
718 label_updated_time: "%{value} 전에 수정됨"
719 label_jump_to_a_project: 프로젝트 바로가기
719 label_jump_to_a_project: 프로젝트 바로가기
720 label_file_plural: 파일
720 label_file_plural: 파일
721 label_changeset_plural: 변경묶음
721 label_changeset_plural: 변경묶음
722 label_default_columns: 기본 컬럼
722 label_default_columns: 기본 컬럼
723 label_no_change_option: (수정 안함)
723 label_no_change_option: (수정 안함)
724 label_bulk_edit_selected_issues: 선택한 일감들을 한꺼번에 수정하기
724 label_bulk_edit_selected_issues: 선택한 일감들을 한꺼번에 수정하기
725 label_theme: 테마
725 label_theme: 테마
726 label_default: 기본
726 label_default: 기본
727 label_search_titles_only: 제목에서만 찾기
727 label_search_titles_only: 제목에서만 찾기
728 label_user_mail_option_all: "내가 속한 프로젝트로들부터 모든 메일 받기"
728 label_user_mail_option_all: "내가 속한 프로젝트로들부터 모든 메일 받기"
729 label_user_mail_option_selected: "선택한 프로젝트들로부터 모든 메일 받기.."
729 label_user_mail_option_selected: "선택한 프로젝트들로부터 모든 메일 받기.."
730 label_user_mail_no_self_notified: "내가 만든 변경사항들에 대해서는 알림메일을 받지 않습니다."
730 label_user_mail_no_self_notified: "내가 만든 변경사항들에 대해서는 알림메일을 받지 않습니다."
731 label_registration_activation_by_email: 메일로 계정을 활성화하기
731 label_registration_activation_by_email: 메일로 계정을 활성화하기
732 label_registration_automatic_activation: 자동 계정 활성화
732 label_registration_automatic_activation: 자동 계정 활성화
733 label_registration_manual_activation: 수동 계정 활성화
733 label_registration_manual_activation: 수동 계정 활성화
734 label_display_per_page: "페이지당 줄수: %{value}"
734 label_display_per_page: "페이지당 줄수: %{value}"
735 label_age: 마지막 수정일
735 label_age: 마지막 수정일
736 label_change_properties: 속성 변경
736 label_change_properties: 속성 변경
737 label_general: 일반
737 label_general: 일반
738 label_more: 제목 및 설명 수정
738 label_more: 제목 및 설명 수정
739 label_scm: 형상관리시스템
739 label_scm: 형상관리시스템
740 label_plugins: 플러그인
740 label_plugins: 플러그인
741 label_ldap_authentication: LDAP 인증
741 label_ldap_authentication: LDAP 인증
742 label_downloads_abbr: D/L
742 label_downloads_abbr: D/L
743 label_optional_description: 부가적인 설명
743 label_optional_description: 부가적인 설명
744 label_add_another_file: 다른 파일 추가
744 label_add_another_file: 다른 파일 추가
745 label_preferences: 설정
745 label_preferences: 설정
746 label_chronological_order: 시간 순으로 정렬
746 label_chronological_order: 시간 순으로 정렬
747 label_reverse_chronological_order: 시간 역순으로 정렬
747 label_reverse_chronological_order: 시간 역순으로 정렬
748 label_planning: 프로젝트계획
748 label_planning: 프로젝트계획
749 label_incoming_emails: 수신 메일
749 label_incoming_emails: 수신 메일
750 label_generate_key: 키 생성
750 label_generate_key: 키 생성
751 label_issue_watchers: 일감관계자
751 label_issue_watchers: 일감관계자
752 label_example:
752 label_example:
753 label_display: 표시방식
753 label_display: 표시방식
754 label_sort: 정렬
754 label_sort: 정렬
755 label_ascending: 오름차순
755 label_ascending: 오름차순
756 label_descending: 내림차순
756 label_descending: 내림차순
757 label_date_from_to: "%{start}부터 %{end}까지"
757 label_date_from_to: "%{start}부터 %{end}까지"
758 label_wiki_content_added: 위키페이지 추가
758 label_wiki_content_added: 위키페이지 추가
759 label_wiki_content_updated: 위키페이지 수정
759 label_wiki_content_updated: 위키페이지 수정
760
760
761 button_login: 로그인
761 button_login: 로그인
762 button_submit: 확인
762 button_submit: 확인
763 button_save: 저장
763 button_save: 저장
764 button_check_all: 모두선택
764 button_check_all: 모두선택
765 button_uncheck_all: 선택해제
765 button_uncheck_all: 선택해제
766 button_delete: 삭제
766 button_delete: 삭제
767 button_create: 만들기
767 button_create: 만들기
768 button_create_and_continue: 만들고 계속하기
768 button_create_and_continue: 만들고 계속하기
769 button_test: 테스트
769 button_test: 테스트
770 button_edit: 편집
770 button_edit: 편집
771 button_add: 추가
771 button_add: 추가
772 button_change: 변경
772 button_change: 변경
773 button_apply: 적용
773 button_apply: 적용
774 button_clear: 지우기
774 button_clear: 지우기
775 button_lock: 잠금
775 button_lock: 잠금
776 button_unlock: 잠금해제
776 button_unlock: 잠금해제
777 button_download: 다운로드
777 button_download: 다운로드
778 button_list: 목록
778 button_list: 목록
779 button_view: 보기
779 button_view: 보기
780 button_move: 이동
780 button_move: 이동
781 button_back: 뒤로
781 button_back: 뒤로
782 button_cancel: 취소
782 button_cancel: 취소
783 button_activate: 활성화
783 button_activate: 활성화
784 button_sort: 정렬
784 button_sort: 정렬
785 button_log_time: 작업시간 기록
785 button_log_time: 작업시간 기록
786 button_rollback: 이 버전으로 되돌리기
786 button_rollback: 이 버전으로 되돌리기
787 button_watch: 지켜보기
787 button_watch: 지켜보기
788 button_unwatch: 관심끄기
788 button_unwatch: 관심끄기
789 button_reply: 답글
789 button_reply: 답글
790 button_archive: 잠금보관
790 button_archive: 잠금보관
791 button_unarchive: 잠금보관해제
791 button_unarchive: 잠금보관해제
792 button_reset: 초기화
792 button_reset: 초기화
793 button_rename: 이름바꾸기
793 button_rename: 이름바꾸기
794 button_change_password: 비밀번호 바꾸기
794 button_change_password: 비밀번호 바꾸기
795 button_copy: 복사
795 button_copy: 복사
796 button_annotate: 이력해설
796 button_annotate: 이력해설
797 button_update: 수정
797 button_update: 수정
798 button_configure: 설정
798 button_configure: 설정
799 button_quote: 댓글달기
799 button_quote: 댓글달기
800
800
801 status_active: 사용중
801 status_active: 사용중
802 status_registered: 등록대기
802 status_registered: 등록대기
803 status_locked: 잠김
803 status_locked: 잠김
804
804
805 text_select_mail_notifications: 알림메일이 필요한 작업을 선택하세요.
805 text_select_mail_notifications: 알림메일이 필요한 작업을 선택하세요.
806 text_regexp_info: 예) ^[A-Z0-9]+$
806 text_regexp_info: 예) ^[A-Z0-9]+$
807 text_min_max_length_info: 0 는 제한이 없음을 의미함
807 text_min_max_length_info: 0 는 제한이 없음을 의미함
808 text_project_destroy_confirmation: 이 프로젝트를 삭제하고 모든 데이터를 지우시겠습니까?
808 text_project_destroy_confirmation: 이 프로젝트를 삭제하고 모든 데이터를 지우시겠습니까?
809 text_subprojects_destroy_warning: "하위 프로젝트(%{value})이(가) 자동으로 지워질 것입니다."
809 text_subprojects_destroy_warning: "하위 프로젝트(%{value})이(가) 자동으로 지워질 것입니다."
810 text_workflow_edit: 업무흐름 수정하려면 역할과 일감 유형을 선택하세요.
810 text_workflow_edit: 업무흐름 수정하려면 역할과 일감 유형을 선택하세요.
811 text_are_you_sure: 계속 진행 하시겠습니까?
811 text_are_you_sure: 계속 진행 하시겠습니까?
812 text_tip_issue_begin_day: 오늘 시작하는 업무(task)
812 text_tip_issue_begin_day: 오늘 시작하는 업무(task)
813 text_tip_issue_end_day: 오늘 종료하는 업무(task)
813 text_tip_issue_end_day: 오늘 종료하는 업무(task)
814 text_tip_issue_begin_end_day: 오늘 시작하고 종료하는 업무(task)
814 text_tip_issue_begin_end_day: 오늘 시작하고 종료하는 업무(task)
815 text_caracters_maximum: "최대 %{count} 글자 가능"
815 text_caracters_maximum: "최대 %{count} 글자 가능"
816 text_caracters_minimum: "최소한 %{count} 글자 이상이어야 합니다."
816 text_caracters_minimum: "최소한 %{count} 글자 이상이어야 합니다."
817 text_length_between: "%{min} 에서 %{max} 글자"
817 text_length_between: "%{min} 에서 %{max} 글자"
818 text_tracker_no_workflow: 이 일감 유형에는 업무흐름이 정의되지 않았습니다.
818 text_tracker_no_workflow: 이 일감 유형에는 업무흐름이 정의되지 않았습니다.
819 text_unallowed_characters: 허용되지 않는 문자열
819 text_unallowed_characters: 허용되지 않는 문자열
820 text_comma_separated: "구분자','를 이용해서 여러 개의 값을 입력할 있습니다."
820 text_comma_separated: "구분자','를 이용해서 여러 개의 값을 입력할 있습니다."
821 text_issues_ref_in_commit_messages: 제출 메시지에서 일감을 참조하거나 해결하기
821 text_issues_ref_in_commit_messages: 제출 메시지에서 일감을 참조하거나 해결하기
822 text_issue_added: "%{author}이(가) 일감 %{id}을(를) 보고하였습니다."
822 text_issue_added: "%{author}이(가) 일감 %{id}을(를) 보고하였습니다."
823 text_issue_updated: "%{author}이(가) 일감 %{id}을(를) 수정하였습니다."
823 text_issue_updated: "%{author}이(가) 일감 %{id}을(를) 수정하였습니다."
824 text_wiki_destroy_confirmation: 이 위키와 모든 내용을 지우시겠습니까?
824 text_wiki_destroy_confirmation: 이 위키와 모든 내용을 지우시겠습니까?
825 text_issue_category_destroy_question: "일부 일감들(%{count}개)이 범주에 지정되어 있습니다. 어떻게 하시겠습니까?"
825 text_issue_category_destroy_question: "일부 일감들(%{count}개)이 범주에 지정되어 있습니다. 어떻게 하시겠습니까?"
826 text_issue_category_destroy_assignments: 범주 지정 지우기
826 text_issue_category_destroy_assignments: 범주 지정 지우기
827 text_issue_category_reassign_to: 일감을 이 범주에 다시 지정하기
827 text_issue_category_reassign_to: 일감을 이 범주에 다시 지정하기
828 text_user_mail_option: "선택하지 않은 프로젝트에서도, 지켜보는 중이거나 속해있는 사항(일감를 발행했거나 할당된 경우)이 있으면 알림메일을 받게 됩니다."
828 text_user_mail_option: "선택하지 않은 프로젝트에서도, 지켜보는 중이거나 속해있는 사항(일감를 발행했거나 할당된 경우)이 있으면 알림메일을 받게 됩니다."
829 text_no_configuration_data: "역할, 일감 유형, 일감 상태들과 업무흐름이 아직 설정되지 않았습니다.\n기본 설정을 읽어들이는 것을 권장합니다. 읽어들인 후에 수정할 있습니다."
829 text_no_configuration_data: "역할, 일감 유형, 일감 상태들과 업무흐름이 아직 설정되지 않았습니다.\n기본 설정을 읽어들이는 것을 권장합니다. 읽어들인 후에 수정할 있습니다."
830 text_load_default_configuration: 기본 설정을 읽어들이기
830 text_load_default_configuration: 기본 설정을 읽어들이기
831 text_status_changed_by_changeset: "변경묶음 %{value}에 의하여 변경됨"
831 text_status_changed_by_changeset: "변경묶음 %{value}에 의하여 변경됨"
832 text_issues_destroy_confirmation: '선택한 일감를 정말로 삭제하시겠습니까?'
832 text_issues_destroy_confirmation: '선택한 일감를 정말로 삭제하시겠습니까?'
833 text_select_project_modules: '이 프로젝트에서 활성화시킬 모듈을 선택하세요:'
833 text_select_project_modules: '이 프로젝트에서 활성화시킬 모듈을 선택하세요:'
834 text_default_administrator_account_changed: 기본 관리자 계정이 변경
834 text_default_administrator_account_changed: 기본 관리자 계정이 변경
835 text_file_repository_writable: 파일 저장소 쓰기 가능
835 text_file_repository_writable: 파일 저장소 쓰기 가능
836 text_plugin_assets_writable: 플러그인 전용 디렉토리가 쓰기 가능
836 text_plugin_assets_writable: 플러그인 전용 디렉토리가 쓰기 가능
837 text_rmagick_available: RMagick 사용 가능 (선택적)
837 text_rmagick_available: RMagick 사용 가능 (선택적)
838 text_destroy_time_entries_question: 삭제하려는 일감에 %{hours} 시간이 보고되어 있습니다. 어떻게 하시겠습니까?
838 text_destroy_time_entries_question: 삭제하려는 일감에 %{hours} 시간이 보고되어 있습니다. 어떻게 하시겠습니까?
839 text_destroy_time_entries: 보고된 시간을 삭제하기
839 text_destroy_time_entries: 보고된 시간을 삭제하기
840 text_assign_time_entries_to_project: 보고된 시간을 프로젝트에 할당하기
840 text_assign_time_entries_to_project: 보고된 시간을 프로젝트에 할당하기
841 text_reassign_time_entries: '이 알림에 보고된 시간을 재할당하기:'
841 text_reassign_time_entries: '이 알림에 보고된 시간을 재할당하기:'
842 text_user_wrote: "%{value}의 덧글:"
842 text_user_wrote: "%{value}의 덧글:"
843 text_enumeration_category_reassign_to: '새로운 값을 설정:'
843 text_enumeration_category_reassign_to: '새로운 값을 설정:'
844 text_enumeration_destroy_question: "%{count} 개의 일감이 값을 사용하고 있습니다."
844 text_enumeration_destroy_question: "%{count} 개의 일감이 값을 사용하고 있습니다."
845 text_email_delivery_not_configured: "이메일 전달이 설정되지 않았습니다. 그래서 알림이 비활성화되었습니다.\n SMTP서버를 config/configuration.yml에서 설정하고 어플리케이션을 다시 시작하십시오. 그러면 동작합니다."
845 text_email_delivery_not_configured: "이메일 전달이 설정되지 않았습니다. 그래서 알림이 비활성화되었습니다.\n SMTP서버를 config/configuration.yml에서 설정하고 어플리케이션을 다시 시작하십시오. 그러면 동작합니다."
846 text_repository_usernames_mapping: "저장소 로그에서 발견된 사용자에 레드마인 사용자를 업데이트할때 선택합니다.\n레드마인과 저장소의 이름이나 이메일이 같은 사용자가 자동으로 연결됩니다."
846 text_repository_usernames_mapping: "저장소 로그에서 발견된 사용자에 레드마인 사용자를 업데이트할때 선택합니다.\n레드마인과 저장소의 이름이나 이메일이 같은 사용자가 자동으로 연결됩니다."
847 text_diff_truncated: '... 차이점은 표시할 있는 최대 줄수를 초과해서 차이점은 잘렸습니다.'
847 text_diff_truncated: '... 차이점은 표시할 있는 최대 줄수를 초과해서 차이점은 잘렸습니다.'
848 text_custom_field_possible_values_info: '각 줄'
848 text_custom_field_possible_values_info: '각 줄'
849 text_wiki_page_destroy_question: 이 페이지는 %{descendants} 개의 하위 페이지와 관련 내용이 있습니다. 이 내용을 어떻게 하시겠습니까?
849 text_wiki_page_destroy_question: 이 페이지는 %{descendants} 개의 하위 페이지와 관련 내용이 있습니다. 이 내용을 어떻게 하시겠습니까?
850 text_wiki_page_nullify_children: 하위 페이지를 최상위 페이지 아래로 지정
850 text_wiki_page_nullify_children: 하위 페이지를 최상위 페이지 아래로 지정
851 text_wiki_page_destroy_children: 모든 하위 페이지와 관련 내용을 삭제
851 text_wiki_page_destroy_children: 모든 하위 페이지와 관련 내용을 삭제
852 text_wiki_page_reassign_children: 하위 페이지를 이 페이지 아래로 지정
852 text_wiki_page_reassign_children: 하위 페이지를 이 페이지 아래로 지정
853
853
854 default_role_manager: 관리자
854 default_role_manager: 관리자
855 default_role_developer: 개발자
855 default_role_developer: 개발자
856 default_role_reporter: 보고자
856 default_role_reporter: 보고자
857 default_tracker_bug: 결함
857 default_tracker_bug: 결함
858 default_tracker_feature: 새기능
858 default_tracker_feature: 새기능
859 default_tracker_support: 지원
859 default_tracker_support: 지원
860 default_issue_status_new: 신규
860 default_issue_status_new: 신규
861 default_issue_status_in_progress: 진행
861 default_issue_status_in_progress: 진행
862 default_issue_status_resolved: 해결
862 default_issue_status_resolved: 해결
863 default_issue_status_feedback: 의견
863 default_issue_status_feedback: 의견
864 default_issue_status_closed: 완료
864 default_issue_status_closed: 완료
865 default_issue_status_rejected: 거절
865 default_issue_status_rejected: 거절
866 default_doc_category_user: 사용자 문서
866 default_doc_category_user: 사용자 문서
867 default_doc_category_tech: 기술 문서
867 default_doc_category_tech: 기술 문서
868 default_priority_low: 낮음
868 default_priority_low: 낮음
869 default_priority_normal: 보통
869 default_priority_normal: 보통
870 default_priority_high: 높음
870 default_priority_high: 높음
871 default_priority_urgent: 긴급
871 default_priority_urgent: 긴급
872 default_priority_immediate: 즉시
872 default_priority_immediate: 즉시
873 default_activity_design: 설계
873 default_activity_design: 설계
874 default_activity_development: 개발
874 default_activity_development: 개발
875
875
876 enumeration_issue_priorities: 일감 우선순위
876 enumeration_issue_priorities: 일감 우선순위
877 enumeration_doc_categories: 문서 범주
877 enumeration_doc_categories: 문서 범주
878 enumeration_activities: 작업분류(시간추적)
878 enumeration_activities: 작업분류(시간추적)
879
879
880 field_issue_to: 관련 일감
880 field_issue_to: 관련 일감
881 label_view_all_revisions: 모든 개정판 표시
881 label_view_all_revisions: 모든 개정판 표시
882 label_tag: 표지(票識)저장소
882 label_tag: 표지(票識)저장소
883 label_branch: 분기(分岐)저장소
883 label_branch: 분기(分岐)저장소
884 error_no_tracker_in_project: 사용할 수 있도록 설정된 일감 유형이 없습니다. 프로젝트 설정을 확인하십시오.
884 error_no_tracker_in_project: 사용할 수 있도록 설정된 일감 유형이 없습니다. 프로젝트 설정을 확인하십시오.
885 error_no_default_issue_status: '기본 상태가 정해져 있지 않습니다. 설정을 확인하십시오. (주 메뉴의 "관리" -> "일감 상태")'
885 error_no_default_issue_status: '기본 상태가 정해져 있지 않습니다. 설정을 확인하십시오. (주 메뉴의 "관리" -> "일감 상태")'
886 text_journal_changed: "%{label}을(를) %{old}에서 %{new}(으)로 변경되었습니다."
886 text_journal_changed: "%{label}을(를) %{old}에서 %{new}(으)로 변경되었습니다."
887 text_journal_set_to: "%{label}을(를) %{value}(으)로 지정되었습니다."
887 text_journal_set_to: "%{label}을(를) %{value}(으)로 지정되었습니다."
888 text_journal_deleted: "%{label} 값이 지워졌습니다. (%{old})"
888 text_journal_deleted: "%{label} 값이 지워졌습니다. (%{old})"
889 label_group_plural: 그룹
889 label_group_plural: 그룹
890 label_group: 그룹
890 label_group: 그룹
891 label_group_new: 새 그룹
891 label_group_new: 새 그룹
892 label_time_entry_plural: 작업시간
892 label_time_entry_plural: 작업시간
893 text_journal_added: "%{label}에 %{value}이(가) 추가되었습니다."
893 text_journal_added: "%{label}에 %{value}이(가) 추가되었습니다."
894 field_active: 사용중
894 field_active: 사용중
895 enumeration_system_activity: 시스템 작업
895 enumeration_system_activity: 시스템 작업
896 permission_delete_issue_watchers: 일감관계자 지우기
896 permission_delete_issue_watchers: 일감관계자 지우기
897 version_status_closed: 닫힘
897 version_status_closed: 닫힘
898 version_status_locked: 잠김
898 version_status_locked: 잠김
899 version_status_open: 진행
899 version_status_open: 진행
900 error_can_not_reopen_issue_on_closed_version: 닫힌 버전에 할당된 일감은 다시 재발생시킬 수 없습니다.
900 error_can_not_reopen_issue_on_closed_version: 닫힌 버전에 할당된 일감은 다시 재발생시킬 수 없습니다.
901 label_user_anonymous: 이름없음
901 label_user_anonymous: 이름없음
902 button_move_and_follow: 이동하고 따라가기
902 button_move_and_follow: 이동하고 따라가기
903 setting_default_projects_modules: 새 프로젝트에 기본적으로 활성화될 모듈
903 setting_default_projects_modules: 새 프로젝트에 기본적으로 활성화될 모듈
904 setting_gravatar_default: 기본 그라바타 이미지
904 setting_gravatar_default: 기본 그라바타 이미지
905 field_sharing: 공유
905 field_sharing: 공유
906 label_version_sharing_hierarchy: 상위 및 하위 프로젝트
906 label_version_sharing_hierarchy: 상위 및 하위 프로젝트
907 label_version_sharing_system: 모든 프로젝트
907 label_version_sharing_system: 모든 프로젝트
908 label_version_sharing_descendants: 하위 프로젝트
908 label_version_sharing_descendants: 하위 프로젝트
909 label_version_sharing_tree: 최상위 및 모든 하위 프로젝트
909 label_version_sharing_tree: 최상위 및 모든 하위 프로젝트
910 label_version_sharing_none: 공유없음
910 label_version_sharing_none: 공유없음
911 error_can_not_archive_project: 이 프로젝트를 잠금보관할 수 없습니다.
911 error_can_not_archive_project: 이 프로젝트를 잠금보관할 수 없습니다.
912 button_duplicate: 복제
912 button_duplicate: 복제
913 button_copy_and_follow: 복사하고 따라가기
913 button_copy_and_follow: 복사하고 따라가기
914 label_copy_source: 원본
914 label_copy_source: 원본
915 setting_issue_done_ratio: 일감의 진척도 계산방법
915 setting_issue_done_ratio: 일감의 진척도 계산방법
916 setting_issue_done_ratio_issue_status: 일감 상태를 사용하기
916 setting_issue_done_ratio_issue_status: 일감 상태를 사용하기
917 error_issue_done_ratios_not_updated: 일감 진척도가 수정되지 않았습니다.
917 error_issue_done_ratios_not_updated: 일감 진척도가 수정되지 않았습니다.
918 error_workflow_copy_target: 대상 일감의 유형과 역할을 선택하세요.
918 error_workflow_copy_target: 대상 일감의 유형과 역할을 선택하세요.
919 setting_issue_done_ratio_issue_field: 일감 수정에서 진척도 입력하기
919 setting_issue_done_ratio_issue_field: 일감 수정에서 진척도 입력하기
920 label_copy_same_as_target: 대상과 같음.
920 label_copy_same_as_target: 대상과 같음.
921 label_copy_target: 대상
921 label_copy_target: 대상
922 notice_issue_done_ratios_updated: 일감 진척도가 수정되었습니다.
922 notice_issue_done_ratios_updated: 일감 진척도가 수정되었습니다.
923 error_workflow_copy_source: 원본 일감의 유형이나 역할을 선택하세요.
923 error_workflow_copy_source: 원본 일감의 유형이나 역할을 선택하세요.
924 label_update_issue_done_ratios: 모든 일감 진척도 갱신하기
924 label_update_issue_done_ratios: 모든 일감 진척도 갱신하기
925 setting_start_of_week: 달력 시작 요일
925 setting_start_of_week: 달력 시작 요일
926 permission_view_issues: 일감 보기
926 permission_view_issues: 일감 보기
927 label_display_used_statuses_only: 이 일감 유형에서 사용되는 상태만 보여주기
927 label_display_used_statuses_only: 이 일감 유형에서 사용되는 상태만 보여주기
928 label_revision_id: 개정판 %{value}
928 label_revision_id: 개정판 %{value}
929 label_api_access_key: API 접근키
929 label_api_access_key: API 접근키
930 label_api_access_key_created_on: API 접근키가 %{value} 전에 생성되었습니다.
930 label_api_access_key_created_on: API 접근키가 %{value} 전에 생성되었습니다.
931 label_feeds_access_key: RSS 접근키
931 label_feeds_access_key: RSS 접근키
932 notice_api_access_key_reseted: API 접근키가 초기화되었습니다.
932 notice_api_access_key_reseted: API 접근키가 초기화되었습니다.
933 setting_rest_api_enabled: REST 웹서비스 활성화
933 setting_rest_api_enabled: REST 웹서비스 활성화
934 label_missing_api_access_key: API 접근키가 없습니다.
934 label_missing_api_access_key: API 접근키가 없습니다.
935 label_missing_feeds_access_key: RSS 접근키가 없습니다.
935 label_missing_feeds_access_key: RSS 접근키가 없습니다.
936 button_show: 보기
936 button_show: 보기
937 text_line_separated: 여러 값이 허용됨(값 마다 한 줄씩)
937 text_line_separated: 여러 값이 허용됨(값 마다 한 줄씩)
938 setting_mail_handler_body_delimiters: 메일 본문 구분자
938 setting_mail_handler_body_delimiters: 메일 본문 구분자
939 permission_add_subprojects: 하위 프로젝트 만들기
939 permission_add_subprojects: 하위 프로젝트 만들기
940 label_subproject_new: 새 하위 프로젝트
940 label_subproject_new: 새 하위 프로젝트
941 text_own_membership_delete_confirmation: |-
941 text_own_membership_delete_confirmation: |-
942 권한들 일부 또는 전부를 막 삭제하려고 하고 있습니다. 그렇게 되면 이 프로젝트를 더이상 수정할 수 없게 됩니다.
942 권한들 일부 또는 전부를 막 삭제하려고 하고 있습니다. 그렇게 되면 이 프로젝트를 더이상 수정할 수 없게 됩니다.
943 계속하시겠습니까?
943 계속하시겠습니까?
944 label_close_versions: 완료된 버전 닫기
944 label_close_versions: 완료된 버전 닫기
945 label_board_sticky: 붙박이
945 label_board_sticky: 붙박이
946 label_board_locked: 잠금
946 label_board_locked: 잠금
947 permission_export_wiki_pages: 위키 페이지 내보내기
947 permission_export_wiki_pages: 위키 페이지 내보내기
948 setting_cache_formatted_text: 형식을 가진 텍스트 빠른 임시 기억
948 setting_cache_formatted_text: 형식을 가진 텍스트 빠른 임시 기억
949 permission_manage_project_activities: 프로젝트 작업내역 관리
949 permission_manage_project_activities: 프로젝트 작업내역 관리
950 error_unable_delete_issue_status: 일감 상태를 지울 수 없습니다.
950 error_unable_delete_issue_status: 일감 상태를 지울 수 없습니다.
951 label_profile: 사용자정보
951 label_profile: 사용자정보
952 permission_manage_subtasks: 하위 일감 관리
952 permission_manage_subtasks: 하위 일감 관리
953 field_parent_issue: 상위 일감
953 field_parent_issue: 상위 일감
954 label_subtask_plural: 하위 일감
954 label_subtask_plural: 하위 일감
955 label_project_copy_notifications: 프로젝트 복사 중에 이메일 알림 보내기
955 label_project_copy_notifications: 프로젝트 복사 중에 이메일 알림 보내기
956 error_can_not_delete_custom_field: 사용자 정의 필드를 삭제할 수 없습니다.
956 error_can_not_delete_custom_field: 사용자 정의 필드를 삭제할 수 없습니다.
957 error_unable_to_connect: 연결할 수 없습니다((%{value})
957 error_unable_to_connect: 연결할 수 없습니다((%{value})
958 error_can_not_remove_role: 이 역할은 현재 사용 중이이서 삭제할 수 없습니다.
958 error_can_not_remove_role: 이 역할은 현재 사용 중이이서 삭제할 수 없습니다.
959 error_can_not_delete_tracker: 이 유형의 일감들이 있어서 삭제할 수 없습니다.
959 error_can_not_delete_tracker: 이 유형의 일감들이 있어서 삭제할 수 없습니다.
960 field_principal: 신원
960 field_principal: 신원
961 label_my_page_block: 내 페이지 출력화면
961 label_my_page_block: 내 페이지 출력화면
962 notice_failed_to_save_members: "%{errors}:구성원을 저장 실패하였습니다"
962 notice_failed_to_save_members: "%{errors}:구성원을 저장 실패하였습니다"
963 text_zoom_out: 더 작게
963 text_zoom_out: 더 작게
964 text_zoom_in: 더 크게
964 text_zoom_in: 더 크게
965 notice_unable_delete_time_entry: 시간 기록 항목을 삭제할 수 없습니다.
965 notice_unable_delete_time_entry: 시간 기록 항목을 삭제할 수 없습니다.
966 label_overall_spent_time: 총 소요시간
966 label_overall_spent_time: 총 소요시간
967 field_time_entries: 기록된 시간
967 field_time_entries: 기록된 시간
968 project_module_gantt: Gantt 챠트
968 project_module_gantt: Gantt 챠트
969 project_module_calendar: 달력
969 project_module_calendar: 달력
970 button_edit_associated_wikipage: "연관된 위키 페이지 %{page_title} 수정"
970 button_edit_associated_wikipage: "연관된 위키 페이지 %{page_title} 수정"
971 field_text: 텍스트 영역
971 field_text: 텍스트 영역
972 label_user_mail_option_only_owner: 내가 저자인 사항만
972 label_user_mail_option_only_owner: 내가 저자인 사항만
973 setting_default_notification_option: 기본 알림 옵션
973 setting_default_notification_option: 기본 알림 옵션
974 label_user_mail_option_only_my_events: 내가 지켜보거나 속해있는 사항만
974 label_user_mail_option_only_my_events: 내가 지켜보거나 속해있는 사항만
975 label_user_mail_option_only_assigned: 내에게 할당된 사항만
975 label_user_mail_option_only_assigned: 내에게 할당된 사항만
976 label_user_mail_option_none: 알림 없음
976 label_user_mail_option_none: 알림 없음
977 field_member_of_group: 할당된 사람의 그룹
977 field_member_of_group: 할당된 사람의 그룹
978 field_assigned_to_role: 할당된 사람의 역할
978 field_assigned_to_role: 할당된 사람의 역할
979 notice_not_authorized_archived_project: 접근하려는 프로젝트는 이미 잠금보관되어 있습니다.
979 notice_not_authorized_archived_project: 접근하려는 프로젝트는 이미 잠금보관되어 있습니다.
980 label_principal_search: "사용자 그룹 찾기:"
980 label_principal_search: "사용자 그룹 찾기:"
981 label_user_search: "사용자 찾기::"
981 label_user_search: "사용자 찾기::"
982 field_visible: 보이기
982 field_visible: 보이기
983 setting_emails_header: 이메일 헤더
983 setting_emails_header: 이메일 헤더
984 setting_commit_logtime_activity_id: 기록된 시간에 적용할 작업분류
984 setting_commit_logtime_activity_id: 기록된 시간에 적용할 작업분류
985 text_time_logged_by_changeset: "변경묶음 %{value}에서 적용되었습니다."
985 text_time_logged_by_changeset: "변경묶음 %{value}에서 적용되었습니다."
986 setting_commit_logtime_enabled: 커밋 시점에 작업 시간 기록 활성화
986 setting_commit_logtime_enabled: 커밋 시점에 작업 시간 기록 활성화
987 notice_gantt_chart_truncated: "표시할 있는 최대 항목수(%{max})를 초과하여 차트가 잘렸습니다."
987 notice_gantt_chart_truncated: "표시할 있는 최대 항목수(%{max})를 초과하여 차트가 잘렸습니다."
988 setting_gantt_items_limit: "Gantt 차트에 표시되는 최대 항목수"
988 setting_gantt_items_limit: "Gantt 차트에 표시되는 최대 항목수"
989 field_warn_on_leaving_unsaved: "저장하지 않은 페이지를 빠져나갈 나에게 알림"
989 field_warn_on_leaving_unsaved: "저장하지 않은 페이지를 빠져나갈 나에게 알림"
990 text_warn_on_leaving_unsaved: "현재 페이지는 저장되지 않은 문자가 있습니다. 페이지를 빠져나가면 내용을 잃을것입니다."
990 text_warn_on_leaving_unsaved: "현재 페이지는 저장되지 않은 문자가 있습니다. 페이지를 빠져나가면 내용을 잃을것입니다."
991 label_my_queries: "내 검색 양식"
991 label_my_queries: "내 검색 양식"
992 text_journal_changed_no_detail: "%{label}이 변경되었습니다."
992 text_journal_changed_no_detail: "%{label}이 변경되었습니다."
993 label_news_comment_added: "뉴스에 설명이 추가되었습니다."
993 label_news_comment_added: "뉴스에 설명이 추가되었습니다."
994 button_expand_all: "모두 확장"
994 button_expand_all: "모두 확장"
995 button_collapse_all: "모두 축소"
995 button_collapse_all: "모두 축소"
996 label_additional_workflow_transitions_for_assignee: "사용자가 작업자일 허용되는 추가 상태"
996 label_additional_workflow_transitions_for_assignee: "사용자가 작업자일 허용되는 추가 상태"
997 label_additional_workflow_transitions_for_author: "사용자가 저자일 허용되는 추가 상태"
997 label_additional_workflow_transitions_for_author: "사용자가 저자일 허용되는 추가 상태"
998 label_bulk_edit_selected_time_entries: "선택된 소요 시간 대량 편집"
998 label_bulk_edit_selected_time_entries: "선택된 소요 시간 대량 편집"
999 text_time_entries_destroy_confirmation: "선택한 소요 시간 항목을 삭제하시겠습니까?"
999 text_time_entries_destroy_confirmation: "선택한 소요 시간 항목을 삭제하시겠습니까?"
1000 label_role_anonymous: Anonymous
1000 label_role_anonymous: Anonymous
1001 label_role_non_member: Non member
1001 label_role_non_member: Non member
1002
1002
1003 label_issue_note_added: "덧글이 추가되었습니다."
1003 label_issue_note_added: "덧글이 추가되었습니다."
1004 label_issue_status_updated: "상태가 변경되었습니다."
1004 label_issue_status_updated: "상태가 변경되었습니다."
1005 label_issue_priority_updated: "우선 순위가 변경되었습니다."
1005 label_issue_priority_updated: "우선 순위가 변경되었습니다."
1006 label_issues_visibility_own: "일감을 생성하거나 맡은 사용자"
1006 label_issues_visibility_own: "일감을 생성하거나 맡은 사용자"
1007 field_issues_visibility: "일감 보임"
1007 field_issues_visibility: "일감 보임"
1008 label_issues_visibility_all: "모든 일감"
1008 label_issues_visibility_all: "모든 일감"
1009 permission_set_own_issues_private: "자신의 일감을 공개나 비공개로 설정"
1009 permission_set_own_issues_private: "자신의 일감을 공개나 비공개로 설정"
1010 field_is_private: "비공개"
1010 field_is_private: "비공개"
1011 permission_set_issues_private: "일감을 공개나 비공개로 설정"
1011 permission_set_issues_private: "일감을 공개나 비공개로 설정"
1012 label_issues_visibility_public: "모든 비공개 일감"
1012 label_issues_visibility_public: "모든 비공개 일감"
1013 text_issues_destroy_descendants_confirmation: "%{count} 개의 하위 일감을 삭제할 것입니다."
1013 text_issues_destroy_descendants_confirmation: "%{count} 개의 하위 일감을 삭제할 것입니다."
1014 field_commit_logs_encoding: "제출(commit) 기록 인코딩"
1014 field_commit_logs_encoding: "제출(commit) 기록 인코딩"
1015 field_scm_path_encoding: "경로 인코딩"
1015 field_scm_path_encoding: "경로 인코딩"
1016 text_scm_path_encoding_note: "기본: UTF-8"
1016 text_scm_path_encoding_note: "기본: UTF-8"
1017 field_path_to_repository: "저장소 경로"
1017 field_path_to_repository: "저장소 경로"
1018 field_root_directory: "루트 경로"
1018 field_root_directory: "루트 경로"
1019 field_cvs_module: "모듈"
1019 field_cvs_module: "모듈"
1020 field_cvsroot: "CVS 루트"
1020 field_cvsroot: "CVS 루트"
1021 text_mercurial_repository_note: "로컬 저장소 (예: /hgrepo, c:\\hgrepo)"
1021 text_mercurial_repository_note: "로컬 저장소 (예: /hgrepo, c:\\hgrepo)"
1022 text_scm_command: "명령"
1022 text_scm_command: "명령"
1023 text_scm_command_version: "버전"
1023 text_scm_command_version: "버전"
1024 label_git_report_last_commit: "파일이나 폴더의 마지막 제출(commit)을 보고"
1024 label_git_report_last_commit: "파일이나 폴더의 마지막 제출(commit)을 보고"
1025 text_scm_config: "SCM 명령을 config/configuration.yml에서 수정할 있습니다. 수정후에는 재시작하십시오."
1025 text_scm_config: "SCM 명령을 config/configuration.yml에서 수정할 있습니다. 수정후에는 재시작하십시오."
1026 text_scm_command_not_available: "SCM 명령을 사용할 없습니다. 관리 페이지의 설정을 검사하십시오."
1026 text_scm_command_not_available: "SCM 명령을 사용할 없습니다. 관리 페이지의 설정을 검사하십시오."
1027 notice_issue_successful_create: "%{id} 일감이 생성되었습니다."
1027 notice_issue_successful_create: "%{id} 일감이 생성되었습니다."
1028 label_between: "사이"
1028 label_between: "사이"
1029 setting_issue_group_assignment: "그룹에 일감 할당 허용"
1029 setting_issue_group_assignment: "그룹에 일감 할당 허용"
1030 label_diff: "비교(diff)"
1030 label_diff: "비교(diff)"
1031 text_git_repository_note: "저장소는 노출된 로컬입니다. (예: /gitrepo, c:\\gitrepo)"
1031 text_git_repository_note: "저장소는 노출된 로컬입니다. (예: /gitrepo, c:\\gitrepo)"
1032 description_query_sort_criteria_direction: "정렬 방향"
1032 description_query_sort_criteria_direction: "정렬 방향"
1033 description_project_scope: "검색 범위"
1033 description_project_scope: "검색 범위"
1034 description_filter: "검색 조건"
1034 description_filter: "검색 조건"
1035 description_user_mail_notification: "메일 알림 설정"
1035 description_user_mail_notification: "메일 알림 설정"
1036 description_date_from: "시작 날짜 입력"
1036 description_date_from: "시작 날짜 입력"
1037 description_message_content: "메세지 내용"
1037 description_message_content: "메세지 내용"
1038 description_available_columns: "가능한 컬럼"
1038 description_available_columns: "가능한 컬럼"
1039 description_date_range_interval: "시작과 날짜로 범위를 선택하십시오."
1039 description_date_range_interval: "시작과 날짜로 범위를 선택하십시오."
1040 description_issue_category_reassign: "일감 범주를 선택하십시오."
1040 description_issue_category_reassign: "일감 범주를 선택하십시오."
1041 description_search: "검색항목"
1041 description_search: "검색항목"
1042 description_notes: "덧글"
1042 description_notes: "덧글"
1043 description_date_range_list: "목록에서 범위를 선택 하십시오."
1043 description_date_range_list: "목록에서 범위를 선택 하십시오."
1044 description_choose_project: "프로젝트"
1044 description_choose_project: "프로젝트"
1045 description_date_to: "종료 날짜 입력"
1045 description_date_to: "종료 날짜 입력"
1046 description_query_sort_criteria_attribute: "정렬 속성"
1046 description_query_sort_criteria_attribute: "정렬 속성"
1047 description_wiki_subpages_reassign: "새로운 상위 페이지를 선택하십시오."
1047 description_wiki_subpages_reassign: "새로운 상위 페이지를 선택하십시오."
1048 description_selected_columns: "선택된 컬럼"
1048 description_selected_columns: "선택된 컬럼"
1049 label_parent_revision: "상위"
1049 label_parent_revision: "상위"
1050 label_child_revision: "하위"
1050 label_child_revision: "하위"
1051 error_scm_annotate_big_text_file: "최대 텍스트 파일 크기를 초과 하면 항목은 이력화 없습니다."
1051 error_scm_annotate_big_text_file: "최대 텍스트 파일 크기를 초과 하면 항목은 이력화 없습니다."
1052 setting_default_issue_start_date_to_creation_date: "새로운 일감의 시작 날짜로 오늘 날짜 사용"
1052 setting_default_issue_start_date_to_creation_date: "새로운 일감의 시작 날짜로 오늘 날짜 사용"
1053 button_edit_section: "이 부분 수정"
1053 button_edit_section: "이 부분 수정"
1054 setting_repositories_encodings: "첨부파일이나 저장소 인코딩"
1054 setting_repositories_encodings: "첨부파일이나 저장소 인코딩"
1055 description_all_columns: "모든 컬럼"
1055 description_all_columns: "모든 컬럼"
1056 button_export: "내보내기"
1056 button_export: "내보내기"
1057 label_export_options: "내보내기 옵션: %{export_format}"
1057 label_export_options: "내보내기 옵션: %{export_format}"
1058 error_attachment_too_big: "이 파일은 제한된 크기(%{max_size})를 초과하였기 때문에 업로드 없습니다."
1058 error_attachment_too_big: "이 파일은 제한된 크기(%{max_size})를 초과하였기 때문에 업로드 없습니다."
1059
1059
1060 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1060 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1061 label_x_issues:
1061 label_x_issues:
1062 zero: 0 일감
1062 zero: 0 일감
1063 one: 1 일감
1063 one: 1 일감
1064 other: "%{count} 일감"
1064 other: "%{count} 일감"
1065 label_repository_new: 저장소 추가
1065 label_repository_new: 저장소 추가
1066 field_repository_is_default: 주 저장소
1066 field_repository_is_default: 주 저장소
1067 label_copy_attachments: 첨부파일 복사
1067 label_copy_attachments: 첨부파일 복사
1068 label_item_position: "%{position}/%{count}"
1068 label_item_position: "%{position}/%{count}"
1069 label_completed_versions: 완료 버전
1069 label_completed_versions: 완료 버전
1070 text_project_identifier_info: "소문자(a-z),숫자,대쉬(-)와 밑줄(_)만 가능합니다.<br />식별자는 저장후에는 수정할 없습니다."
1070 text_project_identifier_info: "소문자(a-z),숫자,대쉬(-)와 밑줄(_)만 가능합니다.<br />식별자는 저장후에는 수정할 없습니다."
1071 field_multiple: 복수선택가능
1071 field_multiple: 복수선택가능
1072 setting_commit_cross_project_ref: 다른 프로젝트의 일감 참조 및 수정 허용
1072 setting_commit_cross_project_ref: 다른 프로젝트의 일감 참조 및 수정 허용
1073 text_issue_conflict_resolution_add_notes: 변경내용은 취소하고 덧글만 추가
1073 text_issue_conflict_resolution_add_notes: 변경내용은 취소하고 덧글만 추가
1074 text_issue_conflict_resolution_overwrite: 변경내용 강제적용 (이전 덧글을 제외하고 덮어 씁니다)
1074 text_issue_conflict_resolution_overwrite: 변경내용 강제적용 (이전 덧글을 제외하고 덮어 씁니다)
1075 notice_issue_update_conflict: 일감이 수정되는 동안 다른 사용자에 의해서 변경되었습니다.
1075 notice_issue_update_conflict: 일감이 수정되는 동안 다른 사용자에 의해서 변경되었습니다.
1076 text_issue_conflict_resolution_cancel: "변경내용을 되돌리고 다시 표시 %{link}"
1076 text_issue_conflict_resolution_cancel: "변경내용을 되돌리고 다시 표시 %{link}"
1077 permission_manage_related_issues: 연계된 일감 관리
1077 permission_manage_related_issues: 연계된 일감 관리
1078 field_auth_source_ldap_filter: LDAP filter
1078 field_auth_source_ldap_filter: LDAP filter
1079 label_search_for_watchers: 추가할 일감관계자 검색
1079 label_search_for_watchers: 추가할 일감관계자 검색
1080 notice_account_deleted: 당신의 계정이 완전히 삭제되었습니다.
1080 notice_account_deleted: 당신의 계정이 완전히 삭제되었습니다.
1081 setting_unsubscribe: 사용자들이 자신의 계정을 삭제토록 허용
1081 setting_unsubscribe: 사용자들이 자신의 계정을 삭제토록 허용
1082 button_delete_my_account: 나의계정삭제
1082 button_delete_my_account: 나의계정삭제
1083 text_account_destroy_confirmation: |-
1083 text_account_destroy_confirmation: |-
1084 계속하시겠습니까?
1084 계속하시겠습니까?
1085 계정이 삭제되면 복구할 수 없습니다.
1085 계정이 삭제되면 복구할 수 없습니다.
1086 error_session_expired: 당신의 세션이 만료되었습니다. 다시 로그인하세요.
1086 error_session_expired: 당신의 세션이 만료되었습니다. 다시 로그인하세요.
1087 text_session_expiration_settings: "경고: 설정을 바꾸면 당신을 포함하여 현재의 세션들을 만료시킬 있습니다."
1087 text_session_expiration_settings: "경고: 설정을 바꾸면 당신을 포함하여 현재의 세션들을 만료시킬 있습니다."
1088 setting_session_lifetime: 세션 최대 시간
1088 setting_session_lifetime: 세션 최대 시간
1089 setting_session_timeout: 세션 비활성화 타임아웃
1089 setting_session_timeout: 세션 비활성화 타임아웃
1090 label_session_expiration: 세션 만료
1090 label_session_expiration: 세션 만료
1091 permission_close_project: Close / reopen the project
1091 permission_close_project: Close / reopen the project
1092 label_show_closed_projects: View closed projects
1092 label_show_closed_projects: View closed projects
1093 button_close: Close
1093 button_close: Close
1094 button_reopen: Reopen
1094 button_reopen: Reopen
1095 project_status_active: active
1095 project_status_active: active
1096 project_status_closed: closed
1096 project_status_closed: closed
1097 project_status_archived: archived
1097 project_status_archived: archived
1098 text_project_closed: This project is closed and read-only.
1098 text_project_closed: This project is closed and read-only.
1099 notice_user_successful_create: User %{id} created.
1099 notice_user_successful_create: User %{id} created.
1100 field_core_fields: Standard fields
1100 field_core_fields: Standard fields
1101 field_timeout: Timeout (in seconds)
1101 field_timeout: Timeout (in seconds)
1102 setting_thumbnails_enabled: Display attachment thumbnails
1102 setting_thumbnails_enabled: Display attachment thumbnails
1103 setting_thumbnails_size: Thumbnails size (in pixels)
1103 setting_thumbnails_size: Thumbnails size (in pixels)
1104 label_status_transitions: Status transitions
1104 label_status_transitions: Status transitions
1105 label_fields_permissions: Fields permissions
1105 label_fields_permissions: Fields permissions
1106 label_readonly: Read-only
1106 label_readonly: Read-only
1107 label_required: Required
1107 label_required: Required
1108 text_repository_identifier_info: "소문자(a-z),숫자,대쉬(-)와 밑줄(_)만 가능합니다.<br />식별자는 저장후에는 수정할 없습니다."
1108 text_repository_identifier_info: "소문자(a-z),숫자,대쉬(-)와 밑줄(_)만 가능합니다.<br />식별자는 저장후에는 수정할 없습니다."
1109 field_board_parent: Parent forum
1109 field_board_parent: Parent forum
1110 label_attribute_of_project: Project's %{name}
1110 label_attribute_of_project: Project's %{name}
1111 label_attribute_of_author: Author's %{name}
1111 label_attribute_of_author: Author's %{name}
1112 label_attribute_of_assigned_to: Assignee's %{name}
1112 label_attribute_of_assigned_to: Assignee's %{name}
1113 label_attribute_of_fixed_version: Target version's %{name}
1113 label_attribute_of_fixed_version: Target version's %{name}
1114 label_copy_subtasks: Copy subtasks
1114 label_copy_subtasks: Copy subtasks
1115 label_copied_to: copied to
1115 label_copied_to: copied to
1116 label_copied_from: copied from
1116 label_copied_from: copied from
1117 label_any_issues_in_project: any issues in project
1117 label_any_issues_in_project: any issues in project
1118 label_any_issues_not_in_project: any issues not in project
1118 label_any_issues_not_in_project: any issues not in project
1119 field_private_notes: Private notes
1119 field_private_notes: Private notes
1120 permission_view_private_notes: View private notes
1120 permission_view_private_notes: View private notes
1121 permission_set_notes_private: Set notes as private
1121 permission_set_notes_private: Set notes as private
1122 label_no_issues_in_project: no issues in project
1122 label_no_issues_in_project: no issues in project
1123 label_any: 모두
1123 label_any: 모두
1124 label_last_n_weeks: last %{count} weeks
1124 label_last_n_weeks: last %{count} weeks
1125 setting_cross_project_subtasks: Allow cross-project subtasks
1125 setting_cross_project_subtasks: Allow cross-project subtasks
1126 label_cross_project_descendants: 하위 프로젝트
1126 label_cross_project_descendants: 하위 프로젝트
1127 label_cross_project_tree: 최상위 및 모든 하위 프로젝트
1127 label_cross_project_tree: 최상위 및 모든 하위 프로젝트
1128 label_cross_project_hierarchy: 상위 및 하위 프로젝트
1128 label_cross_project_hierarchy: 상위 및 하위 프로젝트
1129 label_cross_project_system: 모든 프로젝트
1129 label_cross_project_system: 모든 프로젝트
1130 button_hide: Hide
1130 button_hide: Hide
1131 setting_non_working_week_days: Non-working days
1131 setting_non_working_week_days: Non-working days
1132 label_in_the_next_days: in the next
1132 label_in_the_next_days: in the next
1133 label_in_the_past_days: in the past
1133 label_in_the_past_days: in the past
@@ -1,1085 +1,1085
1 # Serbian translations for Redmine
1 # Serbian translations for Redmine
2 # by Vladimir Medarović (vlada@medarovic.com)
2 # by Vladimir Medarović (vlada@medarovic.com)
3 sr-YU:
3 sr-YU:
4 direction: ltr
4 direction: ltr
5 jquery:
5 jquery:
6 locale: "sr"
6 locale: "sr"
7 date:
7 date:
8 formats:
8 formats:
9 # Use the strftime parameters for formats.
9 # Use the strftime parameters for formats.
10 # When no format has been given, it uses default.
10 # When no format has been given, it uses default.
11 # You can provide other formats here if you like!
11 # You can provide other formats here if you like!
12 default: "%d.%m.%Y."
12 default: "%d.%m.%Y."
13 short: "%e %b"
13 short: "%e %b"
14 long: "%B %e, %Y"
14 long: "%B %e, %Y"
15
15
16 day_names: [nedelja, ponedeljak, utorak, sreda, četvrtak, petak, subota]
16 day_names: [nedelja, ponedeljak, utorak, sreda, četvrtak, petak, subota]
17 abbr_day_names: [ned, pon, uto, sre, čet, pet, sub]
17 abbr_day_names: [ned, pon, uto, sre, čet, pet, sub]
18
18
19 # Don't forget the nil at the beginning; there's no such thing as a 0th month
19 # Don't forget the nil at the beginning; there's no such thing as a 0th month
20 month_names: [~, januar, februar, mart, april, maj, jun, jul, avgust, septembar, oktobar, novembar, decembar]
20 month_names: [~, januar, februar, mart, april, maj, jun, jul, avgust, septembar, oktobar, novembar, decembar]
21 abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, avg, sep, okt, nov, dec]
21 abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, avg, sep, okt, nov, dec]
22 # Used in date_select and datime_select.
22 # Used in date_select and datime_select.
23 order:
23 order:
24 - :day
24 - :day
25 - :month
25 - :month
26 - :year
26 - :year
27
27
28 time:
28 time:
29 formats:
29 formats:
30 default: "%d.%m.%Y. u %H:%M"
30 default: "%d.%m.%Y. u %H:%M"
31 time: "%H:%M"
31 time: "%H:%M"
32 short: "%d. %b u %H:%M"
32 short: "%d. %b u %H:%M"
33 long: "%d. %B %Y u %H:%M"
33 long: "%d. %B %Y u %H:%M"
34 am: "am"
34 am: "am"
35 pm: "pm"
35 pm: "pm"
36
36
37 datetime:
37 datetime:
38 distance_in_words:
38 distance_in_words:
39 half_a_minute: "pola minuta"
39 half_a_minute: "pola minuta"
40 less_than_x_seconds:
40 less_than_x_seconds:
41 one: "manje od jedne sekunde"
41 one: "manje od jedne sekunde"
42 other: "manje od %{count} sek."
42 other: "manje od %{count} sek."
43 x_seconds:
43 x_seconds:
44 one: "jedna sekunda"
44 one: "jedna sekunda"
45 other: "%{count} sek."
45 other: "%{count} sek."
46 less_than_x_minutes:
46 less_than_x_minutes:
47 one: "manje od minuta"
47 one: "manje od minuta"
48 other: "manje od %{count} min."
48 other: "manje od %{count} min."
49 x_minutes:
49 x_minutes:
50 one: "jedan minut"
50 one: "jedan minut"
51 other: "%{count} min."
51 other: "%{count} min."
52 about_x_hours:
52 about_x_hours:
53 one: "približno jedan sat"
53 one: "približno jedan sat"
54 other: "približno %{count} sati"
54 other: "približno %{count} sati"
55 x_hours:
55 x_hours:
56 one: "1 hour"
56 one: "1 hour"
57 other: "%{count} hours"
57 other: "%{count} hours"
58 x_days:
58 x_days:
59 one: "jedan dan"
59 one: "jedan dan"
60 other: "%{count} dana"
60 other: "%{count} dana"
61 about_x_months:
61 about_x_months:
62 one: "približno jedan mesec"
62 one: "približno jedan mesec"
63 other: "približno %{count} meseci"
63 other: "približno %{count} meseci"
64 x_months:
64 x_months:
65 one: "jedan mesec"
65 one: "jedan mesec"
66 other: "%{count} meseci"
66 other: "%{count} meseci"
67 about_x_years:
67 about_x_years:
68 one: "približno godinu dana"
68 one: "približno godinu dana"
69 other: "približno %{count} god."
69 other: "približno %{count} god."
70 over_x_years:
70 over_x_years:
71 one: "preko godinu dana"
71 one: "preko godinu dana"
72 other: "preko %{count} god."
72 other: "preko %{count} god."
73 almost_x_years:
73 almost_x_years:
74 one: "skoro godinu dana"
74 one: "skoro godinu dana"
75 other: "skoro %{count} god."
75 other: "skoro %{count} god."
76
76
77 number:
77 number:
78 format:
78 format:
79 separator: ","
79 separator: ","
80 delimiter: ""
80 delimiter: ""
81 precision: 3
81 precision: 3
82 human:
82 human:
83 format:
83 format:
84 delimiter: ""
84 delimiter: ""
85 precision: 3
85 precision: 3
86 storage_units:
86 storage_units:
87 format: "%n %u"
87 format: "%n %u"
88 units:
88 units:
89 byte:
89 byte:
90 one: "Byte"
90 one: "Byte"
91 other: "Bytes"
91 other: "Bytes"
92 kb: "KB"
92 kb: "KB"
93 mb: "MB"
93 mb: "MB"
94 gb: "GB"
94 gb: "GB"
95 tb: "TB"
95 tb: "TB"
96
96
97
97
98 # Used in array.to_sentence.
98 # Used in array.to_sentence.
99 support:
99 support:
100 array:
100 array:
101 sentence_connector: "i"
101 sentence_connector: "i"
102 skip_last_comma: false
102 skip_last_comma: false
103
103
104 activerecord:
104 activerecord:
105 errors:
105 errors:
106 template:
106 template:
107 header:
107 header:
108 one: "1 error prohibited this %{model} from being saved"
108 one: "1 error prohibited this %{model} from being saved"
109 other: "%{count} errors prohibited this %{model} from being saved"
109 other: "%{count} errors prohibited this %{model} from being saved"
110 messages:
110 messages:
111 inclusion: "nije uključen u spisak"
111 inclusion: "nije uključen u spisak"
112 exclusion: "je rezervisan"
112 exclusion: "je rezervisan"
113 invalid: "je neispravan"
113 invalid: "je neispravan"
114 confirmation: "potvrda ne odgovara"
114 confirmation: "potvrda ne odgovara"
115 accepted: "mora biti prihvaćen"
115 accepted: "mora biti prihvaćen"
116 empty: "ne može biti prazno"
116 empty: "ne može biti prazno"
117 blank: "ne može biti prazno"
117 blank: "ne može biti prazno"
118 too_long: "je predugačka (maksimum znakova je %{count})"
118 too_long: "je predugačka (maksimum znakova je %{count})"
119 too_short: "je prekratka (minimum znakova je %{count})"
119 too_short: "je prekratka (minimum znakova je %{count})"
120 wrong_length: "je pogrešne dužine (broj znakova mora biti %{count})"
120 wrong_length: "je pogrešne dužine (broj znakova mora biti %{count})"
121 taken: "je već u upotrebi"
121 taken: "je već u upotrebi"
122 not_a_number: "nije broj"
122 not_a_number: "nije broj"
123 not_a_date: "nije ispravan datum"
123 not_a_date: "nije ispravan datum"
124 greater_than: "mora biti veći od %{count}"
124 greater_than: "mora biti veći od %{count}"
125 greater_than_or_equal_to: "mora biti veći ili jednak %{count}"
125 greater_than_or_equal_to: "mora biti veći ili jednak %{count}"
126 equal_to: "mora biti jednak %{count}"
126 equal_to: "mora biti jednak %{count}"
127 less_than: "mora biti manji od %{count}"
127 less_than: "mora biti manji od %{count}"
128 less_than_or_equal_to: "mora biti manji ili jednak %{count}"
128 less_than_or_equal_to: "mora biti manji ili jednak %{count}"
129 odd: "mora biti paran"
129 odd: "mora biti paran"
130 even: "mora biti neparan"
130 even: "mora biti neparan"
131 greater_than_start_date: "mora biti veći od početnog datuma"
131 greater_than_start_date: "mora biti veći od početnog datuma"
132 not_same_project: "ne pripada istom projektu"
132 not_same_project: "ne pripada istom projektu"
133 circular_dependency: "Ova veza će stvoriti kružnu referencu"
133 circular_dependency: "Ova veza će stvoriti kružnu referencu"
134 cant_link_an_issue_with_a_descendant: "Problem ne može biti povezan sa jednim od svojih podzadataka"
134 cant_link_an_issue_with_a_descendant: "Problem ne može biti povezan sa jednim od svojih podzadataka"
135
135
136 actionview_instancetag_blank_option: Molim odaberite
136 actionview_instancetag_blank_option: Molim odaberite
137
137
138 general_text_No: 'Ne'
138 general_text_No: 'Ne'
139 general_text_Yes: 'Da'
139 general_text_Yes: 'Da'
140 general_text_no: 'ne'
140 general_text_no: 'ne'
141 general_text_yes: 'da'
141 general_text_yes: 'da'
142 general_lang_name: 'Srpski'
142 general_lang_name: 'Serbian (Srpski)'
143 general_csv_separator: ','
143 general_csv_separator: ','
144 general_csv_decimal_separator: '.'
144 general_csv_decimal_separator: '.'
145 general_csv_encoding: UTF-8
145 general_csv_encoding: UTF-8
146 general_pdf_encoding: UTF-8
146 general_pdf_encoding: UTF-8
147 general_first_day_of_week: '1'
147 general_first_day_of_week: '1'
148
148
149 notice_account_updated: Nalog je uspešno ažuriran.
149 notice_account_updated: Nalog je uspešno ažuriran.
150 notice_account_invalid_creditentials: Neispravno korisničko ime ili lozinka.
150 notice_account_invalid_creditentials: Neispravno korisničko ime ili lozinka.
151 notice_account_password_updated: Lozinka je uspešno ažurirana.
151 notice_account_password_updated: Lozinka je uspešno ažurirana.
152 notice_account_wrong_password: Pogrešna lozinka
152 notice_account_wrong_password: Pogrešna lozinka
153 notice_account_register_done: Korisnički nalog je uspešno kreiran. Kliknite na link koji ste dobili u e-poruci za aktivaciju.
153 notice_account_register_done: Korisnički nalog je uspešno kreiran. Kliknite na link koji ste dobili u e-poruci za aktivaciju.
154 notice_account_unknown_email: Nepoznat korisnik.
154 notice_account_unknown_email: Nepoznat korisnik.
155 notice_can_t_change_password: Ovaj korisnički nalog za potvrdu identiteta koristi spoljni izvor. Nemoguće je promeniti lozinku.
155 notice_can_t_change_password: Ovaj korisnički nalog za potvrdu identiteta koristi spoljni izvor. Nemoguće je promeniti lozinku.
156 notice_account_lost_email_sent: Poslata vam je e-poruka sa uputstvom za izbor nove lozinke
156 notice_account_lost_email_sent: Poslata vam je e-poruka sa uputstvom za izbor nove lozinke
157 notice_account_activated: Vaš korisnički nalog je aktiviran. Sada se možete prijaviti.
157 notice_account_activated: Vaš korisnički nalog je aktiviran. Sada se možete prijaviti.
158 notice_successful_create: Uspešno kreiranje.
158 notice_successful_create: Uspešno kreiranje.
159 notice_successful_update: Uspešno ažuriranje.
159 notice_successful_update: Uspešno ažuriranje.
160 notice_successful_delete: Uspešno brisanje.
160 notice_successful_delete: Uspešno brisanje.
161 notice_successful_connection: Uspešno povezivanje.
161 notice_successful_connection: Uspešno povezivanje.
162 notice_file_not_found: Strana kojoj želite pristupiti ne postoji ili je uklonjena.
162 notice_file_not_found: Strana kojoj želite pristupiti ne postoji ili je uklonjena.
163 notice_locking_conflict: Podatak je ažuriran od strane drugog korisnika.
163 notice_locking_conflict: Podatak je ažuriran od strane drugog korisnika.
164 notice_not_authorized: Niste ovlašćeni za pristup ovoj strani.
164 notice_not_authorized: Niste ovlašćeni za pristup ovoj strani.
165 notice_email_sent: "E-poruka je poslata na %{value}"
165 notice_email_sent: "E-poruka je poslata na %{value}"
166 notice_email_error: "Dogodila se greška prilikom slanja e-poruke (%{value})"
166 notice_email_error: "Dogodila se greška prilikom slanja e-poruke (%{value})"
167 notice_feeds_access_key_reseted: Vaš RSS pristupni ključ je poništen.
167 notice_feeds_access_key_reseted: Vaš RSS pristupni ključ je poništen.
168 notice_api_access_key_reseted: Vaš API pristupni ključ je poništen.
168 notice_api_access_key_reseted: Vaš API pristupni ključ je poništen.
169 notice_failed_to_save_issues: "Neuspešno snimanje %{count} problema od %{total} odabranih: %{ids}."
169 notice_failed_to_save_issues: "Neuspešno snimanje %{count} problema od %{total} odabranih: %{ids}."
170 notice_failed_to_save_members: "Neuspešno snimanje člana(ova): %{errors}."
170 notice_failed_to_save_members: "Neuspešno snimanje člana(ova): %{errors}."
171 notice_no_issue_selected: "Ni jedan problem nije odabran! Molimo, odaberite problem koji želite da menjate."
171 notice_no_issue_selected: "Ni jedan problem nije odabran! Molimo, odaberite problem koji želite da menjate."
172 notice_account_pending: "Vaš nalog je kreiran i čeka na odobrenje administratora."
172 notice_account_pending: "Vaš nalog je kreiran i čeka na odobrenje administratora."
173 notice_default_data_loaded: Podrazumevano konfigurisanje je uspešno učitano.
173 notice_default_data_loaded: Podrazumevano konfigurisanje je uspešno učitano.
174 notice_unable_delete_version: Verziju je nemoguće izbrisati.
174 notice_unable_delete_version: Verziju je nemoguće izbrisati.
175 notice_unable_delete_time_entry: Stavku evidencije vremena je nemoguće izbrisati.
175 notice_unable_delete_time_entry: Stavku evidencije vremena je nemoguće izbrisati.
176 notice_issue_done_ratios_updated: Odnos rešenih problema je ažuriran.
176 notice_issue_done_ratios_updated: Odnos rešenih problema je ažuriran.
177
177
178 error_can_t_load_default_data: "Podrazumevano konfigurisanje je nemoguće učitati: %{value}"
178 error_can_t_load_default_data: "Podrazumevano konfigurisanje je nemoguće učitati: %{value}"
179 error_scm_not_found: "Stavka ili ispravka nisu pronađene u spremištu."
179 error_scm_not_found: "Stavka ili ispravka nisu pronađene u spremištu."
180 error_scm_command_failed: "Greška se javila prilikom pokušaja pristupa spremištu: %{value}"
180 error_scm_command_failed: "Greška se javila prilikom pokušaja pristupa spremištu: %{value}"
181 error_scm_annotate: "Stavka ne postoji ili ne može biti označena."
181 error_scm_annotate: "Stavka ne postoji ili ne može biti označena."
182 error_issue_not_found_in_project: 'Problem nije pronađen ili ne pripada ovom projektu.'
182 error_issue_not_found_in_project: 'Problem nije pronađen ili ne pripada ovom projektu.'
183 error_no_tracker_in_project: 'Ni jedno praćenje nije povezano sa ovim projektom. Molimo proverite podešavanja projekta.'
183 error_no_tracker_in_project: 'Ni jedno praćenje nije povezano sa ovim projektom. Molimo proverite podešavanja projekta.'
184 error_no_default_issue_status: 'Podrazumevani status problema nije definisan. Molimo proverite vaše konfigurisanje (idite na "Administracija -> Statusi problema").'
184 error_no_default_issue_status: 'Podrazumevani status problema nije definisan. Molimo proverite vaše konfigurisanje (idite na "Administracija -> Statusi problema").'
185 error_can_not_delete_custom_field: Nemoguće je izbrisati prilagođeno polje
185 error_can_not_delete_custom_field: Nemoguće je izbrisati prilagođeno polje
186 error_can_not_delete_tracker: "Ovo praćenje sadrži probleme i ne može biti obrisano."
186 error_can_not_delete_tracker: "Ovo praćenje sadrži probleme i ne može biti obrisano."
187 error_can_not_remove_role: "Ova uloga je u upotrebi i ne može biti obrisana."
187 error_can_not_remove_role: "Ova uloga je u upotrebi i ne može biti obrisana."
188 error_can_not_reopen_issue_on_closed_version: 'Problem dodeljen zatvorenoj verziji ne može biti ponovo otvoren'
188 error_can_not_reopen_issue_on_closed_version: 'Problem dodeljen zatvorenoj verziji ne može biti ponovo otvoren'
189 error_can_not_archive_project: Ovaj projekat se ne može arhivirati
189 error_can_not_archive_project: Ovaj projekat se ne može arhivirati
190 error_issue_done_ratios_not_updated: "Odnos rešenih problema nije ažuriran."
190 error_issue_done_ratios_not_updated: "Odnos rešenih problema nije ažuriran."
191 error_workflow_copy_source: 'Molimo odaberite izvorno praćenje ili ulogu'
191 error_workflow_copy_source: 'Molimo odaberite izvorno praćenje ili ulogu'
192 error_workflow_copy_target: 'Molimo odaberite odredišno praćenje i ulogu'
192 error_workflow_copy_target: 'Molimo odaberite odredišno praćenje i ulogu'
193 error_unable_delete_issue_status: 'Status problema je nemoguće obrisati'
193 error_unable_delete_issue_status: 'Status problema je nemoguće obrisati'
194 error_unable_to_connect: "Povezivanje sa (%{value}) je nemoguće"
194 error_unable_to_connect: "Povezivanje sa (%{value}) je nemoguće"
195 warning_attachments_not_saved: "%{count} datoteka ne može biti snimljena."
195 warning_attachments_not_saved: "%{count} datoteka ne može biti snimljena."
196
196
197 mail_subject_lost_password: "Vaša %{value} lozinka"
197 mail_subject_lost_password: "Vaša %{value} lozinka"
198 mail_body_lost_password: 'Za promenu vaše lozinke, kliknite na sledeći link:'
198 mail_body_lost_password: 'Za promenu vaše lozinke, kliknite na sledeći link:'
199 mail_subject_register: "Aktivacija vašeg %{value} naloga"
199 mail_subject_register: "Aktivacija vašeg %{value} naloga"
200 mail_body_register: 'Za aktivaciju vašeg naloga, kliknite na sledeći link:'
200 mail_body_register: 'Za aktivaciju vašeg naloga, kliknite na sledeći link:'
201 mail_body_account_information_external: "Vaš nalog %{value} možete koristiti za prijavu."
201 mail_body_account_information_external: "Vaš nalog %{value} možete koristiti za prijavu."
202 mail_body_account_information: Informacije o vašem nalogu
202 mail_body_account_information: Informacije o vašem nalogu
203 mail_subject_account_activation_request: "Zahtev za aktivaciju naloga %{value}"
203 mail_subject_account_activation_request: "Zahtev za aktivaciju naloga %{value}"
204 mail_body_account_activation_request: "Novi korisnik (%{value}) je registrovan. Nalog čeka na vaše odobrenje:"
204 mail_body_account_activation_request: "Novi korisnik (%{value}) je registrovan. Nalog čeka na vaše odobrenje:"
205 mail_subject_reminder: "%{count} problema dospeva narednih %{days} dana"
205 mail_subject_reminder: "%{count} problema dospeva narednih %{days} dana"
206 mail_body_reminder: "%{count} problema dodeljenih vama dospeva u narednih %{days} dana:"
206 mail_body_reminder: "%{count} problema dodeljenih vama dospeva u narednih %{days} dana:"
207 mail_subject_wiki_content_added: "Wiki stranica '%{id}' je dodata"
207 mail_subject_wiki_content_added: "Wiki stranica '%{id}' je dodata"
208 mail_body_wiki_content_added: "%{author} je dodao wiki stranicu '%{id}'."
208 mail_body_wiki_content_added: "%{author} je dodao wiki stranicu '%{id}'."
209 mail_subject_wiki_content_updated: "Wiki stranica '%{id}' je ažurirana"
209 mail_subject_wiki_content_updated: "Wiki stranica '%{id}' je ažurirana"
210 mail_body_wiki_content_updated: "%{author} je ažurirao wiki stranicu '%{id}'."
210 mail_body_wiki_content_updated: "%{author} je ažurirao wiki stranicu '%{id}'."
211
211
212 gui_validation_error: jedna greška
212 gui_validation_error: jedna greška
213 gui_validation_error_plural: "%{count} grešaka"
213 gui_validation_error_plural: "%{count} grešaka"
214
214
215 field_name: Naziv
215 field_name: Naziv
216 field_description: Opis
216 field_description: Opis
217 field_summary: Rezime
217 field_summary: Rezime
218 field_is_required: Obavezno
218 field_is_required: Obavezno
219 field_firstname: Ime
219 field_firstname: Ime
220 field_lastname: Prezime
220 field_lastname: Prezime
221 field_mail: E-adresa
221 field_mail: E-adresa
222 field_filename: Datoteka
222 field_filename: Datoteka
223 field_filesize: Veličina
223 field_filesize: Veličina
224 field_downloads: Preuzimanja
224 field_downloads: Preuzimanja
225 field_author: Autor
225 field_author: Autor
226 field_created_on: Kreirano
226 field_created_on: Kreirano
227 field_updated_on: Ažurirano
227 field_updated_on: Ažurirano
228 field_field_format: Format
228 field_field_format: Format
229 field_is_for_all: Za sve projekte
229 field_is_for_all: Za sve projekte
230 field_possible_values: Moguće vrednosti
230 field_possible_values: Moguće vrednosti
231 field_regexp: Regularan izraz
231 field_regexp: Regularan izraz
232 field_min_length: Minimalna dužina
232 field_min_length: Minimalna dužina
233 field_max_length: Maksimalna dužina
233 field_max_length: Maksimalna dužina
234 field_value: Vrednost
234 field_value: Vrednost
235 field_category: Kategorija
235 field_category: Kategorija
236 field_title: Naslov
236 field_title: Naslov
237 field_project: Projekat
237 field_project: Projekat
238 field_issue: Problem
238 field_issue: Problem
239 field_status: Status
239 field_status: Status
240 field_notes: Beleške
240 field_notes: Beleške
241 field_is_closed: Zatvoren problem
241 field_is_closed: Zatvoren problem
242 field_is_default: Podrazumevana vrednost
242 field_is_default: Podrazumevana vrednost
243 field_tracker: Praćenje
243 field_tracker: Praćenje
244 field_subject: Predmet
244 field_subject: Predmet
245 field_due_date: Krajnji rok
245 field_due_date: Krajnji rok
246 field_assigned_to: Dodeljeno
246 field_assigned_to: Dodeljeno
247 field_priority: Prioritet
247 field_priority: Prioritet
248 field_fixed_version: Odredišna verzija
248 field_fixed_version: Odredišna verzija
249 field_user: Korisnik
249 field_user: Korisnik
250 field_principal: Glavni
250 field_principal: Glavni
251 field_role: Uloga
251 field_role: Uloga
252 field_homepage: Početna stranica
252 field_homepage: Početna stranica
253 field_is_public: Javno objavljivanje
253 field_is_public: Javno objavljivanje
254 field_parent: Potprojekat od
254 field_parent: Potprojekat od
255 field_is_in_roadmap: Problemi prikazani u planu rada
255 field_is_in_roadmap: Problemi prikazani u planu rada
256 field_login: Korisničko ime
256 field_login: Korisničko ime
257 field_mail_notification: Obaveštenja putem e-pošte
257 field_mail_notification: Obaveštenja putem e-pošte
258 field_admin: Administrator
258 field_admin: Administrator
259 field_last_login_on: Poslednje povezivanje
259 field_last_login_on: Poslednje povezivanje
260 field_language: Jezik
260 field_language: Jezik
261 field_effective_date: Datum
261 field_effective_date: Datum
262 field_password: Lozinka
262 field_password: Lozinka
263 field_new_password: Nova lozinka
263 field_new_password: Nova lozinka
264 field_password_confirmation: Potvrda lozinke
264 field_password_confirmation: Potvrda lozinke
265 field_version: Verzija
265 field_version: Verzija
266 field_type: Tip
266 field_type: Tip
267 field_host: Glavni računar
267 field_host: Glavni računar
268 field_port: Port
268 field_port: Port
269 field_account: Korisnički nalog
269 field_account: Korisnički nalog
270 field_base_dn: Bazni DN
270 field_base_dn: Bazni DN
271 field_attr_login: Atribut prijavljivanja
271 field_attr_login: Atribut prijavljivanja
272 field_attr_firstname: Atribut imena
272 field_attr_firstname: Atribut imena
273 field_attr_lastname: Atribut prezimena
273 field_attr_lastname: Atribut prezimena
274 field_attr_mail: Atribut e-adrese
274 field_attr_mail: Atribut e-adrese
275 field_onthefly: Kreiranje korisnika u toku rada
275 field_onthefly: Kreiranje korisnika u toku rada
276 field_start_date: Početak
276 field_start_date: Početak
277 field_done_ratio: "% urađeno"
277 field_done_ratio: "% urađeno"
278 field_auth_source: Režim potvrde identiteta
278 field_auth_source: Režim potvrde identiteta
279 field_hide_mail: Sakrij moju e-adresu
279 field_hide_mail: Sakrij moju e-adresu
280 field_comments: Komentar
280 field_comments: Komentar
281 field_url: URL
281 field_url: URL
282 field_start_page: Početna stranica
282 field_start_page: Početna stranica
283 field_subproject: Potprojekat
283 field_subproject: Potprojekat
284 field_hours: sati
284 field_hours: sati
285 field_activity: Aktivnost
285 field_activity: Aktivnost
286 field_spent_on: Datum
286 field_spent_on: Datum
287 field_identifier: Identifikator
287 field_identifier: Identifikator
288 field_is_filter: Upotrebi kao filter
288 field_is_filter: Upotrebi kao filter
289 field_issue_to: Srodni problemi
289 field_issue_to: Srodni problemi
290 field_delay: Kašnjenje
290 field_delay: Kašnjenje
291 field_assignable: Problem može biti dodeljen ovoj ulozi
291 field_assignable: Problem može biti dodeljen ovoj ulozi
292 field_redirect_existing_links: Preusmeri postojeće veze
292 field_redirect_existing_links: Preusmeri postojeće veze
293 field_estimated_hours: Proteklo vreme
293 field_estimated_hours: Proteklo vreme
294 field_column_names: Kolone
294 field_column_names: Kolone
295 field_time_zone: Vremenska zona
295 field_time_zone: Vremenska zona
296 field_searchable: Može da se pretražuje
296 field_searchable: Može da se pretražuje
297 field_default_value: Podrazumevana vrednost
297 field_default_value: Podrazumevana vrednost
298 field_comments_sorting: Prikaži komentare
298 field_comments_sorting: Prikaži komentare
299 field_parent_title: Matična stranica
299 field_parent_title: Matična stranica
300 field_editable: Izmenljivo
300 field_editable: Izmenljivo
301 field_watcher: Posmatrač
301 field_watcher: Posmatrač
302 field_identity_url: OpenID URL
302 field_identity_url: OpenID URL
303 field_content: Sadržaj
303 field_content: Sadržaj
304 field_group_by: Grupisanje rezultata po
304 field_group_by: Grupisanje rezultata po
305 field_sharing: Deljenje
305 field_sharing: Deljenje
306 field_parent_issue: Matični zadatak
306 field_parent_issue: Matični zadatak
307
307
308 setting_app_title: Naslov aplikacije
308 setting_app_title: Naslov aplikacije
309 setting_app_subtitle: Podnaslov aplikacije
309 setting_app_subtitle: Podnaslov aplikacije
310 setting_welcome_text: Tekst dobrodošlice
310 setting_welcome_text: Tekst dobrodošlice
311 setting_default_language: Podrazumevani jezik
311 setting_default_language: Podrazumevani jezik
312 setting_login_required: Obavezna potvrda identiteta
312 setting_login_required: Obavezna potvrda identiteta
313 setting_self_registration: Samoregistracija
313 setting_self_registration: Samoregistracija
314 setting_attachment_max_size: Maks. veličina priložene datoteke
314 setting_attachment_max_size: Maks. veličina priložene datoteke
315 setting_issues_export_limit: Ograničenje izvoza „problema“
315 setting_issues_export_limit: Ograničenje izvoza „problema“
316 setting_mail_from: E-adresa pošiljaoca
316 setting_mail_from: E-adresa pošiljaoca
317 setting_bcc_recipients: Primaoci „Bcc“ kopije
317 setting_bcc_recipients: Primaoci „Bcc“ kopije
318 setting_plain_text_mail: Poruka sa čistim tekstom (bez HTML-a)
318 setting_plain_text_mail: Poruka sa čistim tekstom (bez HTML-a)
319 setting_host_name: Putanja i naziv glavnog računara
319 setting_host_name: Putanja i naziv glavnog računara
320 setting_text_formatting: Oblikovanje teksta
320 setting_text_formatting: Oblikovanje teksta
321 setting_wiki_compression: Kompresija Wiki istorije
321 setting_wiki_compression: Kompresija Wiki istorije
322 setting_feeds_limit: Ograničenje sadržaja izvora vesti
322 setting_feeds_limit: Ograničenje sadržaja izvora vesti
323 setting_default_projects_public: Podrazumeva se javno prikazivanje novih projekata
323 setting_default_projects_public: Podrazumeva se javno prikazivanje novih projekata
324 setting_autofetch_changesets: Izvršavanje automatskog preuzimanja
324 setting_autofetch_changesets: Izvršavanje automatskog preuzimanja
325 setting_sys_api_enabled: Omogućavanje WS za upravljanje spremištem
325 setting_sys_api_enabled: Omogućavanje WS za upravljanje spremištem
326 setting_commit_ref_keywords: Referenciranje ključnih reči
326 setting_commit_ref_keywords: Referenciranje ključnih reči
327 setting_commit_fix_keywords: Popravljanje ključnih reči
327 setting_commit_fix_keywords: Popravljanje ključnih reči
328 setting_autologin: Automatska prijava
328 setting_autologin: Automatska prijava
329 setting_date_format: Format datuma
329 setting_date_format: Format datuma
330 setting_time_format: Format vremena
330 setting_time_format: Format vremena
331 setting_cross_project_issue_relations: Dozvoli povezivanje problema iz unakrsnih projekata
331 setting_cross_project_issue_relations: Dozvoli povezivanje problema iz unakrsnih projekata
332 setting_issue_list_default_columns: Podrazumevane kolone prikazane na spisku problema
332 setting_issue_list_default_columns: Podrazumevane kolone prikazane na spisku problema
333 setting_emails_footer: Podnožje stranice e-poruke
333 setting_emails_footer: Podnožje stranice e-poruke
334 setting_protocol: Protokol
334 setting_protocol: Protokol
335 setting_per_page_options: Opcije prikaza objekata po stranici
335 setting_per_page_options: Opcije prikaza objekata po stranici
336 setting_user_format: Format prikaza korisnika
336 setting_user_format: Format prikaza korisnika
337 setting_activity_days_default: Broj dana prikazanih na projektnoj aktivnosti
337 setting_activity_days_default: Broj dana prikazanih na projektnoj aktivnosti
338 setting_display_subprojects_issues: Prikazuj probleme iz potprojekata na glavnom projektu, ukoliko nije drugačije navedeno
338 setting_display_subprojects_issues: Prikazuj probleme iz potprojekata na glavnom projektu, ukoliko nije drugačije navedeno
339 setting_enabled_scm: Omogućavanje SCM
339 setting_enabled_scm: Omogućavanje SCM
340 setting_mail_handler_body_delimiters: "Skraćivanje e-poruke nakon jedne od ovih linija"
340 setting_mail_handler_body_delimiters: "Skraćivanje e-poruke nakon jedne od ovih linija"
341 setting_mail_handler_api_enabled: Omogućavanje WS dolazne e-poruke
341 setting_mail_handler_api_enabled: Omogućavanje WS dolazne e-poruke
342 setting_mail_handler_api_key: API ključ
342 setting_mail_handler_api_key: API ključ
343 setting_sequential_project_identifiers: Generisanje sekvencijalnog imena projekta
343 setting_sequential_project_identifiers: Generisanje sekvencijalnog imena projekta
344 setting_gravatar_enabled: Koristi Gravatar korisničke ikone
344 setting_gravatar_enabled: Koristi Gravatar korisničke ikone
345 setting_gravatar_default: Podrazumevana Gravatar slika
345 setting_gravatar_default: Podrazumevana Gravatar slika
346 setting_diff_max_lines_displayed: Maks. broj prikazanih različitih linija
346 setting_diff_max_lines_displayed: Maks. broj prikazanih različitih linija
347 setting_file_max_size_displayed: Maks. veličina tekst. datoteka prikazanih umetnuto
347 setting_file_max_size_displayed: Maks. veličina tekst. datoteka prikazanih umetnuto
348 setting_repository_log_display_limit: Maks. broj revizija prikazanih u datoteci za evidenciju
348 setting_repository_log_display_limit: Maks. broj revizija prikazanih u datoteci za evidenciju
349 setting_openid: Dozvoli OpenID prijavu i registraciju
349 setting_openid: Dozvoli OpenID prijavu i registraciju
350 setting_password_min_length: Minimalna dužina lozinke
350 setting_password_min_length: Minimalna dužina lozinke
351 setting_new_project_user_role_id: Kreatoru projekta (koji nije administrator) dodeljuje je uloga
351 setting_new_project_user_role_id: Kreatoru projekta (koji nije administrator) dodeljuje je uloga
352 setting_default_projects_modules: Podrazumevano omogućeni moduli za nove projekte
352 setting_default_projects_modules: Podrazumevano omogućeni moduli za nove projekte
353 setting_issue_done_ratio: Izračunaj odnos rešenih problema
353 setting_issue_done_ratio: Izračunaj odnos rešenih problema
354 setting_issue_done_ratio_issue_field: koristeći polje problema
354 setting_issue_done_ratio_issue_field: koristeći polje problema
355 setting_issue_done_ratio_issue_status: koristeći status problema
355 setting_issue_done_ratio_issue_status: koristeći status problema
356 setting_start_of_week: Prvi dan u sedmici
356 setting_start_of_week: Prvi dan u sedmici
357 setting_rest_api_enabled: Omogući REST web usluge
357 setting_rest_api_enabled: Omogući REST web usluge
358 setting_cache_formatted_text: Keširanje obrađenog teksta
358 setting_cache_formatted_text: Keširanje obrađenog teksta
359
359
360 permission_add_project: Kreiranje projekta
360 permission_add_project: Kreiranje projekta
361 permission_add_subprojects: Kreiranje potpojekta
361 permission_add_subprojects: Kreiranje potpojekta
362 permission_edit_project: Izmena projekata
362 permission_edit_project: Izmena projekata
363 permission_select_project_modules: Odabiranje modula projekta
363 permission_select_project_modules: Odabiranje modula projekta
364 permission_manage_members: Upravljanje članovima
364 permission_manage_members: Upravljanje članovima
365 permission_manage_project_activities: Upravljanje projektnim aktivnostima
365 permission_manage_project_activities: Upravljanje projektnim aktivnostima
366 permission_manage_versions: Upravljanje verzijama
366 permission_manage_versions: Upravljanje verzijama
367 permission_manage_categories: Upravljanje kategorijama problema
367 permission_manage_categories: Upravljanje kategorijama problema
368 permission_view_issues: Pregled problema
368 permission_view_issues: Pregled problema
369 permission_add_issues: Dodavanje problema
369 permission_add_issues: Dodavanje problema
370 permission_edit_issues: Izmena problema
370 permission_edit_issues: Izmena problema
371 permission_manage_issue_relations: Upravljanje vezama između problema
371 permission_manage_issue_relations: Upravljanje vezama između problema
372 permission_add_issue_notes: Dodavanje beleški
372 permission_add_issue_notes: Dodavanje beleški
373 permission_edit_issue_notes: Izmena beleški
373 permission_edit_issue_notes: Izmena beleški
374 permission_edit_own_issue_notes: Izmena sopstvenih beleški
374 permission_edit_own_issue_notes: Izmena sopstvenih beleški
375 permission_move_issues: Pomeranje problema
375 permission_move_issues: Pomeranje problema
376 permission_delete_issues: Brisanje problema
376 permission_delete_issues: Brisanje problema
377 permission_manage_public_queries: Upravljanje javnim upitima
377 permission_manage_public_queries: Upravljanje javnim upitima
378 permission_save_queries: Snimanje upita
378 permission_save_queries: Snimanje upita
379 permission_view_gantt: Pregledanje Gantovog dijagrama
379 permission_view_gantt: Pregledanje Gantovog dijagrama
380 permission_view_calendar: Pregledanje kalendara
380 permission_view_calendar: Pregledanje kalendara
381 permission_view_issue_watchers: Pregledanje spiska posmatrača
381 permission_view_issue_watchers: Pregledanje spiska posmatrača
382 permission_add_issue_watchers: Dodavanje posmatrača
382 permission_add_issue_watchers: Dodavanje posmatrača
383 permission_delete_issue_watchers: Brisanje posmatrača
383 permission_delete_issue_watchers: Brisanje posmatrača
384 permission_log_time: Beleženje utrošenog vremena
384 permission_log_time: Beleženje utrošenog vremena
385 permission_view_time_entries: Pregledanje utrošenog vremena
385 permission_view_time_entries: Pregledanje utrošenog vremena
386 permission_edit_time_entries: Izmena utrošenog vremena
386 permission_edit_time_entries: Izmena utrošenog vremena
387 permission_edit_own_time_entries: Izmena sopstvenog utrošenog vremena
387 permission_edit_own_time_entries: Izmena sopstvenog utrošenog vremena
388 permission_manage_news: Upravljanje vestima
388 permission_manage_news: Upravljanje vestima
389 permission_comment_news: Komentarisanje vesti
389 permission_comment_news: Komentarisanje vesti
390 permission_manage_documents: Upravljanje dokumentima
390 permission_manage_documents: Upravljanje dokumentima
391 permission_view_documents: Pregledanje dokumenata
391 permission_view_documents: Pregledanje dokumenata
392 permission_manage_files: Upravljanje datotekama
392 permission_manage_files: Upravljanje datotekama
393 permission_view_files: Pregledanje datoteka
393 permission_view_files: Pregledanje datoteka
394 permission_manage_wiki: Upravljanje wiki stranicama
394 permission_manage_wiki: Upravljanje wiki stranicama
395 permission_rename_wiki_pages: Promena imena wiki stranicama
395 permission_rename_wiki_pages: Promena imena wiki stranicama
396 permission_delete_wiki_pages: Brisanje wiki stranica
396 permission_delete_wiki_pages: Brisanje wiki stranica
397 permission_view_wiki_pages: Pregledanje wiki stranica
397 permission_view_wiki_pages: Pregledanje wiki stranica
398 permission_view_wiki_edits: Pregledanje wiki istorije
398 permission_view_wiki_edits: Pregledanje wiki istorije
399 permission_edit_wiki_pages: Izmena wiki stranica
399 permission_edit_wiki_pages: Izmena wiki stranica
400 permission_delete_wiki_pages_attachments: Brisanje priloženih datoteka
400 permission_delete_wiki_pages_attachments: Brisanje priloženih datoteka
401 permission_protect_wiki_pages: Zaštita wiki stranica
401 permission_protect_wiki_pages: Zaštita wiki stranica
402 permission_manage_repository: Upravljanje spremištem
402 permission_manage_repository: Upravljanje spremištem
403 permission_browse_repository: Pregledanje spremišta
403 permission_browse_repository: Pregledanje spremišta
404 permission_view_changesets: Pregledanje skupa promena
404 permission_view_changesets: Pregledanje skupa promena
405 permission_commit_access: Potvrda pristupa
405 permission_commit_access: Potvrda pristupa
406 permission_manage_boards: Upravljanje forumima
406 permission_manage_boards: Upravljanje forumima
407 permission_view_messages: Pregledanje poruka
407 permission_view_messages: Pregledanje poruka
408 permission_add_messages: Slanje poruka
408 permission_add_messages: Slanje poruka
409 permission_edit_messages: Izmena poruka
409 permission_edit_messages: Izmena poruka
410 permission_edit_own_messages: Izmena sopstvenih poruka
410 permission_edit_own_messages: Izmena sopstvenih poruka
411 permission_delete_messages: Brisanje poruka
411 permission_delete_messages: Brisanje poruka
412 permission_delete_own_messages: Brisanje sopstvenih poruka
412 permission_delete_own_messages: Brisanje sopstvenih poruka
413 permission_export_wiki_pages: Izvoz wiki stranica
413 permission_export_wiki_pages: Izvoz wiki stranica
414 permission_manage_subtasks: Upravljanje podzadacima
414 permission_manage_subtasks: Upravljanje podzadacima
415
415
416 project_module_issue_tracking: Praćenje problema
416 project_module_issue_tracking: Praćenje problema
417 project_module_time_tracking: Praćenje vremena
417 project_module_time_tracking: Praćenje vremena
418 project_module_news: Vesti
418 project_module_news: Vesti
419 project_module_documents: Dokumenti
419 project_module_documents: Dokumenti
420 project_module_files: Datoteke
420 project_module_files: Datoteke
421 project_module_wiki: Wiki
421 project_module_wiki: Wiki
422 project_module_repository: Spremište
422 project_module_repository: Spremište
423 project_module_boards: Forumi
423 project_module_boards: Forumi
424
424
425 label_user: Korisnik
425 label_user: Korisnik
426 label_user_plural: Korisnici
426 label_user_plural: Korisnici
427 label_user_new: Novi korisnik
427 label_user_new: Novi korisnik
428 label_user_anonymous: Anoniman
428 label_user_anonymous: Anoniman
429 label_project: Projekat
429 label_project: Projekat
430 label_project_new: Novi projekat
430 label_project_new: Novi projekat
431 label_project_plural: Projekti
431 label_project_plural: Projekti
432 label_x_projects:
432 label_x_projects:
433 zero: nema projekata
433 zero: nema projekata
434 one: jedan projekat
434 one: jedan projekat
435 other: "%{count} projekata"
435 other: "%{count} projekata"
436 label_project_all: Svi projekti
436 label_project_all: Svi projekti
437 label_project_latest: Poslednji projekti
437 label_project_latest: Poslednji projekti
438 label_issue: Problem
438 label_issue: Problem
439 label_issue_new: Novi problem
439 label_issue_new: Novi problem
440 label_issue_plural: Problemi
440 label_issue_plural: Problemi
441 label_issue_view_all: Prikaz svih problema
441 label_issue_view_all: Prikaz svih problema
442 label_issues_by: "Problemi (%{value})"
442 label_issues_by: "Problemi (%{value})"
443 label_issue_added: Problem je dodat
443 label_issue_added: Problem je dodat
444 label_issue_updated: Problem je ažuriran
444 label_issue_updated: Problem je ažuriran
445 label_document: Dokument
445 label_document: Dokument
446 label_document_new: Novi dokument
446 label_document_new: Novi dokument
447 label_document_plural: Dokumenti
447 label_document_plural: Dokumenti
448 label_document_added: Dokument je dodat
448 label_document_added: Dokument je dodat
449 label_role: Uloga
449 label_role: Uloga
450 label_role_plural: Uloge
450 label_role_plural: Uloge
451 label_role_new: Nova uloga
451 label_role_new: Nova uloga
452 label_role_and_permissions: Uloge i dozvole
452 label_role_and_permissions: Uloge i dozvole
453 label_member: Član
453 label_member: Član
454 label_member_new: Novi član
454 label_member_new: Novi član
455 label_member_plural: Članovi
455 label_member_plural: Članovi
456 label_tracker: Praćenje
456 label_tracker: Praćenje
457 label_tracker_plural: Praćenja
457 label_tracker_plural: Praćenja
458 label_tracker_new: Novo praćenje
458 label_tracker_new: Novo praćenje
459 label_workflow: Tok posla
459 label_workflow: Tok posla
460 label_issue_status: Status problema
460 label_issue_status: Status problema
461 label_issue_status_plural: Statusi problema
461 label_issue_status_plural: Statusi problema
462 label_issue_status_new: Novi status
462 label_issue_status_new: Novi status
463 label_issue_category: Kategorija problema
463 label_issue_category: Kategorija problema
464 label_issue_category_plural: Kategorije problema
464 label_issue_category_plural: Kategorije problema
465 label_issue_category_new: Nova kategorija
465 label_issue_category_new: Nova kategorija
466 label_custom_field: Prilagođeno polje
466 label_custom_field: Prilagođeno polje
467 label_custom_field_plural: Prilagođena polja
467 label_custom_field_plural: Prilagođena polja
468 label_custom_field_new: Novo prilagođeno polje
468 label_custom_field_new: Novo prilagođeno polje
469 label_enumerations: Nabrojiva lista
469 label_enumerations: Nabrojiva lista
470 label_enumeration_new: Nova vrednost
470 label_enumeration_new: Nova vrednost
471 label_information: Informacija
471 label_information: Informacija
472 label_information_plural: Informacije
472 label_information_plural: Informacije
473 label_please_login: Molimo, prijavite se
473 label_please_login: Molimo, prijavite se
474 label_register: Registracija
474 label_register: Registracija
475 label_login_with_open_id_option: ili prijava sa OpenID
475 label_login_with_open_id_option: ili prijava sa OpenID
476 label_password_lost: Izgubljena lozinka
476 label_password_lost: Izgubljena lozinka
477 label_home: Početak
477 label_home: Početak
478 label_my_page: Moja stranica
478 label_my_page: Moja stranica
479 label_my_account: Moj nalog
479 label_my_account: Moj nalog
480 label_my_projects: Moji projekti
480 label_my_projects: Moji projekti
481 label_my_page_block: My page block
481 label_my_page_block: My page block
482 label_administration: Administracija
482 label_administration: Administracija
483 label_login: Prijava
483 label_login: Prijava
484 label_logout: Odjava
484 label_logout: Odjava
485 label_help: Pomoć
485 label_help: Pomoć
486 label_reported_issues: Prijavljeni problemi
486 label_reported_issues: Prijavljeni problemi
487 label_assigned_to_me_issues: Problemi dodeljeni meni
487 label_assigned_to_me_issues: Problemi dodeljeni meni
488 label_last_login: Poslednje povezivanje
488 label_last_login: Poslednje povezivanje
489 label_registered_on: Registrovan
489 label_registered_on: Registrovan
490 label_activity: Aktivnost
490 label_activity: Aktivnost
491 label_overall_activity: Celokupna aktivnost
491 label_overall_activity: Celokupna aktivnost
492 label_user_activity: "Aktivnost korisnika %{value}"
492 label_user_activity: "Aktivnost korisnika %{value}"
493 label_new: Novo
493 label_new: Novo
494 label_logged_as: Prijavljeni ste kao
494 label_logged_as: Prijavljeni ste kao
495 label_environment: Okruženje
495 label_environment: Okruženje
496 label_authentication: Potvrda identiteta
496 label_authentication: Potvrda identiteta
497 label_auth_source: Režim potvrde identiteta
497 label_auth_source: Režim potvrde identiteta
498 label_auth_source_new: Novi režim potvrde identiteta
498 label_auth_source_new: Novi režim potvrde identiteta
499 label_auth_source_plural: Režimi potvrde identiteta
499 label_auth_source_plural: Režimi potvrde identiteta
500 label_subproject_plural: Potprojekti
500 label_subproject_plural: Potprojekti
501 label_subproject_new: Novi potprojekat
501 label_subproject_new: Novi potprojekat
502 label_and_its_subprojects: "%{value} i njegovi potprojekti"
502 label_and_its_subprojects: "%{value} i njegovi potprojekti"
503 label_min_max_length: Min. - Maks. dužina
503 label_min_max_length: Min. - Maks. dužina
504 label_list: Spisak
504 label_list: Spisak
505 label_date: Datum
505 label_date: Datum
506 label_integer: Ceo broj
506 label_integer: Ceo broj
507 label_float: Sa pokretnim zarezom
507 label_float: Sa pokretnim zarezom
508 label_boolean: Logički operator
508 label_boolean: Logički operator
509 label_string: Tekst
509 label_string: Tekst
510 label_text: Dugi tekst
510 label_text: Dugi tekst
511 label_attribute: Osobina
511 label_attribute: Osobina
512 label_attribute_plural: Osobine
512 label_attribute_plural: Osobine
513 label_download: "%{count} preuzimanje"
513 label_download: "%{count} preuzimanje"
514 label_download_plural: "%{count} preuzimanja"
514 label_download_plural: "%{count} preuzimanja"
515 label_no_data: Nema podataka za prikazivanje
515 label_no_data: Nema podataka za prikazivanje
516 label_change_status: Promena statusa
516 label_change_status: Promena statusa
517 label_history: Istorija
517 label_history: Istorija
518 label_attachment: Datoteka
518 label_attachment: Datoteka
519 label_attachment_new: Nova datoteka
519 label_attachment_new: Nova datoteka
520 label_attachment_delete: Brisanje datoteke
520 label_attachment_delete: Brisanje datoteke
521 label_attachment_plural: Datoteke
521 label_attachment_plural: Datoteke
522 label_file_added: Datoteka je dodata
522 label_file_added: Datoteka je dodata
523 label_report: Izveštaj
523 label_report: Izveštaj
524 label_report_plural: Izveštaji
524 label_report_plural: Izveštaji
525 label_news: Vesti
525 label_news: Vesti
526 label_news_new: Dodavanje vesti
526 label_news_new: Dodavanje vesti
527 label_news_plural: Vesti
527 label_news_plural: Vesti
528 label_news_latest: Poslednje vesti
528 label_news_latest: Poslednje vesti
529 label_news_view_all: Prikaz svih vesti
529 label_news_view_all: Prikaz svih vesti
530 label_news_added: Vesti su dodate
530 label_news_added: Vesti su dodate
531 label_settings: Podešavanja
531 label_settings: Podešavanja
532 label_overview: Pregled
532 label_overview: Pregled
533 label_version: Verzija
533 label_version: Verzija
534 label_version_new: Nova verzija
534 label_version_new: Nova verzija
535 label_version_plural: Verzije
535 label_version_plural: Verzije
536 label_close_versions: Zatvori završene verzije
536 label_close_versions: Zatvori završene verzije
537 label_confirmation: Potvrda
537 label_confirmation: Potvrda
538 label_export_to: 'Takođe dostupno i u varijanti:'
538 label_export_to: 'Takođe dostupno i u varijanti:'
539 label_read: Čitanje...
539 label_read: Čitanje...
540 label_public_projects: Javni projekti
540 label_public_projects: Javni projekti
541 label_open_issues: otvoren
541 label_open_issues: otvoren
542 label_open_issues_plural: otvorenih
542 label_open_issues_plural: otvorenih
543 label_closed_issues: zatvoren
543 label_closed_issues: zatvoren
544 label_closed_issues_plural: zatvorenih
544 label_closed_issues_plural: zatvorenih
545 label_x_open_issues_abbr_on_total:
545 label_x_open_issues_abbr_on_total:
546 zero: 0 otvorenih / %{total}
546 zero: 0 otvorenih / %{total}
547 one: 1 otvoren / %{total}
547 one: 1 otvoren / %{total}
548 other: "%{count} otvorenih / %{total}"
548 other: "%{count} otvorenih / %{total}"
549 label_x_open_issues_abbr:
549 label_x_open_issues_abbr:
550 zero: 0 otvorenih
550 zero: 0 otvorenih
551 one: 1 otvoren
551 one: 1 otvoren
552 other: "%{count} otvorenih"
552 other: "%{count} otvorenih"
553 label_x_closed_issues_abbr:
553 label_x_closed_issues_abbr:
554 zero: 0 zatvorenih
554 zero: 0 zatvorenih
555 one: 1 zatvoren
555 one: 1 zatvoren
556 other: "%{count} zatvorenih"
556 other: "%{count} zatvorenih"
557 label_total: Ukupno
557 label_total: Ukupno
558 label_permissions: Dozvole
558 label_permissions: Dozvole
559 label_current_status: Trenutni status
559 label_current_status: Trenutni status
560 label_new_statuses_allowed: Novi statusi dozvoljeni
560 label_new_statuses_allowed: Novi statusi dozvoljeni
561 label_all: svi
561 label_all: svi
562 label_none: nijedan
562 label_none: nijedan
563 label_nobody: nikome
563 label_nobody: nikome
564 label_next: Sledeće
564 label_next: Sledeće
565 label_previous: Prethodno
565 label_previous: Prethodno
566 label_used_by: Koristio
566 label_used_by: Koristio
567 label_details: Detalji
567 label_details: Detalji
568 label_add_note: Dodaj belešku
568 label_add_note: Dodaj belešku
569 label_per_page: Po strani
569 label_per_page: Po strani
570 label_calendar: Kalendar
570 label_calendar: Kalendar
571 label_months_from: meseci od
571 label_months_from: meseci od
572 label_gantt: Gantov dijagram
572 label_gantt: Gantov dijagram
573 label_internal: Unutrašnji
573 label_internal: Unutrašnji
574 label_last_changes: "poslednjih %{count} promena"
574 label_last_changes: "poslednjih %{count} promena"
575 label_change_view_all: Prikaži sve promene
575 label_change_view_all: Prikaži sve promene
576 label_personalize_page: Personalizuj ovu stranu
576 label_personalize_page: Personalizuj ovu stranu
577 label_comment: Komentar
577 label_comment: Komentar
578 label_comment_plural: Komentari
578 label_comment_plural: Komentari
579 label_x_comments:
579 label_x_comments:
580 zero: bez komentara
580 zero: bez komentara
581 one: jedan komentar
581 one: jedan komentar
582 other: "%{count} komentara"
582 other: "%{count} komentara"
583 label_comment_add: Dodaj komentar
583 label_comment_add: Dodaj komentar
584 label_comment_added: Komentar dodat
584 label_comment_added: Komentar dodat
585 label_comment_delete: Obriši komentare
585 label_comment_delete: Obriši komentare
586 label_query: Prilagođen upit
586 label_query: Prilagođen upit
587 label_query_plural: Prilagođeni upiti
587 label_query_plural: Prilagođeni upiti
588 label_query_new: Novi upit
588 label_query_new: Novi upit
589 label_filter_add: Dodavanje filtera
589 label_filter_add: Dodavanje filtera
590 label_filter_plural: Filteri
590 label_filter_plural: Filteri
591 label_equals: je
591 label_equals: je
592 label_not_equals: nije
592 label_not_equals: nije
593 label_in_less_than: manje od
593 label_in_less_than: manje od
594 label_in_more_than: više od
594 label_in_more_than: više od
595 label_greater_or_equal: '>='
595 label_greater_or_equal: '>='
596 label_less_or_equal: '<='
596 label_less_or_equal: '<='
597 label_in: u
597 label_in: u
598 label_today: danas
598 label_today: danas
599 label_all_time: sve vreme
599 label_all_time: sve vreme
600 label_yesterday: juče
600 label_yesterday: juče
601 label_this_week: ove sedmice
601 label_this_week: ove sedmice
602 label_last_week: poslednje sedmice
602 label_last_week: poslednje sedmice
603 label_last_n_days: "poslednjih %{count} dana"
603 label_last_n_days: "poslednjih %{count} dana"
604 label_this_month: ovog meseca
604 label_this_month: ovog meseca
605 label_last_month: poslednjeg meseca
605 label_last_month: poslednjeg meseca
606 label_this_year: ove godine
606 label_this_year: ove godine
607 label_date_range: Vremenski period
607 label_date_range: Vremenski period
608 label_less_than_ago: pre manje od nekoliko dana
608 label_less_than_ago: pre manje od nekoliko dana
609 label_more_than_ago: pre više od nekoliko dana
609 label_more_than_ago: pre više od nekoliko dana
610 label_ago: pre nekoliko dana
610 label_ago: pre nekoliko dana
611 label_contains: sadrži
611 label_contains: sadrži
612 label_not_contains: ne sadrži
612 label_not_contains: ne sadrži
613 label_day_plural: dana
613 label_day_plural: dana
614 label_repository: Spremište
614 label_repository: Spremište
615 label_repository_plural: Spremišta
615 label_repository_plural: Spremišta
616 label_browse: Pregledanje
616 label_browse: Pregledanje
617 label_modification: "%{count} promena"
617 label_modification: "%{count} promena"
618 label_modification_plural: "%{count} promena"
618 label_modification_plural: "%{count} promena"
619 label_branch: Grana
619 label_branch: Grana
620 label_tag: Oznaka
620 label_tag: Oznaka
621 label_revision: Revizija
621 label_revision: Revizija
622 label_revision_plural: Revizije
622 label_revision_plural: Revizije
623 label_revision_id: "Revizija %{value}"
623 label_revision_id: "Revizija %{value}"
624 label_associated_revisions: Pridružene revizije
624 label_associated_revisions: Pridružene revizije
625 label_added: dodato
625 label_added: dodato
626 label_modified: promenjeno
626 label_modified: promenjeno
627 label_copied: kopirano
627 label_copied: kopirano
628 label_renamed: preimenovano
628 label_renamed: preimenovano
629 label_deleted: izbrisano
629 label_deleted: izbrisano
630 label_latest_revision: Poslednja revizija
630 label_latest_revision: Poslednja revizija
631 label_latest_revision_plural: Poslednje revizije
631 label_latest_revision_plural: Poslednje revizije
632 label_view_revisions: Pregled revizija
632 label_view_revisions: Pregled revizija
633 label_view_all_revisions: Pregled svih revizija
633 label_view_all_revisions: Pregled svih revizija
634 label_max_size: Maksimalna veličina
634 label_max_size: Maksimalna veličina
635 label_sort_highest: Premeštanje na vrh
635 label_sort_highest: Premeštanje na vrh
636 label_sort_higher: Premeštanje na gore
636 label_sort_higher: Premeštanje na gore
637 label_sort_lower: Premeštanje na dole
637 label_sort_lower: Premeštanje na dole
638 label_sort_lowest: Premeštanje na dno
638 label_sort_lowest: Premeštanje na dno
639 label_roadmap: Plan rada
639 label_roadmap: Plan rada
640 label_roadmap_due_in: "Dospeva %{value}"
640 label_roadmap_due_in: "Dospeva %{value}"
641 label_roadmap_overdue: "%{value} najkasnije"
641 label_roadmap_overdue: "%{value} najkasnije"
642 label_roadmap_no_issues: Nema problema za ovu verziju
642 label_roadmap_no_issues: Nema problema za ovu verziju
643 label_search: Pretraga
643 label_search: Pretraga
644 label_result_plural: Rezultati
644 label_result_plural: Rezultati
645 label_all_words: Sve reči
645 label_all_words: Sve reči
646 label_wiki: Wiki
646 label_wiki: Wiki
647 label_wiki_edit: Wiki izmena
647 label_wiki_edit: Wiki izmena
648 label_wiki_edit_plural: Wiki izmene
648 label_wiki_edit_plural: Wiki izmene
649 label_wiki_page: Wiki stranica
649 label_wiki_page: Wiki stranica
650 label_wiki_page_plural: Wiki stranice
650 label_wiki_page_plural: Wiki stranice
651 label_index_by_title: Indeksiranje po naslovu
651 label_index_by_title: Indeksiranje po naslovu
652 label_index_by_date: Indeksiranje po datumu
652 label_index_by_date: Indeksiranje po datumu
653 label_current_version: Trenutna verzija
653 label_current_version: Trenutna verzija
654 label_preview: Pregled
654 label_preview: Pregled
655 label_feed_plural: Izvori vesti
655 label_feed_plural: Izvori vesti
656 label_changes_details: Detalji svih promena
656 label_changes_details: Detalji svih promena
657 label_issue_tracking: Praćenje problema
657 label_issue_tracking: Praćenje problema
658 label_spent_time: Utrošeno vreme
658 label_spent_time: Utrošeno vreme
659 label_overall_spent_time: Celokupno utrošeno vreme
659 label_overall_spent_time: Celokupno utrošeno vreme
660 label_f_hour: "%{value} sat"
660 label_f_hour: "%{value} sat"
661 label_f_hour_plural: "%{value} sati"
661 label_f_hour_plural: "%{value} sati"
662 label_time_tracking: Praćenje vremena
662 label_time_tracking: Praćenje vremena
663 label_change_plural: Promene
663 label_change_plural: Promene
664 label_statistics: Statistika
664 label_statistics: Statistika
665 label_commits_per_month: Izvršenja mesečno
665 label_commits_per_month: Izvršenja mesečno
666 label_commits_per_author: Izvršenja po autoru
666 label_commits_per_author: Izvršenja po autoru
667 label_view_diff: Pogledaj razlike
667 label_view_diff: Pogledaj razlike
668 label_diff_inline: unutra
668 label_diff_inline: unutra
669 label_diff_side_by_side: uporedo
669 label_diff_side_by_side: uporedo
670 label_options: Opcije
670 label_options: Opcije
671 label_copy_workflow_from: Kopiranje toka posla od
671 label_copy_workflow_from: Kopiranje toka posla od
672 label_permissions_report: Izveštaj o dozvolama
672 label_permissions_report: Izveštaj o dozvolama
673 label_watched_issues: Posmatrani problemi
673 label_watched_issues: Posmatrani problemi
674 label_related_issues: Srodni problemi
674 label_related_issues: Srodni problemi
675 label_applied_status: Primenjeni statusi
675 label_applied_status: Primenjeni statusi
676 label_loading: Učitavanje...
676 label_loading: Učitavanje...
677 label_relation_new: Nova relacija
677 label_relation_new: Nova relacija
678 label_relation_delete: Brisanje relacije
678 label_relation_delete: Brisanje relacije
679 label_relates_to: srodnih sa
679 label_relates_to: srodnih sa
680 label_duplicates: dupliranih
680 label_duplicates: dupliranih
681 label_duplicated_by: dupliranih od
681 label_duplicated_by: dupliranih od
682 label_blocks: odbijenih
682 label_blocks: odbijenih
683 label_blocked_by: odbijenih od
683 label_blocked_by: odbijenih od
684 label_precedes: prethodi
684 label_precedes: prethodi
685 label_follows: praćenih
685 label_follows: praćenih
686 label_end_to_start: od kraja do početka
686 label_end_to_start: od kraja do početka
687 label_end_to_end: od kraja do kraja
687 label_end_to_end: od kraja do kraja
688 label_start_to_start: od početka do početka
688 label_start_to_start: od početka do početka
689 label_start_to_end: od početka do kraja
689 label_start_to_end: od početka do kraja
690 label_stay_logged_in: Ostanite prijavljeni
690 label_stay_logged_in: Ostanite prijavljeni
691 label_disabled: onemogućeno
691 label_disabled: onemogućeno
692 label_show_completed_versions: Prikazivanje završene verzije
692 label_show_completed_versions: Prikazivanje završene verzije
693 label_me: meni
693 label_me: meni
694 label_board: Forum
694 label_board: Forum
695 label_board_new: Novi forum
695 label_board_new: Novi forum
696 label_board_plural: Forumi
696 label_board_plural: Forumi
697 label_board_locked: Zaključana
697 label_board_locked: Zaključana
698 label_board_sticky: Lepljiva
698 label_board_sticky: Lepljiva
699 label_topic_plural: Teme
699 label_topic_plural: Teme
700 label_message_plural: Poruke
700 label_message_plural: Poruke
701 label_message_last: Poslednja poruka
701 label_message_last: Poslednja poruka
702 label_message_new: Nova poruka
702 label_message_new: Nova poruka
703 label_message_posted: Poruka je dodata
703 label_message_posted: Poruka je dodata
704 label_reply_plural: Odgovori
704 label_reply_plural: Odgovori
705 label_send_information: Pošalji korisniku detalje naloga
705 label_send_information: Pošalji korisniku detalje naloga
706 label_year: Godina
706 label_year: Godina
707 label_month: Mesec
707 label_month: Mesec
708 label_week: Sedmica
708 label_week: Sedmica
709 label_date_from: Šalje
709 label_date_from: Šalje
710 label_date_to: Prima
710 label_date_to: Prima
711 label_language_based: Bazirano na jeziku korisnika
711 label_language_based: Bazirano na jeziku korisnika
712 label_sort_by: "Sortirano po %{value}"
712 label_sort_by: "Sortirano po %{value}"
713 label_send_test_email: Slanje probne e-poruke
713 label_send_test_email: Slanje probne e-poruke
714 label_feeds_access_key: RSS pristupni ključ
714 label_feeds_access_key: RSS pristupni ključ
715 label_missing_feeds_access_key: RSS pristupni ključ nedostaje
715 label_missing_feeds_access_key: RSS pristupni ključ nedostaje
716 label_feeds_access_key_created_on: "RSS pristupni ključ je napravljen pre %{value}"
716 label_feeds_access_key_created_on: "RSS pristupni ključ je napravljen pre %{value}"
717 label_module_plural: Moduli
717 label_module_plural: Moduli
718 label_added_time_by: "Dodao %{author} pre %{age}"
718 label_added_time_by: "Dodao %{author} pre %{age}"
719 label_updated_time_by: "Ažurirao %{author} pre %{age}"
719 label_updated_time_by: "Ažurirao %{author} pre %{age}"
720 label_updated_time: "Ažurirano pre %{value}"
720 label_updated_time: "Ažurirano pre %{value}"
721 label_jump_to_a_project: Skok na projekat...
721 label_jump_to_a_project: Skok na projekat...
722 label_file_plural: Datoteke
722 label_file_plural: Datoteke
723 label_changeset_plural: Skupovi promena
723 label_changeset_plural: Skupovi promena
724 label_default_columns: Podrazumevane kolone
724 label_default_columns: Podrazumevane kolone
725 label_no_change_option: (Bez promena)
725 label_no_change_option: (Bez promena)
726 label_bulk_edit_selected_issues: Grupna izmena odabranih problema
726 label_bulk_edit_selected_issues: Grupna izmena odabranih problema
727 label_theme: Tema
727 label_theme: Tema
728 label_default: Podrazumevano
728 label_default: Podrazumevano
729 label_search_titles_only: Pretražuj samo naslove
729 label_search_titles_only: Pretražuj samo naslove
730 label_user_mail_option_all: "Za bilo koji događaj na svim mojim projektima"
730 label_user_mail_option_all: "Za bilo koji događaj na svim mojim projektima"
731 label_user_mail_option_selected: "Za bilo koji događaj na samo odabranim projektima..."
731 label_user_mail_option_selected: "Za bilo koji događaj na samo odabranim projektima..."
732 label_user_mail_no_self_notified: "Ne želim biti obaveštavan za promene koje sam pravim"
732 label_user_mail_no_self_notified: "Ne želim biti obaveštavan za promene koje sam pravim"
733 label_registration_activation_by_email: aktivacija naloga putem e-poruke
733 label_registration_activation_by_email: aktivacija naloga putem e-poruke
734 label_registration_manual_activation: ručna aktivacija naloga
734 label_registration_manual_activation: ručna aktivacija naloga
735 label_registration_automatic_activation: automatska aktivacija naloga
735 label_registration_automatic_activation: automatska aktivacija naloga
736 label_display_per_page: "Broj stavki po stranici: %{value}"
736 label_display_per_page: "Broj stavki po stranici: %{value}"
737 label_age: Starost
737 label_age: Starost
738 label_change_properties: Promeni svojstva
738 label_change_properties: Promeni svojstva
739 label_general: Opšti
739 label_general: Opšti
740 label_more: Više
740 label_more: Više
741 label_scm: SCM
741 label_scm: SCM
742 label_plugins: Dodatne komponente
742 label_plugins: Dodatne komponente
743 label_ldap_authentication: LDAP potvrda identiteta
743 label_ldap_authentication: LDAP potvrda identiteta
744 label_downloads_abbr: D/L
744 label_downloads_abbr: D/L
745 label_optional_description: Opciono opis
745 label_optional_description: Opciono opis
746 label_add_another_file: Dodaj još jednu datoteku
746 label_add_another_file: Dodaj još jednu datoteku
747 label_preferences: Podešavanja
747 label_preferences: Podešavanja
748 label_chronological_order: po hronološkom redosledu
748 label_chronological_order: po hronološkom redosledu
749 label_reverse_chronological_order: po obrnutom hronološkom redosledu
749 label_reverse_chronological_order: po obrnutom hronološkom redosledu
750 label_planning: Planiranje
750 label_planning: Planiranje
751 label_incoming_emails: Dolazne e-poruke
751 label_incoming_emails: Dolazne e-poruke
752 label_generate_key: Generisanje ključa
752 label_generate_key: Generisanje ključa
753 label_issue_watchers: Posmatrači
753 label_issue_watchers: Posmatrači
754 label_example: Primer
754 label_example: Primer
755 label_display: Prikaz
755 label_display: Prikaz
756 label_sort: Sortiranje
756 label_sort: Sortiranje
757 label_ascending: Rastući niz
757 label_ascending: Rastući niz
758 label_descending: Opadajući niz
758 label_descending: Opadajući niz
759 label_date_from_to: Od %{start} do %{end}
759 label_date_from_to: Od %{start} do %{end}
760 label_wiki_content_added: Wiki stranica je dodata
760 label_wiki_content_added: Wiki stranica je dodata
761 label_wiki_content_updated: Wiki stranica je ažurirana
761 label_wiki_content_updated: Wiki stranica je ažurirana
762 label_group: Grupa
762 label_group: Grupa
763 label_group_plural: Grupe
763 label_group_plural: Grupe
764 label_group_new: Nova grupa
764 label_group_new: Nova grupa
765 label_time_entry_plural: Utrošeno vreme
765 label_time_entry_plural: Utrošeno vreme
766 label_version_sharing_none: Nije deljeno
766 label_version_sharing_none: Nije deljeno
767 label_version_sharing_descendants: Sa potprojektima
767 label_version_sharing_descendants: Sa potprojektima
768 label_version_sharing_hierarchy: Sa hijerarhijom projekta
768 label_version_sharing_hierarchy: Sa hijerarhijom projekta
769 label_version_sharing_tree: Sa stablom projekta
769 label_version_sharing_tree: Sa stablom projekta
770 label_version_sharing_system: Sa svim projektima
770 label_version_sharing_system: Sa svim projektima
771 label_update_issue_done_ratios: Ažuriraj odnos rešenih problema
771 label_update_issue_done_ratios: Ažuriraj odnos rešenih problema
772 label_copy_source: Izvor
772 label_copy_source: Izvor
773 label_copy_target: Odredište
773 label_copy_target: Odredište
774 label_copy_same_as_target: Isto kao odredište
774 label_copy_same_as_target: Isto kao odredište
775 label_display_used_statuses_only: Prikazuj statuse korišćene samo od strane ovog praćenja
775 label_display_used_statuses_only: Prikazuj statuse korišćene samo od strane ovog praćenja
776 label_api_access_key: API pristupni ključ
776 label_api_access_key: API pristupni ključ
777 label_missing_api_access_key: Nedostaje API pristupni ključ
777 label_missing_api_access_key: Nedostaje API pristupni ključ
778 label_api_access_key_created_on: "API pristupni ključ je kreiran pre %{value}"
778 label_api_access_key_created_on: "API pristupni ključ je kreiran pre %{value}"
779 label_profile: Profil
779 label_profile: Profil
780 label_subtask_plural: Podzadatak
780 label_subtask_plural: Podzadatak
781 label_project_copy_notifications: Pošalji e-poruku sa obaveštenjem prilikom kopiranja projekta
781 label_project_copy_notifications: Pošalji e-poruku sa obaveštenjem prilikom kopiranja projekta
782
782
783 button_login: Prijava
783 button_login: Prijava
784 button_submit: Pošalji
784 button_submit: Pošalji
785 button_save: Snimi
785 button_save: Snimi
786 button_check_all: Uključi sve
786 button_check_all: Uključi sve
787 button_uncheck_all: Isključi sve
787 button_uncheck_all: Isključi sve
788 button_delete: Izbriši
788 button_delete: Izbriši
789 button_create: Kreiraj
789 button_create: Kreiraj
790 button_create_and_continue: Kreiraj i nastavi
790 button_create_and_continue: Kreiraj i nastavi
791 button_test: Test
791 button_test: Test
792 button_edit: Izmeni
792 button_edit: Izmeni
793 button_add: Dodaj
793 button_add: Dodaj
794 button_change: Promeni
794 button_change: Promeni
795 button_apply: Primeni
795 button_apply: Primeni
796 button_clear: Obriši
796 button_clear: Obriši
797 button_lock: Zaključaj
797 button_lock: Zaključaj
798 button_unlock: Otključaj
798 button_unlock: Otključaj
799 button_download: Preuzmi
799 button_download: Preuzmi
800 button_list: Spisak
800 button_list: Spisak
801 button_view: Prikaži
801 button_view: Prikaži
802 button_move: Pomeri
802 button_move: Pomeri
803 button_move_and_follow: Pomeri i prati
803 button_move_and_follow: Pomeri i prati
804 button_back: Nazad
804 button_back: Nazad
805 button_cancel: Poništi
805 button_cancel: Poništi
806 button_activate: Aktiviraj
806 button_activate: Aktiviraj
807 button_sort: Sortiraj
807 button_sort: Sortiraj
808 button_log_time: Evidentiraj vreme
808 button_log_time: Evidentiraj vreme
809 button_rollback: Povratak na ovu verziju
809 button_rollback: Povratak na ovu verziju
810 button_watch: Prati
810 button_watch: Prati
811 button_unwatch: Ne prati više
811 button_unwatch: Ne prati više
812 button_reply: Odgovori
812 button_reply: Odgovori
813 button_archive: Arhiviraj
813 button_archive: Arhiviraj
814 button_unarchive: Vrati iz arhive
814 button_unarchive: Vrati iz arhive
815 button_reset: Poništi
815 button_reset: Poništi
816 button_rename: Preimenuj
816 button_rename: Preimenuj
817 button_change_password: Promeni lozinku
817 button_change_password: Promeni lozinku
818 button_copy: Kopiraj
818 button_copy: Kopiraj
819 button_copy_and_follow: Kopiraj i prati
819 button_copy_and_follow: Kopiraj i prati
820 button_annotate: Pribeleži
820 button_annotate: Pribeleži
821 button_update: Ažuriraj
821 button_update: Ažuriraj
822 button_configure: Podesi
822 button_configure: Podesi
823 button_quote: Pod navodnicima
823 button_quote: Pod navodnicima
824 button_duplicate: Dupliraj
824 button_duplicate: Dupliraj
825 button_show: Prikaži
825 button_show: Prikaži
826
826
827 status_active: aktivni
827 status_active: aktivni
828 status_registered: registrovani
828 status_registered: registrovani
829 status_locked: zaključani
829 status_locked: zaključani
830
830
831 version_status_open: otvoren
831 version_status_open: otvoren
832 version_status_locked: zaključan
832 version_status_locked: zaključan
833 version_status_closed: zatvoren
833 version_status_closed: zatvoren
834
834
835 field_active: Aktivan
835 field_active: Aktivan
836
836
837 text_select_mail_notifications: Odaberi akcije za koje će obaveštenje biti poslato putem e-pošte.
837 text_select_mail_notifications: Odaberi akcije za koje će obaveštenje biti poslato putem e-pošte.
838 text_regexp_info: npr. ^[A-Z0-9]+$
838 text_regexp_info: npr. ^[A-Z0-9]+$
839 text_min_max_length_info: 0 znači bez ograničenja
839 text_min_max_length_info: 0 znači bez ograničenja
840 text_project_destroy_confirmation: Jeste li sigurni da želite da izbrišete ovaj projekat i sve pripadajuće podatke?
840 text_project_destroy_confirmation: Jeste li sigurni da želite da izbrišete ovaj projekat i sve pripadajuće podatke?
841 text_subprojects_destroy_warning: "Potprojekti: %{value} će takođe biti izbrisan."
841 text_subprojects_destroy_warning: "Potprojekti: %{value} će takođe biti izbrisan."
842 text_workflow_edit: Odaberite ulogu i praćenje za izmenu toka posla
842 text_workflow_edit: Odaberite ulogu i praćenje za izmenu toka posla
843 text_are_you_sure: Jeste li sigurni?
843 text_are_you_sure: Jeste li sigurni?
844 text_journal_changed: "%{label} promenjen od %{old} u %{new}"
844 text_journal_changed: "%{label} promenjen od %{old} u %{new}"
845 text_journal_set_to: "%{label} postavljen u %{value}"
845 text_journal_set_to: "%{label} postavljen u %{value}"
846 text_journal_deleted: "%{label} izbrisano (%{old})"
846 text_journal_deleted: "%{label} izbrisano (%{old})"
847 text_journal_added: "%{label} %{value} dodato"
847 text_journal_added: "%{label} %{value} dodato"
848 text_tip_issue_begin_day: zadatak počinje ovog dana
848 text_tip_issue_begin_day: zadatak počinje ovog dana
849 text_tip_issue_end_day: zadatak se završava ovog dana
849 text_tip_issue_end_day: zadatak se završava ovog dana
850 text_tip_issue_begin_end_day: zadatak počinje i završava ovog dana
850 text_tip_issue_begin_end_day: zadatak počinje i završava ovog dana
851 text_caracters_maximum: "Najviše %{count} znak(ova)."
851 text_caracters_maximum: "Najviše %{count} znak(ova)."
852 text_caracters_minimum: "Broj znakova mora biti najmanje %{count}."
852 text_caracters_minimum: "Broj znakova mora biti najmanje %{count}."
853 text_length_between: "Broj znakova mora biti između %{min} i %{max}."
853 text_length_between: "Broj znakova mora biti između %{min} i %{max}."
854 text_tracker_no_workflow: Ovo praćenje nema definisan tok posla
854 text_tracker_no_workflow: Ovo praćenje nema definisan tok posla
855 text_unallowed_characters: Nedozvoljeni znakovi
855 text_unallowed_characters: Nedozvoljeni znakovi
856 text_comma_separated: Dozvoljene su višestruke vrednosti (odvojene zarezom).
856 text_comma_separated: Dozvoljene su višestruke vrednosti (odvojene zarezom).
857 text_line_separated: Dozvoljene su višestruke vrednosti (jedan red za svaku vrednost).
857 text_line_separated: Dozvoljene su višestruke vrednosti (jedan red za svaku vrednost).
858 text_issues_ref_in_commit_messages: Referenciranje i popravljanje problema u izvršnim porukama
858 text_issues_ref_in_commit_messages: Referenciranje i popravljanje problema u izvršnim porukama
859 text_issue_added: "%{author} je prijavio problem %{id}."
859 text_issue_added: "%{author} je prijavio problem %{id}."
860 text_issue_updated: "%{author} je ažurirao problem %{id}."
860 text_issue_updated: "%{author} je ažurirao problem %{id}."
861 text_wiki_destroy_confirmation: Jeste li sigurni da želite da obrišete wiki i sav sadržaj?
861 text_wiki_destroy_confirmation: Jeste li sigurni da želite da obrišete wiki i sav sadržaj?
862 text_issue_category_destroy_question: "Nekoliko problema (%{count}) je dodeljeno ovoj kategoriji. Šta želite da uradite?"
862 text_issue_category_destroy_question: "Nekoliko problema (%{count}) je dodeljeno ovoj kategoriji. Šta želite da uradite?"
863 text_issue_category_destroy_assignments: Ukloni dodeljene kategorije
863 text_issue_category_destroy_assignments: Ukloni dodeljene kategorije
864 text_issue_category_reassign_to: Dodeli ponovo probleme ovoj kategoriji
864 text_issue_category_reassign_to: Dodeli ponovo probleme ovoj kategoriji
865 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)."
865 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)."
866 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."
866 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."
867 text_load_default_configuration: Učitaj podrazumevano konfigurisanje
867 text_load_default_configuration: Učitaj podrazumevano konfigurisanje
868 text_status_changed_by_changeset: "Primenjeno u skupu sa promenama %{value}."
868 text_status_changed_by_changeset: "Primenjeno u skupu sa promenama %{value}."
869 text_issues_destroy_confirmation: 'Jeste li sigurni da želite da izbrišete odabrane probleme?'
869 text_issues_destroy_confirmation: 'Jeste li sigurni da želite da izbrišete odabrane probleme?'
870 text_select_project_modules: 'Odaberite module koje želite omogućiti za ovaj projekat:'
870 text_select_project_modules: 'Odaberite module koje želite omogućiti za ovaj projekat:'
871 text_default_administrator_account_changed: Podrazumevani administratorski nalog je promenjen
871 text_default_administrator_account_changed: Podrazumevani administratorski nalog je promenjen
872 text_file_repository_writable: Fascikla priloženih datoteka je upisiva
872 text_file_repository_writable: Fascikla priloženih datoteka je upisiva
873 text_plugin_assets_writable: Fascikla elemenata dodatnih komponenti je upisiva
873 text_plugin_assets_writable: Fascikla elemenata dodatnih komponenti je upisiva
874 text_rmagick_available: RMagick je dostupan (opciono)
874 text_rmagick_available: RMagick je dostupan (opciono)
875 text_destroy_time_entries_question: "%{hours} sati je prijavljeno za ovaj problem koji želite izbrisati. Šta želite da uradite?"
875 text_destroy_time_entries_question: "%{hours} sati je prijavljeno za ovaj problem koji želite izbrisati. Šta želite da uradite?"
876 text_destroy_time_entries: Izbriši prijavljene sate
876 text_destroy_time_entries: Izbriši prijavljene sate
877 text_assign_time_entries_to_project: Dodeli prijavljene sate projektu
877 text_assign_time_entries_to_project: Dodeli prijavljene sate projektu
878 text_reassign_time_entries: 'Dodeli ponovo prijavljene sate ovom problemu:'
878 text_reassign_time_entries: 'Dodeli ponovo prijavljene sate ovom problemu:'
879 text_user_wrote: "%{value} je napisao:"
879 text_user_wrote: "%{value} je napisao:"
880 text_enumeration_destroy_question: "%{count} objekat(a) je dodeljeno ovoj vrednosti."
880 text_enumeration_destroy_question: "%{count} objekat(a) je dodeljeno ovoj vrednosti."
881 text_enumeration_category_reassign_to: 'Dodeli ih ponovo ovoj vrednosti:'
881 text_enumeration_category_reassign_to: 'Dodeli ih ponovo ovoj vrednosti:'
882 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."
882 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."
883 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."
883 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."
884 text_diff_truncated: '... Ova razlika je isečena jer je dostignuta maksimalna veličina prikaza.'
884 text_diff_truncated: '... Ova razlika je isečena jer je dostignuta maksimalna veličina prikaza.'
885 text_custom_field_possible_values_info: 'Jedan red za svaku vrednost'
885 text_custom_field_possible_values_info: 'Jedan red za svaku vrednost'
886 text_wiki_page_destroy_question: "Ova stranica ima %{descendants} podređenih stranica i podstranica. Šta želite da uradite?"
886 text_wiki_page_destroy_question: "Ova stranica ima %{descendants} podređenih stranica i podstranica. Šta želite da uradite?"
887 text_wiki_page_nullify_children: "Zadrži podređene stranice kao korene stranice"
887 text_wiki_page_nullify_children: "Zadrži podređene stranice kao korene stranice"
888 text_wiki_page_destroy_children: "Izbriši podređene stranice i sve njihove podstranice"
888 text_wiki_page_destroy_children: "Izbriši podređene stranice i sve njihove podstranice"
889 text_wiki_page_reassign_children: "Dodeli ponovo podređene stranice ovoj matičnoj stranici"
889 text_wiki_page_reassign_children: "Dodeli ponovo podređene stranice ovoj matičnoj stranici"
890 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?"
890 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?"
891 text_zoom_in: Uvećaj
891 text_zoom_in: Uvećaj
892 text_zoom_out: Umanji
892 text_zoom_out: Umanji
893
893
894 default_role_manager: Menadžer
894 default_role_manager: Menadžer
895 default_role_developer: Programer
895 default_role_developer: Programer
896 default_role_reporter: Izveštač
896 default_role_reporter: Izveštač
897 default_tracker_bug: Greška
897 default_tracker_bug: Greška
898 default_tracker_feature: Funkcionalnost
898 default_tracker_feature: Funkcionalnost
899 default_tracker_support: Podrška
899 default_tracker_support: Podrška
900 default_issue_status_new: Novo
900 default_issue_status_new: Novo
901 default_issue_status_in_progress: U toku
901 default_issue_status_in_progress: U toku
902 default_issue_status_resolved: Rešeno
902 default_issue_status_resolved: Rešeno
903 default_issue_status_feedback: Povratna informacija
903 default_issue_status_feedback: Povratna informacija
904 default_issue_status_closed: Zatvoreno
904 default_issue_status_closed: Zatvoreno
905 default_issue_status_rejected: Odbijeno
905 default_issue_status_rejected: Odbijeno
906 default_doc_category_user: Korisnička dokumentacija
906 default_doc_category_user: Korisnička dokumentacija
907 default_doc_category_tech: Tehnička dokumentacija
907 default_doc_category_tech: Tehnička dokumentacija
908 default_priority_low: Nizak
908 default_priority_low: Nizak
909 default_priority_normal: Normalan
909 default_priority_normal: Normalan
910 default_priority_high: Visok
910 default_priority_high: Visok
911 default_priority_urgent: Hitno
911 default_priority_urgent: Hitno
912 default_priority_immediate: Neposredno
912 default_priority_immediate: Neposredno
913 default_activity_design: Dizajn
913 default_activity_design: Dizajn
914 default_activity_development: Razvoj
914 default_activity_development: Razvoj
915
915
916 enumeration_issue_priorities: Prioriteti problema
916 enumeration_issue_priorities: Prioriteti problema
917 enumeration_doc_categories: Kategorije dokumenta
917 enumeration_doc_categories: Kategorije dokumenta
918 enumeration_activities: Aktivnosti (praćenje vremena)
918 enumeration_activities: Aktivnosti (praćenje vremena)
919 enumeration_system_activity: Sistemska aktivnost
919 enumeration_system_activity: Sistemska aktivnost
920
920
921 field_time_entries: Vreme evidencije
921 field_time_entries: Vreme evidencije
922 project_module_gantt: Gantov dijagram
922 project_module_gantt: Gantov dijagram
923 project_module_calendar: Kalendar
923 project_module_calendar: Kalendar
924 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
924 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
925 field_text: Text field
925 field_text: Text field
926 label_user_mail_option_only_owner: Only for things I am the owner of
926 label_user_mail_option_only_owner: Only for things I am the owner of
927 setting_default_notification_option: Default notification option
927 setting_default_notification_option: Default notification option
928 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
928 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
929 label_user_mail_option_only_assigned: Only for things I am assigned to
929 label_user_mail_option_only_assigned: Only for things I am assigned to
930 label_user_mail_option_none: No events
930 label_user_mail_option_none: No events
931 field_member_of_group: Assignee's group
931 field_member_of_group: Assignee's group
932 field_assigned_to_role: Assignee's role
932 field_assigned_to_role: Assignee's role
933 notice_not_authorized_archived_project: The project you're trying to access has been archived.
933 notice_not_authorized_archived_project: The project you're trying to access has been archived.
934 label_principal_search: "Search for user or group:"
934 label_principal_search: "Search for user or group:"
935 label_user_search: "Search for user:"
935 label_user_search: "Search for user:"
936 field_visible: Visible
936 field_visible: Visible
937 setting_emails_header: Emails header
937 setting_emails_header: Emails header
938 setting_commit_logtime_activity_id: Activity for logged time
938 setting_commit_logtime_activity_id: Activity for logged time
939 text_time_logged_by_changeset: Applied in changeset %{value}.
939 text_time_logged_by_changeset: Applied in changeset %{value}.
940 setting_commit_logtime_enabled: Enable time logging
940 setting_commit_logtime_enabled: Enable time logging
941 notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
941 notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
942 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
942 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
943 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
943 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
944 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
944 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
945 label_my_queries: My custom queries
945 label_my_queries: My custom queries
946 text_journal_changed_no_detail: "%{label} updated"
946 text_journal_changed_no_detail: "%{label} updated"
947 label_news_comment_added: Comment added to a news
947 label_news_comment_added: Comment added to a news
948 button_expand_all: Expand all
948 button_expand_all: Expand all
949 button_collapse_all: Collapse all
949 button_collapse_all: Collapse all
950 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
950 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
951 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
951 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
952 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
952 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
953 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
953 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
954 label_role_anonymous: Anonymous
954 label_role_anonymous: Anonymous
955 label_role_non_member: Non member
955 label_role_non_member: Non member
956 label_issue_note_added: Note added
956 label_issue_note_added: Note added
957 label_issue_status_updated: Status updated
957 label_issue_status_updated: Status updated
958 label_issue_priority_updated: Priority updated
958 label_issue_priority_updated: Priority updated
959 label_issues_visibility_own: Issues created by or assigned to the user
959 label_issues_visibility_own: Issues created by or assigned to the user
960 field_issues_visibility: Issues visibility
960 field_issues_visibility: Issues visibility
961 label_issues_visibility_all: All issues
961 label_issues_visibility_all: All issues
962 permission_set_own_issues_private: Set own issues public or private
962 permission_set_own_issues_private: Set own issues public or private
963 field_is_private: Private
963 field_is_private: Private
964 permission_set_issues_private: Set issues public or private
964 permission_set_issues_private: Set issues public or private
965 label_issues_visibility_public: All non private issues
965 label_issues_visibility_public: All non private issues
966 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
966 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
967 field_commit_logs_encoding: Kodiranje izvršnih poruka
967 field_commit_logs_encoding: Kodiranje izvršnih poruka
968 field_scm_path_encoding: Path encoding
968 field_scm_path_encoding: Path encoding
969 text_scm_path_encoding_note: "Default: UTF-8"
969 text_scm_path_encoding_note: "Default: UTF-8"
970 field_path_to_repository: Path to repository
970 field_path_to_repository: Path to repository
971 field_root_directory: Root directory
971 field_root_directory: Root directory
972 field_cvs_module: Module
972 field_cvs_module: Module
973 field_cvsroot: CVSROOT
973 field_cvsroot: CVSROOT
974 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
974 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
975 text_scm_command: Command
975 text_scm_command: Command
976 text_scm_command_version: Version
976 text_scm_command_version: Version
977 label_git_report_last_commit: Report last commit for files and directories
977 label_git_report_last_commit: Report last commit for files and directories
978 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
978 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
979 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.
979 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.
980 notice_issue_successful_create: Issue %{id} created.
980 notice_issue_successful_create: Issue %{id} created.
981 label_between: between
981 label_between: between
982 setting_issue_group_assignment: Allow issue assignment to groups
982 setting_issue_group_assignment: Allow issue assignment to groups
983 label_diff: diff
983 label_diff: diff
984 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
984 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
985 description_query_sort_criteria_direction: Sort direction
985 description_query_sort_criteria_direction: Sort direction
986 description_project_scope: Search scope
986 description_project_scope: Search scope
987 description_filter: Filter
987 description_filter: Filter
988 description_user_mail_notification: Mail notification settings
988 description_user_mail_notification: Mail notification settings
989 description_date_from: Enter start date
989 description_date_from: Enter start date
990 description_message_content: Message content
990 description_message_content: Message content
991 description_available_columns: Available Columns
991 description_available_columns: Available Columns
992 description_date_range_interval: Choose range by selecting start and end date
992 description_date_range_interval: Choose range by selecting start and end date
993 description_issue_category_reassign: Choose issue category
993 description_issue_category_reassign: Choose issue category
994 description_search: Searchfield
994 description_search: Searchfield
995 description_notes: Notes
995 description_notes: Notes
996 description_date_range_list: Choose range from list
996 description_date_range_list: Choose range from list
997 description_choose_project: Projects
997 description_choose_project: Projects
998 description_date_to: Enter end date
998 description_date_to: Enter end date
999 description_query_sort_criteria_attribute: Sort attribute
999 description_query_sort_criteria_attribute: Sort attribute
1000 description_wiki_subpages_reassign: Choose new parent page
1000 description_wiki_subpages_reassign: Choose new parent page
1001 description_selected_columns: Selected Columns
1001 description_selected_columns: Selected Columns
1002 label_parent_revision: Parent
1002 label_parent_revision: Parent
1003 label_child_revision: Child
1003 label_child_revision: Child
1004 error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
1004 error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
1005 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
1005 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
1006 button_edit_section: Edit this section
1006 button_edit_section: Edit this section
1007 setting_repositories_encodings: Attachments and repositories encodings
1007 setting_repositories_encodings: Attachments and repositories encodings
1008 description_all_columns: All Columns
1008 description_all_columns: All Columns
1009 button_export: Export
1009 button_export: Export
1010 label_export_options: "%{export_format} export options"
1010 label_export_options: "%{export_format} export options"
1011 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
1011 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
1012 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1012 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1013 label_x_issues:
1013 label_x_issues:
1014 zero: 0 problem
1014 zero: 0 problem
1015 one: 1 problem
1015 one: 1 problem
1016 other: "%{count} problemi"
1016 other: "%{count} problemi"
1017 label_repository_new: New repository
1017 label_repository_new: New repository
1018 field_repository_is_default: Main repository
1018 field_repository_is_default: Main repository
1019 label_copy_attachments: Copy attachments
1019 label_copy_attachments: Copy attachments
1020 label_item_position: "%{position}/%{count}"
1020 label_item_position: "%{position}/%{count}"
1021 label_completed_versions: Completed versions
1021 label_completed_versions: Completed versions
1022 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1022 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1023 field_multiple: Multiple values
1023 field_multiple: Multiple values
1024 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1024 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1025 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1025 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1026 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1026 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1027 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1027 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1028 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1028 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1029 permission_manage_related_issues: Manage related issues
1029 permission_manage_related_issues: Manage related issues
1030 field_auth_source_ldap_filter: LDAP filter
1030 field_auth_source_ldap_filter: LDAP filter
1031 label_search_for_watchers: Search for watchers to add
1031 label_search_for_watchers: Search for watchers to add
1032 notice_account_deleted: Your account has been permanently deleted.
1032 notice_account_deleted: Your account has been permanently deleted.
1033 setting_unsubscribe: Allow users to delete their own account
1033 setting_unsubscribe: Allow users to delete their own account
1034 button_delete_my_account: Delete my account
1034 button_delete_my_account: Delete my account
1035 text_account_destroy_confirmation: |-
1035 text_account_destroy_confirmation: |-
1036 Are you sure you want to proceed?
1036 Are you sure you want to proceed?
1037 Your account will be permanently deleted, with no way to reactivate it.
1037 Your account will be permanently deleted, with no way to reactivate it.
1038 error_session_expired: Your session has expired. Please login again.
1038 error_session_expired: Your session has expired. Please login again.
1039 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1039 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1040 setting_session_lifetime: Session maximum lifetime
1040 setting_session_lifetime: Session maximum lifetime
1041 setting_session_timeout: Session inactivity timeout
1041 setting_session_timeout: Session inactivity timeout
1042 label_session_expiration: Session expiration
1042 label_session_expiration: Session expiration
1043 permission_close_project: Close / reopen the project
1043 permission_close_project: Close / reopen the project
1044 label_show_closed_projects: View closed projects
1044 label_show_closed_projects: View closed projects
1045 button_close: Close
1045 button_close: Close
1046 button_reopen: Reopen
1046 button_reopen: Reopen
1047 project_status_active: active
1047 project_status_active: active
1048 project_status_closed: closed
1048 project_status_closed: closed
1049 project_status_archived: archived
1049 project_status_archived: archived
1050 text_project_closed: This project is closed and read-only.
1050 text_project_closed: This project is closed and read-only.
1051 notice_user_successful_create: User %{id} created.
1051 notice_user_successful_create: User %{id} created.
1052 field_core_fields: Standard fields
1052 field_core_fields: Standard fields
1053 field_timeout: Timeout (in seconds)
1053 field_timeout: Timeout (in seconds)
1054 setting_thumbnails_enabled: Display attachment thumbnails
1054 setting_thumbnails_enabled: Display attachment thumbnails
1055 setting_thumbnails_size: Thumbnails size (in pixels)
1055 setting_thumbnails_size: Thumbnails size (in pixels)
1056 label_status_transitions: Status transitions
1056 label_status_transitions: Status transitions
1057 label_fields_permissions: Fields permissions
1057 label_fields_permissions: Fields permissions
1058 label_readonly: Read-only
1058 label_readonly: Read-only
1059 label_required: Required
1059 label_required: Required
1060 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1060 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1061 field_board_parent: Parent forum
1061 field_board_parent: Parent forum
1062 label_attribute_of_project: Project's %{name}
1062 label_attribute_of_project: Project's %{name}
1063 label_attribute_of_author: Author's %{name}
1063 label_attribute_of_author: Author's %{name}
1064 label_attribute_of_assigned_to: Assignee's %{name}
1064 label_attribute_of_assigned_to: Assignee's %{name}
1065 label_attribute_of_fixed_version: Target version's %{name}
1065 label_attribute_of_fixed_version: Target version's %{name}
1066 label_copy_subtasks: Copy subtasks
1066 label_copy_subtasks: Copy subtasks
1067 label_copied_to: copied to
1067 label_copied_to: copied to
1068 label_copied_from: copied from
1068 label_copied_from: copied from
1069 label_any_issues_in_project: any issues in project
1069 label_any_issues_in_project: any issues in project
1070 label_any_issues_not_in_project: any issues not in project
1070 label_any_issues_not_in_project: any issues not in project
1071 field_private_notes: Private notes
1071 field_private_notes: Private notes
1072 permission_view_private_notes: View private notes
1072 permission_view_private_notes: View private notes
1073 permission_set_notes_private: Set notes as private
1073 permission_set_notes_private: Set notes as private
1074 label_no_issues_in_project: no issues in project
1074 label_no_issues_in_project: no issues in project
1075 label_any: svi
1075 label_any: svi
1076 label_last_n_weeks: last %{count} weeks
1076 label_last_n_weeks: last %{count} weeks
1077 setting_cross_project_subtasks: Allow cross-project subtasks
1077 setting_cross_project_subtasks: Allow cross-project subtasks
1078 label_cross_project_descendants: Sa potprojektima
1078 label_cross_project_descendants: Sa potprojektima
1079 label_cross_project_tree: Sa stablom projekta
1079 label_cross_project_tree: Sa stablom projekta
1080 label_cross_project_hierarchy: Sa hijerarhijom projekta
1080 label_cross_project_hierarchy: Sa hijerarhijom projekta
1081 label_cross_project_system: Sa svim projektima
1081 label_cross_project_system: Sa svim projektima
1082 button_hide: Hide
1082 button_hide: Hide
1083 setting_non_working_week_days: Non-working days
1083 setting_non_working_week_days: Non-working days
1084 label_in_the_next_days: in the next
1084 label_in_the_next_days: in the next
1085 label_in_the_past_days: in the past
1085 label_in_the_past_days: in the past
@@ -1,1084 +1,1084
1 # Serbian translations for Redmine
1 # Serbian translations for Redmine
2 # by Vladimir Medarović (vlada@medarovic.com)
2 # by Vladimir Medarović (vlada@medarovic.com)
3 sr:
3 sr:
4 direction: ltr
4 direction: ltr
5 date:
5 date:
6 formats:
6 formats:
7 # Use the strftime parameters for formats.
7 # Use the strftime parameters for formats.
8 # When no format has been given, it uses default.
8 # When no format has been given, it uses default.
9 # You can provide other formats here if you like!
9 # You can provide other formats here if you like!
10 default: "%d.%m.%Y."
10 default: "%d.%m.%Y."
11 short: "%e %b"
11 short: "%e %b"
12 long: "%B %e, %Y"
12 long: "%B %e, %Y"
13
13
14 day_names: [недеља, понедељак, уторак, среда, четвртак, петак, субота]
14 day_names: [недеља, понедељак, уторак, среда, четвртак, петак, субота]
15 abbr_day_names: [нед, пон, уто, сре, чет, пет, суб]
15 abbr_day_names: [нед, пон, уто, сре, чет, пет, суб]
16
16
17 # Don't forget the nil at the beginning; there's no such thing as a 0th month
17 # Don't forget the nil at the beginning; there's no such thing as a 0th month
18 month_names: [~, јануар, фебруар, март, април, мај, јун, јул, август, септембар, октобар, новембар, децембар]
18 month_names: [~, јануар, фебруар, март, април, мај, јун, јул, август, септембар, октобар, новембар, децембар]
19 abbr_month_names: [~, јан, феб, мар, апр, мај, јун, јул, авг, сеп, окт, нов, дец]
19 abbr_month_names: [~, јан, феб, мар, апр, мај, јун, јул, авг, сеп, окт, нов, дец]
20 # Used in date_select and datime_select.
20 # Used in date_select and datime_select.
21 order:
21 order:
22 - :day
22 - :day
23 - :month
23 - :month
24 - :year
24 - :year
25
25
26 time:
26 time:
27 formats:
27 formats:
28 default: "%d.%m.%Y. у %H:%M"
28 default: "%d.%m.%Y. у %H:%M"
29 time: "%H:%M"
29 time: "%H:%M"
30 short: "%d. %b у %H:%M"
30 short: "%d. %b у %H:%M"
31 long: "%d. %B %Y у %H:%M"
31 long: "%d. %B %Y у %H:%M"
32 am: "am"
32 am: "am"
33 pm: "pm"
33 pm: "pm"
34
34
35 datetime:
35 datetime:
36 distance_in_words:
36 distance_in_words:
37 half_a_minute: "пола минута"
37 half_a_minute: "пола минута"
38 less_than_x_seconds:
38 less_than_x_seconds:
39 one: "мање од једне секунде"
39 one: "мање од једне секунде"
40 other: "мање од %{count} сек."
40 other: "мање од %{count} сек."
41 x_seconds:
41 x_seconds:
42 one: "једна секунда"
42 one: "једна секунда"
43 other: "%{count} сек."
43 other: "%{count} сек."
44 less_than_x_minutes:
44 less_than_x_minutes:
45 one: "мање од минута"
45 one: "мање од минута"
46 other: "мање од %{count} мин."
46 other: "мање од %{count} мин."
47 x_minutes:
47 x_minutes:
48 one: "један минут"
48 one: "један минут"
49 other: "%{count} мин."
49 other: "%{count} мин."
50 about_x_hours:
50 about_x_hours:
51 one: "приближно један сат"
51 one: "приближно један сат"
52 other: "приближно %{count} сати"
52 other: "приближно %{count} сати"
53 x_hours:
53 x_hours:
54 one: "1 hour"
54 one: "1 hour"
55 other: "%{count} hours"
55 other: "%{count} hours"
56 x_days:
56 x_days:
57 one: "један дан"
57 one: "један дан"
58 other: "%{count} дана"
58 other: "%{count} дана"
59 about_x_months:
59 about_x_months:
60 one: "приближно један месец"
60 one: "приближно један месец"
61 other: "приближно %{count} месеци"
61 other: "приближно %{count} месеци"
62 x_months:
62 x_months:
63 one: "један месец"
63 one: "један месец"
64 other: "%{count} месеци"
64 other: "%{count} месеци"
65 about_x_years:
65 about_x_years:
66 one: "приближно годину дана"
66 one: "приближно годину дана"
67 other: "приближно %{count} год."
67 other: "приближно %{count} год."
68 over_x_years:
68 over_x_years:
69 one: "преко годину дана"
69 one: "преко годину дана"
70 other: "преко %{count} год."
70 other: "преко %{count} год."
71 almost_x_years:
71 almost_x_years:
72 one: "скоро годину дана"
72 one: "скоро годину дана"
73 other: "скоро %{count} год."
73 other: "скоро %{count} год."
74
74
75 number:
75 number:
76 format:
76 format:
77 separator: ","
77 separator: ","
78 delimiter: ""
78 delimiter: ""
79 precision: 3
79 precision: 3
80 human:
80 human:
81 format:
81 format:
82 delimiter: ""
82 delimiter: ""
83 precision: 3
83 precision: 3
84 storage_units:
84 storage_units:
85 format: "%n %u"
85 format: "%n %u"
86 units:
86 units:
87 byte:
87 byte:
88 one: "Byte"
88 one: "Byte"
89 other: "Bytes"
89 other: "Bytes"
90 kb: "KB"
90 kb: "KB"
91 mb: "MB"
91 mb: "MB"
92 gb: "GB"
92 gb: "GB"
93 tb: "TB"
93 tb: "TB"
94
94
95
95
96 # Used in array.to_sentence.
96 # Used in array.to_sentence.
97 support:
97 support:
98 array:
98 array:
99 sentence_connector: "и"
99 sentence_connector: "и"
100 skip_last_comma: false
100 skip_last_comma: false
101
101
102 activerecord:
102 activerecord:
103 errors:
103 errors:
104 template:
104 template:
105 header:
105 header:
106 one: "1 error prohibited this %{model} from being saved"
106 one: "1 error prohibited this %{model} from being saved"
107 other: "%{count} errors prohibited this %{model} from being saved"
107 other: "%{count} errors prohibited this %{model} from being saved"
108 messages:
108 messages:
109 inclusion: "није укључен у списак"
109 inclusion: "није укључен у списак"
110 exclusion: "је резервисан"
110 exclusion: "је резервисан"
111 invalid: "је неисправан"
111 invalid: "је неисправан"
112 confirmation: "потврда не одговара"
112 confirmation: "потврда не одговара"
113 accepted: "мора бити прихваћен"
113 accepted: "мора бити прихваћен"
114 empty: "не може бити празно"
114 empty: "не може бити празно"
115 blank: "не може бити празно"
115 blank: "не може бити празно"
116 too_long: "је предугачка (максимум знакова је %{count})"
116 too_long: "је предугачка (максимум знакова је %{count})"
117 too_short: "је прекратка (минимум знакова је %{count})"
117 too_short: "је прекратка (минимум знакова је %{count})"
118 wrong_length: "је погрешне дужине (број знакова мора бити %{count})"
118 wrong_length: "је погрешне дужине (број знакова мора бити %{count})"
119 taken: "је већ у употреби"
119 taken: "је већ у употреби"
120 not_a_number: "није број"
120 not_a_number: "није број"
121 not_a_date: "није исправан датум"
121 not_a_date: "није исправан датум"
122 greater_than: "мора бити већи од %{count}"
122 greater_than: "мора бити већи од %{count}"
123 greater_than_or_equal_to: "мора бити већи или једнак %{count}"
123 greater_than_or_equal_to: "мора бити већи или једнак %{count}"
124 equal_to: "мора бити једнак %{count}"
124 equal_to: "мора бити једнак %{count}"
125 less_than: "мора бити мањи од %{count}"
125 less_than: "мора бити мањи од %{count}"
126 less_than_or_equal_to: "мора бити мањи или једнак %{count}"
126 less_than_or_equal_to: "мора бити мањи или једнак %{count}"
127 odd: "мора бити паран"
127 odd: "мора бити паран"
128 even: "мора бити непаран"
128 even: "мора бити непаран"
129 greater_than_start_date: "мора бити већи од почетног датума"
129 greater_than_start_date: "мора бити већи од почетног датума"
130 not_same_project: "не припада истом пројекту"
130 not_same_project: "не припада истом пројекту"
131 circular_dependency: "Ова веза ће створити кружну референцу"
131 circular_dependency: "Ова веза ће створити кружну референцу"
132 cant_link_an_issue_with_a_descendant: "Проблем не може бити повезан са једним од својих подзадатака"
132 cant_link_an_issue_with_a_descendant: "Проблем не може бити повезан са једним од својих подзадатака"
133
133
134 actionview_instancetag_blank_option: Молим одаберите
134 actionview_instancetag_blank_option: Молим одаберите
135
135
136 general_text_No: 'Не'
136 general_text_No: 'Не'
137 general_text_Yes: 'Да'
137 general_text_Yes: 'Да'
138 general_text_no: 'не'
138 general_text_no: 'не'
139 general_text_yes: 'да'
139 general_text_yes: 'да'
140 general_lang_name: 'Српски'
140 general_lang_name: 'Serbian Cyrillic (Српски)'
141 general_csv_separator: ','
141 general_csv_separator: ','
142 general_csv_decimal_separator: '.'
142 general_csv_decimal_separator: '.'
143 general_csv_encoding: UTF-8
143 general_csv_encoding: UTF-8
144 general_pdf_encoding: UTF-8
144 general_pdf_encoding: UTF-8
145 general_first_day_of_week: '1'
145 general_first_day_of_week: '1'
146
146
147 notice_account_updated: Налог је успешно ажуриран.
147 notice_account_updated: Налог је успешно ажуриран.
148 notice_account_invalid_creditentials: Неисправно корисничко име или лозинка.
148 notice_account_invalid_creditentials: Неисправно корисничко име или лозинка.
149 notice_account_password_updated: Лозинка је успешно ажурирана.
149 notice_account_password_updated: Лозинка је успешно ажурирана.
150 notice_account_wrong_password: Погрешна лозинка
150 notice_account_wrong_password: Погрешна лозинка
151 notice_account_register_done: Кориснички налог је успешно креиран. Кликните на линк који сте добили у е-поруци за активацију.
151 notice_account_register_done: Кориснички налог је успешно креиран. Кликните на линк који сте добили у е-поруци за активацију.
152 notice_account_unknown_email: Непознат корисник.
152 notice_account_unknown_email: Непознат корисник.
153 notice_can_t_change_password: Овај кориснички налог за потврду идентитета користи спољни извор. Немогуће је променити лозинку.
153 notice_can_t_change_password: Овај кориснички налог за потврду идентитета користи спољни извор. Немогуће је променити лозинку.
154 notice_account_lost_email_sent: Послата вам је е-порука са упутством за избор нове лозинке
154 notice_account_lost_email_sent: Послата вам је е-порука са упутством за избор нове лозинке
155 notice_account_activated: Ваш кориснички налог је активиран. Сада се можете пријавити.
155 notice_account_activated: Ваш кориснички налог је активиран. Сада се можете пријавити.
156 notice_successful_create: Успешно креирање.
156 notice_successful_create: Успешно креирање.
157 notice_successful_update: Успешно ажурирање.
157 notice_successful_update: Успешно ажурирање.
158 notice_successful_delete: Успешно брисање.
158 notice_successful_delete: Успешно брисање.
159 notice_successful_connection: Успешно повезивање.
159 notice_successful_connection: Успешно повезивање.
160 notice_file_not_found: Страна којој желите приступити не постоји или је уклоњена.
160 notice_file_not_found: Страна којој желите приступити не постоји или је уклоњена.
161 notice_locking_conflict: Податак је ажуриран од стране другог корисника.
161 notice_locking_conflict: Податак је ажуриран од стране другог корисника.
162 notice_not_authorized: Нисте овлашћени за приступ овој страни.
162 notice_not_authorized: Нисте овлашћени за приступ овој страни.
163 notice_email_sent: "E-порука је послата на %{value}"
163 notice_email_sent: "E-порука је послата на %{value}"
164 notice_email_error: "Догодила се грешка приликом слања е-поруке (%{value})"
164 notice_email_error: "Догодила се грешка приликом слања е-поруке (%{value})"
165 notice_feeds_access_key_reseted: Ваш RSS приступни кључ је поништен.
165 notice_feeds_access_key_reseted: Ваш RSS приступни кључ је поништен.
166 notice_api_access_key_reseted: Ваш API приступни кључ је поништен.
166 notice_api_access_key_reseted: Ваш API приступни кључ је поништен.
167 notice_failed_to_save_issues: "Неуспешно снимање %{count} проблема од %{total} одабраних: %{ids}."
167 notice_failed_to_save_issues: "Неуспешно снимање %{count} проблема од %{total} одабраних: %{ids}."
168 notice_failed_to_save_members: "Неуспешно снимање члана(ова): %{errors}."
168 notice_failed_to_save_members: "Неуспешно снимање члана(ова): %{errors}."
169 notice_no_issue_selected: "Ни један проблем није одабран! Молимо, одаберите проблем који желите да мењате."
169 notice_no_issue_selected: "Ни један проблем није одабран! Молимо, одаберите проблем који желите да мењате."
170 notice_account_pending: "Ваш налог је креиран и чека на одобрење администратора."
170 notice_account_pending: "Ваш налог је креиран и чека на одобрење администратора."
171 notice_default_data_loaded: Подразумевано конфигурисање је успешно учитано.
171 notice_default_data_loaded: Подразумевано конфигурисање је успешно учитано.
172 notice_unable_delete_version: Верзију је немогуће избрисати.
172 notice_unable_delete_version: Верзију је немогуће избрисати.
173 notice_unable_delete_time_entry: Ставку евиденције времена је немогуће избрисати.
173 notice_unable_delete_time_entry: Ставку евиденције времена је немогуће избрисати.
174 notice_issue_done_ratios_updated: Однос решених проблема је ажуриран.
174 notice_issue_done_ratios_updated: Однос решених проблема је ажуриран.
175
175
176 error_can_t_load_default_data: "Подразумевано конфигурисање је немогуће учитати: %{value}"
176 error_can_t_load_default_data: "Подразумевано конфигурисање је немогуће учитати: %{value}"
177 error_scm_not_found: "Ставка или исправка нису пронађене у спремишту."
177 error_scm_not_found: "Ставка или исправка нису пронађене у спремишту."
178 error_scm_command_failed: "Грешка се јавила приликом покушаја приступа спремишту: %{value}"
178 error_scm_command_failed: "Грешка се јавила приликом покушаја приступа спремишту: %{value}"
179 error_scm_annotate: "Ставка не постоји или не може бити означена."
179 error_scm_annotate: "Ставка не постоји или не може бити означена."
180 error_issue_not_found_in_project: 'Проблем није пронађен или не припада овом пројекту.'
180 error_issue_not_found_in_project: 'Проблем није пронађен или не припада овом пројекту.'
181 error_no_tracker_in_project: 'Ни једно праћење није повезано са овим пројектом. Молимо проверите подешавања пројекта.'
181 error_no_tracker_in_project: 'Ни једно праћење није повезано са овим пројектом. Молимо проверите подешавања пројекта.'
182 error_no_default_issue_status: 'Подразумевани статус проблема није дефинисан. Молимо проверите ваше конфигурисање (идите на "Администрација -> Статуси проблема").'
182 error_no_default_issue_status: 'Подразумевани статус проблема није дефинисан. Молимо проверите ваше конфигурисање (идите на "Администрација -> Статуси проблема").'
183 error_can_not_delete_custom_field: Немогуће је избрисати прилагођено поље
183 error_can_not_delete_custom_field: Немогуће је избрисати прилагођено поље
184 error_can_not_delete_tracker: "Ово праћење садржи проблеме и не може бити обрисано."
184 error_can_not_delete_tracker: "Ово праћење садржи проблеме и не може бити обрисано."
185 error_can_not_remove_role: "Ова улога је у употреби и не може бити обрисана."
185 error_can_not_remove_role: "Ова улога је у употреби и не може бити обрисана."
186 error_can_not_reopen_issue_on_closed_version: 'Проблем додељен затвореној верзији не може бити поново отворен'
186 error_can_not_reopen_issue_on_closed_version: 'Проблем додељен затвореној верзији не може бити поново отворен'
187 error_can_not_archive_project: Овај пројекат се не може архивирати
187 error_can_not_archive_project: Овај пројекат се не може архивирати
188 error_issue_done_ratios_not_updated: "Однос решених проблема није ажуриран."
188 error_issue_done_ratios_not_updated: "Однос решених проблема није ажуриран."
189 error_workflow_copy_source: 'Молимо одаберите изворно праћење или улогу'
189 error_workflow_copy_source: 'Молимо одаберите изворно праћење или улогу'
190 error_workflow_copy_target: 'Молимо одаберите одредишно праћење и улогу'
190 error_workflow_copy_target: 'Молимо одаберите одредишно праћење и улогу'
191 error_unable_delete_issue_status: 'Статус проблема је немогуће обрисати'
191 error_unable_delete_issue_status: 'Статус проблема је немогуће обрисати'
192 error_unable_to_connect: "Повезивање са (%{value}) је немогуће"
192 error_unable_to_connect: "Повезивање са (%{value}) је немогуће"
193 warning_attachments_not_saved: "%{count} датотека не може бити снимљена."
193 warning_attachments_not_saved: "%{count} датотека не може бити снимљена."
194
194
195 mail_subject_lost_password: "Ваша %{value} лозинка"
195 mail_subject_lost_password: "Ваша %{value} лозинка"
196 mail_body_lost_password: 'За промену ваше лозинке, кликните на следећи линк:'
196 mail_body_lost_password: 'За промену ваше лозинке, кликните на следећи линк:'
197 mail_subject_register: "Активација вашег %{value} налога"
197 mail_subject_register: "Активација вашег %{value} налога"
198 mail_body_register: 'За активацију вашег налога, кликните на следећи линк:'
198 mail_body_register: 'За активацију вашег налога, кликните на следећи линк:'
199 mail_body_account_information_external: "Ваш налог %{value} можете користити за пријаву."
199 mail_body_account_information_external: "Ваш налог %{value} можете користити за пријаву."
200 mail_body_account_information: Информације о вашем налогу
200 mail_body_account_information: Информације о вашем налогу
201 mail_subject_account_activation_request: "Захтев за активацију налога %{value}"
201 mail_subject_account_activation_request: "Захтев за активацију налога %{value}"
202 mail_body_account_activation_request: "Нови корисник (%{value}) је регистрован. Налог чека на ваше одобрење:"
202 mail_body_account_activation_request: "Нови корисник (%{value}) је регистрован. Налог чека на ваше одобрење:"
203 mail_subject_reminder: "%{count} проблема доспева наредних %{days} дана"
203 mail_subject_reminder: "%{count} проблема доспева наредних %{days} дана"
204 mail_body_reminder: "%{count} проблема додељених вама доспева у наредних %{days} дана:"
204 mail_body_reminder: "%{count} проблема додељених вама доспева у наредних %{days} дана:"
205 mail_subject_wiki_content_added: "Wiki страница '%{id}' је додата"
205 mail_subject_wiki_content_added: "Wiki страница '%{id}' је додата"
206 mail_body_wiki_content_added: "%{author} је додао wiki страницу '%{id}'."
206 mail_body_wiki_content_added: "%{author} је додао wiki страницу '%{id}'."
207 mail_subject_wiki_content_updated: "Wiki страница '%{id}' је ажурирана"
207 mail_subject_wiki_content_updated: "Wiki страница '%{id}' је ажурирана"
208 mail_body_wiki_content_updated: "%{author} је ажурирао wiki страницу '%{id}'."
208 mail_body_wiki_content_updated: "%{author} је ажурирао wiki страницу '%{id}'."
209
209
210 gui_validation_error: једна грешка
210 gui_validation_error: једна грешка
211 gui_validation_error_plural: "%{count} грешака"
211 gui_validation_error_plural: "%{count} грешака"
212
212
213 field_name: Назив
213 field_name: Назив
214 field_description: Опис
214 field_description: Опис
215 field_summary: Резиме
215 field_summary: Резиме
216 field_is_required: Обавезно
216 field_is_required: Обавезно
217 field_firstname: Име
217 field_firstname: Име
218 field_lastname: Презиме
218 field_lastname: Презиме
219 field_mail: Е-адреса
219 field_mail: Е-адреса
220 field_filename: Датотека
220 field_filename: Датотека
221 field_filesize: Величина
221 field_filesize: Величина
222 field_downloads: Преузимања
222 field_downloads: Преузимања
223 field_author: Аутор
223 field_author: Аутор
224 field_created_on: Креирано
224 field_created_on: Креирано
225 field_updated_on: Ажурирано
225 field_updated_on: Ажурирано
226 field_field_format: Формат
226 field_field_format: Формат
227 field_is_for_all: За све пројекте
227 field_is_for_all: За све пројекте
228 field_possible_values: Могуће вредности
228 field_possible_values: Могуће вредности
229 field_regexp: Регуларан израз
229 field_regexp: Регуларан израз
230 field_min_length: Минимална дужина
230 field_min_length: Минимална дужина
231 field_max_length: Максимална дужина
231 field_max_length: Максимална дужина
232 field_value: Вредност
232 field_value: Вредност
233 field_category: Категорија
233 field_category: Категорија
234 field_title: Наслов
234 field_title: Наслов
235 field_project: Пројекат
235 field_project: Пројекат
236 field_issue: Проблем
236 field_issue: Проблем
237 field_status: Статус
237 field_status: Статус
238 field_notes: Белешке
238 field_notes: Белешке
239 field_is_closed: Затворен проблем
239 field_is_closed: Затворен проблем
240 field_is_default: Подразумевана вредност
240 field_is_default: Подразумевана вредност
241 field_tracker: Праћење
241 field_tracker: Праћење
242 field_subject: Предмет
242 field_subject: Предмет
243 field_due_date: Крајњи рок
243 field_due_date: Крајњи рок
244 field_assigned_to: Додељено
244 field_assigned_to: Додељено
245 field_priority: Приоритет
245 field_priority: Приоритет
246 field_fixed_version: Одредишна верзија
246 field_fixed_version: Одредишна верзија
247 field_user: Корисник
247 field_user: Корисник
248 field_principal: Главни
248 field_principal: Главни
249 field_role: Улога
249 field_role: Улога
250 field_homepage: Почетна страница
250 field_homepage: Почетна страница
251 field_is_public: Јавно објављивање
251 field_is_public: Јавно објављивање
252 field_parent: Потпројекат од
252 field_parent: Потпројекат од
253 field_is_in_roadmap: Проблеми приказани у плану рада
253 field_is_in_roadmap: Проблеми приказани у плану рада
254 field_login: Корисничко име
254 field_login: Корисничко име
255 field_mail_notification: Обавештења путем е-поште
255 field_mail_notification: Обавештења путем е-поште
256 field_admin: Администратор
256 field_admin: Администратор
257 field_last_login_on: Последње повезивање
257 field_last_login_on: Последње повезивање
258 field_language: Језик
258 field_language: Језик
259 field_effective_date: Датум
259 field_effective_date: Датум
260 field_password: Лозинка
260 field_password: Лозинка
261 field_new_password: Нова лозинка
261 field_new_password: Нова лозинка
262 field_password_confirmation: Потврда лозинке
262 field_password_confirmation: Потврда лозинке
263 field_version: Верзија
263 field_version: Верзија
264 field_type: Тип
264 field_type: Тип
265 field_host: Главни рачунар
265 field_host: Главни рачунар
266 field_port: Порт
266 field_port: Порт
267 field_account: Кориснички налог
267 field_account: Кориснички налог
268 field_base_dn: Базни DN
268 field_base_dn: Базни DN
269 field_attr_login: Атрибут пријављивања
269 field_attr_login: Атрибут пријављивања
270 field_attr_firstname: Атрибут имена
270 field_attr_firstname: Атрибут имена
271 field_attr_lastname: Атрибут презимена
271 field_attr_lastname: Атрибут презимена
272 field_attr_mail: Атрибут е-адресе
272 field_attr_mail: Атрибут е-адресе
273 field_onthefly: Креирање корисника у току рада
273 field_onthefly: Креирање корисника у току рада
274 field_start_date: Почетак
274 field_start_date: Почетак
275 field_done_ratio: "% урађено"
275 field_done_ratio: "% урађено"
276 field_auth_source: Режим потврде идентитета
276 field_auth_source: Режим потврде идентитета
277 field_hide_mail: Сакриј моју е-адресу
277 field_hide_mail: Сакриј моју е-адресу
278 field_comments: Коментар
278 field_comments: Коментар
279 field_url: URL
279 field_url: URL
280 field_start_page: Почетна страница
280 field_start_page: Почетна страница
281 field_subproject: Потпројекат
281 field_subproject: Потпројекат
282 field_hours: сати
282 field_hours: сати
283 field_activity: Активност
283 field_activity: Активност
284 field_spent_on: Датум
284 field_spent_on: Датум
285 field_identifier: Идентификатор
285 field_identifier: Идентификатор
286 field_is_filter: Употреби као филтер
286 field_is_filter: Употреби као филтер
287 field_issue_to: Сродни проблеми
287 field_issue_to: Сродни проблеми
288 field_delay: Кашњење
288 field_delay: Кашњење
289 field_assignable: Проблем може бити додељен овој улози
289 field_assignable: Проблем може бити додељен овој улози
290 field_redirect_existing_links: Преусмери постојеће везе
290 field_redirect_existing_links: Преусмери постојеће везе
291 field_estimated_hours: Протекло време
291 field_estimated_hours: Протекло време
292 field_column_names: Колоне
292 field_column_names: Колоне
293 field_time_zone: Временска зона
293 field_time_zone: Временска зона
294 field_searchable: Може да се претражује
294 field_searchable: Може да се претражује
295 field_default_value: Подразумевана вредност
295 field_default_value: Подразумевана вредност
296 field_comments_sorting: Прикажи коментаре
296 field_comments_sorting: Прикажи коментаре
297 field_parent_title: Матична страница
297 field_parent_title: Матична страница
298 field_editable: Изменљиво
298 field_editable: Изменљиво
299 field_watcher: Посматрач
299 field_watcher: Посматрач
300 field_identity_url: OpenID URL
300 field_identity_url: OpenID URL
301 field_content: Садржај
301 field_content: Садржај
302 field_group_by: Груписање резултата по
302 field_group_by: Груписање резултата по
303 field_sharing: Дељење
303 field_sharing: Дељење
304 field_parent_issue: Матични задатак
304 field_parent_issue: Матични задатак
305
305
306 setting_app_title: Наслов апликације
306 setting_app_title: Наслов апликације
307 setting_app_subtitle: Поднаслов апликације
307 setting_app_subtitle: Поднаслов апликације
308 setting_welcome_text: Текст добродошлице
308 setting_welcome_text: Текст добродошлице
309 setting_default_language: Подразумевани језик
309 setting_default_language: Подразумевани језик
310 setting_login_required: Обавезна потврда идентитета
310 setting_login_required: Обавезна потврда идентитета
311 setting_self_registration: Саморегистрација
311 setting_self_registration: Саморегистрација
312 setting_attachment_max_size: Макс. величина приложене датотеке
312 setting_attachment_max_size: Макс. величина приложене датотеке
313 setting_issues_export_limit: Ограничење извоза „проблема“
313 setting_issues_export_limit: Ограничење извоза „проблема“
314 setting_mail_from: Е-адреса пошиљаоца
314 setting_mail_from: Е-адреса пошиљаоца
315 setting_bcc_recipients: Примаоци „Bcc“ копије
315 setting_bcc_recipients: Примаоци „Bcc“ копије
316 setting_plain_text_mail: Порука са чистим текстом (без HTML-а)
316 setting_plain_text_mail: Порука са чистим текстом (без HTML-а)
317 setting_host_name: Путања и назив главног рачунара
317 setting_host_name: Путања и назив главног рачунара
318 setting_text_formatting: Обликовање текста
318 setting_text_formatting: Обликовање текста
319 setting_wiki_compression: Компресија Wiki историје
319 setting_wiki_compression: Компресија Wiki историје
320 setting_feeds_limit: Ограничење садржаја извора вести
320 setting_feeds_limit: Ограничење садржаја извора вести
321 setting_default_projects_public: Подразумева се јавно приказивање нових пројеката
321 setting_default_projects_public: Подразумева се јавно приказивање нових пројеката
322 setting_autofetch_changesets: Извршавање аутоматског преузимања
322 setting_autofetch_changesets: Извршавање аутоматског преузимања
323 setting_sys_api_enabled: Омогућавање WS за управљање спремиштем
323 setting_sys_api_enabled: Омогућавање WS за управљање спремиштем
324 setting_commit_ref_keywords: Референцирање кључних речи
324 setting_commit_ref_keywords: Референцирање кључних речи
325 setting_commit_fix_keywords: Поправљање кључних речи
325 setting_commit_fix_keywords: Поправљање кључних речи
326 setting_autologin: Аутоматска пријава
326 setting_autologin: Аутоматска пријава
327 setting_date_format: Формат датума
327 setting_date_format: Формат датума
328 setting_time_format: Формат времена
328 setting_time_format: Формат времена
329 setting_cross_project_issue_relations: Дозволи повезивање проблема из унакрсних пројеката
329 setting_cross_project_issue_relations: Дозволи повезивање проблема из унакрсних пројеката
330 setting_issue_list_default_columns: Подразумеване колоне приказане на списку проблема
330 setting_issue_list_default_columns: Подразумеване колоне приказане на списку проблема
331 setting_emails_footer: Подножје странице е-поруке
331 setting_emails_footer: Подножје странице е-поруке
332 setting_protocol: Протокол
332 setting_protocol: Протокол
333 setting_per_page_options: Опције приказа објеката по страници
333 setting_per_page_options: Опције приказа објеката по страници
334 setting_user_format: Формат приказа корисника
334 setting_user_format: Формат приказа корисника
335 setting_activity_days_default: Број дана приказаних на пројектној активности
335 setting_activity_days_default: Број дана приказаних на пројектној активности
336 setting_display_subprojects_issues: Приказуј проблеме из потпројеката на главном пројекту, уколико није другачије наведено
336 setting_display_subprojects_issues: Приказуј проблеме из потпројеката на главном пројекту, уколико није другачије наведено
337 setting_enabled_scm: Омогућавање SCM
337 setting_enabled_scm: Омогућавање SCM
338 setting_mail_handler_body_delimiters: "Скраћивање е-поруке након једне од ових линија"
338 setting_mail_handler_body_delimiters: "Скраћивање е-поруке након једне од ових линија"
339 setting_mail_handler_api_enabled: Омогућавање WS долазне е-поруке
339 setting_mail_handler_api_enabled: Омогућавање WS долазне е-поруке
340 setting_mail_handler_api_key: API кључ
340 setting_mail_handler_api_key: API кључ
341 setting_sequential_project_identifiers: Генерисање секвенцијалног имена пројекта
341 setting_sequential_project_identifiers: Генерисање секвенцијалног имена пројекта
342 setting_gravatar_enabled: Користи Gravatar корисничке иконе
342 setting_gravatar_enabled: Користи Gravatar корисничке иконе
343 setting_gravatar_default: Подразумевана Gravatar слика
343 setting_gravatar_default: Подразумевана Gravatar слика
344 setting_diff_max_lines_displayed: Макс. број приказаних различитих линија
344 setting_diff_max_lines_displayed: Макс. број приказаних различитих линија
345 setting_file_max_size_displayed: Макс. величина текст. датотека приказаних уметнуто
345 setting_file_max_size_displayed: Макс. величина текст. датотека приказаних уметнуто
346 setting_repository_log_display_limit: Макс. број ревизија приказаних у датотеци за евиденцију
346 setting_repository_log_display_limit: Макс. број ревизија приказаних у датотеци за евиденцију
347 setting_openid: Дозволи OpenID пријаву и регистрацију
347 setting_openid: Дозволи OpenID пријаву и регистрацију
348 setting_password_min_length: Минимална дужина лозинке
348 setting_password_min_length: Минимална дужина лозинке
349 setting_new_project_user_role_id: Креатору пројекта (који није администратор) додељује је улога
349 setting_new_project_user_role_id: Креатору пројекта (који није администратор) додељује је улога
350 setting_default_projects_modules: Подразумевано омогућени модули за нове пројекте
350 setting_default_projects_modules: Подразумевано омогућени модули за нове пројекте
351 setting_issue_done_ratio: Израчунај однос решених проблема
351 setting_issue_done_ratio: Израчунај однос решених проблема
352 setting_issue_done_ratio_issue_field: користећи поље проблема
352 setting_issue_done_ratio_issue_field: користећи поље проблема
353 setting_issue_done_ratio_issue_status: користећи статус проблема
353 setting_issue_done_ratio_issue_status: користећи статус проблема
354 setting_start_of_week: Први дан у седмици
354 setting_start_of_week: Први дан у седмици
355 setting_rest_api_enabled: Омогући REST web услуге
355 setting_rest_api_enabled: Омогући REST web услуге
356 setting_cache_formatted_text: Кеширање обрађеног текста
356 setting_cache_formatted_text: Кеширање обрађеног текста
357
357
358 permission_add_project: Креирање пројекта
358 permission_add_project: Креирање пројекта
359 permission_add_subprojects: Креирање потпојекта
359 permission_add_subprojects: Креирање потпојекта
360 permission_edit_project: Измена пројеката
360 permission_edit_project: Измена пројеката
361 permission_select_project_modules: Одабирање модула пројекта
361 permission_select_project_modules: Одабирање модула пројекта
362 permission_manage_members: Управљање члановима
362 permission_manage_members: Управљање члановима
363 permission_manage_project_activities: Управљање пројектним активностима
363 permission_manage_project_activities: Управљање пројектним активностима
364 permission_manage_versions: Управљање верзијама
364 permission_manage_versions: Управљање верзијама
365 permission_manage_categories: Управљање категоријама проблема
365 permission_manage_categories: Управљање категоријама проблема
366 permission_view_issues: Преглед проблема
366 permission_view_issues: Преглед проблема
367 permission_add_issues: Додавање проблема
367 permission_add_issues: Додавање проблема
368 permission_edit_issues: Измена проблема
368 permission_edit_issues: Измена проблема
369 permission_manage_issue_relations: Управљање везама између проблема
369 permission_manage_issue_relations: Управљање везама између проблема
370 permission_add_issue_notes: Додавање белешки
370 permission_add_issue_notes: Додавање белешки
371 permission_edit_issue_notes: Измена белешки
371 permission_edit_issue_notes: Измена белешки
372 permission_edit_own_issue_notes: Измена сопствених белешки
372 permission_edit_own_issue_notes: Измена сопствених белешки
373 permission_move_issues: Померање проблема
373 permission_move_issues: Померање проблема
374 permission_delete_issues: Брисање проблема
374 permission_delete_issues: Брисање проблема
375 permission_manage_public_queries: Управљање јавним упитима
375 permission_manage_public_queries: Управљање јавним упитима
376 permission_save_queries: Снимање упита
376 permission_save_queries: Снимање упита
377 permission_view_gantt: Прегледање Гантовог дијаграма
377 permission_view_gantt: Прегледање Гантовог дијаграма
378 permission_view_calendar: Прегледање календара
378 permission_view_calendar: Прегледање календара
379 permission_view_issue_watchers: Прегледање списка посматрача
379 permission_view_issue_watchers: Прегледање списка посматрача
380 permission_add_issue_watchers: Додавање посматрача
380 permission_add_issue_watchers: Додавање посматрача
381 permission_delete_issue_watchers: Брисање посматрача
381 permission_delete_issue_watchers: Брисање посматрача
382 permission_log_time: Бележење утрошеног времена
382 permission_log_time: Бележење утрошеног времена
383 permission_view_time_entries: Прегледање утрошеног времена
383 permission_view_time_entries: Прегледање утрошеног времена
384 permission_edit_time_entries: Измена утрошеног времена
384 permission_edit_time_entries: Измена утрошеног времена
385 permission_edit_own_time_entries: Измена сопственог утрошеног времена
385 permission_edit_own_time_entries: Измена сопственог утрошеног времена
386 permission_manage_news: Управљање вестима
386 permission_manage_news: Управљање вестима
387 permission_comment_news: Коментарисање вести
387 permission_comment_news: Коментарисање вести
388 permission_manage_documents: Управљање документима
388 permission_manage_documents: Управљање документима
389 permission_view_documents: Прегледање докумената
389 permission_view_documents: Прегледање докумената
390 permission_manage_files: Управљање датотекама
390 permission_manage_files: Управљање датотекама
391 permission_view_files: Прегледање датотека
391 permission_view_files: Прегледање датотека
392 permission_manage_wiki: Управљање wiki страницама
392 permission_manage_wiki: Управљање wiki страницама
393 permission_rename_wiki_pages: Промена имена wiki страницама
393 permission_rename_wiki_pages: Промена имена wiki страницама
394 permission_delete_wiki_pages: Брисање wiki страница
394 permission_delete_wiki_pages: Брисање wiki страница
395 permission_view_wiki_pages: Прегледање wiki страница
395 permission_view_wiki_pages: Прегледање wiki страница
396 permission_view_wiki_edits: Прегледање wiki историје
396 permission_view_wiki_edits: Прегледање wiki историје
397 permission_edit_wiki_pages: Измена wiki страница
397 permission_edit_wiki_pages: Измена wiki страница
398 permission_delete_wiki_pages_attachments: Брисање приложених датотека
398 permission_delete_wiki_pages_attachments: Брисање приложених датотека
399 permission_protect_wiki_pages: Заштита wiki страница
399 permission_protect_wiki_pages: Заштита wiki страница
400 permission_manage_repository: Управљање спремиштем
400 permission_manage_repository: Управљање спремиштем
401 permission_browse_repository: Прегледање спремишта
401 permission_browse_repository: Прегледање спремишта
402 permission_view_changesets: Прегледање скупа промена
402 permission_view_changesets: Прегледање скупа промена
403 permission_commit_access: Потврда приступа
403 permission_commit_access: Потврда приступа
404 permission_manage_boards: Управљање форумима
404 permission_manage_boards: Управљање форумима
405 permission_view_messages: Прегледање порука
405 permission_view_messages: Прегледање порука
406 permission_add_messages: Слање порука
406 permission_add_messages: Слање порука
407 permission_edit_messages: Измена порука
407 permission_edit_messages: Измена порука
408 permission_edit_own_messages: Измена сопствених порука
408 permission_edit_own_messages: Измена сопствених порука
409 permission_delete_messages: Брисање порука
409 permission_delete_messages: Брисање порука
410 permission_delete_own_messages: Брисање сопствених порука
410 permission_delete_own_messages: Брисање сопствених порука
411 permission_export_wiki_pages: Извоз wiki страница
411 permission_export_wiki_pages: Извоз wiki страница
412 permission_manage_subtasks: Управљање подзадацима
412 permission_manage_subtasks: Управљање подзадацима
413
413
414 project_module_issue_tracking: Праћење проблема
414 project_module_issue_tracking: Праћење проблема
415 project_module_time_tracking: Праћење времена
415 project_module_time_tracking: Праћење времена
416 project_module_news: Вести
416 project_module_news: Вести
417 project_module_documents: Документи
417 project_module_documents: Документи
418 project_module_files: Датотеке
418 project_module_files: Датотеке
419 project_module_wiki: Wiki
419 project_module_wiki: Wiki
420 project_module_repository: Спремиште
420 project_module_repository: Спремиште
421 project_module_boards: Форуми
421 project_module_boards: Форуми
422
422
423 label_user: Корисник
423 label_user: Корисник
424 label_user_plural: Корисници
424 label_user_plural: Корисници
425 label_user_new: Нови корисник
425 label_user_new: Нови корисник
426 label_user_anonymous: Анониман
426 label_user_anonymous: Анониман
427 label_project: Пројекат
427 label_project: Пројекат
428 label_project_new: Нови пројекат
428 label_project_new: Нови пројекат
429 label_project_plural: Пројекти
429 label_project_plural: Пројекти
430 label_x_projects:
430 label_x_projects:
431 zero: нема пројеката
431 zero: нема пројеката
432 one: један пројекат
432 one: један пројекат
433 other: "%{count} пројеката"
433 other: "%{count} пројеката"
434 label_project_all: Сви пројекти
434 label_project_all: Сви пројекти
435 label_project_latest: Последњи пројекти
435 label_project_latest: Последњи пројекти
436 label_issue: Проблем
436 label_issue: Проблем
437 label_issue_new: Нови проблем
437 label_issue_new: Нови проблем
438 label_issue_plural: Проблеми
438 label_issue_plural: Проблеми
439 label_issue_view_all: Приказ свих проблема
439 label_issue_view_all: Приказ свих проблема
440 label_issues_by: "Проблеми (%{value})"
440 label_issues_by: "Проблеми (%{value})"
441 label_issue_added: Проблем је додат
441 label_issue_added: Проблем је додат
442 label_issue_updated: Проблем је ажуриран
442 label_issue_updated: Проблем је ажуриран
443 label_document: Документ
443 label_document: Документ
444 label_document_new: Нови документ
444 label_document_new: Нови документ
445 label_document_plural: Документи
445 label_document_plural: Документи
446 label_document_added: Документ је додат
446 label_document_added: Документ је додат
447 label_role: Улога
447 label_role: Улога
448 label_role_plural: Улоге
448 label_role_plural: Улоге
449 label_role_new: Нова улога
449 label_role_new: Нова улога
450 label_role_and_permissions: Улоге и дозволе
450 label_role_and_permissions: Улоге и дозволе
451 label_member: Члан
451 label_member: Члан
452 label_member_new: Нови члан
452 label_member_new: Нови члан
453 label_member_plural: Чланови
453 label_member_plural: Чланови
454 label_tracker: Праћење
454 label_tracker: Праћење
455 label_tracker_plural: Праћења
455 label_tracker_plural: Праћења
456 label_tracker_new: Ново праћење
456 label_tracker_new: Ново праћење
457 label_workflow: Ток посла
457 label_workflow: Ток посла
458 label_issue_status: Статус проблема
458 label_issue_status: Статус проблема
459 label_issue_status_plural: Статуси проблема
459 label_issue_status_plural: Статуси проблема
460 label_issue_status_new: Нови статус
460 label_issue_status_new: Нови статус
461 label_issue_category: Категорија проблема
461 label_issue_category: Категорија проблема
462 label_issue_category_plural: Категорије проблема
462 label_issue_category_plural: Категорије проблема
463 label_issue_category_new: Нова категорија
463 label_issue_category_new: Нова категорија
464 label_custom_field: Прилагођено поље
464 label_custom_field: Прилагођено поље
465 label_custom_field_plural: Прилагођена поља
465 label_custom_field_plural: Прилагођена поља
466 label_custom_field_new: Ново прилагођено поље
466 label_custom_field_new: Ново прилагођено поље
467 label_enumerations: Набројива листа
467 label_enumerations: Набројива листа
468 label_enumeration_new: Нова вредност
468 label_enumeration_new: Нова вредност
469 label_information: Информација
469 label_information: Информација
470 label_information_plural: Информације
470 label_information_plural: Информације
471 label_please_login: Молимо, пријавите се
471 label_please_login: Молимо, пријавите се
472 label_register: Регистрација
472 label_register: Регистрација
473 label_login_with_open_id_option: или пријава са OpenID
473 label_login_with_open_id_option: или пријава са OpenID
474 label_password_lost: Изгубљена лозинка
474 label_password_lost: Изгубљена лозинка
475 label_home: Почетак
475 label_home: Почетак
476 label_my_page: Моја страница
476 label_my_page: Моја страница
477 label_my_account: Мој налог
477 label_my_account: Мој налог
478 label_my_projects: Моји пројекти
478 label_my_projects: Моји пројекти
479 label_my_page_block: My page block
479 label_my_page_block: My page block
480 label_administration: Администрација
480 label_administration: Администрација
481 label_login: Пријава
481 label_login: Пријава
482 label_logout: Одјава
482 label_logout: Одјава
483 label_help: Помоћ
483 label_help: Помоћ
484 label_reported_issues: Пријављени проблеми
484 label_reported_issues: Пријављени проблеми
485 label_assigned_to_me_issues: Проблеми додељени мени
485 label_assigned_to_me_issues: Проблеми додељени мени
486 label_last_login: Последње повезивање
486 label_last_login: Последње повезивање
487 label_registered_on: Регистрован
487 label_registered_on: Регистрован
488 label_activity: Активност
488 label_activity: Активност
489 label_overall_activity: Целокупна активност
489 label_overall_activity: Целокупна активност
490 label_user_activity: "Активност корисника %{value}"
490 label_user_activity: "Активност корисника %{value}"
491 label_new: Ново
491 label_new: Ново
492 label_logged_as: Пријављени сте као
492 label_logged_as: Пријављени сте као
493 label_environment: Окружење
493 label_environment: Окружење
494 label_authentication: Потврда идентитета
494 label_authentication: Потврда идентитета
495 label_auth_source: Режим потврде идентитета
495 label_auth_source: Режим потврде идентитета
496 label_auth_source_new: Нови режим потврде идентитета
496 label_auth_source_new: Нови режим потврде идентитета
497 label_auth_source_plural: Режими потврде идентитета
497 label_auth_source_plural: Режими потврде идентитета
498 label_subproject_plural: Потпројекти
498 label_subproject_plural: Потпројекти
499 label_subproject_new: Нови потпројекат
499 label_subproject_new: Нови потпројекат
500 label_and_its_subprojects: "%{value} и његови потпројекти"
500 label_and_its_subprojects: "%{value} и његови потпројекти"
501 label_min_max_length: Мин. - Макс. дужина
501 label_min_max_length: Мин. - Макс. дужина
502 label_list: Списак
502 label_list: Списак
503 label_date: Датум
503 label_date: Датум
504 label_integer: Цео број
504 label_integer: Цео број
505 label_float: Са покретним зарезом
505 label_float: Са покретним зарезом
506 label_boolean: Логички оператор
506 label_boolean: Логички оператор
507 label_string: Текст
507 label_string: Текст
508 label_text: Дуги текст
508 label_text: Дуги текст
509 label_attribute: Особина
509 label_attribute: Особина
510 label_attribute_plural: Особине
510 label_attribute_plural: Особине
511 label_download: "%{count} преузимање"
511 label_download: "%{count} преузимање"
512 label_download_plural: "%{count} преузимања"
512 label_download_plural: "%{count} преузимања"
513 label_no_data: Нема података за приказивање
513 label_no_data: Нема података за приказивање
514 label_change_status: Промена статуса
514 label_change_status: Промена статуса
515 label_history: Историја
515 label_history: Историја
516 label_attachment: Датотека
516 label_attachment: Датотека
517 label_attachment_new: Нова датотека
517 label_attachment_new: Нова датотека
518 label_attachment_delete: Брисање датотеке
518 label_attachment_delete: Брисање датотеке
519 label_attachment_plural: Датотеке
519 label_attachment_plural: Датотеке
520 label_file_added: Датотека је додата
520 label_file_added: Датотека је додата
521 label_report: Извештај
521 label_report: Извештај
522 label_report_plural: Извештаји
522 label_report_plural: Извештаји
523 label_news: Вести
523 label_news: Вести
524 label_news_new: Додавање вести
524 label_news_new: Додавање вести
525 label_news_plural: Вести
525 label_news_plural: Вести
526 label_news_latest: Последње вести
526 label_news_latest: Последње вести
527 label_news_view_all: Приказ свих вести
527 label_news_view_all: Приказ свих вести
528 label_news_added: Вести су додате
528 label_news_added: Вести су додате
529 label_settings: Подешавања
529 label_settings: Подешавања
530 label_overview: Преглед
530 label_overview: Преглед
531 label_version: Верзија
531 label_version: Верзија
532 label_version_new: Нова верзија
532 label_version_new: Нова верзија
533 label_version_plural: Верзије
533 label_version_plural: Верзије
534 label_close_versions: Затвори завршене верзије
534 label_close_versions: Затвори завршене верзије
535 label_confirmation: Потврда
535 label_confirmation: Потврда
536 label_export_to: 'Такође доступно и у варијанти:'
536 label_export_to: 'Такође доступно и у варијанти:'
537 label_read: Читање...
537 label_read: Читање...
538 label_public_projects: Јавни пројекти
538 label_public_projects: Јавни пројекти
539 label_open_issues: отворен
539 label_open_issues: отворен
540 label_open_issues_plural: отворених
540 label_open_issues_plural: отворених
541 label_closed_issues: затворен
541 label_closed_issues: затворен
542 label_closed_issues_plural: затворених
542 label_closed_issues_plural: затворених
543 label_x_open_issues_abbr_on_total:
543 label_x_open_issues_abbr_on_total:
544 zero: 0 отворених / %{total}
544 zero: 0 отворених / %{total}
545 one: 1 отворен / %{total}
545 one: 1 отворен / %{total}
546 other: "%{count} отворених / %{total}"
546 other: "%{count} отворених / %{total}"
547 label_x_open_issues_abbr:
547 label_x_open_issues_abbr:
548 zero: 0 отворених
548 zero: 0 отворених
549 one: 1 отворен
549 one: 1 отворен
550 other: "%{count} отворених"
550 other: "%{count} отворених"
551 label_x_closed_issues_abbr:
551 label_x_closed_issues_abbr:
552 zero: 0 затворених
552 zero: 0 затворених
553 one: 1 затворен
553 one: 1 затворен
554 other: "%{count} затворених"
554 other: "%{count} затворених"
555 label_total: Укупно
555 label_total: Укупно
556 label_permissions: Дозволе
556 label_permissions: Дозволе
557 label_current_status: Тренутни статус
557 label_current_status: Тренутни статус
558 label_new_statuses_allowed: Нови статуси дозвољени
558 label_new_statuses_allowed: Нови статуси дозвољени
559 label_all: сви
559 label_all: сви
560 label_none: ниједан
560 label_none: ниједан
561 label_nobody: никоме
561 label_nobody: никоме
562 label_next: Следеће
562 label_next: Следеће
563 label_previous: Претходно
563 label_previous: Претходно
564 label_used_by: Користио
564 label_used_by: Користио
565 label_details: Детаљи
565 label_details: Детаљи
566 label_add_note: Додај белешку
566 label_add_note: Додај белешку
567 label_per_page: По страни
567 label_per_page: По страни
568 label_calendar: Календар
568 label_calendar: Календар
569 label_months_from: месеци од
569 label_months_from: месеци од
570 label_gantt: Гантов дијаграм
570 label_gantt: Гантов дијаграм
571 label_internal: Унутрашњи
571 label_internal: Унутрашњи
572 label_last_changes: "последњих %{count} промена"
572 label_last_changes: "последњих %{count} промена"
573 label_change_view_all: Прикажи све промене
573 label_change_view_all: Прикажи све промене
574 label_personalize_page: Персонализуј ову страну
574 label_personalize_page: Персонализуј ову страну
575 label_comment: Коментар
575 label_comment: Коментар
576 label_comment_plural: Коментари
576 label_comment_plural: Коментари
577 label_x_comments:
577 label_x_comments:
578 zero: без коментара
578 zero: без коментара
579 one: један коментар
579 one: један коментар
580 other: "%{count} коментара"
580 other: "%{count} коментара"
581 label_comment_add: Додај коментар
581 label_comment_add: Додај коментар
582 label_comment_added: Коментар додат
582 label_comment_added: Коментар додат
583 label_comment_delete: Обриши коментаре
583 label_comment_delete: Обриши коментаре
584 label_query: Прилагођен упит
584 label_query: Прилагођен упит
585 label_query_plural: Прилагођени упити
585 label_query_plural: Прилагођени упити
586 label_query_new: Нови упит
586 label_query_new: Нови упит
587 label_filter_add: Додавање филтера
587 label_filter_add: Додавање филтера
588 label_filter_plural: Филтери
588 label_filter_plural: Филтери
589 label_equals: је
589 label_equals: је
590 label_not_equals: није
590 label_not_equals: није
591 label_in_less_than: мање од
591 label_in_less_than: мање од
592 label_in_more_than: више од
592 label_in_more_than: више од
593 label_greater_or_equal: '>='
593 label_greater_or_equal: '>='
594 label_less_or_equal: '<='
594 label_less_or_equal: '<='
595 label_in: у
595 label_in: у
596 label_today: данас
596 label_today: данас
597 label_all_time: све време
597 label_all_time: све време
598 label_yesterday: јуче
598 label_yesterday: јуче
599 label_this_week: ове седмице
599 label_this_week: ове седмице
600 label_last_week: последње седмице
600 label_last_week: последње седмице
601 label_last_n_days: "последњих %{count} дана"
601 label_last_n_days: "последњих %{count} дана"
602 label_this_month: овог месеца
602 label_this_month: овог месеца
603 label_last_month: последњег месеца
603 label_last_month: последњег месеца
604 label_this_year: ове године
604 label_this_year: ове године
605 label_date_range: Временски период
605 label_date_range: Временски период
606 label_less_than_ago: пре мање од неколико дана
606 label_less_than_ago: пре мање од неколико дана
607 label_more_than_ago: пре више од неколико дана
607 label_more_than_ago: пре више од неколико дана
608 label_ago: пре неколико дана
608 label_ago: пре неколико дана
609 label_contains: садржи
609 label_contains: садржи
610 label_not_contains: не садржи
610 label_not_contains: не садржи
611 label_day_plural: дана
611 label_day_plural: дана
612 label_repository: Спремиште
612 label_repository: Спремиште
613 label_repository_plural: Спремишта
613 label_repository_plural: Спремишта
614 label_browse: Прегледање
614 label_browse: Прегледање
615 label_modification: "%{count} промена"
615 label_modification: "%{count} промена"
616 label_modification_plural: "%{count} промена"
616 label_modification_plural: "%{count} промена"
617 label_branch: Грана
617 label_branch: Грана
618 label_tag: Ознака
618 label_tag: Ознака
619 label_revision: Ревизија
619 label_revision: Ревизија
620 label_revision_plural: Ревизије
620 label_revision_plural: Ревизије
621 label_revision_id: "Ревизија %{value}"
621 label_revision_id: "Ревизија %{value}"
622 label_associated_revisions: Придружене ревизије
622 label_associated_revisions: Придружене ревизије
623 label_added: додато
623 label_added: додато
624 label_modified: промењено
624 label_modified: промењено
625 label_copied: копирано
625 label_copied: копирано
626 label_renamed: преименовано
626 label_renamed: преименовано
627 label_deleted: избрисано
627 label_deleted: избрисано
628 label_latest_revision: Последња ревизија
628 label_latest_revision: Последња ревизија
629 label_latest_revision_plural: Последње ревизије
629 label_latest_revision_plural: Последње ревизије
630 label_view_revisions: Преглед ревизија
630 label_view_revisions: Преглед ревизија
631 label_view_all_revisions: Преглед свих ревизија
631 label_view_all_revisions: Преглед свих ревизија
632 label_max_size: Максимална величина
632 label_max_size: Максимална величина
633 label_sort_highest: Премештање на врх
633 label_sort_highest: Премештање на врх
634 label_sort_higher: Премештање на горе
634 label_sort_higher: Премештање на горе
635 label_sort_lower: Премештање на доле
635 label_sort_lower: Премештање на доле
636 label_sort_lowest: Премештање на дно
636 label_sort_lowest: Премештање на дно
637 label_roadmap: План рада
637 label_roadmap: План рада
638 label_roadmap_due_in: "Доспева %{value}"
638 label_roadmap_due_in: "Доспева %{value}"
639 label_roadmap_overdue: "%{value} најкасније"
639 label_roadmap_overdue: "%{value} најкасније"
640 label_roadmap_no_issues: Нема проблема за ову верзију
640 label_roadmap_no_issues: Нема проблема за ову верзију
641 label_search: Претрага
641 label_search: Претрага
642 label_result_plural: Резултати
642 label_result_plural: Резултати
643 label_all_words: Све речи
643 label_all_words: Све речи
644 label_wiki: Wiki
644 label_wiki: Wiki
645 label_wiki_edit: Wiki измена
645 label_wiki_edit: Wiki измена
646 label_wiki_edit_plural: Wiki измене
646 label_wiki_edit_plural: Wiki измене
647 label_wiki_page: Wiki страница
647 label_wiki_page: Wiki страница
648 label_wiki_page_plural: Wiki странице
648 label_wiki_page_plural: Wiki странице
649 label_index_by_title: Индексирање по наслову
649 label_index_by_title: Индексирање по наслову
650 label_index_by_date: Индексирање по датуму
650 label_index_by_date: Индексирање по датуму
651 label_current_version: Тренутна верзија
651 label_current_version: Тренутна верзија
652 label_preview: Преглед
652 label_preview: Преглед
653 label_feed_plural: Извори вести
653 label_feed_plural: Извори вести
654 label_changes_details: Детаљи свих промена
654 label_changes_details: Детаљи свих промена
655 label_issue_tracking: Праћење проблема
655 label_issue_tracking: Праћење проблема
656 label_spent_time: Утрошено време
656 label_spent_time: Утрошено време
657 label_overall_spent_time: Целокупно утрошено време
657 label_overall_spent_time: Целокупно утрошено време
658 label_f_hour: "%{value} сат"
658 label_f_hour: "%{value} сат"
659 label_f_hour_plural: "%{value} сати"
659 label_f_hour_plural: "%{value} сати"
660 label_time_tracking: Праћење времена
660 label_time_tracking: Праћење времена
661 label_change_plural: Промене
661 label_change_plural: Промене
662 label_statistics: Статистика
662 label_statistics: Статистика
663 label_commits_per_month: Извршења месечно
663 label_commits_per_month: Извршења месечно
664 label_commits_per_author: Извршења по аутору
664 label_commits_per_author: Извршења по аутору
665 label_view_diff: Погледај разлике
665 label_view_diff: Погледај разлике
666 label_diff_inline: унутра
666 label_diff_inline: унутра
667 label_diff_side_by_side: упоредо
667 label_diff_side_by_side: упоредо
668 label_options: Опције
668 label_options: Опције
669 label_copy_workflow_from: Копирање тока посла од
669 label_copy_workflow_from: Копирање тока посла од
670 label_permissions_report: Извештај о дозволама
670 label_permissions_report: Извештај о дозволама
671 label_watched_issues: Посматрани проблеми
671 label_watched_issues: Посматрани проблеми
672 label_related_issues: Сродни проблеми
672 label_related_issues: Сродни проблеми
673 label_applied_status: Примењени статуси
673 label_applied_status: Примењени статуси
674 label_loading: Учитавање...
674 label_loading: Учитавање...
675 label_relation_new: Нова релација
675 label_relation_new: Нова релација
676 label_relation_delete: Брисање релације
676 label_relation_delete: Брисање релације
677 label_relates_to: сродних са
677 label_relates_to: сродних са
678 label_duplicates: дуплираних
678 label_duplicates: дуплираних
679 label_duplicated_by: дуплираних од
679 label_duplicated_by: дуплираних од
680 label_blocks: одбијених
680 label_blocks: одбијених
681 label_blocked_by: одбијених од
681 label_blocked_by: одбијених од
682 label_precedes: претходи
682 label_precedes: претходи
683 label_follows: праћених
683 label_follows: праћених
684 label_end_to_start: од краја до почетка
684 label_end_to_start: од краја до почетка
685 label_end_to_end: од краја до краја
685 label_end_to_end: од краја до краја
686 label_start_to_start: од почетка до почетка
686 label_start_to_start: од почетка до почетка
687 label_start_to_end: од почетка до краја
687 label_start_to_end: од почетка до краја
688 label_stay_logged_in: Останите пријављени
688 label_stay_logged_in: Останите пријављени
689 label_disabled: онемогућено
689 label_disabled: онемогућено
690 label_show_completed_versions: Приказивање завршене верзије
690 label_show_completed_versions: Приказивање завршене верзије
691 label_me: мени
691 label_me: мени
692 label_board: Форум
692 label_board: Форум
693 label_board_new: Нови форум
693 label_board_new: Нови форум
694 label_board_plural: Форуми
694 label_board_plural: Форуми
695 label_board_locked: Закључана
695 label_board_locked: Закључана
696 label_board_sticky: Лепљива
696 label_board_sticky: Лепљива
697 label_topic_plural: Теме
697 label_topic_plural: Теме
698 label_message_plural: Поруке
698 label_message_plural: Поруке
699 label_message_last: Последња порука
699 label_message_last: Последња порука
700 label_message_new: Нова порука
700 label_message_new: Нова порука
701 label_message_posted: Порука је додата
701 label_message_posted: Порука је додата
702 label_reply_plural: Одговори
702 label_reply_plural: Одговори
703 label_send_information: Пошаљи кориснику детаље налога
703 label_send_information: Пошаљи кориснику детаље налога
704 label_year: Година
704 label_year: Година
705 label_month: Месец
705 label_month: Месец
706 label_week: Седмица
706 label_week: Седмица
707 label_date_from: Шаље
707 label_date_from: Шаље
708 label_date_to: Прима
708 label_date_to: Прима
709 label_language_based: Базирано на језику корисника
709 label_language_based: Базирано на језику корисника
710 label_sort_by: "Сортирано по %{value}"
710 label_sort_by: "Сортирано по %{value}"
711 label_send_test_email: Слање пробне е-поруке
711 label_send_test_email: Слање пробне е-поруке
712 label_feeds_access_key: RSS приступни кључ
712 label_feeds_access_key: RSS приступни кључ
713 label_missing_feeds_access_key: RSS приступни кључ недостаје
713 label_missing_feeds_access_key: RSS приступни кључ недостаје
714 label_feeds_access_key_created_on: "RSS приступни кључ је направљен пре %{value}"
714 label_feeds_access_key_created_on: "RSS приступни кључ је направљен пре %{value}"
715 label_module_plural: Модули
715 label_module_plural: Модули
716 label_added_time_by: "Додао %{author} пре %{age}"
716 label_added_time_by: "Додао %{author} пре %{age}"
717 label_updated_time_by: "Ажурирао %{author} пре %{age}"
717 label_updated_time_by: "Ажурирао %{author} пре %{age}"
718 label_updated_time: "Ажурирано пре %{value}"
718 label_updated_time: "Ажурирано пре %{value}"
719 label_jump_to_a_project: Скок на пројекат...
719 label_jump_to_a_project: Скок на пројекат...
720 label_file_plural: Датотеке
720 label_file_plural: Датотеке
721 label_changeset_plural: Скупови промена
721 label_changeset_plural: Скупови промена
722 label_default_columns: Подразумеване колоне
722 label_default_columns: Подразумеване колоне
723 label_no_change_option: (Без промена)
723 label_no_change_option: (Без промена)
724 label_bulk_edit_selected_issues: Групна измена одабраних проблема
724 label_bulk_edit_selected_issues: Групна измена одабраних проблема
725 label_theme: Тема
725 label_theme: Тема
726 label_default: Подразумевано
726 label_default: Подразумевано
727 label_search_titles_only: Претражуј само наслове
727 label_search_titles_only: Претражуј само наслове
728 label_user_mail_option_all: "За било који догађај на свим мојим пројектима"
728 label_user_mail_option_all: "За било који догађај на свим мојим пројектима"
729 label_user_mail_option_selected: "За било који догађај на само одабраним пројектима..."
729 label_user_mail_option_selected: "За било који догађај на само одабраним пројектима..."
730 label_user_mail_no_self_notified: "Не желим бити обавештаван за промене које сам правим"
730 label_user_mail_no_self_notified: "Не желим бити обавештаван за промене које сам правим"
731 label_registration_activation_by_email: активација налога путем е-поруке
731 label_registration_activation_by_email: активација налога путем е-поруке
732 label_registration_manual_activation: ручна активација налога
732 label_registration_manual_activation: ручна активација налога
733 label_registration_automatic_activation: аутоматска активација налога
733 label_registration_automatic_activation: аутоматска активација налога
734 label_display_per_page: "Број ставки по страници: %{value}"
734 label_display_per_page: "Број ставки по страници: %{value}"
735 label_age: Старост
735 label_age: Старост
736 label_change_properties: Промени својства
736 label_change_properties: Промени својства
737 label_general: Општи
737 label_general: Општи
738 label_more: Више
738 label_more: Више
739 label_scm: SCM
739 label_scm: SCM
740 label_plugins: Додатне компоненте
740 label_plugins: Додатне компоненте
741 label_ldap_authentication: LDAP потврда идентитета
741 label_ldap_authentication: LDAP потврда идентитета
742 label_downloads_abbr: D/L
742 label_downloads_abbr: D/L
743 label_optional_description: Опционо опис
743 label_optional_description: Опционо опис
744 label_add_another_file: Додај још једну датотеку
744 label_add_another_file: Додај још једну датотеку
745 label_preferences: Подешавања
745 label_preferences: Подешавања
746 label_chronological_order: по хронолошком редоследу
746 label_chronological_order: по хронолошком редоследу
747 label_reverse_chronological_order: по обрнутом хронолошком редоследу
747 label_reverse_chronological_order: по обрнутом хронолошком редоследу
748 label_planning: Планирање
748 label_planning: Планирање
749 label_incoming_emails: Долазне е-поруке
749 label_incoming_emails: Долазне е-поруке
750 label_generate_key: Генерисање кључа
750 label_generate_key: Генерисање кључа
751 label_issue_watchers: Посматрачи
751 label_issue_watchers: Посматрачи
752 label_example: Пример
752 label_example: Пример
753 label_display: Приказ
753 label_display: Приказ
754 label_sort: Сортирање
754 label_sort: Сортирање
755 label_ascending: Растући низ
755 label_ascending: Растући низ
756 label_descending: Опадајући низ
756 label_descending: Опадајући низ
757 label_date_from_to: Од %{start} до %{end}
757 label_date_from_to: Од %{start} до %{end}
758 label_wiki_content_added: Wiki страница је додата
758 label_wiki_content_added: Wiki страница је додата
759 label_wiki_content_updated: Wiki страница је ажурирана
759 label_wiki_content_updated: Wiki страница је ажурирана
760 label_group: Група
760 label_group: Група
761 label_group_plural: Групе
761 label_group_plural: Групе
762 label_group_new: Нова група
762 label_group_new: Нова група
763 label_time_entry_plural: Утрошено време
763 label_time_entry_plural: Утрошено време
764 label_version_sharing_none: Није дељено
764 label_version_sharing_none: Није дељено
765 label_version_sharing_descendants: Са потпројектима
765 label_version_sharing_descendants: Са потпројектима
766 label_version_sharing_hierarchy: Са хијерархијом пројекта
766 label_version_sharing_hierarchy: Са хијерархијом пројекта
767 label_version_sharing_tree: Са стаблом пројекта
767 label_version_sharing_tree: Са стаблом пројекта
768 label_version_sharing_system: Са свим пројектима
768 label_version_sharing_system: Са свим пројектима
769 label_update_issue_done_ratios: Ажурирај однос решених проблема
769 label_update_issue_done_ratios: Ажурирај однос решених проблема
770 label_copy_source: Извор
770 label_copy_source: Извор
771 label_copy_target: Одредиште
771 label_copy_target: Одредиште
772 label_copy_same_as_target: Исто као одредиште
772 label_copy_same_as_target: Исто као одредиште
773 label_display_used_statuses_only: Приказуј статусе коришћене само од стране овог праћења
773 label_display_used_statuses_only: Приказуј статусе коришћене само од стране овог праћења
774 label_api_access_key: API приступни кључ
774 label_api_access_key: API приступни кључ
775 label_missing_api_access_key: Недостаје API приступни кључ
775 label_missing_api_access_key: Недостаје API приступни кључ
776 label_api_access_key_created_on: "API приступни кључ је креиран пре %{value}"
776 label_api_access_key_created_on: "API приступни кључ је креиран пре %{value}"
777 label_profile: Профил
777 label_profile: Профил
778 label_subtask_plural: Подзадатак
778 label_subtask_plural: Подзадатак
779 label_project_copy_notifications: Пошаљи е-поруку са обавештењем приликом копирања пројекта
779 label_project_copy_notifications: Пошаљи е-поруку са обавештењем приликом копирања пројекта
780
780
781 button_login: Пријава
781 button_login: Пријава
782 button_submit: Пошаљи
782 button_submit: Пошаљи
783 button_save: Сними
783 button_save: Сними
784 button_check_all: Укључи све
784 button_check_all: Укључи све
785 button_uncheck_all: Искључи све
785 button_uncheck_all: Искључи све
786 button_delete: Избриши
786 button_delete: Избриши
787 button_create: Креирај
787 button_create: Креирај
788 button_create_and_continue: Креирај и настави
788 button_create_and_continue: Креирај и настави
789 button_test: Тест
789 button_test: Тест
790 button_edit: Измени
790 button_edit: Измени
791 button_add: Додај
791 button_add: Додај
792 button_change: Промени
792 button_change: Промени
793 button_apply: Примени
793 button_apply: Примени
794 button_clear: Обриши
794 button_clear: Обриши
795 button_lock: Закључај
795 button_lock: Закључај
796 button_unlock: Откључај
796 button_unlock: Откључај
797 button_download: Преузми
797 button_download: Преузми
798 button_list: Списак
798 button_list: Списак
799 button_view: Прикажи
799 button_view: Прикажи
800 button_move: Помери
800 button_move: Помери
801 button_move_and_follow: Помери и прати
801 button_move_and_follow: Помери и прати
802 button_back: Назад
802 button_back: Назад
803 button_cancel: Поништи
803 button_cancel: Поништи
804 button_activate: Активирај
804 button_activate: Активирај
805 button_sort: Сортирај
805 button_sort: Сортирај
806 button_log_time: Евидентирај време
806 button_log_time: Евидентирај време
807 button_rollback: Повратак на ову верзију
807 button_rollback: Повратак на ову верзију
808 button_watch: Прати
808 button_watch: Прати
809 button_unwatch: Не прати више
809 button_unwatch: Не прати више
810 button_reply: Одговори
810 button_reply: Одговори
811 button_archive: Архивирај
811 button_archive: Архивирај
812 button_unarchive: Врати из архиве
812 button_unarchive: Врати из архиве
813 button_reset: Поништи
813 button_reset: Поништи
814 button_rename: Преименуј
814 button_rename: Преименуј
815 button_change_password: Промени лозинку
815 button_change_password: Промени лозинку
816 button_copy: Копирај
816 button_copy: Копирај
817 button_copy_and_follow: Копирај и прати
817 button_copy_and_follow: Копирај и прати
818 button_annotate: Прибележи
818 button_annotate: Прибележи
819 button_update: Ажурирај
819 button_update: Ажурирај
820 button_configure: Подеси
820 button_configure: Подеси
821 button_quote: Под наводницима
821 button_quote: Под наводницима
822 button_duplicate: Дуплирај
822 button_duplicate: Дуплирај
823 button_show: Прикажи
823 button_show: Прикажи
824
824
825 status_active: активни
825 status_active: активни
826 status_registered: регистровани
826 status_registered: регистровани
827 status_locked: закључани
827 status_locked: закључани
828
828
829 version_status_open: отворен
829 version_status_open: отворен
830 version_status_locked: закључан
830 version_status_locked: закључан
831 version_status_closed: затворен
831 version_status_closed: затворен
832
832
833 field_active: Активан
833 field_active: Активан
834
834
835 text_select_mail_notifications: Одабери акције за које ће обавештење бити послато путем е-поште.
835 text_select_mail_notifications: Одабери акције за које ће обавештење бити послато путем е-поште.
836 text_regexp_info: нпр. ^[A-Z0-9]+$
836 text_regexp_info: нпр. ^[A-Z0-9]+$
837 text_min_max_length_info: 0 значи без ограничења
837 text_min_max_length_info: 0 значи без ограничења
838 text_project_destroy_confirmation: Јесте ли сигурни да желите да избришете овај пројекат и све припадајуће податке?
838 text_project_destroy_confirmation: Јесте ли сигурни да желите да избришете овај пројекат и све припадајуће податке?
839 text_subprojects_destroy_warning: "Потпројекти: %{value} ће такође бити избрисан."
839 text_subprojects_destroy_warning: "Потпројекти: %{value} ће такође бити избрисан."
840 text_workflow_edit: Одаберите улогу и праћење за измену тока посла
840 text_workflow_edit: Одаберите улогу и праћење за измену тока посла
841 text_are_you_sure: Јесте ли сигурни?
841 text_are_you_sure: Јесте ли сигурни?
842 text_journal_changed: "%{label} промењен од %{old} у %{new}"
842 text_journal_changed: "%{label} промењен од %{old} у %{new}"
843 text_journal_set_to: "%{label} постављен у %{value}"
843 text_journal_set_to: "%{label} постављен у %{value}"
844 text_journal_deleted: "%{label} избрисано (%{old})"
844 text_journal_deleted: "%{label} избрисано (%{old})"
845 text_journal_added: "%{label} %{value} додато"
845 text_journal_added: "%{label} %{value} додато"
846 text_tip_issue_begin_day: задатак почиње овог дана
846 text_tip_issue_begin_day: задатак почиње овог дана
847 text_tip_issue_end_day: задатак се завршава овог дана
847 text_tip_issue_end_day: задатак се завршава овог дана
848 text_tip_issue_begin_end_day: задатак почиње и завршава овог дана
848 text_tip_issue_begin_end_day: задатак почиње и завршава овог дана
849 text_caracters_maximum: "Највише %{count} знак(ова)."
849 text_caracters_maximum: "Највише %{count} знак(ова)."
850 text_caracters_minimum: "Број знакова мора бити најмање %{count}."
850 text_caracters_minimum: "Број знакова мора бити најмање %{count}."
851 text_length_between: "Број знакова мора бити између %{min} и %{max}."
851 text_length_between: "Број знакова мора бити између %{min} и %{max}."
852 text_tracker_no_workflow: Ово праћење нема дефинисан ток посла
852 text_tracker_no_workflow: Ово праћење нема дефинисан ток посла
853 text_unallowed_characters: Недозвољени знакови
853 text_unallowed_characters: Недозвољени знакови
854 text_comma_separated: Дозвољене су вишеструке вредности (одвојене зарезом).
854 text_comma_separated: Дозвољене су вишеструке вредности (одвојене зарезом).
855 text_line_separated: Дозвољене су вишеструке вредности (један ред за сваку вредност).
855 text_line_separated: Дозвољене су вишеструке вредности (један ред за сваку вредност).
856 text_issues_ref_in_commit_messages: Референцирање и поправљање проблема у извршним порукама
856 text_issues_ref_in_commit_messages: Референцирање и поправљање проблема у извршним порукама
857 text_issue_added: "%{author} је пријавио проблем %{id}."
857 text_issue_added: "%{author} је пријавио проблем %{id}."
858 text_issue_updated: "%{author} је ажурирао проблем %{id}."
858 text_issue_updated: "%{author} је ажурирао проблем %{id}."
859 text_wiki_destroy_confirmation: Јесте ли сигурни да желите да обришете wiki и сав садржај?
859 text_wiki_destroy_confirmation: Јесте ли сигурни да желите да обришете wiki и сав садржај?
860 text_issue_category_destroy_question: "Неколико проблема (%{count}) је додељено овој категорији. Шта желите да урадите?"
860 text_issue_category_destroy_question: "Неколико проблема (%{count}) је додељено овој категорији. Шта желите да урадите?"
861 text_issue_category_destroy_assignments: Уклони додељене категорије
861 text_issue_category_destroy_assignments: Уклони додељене категорије
862 text_issue_category_reassign_to: Додели поново проблеме овој категорији
862 text_issue_category_reassign_to: Додели поново проблеме овој категорији
863 text_user_mail_option: "За неизабране пројекте, добићете само обавештење о стварима које пратите или сте укључени (нпр. проблеми чији сте ви аутор или заступник)."
863 text_user_mail_option: "За неизабране пројекте, добићете само обавештење о стварима које пратите или сте укључени (нпр. проблеми чији сте ви аутор или заступник)."
864 text_no_configuration_data: "Улоге, праћења, статуси проблема и тока посла још увек нису подешени.\nПрепоручљиво је да учитате подразумевано конфигурисање. Измена је могућа након првог учитавања."
864 text_no_configuration_data: "Улоге, праћења, статуси проблема и тока посла још увек нису подешени.\nПрепоручљиво је да учитате подразумевано конфигурисање. Измена је могућа након првог учитавања."
865 text_load_default_configuration: Учитај подразумевано конфигурисање
865 text_load_default_configuration: Учитај подразумевано конфигурисање
866 text_status_changed_by_changeset: "Примењено у скупу са променама %{value}."
866 text_status_changed_by_changeset: "Примењено у скупу са променама %{value}."
867 text_issues_destroy_confirmation: 'Јесте ли сигурни да желите да избришете одабране проблеме?'
867 text_issues_destroy_confirmation: 'Јесте ли сигурни да желите да избришете одабране проблеме?'
868 text_select_project_modules: 'Одаберите модуле које желите омогућити за овај пројекат:'
868 text_select_project_modules: 'Одаберите модуле које желите омогућити за овај пројекат:'
869 text_default_administrator_account_changed: Подразумевани администраторски налог је промењен
869 text_default_administrator_account_changed: Подразумевани администраторски налог је промењен
870 text_file_repository_writable: Фасцикла приложених датотека је уписива
870 text_file_repository_writable: Фасцикла приложених датотека је уписива
871 text_plugin_assets_writable: Фасцикла елемената додатних компоненти је уписива
871 text_plugin_assets_writable: Фасцикла елемената додатних компоненти је уписива
872 text_rmagick_available: RMagick је доступан (опционо)
872 text_rmagick_available: RMagick је доступан (опционо)
873 text_destroy_time_entries_question: "%{hours} сати је пријављено за овај проблем који желите избрисати. Шта желите да урадите?"
873 text_destroy_time_entries_question: "%{hours} сати је пријављено за овај проблем који желите избрисати. Шта желите да урадите?"
874 text_destroy_time_entries: Избриши пријављене сате
874 text_destroy_time_entries: Избриши пријављене сате
875 text_assign_time_entries_to_project: Додели пријављене сате пројекту
875 text_assign_time_entries_to_project: Додели пријављене сате пројекту
876 text_reassign_time_entries: 'Додели поново пријављене сате овом проблему:'
876 text_reassign_time_entries: 'Додели поново пријављене сате овом проблему:'
877 text_user_wrote: "%{value} је написао:"
877 text_user_wrote: "%{value} је написао:"
878 text_enumeration_destroy_question: "%{count} објекат(а) је додељено овој вредности."
878 text_enumeration_destroy_question: "%{count} објекат(а) је додељено овој вредности."
879 text_enumeration_category_reassign_to: 'Додели их поново овој вредности:'
879 text_enumeration_category_reassign_to: 'Додели их поново овој вредности:'
880 text_email_delivery_not_configured: "Испорука е-порука није конфигурисана и обавештења су онемогућена.\nПодесите ваш SMTP сервер у config/configuration.yml и покрените поново апликацију за њихово омогућавање."
880 text_email_delivery_not_configured: "Испорука е-порука није конфигурисана и обавештења су онемогућена.\nПодесите ваш SMTP сервер у config/configuration.yml и покрените поново апликацију за њихово омогућавање."
881 text_repository_usernames_mapping: "Одаберите или ажурирајте Redmine кориснике мапирањем сваког корисничког имена пронађеног у евиденцији спремишта.\nКорисници са истим Redmine именом и именом спремишта или е-адресом су аутоматски мапирани."
881 text_repository_usernames_mapping: "Одаберите или ажурирајте Redmine кориснике мапирањем сваког корисничког имена пронађеног у евиденцији спремишта.\nКорисници са истим Redmine именом и именом спремишта или е-адресом су аутоматски мапирани."
882 text_diff_truncated: '... Ова разлика је исечена јер је достигнута максимална величина приказа.'
882 text_diff_truncated: '... Ова разлика је исечена јер је достигнута максимална величина приказа.'
883 text_custom_field_possible_values_info: 'Један ред за сваку вредност'
883 text_custom_field_possible_values_info: 'Један ред за сваку вредност'
884 text_wiki_page_destroy_question: "Ова страница има %{descendants} подређених страница и подстраница. Шта желите да урадите?"
884 text_wiki_page_destroy_question: "Ова страница има %{descendants} подређених страница и подстраница. Шта желите да урадите?"
885 text_wiki_page_nullify_children: "Задржи подређене странице као корене странице"
885 text_wiki_page_nullify_children: "Задржи подређене странице као корене странице"
886 text_wiki_page_destroy_children: "Избриши подређене странице и све њихове подстранице"
886 text_wiki_page_destroy_children: "Избриши подређене странице и све њихове подстранице"
887 text_wiki_page_reassign_children: "Додели поново подређене странице овој матичној страници"
887 text_wiki_page_reassign_children: "Додели поново подређене странице овој матичној страници"
888 text_own_membership_delete_confirmation: "Након уклањања појединих или свих ваших дозвола нећете више моћи да уређујете овај пројекат.\nЖелите ли да наставите?"
888 text_own_membership_delete_confirmation: "Након уклањања појединих или свих ваших дозвола нећете више моћи да уређујете овај пројекат.\nЖелите ли да наставите?"
889 text_zoom_in: Увећај
889 text_zoom_in: Увећај
890 text_zoom_out: Умањи
890 text_zoom_out: Умањи
891
891
892 default_role_manager: Менаџер
892 default_role_manager: Менаџер
893 default_role_developer: Програмер
893 default_role_developer: Програмер
894 default_role_reporter: Извештач
894 default_role_reporter: Извештач
895 default_tracker_bug: Грешка
895 default_tracker_bug: Грешка
896 default_tracker_feature: Функционалност
896 default_tracker_feature: Функционалност
897 default_tracker_support: Подршка
897 default_tracker_support: Подршка
898 default_issue_status_new: Ново
898 default_issue_status_new: Ново
899 default_issue_status_in_progress: У току
899 default_issue_status_in_progress: У току
900 default_issue_status_resolved: Решено
900 default_issue_status_resolved: Решено
901 default_issue_status_feedback: Повратна информација
901 default_issue_status_feedback: Повратна информација
902 default_issue_status_closed: Затворено
902 default_issue_status_closed: Затворено
903 default_issue_status_rejected: Одбијено
903 default_issue_status_rejected: Одбијено
904 default_doc_category_user: Корисничка документација
904 default_doc_category_user: Корисничка документација
905 default_doc_category_tech: Техничка документација
905 default_doc_category_tech: Техничка документација
906 default_priority_low: Низак
906 default_priority_low: Низак
907 default_priority_normal: Нормалан
907 default_priority_normal: Нормалан
908 default_priority_high: Висок
908 default_priority_high: Висок
909 default_priority_urgent: Хитно
909 default_priority_urgent: Хитно
910 default_priority_immediate: Непосредно
910 default_priority_immediate: Непосредно
911 default_activity_design: Дизајн
911 default_activity_design: Дизајн
912 default_activity_development: Развој
912 default_activity_development: Развој
913
913
914 enumeration_issue_priorities: Приоритети проблема
914 enumeration_issue_priorities: Приоритети проблема
915 enumeration_doc_categories: Категорије документа
915 enumeration_doc_categories: Категорије документа
916 enumeration_activities: Активности (праћење времена)
916 enumeration_activities: Активности (праћење времена)
917 enumeration_system_activity: Системска активност
917 enumeration_system_activity: Системска активност
918
918
919 field_time_entries: Време евиденције
919 field_time_entries: Време евиденције
920 project_module_gantt: Гантов дијаграм
920 project_module_gantt: Гантов дијаграм
921 project_module_calendar: Календар
921 project_module_calendar: Календар
922
922
923 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
923 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
924 field_text: Text field
924 field_text: Text field
925 label_user_mail_option_only_owner: Only for things I am the owner of
925 label_user_mail_option_only_owner: Only for things I am the owner of
926 setting_default_notification_option: Default notification option
926 setting_default_notification_option: Default notification option
927 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
927 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
928 label_user_mail_option_only_assigned: Only for things I am assigned to
928 label_user_mail_option_only_assigned: Only for things I am assigned to
929 label_user_mail_option_none: No events
929 label_user_mail_option_none: No events
930 field_member_of_group: Assignee's group
930 field_member_of_group: Assignee's group
931 field_assigned_to_role: Assignee's role
931 field_assigned_to_role: Assignee's role
932 notice_not_authorized_archived_project: The project you're trying to access has been archived.
932 notice_not_authorized_archived_project: The project you're trying to access has been archived.
933 label_principal_search: "Search for user or group:"
933 label_principal_search: "Search for user or group:"
934 label_user_search: "Search for user:"
934 label_user_search: "Search for user:"
935 field_visible: Visible
935 field_visible: Visible
936 setting_emails_header: Emails header
936 setting_emails_header: Emails header
937 setting_commit_logtime_activity_id: Activity for logged time
937 setting_commit_logtime_activity_id: Activity for logged time
938 text_time_logged_by_changeset: Applied in changeset %{value}.
938 text_time_logged_by_changeset: Applied in changeset %{value}.
939 setting_commit_logtime_enabled: Enable time logging
939 setting_commit_logtime_enabled: Enable time logging
940 notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
940 notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
941 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
941 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
942 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
942 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
943 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
943 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
944 label_my_queries: My custom queries
944 label_my_queries: My custom queries
945 text_journal_changed_no_detail: "%{label} updated"
945 text_journal_changed_no_detail: "%{label} updated"
946 label_news_comment_added: Comment added to a news
946 label_news_comment_added: Comment added to a news
947 button_expand_all: Expand all
947 button_expand_all: Expand all
948 button_collapse_all: Collapse all
948 button_collapse_all: Collapse all
949 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
949 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
950 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
950 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
951 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
951 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
952 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
952 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
953 label_role_anonymous: Anonymous
953 label_role_anonymous: Anonymous
954 label_role_non_member: Non member
954 label_role_non_member: Non member
955 label_issue_note_added: Note added
955 label_issue_note_added: Note added
956 label_issue_status_updated: Status updated
956 label_issue_status_updated: Status updated
957 label_issue_priority_updated: Priority updated
957 label_issue_priority_updated: Priority updated
958 label_issues_visibility_own: Issues created by or assigned to the user
958 label_issues_visibility_own: Issues created by or assigned to the user
959 field_issues_visibility: Issues visibility
959 field_issues_visibility: Issues visibility
960 label_issues_visibility_all: All issues
960 label_issues_visibility_all: All issues
961 permission_set_own_issues_private: Set own issues public or private
961 permission_set_own_issues_private: Set own issues public or private
962 field_is_private: Private
962 field_is_private: Private
963 permission_set_issues_private: Set issues public or private
963 permission_set_issues_private: Set issues public or private
964 label_issues_visibility_public: All non private issues
964 label_issues_visibility_public: All non private issues
965 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
965 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
966 field_commit_logs_encoding: Кодирање извршних порука
966 field_commit_logs_encoding: Кодирање извршних порука
967 field_scm_path_encoding: Path encoding
967 field_scm_path_encoding: Path encoding
968 text_scm_path_encoding_note: "Default: UTF-8"
968 text_scm_path_encoding_note: "Default: UTF-8"
969 field_path_to_repository: Path to repository
969 field_path_to_repository: Path to repository
970 field_root_directory: Root directory
970 field_root_directory: Root directory
971 field_cvs_module: Module
971 field_cvs_module: Module
972 field_cvsroot: CVSROOT
972 field_cvsroot: CVSROOT
973 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
973 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
974 text_scm_command: Command
974 text_scm_command: Command
975 text_scm_command_version: Version
975 text_scm_command_version: Version
976 label_git_report_last_commit: Report last commit for files and directories
976 label_git_report_last_commit: Report last commit for files and directories
977 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
977 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
978 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.
978 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.
979 notice_issue_successful_create: Issue %{id} created.
979 notice_issue_successful_create: Issue %{id} created.
980 label_between: between
980 label_between: between
981 setting_issue_group_assignment: Allow issue assignment to groups
981 setting_issue_group_assignment: Allow issue assignment to groups
982 label_diff: diff
982 label_diff: diff
983 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
983 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
984 description_query_sort_criteria_direction: Sort direction
984 description_query_sort_criteria_direction: Sort direction
985 description_project_scope: Search scope
985 description_project_scope: Search scope
986 description_filter: Filter
986 description_filter: Filter
987 description_user_mail_notification: Mail notification settings
987 description_user_mail_notification: Mail notification settings
988 description_date_from: Enter start date
988 description_date_from: Enter start date
989 description_message_content: Message content
989 description_message_content: Message content
990 description_available_columns: Available Columns
990 description_available_columns: Available Columns
991 description_date_range_interval: Choose range by selecting start and end date
991 description_date_range_interval: Choose range by selecting start and end date
992 description_issue_category_reassign: Choose issue category
992 description_issue_category_reassign: Choose issue category
993 description_search: Searchfield
993 description_search: Searchfield
994 description_notes: Notes
994 description_notes: Notes
995 description_date_range_list: Choose range from list
995 description_date_range_list: Choose range from list
996 description_choose_project: Projects
996 description_choose_project: Projects
997 description_date_to: Enter end date
997 description_date_to: Enter end date
998 description_query_sort_criteria_attribute: Sort attribute
998 description_query_sort_criteria_attribute: Sort attribute
999 description_wiki_subpages_reassign: Choose new parent page
999 description_wiki_subpages_reassign: Choose new parent page
1000 description_selected_columns: Selected Columns
1000 description_selected_columns: Selected Columns
1001 label_parent_revision: Parent
1001 label_parent_revision: Parent
1002 label_child_revision: Child
1002 label_child_revision: Child
1003 error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
1003 error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
1004 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
1004 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
1005 button_edit_section: Edit this section
1005 button_edit_section: Edit this section
1006 setting_repositories_encodings: Attachments and repositories encodings
1006 setting_repositories_encodings: Attachments and repositories encodings
1007 description_all_columns: All Columns
1007 description_all_columns: All Columns
1008 button_export: Export
1008 button_export: Export
1009 label_export_options: "%{export_format} export options"
1009 label_export_options: "%{export_format} export options"
1010 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
1010 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
1011 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1011 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1012 label_x_issues:
1012 label_x_issues:
1013 zero: 0 Проблем
1013 zero: 0 Проблем
1014 one: 1 Проблем
1014 one: 1 Проблем
1015 other: "%{count} Проблеми"
1015 other: "%{count} Проблеми"
1016 label_repository_new: New repository
1016 label_repository_new: New repository
1017 field_repository_is_default: Main repository
1017 field_repository_is_default: Main repository
1018 label_copy_attachments: Copy attachments
1018 label_copy_attachments: Copy attachments
1019 label_item_position: "%{position}/%{count}"
1019 label_item_position: "%{position}/%{count}"
1020 label_completed_versions: Completed versions
1020 label_completed_versions: Completed versions
1021 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1021 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1022 field_multiple: Multiple values
1022 field_multiple: Multiple values
1023 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1023 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1024 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1024 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1025 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1025 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1026 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1026 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1027 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1027 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1028 permission_manage_related_issues: Manage related issues
1028 permission_manage_related_issues: Manage related issues
1029 field_auth_source_ldap_filter: LDAP filter
1029 field_auth_source_ldap_filter: LDAP filter
1030 label_search_for_watchers: Search for watchers to add
1030 label_search_for_watchers: Search for watchers to add
1031 notice_account_deleted: Your account has been permanently deleted.
1031 notice_account_deleted: Your account has been permanently deleted.
1032 setting_unsubscribe: Allow users to delete their own account
1032 setting_unsubscribe: Allow users to delete their own account
1033 button_delete_my_account: Delete my account
1033 button_delete_my_account: Delete my account
1034 text_account_destroy_confirmation: |-
1034 text_account_destroy_confirmation: |-
1035 Are you sure you want to proceed?
1035 Are you sure you want to proceed?
1036 Your account will be permanently deleted, with no way to reactivate it.
1036 Your account will be permanently deleted, with no way to reactivate it.
1037 error_session_expired: Your session has expired. Please login again.
1037 error_session_expired: Your session has expired. Please login again.
1038 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1038 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1039 setting_session_lifetime: Session maximum lifetime
1039 setting_session_lifetime: Session maximum lifetime
1040 setting_session_timeout: Session inactivity timeout
1040 setting_session_timeout: Session inactivity timeout
1041 label_session_expiration: Session expiration
1041 label_session_expiration: Session expiration
1042 permission_close_project: Close / reopen the project
1042 permission_close_project: Close / reopen the project
1043 label_show_closed_projects: View closed projects
1043 label_show_closed_projects: View closed projects
1044 button_close: Close
1044 button_close: Close
1045 button_reopen: Reopen
1045 button_reopen: Reopen
1046 project_status_active: active
1046 project_status_active: active
1047 project_status_closed: closed
1047 project_status_closed: closed
1048 project_status_archived: archived
1048 project_status_archived: archived
1049 text_project_closed: This project is closed and read-only.
1049 text_project_closed: This project is closed and read-only.
1050 notice_user_successful_create: User %{id} created.
1050 notice_user_successful_create: User %{id} created.
1051 field_core_fields: Standard fields
1051 field_core_fields: Standard fields
1052 field_timeout: Timeout (in seconds)
1052 field_timeout: Timeout (in seconds)
1053 setting_thumbnails_enabled: Display attachment thumbnails
1053 setting_thumbnails_enabled: Display attachment thumbnails
1054 setting_thumbnails_size: Thumbnails size (in pixels)
1054 setting_thumbnails_size: Thumbnails size (in pixels)
1055 label_status_transitions: Status transitions
1055 label_status_transitions: Status transitions
1056 label_fields_permissions: Fields permissions
1056 label_fields_permissions: Fields permissions
1057 label_readonly: Read-only
1057 label_readonly: Read-only
1058 label_required: Required
1058 label_required: Required
1059 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1059 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1060 field_board_parent: Parent forum
1060 field_board_parent: Parent forum
1061 label_attribute_of_project: Project's %{name}
1061 label_attribute_of_project: Project's %{name}
1062 label_attribute_of_author: Author's %{name}
1062 label_attribute_of_author: Author's %{name}
1063 label_attribute_of_assigned_to: Assignee's %{name}
1063 label_attribute_of_assigned_to: Assignee's %{name}
1064 label_attribute_of_fixed_version: Target version's %{name}
1064 label_attribute_of_fixed_version: Target version's %{name}
1065 label_copy_subtasks: Copy subtasks
1065 label_copy_subtasks: Copy subtasks
1066 label_copied_to: copied to
1066 label_copied_to: copied to
1067 label_copied_from: copied from
1067 label_copied_from: copied from
1068 label_any_issues_in_project: any issues in project
1068 label_any_issues_in_project: any issues in project
1069 label_any_issues_not_in_project: any issues not in project
1069 label_any_issues_not_in_project: any issues not in project
1070 field_private_notes: Private notes
1070 field_private_notes: Private notes
1071 permission_view_private_notes: View private notes
1071 permission_view_private_notes: View private notes
1072 permission_set_notes_private: Set notes as private
1072 permission_set_notes_private: Set notes as private
1073 label_no_issues_in_project: no issues in project
1073 label_no_issues_in_project: no issues in project
1074 label_any: сви
1074 label_any: сви
1075 label_last_n_weeks: last %{count} weeks
1075 label_last_n_weeks: last %{count} weeks
1076 setting_cross_project_subtasks: Allow cross-project subtasks
1076 setting_cross_project_subtasks: Allow cross-project subtasks
1077 label_cross_project_descendants: Са потпројектима
1077 label_cross_project_descendants: Са потпројектима
1078 label_cross_project_tree: Са стаблом пројекта
1078 label_cross_project_tree: Са стаблом пројекта
1079 label_cross_project_hierarchy: Са хијерархијом пројекта
1079 label_cross_project_hierarchy: Са хијерархијом пројекта
1080 label_cross_project_system: Са свим пројектима
1080 label_cross_project_system: Са свим пројектима
1081 button_hide: Hide
1081 button_hide: Hide
1082 setting_non_working_week_days: Non-working days
1082 setting_non_working_week_days: Non-working days
1083 label_in_the_next_days: in the next
1083 label_in_the_next_days: in the next
1084 label_in_the_past_days: in the past
1084 label_in_the_past_days: in the past
General Comments 0
You need to be logged in to leave comments. Login now