This diff has been collapsed as it changes many lines, (1120 lines changed)
Show them
Hide them
|
|
@@
-1,232
+1,201
|
|
1
|
# Romanian translations for Ruby on Rails
|
|
|
|
|
2
|
# by Catalin Ilinca (me@talin.ro)
|
|
|
|
|
3
|
# updated by kfl62 (bogus keys are now commented)
|
|
|
|
|
4
|
|
|
|
|
|
5
|
ro:
|
|
1
|
ro:
|
|
6
|
date:
|
|
2
|
date:
|
|
7
|
formats:
|
|
3
|
formats:
|
|
8
|
default: "%d-%m-%Y"
|
|
4
|
default: "%d-%m-%Y"
|
|
9
|
short: "%d %b"
|
|
5
|
short: "%d %b"
|
|
10
|
long: "%d %B %Y"
|
|
6
|
long: "%d %B %Y"
|
|
11
|
# only_day: "%e"
|
|
7
|
only_day: "%e"
|
|
12
|
|
|
8
|
|
|
13
|
day_names: [Duminică, Luni, Marți, Miercuri, Joi, Vineri, Sâmbată]
|
|
9
|
day_names: [Duminica, Luni, Marti, Miercuri, Joi, Vineri, Sambata]
|
|
14
|
abbr_day_names: [Dum, Lun, Mar, Mie, Joi, Vin, Sâm]
|
|
10
|
abbr_day_names: [Dum, Lun, Mar, Mie, Joi, Vin, Sam]
|
|
|
|
|
11
|
|
|
|
|
|
12
|
# Don't forget the nil at the beginning; there's no such thing as a 0th month
|
|
15
|
month_names: [~, Ianuarie, Februarie, Martie, Aprilie, Mai, Iunie, Iulie, August, Septembrie, Octombrie, Noiembrie, Decembrie]
|
|
13
|
month_names: [~, Ianuarie, Februarie, Martie, Aprilie, Mai, Iunie, Iulie, August, Septembrie, Octombrie, Noiembrie, Decembrie]
|
|
16
|
abbr_month_names: [~, Ian, Feb, Mar, Apr, Mai, Iun, Iul, Aug, Sep, Oct, Noi, Dec]
|
|
14
|
abbr_month_names: [~, Ian, Feb, Mar, Apr, Mai, Iun, Iul, Aug, Sep, Oct, Noi, Dec]
|
|
|
|
|
15
|
# Used in date_select and datime_select.
|
|
17
|
order: [ :day, :month, :year ]
|
|
16
|
order: [ :day, :month, :year ]
|
|
18
|
|
|
17
|
|
|
19
|
time:
|
|
18
|
time:
|
|
20
|
formats:
|
|
19
|
formats:
|
|
21
|
default: "%a %d %b %Y, %H:%M:%S %z"
|
|
20
|
default: "%m/%d/%Y %I:%M %p"
|
|
22
|
time: "%H:%M"
|
|
21
|
time: "%I:%M %p"
|
|
23
|
short: "%d %b %H:%M"
|
|
22
|
short: "%d %b %H:%M"
|
|
24
|
long: "%d %B %Y %H:%M"
|
|
23
|
long: "%B %d, %Y %H:%M"
|
|
25
|
# only_second: "%S"
|
|
24
|
am: "am"
|
|
26
|
|
|
25
|
pm: "pm"
|
|
27
|
# datetime:
|
|
|
|
|
28
|
# formats:
|
|
|
|
|
29
|
# default: "%d-%m-%YT%H:%M:%S%Z"
|
|
|
|
|
30
|
|
|
|
|
|
31
|
am: ''
|
|
|
|
|
32
|
pm: ''
|
|
|
|
|
33
|
|
|
26
|
|
|
34
|
datetime:
|
|
27
|
datetime:
|
|
35
|
distance_in_words:
|
|
28
|
distance_in_words:
|
|
36
|
half_a_minute: "jumătate de minut"
|
|
29
|
half_a_minute: "jumatate de minut"
|
|
37
|
less_than_x_seconds:
|
|
30
|
less_than_x_seconds:
|
|
38
|
one: "mai puțin de o secundă"
|
|
31
|
one: "mai putin de o secunda"
|
|
39
|
other: "mai puțin de {{count}} secunde"
|
|
32
|
other: "mai putin de{{count}} secunde"
|
|
40
|
x_seconds:
|
|
33
|
x_seconds:
|
|
41
|
one: "1 secundă"
|
|
34
|
one: "o secunda"
|
|
42
|
other: "{{count}} secunde"
|
|
35
|
other: "{{count}} secunde"
|
|
43
|
less_than_x_minutes:
|
|
36
|
less_than_x_minutes:
|
|
44
|
one: "mai puțin de un minut"
|
|
37
|
one: "mai putin de un minut"
|
|
45
|
other: "mai puțin de {{count}} minute"
|
|
38
|
other: "mai putin de {{count}} minute"
|
|
46
|
x_minutes:
|
|
39
|
x_minutes:
|
|
47
|
one: "1 minut"
|
|
40
|
one: "un minut"
|
|
48
|
other: "{{count}} minute"
|
|
41
|
other: "{{count}} minute"
|
|
49
|
about_x_hours:
|
|
42
|
about_x_hours:
|
|
50
|
one: "aproximativ o oră"
|
|
43
|
one: "aproximativ o ora"
|
|
51
|
other: "aproximativ {{count}} ore"
|
|
44
|
other: "aproximativ {{count}} ore"
|
|
52
|
x_days:
|
|
45
|
x_days:
|
|
53
|
one: "1 zi"
|
|
46
|
one: "o zi"
|
|
54
|
other: "{{count}} zile"
|
|
47
|
other: "{{count}} zile"
|
|
55
|
about_x_months:
|
|
48
|
about_x_months:
|
|
56
|
one: "aproximativ o lună"
|
|
49
|
one: "aproximativ o luna"
|
|
57
|
other: "aproximativ {{count}} luni"
|
|
50
|
other: "aproximativ {{count}} luni"
|
|
58
|
x_months:
|
|
51
|
x_months:
|
|
59
|
one: "1 lună"
|
|
52
|
one: "o luna"
|
|
60
|
other: "{{count}} luni"
|
|
53
|
other: "{{count}} luni"
|
|
61
|
about_x_years:
|
|
54
|
about_x_years:
|
|
62
|
one: "aproximativ un an"
|
|
55
|
one: "aproximativ un an"
|
|
63
|
other: "aproximativ {{count}} ani"
|
|
56
|
other: "aproximativ {{count}} ani"
|
|
64
|
over_x_years:
|
|
57
|
over_x_years:
|
|
65
|
one: "mai mult de un an"
|
|
58
|
one: "peste un an"
|
|
66
|
other: "mai mult de {{count}} ani"
|
|
59
|
other: "peste {{count}} ani"
|
|
67
|
prompts:
|
|
|
|
|
68
|
year: "Anul"
|
|
|
|
|
69
|
month: "Luna"
|
|
|
|
|
70
|
day: "Ziua"
|
|
|
|
|
71
|
hour: "Ora"
|
|
|
|
|
72
|
minute: "Minutul"
|
|
|
|
|
73
|
second: "Secunda"
|
|
|
|
|
74
|
|
|
|
|
|
75
|
number:
|
|
|
|
|
76
|
format:
|
|
|
|
|
77
|
precision: 3
|
|
|
|
|
78
|
separator: '.'
|
|
|
|
|
79
|
delimiter: ','
|
|
|
|
|
80
|
currency:
|
|
|
|
|
81
|
format:
|
|
|
|
|
82
|
unit: 'RON'
|
|
|
|
|
83
|
precision: 2
|
|
|
|
|
84
|
separator: '.'
|
|
|
|
|
85
|
delimiter: ','
|
|
|
|
|
86
|
format: '%n %u'
|
|
|
|
|
87
|
percentage:
|
|
|
|
|
88
|
format:
|
|
|
|
|
89
|
# separator:
|
|
|
|
|
90
|
delimiter: ","
|
|
|
|
|
91
|
# precision: 2
|
|
|
|
|
92
|
precision:
|
|
|
|
|
93
|
format:
|
|
|
|
|
94
|
# separator:
|
|
|
|
|
95
|
delimiter: ""
|
|
|
|
|
96
|
# precision:
|
|
|
|
|
97
|
human:
|
|
|
|
|
98
|
format:
|
|
|
|
|
99
|
# separator: "."
|
|
|
|
|
100
|
delimiter: ","
|
|
|
|
|
101
|
precision: 1
|
|
|
|
|
102
|
storage_units: [Bytes, KB, MB, GB, TB]
|
|
|
|
|
103
|
|
|
60
|
|
|
|
|
|
61
|
# Used in array.to_sentence.
|
|
|
|
|
62
|
support:
|
|
|
|
|
63
|
array:
|
|
|
|
|
64
|
sentence_connector: "si"
|
|
|
|
|
65
|
skip_last_comma: true
|
|
|
|
|
66
|
|
|
104
|
activerecord:
|
|
67
|
activerecord:
|
|
105
|
errors:
|
|
68
|
errors:
|
|
106
|
template:
|
|
|
|
|
107
|
header:
|
|
|
|
|
108
|
one: "Nu am putut salva acest model {{model}}: 1 eroare"
|
|
|
|
|
109
|
other: "Nu am putut salva acest {{model}}: {{count}} erori."
|
|
|
|
|
110
|
body: "Încearcă să corectezi urmatoarele câmpuri:"
|
|
|
|
|
111
|
messages:
|
|
69
|
messages:
|
|
112
|
inclusion: "nu este inclus în listă"
|
|
70
|
inclusion: "nu este inclus in lista"
|
|
113
|
exclusion: "este rezervat"
|
|
71
|
exclusion: "este rezervat"
|
|
114
|
invalid: "este invalid"
|
|
72
|
invalid: "este invalid"
|
|
115
|
confirmation: "nu este confirmat"
|
|
73
|
confirmation: "nu este identica"
|
|
116
|
accepted: "trebuie dat acceptul"
|
|
74
|
accepted: "trebuie acceptat"
|
|
117
|
empty: "nu poate fi gol"
|
|
75
|
empty: "trebuie completat"
|
|
118
|
blank: "nu poate fi gol"
|
|
76
|
blank: "nu poate fi gol"
|
|
119
|
too_long: "este prea lung (se pot folosi maximum {{count}} caractere)"
|
|
77
|
too_long: "este prea lung"
|
|
120
|
too_short: "este pre scurt (minumim de caractere este {{count}})"
|
|
78
|
too_short: "este prea scurt"
|
|
121
|
wrong_length: "nu are lungimea corectă (trebuie să aiba {{count}} caractere)"
|
|
79
|
wrong_length: "nu are lungimea corecta"
|
|
122
|
taken: "este deja folosit"
|
|
80
|
taken: "a fost luat deja"
|
|
123
|
not_a_number: "nu este un număr"
|
|
81
|
not_a_number: "nu este un numar"
|
|
124
|
greater_than: "trebuie să fie mai mare decât {{count}}"
|
|
82
|
not_a_date: "nu este o data valida"
|
|
125
|
greater_than_or_equal_to: "trebuie să fie mai mare sau egal cu {{count}}"
|
|
83
|
greater_than: "trebuie sa fie mai mare de {{count}}"
|
|
126
|
equal_to: "trebuie să fie egal cu {{count}}"
|
|
84
|
greater_than_or_equal_to: "trebuie sa fie mai mare sau egal(a) cu {{count}}"
|
|
127
|
less_than: "trebuie să fie mai mic decât {{count}}"
|
|
85
|
equal_to: "trebuie sa fie egal(a) cu {count}}"
|
|
128
|
less_than_or_equal_to: "trebuie să fie mai mic sau egal cu {{count}}"
|
|
86
|
less_than: "trebuie sa fie mai mic(a) decat {{count}}"
|
|
129
|
odd: "trebuie să fie par"
|
|
87
|
less_than_or_equal_to: "trebuie sa fie mai mic(a) sau egala cu {{count}}"
|
|
130
|
even: "trebuie să fie impar"
|
|
88
|
odd: "trebuie sa fie impar"
|
|
131
|
greater_than_start_date: "trebuie sa fie mai mare ca data de start"
|
|
89
|
even: "trebuie sa fie par"
|
|
132
|
not_same_project: "nu apartine projectului respectiv"
|
|
90
|
greater_than_start_date: "trebuie sa fie dupa data de inceput"
|
|
133
|
circular_dependency: "Aceasta relatie ar crea dependenta circulara"
|
|
91
|
not_same_project: "trebuie sa apartina aceluiasi proiect"
|
|
134
|
support:
|
|
92
|
circular_dependency: "Aceasta relatie ar creea o dependenta circulara"
|
|
135
|
array:
|
|
|
|
|
136
|
# sentence_connector: "și"
|
|
|
|
|
137
|
words_connector: ", "
|
|
|
|
|
138
|
two_words_connector: " şi "
|
|
|
|
|
139
|
last_word_connector: " şi "
|
|
|
|
|
140
|
|
|
93
|
|
|
141
|
actionview_instancetag_blank_option: Va rog selectati
|
|
94
|
actionview_instancetag_blank_option: Selectati
|
|
142
|
|
|
95
|
|
|
143
|
general_text_No: 'Nu'
|
|
96
|
general_text_No: 'Nu'
|
|
144
|
general_text_Yes: 'Da'
|
|
97
|
general_text_Yes: 'Da'
|
|
145
|
general_text_no: 'nu'
|
|
98
|
general_text_no: 'nu'
|
|
146
|
general_text_yes: 'da'
|
|
99
|
general_text_yes: 'da'
|
|
147
|
general_lang_name: 'Română'
|
|
100
|
general_lang_name: 'Romana'
|
|
148
|
general_csv_separator: ','
|
|
101
|
general_csv_separator: ','
|
|
149
|
general_csv_decimal_separator: '.'
|
|
102
|
general_csv_decimal_separator: '.'
|
|
150
|
general_csv_encoding: ISO-8859-1
|
|
103
|
general_csv_encoding: ISO-8859-1
|
|
151
|
general_pdf_encoding: ISO-8859-1
|
|
104
|
general_pdf_encoding: ISO-8859-1
|
|
152
|
general_first_day_of_week: '7'
|
|
105
|
general_first_day_of_week: '2'
|
|
153
|
|
|
106
|
|
|
154
|
notice_account_updated: Contul a fost creat cu succes.
|
|
107
|
notice_account_updated: Cont actualizat.
|
|
155
|
notice_account_invalid_creditentials: Numele utilizator sau parola este invalida.
|
|
108
|
notice_account_invalid_creditentials: Utilizator sau parola invalida
|
|
156
|
notice_account_password_updated: Parola a fost modificata cu succes.
|
|
109
|
notice_account_password_updated: Parola actualizata.
|
|
157
|
notice_account_wrong_password: Parola gresita
|
|
110
|
notice_account_wrong_password: Parola gresita
|
|
158
|
notice_account_register_done: Contul a fost creat cu succes. Pentru activarea contului folositi linkul primit in e-mailul de confirmare.
|
|
111
|
notice_account_register_done: Contul a fost creat. Pentru activare, accesati link-ul trimis prin e-mail.
|
|
159
|
notice_account_unknown_email: Utilizator inexistent.
|
|
112
|
notice_account_unknown_email: Utilizator necunoscut.
|
|
160
|
notice_can_t_change_password: Acest cont foloseste un sistem de autenticare externa. Parola nu poate fi schimbata.
|
|
113
|
notice_can_t_change_password: Acest cont foloseste o sursa externa de autentificare. Nu se poate schimba parola.
|
|
161
|
notice_account_lost_email_sent: Un e-mail cu instructiuni de a seta noua parola a fost trimisa.
|
|
114
|
notice_account_lost_email_sent: S-a trimis un e-mail cu instructiuni de schimbare a parolei.
|
|
162
|
notice_account_activated: Contul a fost activat. Acum puteti intra in cont.
|
|
115
|
notice_account_activated: Contul a fost activat. Va puteti autentifica acum.
|
|
163
|
notice_successful_create: Creat cu succes.
|
|
116
|
notice_successful_create: Creat.
|
|
164
|
notice_successful_update: Modificare cu succes.
|
|
117
|
notice_successful_update: Actualizat.
|
|
165
|
notice_successful_delete: Stergere cu succes.
|
|
118
|
notice_successful_delete: Sters.
|
|
166
|
notice_successful_connection: Conectare cu succes.
|
|
119
|
notice_successful_connection: Conectat.
|
|
167
|
notice_file_not_found: Pagina dorita nu exista sau nu mai este valabila.
|
|
120
|
notice_file_not_found: Pagina pe care doriti s-o accesati nu exista sau a fost stearsa.
|
|
168
|
notice_locking_conflict: Informatiile au fost modificate de un alt utilizator.
|
|
121
|
notice_locking_conflict: Datele au fost actualizate de alt utilizator.
|
|
169
|
notice_not_authorized: Nu aveti autorizatia sa accesati aceasta pagina.
|
|
122
|
notice_not_authorized: Nu sunteti autorizat sa accesati aceasta pagina.
|
|
170
|
notice_email_sent: "Un e-mail a fost trimis la adresa {{value}}"
|
|
123
|
notice_email_sent: "S-a trimis un e-mail la {{value}}"
|
|
171
|
notice_email_error: "Eroare in trimiterea e-mailului ({{value}})"
|
|
124
|
notice_email_error: "A intervenit o eroare la trimiterea e-mail-ului ({{value}})"
|
|
172
|
notice_feeds_access_key_reseted: Parola de acces RSS a fost resetat.
|
|
125
|
notice_feeds_access_key_reseted: Cheia de acces RSS a fost resetata.
|
|
|
|
|
126
|
notice_failed_to_save_issues: "Nu s-au putut salva {{count}} tichete din {{total}} selectate: {{ids}}."
|
|
|
|
|
127
|
notice_no_issue_selected: "Nici un tichet selectat! Va rog selectati tichetele pe care doriti sa le editati."
|
|
|
|
|
128
|
notice_account_pending: "Contul dumneavoastra a fost creat si se asteapta aprobarea administratorului."
|
|
|
|
|
129
|
notice_default_data_loaded: S-a incarcat configuratia implicita..
|
|
|
|
|
130
|
notice_unable_delete_version: Nu se poate sterge versiunea.
|
|
173
|
|
|
131
|
|
|
174
|
error_scm_not_found: "Articolul sau reviziunea nu exista in stoc (Repository)."
|
|
132
|
error_can_t_load_default_data: "Nu s-a putut incarca configuratia implicita: {{value}}"
|
|
175
|
error_scm_command_failed: "An error occurred when trying to access the repository: {{value}}"
|
|
133
|
error_scm_not_found: "Nu s-a gasit articolul sau revizia in depozit."
|
|
|
|
|
134
|
error_scm_command_failed: "A intervenit o eroare la accesarea depozitului: {{value}}"
|
|
|
|
|
135
|
error_scm_annotate: "Nu exista sau nu poate fi adnotata."
|
|
|
|
|
136
|
error_issue_not_found_in_project: 'Tichetul nu a fost gasit sau nu apartine acestui proiect'
|
|
176
|
|
|
137
|
|
|
177
|
mail_subject_lost_password: "Your {{value}} password"
|
|
138
|
warning_attachments_not_saved: "Nu s-au putut salva {{count}} fisier(e)."
|
|
178
|
mail_body_lost_password: 'To change your password, click on the following link:'
|
|
|
|
|
179
|
mail_subject_register: "Your {{value}} account activation"
|
|
|
|
|
180
|
mail_body_register: 'To activate your account, click on the following link:'
|
|
|
|
|
181
|
|
|
139
|
|
|
182
|
gui_validation_error: 1 eroare
|
|
140
|
mail_subject_lost_password: "Parola dumneavoastra: {{value}}"
|
|
|
|
|
141
|
mail_body_lost_password: 'Pentru a schimba parola, accesati:'
|
|
|
|
|
142
|
mail_subject_register: "Activarea contului {{value}}"
|
|
|
|
|
143
|
mail_body_register: 'Pentru activarea contului, accesati:'
|
|
|
|
|
144
|
mail_body_account_information_external: "Puteti folosi contul '{{value}}' pentru a va autentifica."
|
|
|
|
|
145
|
mail_body_account_information: Informatii despre contul dumneavoastra
|
|
|
|
|
146
|
mail_subject_account_activation_request: "Cerere de activare a contului {{value}}"
|
|
|
|
|
147
|
mail_body_account_activation_request: "S-a inregistrat un nou utilizator ({{value}}). Contul asteapta aprobarea dumneavoastra:"
|
|
|
|
|
148
|
mail_subject_reminder: "{{count}} tichet(e) trebuie rezolvate in urmatoarele zile"
|
|
|
|
|
149
|
mail_body_reminder: "{{count}} tichet(e) atribuite dumneavoastra trebuie rezolvate in urmatoarele zile {{days}} zile:"
|
|
|
|
|
150
|
|
|
|
|
|
151
|
gui_validation_error: o eroare
|
|
183
|
gui_validation_error_plural: "{{count}} erori"
|
|
152
|
gui_validation_error_plural: "{{count}} erori"
|
|
184
|
|
|
153
|
|
|
185
|
field_name: Nume
|
|
154
|
field_name: Nume
|
|
186
|
field_description: Descriere
|
|
155
|
field_description: Descriere
|
|
187
|
field_summary: Sumar
|
|
156
|
field_summary: Rezumat
|
|
188
|
field_is_required: Obligatoriu
|
|
157
|
field_is_required: Obligatoriu
|
|
189
|
field_firstname: Nume
|
|
158
|
field_firstname: Prenume
|
|
190
|
field_lastname: Prenume
|
|
159
|
field_lastname: Nume
|
|
191
|
field_mail: Email
|
|
160
|
field_mail: E-mail
|
|
192
|
field_filename: Fisier
|
|
161
|
field_filename: Fisier
|
|
193
|
field_filesize: Marimea fisierului
|
|
162
|
field_filesize: Marime
|
|
194
|
field_downloads: Download
|
|
163
|
field_downloads: Descarcari
|
|
195
|
field_author: Autor
|
|
164
|
field_author: Autor
|
|
196
|
field_created_on: Creat
|
|
165
|
field_created_on: Creat la
|
|
197
|
field_updated_on: Modificat
|
|
166
|
field_updated_on: Actualizat la
|
|
198
|
field_field_format: Format
|
|
167
|
field_field_format: Format
|
|
199
|
field_is_for_all: Pentru toate proiectele
|
|
168
|
field_is_for_all: Pentru toate proiectele
|
|
200
|
field_possible_values: Valori posibile
|
|
169
|
field_possible_values: Valori posibile
|
|
201
|
field_regexp: Expresie regulara
|
|
170
|
field_regexp: Expresie regulara
|
|
202
|
field_min_length: Lungime minima
|
|
171
|
field_min_length: lungime minima
|
|
203
|
field_max_length: Lungime maxima
|
|
172
|
field_max_length: lungime maxima
|
|
204
|
field_value: Valoare
|
|
173
|
field_value: Valoare
|
|
205
|
field_category: Categorie
|
|
174
|
field_category: Categorie
|
|
206
|
field_title: Titlu
|
|
175
|
field_title: Titlu
|
|
207
|
field_project: Proiect
|
|
176
|
field_project: Proiect
|
|
208
|
field_issue: Tichet
|
|
177
|
field_issue: Tichet
|
|
209
|
field_status: Statut
|
|
178
|
field_status: Stare
|
|
210
|
field_notes: Note
|
|
179
|
field_notes: Note
|
|
211
|
field_is_closed: Tichet rezolvat
|
|
180
|
field_is_closed: Rezolvat
|
|
212
|
field_is_default: Statut de baza
|
|
181
|
field_is_default: Implicit
|
|
213
|
field_tracker: Tip tichet
|
|
182
|
field_tracker: Tip tichet
|
|
214
|
field_subject: Subiect
|
|
183
|
field_subject: Subiect
|
|
215
|
field_due_date: Data finalizarii
|
|
184
|
field_due_date: Data finalizarii
|
|
216
|
field_assigned_to: Atribuit pentru
|
|
185
|
field_assigned_to: Atribuit lui
|
|
217
|
field_priority: Prioritate
|
|
186
|
field_priority: Prioritate
|
|
218
|
field_fixed_version: Target version
|
|
187
|
field_fixed_version: Versiune tinta
|
|
219
|
field_user: Utilizator
|
|
188
|
field_user: Utilizator
|
|
220
|
field_role: Rol
|
|
189
|
field_role: Rol
|
|
221
|
field_homepage: Pagina principala
|
|
190
|
field_homepage: Pagina principala
|
|
222
|
field_is_public: Public
|
|
191
|
field_is_public: Public
|
|
223
|
field_parent: Subproiect al
|
|
192
|
field_parent: Subproiect al
|
|
224
|
field_is_in_chlog: Tichetele sunt vizibile in changelog
|
|
193
|
field_is_in_chlog: Tichete afisate in jurnal activitate
|
|
225
|
field_is_in_roadmap: Tichetele sunt vizibile in roadmap
|
|
194
|
field_is_in_roadmap: Tichete afisate in plan
|
|
226
|
field_login: Autentificare
|
|
195
|
field_login: Autentificare
|
|
227
|
field_mail_notification: Notificari prin e-mail
|
|
196
|
field_mail_notification: Notificari prin e-mail
|
|
228
|
field_admin: Administrator
|
|
197
|
field_admin: Administrator
|
|
229
|
field_last_login_on: Ultima conectare
|
|
198
|
field_last_login_on: Ultima autentificare la
|
|
230
|
field_language: Limba
|
|
199
|
field_language: Limba
|
|
231
|
field_effective_date: Data
|
|
200
|
field_effective_date: Data
|
|
232
|
field_password: Parola
|
|
201
|
field_password: Parola
|
|
@@
-234,19
+203,19
ro:
|
|
234
|
field_password_confirmation: Confirmare
|
|
203
|
field_password_confirmation: Confirmare
|
|
235
|
field_version: Versiune
|
|
204
|
field_version: Versiune
|
|
236
|
field_type: Tip
|
|
205
|
field_type: Tip
|
|
237
|
field_host: Host
|
|
206
|
field_host: Gazda
|
|
238
|
field_port: Port
|
|
207
|
field_port: Port
|
|
239
|
field_account: Cont
|
|
208
|
field_account: Cont
|
|
240
|
field_base_dn: Base DN
|
|
209
|
field_base_dn: Base DN
|
|
241
|
field_attr_login: Atribut autentificare
|
|
210
|
field_attr_login: Atribut autentificare
|
|
242
|
field_attr_firstname: Atribut nume
|
|
211
|
field_attr_firstname: Atribut prenume
|
|
243
|
field_attr_lastname: Atribut prenume
|
|
212
|
field_attr_lastname: Atribut nume
|
|
244
|
field_attr_mail: Atribut e-mail
|
|
213
|
field_attr_mail: Atribut e-mail
|
|
245
|
field_onthefly: Creare utilizator on-the-fly (rapid)
|
|
214
|
field_onthefly: Creare utilizator pe loc
|
|
246
|
field_start_date: Start
|
|
215
|
field_start_date: Data inceperii
|
|
247
|
field_done_ratio: % rezolvat
|
|
216
|
field_done_ratio: Realizat (%)
|
|
248
|
field_auth_source: Mod de autentificare
|
|
217
|
field_auth_source: Mod autentificare
|
|
249
|
field_hide_mail: Ascunde adresa de e-mail
|
|
218
|
field_hide_mail: Nu se afiseaza adresa de e-mail
|
|
250
|
field_comments: Comentariu
|
|
219
|
field_comments: Comentariu
|
|
251
|
field_url: URL
|
|
220
|
field_url: URL
|
|
252
|
field_start_page: Pagina de start
|
|
221
|
field_start_page: Pagina de start
|
|
@@
-255,34
+224,123
ro:
|
|
255
|
field_activity: Activitate
|
|
224
|
field_activity: Activitate
|
|
256
|
field_spent_on: Data
|
|
225
|
field_spent_on: Data
|
|
257
|
field_identifier: Identificator
|
|
226
|
field_identifier: Identificator
|
|
258
|
field_is_filter: Folosit ca un filtru
|
|
227
|
field_is_filter: Filtru
|
|
259
|
field_issue_to_id: Articole similare
|
|
228
|
field_issue_to_id: Tichet asociat
|
|
260
|
field_delay: Intarziere
|
|
229
|
field_delay: Intarziere
|
|
261
|
field_assignable: La acest rol se poate atribui tichete
|
|
230
|
field_assignable: Se pot atribui tichete acestui rol
|
|
262
|
field_redirect_existing_links: Redirectare linkuri existente
|
|
231
|
field_redirect_existing_links: Redirectioneaza legaturile existente
|
|
263
|
field_estimated_hours: Timpul estimat
|
|
232
|
field_estimated_hours: Timp estimat
|
|
264
|
field_default_value: Default value
|
|
233
|
field_column_names: Coloane
|
|
|
|
|
234
|
field_time_zone: Fus orar
|
|
|
|
|
235
|
field_searchable: Cautare
|
|
|
|
|
236
|
field_default_value: Valoare implicita
|
|
|
|
|
237
|
field_comments_sorting: Afiseaza comentarii
|
|
|
|
|
238
|
field_parent_title: Pagina superioara
|
|
|
|
|
239
|
field_editable: Editabil
|
|
|
|
|
240
|
field_watcher: Urmareste
|
|
|
|
|
241
|
field_identity_url: URL OpenID
|
|
|
|
|
242
|
field_content: Continut
|
|
|
|
|
243
|
|
|
|
|
|
244
|
setting_app_title: Titlu aplicatie
|
|
|
|
|
245
|
setting_app_subtitle: Subtitlu aplicatie
|
|
|
|
|
246
|
setting_welcome_text: Text de intampinare
|
|
|
|
|
247
|
setting_default_language: Limba implicita
|
|
|
|
|
248
|
setting_login_required: Necesita autentificare
|
|
|
|
|
249
|
setting_self_registration: Auto-inregistrare
|
|
|
|
|
250
|
setting_attachment_max_size: Marime maxima atasament
|
|
|
|
|
251
|
setting_issues_export_limit: Limita export tichete
|
|
|
|
|
252
|
setting_mail_from: Adresa e-mail expeditor
|
|
|
|
|
253
|
setting_bcc_recipients: Destinatari copie e-mail (BCC)
|
|
|
|
|
254
|
setting_plain_text_mail: Mesaje text (fara HTML)
|
|
|
|
|
255
|
setting_host_name: Nume si cale gazda
|
|
|
|
|
256
|
setting_text_formatting: Formatare text
|
|
|
|
|
257
|
setting_wiki_compression: Comprimare istoric Wiki
|
|
|
|
|
258
|
setting_feeds_limit: Limita actualizari feed
|
|
|
|
|
259
|
setting_default_projects_public: Proiectele noi sunt implicit publice
|
|
|
|
|
260
|
setting_autofetch_changesets: Auto-actualizare modificari depozit
|
|
|
|
|
261
|
setting_sys_api_enabled: Activeaza WS pentru management depozit
|
|
|
|
|
262
|
setting_commit_ref_keywords: Cuvinte cheie pt. referire tichet
|
|
|
|
|
263
|
setting_commit_fix_keywords: Cuvinte cheie pt. rezolvare tichet
|
|
|
|
|
264
|
setting_autologin: Auto-autentificare
|
|
|
|
|
265
|
setting_date_format: Format data
|
|
|
|
|
266
|
setting_time_format: Format timp
|
|
|
|
|
267
|
setting_cross_project_issue_relations: Permite legaturi tichete intre proiecte
|
|
|
|
|
268
|
setting_issue_list_default_columns: Coloane implicite afisate in lista de tichete
|
|
|
|
|
269
|
setting_repositories_encodings: Codificare (encoding) depozit
|
|
|
|
|
270
|
setting_commit_logs_encoding: Codificare (encoding) mesaje
|
|
|
|
|
271
|
setting_emails_footer: Subsol e-mail
|
|
|
|
|
272
|
setting_protocol: Protocol
|
|
|
|
|
273
|
setting_per_page_options: Numari de obiecte pe pagina
|
|
|
|
|
274
|
setting_user_format: Stil afisare utilizator
|
|
|
|
|
275
|
setting_activity_days_default: Se afiseaza zile in jurnalul proiectului
|
|
|
|
|
276
|
setting_display_subprojects_issues: Afiseaza implicit tichetele subproiectelor in proiectele principale
|
|
|
|
|
277
|
setting_enabled_scm: SCM activat
|
|
|
|
|
278
|
setting_mail_handler_api_enabled: Activeaza WS pentru e-mail-uri intrate
|
|
|
|
|
279
|
setting_mail_handler_api_key: cheie API
|
|
|
|
|
280
|
setting_sequential_project_identifiers: Genereaza secvential identificatoarele de proiect
|
|
|
|
|
281
|
setting_gravatar_enabled: Foloseste poze Gravatar pentru utilizatori
|
|
|
|
|
282
|
setting_diff_max_lines_displayed: Numar maxim de linii de diferenta afisate
|
|
|
|
|
283
|
setting_file_max_size_displayed: Numar maxim de fisiere text afisate in pagina (inline)
|
|
|
|
|
284
|
setting_repository_log_display_limit: Numar maxim de revizii afisate in istoricul fisierului
|
|
|
|
|
285
|
setting_openid: Permite inregistrare si autentificare cu OpenID
|
|
265
|
|
|
286
|
|
|
266
|
setting_app_title: Titlul aplicatiei
|
|
287
|
permission_edit_project: Editeaza proiectul
|
|
267
|
setting_app_subtitle: Subtitlul aplicatiei
|
|
288
|
permission_select_project_modules: Alege module proiect
|
|
268
|
setting_welcome_text: Textul de intampinare
|
|
289
|
permission_manage_members: Editeaza membri
|
|
269
|
setting_default_language: Limbajul
|
|
290
|
permission_manage_versions: Editeaza versiuni
|
|
270
|
setting_login_required: Autentificare obligatorie
|
|
291
|
permission_manage_categories: Editeaza categorii
|
|
271
|
setting_self_registration: Inregistrarea utilizatorilor pe cont propriu este permisa
|
|
292
|
permission_add_issues: Adauga tichete
|
|
272
|
setting_attachment_max_size: Lungimea maxima al attachmentului
|
|
293
|
permission_edit_issues: Editeaza tichete
|
|
273
|
setting_issues_export_limit: Limita de exportare a tichetelor
|
|
294
|
permission_manage_issue_relations: Editeaza relatii tichete
|
|
274
|
setting_mail_from: Adresa de e-mail al emitatorului
|
|
295
|
permission_add_issue_notes: Adauga note
|
|
275
|
setting_host_name: Numele hostului
|
|
296
|
permission_edit_issue_notes: Editeaza note
|
|
276
|
setting_text_formatting: Formatarea textului
|
|
297
|
permission_edit_own_issue_notes: Editeaza notele proprii
|
|
277
|
setting_wiki_compression: Compresie istoric wiki
|
|
298
|
permission_move_issues: Muta tichete
|
|
278
|
setting_feeds_limit: Limita continut feed
|
|
299
|
permission_delete_issues: Sterge tichete
|
|
279
|
setting_autofetch_changesets: Autofetch commits
|
|
300
|
permission_manage_public_queries: Editeaza cautarile implicite
|
|
280
|
setting_sys_api_enabled: Setare WS pentru managementul stocului (repository)
|
|
301
|
permission_save_queries: Salveaza cautarile
|
|
281
|
setting_commit_ref_keywords: Cuvinte cheie de referinta
|
|
302
|
permission_view_gantt: Afiseaza Gantt
|
|
282
|
setting_commit_fix_keywords: Cuvinte cheie de rezolvare
|
|
303
|
permission_view_calendar: Afiseaza calendar
|
|
283
|
setting_autologin: Autentificare automata
|
|
304
|
permission_view_issue_watchers: Afiseaza lista persoane interesate
|
|
284
|
setting_date_format: Formatul datelor
|
|
305
|
permission_add_issue_watchers: Adauga persoane interesate
|
|
285
|
setting_cross_project_issue_relations: Tichetele pot avea relatii intre diferite proiecte
|
|
306
|
permission_log_time: Inregistreaza timpul de lucru
|
|
|
|
|
307
|
permission_view_time_entries: Afiseaza timpul de lucru
|
|
|
|
|
308
|
permission_edit_time_entries: Editeaza jurnale timp de lucru
|
|
|
|
|
309
|
permission_edit_own_time_entries: Editeaza jurnalele proprii de timp de lucru
|
|
|
|
|
310
|
permission_manage_news: Editeaza stiri
|
|
|
|
|
311
|
permission_comment_news: Comenteaza stiri
|
|
|
|
|
312
|
permission_manage_documents: Editeaza documente
|
|
|
|
|
313
|
permission_view_documents: Afiseaza documente
|
|
|
|
|
314
|
permission_manage_files: Editeaza fisiere
|
|
|
|
|
315
|
permission_view_files: Afiseaza fisiere
|
|
|
|
|
316
|
permission_manage_wiki: Editeaza wiki
|
|
|
|
|
317
|
permission_rename_wiki_pages: Redenumeste pagini wiki
|
|
|
|
|
318
|
permission_delete_wiki_pages: Sterge pagini wiki
|
|
|
|
|
319
|
permission_view_wiki_pages: Afiseaza wiki
|
|
|
|
|
320
|
permission_view_wiki_edits: Afiseaza istoric wiki
|
|
|
|
|
321
|
permission_edit_wiki_pages: Editeaza pagini wiki
|
|
|
|
|
322
|
permission_delete_wiki_pages_attachments: Sterge atasamente
|
|
|
|
|
323
|
permission_protect_wiki_pages: Blocheaza pagini wiki
|
|
|
|
|
324
|
permission_manage_repository: Gestioneaza depozit
|
|
|
|
|
325
|
permission_browse_repository: Afiseaza depozit
|
|
|
|
|
326
|
permission_view_changesets: Afiseaza modificari depozit (changesets)
|
|
|
|
|
327
|
permission_commit_access: Acces commit
|
|
|
|
|
328
|
permission_manage_boards: Editeaza forum
|
|
|
|
|
329
|
permission_view_messages: Afiseaza mesaje
|
|
|
|
|
330
|
permission_add_messages: Scrie mesaje
|
|
|
|
|
331
|
permission_edit_messages: Editeaza mesaje
|
|
|
|
|
332
|
permission_edit_own_messages: Editeaza mesajele proprii
|
|
|
|
|
333
|
permission_delete_messages: Sterge mesaje
|
|
|
|
|
334
|
permission_delete_own_messages: Sterge mesajele proprii
|
|
|
|
|
335
|
|
|
|
|
|
336
|
project_module_issue_tracking: Tichete
|
|
|
|
|
337
|
project_module_time_tracking: Timp de lucru
|
|
|
|
|
338
|
project_module_news: Stiri
|
|
|
|
|
339
|
project_module_documents: Documente
|
|
|
|
|
340
|
project_module_files: Fisiere
|
|
|
|
|
341
|
project_module_wiki: Wiki
|
|
|
|
|
342
|
project_module_repository: Depozit
|
|
|
|
|
343
|
project_module_boards: Forum
|
|
286
|
|
|
344
|
|
|
287
|
label_user: Utilizator
|
|
345
|
label_user: Utilizator
|
|
288
|
label_user_plural: Utilizatori
|
|
346
|
label_user_plural: Utilizatori
|
|
@@
-291,46
+349,51
ro:
|
|
291
|
label_project_new: Proiect nou
|
|
349
|
label_project_new: Proiect nou
|
|
292
|
label_project_plural: Proiecte
|
|
350
|
label_project_plural: Proiecte
|
|
293
|
label_x_projects:
|
|
351
|
label_x_projects:
|
|
294
|
zero: no projects
|
|
352
|
zero: nici un proiect
|
|
295
|
one: 1 project
|
|
353
|
one: un proiect
|
|
296
|
other: "{{count}} projects"
|
|
354
|
other: "{{count}} proiecte"
|
|
297
|
label_project_all: Toate proiectele
|
|
355
|
label_project_all: Toate proiectele
|
|
298
|
label_project_latest: Ultimele proiecte
|
|
356
|
label_project_latest: Proiecte noi
|
|
299
|
label_issue: Tichet
|
|
357
|
label_issue: Tichet
|
|
300
|
label_issue_new: Tichet nou
|
|
358
|
label_issue_new: Tichet nou
|
|
301
|
label_issue_plural: Tichete
|
|
359
|
label_issue_plural: Tichete
|
|
302
|
label_issue_view_all: Vizualizare toate tichetele
|
|
360
|
label_issue_view_all: Afiseaza toate tichetele
|
|
|
|
|
361
|
label_issues_by: "Sorteaza dupa {{value}}"
|
|
|
|
|
362
|
label_issue_added: Adaugat
|
|
|
|
|
363
|
label_issue_updated: Actualizat
|
|
303
|
label_document: Document
|
|
364
|
label_document: Document
|
|
304
|
label_document_new: Document nou
|
|
365
|
label_document_new: Document nou
|
|
305
|
label_document_plural: Documente
|
|
366
|
label_document_plural: Documente
|
|
|
|
|
367
|
label_document_added: Adaugat
|
|
306
|
label_role: Rol
|
|
368
|
label_role: Rol
|
|
307
|
label_role_plural: Roluri
|
|
369
|
label_role_plural: Roluri
|
|
308
|
label_role_new: Rol nou
|
|
370
|
label_role_new: Rol nou
|
|
309
|
label_role_and_permissions: Roluri si permisiuni
|
|
371
|
label_role_and_permissions: Roluri si permisiuni
|
|
310
|
label_member: Membru
|
|
372
|
label_member: Membru
|
|
311
|
label_member_new: Membru nou
|
|
373
|
label_member_new: membru nou
|
|
312
|
label_member_plural: Membrii
|
|
374
|
label_member_plural: Membri
|
|
313
|
label_tracker: Tip tichet
|
|
375
|
label_tracker: Tip tichet
|
|
314
|
label_tracker_plural: Tipuri de tichete
|
|
376
|
label_tracker_plural: Tipuri tichete
|
|
315
|
label_tracker_new: Tip tichet nou
|
|
377
|
label_tracker_new: Tip nou de tichet
|
|
316
|
label_workflow: Workflow
|
|
378
|
label_workflow: Flux
|
|
317
|
label_issue_status: Statut tichet
|
|
379
|
label_issue_status: Stare tichet
|
|
318
|
label_issue_status_plural: Statut tichete
|
|
380
|
label_issue_status_plural: Stare tichete
|
|
319
|
label_issue_status_new: Statut nou
|
|
381
|
label_issue_status_new: Stare noua
|
|
320
|
label_issue_category: Categorie tichet
|
|
382
|
label_issue_category: Categorie tichet
|
|
321
|
label_issue_category_plural: Categorii tichete
|
|
383
|
label_issue_category_plural: Categorii tichete
|
|
322
|
label_issue_category_new: Categorie noua
|
|
384
|
label_issue_category_new: Categorie noua
|
|
323
|
label_custom_field: Camp personalizat
|
|
385
|
label_custom_field: Camp personalizat
|
|
324
|
label_custom_field_plural: Campuri personalizate
|
|
386
|
label_custom_field_plural: Campuri personalizate
|
|
325
|
label_custom_field_new: Camp personalizat nou
|
|
387
|
label_custom_field_new: Camp nou personalizat
|
|
326
|
label_enumerations: Enumeratii
|
|
388
|
label_enumerations: Enumerari
|
|
327
|
label_enumeration_new: Valoare noua
|
|
389
|
label_enumeration_new: Valoare noua
|
|
328
|
label_information: Informatie
|
|
390
|
label_information: Informatie
|
|
329
|
label_information_plural: Informatii
|
|
391
|
label_information_plural: Informatii
|
|
330
|
label_please_login: Va rugam sa va autentificati
|
|
392
|
label_please_login: Va rugam sa va autentificati
|
|
331
|
label_register: Inregistrare
|
|
393
|
label_register: Inregistrare
|
|
332
|
label_password_lost: Parola pierduta
|
|
394
|
label_login_with_open_id_option: sau autentificare cu OpenID
|
|
333
|
label_home: Prima pagina
|
|
395
|
label_password_lost: Parola uitata
|
|
|
|
|
396
|
label_home: Home
|
|
334
|
label_my_page: Pagina mea
|
|
397
|
label_my_page: Pagina mea
|
|
335
|
label_my_account: Contul meu
|
|
398
|
label_my_account: Contul meu
|
|
336
|
label_my_projects: Proiectele mele
|
|
399
|
label_my_projects: Proiectele mele
|
|
@@
-338,184
+401,206
ro:
|
|
338
|
label_login: Autentificare
|
|
401
|
label_login: Autentificare
|
|
339
|
label_logout: Iesire din cont
|
|
402
|
label_logout: Iesire din cont
|
|
340
|
label_help: Ajutor
|
|
403
|
label_help: Ajutor
|
|
341
|
label_reported_issues: Tichete raportate
|
|
404
|
label_reported_issues: Tichete
|
|
342
|
label_assigned_to_me_issues: Tichete atribuite pentru mine
|
|
405
|
label_assigned_to_me_issues: Tichetele mele
|
|
343
|
label_last_login: Ultima conectare
|
|
406
|
label_last_login: Ultima conectare
|
|
344
|
label_registered_on: Inregistrat la
|
|
407
|
label_registered_on: Inregistrat la
|
|
345
|
label_activity: Activitate
|
|
408
|
label_activity: Activitate
|
|
|
|
|
409
|
label_overall_activity: Ansamblu activitate
|
|
|
|
|
410
|
label_user_activity: "Activitate {{value}}"
|
|
346
|
label_new: Nou
|
|
411
|
label_new: Nou
|
|
347
|
label_logged_as: Inregistrat ca
|
|
412
|
label_logged_as: Autentificat ca
|
|
348
|
label_environment: Mediu
|
|
413
|
label_environment: Mediu
|
|
349
|
label_authentication: Autentificare
|
|
414
|
label_authentication: Autentificare
|
|
350
|
label_auth_source: Modul de autentificare
|
|
415
|
label_auth_source: Mod autentificare
|
|
351
|
label_auth_source_new: Mod de autentificare noua
|
|
416
|
label_auth_source_new: Nou
|
|
352
|
label_auth_source_plural: Moduri de autentificare
|
|
417
|
label_auth_source_plural: Moduri autentificare
|
|
353
|
label_subproject_plural: Subproiecte
|
|
418
|
label_subproject_plural: Subproiecte
|
|
354
|
label_min_max_length: Lungime min-max
|
|
419
|
label_and_its_subprojects: "{{value}} si subproiecte"
|
|
|
|
|
420
|
label_min_max_length: lungime Min - Max
|
|
355
|
label_list: Lista
|
|
421
|
label_list: Lista
|
|
356
|
label_date: Data
|
|
422
|
label_date: Data
|
|
357
|
label_integer: Numar intreg
|
|
423
|
label_integer: Intreg
|
|
358
|
label_boolean: Variabila logica
|
|
424
|
label_float: Float
|
|
|
|
|
425
|
label_boolean: Boolean
|
|
359
|
label_string: Text
|
|
426
|
label_string: Text
|
|
360
|
label_text: text lung
|
|
427
|
label_text: Text lung
|
|
361
|
label_attribute: Atribut
|
|
428
|
label_attribute: Atribut
|
|
362
|
label_attribute_plural: Attribute
|
|
429
|
label_attribute_plural: Atribute
|
|
363
|
label_download: "{{count}} Download"
|
|
430
|
label_download: "{{count}} descarcare"
|
|
364
|
label_download_plural: "{{count}} Downloads"
|
|
431
|
label_download_plural: "{{count}} descarcari"
|
|
365
|
label_no_data: Nu exista date de vizualizat
|
|
432
|
label_no_data: Nu exista date de afisat
|
|
366
|
label_change_status: Schimbare statut
|
|
433
|
label_change_status: Schimba stare
|
|
367
|
label_history: Istoric
|
|
434
|
label_history: Istoric
|
|
368
|
label_attachment: Fisier
|
|
435
|
label_attachment: Fisier
|
|
369
|
label_attachment_new: Fisier nou
|
|
436
|
label_attachment_new: Fisier nou
|
|
370
|
label_attachment_delete: Stergere fisier
|
|
437
|
label_attachment_delete: Sterge fisier
|
|
371
|
label_attachment_plural: Fisiere
|
|
438
|
label_attachment_plural: Fisiere
|
|
|
|
|
439
|
label_file_added: Adaugat
|
|
372
|
label_report: Raport
|
|
440
|
label_report: Raport
|
|
373
|
label_report_plural: Rapoarte
|
|
441
|
label_report_plural: Rapoarte
|
|
374
|
label_news: Stiri
|
|
442
|
label_news: Stiri
|
|
375
|
label_news_new: Adauga stiri
|
|
443
|
label_news_new: Adauga stire
|
|
376
|
label_news_plural: Stiri
|
|
444
|
label_news_plural: Stiri
|
|
377
|
label_news_latest: Ultimele noutati
|
|
445
|
label_news_latest: Ultimele stiri
|
|
378
|
label_news_view_all: Vizualizare stiri
|
|
446
|
label_news_view_all: Afiseaza toate stirile
|
|
379
|
label_change_log: Change log
|
|
447
|
label_news_added: Adaugat
|
|
|
|
|
448
|
label_change_log: Istoric
|
|
380
|
label_settings: Setari
|
|
449
|
label_settings: Setari
|
|
381
|
label_overview: Sumar
|
|
450
|
label_overview: Pagina proiect
|
|
382
|
label_version: Versiune
|
|
451
|
label_version: Versiune
|
|
383
|
label_version_new: Versiune noua
|
|
452
|
label_version_new: Versiune noua
|
|
384
|
label_version_plural: Versiuni
|
|
453
|
label_version_plural: Versiuni
|
|
385
|
label_confirmation: Confirmare
|
|
454
|
label_confirmation: Confirmare
|
|
386
|
label_export_to: Exportare in
|
|
455
|
label_export_to: 'Disponibil si in:'
|
|
387
|
label_read: Citire...
|
|
456
|
label_read: Citeste...
|
|
388
|
label_public_projects: Proiecte publice
|
|
457
|
label_public_projects: Proiecte publice
|
|
389
|
label_open_issues: deschis
|
|
458
|
label_open_issues: deschis
|
|
390
|
label_open_issues_plural: deschise
|
|
459
|
label_open_issues_plural: deschise
|
|
391
|
label_closed_issues: rezolvat
|
|
460
|
label_closed_issues: inschis
|
|
392
|
label_closed_issues_plural: rezolvate
|
|
461
|
label_closed_issues_plural: inchise
|
|
393
|
label_x_open_issues_abbr_on_total:
|
|
462
|
label_x_open_issues_abbr_on_total:
|
|
394
|
zero: 0 open / {{total}}
|
|
463
|
zero: 0 deschise / {{total}}
|
|
395
|
one: 1 open / {{total}}
|
|
464
|
one: 1 deschis / {{total}}
|
|
396
|
other: "{{count}} open / {{total}}"
|
|
465
|
other: "{{count}} deschise / {{total}}"
|
|
397
|
label_x_open_issues_abbr:
|
|
466
|
label_x_open_issues_abbr:
|
|
398
|
zero: 0 open
|
|
467
|
zero: 0 deschise
|
|
399
|
one: 1 open
|
|
468
|
one: 1 deschis
|
|
400
|
other: "{{count}} open"
|
|
469
|
other: "{{count}} deschise"
|
|
401
|
label_x_closed_issues_abbr:
|
|
470
|
label_x_closed_issues_abbr:
|
|
402
|
zero: 0 closed
|
|
471
|
zero: 0 inchise
|
|
403
|
one: 1 closed
|
|
472
|
one: 1 inchis
|
|
404
|
other: "{{count}} closed"
|
|
473
|
other: "{{count}} inchise"
|
|
405
|
label_total: Total
|
|
474
|
label_total: Total
|
|
406
|
label_permissions: Permisiuni
|
|
475
|
label_permissions: Permisiuni
|
|
407
|
label_current_status: Statut curent
|
|
476
|
label_current_status: Stare curenta
|
|
408
|
label_new_statuses_allowed: Drepturi de a schimba statutul in
|
|
477
|
label_new_statuses_allowed: Stari noi permise
|
|
409
|
label_all: toate
|
|
478
|
label_all: toate
|
|
410
|
label_none: n/a
|
|
479
|
label_none: nici unul
|
|
411
|
label_next: Urmator
|
|
480
|
label_nobody: nimeni
|
|
412
|
label_previous: Anterior
|
|
481
|
label_next: Inainte
|
|
|
|
|
482
|
label_previous: Inapoi
|
|
413
|
label_used_by: Folosit de
|
|
483
|
label_used_by: Folosit de
|
|
414
|
label_details: Detalii
|
|
484
|
label_details: Detalii
|
|
415
|
label_add_note: Adauga o nota
|
|
485
|
label_add_note: Adauga nota
|
|
416
|
label_per_page: Per pagina
|
|
486
|
label_per_page: pe pagina
|
|
417
|
label_calendar: Calendar
|
|
487
|
label_calendar: Calendar
|
|
418
|
label_months_from: luni incepand cu
|
|
488
|
label_months_from: luni de la
|
|
419
|
label_gantt: Gantt
|
|
489
|
label_gantt: Gantt
|
|
420
|
label_internal: Internal
|
|
490
|
label_internal: Intern
|
|
421
|
label_last_changes: "ultimele {{count}} modificari"
|
|
491
|
label_last_changes: "ultimele {{count}} schimbari"
|
|
422
|
label_change_view_all: Vizualizare toate modificarile
|
|
492
|
label_change_view_all: Afiseaza toate schimbarile
|
|
423
|
label_personalize_page: Personalizeaza aceasta pagina
|
|
493
|
label_personalize_page: Personalizeaza aceasta pagina
|
|
424
|
label_comment: Comentariu
|
|
494
|
label_comment: Comentariu
|
|
425
|
label_comment_plural: Comentarii
|
|
495
|
label_comment_plural: Comentarii
|
|
426
|
label_x_comments:
|
|
496
|
label_x_comments:
|
|
427
|
zero: no comments
|
|
497
|
zero: fara comentarii
|
|
428
|
one: 1 comment
|
|
498
|
one: 1 comentariu
|
|
429
|
other: "{{count}} comments"
|
|
499
|
other: "{{count}} comentarii"
|
|
430
|
label_comment_add: Adauga un comentariu
|
|
500
|
label_comment_add: Adauga comentariu
|
|
431
|
label_comment_added: Comentariu adaugat
|
|
501
|
label_comment_added: Adaugat
|
|
432
|
label_comment_delete: Stergere comentarii
|
|
502
|
label_comment_delete: Sterge comentariu
|
|
433
|
label_query: Raport personalizat
|
|
503
|
label_query: Cautare personalizata
|
|
434
|
label_query_plural: Rapoarte personalizate
|
|
504
|
label_query_plural: Cautari personalizate
|
|
435
|
label_query_new: Raport nou
|
|
505
|
label_query_new: Cautare noua
|
|
436
|
label_filter_add: Adauga filtru
|
|
506
|
label_filter_add: Adauga filtru
|
|
437
|
label_filter_plural: Filtre
|
|
507
|
label_filter_plural: Filtre
|
|
438
|
label_equals: egal cu
|
|
508
|
label_equals: este
|
|
439
|
label_not_equals: nu este egal cu
|
|
509
|
label_not_equals: nu este
|
|
440
|
label_in_less_than: este mai putin decat
|
|
510
|
label_in_less_than: in mai putin de
|
|
441
|
label_in_more_than: este mai mult ca
|
|
511
|
label_in_more_than: in mai mult de
|
|
442
|
label_in: in
|
|
512
|
label_in: in
|
|
443
|
label_today: azi
|
|
513
|
label_today: astazi
|
|
444
|
label_this_week: saptamana curenta
|
|
514
|
label_all_time: oricand
|
|
445
|
label_less_than_ago: recent
|
|
515
|
label_yesterday: ieri
|
|
446
|
label_more_than_ago: mai multe zile
|
|
516
|
label_this_week: saptamana aceasta
|
|
447
|
label_ago: in ultimele zile
|
|
517
|
label_last_week: saptamana trecuta
|
|
|
|
|
518
|
label_last_n_days: "ultimele {{count}} zile"
|
|
|
|
|
519
|
label_this_month: luna aceasta
|
|
|
|
|
520
|
label_last_month: luna trecuta
|
|
|
|
|
521
|
label_this_year: anul acesta
|
|
|
|
|
522
|
label_date_range: Perioada
|
|
|
|
|
523
|
label_less_than_ago: mai putin de ... zile
|
|
|
|
|
524
|
label_more_than_ago: mai mult de ... zile
|
|
|
|
|
525
|
label_ago: in urma
|
|
448
|
label_contains: contine
|
|
526
|
label_contains: contine
|
|
449
|
label_not_contains: nu contine
|
|
527
|
label_not_contains: nu contine
|
|
450
|
label_day_plural: zile
|
|
528
|
label_day_plural: zile
|
|
451
|
label_repository: Stoc (Repository)
|
|
529
|
label_repository: Depozit
|
|
452
|
label_browse: Navigare
|
|
530
|
label_repository_plural: Depozite
|
|
453
|
label_modification: "{{count}} modificare"
|
|
531
|
label_browse: Afiseaza
|
|
454
|
label_modification_plural: "{{count}} modificari"
|
|
532
|
label_modification: "{{count}} schimbare"
|
|
|
|
|
533
|
label_modification_plural: "{{count}} schimbari"
|
|
455
|
label_revision: Revizie
|
|
534
|
label_revision: Revizie
|
|
456
|
label_revision_plural: Revizii
|
|
535
|
label_revision_plural: Revizii
|
|
457
|
label_added: adaugat
|
|
536
|
label_associated_revisions: Revizii asociate
|
|
458
|
label_modified: modificat
|
|
537
|
label_added: adaugata
|
|
459
|
label_deleted: sters
|
|
538
|
label_modified: modificata
|
|
|
|
|
539
|
label_copied: copiata
|
|
|
|
|
540
|
label_renamed: redenumita
|
|
|
|
|
541
|
label_deleted: stearsa
|
|
460
|
label_latest_revision: Ultima revizie
|
|
542
|
label_latest_revision: Ultima revizie
|
|
461
|
label_latest_revision_plural: Ultimele revizii
|
|
543
|
label_latest_revision_plural: Ultimele revizii
|
|
462
|
label_view_revisions: Vizualizare revizii
|
|
544
|
label_view_revisions: Afiseaza revizii
|
|
463
|
label_max_size: Marime maxima
|
|
545
|
label_max_size: Marime maxima
|
|
464
|
label_sort_highest: Muta prima
|
|
546
|
label_sort_highest: Prima
|
|
465
|
label_sort_higher: Muta sus
|
|
547
|
label_sort_higher: In sus
|
|
466
|
label_sort_lower: Mota jos
|
|
548
|
label_sort_lower: In jos
|
|
467
|
label_sort_lowest: Mota ultima
|
|
549
|
label_sort_lowest: Ultima
|
|
468
|
label_roadmap: Harta activitatiilor
|
|
550
|
label_roadmap: Planificare
|
|
469
|
label_roadmap_due_in: "Rezolvat in {{value}}"
|
|
551
|
label_roadmap_due_in: "De terminat in {{value}}"
|
|
470
|
label_roadmap_overdue: "{{value}} intarziere"
|
|
552
|
label_roadmap_overdue: "Intarziat cu {{value}}"
|
|
471
|
label_roadmap_no_issues: Nu sunt tichete pentru aceasta reviziune
|
|
553
|
label_roadmap_no_issues: Nu exista tichete pentru aceasta versiune
|
|
472
|
label_search: Cauta
|
|
554
|
label_search: Cauta
|
|
473
|
label_result_plural: Rezultate
|
|
555
|
label_result_plural: Rezultate
|
|
474
|
label_all_words: Toate cuvintele
|
|
556
|
label_all_words: toate cuvintele
|
|
475
|
label_wiki: Wiki
|
|
557
|
label_wiki: Wiki
|
|
476
|
label_wiki_edit: Editare wiki
|
|
558
|
label_wiki_edit: Editare Wiki
|
|
477
|
label_wiki_edit_plural: Editari wiki
|
|
559
|
label_wiki_edit_plural: Editari Wiki
|
|
478
|
label_wiki_page: Pagina wiki
|
|
560
|
label_wiki_page: Pagina Wiki
|
|
479
|
label_wiki_page_plural: Pagini wiki
|
|
561
|
label_wiki_page_plural: Pagini Wiki
|
|
|
|
|
562
|
label_index_by_title: Sorteaza dupa titlu
|
|
|
|
|
563
|
label_index_by_date: Sorteaza dupa data
|
|
480
|
label_current_version: Versiunea curenta
|
|
564
|
label_current_version: Versiunea curenta
|
|
481
|
label_preview: Pre-vizualizare
|
|
565
|
label_preview: Preview
|
|
482
|
label_feed_plural: Feeduri
|
|
566
|
label_feed_plural: Feed-uri
|
|
483
|
label_changes_details: Detaliile modificarilor
|
|
567
|
label_changes_details: Detaliile tuturor schimbarilor
|
|
484
|
label_issue_tracking: Urmarire tichete
|
|
568
|
label_issue_tracking: Issue tracking
|
|
485
|
label_spent_time: Timp consumat
|
|
569
|
label_spent_time: Timp alocat
|
|
486
|
label_f_hour: "{{value}} ora"
|
|
570
|
label_f_hour: "{{value}} ora"
|
|
487
|
label_f_hour_plural: "{{value}} ore"
|
|
571
|
label_f_hour_plural: "{{value}} ore"
|
|
488
|
label_time_tracking: Urmarire timp
|
|
572
|
label_time_tracking: Urmarire timp de lucru
|
|
489
|
label_change_plural: Schimbari
|
|
573
|
label_change_plural: Schimbari
|
|
490
|
label_statistics: Statistici
|
|
574
|
label_statistics: Statistici
|
|
491
|
label_commits_per_month: Rezolvari lunare
|
|
575
|
label_commits_per_month: Commit pe luna
|
|
492
|
label_commits_per_author: Rezolvari
|
|
576
|
label_commits_per_author: Commit per autor
|
|
493
|
label_view_diff: Vizualizare diferente
|
|
577
|
label_view_diff: Afiseaza diferentele
|
|
494
|
label_diff_inline: inline
|
|
578
|
label_diff_inline: in linie
|
|
495
|
label_diff_side_by_side: side by side
|
|
579
|
label_diff_side_by_side: una langa alta
|
|
496
|
label_options: Optiuni
|
|
580
|
label_options: Optiuni
|
|
497
|
label_copy_workflow_from: Copiaza workflow de la
|
|
581
|
label_copy_workflow_from: Copiaza flux de la
|
|
498
|
label_permissions_report: Raportul permisiunilor
|
|
582
|
label_permissions_report: Permisiuni
|
|
499
|
label_watched_issues: Tichete urmarite
|
|
583
|
label_watched_issues: Tichete urmarite
|
|
500
|
label_related_issues: Tichete similare
|
|
584
|
label_related_issues: Tichete asociate
|
|
501
|
label_applied_status: Statut aplicat
|
|
585
|
label_applied_status: Stare aplicata
|
|
502
|
label_loading: Incarcare...
|
|
586
|
label_loading: Incarca...
|
|
503
|
label_relation_new: Relatie noua
|
|
587
|
label_relation_new: Asociere noua
|
|
504
|
label_relation_delete: Stergere relatie
|
|
588
|
label_relation_delete: Sterge asocierea
|
|
505
|
label_relates_to: relatat la
|
|
589
|
label_relates_to: asociat cu
|
|
506
|
label_duplicates: duplicate
|
|
590
|
label_duplicates: duplicate
|
|
507
|
label_blocks: blocuri
|
|
591
|
label_duplicated_by: duplicata de
|
|
508
|
label_blocked_by: blocat de
|
|
592
|
label_blocks: blocari
|
|
509
|
label_precedes: precedes
|
|
593
|
label_blocked_by: blocata de
|
|
510
|
label_follows: follows
|
|
594
|
label_precedes: precede
|
|
511
|
label_end_to_start: de la sfarsit la capat
|
|
595
|
label_follows: urmeaza
|
|
|
|
|
596
|
label_end_to_start: de la sfarsit la inceput
|
|
512
|
label_end_to_end: de la sfarsit la sfarsit
|
|
597
|
label_end_to_end: de la sfarsit la sfarsit
|
|
513
|
label_start_to_start: de la capat la capat
|
|
598
|
label_start_to_start: de la inceput la inceput
|
|
514
|
label_start_to_end: de la sfarsit la capat
|
|
599
|
label_start_to_end: de la inceput la sfarsit
|
|
515
|
label_stay_logged_in: Ramane autenticat
|
|
600
|
label_stay_logged_in: Pastreaza autentificarea
|
|
516
|
label_disabled: dezactivata
|
|
601
|
label_disabled: dezactivat
|
|
517
|
label_show_completed_versions: Vizualizare verziuni completate
|
|
602
|
label_show_completed_versions: Arata versiunile terminate
|
|
518
|
label_me: mine
|
|
603
|
label_me: eu
|
|
519
|
label_board: Forum
|
|
604
|
label_board: Forum
|
|
520
|
label_board_new: Forum nou
|
|
605
|
label_board_new: Forum nou
|
|
521
|
label_board_plural: Forumuri
|
|
606
|
label_board_plural: Forumuri
|
|
@@
-523,309
+608,182
ro:
|
|
523
|
label_message_plural: Mesaje
|
|
608
|
label_message_plural: Mesaje
|
|
524
|
label_message_last: Ultimul mesaj
|
|
609
|
label_message_last: Ultimul mesaj
|
|
525
|
label_message_new: Mesaj nou
|
|
610
|
label_message_new: Mesaj nou
|
|
|
|
|
611
|
label_message_posted: Adaugat
|
|
526
|
label_reply_plural: Raspunsuri
|
|
612
|
label_reply_plural: Raspunsuri
|
|
527
|
label_send_information: Trimite informatii despre cont pentru utilizator
|
|
613
|
label_send_information: Trimite utilizatorului informatiile despre cont
|
|
528
|
label_year: An
|
|
614
|
label_year: An
|
|
529
|
label_month: Luna
|
|
615
|
label_month: Luna
|
|
530
|
label_week: Saptamana
|
|
616
|
label_week: Saptamana
|
|
531
|
label_date_from: De la
|
|
617
|
label_date_from: De la
|
|
532
|
label_date_to: Pentru
|
|
618
|
label_date_to: La
|
|
533
|
label_language_based: Bazat pe limbaj
|
|
619
|
label_language_based: In functie de limba de afisare a utilizatorului
|
|
534
|
label_sort_by: "Sortare dupa {{value}}"
|
|
620
|
label_sort_by: "Sorteaza dupa {{value}}"
|
|
535
|
label_send_test_email: trimite un e-mail de test
|
|
621
|
label_send_test_email: Trimite e-mail de test
|
|
536
|
label_feeds_access_key_created_on: "Parola de acces RSS creat cu {{value}} mai devreme"
|
|
622
|
label_feeds_access_key_created_on: "Cheia de acces creata acum {{value}}"
|
|
537
|
label_module_plural: Module
|
|
623
|
label_module_plural: Module
|
|
538
|
label_added_time_by: "Adaugat de {{author}} {{age}} mai devreme"
|
|
624
|
label_added_time_by: "Adaugat de {{author}} acum {{age}}"
|
|
539
|
label_updated_time: "Modificat {{value}} mai devreme"
|
|
625
|
label_updated_time_by: "Actualizat de {{author}} acum {{age}}"
|
|
540
|
label_jump_to_a_project: Alege un proiect ...
|
|
626
|
label_updated_time: "Actualizat acum {{value}}"
|
|
|
|
|
627
|
label_jump_to_a_project: Alege proiectul...
|
|
|
|
|
628
|
label_file_plural: Fisiere
|
|
|
|
|
629
|
label_changeset_plural: Schimbari
|
|
|
|
|
630
|
label_default_columns: Coloane implicita
|
|
|
|
|
631
|
label_no_change_option: (fara schimbari)
|
|
|
|
|
632
|
label_bulk_edit_selected_issues: Editeaza toate tichetele selectate
|
|
|
|
|
633
|
label_theme: Tema
|
|
|
|
|
634
|
label_default: Implicita
|
|
|
|
|
635
|
label_search_titles_only: Cauta numai in titluri
|
|
|
|
|
636
|
label_user_mail_option_all: "Pentru orice eveniment in toate proiectele mele"
|
|
|
|
|
637
|
label_user_mail_option_selected: " Pentru orice eveniment in proiectele selectate..."
|
|
|
|
|
638
|
label_user_mail_option_none: "Doar pentru ceea ce urmaresc sau sunt implicat"
|
|
|
|
|
639
|
label_user_mail_no_self_notified: "Nu trimite notificari pentru modificarile proprii"
|
|
|
|
|
640
|
label_registration_activation_by_email: activare cont prin e-mail
|
|
|
|
|
641
|
label_registration_manual_activation: activare manuala cont
|
|
|
|
|
642
|
label_registration_automatic_activation: activare automata cont
|
|
|
|
|
643
|
label_display_per_page: "pe pagina: {{value}}"
|
|
|
|
|
644
|
label_age: vechime
|
|
|
|
|
645
|
label_change_properties: Schimba proprietatile
|
|
|
|
|
646
|
label_general: General
|
|
|
|
|
647
|
label_more: Mai mult
|
|
|
|
|
648
|
label_scm: SCM
|
|
|
|
|
649
|
label_plugins: Plugin-uri
|
|
|
|
|
650
|
label_ldap_authentication: autentificare LDAP
|
|
|
|
|
651
|
label_downloads_abbr: D/L
|
|
|
|
|
652
|
label_optional_description: Descriere (optionala)
|
|
|
|
|
653
|
label_add_another_file: Adauga alt fisier
|
|
|
|
|
654
|
label_preferences: Preferinte
|
|
|
|
|
655
|
label_chronological_order: In ordine cronologica
|
|
|
|
|
656
|
label_reverse_chronological_order: In ordine invers cronologica
|
|
|
|
|
657
|
label_planning: Planificare
|
|
|
|
|
658
|
label_incoming_emails: Mesaje intrate
|
|
|
|
|
659
|
label_generate_key: Genereaza cheie
|
|
|
|
|
660
|
label_issue_watchers: Cine urmareste
|
|
|
|
|
661
|
label_example: Exemplu
|
|
|
|
|
662
|
label_display: Afiseaza
|
|
|
|
|
663
|
|
|
|
|
|
664
|
label_sort: Sorteaza
|
|
|
|
|
665
|
label_ascending: Ascendent
|
|
|
|
|
666
|
label_descending: Descendent
|
|
|
|
|
667
|
label_date_from_to: De la {{start}} la {{end}}
|
|
|
|
|
668
|
|
|
541
|
|
|
669
|
|
|
542
|
button_login: Autentificare
|
|
670
|
button_login: Login
|
|
543
|
button_submit: Trimite
|
|
671
|
button_submit: Submit
|
|
544
|
button_save: Salveaza
|
|
672
|
button_save: Salveaza
|
|
545
|
button_check_all: Bifeaza toate
|
|
673
|
button_check_all: Bifeaza toate
|
|
546
|
button_uncheck_all: Reseteaza toate
|
|
674
|
button_uncheck_all: Debifeaza toate
|
|
547
|
button_delete: Sterge
|
|
675
|
button_delete: Sterge
|
|
548
|
button_create: Creare
|
|
676
|
button_create: Creeaza
|
|
549
|
button_test: Test
|
|
677
|
button_create_and_continue: Creeaza si continua
|
|
550
|
button_edit: Editare
|
|
678
|
button_test: Testeaza
|
|
|
|
|
679
|
button_edit: Editeaza
|
|
551
|
button_add: Adauga
|
|
680
|
button_add: Adauga
|
|
552
|
button_change: Modificare
|
|
681
|
button_change: Modifica
|
|
553
|
button_apply: Aplicare
|
|
682
|
button_apply: Aplica
|
|
554
|
button_clear: Resetare
|
|
683
|
button_clear: Sterge
|
|
555
|
button_lock: Inchide
|
|
684
|
button_lock: Blocheaza
|
|
556
|
button_unlock: Deschide
|
|
685
|
button_unlock: Deblocheaza
|
|
557
|
button_download: Download
|
|
686
|
button_download: Descarca
|
|
558
|
button_list: Listare
|
|
687
|
button_list: Listeaza
|
|
559
|
button_view: Vizualizare
|
|
688
|
button_view: Afiseaza
|
|
560
|
button_move: Mutare
|
|
689
|
button_move: Muta
|
|
561
|
button_back: Inapoi
|
|
690
|
button_back: Inapoi
|
|
562
|
button_cancel: Anulare
|
|
691
|
button_cancel: Cancel
|
|
563
|
button_activate: Activare
|
|
692
|
button_activate: Activeaza
|
|
564
|
button_sort: Sortare
|
|
693
|
button_sort: Sorteaza
|
|
565
|
button_log_time: Log time
|
|
694
|
button_log_time: Inregistreaza timpul de lucru
|
|
566
|
button_rollback: Inapoi la aceasta versiune
|
|
695
|
button_rollback: Revenire la aceasta versiune
|
|
567
|
button_watch: Urmarie
|
|
696
|
button_watch: Urmaresc
|
|
568
|
button_unwatch: Terminare urmarire
|
|
697
|
button_unwatch: Nu urmaresc
|
|
569
|
button_reply: Raspuns
|
|
698
|
button_reply: Raspunde
|
|
570
|
button_archive: Arhivare
|
|
699
|
button_archive: Archiveaza
|
|
571
|
button_unarchive: Dezarhivare
|
|
700
|
button_unarchive: Dezarhiveaza
|
|
572
|
button_reset: Reset
|
|
701
|
button_reset: Reseteaza
|
|
573
|
button_rename: Redenumire
|
|
702
|
button_rename: Redenumeste
|
|
|
|
|
703
|
button_change_password: Schimba parola
|
|
|
|
|
704
|
button_copy: Copiaza
|
|
|
|
|
705
|
button_annotate: Adnoteaza
|
|
|
|
|
706
|
button_update: Actualizeaza
|
|
|
|
|
707
|
button_configure: Configureaza
|
|
|
|
|
708
|
button_quote: Citeaza
|
|
574
|
|
|
709
|
|
|
575
|
status_active: activ
|
|
710
|
status_active: activ
|
|
576
|
status_registered: inregistrat
|
|
711
|
status_registered: inregistrat
|
|
577
|
status_locked: inchis
|
|
712
|
status_locked: blocat
|
|
578
|
|
|
713
|
|
|
579
|
text_select_mail_notifications: Selectare actiuni pentru care se va trimite notificari prin e-mail.
|
|
714
|
text_select_mail_notifications: Selectati actiunile notificate prin e-mail.
|
|
580
|
text_regexp_info: de exemplu ^[A-Z0-9]+$
|
|
715
|
text_regexp_info: ex. ^[A-Z0-9]+$
|
|
581
|
text_min_max_length_info: 0 inseamna fara restrictii
|
|
716
|
text_min_max_length_info: 0 inseamna fara restrictii
|
|
582
|
text_project_destroy_confirmation: Sunteti sigur ca vreti sa stergeti acest proiect si toate datele aferente ?
|
|
717
|
text_project_destroy_confirmation: Sunteti sigur ca doriti sa stergeti proiectul si toate datele asociate?
|
|
583
|
text_workflow_edit: Selecteaza un rol si un tip tichet pentru a edita acest workflow
|
|
718
|
text_subprojects_destroy_warning: "Subproiectul (subproiectele): {{value}} vor fi sterse deasemenea."
|
|
584
|
text_are_you_sure: Sunteti sigur ?
|
|
719
|
text_workflow_edit: Selectati un rol si un tip tichet pentru a edita fluxul
|
|
585
|
text_journal_changed: "modificat de la {{old}} la {{new}}"
|
|
720
|
text_are_you_sure: Sunteti sigur?
|
|
|
|
|
721
|
text_journal_changed: "schimbat din {{old}} in {{new}}"
|
|
586
|
text_journal_set_to: "setat la {{value}}"
|
|
722
|
text_journal_set_to: "setat la {{value}}"
|
|
587
|
text_journal_deleted: sters
|
|
723
|
text_journal_deleted: sters
|
|
588
|
text_tip_task_begin_day: activitate care incepe azi
|
|
724
|
text_tip_task_begin_day: sarcina care incepe in aceasta zi
|
|
589
|
text_tip_task_end_day: activitate care se termina azi
|
|
725
|
text_tip_task_end_day: sarcina care se termina in aceasta zi
|
|
590
|
text_tip_task_begin_end_day: activitate care incepe si se termina azi
|
|
726
|
text_tip_task_begin_end_day: sarcina care incepe si se termina in aceasta zi
|
|
591
|
text_project_identifier_info: 'Se poate folosi caracterele a-z si cifrele.<br />Odata salvat identificatorul nu poate fi modificat.'
|
|
727
|
text_project_identifier_info: 'Sunt permise doar litere mici (a-z), numere si linie de mijloc.<br />Odata salvat, identificatorul nu mai poate fi modificat.'
|
|
592
|
text_caracters_maximum: "maximum {{count}} caractere."
|
|
728
|
text_caracters_maximum: "maximum {{count}} caractere."
|
|
593
|
text_length_between: "Lungimea intre {{min}} si {{max}} caractere."
|
|
729
|
text_caracters_minimum: "Trebuie sa fie minim {{count}} caractere."
|
|
594
|
text_tracker_no_workflow: Nu este definit nici un workflow pentru acest tip de tichet
|
|
730
|
text_length_between: "Lungime intre {{min}} si {{max}} caractere."
|
|
|
|
|
731
|
text_tracker_no_workflow: Nu sunt fluxuri pentru acest tip de tichet
|
|
595
|
text_unallowed_characters: Caractere nepermise
|
|
732
|
text_unallowed_characters: Caractere nepermise
|
|
596
|
text_comma_separated: Se poate folosi valori multiple (separate de virgula).
|
|
733
|
text_comma_separated: Sunt permise mai multe valori (separate cu virgula).
|
|
597
|
text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
|
|
734
|
text_issues_ref_in_commit_messages: Referire la tichete si rezolvare in text mesaj
|
|
598
|
text_issue_added: "Tichetul {{id}} a fost raportat (by {{author}})."
|
|
735
|
text_issue_added: "Tichetul {{id}} a fost adaugat de {{author}}."
|
|
599
|
text_issue_updated: "tichetul {{id}} a fost modificat (by {{author}})."
|
|
736
|
text_issue_updated: "Tichetul {{id}} a fost actualizat de {{author}}."
|
|
600
|
text_wiki_destroy_confirmation: Sunteti sigur ca vreti sa stergeti acest wiki si continutul ei ?
|
|
737
|
text_wiki_destroy_confirmation: Sunteti sigur ca doriti stergerea Wiki si tot continutul asociat?
|
|
601
|
text_issue_category_destroy_question: "Cateva tichete ({{count}}) apartin acestei categorii. Cum vreti sa procedati ?"
|
|
738
|
text_issue_category_destroy_question: "Aceasta categorie contine ({{count}}) tichete. Ce doriti sa faceti?"
|
|
602
|
text_issue_category_destroy_assignments: Remove category assignments
|
|
739
|
text_issue_category_destroy_assignments: Sterge apartenenta la categorie.
|
|
603
|
text_issue_category_reassign_to: Reassing issues to this category
|
|
740
|
text_issue_category_reassign_to: Reatribuie tichetele la aceasta categorie
|
|
|
|
|
741
|
text_user_mail_option: "Pentru proiectele care nu sunt selectate, veti primi notificari doar pentru ceea ce urmariti sau sunteti implicat in (ex. tichete la care sunteti autorul sau care va sunt atribuite)."
|
|
|
|
|
742
|
text_no_configuration_data: "Nu s-au configurat inca rolurile, starile tichetelor si fluxurile.\nEste recomandat sa incarcati configuratia implicita. Veti putea sa modificati ulterior configuratia dupa ce s-a incarcat."
|
|
|
|
|
743
|
text_load_default_configuration: Incarca configuratia implicita
|
|
|
|
|
744
|
text_status_changed_by_changeset: "Aplicat in setul {{value}}."
|
|
|
|
|
745
|
text_issues_destroy_confirmation: 'Sunteti sigur ca doriti sa stergeti tichetul (tichetele) selectate?'
|
|
|
|
|
746
|
text_select_project_modules: 'Selectati modulele active pentru acest proiect:'
|
|
|
|
|
747
|
text_default_administrator_account_changed: S-a schimbat contul administratorului implicit
|
|
|
|
|
748
|
text_file_repository_writable: Se poate scrie in directorul de atasamente
|
|
|
|
|
749
|
text_plugin_assets_writable: Se poate scrie in directorul de plugins
|
|
|
|
|
750
|
text_rmagick_available: Este disponibil RMagick (optional)
|
|
|
|
|
751
|
text_destroy_time_entries_question: %.02f ore sunt inregistrate la tichetele pe care doriti sa le stergeti. Ce doriti sa faceti?
|
|
|
|
|
752
|
text_destroy_time_entries: Sterge orele inregistrate
|
|
|
|
|
753
|
text_assign_time_entries_to_project: Atribuie orele la proiect
|
|
|
|
|
754
|
text_reassign_time_entries: 'Atribuie orele inregistrate la tichetul:'
|
|
|
|
|
755
|
text_user_wrote: "{{value}} a scris:"
|
|
|
|
|
756
|
text_enumeration_destroy_question: "Aceasta valoare are {{count}} obiecte."
|
|
|
|
|
757
|
text_enumeration_category_reassign_to: 'Atribuie la aceasta valoare:'
|
|
|
|
|
758
|
text_email_delivery_not_configured: "Trimiterea de e-mailuri nu este configurata, si notificarile sunt dezactivate.\nConfigurati serverul SMTP in config/email.yml si reporniti aplicatia pentru a le activa."
|
|
|
|
|
759
|
text_repository_usernames_mapping: "Selectati sau modificati contul Redmine echivalent contului din istoricul depozitului.\nUtilizatorii cu un cont (sau e-mail) identic in Redmine si depozit sunt echivalate automat."
|
|
|
|
|
760
|
text_diff_truncated: '... Aceasta comparatie a fost trunchiata pentru ca depaseste lungimea maxima de text care poate fi afisat.'
|
|
|
|
|
761
|
text_custom_field_possible_values_info: 'O linie pentru fiecare valoare'
|
|
604
|
|
|
762
|
|
|
605
|
default_role_manager: Manager
|
|
763
|
default_role_manager: Manager
|
|
606
|
default_role_developper: Programator
|
|
764
|
default_role_developper: Dezvoltator
|
|
607
|
default_role_reporter: Creator rapoarte
|
|
765
|
default_role_reporter: Creator rapoarte
|
|
608
|
default_tracker_bug: Defect
|
|
766
|
default_tracker_bug: Defect
|
|
609
|
default_tracker_feature: Functionalitate
|
|
767
|
default_tracker_feature: Functie
|
|
610
|
default_tracker_support: Suport
|
|
768
|
default_tracker_support: Suport
|
|
611
|
default_issue_status_new: Nou
|
|
769
|
default_issue_status_new: Nou
|
|
612
|
default_issue_status_assigned: Atribuit
|
|
770
|
default_issue_status_assigned: Atribuit
|
|
613
|
default_issue_status_resolved: Rezolvat
|
|
771
|
default_issue_status_resolved: Rezolvat
|
|
614
|
default_issue_status_feedback: Feedback
|
|
772
|
default_issue_status_feedback: Astept comentarii
|
|
615
|
default_issue_status_closed: Closed
|
|
773
|
default_issue_status_closed: Inchis
|
|
616
|
default_issue_status_rejected: Respins
|
|
774
|
default_issue_status_rejected: Respins
|
|
617
|
default_doc_category_user: Documentatie
|
|
775
|
default_doc_category_user: Documentatie
|
|
618
|
default_doc_category_tech: Documentatie tehnica
|
|
776
|
default_doc_category_tech: Documentatie tehnica
|
|
619
|
default_priority_low: Redusa
|
|
777
|
default_priority_low: mica
|
|
620
|
default_priority_normal: Normala
|
|
778
|
default_priority_normal: normala
|
|
621
|
default_priority_high: Ridicata
|
|
779
|
default_priority_high: mare
|
|
622
|
default_priority_urgent: Urgenta
|
|
780
|
default_priority_urgent: urgenta
|
|
623
|
default_priority_immediate: Imediata
|
|
781
|
default_priority_immediate: imediata
|
|
624
|
default_activity_design: Design
|
|
782
|
default_activity_design: Design
|
|
625
|
default_activity_development: Programare
|
|
783
|
default_activity_development: Dezvoltare
|
|
626
|
|
|
784
|
|
|
627
|
enumeration_issue_priorities: Prioritati tichet
|
|
785
|
enumeration_issue_priorities: Prioritati tichete
|
|
628
|
enumeration_doc_categories: Categorii documente
|
|
786
|
enumeration_doc_categories: Categorii documente
|
|
629
|
enumeration_activities: Activitati (urmarite in timp)
|
|
787
|
enumeration_activities: Activitati (timp de lucru)
|
|
630
|
label_index_by_date: Index by date
|
|
|
|
|
631
|
label_index_by_title: Index by title
|
|
|
|
|
632
|
label_file_plural: Files
|
|
|
|
|
633
|
label_changeset_plural: Changesets
|
|
|
|
|
634
|
field_column_names: Columns
|
|
|
|
|
635
|
label_default_columns: Default columns
|
|
|
|
|
636
|
setting_issue_list_default_columns: Default columns displayed on the issue list
|
|
|
|
|
637
|
setting_repositories_encodings: Repositories encodings
|
|
|
|
|
638
|
notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit."
|
|
|
|
|
639
|
label_bulk_edit_selected_issues: Bulk edit selected issues
|
|
|
|
|
640
|
label_no_change_option: (No change)
|
|
|
|
|
641
|
notice_failed_to_save_issues: "Failed to save {{count}} issue(s) on {{total}} selected: {{ids}}."
|
|
|
|
|
642
|
label_theme: Theme
|
|
|
|
|
643
|
label_default: Default
|
|
|
|
|
644
|
label_search_titles_only: Search titles only
|
|
|
|
|
645
|
label_nobody: nobody
|
|
|
|
|
646
|
button_change_password: Change password
|
|
|
|
|
647
|
text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)."
|
|
|
|
|
648
|
label_user_mail_option_selected: "For any event on the selected projects only..."
|
|
|
|
|
649
|
label_user_mail_option_all: "For any event on all my projects"
|
|
|
|
|
650
|
label_user_mail_option_none: "Only for things I watch or I'm involved in"
|
|
|
|
|
651
|
setting_emails_footer: Emails footer
|
|
|
|
|
652
|
label_float: Float
|
|
|
|
|
653
|
button_copy: Copy
|
|
|
|
|
654
|
mail_body_account_information_external: "You can use your {{value}} account to log in."
|
|
|
|
|
655
|
mail_body_account_information: Your account information
|
|
|
|
|
656
|
setting_protocol: Protocol
|
|
|
|
|
657
|
label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself"
|
|
|
|
|
658
|
setting_time_format: Time format
|
|
|
|
|
659
|
label_registration_activation_by_email: account activation by email
|
|
|
|
|
660
|
mail_subject_account_activation_request: "{{value}} account activation request"
|
|
|
|
|
661
|
mail_body_account_activation_request: "A new user ({{value}}) has registered. His account his pending your approval:"
|
|
|
|
|
662
|
label_registration_automatic_activation: automatic account activation
|
|
|
|
|
663
|
label_registration_manual_activation: manual account activation
|
|
|
|
|
664
|
notice_account_pending: "Your account was created and is now pending administrator approval."
|
|
|
|
|
665
|
field_time_zone: Time zone
|
|
|
|
|
666
|
text_caracters_minimum: "Must be at least {{count}} characters long."
|
|
|
|
|
667
|
setting_bcc_recipients: Blind carbon copy recipients (bcc)
|
|
|
|
|
668
|
button_annotate: Annotate
|
|
|
|
|
669
|
label_issues_by: "Issues by {{value}}"
|
|
|
|
|
670
|
field_searchable: Searchable
|
|
|
|
|
671
|
label_display_per_page: "Per page: {{value}}"
|
|
|
|
|
672
|
setting_per_page_options: Objects per page options
|
|
|
|
|
673
|
label_age: Age
|
|
|
|
|
674
|
notice_default_data_loaded: Default configuration successfully loaded.
|
|
|
|
|
675
|
text_load_default_configuration: Load the default configuration
|
|
|
|
|
676
|
text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded."
|
|
|
|
|
677
|
error_can_t_load_default_data: "Default configuration could not be loaded: {{value}}"
|
|
|
|
|
678
|
button_update: Update
|
|
|
|
|
679
|
label_change_properties: Change properties
|
|
|
|
|
680
|
label_general: General
|
|
|
|
|
681
|
label_repository_plural: Repositories
|
|
|
|
|
682
|
label_associated_revisions: Associated revisions
|
|
|
|
|
683
|
setting_user_format: Users display format
|
|
|
|
|
684
|
text_status_changed_by_changeset: "Applied in changeset {{value}}."
|
|
|
|
|
685
|
label_more: More
|
|
|
|
|
686
|
text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
|
|
|
|
|
687
|
label_scm: SCM
|
|
|
|
|
688
|
text_select_project_modules: 'Select modules to enable for this project:'
|
|
|
|
|
689
|
label_issue_added: Issue added
|
|
|
|
|
690
|
label_issue_updated: Issue updated
|
|
|
|
|
691
|
label_document_added: Document added
|
|
|
|
|
692
|
label_message_posted: Message added
|
|
|
|
|
693
|
label_file_added: File added
|
|
|
|
|
694
|
label_news_added: News added
|
|
|
|
|
695
|
project_module_boards: Boards
|
|
|
|
|
696
|
project_module_issue_tracking: Issue tracking
|
|
|
|
|
697
|
project_module_wiki: Wiki
|
|
|
|
|
698
|
project_module_files: Files
|
|
|
|
|
699
|
project_module_documents: Documents
|
|
|
|
|
700
|
project_module_repository: Repository
|
|
|
|
|
701
|
project_module_news: News
|
|
|
|
|
702
|
project_module_time_tracking: Time tracking
|
|
|
|
|
703
|
text_file_repository_writable: File repository writable
|
|
|
|
|
704
|
text_default_administrator_account_changed: Default administrator account changed
|
|
|
|
|
705
|
text_rmagick_available: RMagick available (optional)
|
|
|
|
|
706
|
button_configure: Configure
|
|
|
|
|
707
|
label_plugins: Plugins
|
|
|
|
|
708
|
label_ldap_authentication: LDAP authentication
|
|
|
|
|
709
|
label_downloads_abbr: D/L
|
|
|
|
|
710
|
label_this_month: this month
|
|
|
|
|
711
|
label_last_n_days: "last {{count}} days"
|
|
|
|
|
712
|
label_all_time: all time
|
|
|
|
|
713
|
label_this_year: this year
|
|
|
|
|
714
|
label_date_range: Date range
|
|
|
|
|
715
|
label_last_week: last week
|
|
|
|
|
716
|
label_yesterday: yesterday
|
|
|
|
|
717
|
label_last_month: last month
|
|
|
|
|
718
|
label_add_another_file: Add another file
|
|
|
|
|
719
|
label_optional_description: Optional description
|
|
|
|
|
720
|
text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ?
|
|
|
|
|
721
|
error_issue_not_found_in_project: 'The issue was not found or does not belong to this project'
|
|
|
|
|
722
|
text_assign_time_entries_to_project: Assign reported hours to the project
|
|
|
|
|
723
|
text_destroy_time_entries: Delete reported hours
|
|
|
|
|
724
|
text_reassign_time_entries: 'Reassign reported hours to this issue:'
|
|
|
|
|
725
|
setting_activity_days_default: Days displayed on project activity
|
|
|
|
|
726
|
label_chronological_order: In chronological order
|
|
|
|
|
727
|
field_comments_sorting: Display comments
|
|
|
|
|
728
|
label_reverse_chronological_order: In reverse chronological order
|
|
|
|
|
729
|
label_preferences: Preferences
|
|
|
|
|
730
|
setting_display_subprojects_issues: Display subprojects issues on main projects by default
|
|
|
|
|
731
|
label_overall_activity: Overall activity
|
|
|
|
|
732
|
setting_default_projects_public: New projects are public by default
|
|
|
|
|
733
|
error_scm_annotate: "The entry does not exist or can not be annotated."
|
|
|
|
|
734
|
label_planning: Planning
|
|
|
|
|
735
|
text_subprojects_destroy_warning: "Its subproject(s): {{value}} will be also deleted."
|
|
|
|
|
736
|
label_and_its_subprojects: "{{value}} and its subprojects"
|
|
|
|
|
737
|
mail_body_reminder: "{{count}} issue(s) that are assigned to you are due in the next {{days}} days:"
|
|
|
|
|
738
|
mail_subject_reminder: "{{count}} issue(s) due in the next days"
|
|
|
|
|
739
|
text_user_wrote: "{{value}} wrote:"
|
|
|
|
|
740
|
label_duplicated_by: duplicated by
|
|
|
|
|
741
|
setting_enabled_scm: Enabled SCM
|
|
|
|
|
742
|
text_enumeration_category_reassign_to: 'Reassign them to this value:'
|
|
|
|
|
743
|
text_enumeration_destroy_question: "{{count}} objects are assigned to this value."
|
|
|
|
|
744
|
label_incoming_emails: Incoming emails
|
|
|
|
|
745
|
label_generate_key: Generate a key
|
|
|
|
|
746
|
setting_mail_handler_api_enabled: Enable WS for incoming emails
|
|
|
|
|
747
|
setting_mail_handler_api_key: API key
|
|
|
|
|
748
|
text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them."
|
|
|
|
|
749
|
field_parent_title: Parent page
|
|
|
|
|
750
|
label_issue_watchers: Watchers
|
|
|
|
|
751
|
setting_commit_logs_encoding: Commit messages encoding
|
|
|
|
|
752
|
button_quote: Quote
|
|
|
|
|
753
|
setting_sequential_project_identifiers: Generate sequential project identifiers
|
|
|
|
|
754
|
notice_unable_delete_version: Unable to delete version
|
|
|
|
|
755
|
label_renamed: renamed
|
|
|
|
|
756
|
label_copied: copied
|
|
|
|
|
757
|
setting_plain_text_mail: plain text only (no HTML)
|
|
|
|
|
758
|
permission_view_files: View files
|
|
|
|
|
759
|
permission_edit_issues: Edit issues
|
|
|
|
|
760
|
permission_edit_own_time_entries: Edit own time logs
|
|
|
|
|
761
|
permission_manage_public_queries: Manage public queries
|
|
|
|
|
762
|
permission_add_issues: Add issues
|
|
|
|
|
763
|
permission_log_time: Log spent time
|
|
|
|
|
764
|
permission_view_changesets: View changesets
|
|
|
|
|
765
|
permission_view_time_entries: View spent time
|
|
|
|
|
766
|
permission_manage_versions: Manage versions
|
|
|
|
|
767
|
permission_manage_wiki: Manage wiki
|
|
|
|
|
768
|
permission_manage_categories: Manage issue categories
|
|
|
|
|
769
|
permission_protect_wiki_pages: Protect wiki pages
|
|
|
|
|
770
|
permission_comment_news: Comment news
|
|
|
|
|
771
|
permission_delete_messages: Delete messages
|
|
|
|
|
772
|
permission_select_project_modules: Select project modules
|
|
|
|
|
773
|
permission_manage_documents: Manage documents
|
|
|
|
|
774
|
permission_edit_wiki_pages: Edit wiki pages
|
|
|
|
|
775
|
permission_add_issue_watchers: Add watchers
|
|
|
|
|
776
|
permission_view_gantt: View gantt chart
|
|
|
|
|
777
|
permission_move_issues: Move issues
|
|
|
|
|
778
|
permission_manage_issue_relations: Manage issue relations
|
|
|
|
|
779
|
permission_delete_wiki_pages: Delete wiki pages
|
|
|
|
|
780
|
permission_manage_boards: Manage boards
|
|
|
|
|
781
|
permission_delete_wiki_pages_attachments: Delete attachments
|
|
|
|
|
782
|
permission_view_wiki_edits: View wiki history
|
|
|
|
|
783
|
permission_add_messages: Post messages
|
|
|
|
|
784
|
permission_view_messages: View messages
|
|
|
|
|
785
|
permission_manage_files: Manage files
|
|
|
|
|
786
|
permission_edit_issue_notes: Edit notes
|
|
|
|
|
787
|
permission_manage_news: Manage news
|
|
|
|
|
788
|
permission_view_calendar: View calendrier
|
|
|
|
|
789
|
permission_manage_members: Manage members
|
|
|
|
|
790
|
permission_edit_messages: Edit messages
|
|
|
|
|
791
|
permission_delete_issues: Delete issues
|
|
|
|
|
792
|
permission_view_issue_watchers: View watchers list
|
|
|
|
|
793
|
permission_manage_repository: Manage repository
|
|
|
|
|
794
|
permission_commit_access: Commit access
|
|
|
|
|
795
|
permission_browse_repository: Browse repository
|
|
|
|
|
796
|
permission_view_documents: View documents
|
|
|
|
|
797
|
permission_edit_project: Edit project
|
|
|
|
|
798
|
permission_add_issue_notes: Add notes
|
|
|
|
|
799
|
permission_save_queries: Save queries
|
|
|
|
|
800
|
permission_view_wiki_pages: View wiki
|
|
|
|
|
801
|
permission_rename_wiki_pages: Rename wiki pages
|
|
|
|
|
802
|
permission_edit_time_entries: Edit time logs
|
|
|
|
|
803
|
permission_edit_own_issue_notes: Edit own notes
|
|
|
|
|
804
|
setting_gravatar_enabled: Use Gravatar user icons
|
|
|
|
|
805
|
label_example: Example
|
|
|
|
|
806
|
text_repository_usernames_mapping: "Select ou update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped."
|
|
|
|
|
807
|
permission_edit_own_messages: Edit own messages
|
|
|
|
|
808
|
permission_delete_own_messages: Delete own messages
|
|
|
|
|
809
|
label_user_activity: "{{value}}'s activity"
|
|
|
|
|
810
|
label_updated_time_by: "Updated by {{author}} {{age}} ago"
|
|
|
|
|
811
|
text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
|
|
|
|
|
812
|
setting_diff_max_lines_displayed: Max number of diff lines displayed
|
|
|
|
|
813
|
text_plugin_assets_writable: Plugin assets directory writable
|
|
|
|
|
814
|
warning_attachments_not_saved: "{{count}} file(s) could not be saved."
|
|
|
|
|
815
|
button_create_and_continue: Create and continue
|
|
|
|
|
816
|
text_custom_field_possible_values_info: 'One line for each value'
|
|
|
|
|
817
|
label_display: Display
|
|
|
|
|
818
|
field_editable: Editable
|
|
|
|
|
819
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
|
|
|
|
820
|
setting_file_max_size_displayed: Max size of text files displayed inline
|
|
|
|
|
821
|
field_watcher: Watcher
|
|
|
|
|
822
|
setting_openid: Allow OpenID login and registration
|
|
|
|
|
823
|
field_identity_url: OpenID URL
|
|
|
|
|
824
|
label_login_with_open_id_option: or login with OpenID
|
|
|
|
|
825
|
field_content: Content
|
|
|
|
|
826
|
label_descending: Descending
|
|
|
|
|
827
|
label_sort: Sort
|
|
|
|
|
828
|
label_ascending: Ascending
|
|
|
|
|
829
|
label_date_from_to: From {{start}} to {{end}}
|
|
|
|
|
830
|
label_greater_or_equal: ">="
|
|
788
|
label_greater_or_equal: ">="
|
|
831
|
label_less_or_equal: <=
|
|
789
|
label_less_or_equal: <=
|