##// END OF EJS Templates
Remove unused "label_more" from locale files (#24901)...
Toshi MARUYAMA -
r15955:dc2991d6e281
parent child
Show More

The requested changes are too big and content was truncated. Show full diff

@@ -1,1226 +1,1225
1 1 ar:
2 2 # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl)
3 3 direction: rtl
4 4 date:
5 5 formats:
6 6 # Use the strftime parameters for formats.
7 7 # When no format has been given, it uses default.
8 8 # You can provide other formats here if you like!
9 9 default: "%m/%d/%Y"
10 10 short: "%b %d"
11 11 long: "%B %d, %Y"
12 12
13 13 day_names: [الاحد, الاثنين, الثلاثاء, الاربعاء, الخميس, الجمعة, السبت]
14 14 abbr_day_names: [أح, اث, ث, ار, خ, ج, س]
15 15
16 16 # Don't forget the nil at the beginning; there's no such thing as a 0th month
17 17 month_names: [~, كانون الثاني, شباط, آذار, نيسان, أيار, حزيران, تموز, آب, أيلول, تشرين الأول, تشرين الثاني, كانون الأول]
18 18 abbr_month_names: [~, كانون الثاني, شباط, آذار, نيسان, أيار, حزيران, تموز, آب, أيلول, تشرين الأول, تشرين الثاني, كانون الأول]
19 19 # Used in date_select and datime_select.
20 20 order:
21 21 - :السنة
22 22 - :الشهر
23 23 - :اليوم
24 24
25 25 time:
26 26 formats:
27 27 default: "%m/%d/%Y %I:%M %p"
28 28 time: "%I:%M %p"
29 29 short: "%d %b %H:%M"
30 30 long: "%B %d, %Y %H:%M"
31 31 am: "صباحا"
32 32 pm: "مساءاً"
33 33
34 34 datetime:
35 35 distance_in_words:
36 36 half_a_minute: "نصف دقيقة"
37 37 less_than_x_seconds:
38 38 one: "أقل من ثانية"
39 39 other: "ثواني %{count}أقل من "
40 40 x_seconds:
41 41 one: "ثانية"
42 42 other: "%{count}ثواني "
43 43 less_than_x_minutes:
44 44 one: "أقل من دقيقة"
45 45 other: "دقائق%{count}أقل من "
46 46 x_minutes:
47 47 one: "دقيقة"
48 48 other: "%{count} دقائق"
49 49 about_x_hours:
50 50 one: "حوالي ساعة"
51 51 other: "ساعات %{count}حوالي "
52 52 x_hours:
53 53 one: "%{count} ساعة"
54 54 other: "%{count} ساعات"
55 55 x_days:
56 56 one: "يوم"
57 57 other: "%{count} أيام"
58 58 about_x_months:
59 59 one: "حوالي شهر"
60 60 other: "أشهر %{count} حوالي"
61 61 x_months:
62 62 one: "شهر"
63 63 other: "%{count} أشهر"
64 64 about_x_years:
65 65 one: "حوالي سنة"
66 66 other: "سنوات %{count}حوالي "
67 67 over_x_years:
68 68 one: "اكثر من سنة"
69 69 other: "سنوات %{count}أكثر من "
70 70 almost_x_years:
71 71 one: "تقريبا سنة"
72 72 other: "سنوات %{count} نقريبا"
73 73 number:
74 74 format:
75 75 separator: "."
76 76 delimiter: ""
77 77 precision: 3
78 78
79 79 human:
80 80 format:
81 81 delimiter: ""
82 82 precision: 3
83 83 storage_units:
84 84 format: "%n %u"
85 85 units:
86 86 byte:
87 87 one: "Byte"
88 88 other: "Bytes"
89 89 kb: "KB"
90 90 mb: "MB"
91 91 gb: "GB"
92 92 tb: "TB"
93 93
94 94 # Used in array.to_sentence.
95 95 support:
96 96 array:
97 97 sentence_connector: "و"
98 98 skip_last_comma: false
99 99
100 100 activerecord:
101 101 errors:
102 102 template:
103 103 header:
104 104 one: " %{model} خطأ يمنع تخزين"
105 105 other: " %{model} يمنع تخزين%{count}خطأ رقم "
106 106 messages:
107 107 inclusion: "غير مدرجة على القائمة"
108 108 exclusion: "محجوز"
109 109 invalid: "غير صالح"
110 110 confirmation: "غير متطابق"
111 111 accepted: "مقبولة"
112 112 empty: "لا يمكن ان تكون فارغة"
113 113 blank: "لا يمكن ان تكون فارغة"
114 114 too_long: " %{count} طويلة جدا، الحد الاقصى هو "
115 115 too_short: " %{count} قصيرة جدا، الحد الادنى هو "
116 116 wrong_length: " %{count} خطأ في الطول، يجب ان يكون "
117 117 taken: "لقد اتخذت سابقا"
118 118 not_a_number: "ليس رقما"
119 119 not_a_date: "ليس تاريخا صالحا"
120 120 greater_than: "%{count}يجب ان تكون اكثر من "
121 121 greater_than_or_equal_to: "%{count} يجب ان تكون اكثر من او تساوي"
122 122 equal_to: "%{count}يجب ان تساوي"
123 123 less_than: " %{count}يجب ان تكون اقل من"
124 124 less_than_or_equal_to: " %{count} يجب ان تكون اقل من او تساوي"
125 125 odd: "must be odd"
126 126 even: "must be even"
127 127 greater_than_start_date: "يجب ان تكون اكثر من تاريخ البداية"
128 128 not_same_project: "لا ينتمي الى نفس المشروع"
129 129 circular_dependency: "هذه العلاقة سوف تخلق علاقة تبعية دائرية"
130 130 cant_link_an_issue_with_a_descendant: "لا يمكن ان تكون المشكلة مرتبطة بواحدة من المهام الفرعية"
131 131 earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
132 132 not_a_regexp: "is not a valid regular expression"
133 133 open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task"
134 134
135 135 actionview_instancetag_blank_option: الرجاء التحديد
136 136
137 137 general_text_No: 'لا'
138 138 general_text_Yes: 'نعم'
139 139 general_text_no: 'لا'
140 140 general_text_yes: 'نعم'
141 141 general_lang_name: 'Arabic (عربي)'
142 142 general_csv_separator: ','
143 143 general_csv_decimal_separator: '.'
144 144 general_csv_encoding: ISO-8859-1
145 145 general_pdf_fontname: DejaVuSans
146 146 general_pdf_monospaced_fontname: DejaVuSansMono
147 147 general_first_day_of_week: '7'
148 148
149 149 notice_account_updated: لقد تم تجديد الحساب بنجاح.
150 150 notice_account_invalid_credentials: اسم المستخدم او كلمة المرور غير صحيحة
151 151 notice_account_password_updated: لقد تم تجديد كلمة المرور بنجاح.
152 152 notice_account_wrong_password: كلمة المرور غير صحيحة
153 153 notice_account_register_done: لقد تم انشاء حسابك بنجاح، الرجاء تأكيد الطلب من البريد الالكتروني
154 154 notice_account_unknown_email: مستخدم غير معروف.
155 155 notice_can_t_change_password: هذا الحساب يستخدم جهاز خارجي غير مصرح به لا يمكن تغير كلمة المرور
156 156 notice_account_lost_email_sent: لقد تم ارسال رسالة على بريدك بالتعليمات اللازمة لتغير كلمة المرور
157 157 notice_account_activated: لقد تم تفعيل حسابك، يمكنك الدخول الان
158 158 notice_successful_create: لقد تم الانشاء بنجاح
159 159 notice_successful_update: لقد تم التحديث بنجاح
160 160 notice_successful_delete: لقد تم الحذف بنجاح
161 161 notice_successful_connection: لقد تم الربط بنجاح
162 162 notice_file_not_found: الصفحة التي تحاول الدخول اليها غير موجوده او تم حذفها
163 163 notice_locking_conflict: تم تحديث البيانات عن طريق مستخدم آخر.
164 164 notice_not_authorized: غير مصرح لك الدخول الى هذه المنطقة.
165 165 notice_not_authorized_archived_project: المشروع الذي تحاول الدخول اليه تم ارشفته
166 166 notice_email_sent: "%{value}تم ارسال رسالة الى "
167 167 notice_email_error: " (%{value})لقد حدث خطأ ما اثناء ارسال الرسالة الى "
168 168 notice_feeds_access_key_reseted: كلمة الدخول Atomلقد تم تعديل .
169 169 notice_api_access_key_reseted: كلمة الدخولAPIلقد تم تعديل .
170 170 notice_failed_to_save_issues: "فشل في حفظ الملف"
171 171 notice_failed_to_save_members: "فشل في حفظ الاعضاء: %{errors}."
172 172 notice_no_issue_selected: "لم يتم تحديد شيء، الرجاء تحديد المسألة التي تريد"
173 173 notice_account_pending: "لقد تم انشاء حسابك، الرجاء الانتظار حتى تتم الموافقة"
174 174 notice_default_data_loaded: تم تحميل التكوين الافتراضي بنجاح
175 175 notice_unable_delete_version: غير قادر على مسح النسخة.
176 176 notice_unable_delete_time_entry: غير قادر على مسح وقت الدخول.
177 177 notice_issue_done_ratios_updated: لقد تم تحديث النسب.
178 178 notice_gantt_chart_truncated: " (%{max})لقد تم اقتطاع الرسم البياني لانه تجاوز الاحد الاقصى لعدد العناصر المسموح عرضها "
179 179 notice_issue_successful_create: "%{id}لقد تم انشاء "
180 180
181 181
182 182 error_can_t_load_default_data: "لم يتم تحميل التكوين الافتراضي كاملا %{value}"
183 183 error_scm_not_found: "لم يتم العثور على ادخال في المستودع"
184 184 error_scm_command_failed: "حدث خطأ عند محاولة الوصول الى المستودع: %{value}"
185 185 error_scm_annotate: "الادخال غير موجود."
186 186 error_scm_annotate_big_text_file: "لا يمكن حفظ الادخال لانه تجاوز الحد الاقصى لحجم الملف."
187 187 error_issue_not_found_in_project: 'لم يتم العثور على المخرج او انه ينتمي الى مشروع اخر'
188 188 error_no_tracker_in_project: 'لا يوجد انواع بنود عمل لهذا المشروع، الرجاء التحقق من إعدادات المشروع. '
189 189 error_no_default_issue_status: 'لم يتم التعرف على اي وضع افتراضي، الرجاء التحقق من التكوين الخاص بك (اذهب الى إدارة-إصدار الحالات)'
190 190 error_can_not_delete_custom_field: غير قادر على حذف الحقل المظلل
191 191 error_can_not_delete_tracker: "هذا النوع من بنود العمل يحتوي على بنود نشطة ولا يمكن حذفه"
192 192 error_can_not_remove_role: "هذا الدور قيد الاستخدام، لا يمكن حذفه"
193 193 error_can_not_reopen_issue_on_closed_version: 'لا يمكن إعادة فتح بند عمل معين لاصدار مقفل'
194 194 error_can_not_archive_project: لا يمكن ارشفة هذا المشروع
195 195 error_issue_done_ratios_not_updated: "لم يتم تحديث النسب"
196 196 error_workflow_copy_source: 'الرجاء اختيار نوع بند العمل او الادوار'
197 197 error_workflow_copy_target: 'الرجاء اختيار نوع بند العمل المستهدف او الادوار المستهدفة'
198 198 error_unable_delete_issue_status: 'غير قادر على حذف حالة بند العمل'
199 199 error_unable_to_connect: "تعذر الاتصال(%{value})"
200 200 error_attachment_too_big: " (%{max_size})لا يمكن تحميل هذا الملف، لقد تجاوز الحد الاقصى المسموح به "
201 201 warning_attachments_not_saved: "%{count}تعذر حفظ الملف"
202 202
203 203 mail_subject_lost_password: " %{value}كلمة المرور الخاصة بك "
204 204 mail_body_lost_password: 'لتغير كلمة المرور، انقر على الروابط التالية:'
205 205 mail_subject_register: " %{value}تفعيل حسابك "
206 206 mail_body_register: 'لتفعيل حسابك، انقر على الروابط التالية:'
207 207 mail_body_account_information_external: " %{value}اصبح بامكانك استخدام حسابك للدخول"
208 208 mail_body_account_information: معلومات حسابك
209 209 mail_subject_account_activation_request: "%{value}طلب تفعيل الحساب "
210 210 mail_body_account_activation_request: " (%{value})تم تسجيل حساب جديد، بانتظار الموافقة:"
211 211 mail_subject_reminder: "%{count}تم تأجيل المهام التالية "
212 212 mail_body_reminder: "%{count}يجب ان تقوم بتسليم المهام التالية:"
213 213 mail_subject_wiki_content_added: "'%{id}' تم اضافة صفحة ويكي"
214 214 mail_body_wiki_content_added: "The '%{id}' تم اضافة صفحة ويكي من قبل %{author}."
215 215 mail_subject_wiki_content_updated: "'%{id}' تم تحديث صفحة ويكي"
216 216 mail_body_wiki_content_updated: "The '%{id}'تم تحديث صفحة ويكي من قبل %{author}."
217 217
218 218
219 219 field_name: الاسم
220 220 field_description: الوصف
221 221 field_summary: الملخص
222 222 field_is_required: مطلوب
223 223 field_firstname: الاسم الاول
224 224 field_lastname: الاسم الاخير
225 225 field_mail: البريد الالكتروني
226 226 field_filename: اسم الملف
227 227 field_filesize: حجم الملف
228 228 field_downloads: التنزيل
229 229 field_author: المؤلف
230 230 field_created_on: تم الانشاء في
231 231 field_updated_on: تم التحديث
232 232 field_field_format: تنسيق الحقل
233 233 field_is_for_all: لكل المشروعات
234 234 field_possible_values: قيم محتملة
235 235 field_regexp: التعبير العادي
236 236 field_min_length: الحد الادنى للطول
237 237 field_max_length: الحد الاعلى للطول
238 238 field_value: القيمة
239 239 field_category: الفئة
240 240 field_title: العنوان
241 241 field_project: المشروع
242 242 field_issue: بند العمل
243 243 field_status: الحالة
244 244 field_notes: ملاحظات
245 245 field_is_closed: بند العمل مغلق
246 246 field_is_default: القيمة الافتراضية
247 247 field_tracker: نوع بند العمل
248 248 field_subject: الموضوع
249 249 field_due_date: تاريخ النهاية
250 250 field_assigned_to: المحال اليه
251 251 field_priority: الأولوية
252 252 field_fixed_version: الاصدار المستهدف
253 253 field_user: المستخدم
254 254 field_principal: الرئيسي
255 255 field_role: دور
256 256 field_homepage: الصفحة الرئيسية
257 257 field_is_public: عام
258 258 field_parent: مشروع فرعي من
259 259 field_is_in_roadmap: معروض في خارطة الطريق
260 260 field_login: تسجيل الدخول
261 261 field_mail_notification: ملاحظات على البريد الالكتروني
262 262 field_admin: المدير
263 263 field_last_login_on: اخر اتصال
264 264 field_language: لغة
265 265 field_effective_date: تاريخ
266 266 field_password: كلمة المرور
267 267 field_new_password: كلمة المرور الجديدة
268 268 field_password_confirmation: تأكيد
269 269 field_version: إصدار
270 270 field_type: نوع
271 271 field_host: المضيف
272 272 field_port: المنفذ
273 273 field_account: الحساب
274 274 field_base_dn: DN قاعدة
275 275 field_attr_login: سمة الدخول
276 276 field_attr_firstname: سمة الاسم الاول
277 277 field_attr_lastname: سمة الاسم الاخير
278 278 field_attr_mail: سمة البريد الالكتروني
279 279 field_onthefly: إنشاء حساب مستخدم على تحرك
280 280 field_start_date: تاريخ البداية
281 281 field_done_ratio: "نسبة الانجاز"
282 282 field_auth_source: وضع المصادقة
283 283 field_hide_mail: إخفاء بريدي الإلكتروني
284 284 field_comments: تعليق
285 285 field_url: رابط
286 286 field_start_page: صفحة البداية
287 287 field_subproject: المشروع الفرعي
288 288 field_hours: ساعات
289 289 field_activity: النشاط
290 290 field_spent_on: تاريخ
291 291 field_identifier: المعرف
292 292 field_is_filter: استخدم كتصفية
293 293 field_issue_to: بنود العمل المتصلة
294 294 field_delay: تأخير
295 295 field_assignable: يمكن اسناد بنود العمل الى هذا الدور
296 296 field_redirect_existing_links: إعادة توجيه الروابط الموجودة
297 297 field_estimated_hours: الوقت المتوقع
298 298 field_column_names: أعمدة
299 299 field_time_entries: وقت الدخول
300 300 field_time_zone: المنطقة الزمنية
301 301 field_searchable: يمكن البحث فيه
302 302 field_default_value: القيمة الافتراضية
303 303 field_comments_sorting: اعرض التعليقات
304 304 field_parent_title: صفحة الوالدين
305 305 field_editable: يمكن اعادة تحريره
306 306 field_watcher: مراقب
307 307 field_identity_url: افتح الرابط الخاص بالهوية الشخصية
308 308 field_content: المحتويات
309 309 field_group_by: تصنيف النتائج بواسطة
310 310 field_sharing: مشاركة
311 311 field_parent_issue: بند العمل الأصلي
312 312 field_member_of_group: "مجموعة المحال"
313 313 field_assigned_to_role: "دور المحال"
314 314 field_text: حقل نصي
315 315 field_visible: غير مرئي
316 316 field_warn_on_leaving_unsaved: "الرجاء التحذير عند مغادرة صفحة والنص غير محفوظ"
317 317 field_issues_visibility: بنود العمل المرئية
318 318 field_is_private: خاص
319 319 field_commit_logs_encoding: رسائل الترميز
320 320 field_scm_path_encoding: ترميز المسار
321 321 field_path_to_repository: مسار المستودع
322 322 field_root_directory: دليل الجذر
323 323 field_cvsroot: CVSجذر
324 324 field_cvs_module: وحدة
325 325
326 326 setting_app_title: عنوان التطبيق
327 327 setting_app_subtitle: العنوان الفرعي للتطبيق
328 328 setting_welcome_text: نص الترحيب
329 329 setting_default_language: اللغة الافتراضية
330 330 setting_login_required: مطلوب المصادقة
331 331 setting_self_registration: التسجيل الذاتي
332 332 setting_attachment_max_size: الحد الاقصى للملفات المرفقة
333 333 setting_issues_export_limit: الحد الاقصى لتصدير بنود العمل لملفات خارجية
334 334 setting_mail_from: انبعاثات عنوان بريدك
335 335 setting_bcc_recipients: مستلمين النسخ المخفية (bcc)
336 336 setting_plain_text_mail: نص عادي (no HTML)
337 337 setting_host_name: اسم ومسار المستخدم
338 338 setting_text_formatting: تنسيق النص
339 339 setting_wiki_compression: ضغط تاريخ الويكي
340 340 setting_feeds_limit: Atom feeds الحد الاقصى لعدد البنود في
341 341 setting_default_projects_public: المشاريع الجديده متاحة للجميع افتراضيا
342 342 setting_autofetch_changesets: الإحضار التلقائي
343 343 setting_sys_api_enabled: من ادارة المستودع WS تمكين
344 344 setting_commit_ref_keywords: مرجعية الكلمات المفتاحية
345 345 setting_commit_fix_keywords: تصحيح الكلمات المفتاحية
346 346 setting_autologin: الدخول التلقائي
347 347 setting_date_format: تنسيق التاريخ
348 348 setting_time_format: تنسيق الوقت
349 349 setting_cross_project_issue_relations: السماح بإدراج بنود العمل في هذا المشروع
350 350 setting_issue_list_default_columns: الاعمدة الافتراضية المعروضة في قائمة بند العمل
351 351 setting_repositories_encodings: ترميز المرفقات والمستودعات
352 352 setting_emails_header: رأس رسائل البريد الإلكتروني
353 353 setting_emails_footer: ذيل رسائل البريد الإلكتروني
354 354 setting_protocol: بروتوكول
355 355 setting_per_page_options: الكائنات لكل خيارات الصفحة
356 356 setting_user_format: تنسيق عرض المستخدم
357 357 setting_activity_days_default: الايام المعروضة على نشاط المشروع
358 358 setting_display_subprojects_issues: عرض بنود العمل للمشارع الرئيسية بشكل افتراضي
359 359 setting_enabled_scm: SCM تمكين
360 360 setting_mail_handler_body_delimiters: "اقتطاع رسائل البريد الإلكتروني بعد هذه الخطوط"
361 361 setting_mail_handler_api_enabled: للرسائل الواردةWS تمكين
362 362 setting_mail_handler_api_key: API مفتاح
363 363 setting_sequential_project_identifiers: انشاء معرفات المشروع المتسلسلة
364 364 setting_gravatar_enabled: كأيقونة مستخدمGravatar استخدام
365 365 setting_gravatar_default: الافتراضيةGravatar صورة
366 366 setting_diff_max_lines_displayed: الحد الاقصى لعدد الخطوط
367 367 setting_file_max_size_displayed: الحد الأقصى لحجم النص المعروض على الملفات المرفقة
368 368 setting_repository_log_display_limit: الحد الاقصى لعدد التنقيحات المعروضة على ملف السجل
369 369 setting_openid: السماح بدخول اسم المستخدم المفتوح والتسجيل
370 370 setting_password_min_length: الحد الادني لطول كلمة المرور
371 371 setting_new_project_user_role_id: الدور المسند الى المستخدم غير المسؤول الذي يقوم بإنشاء المشروع
372 372 setting_default_projects_modules: تمكين الوحدات النمطية للمشاريع الجديدة بشكل افتراضي
373 373 setting_issue_done_ratio: حساب نسبة بند العمل المنتهية
374 374 setting_issue_done_ratio_issue_field: استخدم حقل بند العمل
375 375 setting_issue_done_ratio_issue_status: استخدم وضع بند العمل
376 376 setting_start_of_week: بدأ التقويم
377 377 setting_rest_api_enabled: تمكين باقي خدمات الويب
378 378 setting_cache_formatted_text: النص المسبق تنسيقه في ذاكرة التخزين المؤقت
379 379 setting_default_notification_option: خيار الاعلام الافتراضي
380 380 setting_commit_logtime_enabled: تميكن وقت الدخول
381 381 setting_commit_logtime_activity_id: النشاط في وقت الدخول
382 382 setting_gantt_items_limit: الحد الاقصى لعدد العناصر المعروضة على مخطط جانت
383 383 setting_issue_group_assignment: السماح للإحالة الى المجموعات
384 384 setting_default_issue_start_date_to_creation_date: استخدام التاريخ الحالي كتاريخ بدأ لبنود العمل الجديدة
385 385
386 386 permission_add_project: إنشاء مشروع
387 387 permission_add_subprojects: إنشاء مشاريع فرعية
388 388 permission_edit_project: تعديل مشروع
389 389 permission_select_project_modules: تحديد شكل المشروع
390 390 permission_manage_members: إدارة الاعضاء
391 391 permission_manage_project_activities: ادارة اصدارات المشروع
392 392 permission_manage_versions: ادارة الاصدارات
393 393 permission_manage_categories: ادارة انواع بنود العمل
394 394 permission_view_issues: عرض بنود العمل
395 395 permission_add_issues: اضافة بنود العمل
396 396 permission_edit_issues: تعديل بنود العمل
397 397 permission_manage_issue_relations: ادارة علاقات بنود العمل
398 398 permission_set_issues_private: تعين بنود العمل عامة او خاصة
399 399 permission_set_own_issues_private: تعين بنود العمل الخاصة بك كبنود عمل عامة او خاصة
400 400 permission_add_issue_notes: اضافة ملاحظات
401 401 permission_edit_issue_notes: تعديل ملاحظات
402 402 permission_edit_own_issue_notes: تعديل ملاحظاتك
403 403 permission_move_issues: تحريك بنود العمل
404 404 permission_delete_issues: حذف بنود العمل
405 405 permission_manage_public_queries: ادارة الاستعلامات العامة
406 406 permission_save_queries: حفظ الاستعلامات
407 407 permission_view_gantt: عرض طريقة"جانت"
408 408 permission_view_calendar: عرض التقويم
409 409 permission_view_issue_watchers: عرض قائمة المراقبين
410 410 permission_add_issue_watchers: اضافة مراقبين
411 411 permission_delete_issue_watchers: حذف مراقبين
412 412 permission_log_time: الوقت المستغرق بالدخول
413 413 permission_view_time_entries: عرض الوقت المستغرق
414 414 permission_edit_time_entries: تعديل الدخولات الزمنية
415 415 permission_edit_own_time_entries: تعديل الدخولات الشخصية
416 416 permission_manage_news: ادارة الاخبار
417 417 permission_comment_news: اخبار التعليقات
418 418 permission_view_documents: عرض المستندات
419 419 permission_manage_files: ادارة الملفات
420 420 permission_view_files: عرض الملفات
421 421 permission_manage_wiki: ادارة ويكي
422 422 permission_rename_wiki_pages: اعادة تسمية صفحات ويكي
423 423 permission_delete_wiki_pages: حذق صفحات ويكي
424 424 permission_view_wiki_pages: عرض ويكي
425 425 permission_view_wiki_edits: عرض تاريخ ويكي
426 426 permission_edit_wiki_pages: تعديل صفحات ويكي
427 427 permission_delete_wiki_pages_attachments: حذف المرفقات
428 428 permission_protect_wiki_pages: حماية صفحات ويكي
429 429 permission_manage_repository: ادارة المستودعات
430 430 permission_browse_repository: استعراض المستودعات
431 431 permission_view_changesets: عرض طاقم التغيير
432 432 permission_commit_access: الوصول
433 433 permission_manage_boards: ادارة المنتديات
434 434 permission_view_messages: عرض الرسائل
435 435 permission_add_messages: نشر الرسائل
436 436 permission_edit_messages: تحرير الرسائل
437 437 permission_edit_own_messages: تحرير الرسائل الخاصة
438 438 permission_delete_messages: حذف الرسائل
439 439 permission_delete_own_messages: حذف الرسائل الخاصة
440 440 permission_export_wiki_pages: تصدير صفحات ويكي
441 441 permission_manage_subtasks: ادارة المهام الفرعية
442 442
443 443 project_module_issue_tracking: تعقب بنود العمل
444 444 project_module_time_tracking: التعقب الزمني
445 445 project_module_news: الاخبار
446 446 project_module_documents: المستندات
447 447 project_module_files: الملفات
448 448 project_module_wiki: ويكي
449 449 project_module_repository: المستودع
450 450 project_module_boards: المنتديات
451 451 project_module_calendar: التقويم
452 452 project_module_gantt: جانت
453 453
454 454 label_user: المستخدم
455 455 label_user_plural: المستخدمين
456 456 label_user_new: مستخدم جديد
457 457 label_user_anonymous: مجهول الهوية
458 458 label_project: مشروع
459 459 label_project_new: مشروع جديد
460 460 label_project_plural: مشاريع
461 461 label_x_projects:
462 462 zero: لا يوجد مشاريع
463 463 one: مشروع واحد
464 464 other: "%{count} مشاريع"
465 465 label_project_all: كل المشاريع
466 466 label_project_latest: احدث المشاريع
467 467 label_issue: بند عمل
468 468 label_issue_new: بند عمل جديد
469 469 label_issue_plural: بنود عمل
470 470 label_issue_view_all: عرض كل بنود العمل
471 471 label_issues_by: " %{value}بند العمل لصحابها"
472 472 label_issue_added: تم اضافة بند العمل
473 473 label_issue_updated: تم تحديث بند العمل
474 474 label_issue_note_added: تم اضافة الملاحظة
475 475 label_issue_status_updated: تم تحديث الحالة
476 476 label_issue_priority_updated: تم تحديث الاولويات
477 477 label_document: مستند
478 478 label_document_new: مستند جديد
479 479 label_document_plural: مستندات
480 480 label_document_added: تم اضافة مستند
481 481 label_role: دور
482 482 label_role_plural: ادوار
483 483 label_role_new: دور جديد
484 484 label_role_and_permissions: الأدوار والصلاحيات
485 485 label_role_anonymous: مجهول الهوية
486 486 label_role_non_member: ليس عضو
487 487 label_member: عضو
488 488 label_member_new: عضو جديد
489 489 label_member_plural: اعضاء
490 490 label_tracker: نوع بند عمل
491 491 label_tracker_plural: أنواع بنود العمل
492 492 label_tracker_new: نوع بند عمل جديد
493 493 label_workflow: سير العمل
494 494 label_issue_status: حالة بند العمل
495 495 label_issue_status_plural: حالات بند العمل
496 496 label_issue_status_new: حالة جديدة
497 497 label_issue_category: فئة بند العمل
498 498 label_issue_category_plural: فئات بنود العمل
499 499 label_issue_category_new: فئة جديدة
500 500 label_custom_field: تخصيص حقل
501 501 label_custom_field_plural: تخصيص حقول
502 502 label_custom_field_new: حقل مخصص جديد
503 503 label_enumerations: التعدادات
504 504 label_enumeration_new: قيمة جديدة
505 505 label_information: معلومة
506 506 label_information_plural: معلومات
507 507 label_please_login: برجى تسجيل الدخول
508 508 label_register: تسجيل
509 509 label_login_with_open_id_option: او الدخول بهوية مفتوحة
510 510 label_password_lost: فقدت كلمة السر
511 511 label_home: "الصفحة الرئيسية"
512 512 label_my_page: الصفحة الخاصة بي
513 513 label_my_account: حسابي
514 514 label_my_projects: مشاريعي الخاصة
515 515 label_my_page_block: حجب صفحتي الخاصة
516 516 label_administration: إدارة النظام
517 517 label_login: تسجيل الدخول
518 518 label_logout: تسجيل الخروج
519 519 label_help: مساعدة
520 520 label_reported_issues: بنود العمل التي أدخلتها
521 521 label_assigned_to_me_issues: بنود العمل المسندة إلي
522 522 label_last_login: آخر اتصال
523 523 label_registered_on: مسجل على
524 524 label_activity: النشاط
525 525 label_overall_activity: النشاط العام
526 526 label_user_activity: "قيمة النشاط"
527 527 label_new: جديدة
528 528 label_logged_as: تم تسجيل دخولك
529 529 label_environment: البيئة
530 530 label_authentication: المصادقة
531 531 label_auth_source: وضع المصادقة
532 532 label_auth_source_new: وضع مصادقة جديدة
533 533 label_auth_source_plural: أوضاع المصادقة
534 534 label_subproject_plural: مشاريع فرعية
535 535 label_subproject_new: مشروع فرعي جديد
536 536 label_and_its_subprojects: "قيمة المشاريع الفرعية الخاصة بك"
537 537 label_min_max_length: الحد الاقصى والادنى للطول
538 538 label_list: قائمة
539 539 label_date: تاريخ
540 540 label_integer: عدد صحيح
541 541 label_float: عدد كسري
542 542 label_boolean: "نعم/لا"
543 543 label_string: نص
544 544 label_text: نص طويل
545 545 label_attribute: سمة
546 546 label_attribute_plural: السمات
547 547 label_no_data: لا توجد بيانات للعرض
548 548 label_change_status: تغيير الحالة
549 549 label_history: التاريخ
550 550 label_attachment: الملف
551 551 label_attachment_new: ملف جديد
552 552 label_attachment_delete: حذف الملف
553 553 label_attachment_plural: الملفات
554 554 label_file_added: الملف المضاف
555 555 label_report: تقرير
556 556 label_report_plural: التقارير
557 557 label_news: الأخبار
558 558 label_news_new: إضافة الأخبار
559 559 label_news_plural: الأخبار
560 560 label_news_latest: آخر الأخبار
561 561 label_news_view_all: عرض كل الأخبار
562 562 label_news_added: الأخبار المضافة
563 563 label_news_comment_added: إضافة التعليقات على أخبار
564 564 label_settings: إعدادات
565 565 label_overview: لمحة عامة
566 566 label_version: الإصدار
567 567 label_version_new: الإصدار الجديد
568 568 label_version_plural: الإصدارات
569 569 label_close_versions: أكملت إغلاق الإصدارات
570 570 label_confirmation: تأكيد
571 571 label_export_to: 'متوفرة أيضا في:'
572 572 label_read: القراءة...
573 573 label_public_projects: المشاريع العامة
574 574 label_open_issues: مفتوح
575 575 label_open_issues_plural: بنود عمل مفتوحة
576 576 label_closed_issues: مغلق
577 577 label_closed_issues_plural: بنود عمل مغلقة
578 578 label_x_open_issues_abbr:
579 579 zero: 0 مفتوح
580 580 one: 1 مقتوح
581 581 other: "%{count} مفتوح"
582 582 label_x_closed_issues_abbr:
583 583 zero: 0 مغلق
584 584 one: 1 مغلق
585 585 other: "%{count} مغلق"
586 586 label_total: الإجمالي
587 587 label_permissions: صلاحيات
588 588 label_current_status: الحالة الحالية
589 589 label_new_statuses_allowed: يسمح بادراج حالات جديدة
590 590 label_all: جميع
591 591 label_none: لا شيء
592 592 label_nobody: لا أحد
593 593 label_next: القادم
594 594 label_previous: السابق
595 595 label_used_by: التي يستخدمها
596 596 label_details: التفاصيل
597 597 label_add_note: إضافة ملاحظة
598 598 label_calendar: التقويم
599 599 label_months_from: بعد أشهر من
600 600 label_gantt: جانت
601 601 label_internal: الداخلية
602 602 label_last_changes: "آخر التغييرات %{count}"
603 603 label_change_view_all: عرض كافة التغييرات
604 604 label_personalize_page: تخصيص هذه الصفحة
605 605 label_comment: تعليق
606 606 label_comment_plural: تعليقات
607 607 label_x_comments:
608 608 zero: لا يوجد تعليقات
609 609 one: تعليق واحد
610 610 other: "%{count} تعليقات"
611 611 label_comment_add: إضافة تعليق
612 612 label_comment_added: تم إضافة التعليق
613 613 label_comment_delete: حذف التعليقات
614 614 label_query: استعلام مخصص
615 615 label_query_plural: استعلامات مخصصة
616 616 label_query_new: استعلام جديد
617 617 label_my_queries: استعلاماتي المخصصة
618 618 label_filter_add: إضافة عامل تصفية
619 619 label_filter_plural: عوامل التصفية
620 620 label_equals: يساوي
621 621 label_not_equals: لا يساوي
622 622 label_in_less_than: أقل من
623 623 label_in_more_than: أكثر من
624 624 label_greater_or_equal: '>='
625 625 label_less_or_equal: '< ='
626 626 label_between: بين
627 627 label_in: في
628 628 label_today: اليوم
629 629 label_all_time: كل الوقت
630 630 label_yesterday: بالأمس
631 631 label_this_week: هذا الأسبوع
632 632 label_last_week: الأسبوع الماضي
633 633 label_last_n_days: "آخر %{count} أيام"
634 634 label_this_month: هذا الشهر
635 635 label_last_month: الشهر الماضي
636 636 label_this_year: هذا العام
637 637 label_date_range: نطاق التاريخ
638 638 label_less_than_ago: أقل من عدد أيام
639 639 label_more_than_ago: أكثر من عدد أيام
640 640 label_ago: منذ أيام
641 641 label_contains: يحتوي على
642 642 label_not_contains: لا يحتوي على
643 643 label_day_plural: أيام
644 644 label_repository: المستودع
645 645 label_repository_plural: المستودعات
646 646 label_browse: تصفح
647 647 label_branch: فرع
648 648 label_tag: ربط
649 649 label_revision: مراجعة
650 650 label_revision_plural: تنقيحات
651 651 label_revision_id: " %{value}مراجعة"
652 652 label_associated_revisions: التنقيحات المرتبطة
653 653 label_added: مضاف
654 654 label_modified: معدل
655 655 label_copied: منسوخ
656 656 label_renamed: إعادة تسمية
657 657 label_deleted: محذوف
658 658 label_latest_revision: آخر تنقيح
659 659 label_latest_revision_plural: أحدث المراجعات
660 660 label_view_revisions: عرض التنقيحات
661 661 label_view_all_revisions: عرض كافة المراجعات
662 662 label_max_size: الحد الأقصى للحجم
663 663 label_sort_highest: التحرك لأعلى مرتبة
664 664 label_sort_higher: تحريك لأعلى
665 665 label_sort_lower: تحريك لأسفل
666 666 label_sort_lowest: التحرك لأسفل مرتبة
667 667 label_roadmap: خارطة الطريق
668 668 label_roadmap_due_in: " %{value}تستحق في "
669 669 label_roadmap_overdue: "%{value}تأخير"
670 670 label_roadmap_no_issues: لا يوجد بنود عمل لهذا الإصدار
671 671 label_search: البحث
672 672 label_result_plural: النتائج
673 673 label_all_words: كل الكلمات
674 674 label_wiki: ويكي
675 675 label_wiki_edit: تحرير ويكي
676 676 label_wiki_edit_plural: عمليات تحرير ويكي
677 677 label_wiki_page: صفحة ويكي
678 678 label_wiki_page_plural: ويكي صفحات
679 679 label_index_by_title: الفهرس حسب العنوان
680 680 label_index_by_date: الفهرس حسب التاريخ
681 681 label_current_version: الإصدار الحالي
682 682 label_preview: معاينة
683 683 label_feed_plural: موجز ويب
684 684 label_changes_details: تفاصيل جميع التغييرات
685 685 label_issue_tracking: تعقب بنود العمل
686 686 label_spent_time: ما تم إنفاقه من الوقت
687 687 label_overall_spent_time: الوقت الذي تم انفاقه كاملا
688 688 label_f_hour: "%{value} ساعة"
689 689 label_f_hour_plural: "%{value} ساعات"
690 690 label_time_tracking: تعقب الوقت
691 691 label_change_plural: التغييرات
692 692 label_statistics: إحصاءات
693 693 label_commits_per_month: يثبت في الشهر
694 694 label_commits_per_author: يثبت لكل مؤلف
695 695 label_diff: الاختلافات
696 696 label_view_diff: عرض الاختلافات
697 697 label_diff_inline: مضمنة
698 698 label_diff_side_by_side: جنبا إلى جنب
699 699 label_options: خيارات
700 700 label_copy_workflow_from: نسخ سير العمل من
701 701 label_permissions_report: تقرير الصلاحيات
702 702 label_watched_issues: بنود العمل المتابعة بريدياً
703 703 label_related_issues: بنود العمل ذات الصلة
704 704 label_applied_status: الحالة المطبقة
705 705 label_loading: تحميل...
706 706 label_relation_new: علاقة جديدة
707 707 label_relation_delete: حذف العلاقة
708 708 label_relates_to: ذات علاقة بـ
709 709 label_duplicates: مكرر من
710 710 label_duplicated_by: مكرر بواسطة
711 711 label_blocks: يجب تنفيذه قبل
712 712 label_blocked_by: لا يمكن تنفيذه إلا بعد
713 713 label_precedes: يسبق
714 714 label_follows: يتبع
715 715 label_stay_logged_in: تسجيل الدخول في
716 716 label_disabled: تعطيل
717 717 label_show_completed_versions: إظهار الإصدارات الكاملة
718 718 label_me: لي
719 719 label_board: المنتدى
720 720 label_board_new: منتدى جديد
721 721 label_board_plural: المنتديات
722 722 label_board_locked: تأمين
723 723 label_board_sticky: لزجة
724 724 label_topic_plural: المواضيع
725 725 label_message_plural: رسائل
726 726 label_message_last: آخر رسالة
727 727 label_message_new: رسالة جديدة
728 728 label_message_posted: تم اضافة الرسالة
729 729 label_reply_plural: الردود
730 730 label_send_information: إرسال معلومات الحساب للمستخدم
731 731 label_year: سنة
732 732 label_month: شهر
733 733 label_week: أسبوع
734 734 label_date_from: من
735 735 label_date_to: إلى
736 736 label_language_based: استناداً إلى لغة المستخدم
737 737 label_sort_by: " %{value}الترتيب حسب "
738 738 label_send_test_email: ارسل رسالة الكترونية كاختبار
739 739 label_feeds_access_key: Atom مفتاح دخول
740 740 label_missing_feeds_access_key: مفقودAtom مفتاح دخول
741 741 label_feeds_access_key_created_on: "Atom تم انشاء مفتاح %{value} منذ"
742 742 label_module_plural: الوحدات النمطية
743 743 label_added_time_by: " تم اضافته من قبل %{author} منذ %{age}"
744 744 label_updated_time_by: " تم تحديثه من قبل %{author} منذ %{age}"
745 745 label_updated_time: "تم التحديث منذ %{value}"
746 746 label_jump_to_a_project: الانتقال إلى مشروع...
747 747 label_file_plural: الملفات
748 748 label_changeset_plural: اعدادات التغير
749 749 label_default_columns: الاعمدة الافتراضية
750 750 label_no_change_option: (لا تغيير)
751 751 label_bulk_edit_selected_issues: تحرير بنود العمل المظللة
752 752 label_bulk_edit_selected_time_entries: تعديل بنود الأوقات المظللة
753 753 label_theme: الموضوع
754 754 label_default: الافتراضي
755 755 label_search_titles_only: البحث في العناوين فقط
756 756 label_user_mail_option_all: "جميع الخيارات"
757 757 label_user_mail_option_selected: "الخيارات المظللة فقط"
758 758 label_user_mail_option_none: "لم يتم تحديد اي خيارات"
759 759 label_user_mail_option_only_my_events: "السماح لي فقط بمشاهدة الاحداث الخاصة"
760 760 label_user_mail_no_self_notified: "لا تريد إعلامك بالتغيرات التي تجريها بنفسك"
761 761 label_registration_activation_by_email: حساب التنشيط عبر البريد الإلكتروني
762 762 label_registration_manual_activation: تنشيط الحساب اليدوي
763 763 label_registration_automatic_activation: تنشيط الحساب التلقائي
764 764 label_display_per_page: "لكل صفحة: %{value}"
765 765 label_age: العمر
766 766 label_change_properties: تغيير الخصائص
767 767 label_general: عامة
768 label_more: أكثر
769 768 label_scm: scm
770 769 label_plugins: الإضافات
771 770 label_ldap_authentication: مصادقة LDAP
772 771 label_downloads_abbr: تنزيل
773 772 label_optional_description: وصف اختياري
774 773 label_add_another_file: إضافة ملف آخر
775 774 label_preferences: تفضيلات
776 775 label_chronological_order: في ترتيب زمني
777 776 label_reverse_chronological_order: في ترتيب زمني عكسي
778 777 label_incoming_emails: رسائل البريد الإلكتروني الوارد
779 778 label_generate_key: إنشاء مفتاح
780 779 label_issue_watchers: المراقبون
781 780 label_example: مثال
782 781 label_display: العرض
783 782 label_sort: فرز
784 783 label_ascending: تصاعدي
785 784 label_descending: تنازلي
786 785 label_date_from_to: من %{start} الى %{end}
787 786 label_wiki_content_added: إضافة صفحة ويكي
788 787 label_wiki_content_updated: تحديث صفحة ويكي
789 788 label_group: مجموعة
790 789 label_group_plural: المجموعات
791 790 label_group_new: مجموعة جديدة
792 791 label_time_entry_plural: الأوقات المنفقة
793 792 label_version_sharing_none: غير متاح
794 793 label_version_sharing_descendants: متاح للمشاريع الفرعية
795 794 label_version_sharing_hierarchy: متاح للتسلسل الهرمي للمشروع
796 795 label_version_sharing_tree: مع شجرة المشروع
797 796 label_version_sharing_system: مع جميع المشاريع
798 797 label_update_issue_done_ratios: تحديث نسبة الأداء لبند العمل
799 798 label_copy_source: المصدر
800 799 label_copy_target: الهدف
801 800 label_copy_same_as_target: مطابق للهدف
802 801 label_display_used_statuses_only: عرض الحالات المستخدمة من قبل هذا النوع من بنود العمل فقط
803 802 label_api_access_key: مفتاح الوصول إلى API
804 803 label_missing_api_access_key: API لم يتم الحصول على مفتاح الوصول
805 804 label_api_access_key_created_on: " API إنشاء مفتاح الوصول إلى"
806 805 label_profile: الملف الشخصي
807 806 label_subtask_plural: المهام الفرعية
808 807 label_project_copy_notifications: إرسال إشعار الى البريد الإلكتروني عند نسخ المشروع
809 808 label_principal_search: "البحث عن مستخدم أو مجموعة:"
810 809 label_user_search: "البحث عن المستخدم:"
811 810 label_additional_workflow_transitions_for_author: الانتقالات الإضافية المسموح بها عند المستخدم صاحب البلاغ
812 811 label_additional_workflow_transitions_for_assignee: الانتقالات الإضافية المسموح بها عند المستخدم المحال إليه
813 812 label_issues_visibility_all: جميع بنود العمل
814 813 label_issues_visibility_public: جميع بنود العمل الخاصة
815 814 label_issues_visibility_own: بنود العمل التي أنشأها المستخدم
816 815 label_git_report_last_commit: اعتماد التقرير الأخير للملفات والدلائل
817 816 label_parent_revision: الوالدين
818 817 label_child_revision: الطفل
819 818 label_export_options: "%{export_format} خيارات التصدير"
820 819
821 820 button_login: دخول
822 821 button_submit: تثبيت
823 822 button_save: حفظ
824 823 button_check_all: تحديد الكل
825 824 button_uncheck_all: عدم تحديد الكل
826 825 button_collapse_all: تقليص الكل
827 826 button_expand_all: عرض الكل
828 827 button_delete: حذف
829 828 button_create: إنشاء
830 829 button_create_and_continue: إنشاء واستمرار
831 830 button_test: اختبار
832 831 button_edit: تعديل
833 832 button_edit_associated_wikipage: "تغير صفحة ويكي: %{page_title}"
834 833 button_add: إضافة
835 834 button_change: تغيير
836 835 button_apply: تطبيق
837 836 button_clear: إخلاء الحقول
838 837 button_lock: قفل
839 838 button_unlock: الغاء القفل
840 839 button_download: تنزيل
841 840 button_list: قائمة
842 841 button_view: عرض
843 842 button_move: تحرك
844 843 button_move_and_follow: تحرك واتبع
845 844 button_back: رجوع
846 845 button_cancel: إلغاء
847 846 button_activate: تنشيط
848 847 button_sort: ترتيب
849 848 button_log_time: وقت الدخول
850 849 button_rollback: الرجوع الى هذا الاصدار
851 850 button_watch: تابع عبر البريد
852 851 button_unwatch: إلغاء المتابعة عبر البريد
853 852 button_reply: رد
854 853 button_archive: أرشفة
855 854 button_unarchive: إلغاء الأرشفة
856 855 button_reset: إعادة
857 856 button_rename: إعادة التسمية
858 857 button_change_password: تغير كلمة المرور
859 858 button_copy: نسخ
860 859 button_copy_and_follow: نسخ واتباع
861 860 button_annotate: تعليق
862 861 button_update: تحديث
863 862 button_configure: تكوين
864 863 button_quote: اقتباس
865 864 button_duplicate: عمل نسخة
866 865 button_show: إظهار
867 866 button_edit_section: تعديل هذا الجزء
868 867 button_export: تصدير لملف
869 868
870 869 status_active: نشيط
871 870 status_registered: مسجل
872 871 status_locked: مقفل
873 872
874 873 version_status_open: مفتوح
875 874 version_status_locked: مقفل
876 875 version_status_closed: مغلق
877 876
878 877 field_active: فعال
879 878
880 879 text_select_mail_notifications: حدد الامور التي يجب ابلاغك بها عن طريق البريد الالكتروني
881 880 text_regexp_info: مثال. ^[A-Z0-9]+$
882 881 text_min_max_length_info: الحد الاقصى والادني لطول المعلومات
883 882 text_project_destroy_confirmation: هل أنت متأكد من أنك تريد حذف هذا المشروع والبيانات ذات الصلة؟
884 883 text_subprojects_destroy_warning: "المشاريع الفرعية: %{value} سيتم حذفها أيضاً."
885 884 text_workflow_edit: حدد دوراً و نوع بند عمل لتحرير سير العمل
886 885 text_are_you_sure: هل أنت متأكد؟
887 886 text_journal_changed: "%{label} تغير %{old} الى %{new}"
888 887 text_journal_changed_no_detail: "%{label} تم التحديث"
889 888 text_journal_set_to: "%{label} تغير الى %{value}"
890 889 text_journal_deleted: "%{label} تم الحذف (%{old})"
891 890 text_journal_added: "%{label} %{value} تم الاضافة"
892 891 text_tip_issue_begin_day: بند عمل بدأ اليوم
893 892 text_tip_issue_end_day: بند عمل انتهى اليوم
894 893 text_tip_issue_begin_end_day: بند عمل بدأ وانتهى اليوم
895 894 text_caracters_maximum: "%{count} الحد الاقصى."
896 895 text_caracters_minimum: "الحد الادنى %{count}"
897 896 text_length_between: "الطول %{min} بين %{max} رمز"
898 897 text_tracker_no_workflow: لم يتم تحديد سير العمل لهذا النوع من بنود العمل
899 898 text_unallowed_characters: رموز غير مسموحة
900 899 text_comma_separated: مسموح رموز متنوعة يفصلها فاصلة .
901 900 text_line_separated: مسموح رموز متنوعة يفصلها سطور
902 901 text_issues_ref_in_commit_messages: الارتباط وتغيير حالة بنود العمل في رسائل تحرير الملفات
903 902 text_issue_added: "بند العمل %{id} تم ابلاغها عن طريق %{author}."
904 903 text_issue_updated: "بند العمل %{id} تم تحديثها عن طريق %{author}."
905 904 text_wiki_destroy_confirmation: هل انت متأكد من رغبتك في حذف هذا الويكي ومحتوياته؟
906 905 text_issue_category_destroy_question: "بعض بنود العمل (%{count}) مرتبطة بهذه الفئة، ماذا تريد ان تفعل بها؟"
907 906 text_issue_category_destroy_assignments: حذف الفئة
908 907 text_issue_category_reassign_to: اعادة تثبيت البنود في الفئة
909 908 text_user_mail_option: "بالنسبة للمشاريع غير المحددة، سوف يتم ابلاغك عن المشاريع التي تشاهدها او تشارك بها فقط!"
910 909 text_no_configuration_data: "الادوار والمتتبع وحالات بند العمل ومخطط سير العمل لم يتم تحديد وضعها الافتراضي بعد. "
911 910 text_load_default_configuration: تحميل الاعدادات الافتراضية
912 911 text_status_changed_by_changeset: " طبق التغيرات المعينة على %{value}."
913 912 text_time_logged_by_changeset: "تم تطبيق التغيرات المعينة على %{value}."
914 913 text_issues_destroy_confirmation: هل انت متأكد من حذف البنود المظللة؟'
915 914 text_issues_destroy_descendants_confirmation: "سوف يؤدي هذا الى حذف %{count} المهام الفرعية ايضا."
916 915 text_time_entries_destroy_confirmation: "هل انت متأكد من رغبتك في حذف الادخالات الزمنية المحددة؟"
917 916 text_select_project_modules: قم بتحديد الوضع المناسب لهذا المشروع:'
918 917 text_default_administrator_account_changed: تم تعديل الاعدادات الافتراضية لحساب المدير
919 918 text_file_repository_writable: المرفقات قابلة للكتابة
920 919 text_plugin_assets_writable: الدليل المساعد قابل للكتابة
921 920 text_destroy_time_entries_question: " ساعة على بند العمل التي تود حذفها، ماذا تريد ان تفعل؟ %{hours} تم تثبيت"
922 921 text_destroy_time_entries: قم بحذف الساعات المسجلة
923 922 text_assign_time_entries_to_project: ثبت الساعات المسجلة على التقرير
924 923 text_reassign_time_entries: 'اعادة تثبيت الساعات المسجلة لبند العمل هذا:'
925 924 text_user_wrote: "%{value} كتب:"
926 925 text_enumeration_destroy_question: "%{count} الكائنات المعنية لهذه القيمة"
927 926 text_enumeration_category_reassign_to: اعادة تثبيت الكائنات التالية لهذه القيمة:'
928 927 text_email_delivery_not_configured: "لم يتم تسليم البريد الالكتروني"
929 928 text_diff_truncated: '... لقد تم اقتطاع هذا الجزء لانه تجاوز الحد الاقصى المسموح بعرضه'
930 929 text_custom_field_possible_values_info: 'سطر لكل قيمة'
931 930 text_wiki_page_nullify_children: "الاحتفاظ بصفحات الابن كصفحات جذر"
932 931 text_wiki_page_destroy_children: "حذف صفحات الابن وجميع أولادهم"
933 932 text_wiki_page_reassign_children: "إعادة تعيين صفحات تابعة لهذه الصفحة الأصلية"
934 933 text_own_membership_delete_confirmation: "انت على وشك إزالة بعض أو كافة الصلاحيات الخاصة بك، لن تكون قادراً على تحرير هذا المشروع بعد ذلك. هل أنت متأكد من أنك تريد المتابعة؟"
935 934 text_zoom_in: تصغير
936 935 text_zoom_out: تكبير
937 936 text_warn_on_leaving_unsaved: "الصفحة تحتوي على نص غير مخزن، سوف يفقد النص اذا تم الخروج من الصفحة."
938 937 text_scm_path_encoding_note: "الافتراضي: UTF-8"
939 938 text_git_repository_note: مستودع فارغ ومحلي
940 939 text_mercurial_repository_note: مستودع محلي
941 940 text_scm_command: امر
942 941 text_scm_command_version: اصدار
943 942 text_scm_config: الرجاء اعادة تشغيل التطبيق
944 943 text_scm_command_not_available: الامر غير متوفر، الرجاء التحقق من لوحة التحكم
945 944
946 945 default_role_manager: مدير
947 946 default_role_developer: مطور
948 947 default_role_reporter: مراسل
949 948 default_tracker_bug: الشوائب
950 949 default_tracker_feature: خاصية
951 950 default_tracker_support: دعم
952 951 default_issue_status_new: جديد
953 952 default_issue_status_in_progress: جاري التحميل
954 953 default_issue_status_resolved: الحل
955 954 default_issue_status_feedback: التغذية الراجعة
956 955 default_issue_status_closed: مغلق
957 956 default_issue_status_rejected: مرفوض
958 957 default_doc_category_user: مستندات المستخدم
959 958 default_doc_category_tech: المستندات التقنية
960 959 default_priority_low: قليل
961 960 default_priority_normal: عادي
962 961 default_priority_high: عالي
963 962 default_priority_urgent: طارئ
964 963 default_priority_immediate: طارئ الآن
965 964 default_activity_design: تصميم
966 965 default_activity_development: تطوير
967 966
968 967 enumeration_issue_priorities: الاولويات
969 968 enumeration_doc_categories: تصنيف المستندات
970 969 enumeration_activities: الانشطة
971 970 enumeration_system_activity: نشاط النظام
972 971 description_filter: فلترة
973 972 description_search: حقل البحث
974 973 description_choose_project: المشاريع
975 974 description_project_scope: مجال البحث
976 975 description_notes: ملاحظات
977 976 description_message_content: محتويات الرسالة
978 977 description_query_sort_criteria_attribute: نوع الترتيب
979 978 description_query_sort_criteria_direction: اتجاه الترتيب
980 979 description_user_mail_notification: إعدادات البريد الالكتروني
981 980 description_available_columns: الاعمدة المتوفرة
982 981 description_selected_columns: الاعمدة المحددة
983 982 description_all_columns: كل الاعمدة
984 983 description_issue_category_reassign: اختر التصنيف
985 984 description_wiki_subpages_reassign: اختر صفحة جديدة
986 985 text_rmagick_available: RMagick available (optional)
987 986 text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do?
988 987 text_repository_usernames_mapping: |-
989 988 Select or update the Redmine user mapped to each username found in the repository log.
990 989 Users with the same Redmine and repository username or email are automatically mapped.
991 990 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
992 991 label_x_issues:
993 992 zero: لا يوجد بنود عمل
994 993 one: بند عمل واحد
995 994 other: "%{count} بنود عمل"
996 995 label_repository_new: New repository
997 996 field_repository_is_default: Main repository
998 997 label_copy_attachments: Copy attachments
999 998 label_item_position: "%{position}/%{count}"
1000 999 label_completed_versions: Completed versions
1001 1000 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1002 1001 field_multiple: Multiple values
1003 1002 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1004 1003 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1005 1004 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1006 1005 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1007 1006 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1008 1007 permission_manage_related_issues: Manage related issues
1009 1008 field_auth_source_ldap_filter: LDAP filter
1010 1009 label_search_for_watchers: Search for watchers to add
1011 1010 notice_account_deleted: Your account has been permanently deleted.
1012 1011 setting_unsubscribe: Allow users to delete their own account
1013 1012 button_delete_my_account: Delete my account
1014 1013 text_account_destroy_confirmation: |-
1015 1014 Are you sure you want to proceed?
1016 1015 Your account will be permanently deleted, with no way to reactivate it.
1017 1016 error_session_expired: Your session has expired. Please login again.
1018 1017 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1019 1018 setting_session_lifetime: Session maximum lifetime
1020 1019 setting_session_timeout: Session inactivity timeout
1021 1020 label_session_expiration: Session expiration
1022 1021 permission_close_project: Close / reopen the project
1023 1022 label_show_closed_projects: View closed projects
1024 1023 button_close: Close
1025 1024 button_reopen: Reopen
1026 1025 project_status_active: active
1027 1026 project_status_closed: closed
1028 1027 project_status_archived: archived
1029 1028 text_project_closed: This project is closed and read-only.
1030 1029 notice_user_successful_create: User %{id} created.
1031 1030 field_core_fields: Standard fields
1032 1031 field_timeout: Timeout (in seconds)
1033 1032 setting_thumbnails_enabled: Display attachment thumbnails
1034 1033 setting_thumbnails_size: Thumbnails size (in pixels)
1035 1034 label_status_transitions: Status transitions
1036 1035 label_fields_permissions: Fields permissions
1037 1036 label_readonly: Read-only
1038 1037 label_required: Required
1039 1038 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1040 1039 field_board_parent: Parent forum
1041 1040 label_attribute_of_project: Project's %{name}
1042 1041 label_attribute_of_author: Author's %{name}
1043 1042 label_attribute_of_assigned_to: Assignee's %{name}
1044 1043 label_attribute_of_fixed_version: Target version's %{name}
1045 1044 label_copy_subtasks: Copy subtasks
1046 1045 label_copied_to: منسوخ لـ
1047 1046 label_copied_from: منسوخ من
1048 1047 label_any_issues_in_project: any issues in project
1049 1048 label_any_issues_not_in_project: any issues not in project
1050 1049 field_private_notes: Private notes
1051 1050 permission_view_private_notes: View private notes
1052 1051 permission_set_notes_private: Set notes as private
1053 1052 label_no_issues_in_project: no issues in project
1054 1053 label_any: جميع
1055 1054 label_last_n_weeks: آخر %{count} أسبوع/أسابيع
1056 1055 setting_cross_project_subtasks: Allow cross-project subtasks
1057 1056 label_cross_project_descendants: متاح للمشاريع الفرعية
1058 1057 label_cross_project_tree: متاح مع شجرة المشروع
1059 1058 label_cross_project_hierarchy: متاح مع التسلسل الهرمي للمشروع
1060 1059 label_cross_project_system: متاح مع جميع المشاريع
1061 1060 button_hide: إخفاء
1062 1061 setting_non_working_week_days: "أيام أجازة/راحة أسبوعية"
1063 1062 label_in_the_next_days: في الأيام المقبلة
1064 1063 label_in_the_past_days: في الأيام الماضية
1065 1064 label_attribute_of_user: User's %{name}
1066 1065 text_turning_multiple_off: If you disable multiple values, multiple values will be
1067 1066 removed in order to preserve only one value per item.
1068 1067 label_attribute_of_issue: Issue's %{name}
1069 1068 permission_add_documents: Add documents
1070 1069 permission_edit_documents: Edit documents
1071 1070 permission_delete_documents: Delete documents
1072 1071 label_gantt_progress_line: Progress line
1073 1072 setting_jsonp_enabled: Enable JSONP support
1074 1073 field_inherit_members: Inherit members
1075 1074 field_closed_on: Closed
1076 1075 field_generate_password: Generate password
1077 1076 setting_default_projects_tracker_ids: Default trackers for new projects
1078 1077 label_total_time: الإجمالي
1079 1078 notice_account_not_activated_yet: You haven't activated your account yet. If you want
1080 1079 to receive a new activation email, please <a href="%{url}">click this link</a>.
1081 1080 notice_account_locked: Your account is locked.
1082 1081 label_hidden: Hidden
1083 1082 label_visibility_private: to me only
1084 1083 label_visibility_roles: to these roles only
1085 1084 label_visibility_public: to any users
1086 1085 field_must_change_passwd: Must change password at next logon
1087 1086 notice_new_password_must_be_different: The new password must be different from the
1088 1087 current password
1089 1088 setting_mail_handler_excluded_filenames: Exclude attachments by name
1090 1089 text_convert_available: ImageMagick convert available (optional)
1091 1090 label_link: Link
1092 1091 label_only: only
1093 1092 label_drop_down_list: drop-down list
1094 1093 label_checkboxes: checkboxes
1095 1094 label_link_values_to: Link values to URL
1096 1095 setting_force_default_language_for_anonymous: Force default language for anonymous
1097 1096 users
1098 1097 setting_force_default_language_for_loggedin: Force default language for logged-in
1099 1098 users
1100 1099 label_custom_field_select_type: Select the type of object to which the custom field
1101 1100 is to be attached
1102 1101 label_issue_assigned_to_updated: Assignee updated
1103 1102 label_check_for_updates: Check for updates
1104 1103 label_latest_compatible_version: Latest compatible version
1105 1104 label_unknown_plugin: Unknown plugin
1106 1105 label_radio_buttons: radio buttons
1107 1106 label_group_anonymous: Anonymous users
1108 1107 label_group_non_member: Non member users
1109 1108 label_add_projects: Add projects
1110 1109 field_default_status: Default status
1111 1110 text_subversion_repository_note: 'Examples: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
1112 1111 field_users_visibility: Users visibility
1113 1112 label_users_visibility_all: All active users
1114 1113 label_users_visibility_members_of_visible_projects: Members of visible projects
1115 1114 label_edit_attachments: Edit attached files
1116 1115 setting_link_copied_issue: Link issues on copy
1117 1116 label_link_copied_issue: Link copied issue
1118 1117 label_ask: Ask
1119 1118 label_search_attachments_yes: Search attachment filenames and descriptions
1120 1119 label_search_attachments_no: Do not search attachments
1121 1120 label_search_attachments_only: Search attachments only
1122 1121 label_search_open_issues_only: Open issues only
1123 1122 field_address: البريد الالكتروني
1124 1123 setting_max_additional_emails: Maximum number of additional email addresses
1125 1124 label_email_address_plural: Emails
1126 1125 label_email_address_add: Add email address
1127 1126 label_enable_notifications: Enable notifications
1128 1127 label_disable_notifications: Disable notifications
1129 1128 setting_search_results_per_page: Search results per page
1130 1129 label_blank_value: blank
1131 1130 permission_copy_issues: Copy issues
1132 1131 error_password_expired: Your password has expired or the administrator requires you
1133 1132 to change it.
1134 1133 field_time_entries_visibility: Time logs visibility
1135 1134 setting_password_max_age: Require password change after
1136 1135 label_parent_task_attributes: Parent tasks attributes
1137 1136 label_parent_task_attributes_derived: Calculated from subtasks
1138 1137 label_parent_task_attributes_independent: Independent of subtasks
1139 1138 label_time_entries_visibility_all: All time entries
1140 1139 label_time_entries_visibility_own: Time entries created by the user
1141 1140 label_member_management: Member management
1142 1141 label_member_management_all_roles: All roles
1143 1142 label_member_management_selected_roles_only: Only these roles
1144 1143 label_password_required: Confirm your password to continue
1145 1144 label_total_spent_time: الوقت الذي تم انفاقه كاملا
1146 1145 notice_import_finished: "%{count} items have been imported"
1147 1146 notice_import_finished_with_errors: "%{count} out of %{total} items could not be imported"
1148 1147 error_invalid_file_encoding: The file is not a valid %{encoding} encoded file
1149 1148 error_invalid_csv_file_or_settings: The file is not a CSV file or does not match the
1150 1149 settings below
1151 1150 error_can_not_read_import_file: An error occurred while reading the file to import
1152 1151 permission_import_issues: Import issues
1153 1152 label_import_issues: Import issues
1154 1153 label_select_file_to_import: Select the file to import
1155 1154 label_fields_separator: Field separator
1156 1155 label_fields_wrapper: Field wrapper
1157 1156 label_encoding: Encoding
1158 1157 label_comma_char: Comma
1159 1158 label_semi_colon_char: Semicolon
1160 1159 label_quote_char: Quote
1161 1160 label_double_quote_char: Double quote
1162 1161 label_fields_mapping: Fields mapping
1163 1162 label_file_content_preview: File content preview
1164 1163 label_create_missing_values: Create missing values
1165 1164 button_import: Import
1166 1165 field_total_estimated_hours: Total estimated time
1167 1166 label_api: API
1168 1167 label_total_plural: Totals
1169 1168 label_assigned_issues: Assigned issues
1170 1169 label_field_format_enumeration: Key/value list
1171 1170 label_f_hour_short: '%{value} h'
1172 1171 field_default_version: Default version
1173 1172 error_attachment_extension_not_allowed: Attachment extension %{extension} is not allowed
1174 1173 setting_attachment_extensions_allowed: Allowed extensions
1175 1174 setting_attachment_extensions_denied: Disallowed extensions
1176 1175 label_any_open_issues: any open issues
1177 1176 label_no_open_issues: no open issues
1178 1177 label_default_values_for_new_users: Default values for new users
1179 1178 error_ldap_bind_credentials: Invalid LDAP Account/Password
1180 1179 setting_sys_api_key: API مفتاح
1181 1180 setting_lost_password: فقدت كلمة السر
1182 1181 mail_subject_security_notification: Security notification
1183 1182 mail_body_security_notification_change: ! '%{field} was changed.'
1184 1183 mail_body_security_notification_change_to: ! '%{field} was changed to %{value}.'
1185 1184 mail_body_security_notification_add: ! '%{field} %{value} was added.'
1186 1185 mail_body_security_notification_remove: ! '%{field} %{value} was removed.'
1187 1186 mail_body_security_notification_notify_enabled: Email address %{value} now receives
1188 1187 notifications.
1189 1188 mail_body_security_notification_notify_disabled: Email address %{value} no longer
1190 1189 receives notifications.
1191 1190 mail_body_settings_updated: ! 'The following settings were changed:'
1192 1191 field_remote_ip: IP address
1193 1192 label_wiki_page_new: New wiki page
1194 1193 label_relations: Relations
1195 1194 button_filter: Filter
1196 1195 mail_body_password_updated: Your password has been changed.
1197 1196 label_no_preview: No preview available
1198 1197 error_no_tracker_allowed_for_new_issue_in_project: The project doesn't have any trackers
1199 1198 for which you can create an issue
1200 1199 label_tracker_all: All trackers
1201 1200 label_new_project_issue_tab_enabled: Display the "New issue" tab
1202 1201 setting_new_item_menu_tab: Project menu tab for creating new objects
1203 1202 label_new_object_tab_enabled: Display the "+" drop-down
1204 1203 error_no_projects_with_tracker_allowed_for_new_issue: There are no projects with trackers
1205 1204 for which you can create an issue
1206 1205 field_textarea_font: Font used for text areas
1207 1206 label_font_default: Default font
1208 1207 label_font_monospace: Monospaced font
1209 1208 label_font_proportional: Proportional font
1210 1209 setting_timespan_format: Time span format
1211 1210 label_table_of_contents: Table of contents
1212 1211 setting_commit_logs_formatting: Apply text formatting to commit messages
1213 1212 setting_mail_handler_enable_regex_delimiters: Enable regular expressions
1214 1213 error_move_of_child_not_possible: 'Subtask %{child} could not be moved to the new
1215 1214 project: %{errors}'
1216 1215 error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot
1217 1216 be reassigned to an issue that is about to be deleted
1218 1217 setting_timelog_required_fields: Required fields for time logs
1219 1218 label_attribute_of_object: '%{object_name}''s %{name}'
1220 1219 label_user_mail_option_only_assigned: Only for things I watch or I am assigned to
1221 1220 label_user_mail_option_only_owner: Only for things I watch or I am the owner of
1222 1221 warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion
1223 1222 of values from one or more fields on the selected objects
1224 1223 field_updated_by: Updated by
1225 1224 field_last_updated_by: Last updated by
1226 1225 field_full_width_layout: Full width layout
@@ -1,1321 +1,1320
1 1 #
2 2 # Translated by Saadat Mutallimova
3 3 # Data Processing Center of the Ministry of Communication and Information Technologies
4 4 #
5 5 az:
6 6 direction: ltr
7 7 date:
8 8 formats:
9 9 default: "%d.%m.%Y"
10 10 short: "%d %b"
11 11 long: "%d %B %Y"
12 12
13 13 day_names: [bazar, bazar ertəsi, çərşənbə axşamı, çərşənbə, cümə axşamı, cümə, şənbə]
14 14 standalone_day_names: [Bazar, Bazar ertəsi, Çərşənbə axşamı, Çərşənbə, Cümə axşamı, Cümə, Şənbə]
15 15 abbr_day_names: [B, Be, Ça, Ç, Ca, C, Ş]
16 16
17 17 month_names: [~, yanvar, fevral, mart, aprel, may, iyun, iyul, avqust, sentyabr, oktyabr, noyabr, dekabr]
18 18 # see russian gem for info on "standalone" day names
19 19 standalone_month_names: [~, Yanvar, Fevral, Mart, Aprel, May, İyun, İyul, Avqust, Sentyabr, Oktyabr, Noyabr, Dekabr]
20 20 abbr_month_names: [~, yan., fev., mart, apr., may, iyun, iyul, avq., sent., okt., noy., dek.]
21 21 standalone_abbr_month_names: [~, yan., fev., mart, apr., may, iyun, iyul, avq., sent., okt., noy., dek.]
22 22
23 23 order:
24 24 - :day
25 25 - :month
26 26 - :year
27 27
28 28 time:
29 29 formats:
30 30 default: "%a, %d %b %Y, %H:%M:%S %z"
31 31 time: "%H:%M"
32 32 short: "%d %b, %H:%M"
33 33 long: "%d %B %Y, %H:%M"
34 34
35 35 am: "səhər"
36 36 pm: "axşam"
37 37
38 38 number:
39 39 format:
40 40 separator: ","
41 41 delimiter: " "
42 42 precision: 3
43 43
44 44 currency:
45 45 format:
46 46 format: "%n %u"
47 47 unit: "man."
48 48 separator: "."
49 49 delimiter: " "
50 50 precision: 2
51 51
52 52 percentage:
53 53 format:
54 54 delimiter: ""
55 55
56 56 precision:
57 57 format:
58 58 delimiter: ""
59 59
60 60 human:
61 61 format:
62 62 delimiter: ""
63 63 precision: 3
64 64 # Rails 2.2
65 65 # storage_units: [байт, КБ, МБ, ГБ, ТБ]
66 66
67 67 # Rails 2.3
68 68 storage_units:
69 69 # Storage units output formatting.
70 70 # %u is the storage unit, %n is the number (default: 2 MB)
71 71 format: "%n %u"
72 72 units:
73 73 byte:
74 74 one: "bayt"
75 75 few: "bayt"
76 76 many: "bayt"
77 77 other: "bayt"
78 78 kb: "KB"
79 79 mb: "MB"
80 80 gb: "GB"
81 81 tb: "TB"
82 82
83 83 datetime:
84 84 distance_in_words:
85 85 half_a_minute: "bir dəqiqədən az"
86 86 less_than_x_seconds:
87 87 one: "%{count} saniyədən az"
88 88 few: "%{count} saniyədən az"
89 89 many: "%{count} saniyədən az"
90 90 other: "%{count} saniyədən az"
91 91 x_seconds:
92 92 one: "%{count} saniyə"
93 93 few: "%{count} saniyə"
94 94 many: "%{count} saniyə"
95 95 other: "%{count} saniyə"
96 96 less_than_x_minutes:
97 97 one: "%{count} dəqiqədən az"
98 98 few: "%{count} dəqiqədən az"
99 99 many: "%{count} dəqiqədən az"
100 100 other: "%{count} dəqiqədən az"
101 101 x_minutes:
102 102 one: "%{count} dəqiqə"
103 103 few: "%{count} dəqiqə"
104 104 many: "%{count} dəqiqə"
105 105 other: "%{count} dəqiqə"
106 106 about_x_hours:
107 107 one: "təxminən %{count} saat"
108 108 few: "təxminən %{count} saat"
109 109 many: "təxminən %{count} saat"
110 110 other: "təxminən %{count} saat"
111 111 x_hours:
112 112 one: "1 saat"
113 113 other: "%{count} saat"
114 114 x_days:
115 115 one: "%{count} gün"
116 116 few: "%{count} gün"
117 117 many: "%{count} gün"
118 118 other: "%{count} gün"
119 119 about_x_months:
120 120 one: "təxminən %{count} ay"
121 121 few: "təxminən %{count} ay"
122 122 many: "təxminən %{count} ay"
123 123 other: "təxminən %{count} ay"
124 124 x_months:
125 125 one: "%{count} ay"
126 126 few: "%{count} ay"
127 127 many: "%{count} ay"
128 128 other: "%{count} ay"
129 129 about_x_years:
130 130 one: "təxminən %{count} il"
131 131 few: "təxminən %{count} il"
132 132 many: "təxminən %{count} il"
133 133 other: "təxminən %{count} il"
134 134 over_x_years:
135 135 one: "%{count} ildən çox"
136 136 few: "%{count} ildən çox"
137 137 many: "%{count} ildən çox"
138 138 other: "%{count} ildən çox"
139 139 almost_x_years:
140 140 one: "təxminən 1 il"
141 141 few: "təxminən %{count} il"
142 142 many: "təxminən %{count} il"
143 143 other: "təxminən %{count} il"
144 144 prompts:
145 145 year: "İl"
146 146 month: "Ay"
147 147 day: "Gün"
148 148 hour: "Saat"
149 149 minute: "Dəqiqə"
150 150 second: "Saniyə"
151 151
152 152 activerecord:
153 153 errors:
154 154 template:
155 155 header:
156 156 one: "%{model}: %{count} səhvə görə yadda saxlamaq mümkün olmadı"
157 157 few: "%{model}: %{count} səhvlərə görə yadda saxlamaq mümkün olmadı"
158 158 many: "%{model}: %{count} səhvlərə görə yadda saxlamaq mümkün olmadı"
159 159 other: "%{model}: %{count} səhvə görə yadda saxlamaq mümkün olmadı"
160 160
161 161 body: "Problemlər aşağıdakı sahələrdə yarandı:"
162 162
163 163 messages:
164 164 inclusion: "nəzərdə tutulmamış təyinata malikdir"
165 165 exclusion: "ehtiyata götürülməmiş təyinata malikdir"
166 166 invalid: "düzgün təyinat deyildir"
167 167 confirmation: "təsdiq ilə üst-üstə düşmür"
168 168 accepted: "təsdiq etmək lazımdır"
169 169 empty: "boş saxlanıla bilməz"
170 170 blank: "boş saxlanıla bilməz"
171 171 too_long:
172 172 one: "çox böyük uzunluq (%{count} simvoldan çox ola bilməz)"
173 173 few: "çox böyük uzunluq (%{count} simvoldan çox ola bilməz)"
174 174 many: "çox böyük uzunluq (%{count} simvoldan çox ola bilməz)"
175 175 other: "çox böyük uzunluq (%{count} simvoldan çox ola bilməz)"
176 176 too_short:
177 177 one: "uzunluq kifayət qədər deyildir (%{count} simvoldan az ola bilməz)"
178 178 few: "uzunluq kifayət qədər deyildir (%{count} simvoldan az ola bilməz)"
179 179 many: "uzunluq kifayət qədər deyildir (%{count} simvoldan az ola bilməz)"
180 180 other: "uzunluq kifayət qədər deyildir (%{count} simvoldan az ola bilməz)"
181 181 wrong_length:
182 182 one: "düzgün olmayan uzunluq (tam %{count} simvol ola bilər)"
183 183 few: "düzgün olmayan uzunluq (tam %{count} simvol ola bilər)"
184 184 many: "düzgün olmayan uzunluq (tam %{count} simvol ola bilər)"
185 185 other: "düzgün olmayan uzunluq (tam %{count} simvol ola bilər)"
186 186 taken: "artıq mövcuddur"
187 187 not_a_number: "say kimi hesab edilmir"
188 188 greater_than: "%{count} çox təyinata malik ola bilər"
189 189 greater_than_or_equal_to: "%{count} çox ya ona bərabər təyinata malik ola bilər"
190 190 equal_to: "yalnız %{count} bərabər təyinata malik ola bilər"
191 191 less_than: "%{count} az təyinata malik ola bilər"
192 192 less_than_or_equal_to: "%{count} az ya ona bərabər təyinata malik ola bilər"
193 193 odd: "yalnız tək təyinata malik ola bilər"
194 194 even: "yalnız cüt təyinata malik ola bilər"
195 195 greater_than_start_date: "başlanğıc tarixindən sonra olmalıdır"
196 196 not_same_project: "təkcə bir layihəyə aid deyildir"
197 197 circular_dependency: "Belə əlaqə dövri asılılığa gətirib çıxaracaq"
198 198 cant_link_an_issue_with_a_descendant: "Tapşırıq özünün alt tapşırığı ilə əlaqəli ola bilməz"
199 199 earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
200 200 not_a_regexp: "is not a valid regular expression"
201 201 open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task"
202 202
203 203 support:
204 204 array:
205 205 # Rails 2.2
206 206 sentence_connector: "və"
207 207 skip_last_comma: true
208 208
209 209 # Rails 2.3
210 210 words_connector: ", "
211 211 two_words_connector: " və"
212 212 last_word_connector: " "
213 213
214 214 actionview_instancetag_blank_option: Seçim edin
215 215
216 216 button_activate: Aktivləşdirmək
217 217 button_add: Əlavə etmək
218 218 button_annotate: Müəlliflik
219 219 button_apply: Tətbiq etmək
220 220 button_archive: Arxivləşdirmək
221 221 button_back: Geriyə
222 222 button_cancel: İmtina
223 223 button_change_password: Parolu dəyişmək
224 224 button_change: Dəyişmək
225 225 button_check_all: Hamını qeyd etmək
226 226 button_clear: Təmizləmək
227 227 button_configure: Parametlər
228 228 button_copy: Sürətini çıxarmaq
229 229 button_create: Yaratmaq
230 230 button_create_and_continue: Yaratmaq və davam etmək
231 231 button_delete: Silmək
232 232 button_download: Yükləmək
233 233 button_edit: Redaktə etmək
234 234 button_edit_associated_wikipage: "Əlaqəli wiki-səhifəni redaktə etmək: %{page_title}"
235 235 button_list: Siyahı
236 236 button_lock: Bloka salmaq
237 237 button_login: Giriş
238 238 button_log_time: Sərf olunan vaxt
239 239 button_move: Yerini dəyişmək
240 240 button_quote: Sitat gətirmək
241 241 button_rename: Adını dəyişmək
242 242 button_reply: Cavablamaq
243 243 button_reset: Sıfırlamaq
244 244 button_rollback: Bu versiyaya qayıtmaq
245 245 button_save: Yadda saxlamaq
246 246 button_sort: Çeşidləmək
247 247 button_submit: Qəbul etmək
248 248 button_test: Yoxlamaq
249 249 button_unarchive: Arxivdən çıxarmaq
250 250 button_uncheck_all: Təmizləmək
251 251 button_unlock: Blokdan çıxarmaq
252 252 button_unwatch: İzləməmək
253 253 button_update: Yeniləmək
254 254 button_view: Baxmaq
255 255 button_watch: İzləmək
256 256
257 257 default_activity_design: Layihənin hazırlanması
258 258 default_activity_development: Hazırlanma prosesi
259 259 default_doc_category_tech: Texniki sənədləşmə
260 260 default_doc_category_user: İstifadəçi sənədi
261 261 default_issue_status_in_progress: İşlənməkdədir
262 262 default_issue_status_closed: Bağlanıb
263 263 default_issue_status_feedback: Əks əlaqə
264 264 default_issue_status_new: Yeni
265 265 default_issue_status_rejected: Rədd etmə
266 266 default_issue_status_resolved: Həll edilib
267 267 default_priority_high: Yüksək
268 268 default_priority_immediate: Təxirsiz
269 269 default_priority_low: Aşağı
270 270 default_priority_normal: Normal
271 271 default_priority_urgent: Təcili
272 272 default_role_developer: Hazırlayan
273 273 default_role_manager: Menecer
274 274 default_role_reporter: Reportyor
275 275 default_tracker_bug: Səhv
276 276 default_tracker_feature: Təkmilləşmə
277 277 default_tracker_support: Dəstək
278 278
279 279 enumeration_activities: Hərəkətlər (vaxtın uçotu)
280 280 enumeration_doc_categories: Sənədlərin kateqoriyası
281 281 enumeration_issue_priorities: Tapşırıqların prioriteti
282 282
283 283 error_can_not_remove_role: Bu rol istifadə edilir və silinə bilməz.
284 284 error_can_not_delete_custom_field: Sazlanmış sahəni silmək mümkün deyildir
285 285 error_can_not_delete_tracker: Bu treker tapşırıqlardan ibarət olduğu üçün silinə bilməz.
286 286 error_can_t_load_default_data: "Susmaya görə konfiqurasiya yüklənməmişdir: %{value}"
287 287 error_issue_not_found_in_project: Tapşırıq tapılmamışdır və ya bu layihəyə bərkidilməmişdir
288 288 error_scm_annotate: "Verilənlər mövcud deyildir ya imzalana bilməz."
289 289 error_scm_command_failed: "Saxlayıcıya giriş imkanı səhvi: %{value}"
290 290 error_scm_not_found: Saxlayıcıda yazı və/ və ya düzəliş yoxdur.
291 291 error_unable_to_connect: Qoşulmaq mümkün deyildir (%{value})
292 292 error_unable_delete_issue_status: Tapşırığın statusunu silmək mümkün deyildir
293 293
294 294 field_account: İstifadəçi hesabı
295 295 field_activity: Fəaliyyət
296 296 field_admin: İnzibatçı
297 297 field_assignable: Tapşırıq bu rola təyin edilə bilər
298 298 field_assigned_to: Təyin edilib
299 299 field_attr_firstname: Ad
300 300 field_attr_lastname: Soyad
301 301 field_attr_login: Atribut Login
302 302 field_attr_mail: e-poçt
303 303 field_author: Müəllif
304 304 field_auth_source: Autentifikasiya rejimi
305 305 field_base_dn: BaseDN
306 306 field_category: Kateqoriya
307 307 field_column_names: Sütunlar
308 308 field_comments: Şərhlər
309 309 field_comments_sorting: Şərhlərin təsviri
310 310 field_content: Content
311 311 field_created_on: Yaradılıb
312 312 field_default_value: Susmaya görə təyinat
313 313 field_delay: Təxirə salmaq
314 314 field_description: Təsvir
315 315 field_done_ratio: Hazırlıq
316 316 field_downloads: Yükləmələr
317 317 field_due_date: Yerinə yetirilmə tarixi
318 318 field_editable: Redaktə edilən
319 319 field_effective_date: Tarix
320 320 field_estimated_hours: Vaxtın dəyərləndirilməsi
321 321 field_field_format: Format
322 322 field_filename: Fayl
323 323 field_filesize: Ölçü
324 324 field_firstname: Ad
325 325 field_fixed_version: Variant
326 326 field_hide_mail: E-poçtumu gizlət
327 327 field_homepage: Başlanğıc səhifə
328 328 field_host: Kompyuter
329 329 field_hours: saat
330 330 field_identifier: Unikal identifikator
331 331 field_identity_url: OpenID URL
332 332 field_is_closed: Tapşırıq bağlanıb
333 333 field_is_default: Susmaya görə tapşırıq
334 334 field_is_filter: Filtr kimi istifadə edilir
335 335 field_is_for_all: Bütün layihələr üçün
336 336 field_is_in_roadmap: Operativ planda əks olunan tapşırıqlar
337 337 field_is_public: Ümümaçıq
338 338 field_is_required: Mütləq
339 339 field_issue_to: Əlaqəli tapşırıqlar
340 340 field_issue: Tapşırıq
341 341 field_language: Dil
342 342 field_last_login_on: Son qoşulma
343 343 field_lastname: Soyad
344 344 field_login: İstifadəçi
345 345 field_mail: e-poçt
346 346 field_mail_notification: e-poçt ilə bildiriş
347 347 field_max_length: maksimal uzunluq
348 348 field_min_length: minimal uzunluq
349 349 field_name: Ad
350 350 field_new_password: Yeni parol
351 351 field_notes: Qeyd
352 352 field_onthefly: Tez bir zamanda istifadəçinin yaradılması
353 353 field_parent_title: Valideyn səhifə
354 354 field_parent: Valideyn layihə
355 355 field_parent_issue: Valideyn tapşırıq
356 356 field_password_confirmation: Təsdiq
357 357 field_password: Parol
358 358 field_port: Port
359 359 field_possible_values: Mümkün olan təyinatlar
360 360 field_priority: Prioritet
361 361 field_project: Layihə
362 362 field_redirect_existing_links: Mövcud olan istinadları istiqamətləndirmək
363 363 field_regexp: Müntəzəm ifadə
364 364 field_role: Rol
365 365 field_searchable: Axtarış üçün açıqdır
366 366 field_spent_on: Tarix
367 367 field_start_date: Başlanıb
368 368 field_start_page: Başlanğıc səhifə
369 369 field_status: Status
370 370 field_subject: Mövzu
371 371 field_subproject: Altlayihə
372 372 field_summary: Qısa təsvir
373 373 field_text: Mətn sahəsi
374 374 field_time_entries: Sərf olunan zaman
375 375 field_time_zone: Saat qurşağı
376 376 field_title: Başlıq
377 377 field_tracker: Treker
378 378 field_type: Tip
379 379 field_updated_on: Yenilənib
380 380 field_url: URL
381 381 field_user: İstifadəçi
382 382 field_value: Təyinat
383 383 field_version: Variant
384 384 field_watcher: Nəzarətçi
385 385
386 386 general_csv_decimal_separator: ','
387 387 general_csv_encoding: UTF-8
388 388 general_csv_separator: ';'
389 389 general_pdf_fontname: freesans
390 390 general_pdf_monospaced_fontname: freemono
391 391 general_first_day_of_week: '1'
392 392 general_lang_name: 'Azerbaijani (Azeri)'
393 393 general_text_no: 'xeyr'
394 394 general_text_No: 'Xeyr'
395 395 general_text_yes: 'bəli'
396 396 general_text_Yes: 'Bəli'
397 397
398 398 label_activity: Görülən işlər
399 399 label_add_another_file: Bir fayl daha əlavə etmək
400 400 label_added_time_by: "Əlavə etdi %{author} %{age} əvvəl"
401 401 label_added: əlavə edilib
402 402 label_add_note: Qeydi əlavə etmək
403 403 label_administration: İnzibatçılıq
404 404 label_age: Yaş
405 405 label_ago: gün əvvəl
406 406 label_all_time: hər zaman
407 407 label_all_words: Bütün sözlər
408 408 label_all: hamı
409 409 label_and_its_subprojects: "%{value} bütün altlayihələr"
410 410 label_applied_status: Tətbiq olunan status
411 411 label_ascending: Artmaya görə
412 412 label_assigned_to_me_issues: Mənim tapşırıqlarım
413 413 label_associated_revisions: Əlaqəli redaksiyalar
414 414 label_attachment: Fayl
415 415 label_attachment_delete: Faylı silmək
416 416 label_attachment_new: Yeni fayl
417 417 label_attachment_plural: Fayllar
418 418 label_attribute: Atribut
419 419 label_attribute_plural: Atributlar
420 420 label_authentication: Autentifikasiya
421 421 label_auth_source: Autentifikasiyanın rejimi
422 422 label_auth_source_new: Autentifikasiyanın yeni rejimi
423 423 label_auth_source_plural: Autentifikasiyanın rejimləri
424 424 label_blocked_by: bloklanır
425 425 label_blocks: bloklayır
426 426 label_board: Forum
427 427 label_board_new: Yeni forum
428 428 label_board_plural: Forumlar
429 429 label_boolean: Məntiqi
430 430 label_browse: Baxış
431 431 label_bulk_edit_selected_issues: Seçilən bütün tapşırıqları redaktə etmək
432 432 label_calendar: Təqvim
433 433 label_calendar_filter: O cümlədən
434 434 label_calendar_no_assigned: Mənim deyil
435 435 label_change_plural: Dəyişikliklər
436 436 label_change_properties: Xassələri dəyişmək
437 437 label_change_status: Statusu dəyişmək
438 438 label_change_view_all: Bütün dəyişikliklərə baxmaq
439 439 label_changes_details: Bütün dəyişikliklərə görə təfsilatlar
440 440 label_changeset_plural: Dəyişikliklər
441 441 label_chronological_order: Xronoloji ardıcıllıq ilə
442 442 label_closed_issues: Bağlıdır
443 443 label_closed_issues_plural: bağlıdır
444 444 label_closed_issues_plural2: bağlıdır
445 445 label_closed_issues_plural5: bağlıdır
446 446 label_comment: şərhlər
447 447 label_comment_add: Şərhləri qeyd etmək
448 448 label_comment_added: Əlavə olunmuş şərhlər
449 449 label_comment_delete: Şərhi silmək
450 450 label_comment_plural: Şərhlər
451 451 label_comment_plural2: Şərhlər
452 452 label_comment_plural5: şərhlərin
453 453 label_commits_per_author: İstifadəçi üzərində dəyişikliklər
454 454 label_commits_per_month: Ay üzərində dəyişikliklər
455 455 label_confirmation: Təsdiq
456 456 label_contains: tərkibi
457 457 label_copied: surəti köçürülüb
458 458 label_copy_workflow_from: görülən işlərin ardıcıllığının surətini köçürmək
459 459 label_current_status: Cari status
460 460 label_current_version: Cari variant
461 461 label_custom_field: Sazlanan sahə
462 462 label_custom_field_new: Yeni sazlanan sahə
463 463 label_custom_field_plural: Sazlanan sahələr
464 464 label_date_from: С
465 465 label_date_from_to: С %{start} по %{end}
466 466 label_date_range: vaxt intervalı
467 467 label_date_to: üzrə
468 468 label_date: Tarix
469 469 label_day_plural: gün
470 470 label_default: Susmaya görə
471 471 label_default_columns: Susmaya görə sütunlar
472 472 label_deleted: silinib
473 473 label_descending: Azalmaya görə
474 474 label_details: Təfsilatlar
475 475 label_diff_inline: mətndə
476 476 label_diff_side_by_side: Yanaşı
477 477 label_disabled: söndürülüb
478 478 label_display: Təsvir
479 479 label_display_per_page: "Səhifəyə: %{value}"
480 480 label_document: Sənəd
481 481 label_document_added: Sənəd əlavə edilib
482 482 label_document_new: Yeni sənəd
483 483 label_document_plural: Sənədlər
484 484 label_downloads_abbr: Yükləmələr
485 485 label_duplicated_by: çoxaldılır
486 486 label_duplicates: çoxaldır
487 487 label_enumeration_new: Yeni qiymət
488 488 label_enumerations: Qiymətlərin siyahısı
489 489 label_environment: Mühit
490 490 label_equals: sayılır
491 491 label_example: Nümunə
492 492 label_export_to: ixrac etmək
493 493 label_feed_plural: Atom
494 494 label_feeds_access_key_created_on: "Atom-ə giriş açarı %{value} əvvəl yaradılıb"
495 495 label_f_hour: "%{value} saat"
496 496 label_f_hour_plural: "%{value} saat"
497 497 label_file_added: Fayl əlavə edilib
498 498 label_file_plural: Fayllar
499 499 label_filter_add: Filtr əlavə etmək
500 500 label_filter_plural: Filtrlər
501 501 label_float: Həqiqi ədəd
502 502 label_follows: Əvvəlki
503 503 label_gantt: Qant diaqramması
504 504 label_general: Ümumi
505 505 label_generate_key: Açarı generasiya etmək
506 506 label_greater_or_equal: ">="
507 507 label_help: Kömək
508 508 label_history: Tarixçə
509 509 label_home: Ana səhifə
510 510 label_incoming_emails: Məlumatların qəbulu
511 511 label_index_by_date: Səhifələrin tarixçəsi
512 512 label_index_by_title: Başlıq
513 513 label_information_plural: İnformasiya
514 514 label_information: İnformasiya
515 515 label_in_less_than: az
516 516 label_in_more_than: çox
517 517 label_integer: Tam
518 518 label_internal: Daxili
519 519 label_in: da (də)
520 520 label_issue: Tapşırıq
521 521 label_issue_added: Tapşırıq əlavə edilib
522 522 label_issue_category_new: Yeni kateqoriya
523 523 label_issue_category_plural: Tapşırığın kateqoriyası
524 524 label_issue_category: Tapşırığın kateqoriyası
525 525 label_issue_new: Yeni tapşırıq
526 526 label_issue_plural: Tapşırıqlar
527 527 label_issues_by: "%{value} üzrə çeşidləmək"
528 528 label_issue_status_new: Yeni status
529 529 label_issue_status_plural: Tapşırıqların statusu
530 530 label_issue_status: Tapşırığın statusu
531 531 label_issue_tracking: Tapşırıqlar
532 532 label_issue_updated: Tapşırıq yenilənib
533 533 label_issue_view_all: Bütün tapşırıqlara baxmaq
534 534 label_issue_watchers: Nəzarətçilər
535 535 label_jump_to_a_project: ... layihəyə keçid
536 536 label_language_based: Dilin əsasında
537 537 label_last_changes: "%{count} az dəyişiklik"
538 538 label_last_login: Sonuncu qoşulma
539 539 label_last_month: sonuncu ay
540 540 label_last_n_days: "son %{count} gün"
541 541 label_last_week: sonuncu həftə
542 542 label_latest_revision: Sonuncu redaksiya
543 543 label_latest_revision_plural: Sonuncu redaksiyalar
544 544 label_ldap_authentication: LDAP vasitəsilə avtorizasiya
545 545 label_less_or_equal: <=
546 546 label_less_than_ago: gündən az
547 547 label_list: Siyahı
548 548 label_loading: Yükləmə...
549 549 label_logged_as: Daxil olmusunuz
550 550 label_login: Daxil olmaq
551 551 label_login_with_open_id_option: və ya OpenID vasitəsilə daxil olmaq
552 552 label_logout: Çıxış
553 553 label_max_size: Maksimal ölçü
554 554 label_member_new: Yeni iştirakçı
555 555 label_member: İştirakçı
556 556 label_member_plural: İştirakçılar
557 557 label_message_last: Sonuncu məlumat
558 558 label_message_new: Yeni məlumat
559 559 label_message_plural: Məlumatlar
560 560 label_message_posted: Məlumat əlavə olunub
561 561 label_me: mənə
562 562 label_min_max_length: Minimal - maksimal uzunluq
563 563 label_modified: dəyişilib
564 564 label_module_plural: Modullar
565 565 label_months_from: ay
566 566 label_month: Ay
567 567 label_more_than_ago: gündən əvvəl
568 label_more: Çox
569 568 label_my_account: Mənim hesabım
570 569 label_my_page: Mənim səhifəm
571 570 label_my_page_block: Mənim səhifəmin bloku
572 571 label_my_projects: Mənim layihələrim
573 572 label_new: Yeni
574 573 label_new_statuses_allowed: İcazə verilən yeni statuslar
575 574 label_news_added: Xəbər əlavə edilib
576 575 label_news_latest: Son xəbərlər
577 576 label_news_new: Xəbər əlavə etmək
578 577 label_news_plural: Xəbərlər
579 578 label_news_view_all: Bütün xəbərlərə baxmaq
580 579 label_news: Xəbərlər
581 580 label_next: Növbəti
582 581 label_nobody: heç kim
583 582 label_no_change_option: (Dəyişiklik yoxdur)
584 583 label_no_data: Təsvir üçün verilənlər yoxdur
585 584 label_none: yoxdur
586 585 label_not_contains: mövcud deyil
587 586 label_not_equals: sayılmır
588 587 label_open_issues: açıqdır
589 588 label_open_issues_plural: açıqdır
590 589 label_open_issues_plural2: açıqdır
591 590 label_open_issues_plural5: açıqdır
592 591 label_optional_description: Təsvir (vacib deyil)
593 592 label_options: Opsiyalar
594 593 label_overall_activity: Görülən işlərin toplu hesabatı
595 594 label_overview: Baxış
596 595 label_password_lost: Parolun bərpası
597 596 label_permissions_report: Giriş hüquqları üzrə hesabat
598 597 label_permissions: Giriş hüquqları
599 598 label_personalize_page: bu səhifəni fərdiləşdirmək
600 599 label_please_login: Xahiş edirik, daxil olun.
601 600 label_plugins: Modullar
602 601 label_precedes: növbəti
603 602 label_preferences: Üstünlük
604 603 label_preview: İlkin baxış
605 604 label_previous: Əvvəlki
606 605 label_profile: Profil
607 606 label_project: Layihə
608 607 label_project_all: Bütün layihələr
609 608 label_project_copy_notifications: Layihənin surətinin çıxarılması zamanı elektron poçt ilə bildiriş göndərmək
610 609 label_project_latest: Son layihələr
611 610 label_project_new: Yeni layihə
612 611 label_project_plural: Layihələr
613 612 label_project_plural2: layihəni
614 613 label_project_plural5: layihələri
615 614 label_public_projects: Ümumi layihələr
616 615 label_query: Yadda saxlanılmış sorğu
617 616 label_query_new: Yeni sorğu
618 617 label_query_plural: Yadda saxlanılmış sorğular
619 618 label_read: Oxu...
620 619 label_register: Qeydiyyat
621 620 label_registered_on: Qeydiyyatdan keçib
622 621 label_registration_activation_by_email: e-poçt üzrə hesabımın aktivləşdirilməsi
623 622 label_registration_automatic_activation: uçot qeydlərinin avtomatik aktivləşdirilməsi
624 623 label_registration_manual_activation: uçot qeydlərini əl ilə aktivləşdirmək
625 624 label_related_issues: Əlaqəli tapşırıqlar
626 625 label_relates_to: əlaqəlidir
627 626 label_relation_delete: Əlaqəni silmək
628 627 label_relation_new: Yeni münasibət
629 628 label_renamed: adını dəyişmək
630 629 label_reply_plural: Cavablar
631 630 label_report: Hesabat
632 631 label_report_plural: Hesabatlar
633 632 label_reported_issues: Yaradılan tapşırıqlar
634 633 label_repository: Saxlayıcı
635 634 label_repository_plural: Saxlayıcı
636 635 label_result_plural: Nəticələr
637 636 label_reverse_chronological_order: Əks ardıcıllıqda
638 637 label_revision: Redaksiya
639 638 label_revision_plural: Redaksiyalar
640 639 label_roadmap: Operativ plan
641 640 label_roadmap_due_in: "%{value} müddətində"
642 641 label_roadmap_no_issues: bu versiya üçün tapşırıq yoxdur
643 642 label_roadmap_overdue: "gecikmə %{value}"
644 643 label_role: Rol
645 644 label_role_and_permissions: Rollar və giriş hüquqları
646 645 label_role_new: Yeni rol
647 646 label_role_plural: Rollar
648 647 label_scm: Saxlayıcının tipi
649 648 label_search: Axtarış
650 649 label_search_titles_only: Ancaq adlarda axtarmaq
651 650 label_send_information: İstifadəçiyə uçot qeydləri üzrə informasiyanı göndərmək
652 651 label_send_test_email: Yoxlama üçün email göndərmək
653 652 label_settings: Sazlamalar
654 653 label_show_completed_versions: Bitmiş variantları göstərmək
655 654 label_sort: Çeşidləmək
656 655 label_sort_by: "%{value} üzrə çeşidləmək"
657 656 label_sort_higher: Yuxarı
658 657 label_sort_highest: Əvvələ qayıt
659 658 label_sort_lower: Aşağı
660 659 label_sort_lowest: Sona qayıt
661 660 label_spent_time: Sərf olunan vaxt
662 661 label_statistics: Statistika
663 662 label_stay_logged_in: Sistemdə qalmaq
664 663 label_string: Mətn
665 664 label_subproject_plural: Altlayihələr
666 665 label_subtask_plural: Alt tapşırıqlar
667 666 label_text: Uzun mətn
668 667 label_theme: Mövzu
669 668 label_this_month: bu ay
670 669 label_this_week: bu həftə
671 670 label_this_year: bu il
672 671 label_time_tracking: Vaxtın uçotu
673 672 label_timelog_today: Bu günə sərf olunan vaxt
674 673 label_today: bu gün
675 674 label_topic_plural: Mövzular
676 675 label_total: Cəmi
677 676 label_tracker: Treker
678 677 label_tracker_new: Yeni treker
679 678 label_tracker_plural: Trekerlər
680 679 label_updated_time: "%{value} əvvəl yenilənib"
681 680 label_updated_time_by: "%{author} %{age} əvvəl yenilənib"
682 681 label_used_by: İstifadə olunur
683 682 label_user: İstifasdəçi
684 683 label_user_activity: "İstifadəçinin gördüyü işlər %{value}"
685 684 label_user_mail_no_self_notified: "Tərəfimdən edilən dəyişikliklər haqqında məni xəbərdar etməmək"
686 685 label_user_mail_option_all: "Mənim layihələrimdəki bütün hadisələr haqqında"
687 686 label_user_mail_option_selected: "Yalnız seçilən layihədəki bütün hadisələr haqqında..."
688 687 label_user_mail_option_only_my_events: Yalnız izlədiyim və ya iştirak etdiyim obyektlər üçün
689 688 label_user_new: Yeni istifadəçi
690 689 label_user_plural: İstifadəçilər
691 690 label_version: Variant
692 691 label_version_new: Yeni variant
693 692 label_version_plural: Variantlar
694 693 label_view_diff: Fərqlərə baxmaq
695 694 label_view_revisions: Redaksiyalara baxmaq
696 695 label_watched_issues: Tapşırığın izlənilməsi
697 696 label_week: Həftə
698 697 label_wiki: Wiki
699 698 label_wiki_edit: Wiki-nin redaktəsi
700 699 label_wiki_edit_plural: Wiki
701 700 label_wiki_page: Wiki səhifəsi
702 701 label_wiki_page_plural: Wiki səhifələri
703 702 label_workflow: Görülən işlərin ardıcıllığı
704 703 label_x_closed_issues_abbr:
705 704 zero: "0 bağlıdır"
706 705 one: "1 bağlanıb"
707 706 few: "%{count} bağlıdır"
708 707 many: "%{count} bağlıdır"
709 708 other: "%{count} bağlıdır"
710 709 label_x_comments:
711 710 zero: "şərh yoxdur"
712 711 one: "1 şərh"
713 712 few: "%{count} şərhlər"
714 713 many: "%{count} şərh"
715 714 other: "%{count} şərh"
716 715 label_x_open_issues_abbr:
717 716 zero: "0 açıqdır"
718 717 one: "1 açıq"
719 718 few: "%{count} açıqdır"
720 719 many: "%{count} açıqdır"
721 720 other: "%{count} açıqdır"
722 721 label_x_projects:
723 722 zero: "layihələr yoxdur"
724 723 one: "1 layihə"
725 724 few: "%{count} layihə"
726 725 many: "%{count} layihə"
727 726 other: "%{count} layihə"
728 727 label_year: İl
729 728 label_yesterday: dünən
730 729
731 730 mail_body_account_activation_request: "Yeni istifadəçi qeydiyyatdan keçib (%{value}). Uçot qeydi Sizin təsdiqinizi gözləyir:"
732 731 mail_body_account_information: Sizin uçot qeydiniz haqqında informasiya
733 732 mail_body_account_information_external: "Siz özünüzün %{value} uçot qeydinizi giriş üçün istifadə edə bilərsiniz."
734 733 mail_body_lost_password: 'Parolun dəyişdirilməsi üçün aşağıdakı linkə keçin:'
735 734 mail_body_register: 'Uçot qeydinin aktivləşdirilməsi üçün aşağıdakı linkə keçin:'
736 735 mail_body_reminder: "növbəti %{days} gün üçün Sizə təyin olunan %{count}:"
737 736 mail_subject_account_activation_request: "Sistemdə istifadəçinin aktivləşdirilməsi üçün sorğu %{value}"
738 737 mail_subject_lost_password: "Sizin %{value} parolunuz"
739 738 mail_subject_register: "Uçot qeydinin aktivləşdirilməsi %{value}"
740 739 mail_subject_reminder: "yaxın %{days} gün üçün Sizə təyin olunan %{count}"
741 740
742 741 notice_account_activated: Sizin uçot qeydiniz aktivləşdirilib. Sistemə daxil ola bilərsiniz.
743 742 notice_account_invalid_credentials: İstifadəçi adı və ya parolu düzgün deyildir
744 743 notice_account_lost_email_sent: Sizə yeni parolun seçimi ilə bağlı təlimatı əks etdirən məktub göndərilmişdir.
745 744 notice_account_password_updated: Parol müvəffəqiyyətlə yeniləndi.
746 745 notice_account_pending: "Sizin uçot qeydiniz yaradıldı inzibatçının təsdiqini gözləyir."
747 746 notice_account_register_done: Uçot qeydi müvəffəqiyyətlə yaradıldı. Sizin uçot qeydinizin aktivləşdirilməsi üçün elektron poçtunuza göndərilən linkə keçin.
748 747 notice_account_unknown_email: Naməlum istifadəçi.
749 748 notice_account_updated: Uçot qeydi müvəffəqiyyətlə yeniləndi.
750 749 notice_account_wrong_password: Parol düzgün deyildir
751 750 notice_can_t_change_password: Bu uçot qeydi üçün xarici autentifikasiya mənbəyi istifadə olunur. Parolu dəyişmək mümkün deyildir.
752 751 notice_default_data_loaded: Susmaya görə konfiqurasiya yüklənilmişdir.
753 752 notice_email_error: "Məktubun göndərilməsi zamanı səhv baş vermişdi (%{value})"
754 753 notice_email_sent: "Məktub göndərilib %{value}"
755 754 notice_failed_to_save_issues: "Seçilən %{total} içərisindən %{count} bəndləri saxlamaq mümkün olmadı: %{ids}."
756 755 notice_failed_to_save_members: "İştirakçını (ları) yadda saxlamaq mümkün olmadı: %{errors}."
757 756 notice_feeds_access_key_reseted: Sizin Atom giriş açarınız sıfırlanmışdır.
758 757 notice_file_not_found: Daxil olmağa çalışdığınız səhifə mövcud deyildir və ya silinib.
759 758 notice_locking_conflict: İnformasiya digər istifadəçi tərəfindən yenilənib.
760 759 notice_no_issue_selected: "Heç bir tapşırıq seçilməyib! Xahiş edirik, redaktə etmək istədiyiniz tapşırığı qeyd edin."
761 760 notice_not_authorized: Sizin bu səhifəyə daxil olmaq hüququnuz yoxdur.
762 761 notice_successful_connection: Qoşulma müvəffəqiyyətlə yerinə yetirilib.
763 762 notice_successful_create: Yaratma müvəffəqiyyətlə yerinə yetirildi.
764 763 notice_successful_delete: Silinmə müvəffəqiyyətlə yerinə yetirildi.
765 764 notice_successful_update: Yeniləmə müvəffəqiyyətlə yerinə yetirildi.
766 765 notice_unable_delete_version: Variantı silmək mümkün olmadı.
767 766
768 767 permission_add_issues: Tapşırıqların əlavə edilməsi
769 768 permission_add_issue_notes: Qeydlərin əlavə edilməsi
770 769 permission_add_issue_watchers: Nəzarətçilərin əlavə edilməsi
771 770 permission_add_messages: Məlumatların göndərilməsi
772 771 permission_browse_repository: Saxlayıcıya baxış
773 772 permission_comment_news: Xəbərlərə şərh
774 773 permission_commit_access: Saxlayıcıda faylların dəyişdirilməsi
775 774 permission_delete_issues: Tapşırıqların silinməsi
776 775 permission_delete_messages: Məlumatların silinməsi
777 776 permission_delete_own_messages: Şəxsi məlumatların silinməsi
778 777 permission_delete_wiki_pages: Wiki-səhifələrin silinməsi
779 778 permission_delete_wiki_pages_attachments: Bərkidilən faylların silinməsi
780 779 permission_edit_issue_notes: Qeydlərin redaktə edilməsi
781 780 permission_edit_issues: Tapşırıqların redaktə edilməsi
782 781 permission_edit_messages: Məlumatların redaktə edilməsi
783 782 permission_edit_own_issue_notes: Şəxsi qeydlərin redaktə edilməsi
784 783 permission_edit_own_messages: Şəxsi məlumatların redaktə edilməsi
785 784 permission_edit_own_time_entries: Şəxsi vaxt uçotunun redaktə edilməsi
786 785 permission_edit_project: Layihələrin redaktə edilməsi
787 786 permission_edit_time_entries: Vaxt uçotunun redaktə edilməsi
788 787 permission_edit_wiki_pages: Wiki-səhifənin redaktə edilməsi
789 788 permission_export_wiki_pages: Wiki-səhifənin ixracı
790 789 permission_log_time: Sərf olunan vaxtın uçotu
791 790 permission_view_changesets: Saxlayıcı dəyişikliklərinə baxış
792 791 permission_view_time_entries: Sərf olunan vaxta baxış
793 792 permission_manage_project_activities: Layihə üçün hərəkət tiplərinin idarə edilməsi
794 793 permission_manage_boards: Forumların idarə edilməsi
795 794 permission_manage_categories: Tapşırıq kateqoriyalarının idarə edilməsi
796 795 permission_manage_files: Faylların idarə edilməsi
797 796 permission_manage_issue_relations: Tapşırıq bağlantılarının idarə edilməsi
798 797 permission_manage_members: İştirakçıların idarə edilməsi
799 798 permission_manage_news: Xəbərlərin idarə edilməsi
800 799 permission_manage_public_queries: Ümumi sorğuların idarə edilməsi
801 800 permission_manage_repository: Saxlayıcının idarə edilməsi
802 801 permission_manage_subtasks: Alt tapşırıqların idarə edilməsi
803 802 permission_manage_versions: Variantların idarə edilməsi
804 803 permission_manage_wiki: Wiki-nin idarə edilməsi
805 804 permission_move_issues: Tapşırıqların köçürülməsi
806 805 permission_protect_wiki_pages: Wiki-səhifələrin bloklanması
807 806 permission_rename_wiki_pages: Wiki-səhifələrin adının dəyişdirilməsi
808 807 permission_save_queries: Sorğuların yadda saxlanılması
809 808 permission_select_project_modules: Layihə modulunun seçimi
810 809 permission_view_calendar: Təqvimə baxış
811 810 permission_view_documents: Sənədlərə baxış
812 811 permission_view_files: Fayllara baxış
813 812 permission_view_gantt: Qant diaqramına baxış
814 813 permission_view_issue_watchers: Nəzarətçilərin siyahılarına baxış
815 814 permission_view_messages: Məlumatlara baxış
816 815 permission_view_wiki_edits: Wiki tarixçəsinə baxış
817 816 permission_view_wiki_pages: Wiki-yə baxış
818 817
819 818 project_module_boards: Forumlar
820 819 project_module_documents: Sənədlər
821 820 project_module_files: Fayllar
822 821 project_module_issue_tracking: Tapşırıqlar
823 822 project_module_news: Xəbərlər
824 823 project_module_repository: Saxlayıcı
825 824 project_module_time_tracking: Vaxtın uçotu
826 825 project_module_wiki: Wiki
827 826 project_module_gantt: Qant diaqramı
828 827 project_module_calendar: Təqvim
829 828
830 829 setting_activity_days_default: Görülən işlərdə əks olunan günlərin sayı
831 830 setting_app_subtitle: Əlavənin sərlövhəsi
832 831 setting_app_title: Əlavənin adı
833 832 setting_attachment_max_size: Yerləşdirmənin maksimal ölçüsü
834 833 setting_autofetch_changesets: Saxlayıcının dəyişikliklərini avtomatik izləmək
835 834 setting_autologin: Avtomatik giriş
836 835 setting_bcc_recipients: Gizli surətləri istifadə etmək (BCC)
837 836 setting_cache_formatted_text: Formatlaşdırılmış mətnin heşlənməsi
838 837 setting_commit_fix_keywords: Açar sözlərin təyini
839 838 setting_commit_ref_keywords: Axtarış üçün açar sözlər
840 839 setting_cross_project_issue_relations: Layihələr üzrə tapşırıqların kəsişməsinə icazə vermək
841 840 setting_date_format: Tarixin formatı
842 841 setting_default_language: Susmaya görə dil
843 842 setting_default_notification_option: Susmaya görə xəbərdarlıq üsulu
844 843 setting_default_projects_public: Yeni layihələr ümumaçıq hesab edilir
845 844 setting_diff_max_lines_displayed: diff üçün sətirlərin maksimal sayı
846 845 setting_display_subprojects_issues: Susmaya görə altlayihələrin əks olunması
847 846 setting_emails_footer: Məktubun sətiraltı qeydləri
848 847 setting_enabled_scm: Daxil edilən SCM
849 848 setting_feeds_limit: Atom axını üçün başlıqların sayının məhdudlaşdırılması
850 849 setting_file_max_size_displayed: Əks olunma üçün mətn faylının maksimal ölçüsü
851 850 setting_gravatar_enabled: İstifadəçi avatarını Gravatar-dan istifadə etmək
852 851 setting_host_name: Kompyuterin adı
853 852 setting_issue_list_default_columns: Susmaya görə tapşırıqların siyahısında əks oluna sütunlar
854 853 setting_issues_export_limit: İxrac olunan tapşırıqlar üzrə məhdudiyyətlər
855 854 setting_login_required: Autentifikasiya vacibdir
856 855 setting_mail_from: Çıxan e-poçt ünvanı
857 856 setting_mail_handler_api_enabled: Daxil olan məlumatlar üçün veb-servisi qoşmaq
858 857 setting_mail_handler_api_key: API açar
859 858 setting_openid: Giriş və qeydiyyat üçün OpenID izacə vermək
860 859 setting_per_page_options: Səhifə üçün qeydlərin sayı
861 860 setting_plain_text_mail: Yalnız sadə mətn (HTML olmadan)
862 861 setting_protocol: Protokol
863 862 setting_repository_log_display_limit: Dəyişikliklər jurnalında əks olunan redaksiyaların maksimal sayı
864 863 setting_self_registration: Özünüqeydiyyat
865 864 setting_sequential_project_identifiers: Layihələrin ardıcıl identifikatorlarını generasiya etmək
866 865 setting_sys_api_enabled: Saxlayıcının idarə edilməsi üçün veb-servisi qoşmaq
867 866 setting_text_formatting: Mətnin formatlaşdırılması
868 867 setting_time_format: Vaxtın formatı
869 868 setting_user_format: Adın əks olunma formatı
870 869 setting_welcome_text: Salamlama mətni
871 870 setting_wiki_compression: Wiki tarixçəsinin sıxlaşdırılması
872 871
873 872 status_active: aktivdir
874 873 status_locked: bloklanıb
875 874 status_registered: qeydiyyatdan keçib
876 875
877 876 text_are_you_sure: Siz əminsinizmi?
878 877 text_assign_time_entries_to_project: Qeydiyyata alınmış vaxtı layihəyə bərkitmək
879 878 text_caracters_maximum: "Maksimum %{count} simvol."
880 879 text_caracters_minimum: "%{count} simvoldan az olmamalıdır."
881 880 text_comma_separated: Bir neçə qiymət mümkündür (vergül vasitəsilə).
882 881 text_custom_field_possible_values_info: 'Hər sətirə bir qiymət'
883 882 text_default_administrator_account_changed: İnzibatçının uçot qeydi susmaya görə dəyişmişdir
884 883 text_destroy_time_entries_question: "Bu tapşırıq üçün sərf olunan vaxta görə %{hours} saat qeydiyyata alınıb. Siz etmək istəyirsiniz?"
885 884 text_destroy_time_entries: Qeydiyyata alınmış vaxtı silmək
886 885 text_diff_truncated: '... Bu diff məhduddur, çünki əks olunan maksimal ölçünü keçir.'
887 886 text_email_delivery_not_configured: "Poçt serveri ilə işin parametrləri sazlanmayıb e-poçt ilə bildiriş funksiyası aktiv deyildir.\nSizin SMTP-server üçün parametrləri config/configuration.yml faylından sazlaya bilərsiniz. Dəyişikliklərin tətbiq edilməsi üçün əlavəni yenidən başladın."
888 887 text_enumeration_category_reassign_to: 'Onlara aşağıdakı qiymətləri təyin etmək:'
889 888 text_enumeration_destroy_question: "%{count} obyekt bu qiymətlə bağlıdır."
890 889 text_file_repository_writable: Qeydə giriş imkanı olan saxlayıcı
891 890 text_issue_added: "Yeni tapşırıq yaradılıb %{id} (%{author})."
892 891 text_issue_category_destroy_assignments: Kateqoriyanın təyinatını silmək
893 892 text_issue_category_destroy_question: "Bir neçə tapşırıq (%{count}) bu kateqoriya üçün təyin edilib. Siz etmək istəyirsiniz?"
894 893 text_issue_category_reassign_to: Bu kateqoriya üçün tapşırığı yenidən təyin etmək
895 894 text_issues_destroy_confirmation: 'Seçilən tapşırıqları silmək istədiyinizə əminsinizmi?'
896 895 text_issues_ref_in_commit_messages: Məlumatın mətnindən çıxış edərək tapşırıqların statuslarının tutuşdurulması və dəyişdirilməsi
897 896 text_issue_updated: "Tapşırıq %{id} yenilənib (%{author})."
898 897 text_journal_changed: "Parametr %{label} %{old} - %{new} dəyişib"
899 898 text_journal_deleted: "Parametrin %{old} qiyməti %{label} silinib"
900 899 text_journal_set_to: "%{label} parametri %{value} dəyişib"
901 900 text_length_between: "%{min} %{max} simvollar arasındakı uzunluq."
902 901 text_load_default_configuration: Susmaya görə konfiqurasiyanı yükləmək
903 902 text_min_max_length_info: 0 məhdudiyyətlərin olmadığını bildirir
904 903 text_no_configuration_data: "Rollar, trekerlər, tapşırıqların statusları operativ plan konfiqurasiya olunmayıblar.\nSusmaya görə konfiqurasiyanın yüklənməsi təkidlə xahiş olunur. Siz onu sonradan dəyişə bilərsiniz."
905 904 text_plugin_assets_writable: Modullar kataloqu qeyd üçün açıqdır
906 905 text_project_destroy_confirmation: Siz bu layihə və ona aid olan bütün informasiyanı silmək istədiyinizə əminsinizmi?
907 906 text_reassign_time_entries: 'Qeydiyyata alınmış vaxtı aşağıdakı tapşırığa keçir:'
908 907 text_regexp_info: "məsələn: ^[A-Z0-9]+$"
909 908 text_repository_usernames_mapping: "Saxlayıcının jurnalında tapılan adlarla bağlı olan Redmine istifadəçisini seçin ya yeniləyin.\nEyni ad e-poçta sahib olan istifadəçilər Redmine saxlayıcıda avtomatik əlaqələndirilir."
910 909 text_rmagick_available: RMagick istifadəsi mümkündür (opsional olaraq)
911 910 text_select_mail_notifications: Elektron poçta bildirişlərin göndərilməsi seçim edəcəyiniz hərəkətlərdən asılıdır.
912 911 text_select_project_modules: 'Layihədə istifadə olunacaq modulları seçin:'
913 912 text_status_changed_by_changeset: "%{value} redaksiyada reallaşdırılıb."
914 913 text_subprojects_destroy_warning: "Altlayihələr: %{value} həmçinin silinəcək."
915 914 text_tip_issue_begin_day: tapşırığın başlanğıc tarixi
916 915 text_tip_issue_begin_end_day: elə həmin gün tapşırığın başlanğıc və bitmə tarixi
917 916 text_tip_issue_end_day: tapşırığın başa çatma tarixi
918 917 text_tracker_no_workflow: Bu treker üçün hərəkətlərin ardıcıllığı müəyyən ediməyib
919 918 text_unallowed_characters: Qadağan edilmiş simvollar
920 919 text_user_mail_option: "Seçilməyən layihələr üçün Siz yalnız baxdığınız ya iştirak etdiyiniz layihələr barədə bildiriş alacaqsınız məsələn, müəllifi olduğunuz layihələr ya o layihələr ki, Sizə təyin edilib)."
921 920 text_user_wrote: "%{value} yazıb:"
922 921 text_wiki_destroy_confirmation: Siz bu Wiki və onun tərkibindəkiləri silmək istədiyinizə əminsinizmi?
923 922 text_workflow_edit: Vəziyyətlərin ardıcıllığını redaktə etmək üçün rol və trekeri seçin
924 923
925 924 warning_attachments_not_saved: "faylın (ların) %{count} yadda saxlamaq mümkün deyildir."
926 925 text_wiki_page_destroy_question: Bu səhifə %{descendants} yaxın və çox yaxın səhifələrə malikdir. Siz nə etmək istəyirsiniz?
927 926 text_wiki_page_reassign_children: Cari səhifə üçün yaxın səhifələri yenidən təyin etmək
928 927 text_wiki_page_nullify_children: Yaxın səhifələri baş səhifələr etmək
929 928 text_wiki_page_destroy_children: Yaxın və çox yaxın səhifələri silmək
930 929 setting_password_min_length: Parolun minimal uzunluğu
931 930 field_group_by: Nəticələri qruplaşdırmaq
932 931 mail_subject_wiki_content_updated: "Wiki-səhifə '%{id}' yenilənmişdir"
933 932 label_wiki_content_added: Wiki-səhifə əlavə olunub
934 933 mail_subject_wiki_content_added: "Wiki-səhifə '%{id}' əlavə edilib"
935 934 mail_body_wiki_content_added: "%{author} Wiki-səhifəni '%{id}' əlavə edib."
936 935 label_wiki_content_updated: Wiki-səhifə yenilənib
937 936 mail_body_wiki_content_updated: "%{author} Wiki-səhifəni '%{id}' yeniləyib."
938 937 permission_add_project: Layihənin yaradılması
939 938 setting_new_project_user_role_id: Layihəni yaradan istifadəçiyə təyin olunan rol
940 939 label_view_all_revisions: Bütün yoxlamaları göstərmək
941 940 label_tag: Nişan
942 941 label_branch: Şöbə
943 942 error_no_tracker_in_project: Bu layihə ilə heç bir treker assosiasiya olunmayıb. Layihənin sazlamalarını yoxlayın.
944 943 error_no_default_issue_status: Susmaya görə tapşırıqların statusu müəyyən edilməyib. Sazlamaları yoxlayın (bax. "İnzibatçılıq -> Tapşırıqların statusu").
945 944 label_group_plural: Qruplar
946 945 label_group: Qrup
947 946 label_group_new: Yeni qrup
948 947 label_time_entry_plural: Sərf olunan vaxt
949 948 text_journal_added: "%{label} %{value} əlavə edilib"
950 949 field_active: Aktiv
951 950 enumeration_system_activity: Sistemli
952 951 permission_delete_issue_watchers: Nəzarətçilərin silinməsi
953 952 version_status_closed: Bağlanıb
954 953 version_status_locked: bloklanıb
955 954 version_status_open: açıqdır
956 955 error_can_not_reopen_issue_on_closed_version: Bağlı varianta təyin edilən tapşırıq yenidən açıq ola bilməz
957 956 label_user_anonymous: Anonim
958 957 button_move_and_follow: Yerləşdirmək və keçid
959 958 setting_default_projects_modules: Yeni layihələr üçün susmaya görə daxil edilən modullar
960 959 setting_gravatar_default: Susmaya görə Gravatar təsviri
961 960 field_sharing: Birgə istifadə
962 961 label_version_sharing_hierarchy: Layihələrin iyerarxiyasına görə
963 962 label_version_sharing_system: bütün layihələr ilə
964 963 label_version_sharing_descendants: Alt layihələr ilə
965 964 label_version_sharing_tree: Layihələrin iyerarxiyası ilə
966 965 label_version_sharing_none: Birgə istifadə olmadan
967 966 error_can_not_archive_project: Bu layihə arxivləşdirilə bilməz
968 967 button_duplicate: Təkrarlamaq
969 968 button_copy_and_follow: Surətini çıxarmaq və davam etmək
970 969 label_copy_source: Mənbə
971 970 setting_issue_done_ratio: Sahənin köməyi ilə tapşırığın hazırlığını nəzərə almaq
972 971 setting_issue_done_ratio_issue_status: Tapşırığın statusu
973 972 error_issue_done_ratios_not_updated: Tapşırıqların hazırlıq parametri yenilənməyib
974 973 error_workflow_copy_target: Məqsədə uyğun trekerləri və rolları seçin
975 974 setting_issue_done_ratio_issue_field: Tapşırığın hazırlıq səviyyəsi
976 975 label_copy_same_as_target: Məqsəddə olduğu kimi
977 976 label_copy_target: Məqsəd
978 977 notice_issue_done_ratios_updated: Parametr &laquo;hazırlıq&raquo; yenilənib.
979 978 error_workflow_copy_source: Cari trekeri və ya rolu seçin
980 979 label_update_issue_done_ratios: Tapşırığın hazırlıq səviyyəsini yeniləmək
981 980 setting_start_of_week: Həftənin birinci günü
982 981 label_api_access_key: API-yə giriş açarı
983 982 text_line_separated: Bİr neçə qiymət icazə verilib (hər sətirə bir qiymət).
984 983 label_revision_id: Yoxlama %{value}
985 984 permission_view_issues: Tapşırıqlara baxış
986 985 label_display_used_statuses_only: Yalnız bu trekerdə istifadə olunan statusları əks etdirmək
987 986 label_api_access_key_created_on: API-yə giriş açarı %{value} əvvəl aradılıb
988 987 label_feeds_access_key: Atom giriş açarı
989 988 notice_api_access_key_reseted: Sizin API giriş açarınız sıfırlanıb.
990 989 setting_rest_api_enabled: REST veb-servisini qoşmaq
991 990 button_show: Göstərmək
992 991 label_missing_api_access_key: API-yə giriş açarı mövcud deyildir
993 992 label_missing_feeds_access_key: Atom-ə giriş açarı mövcud deyildir
994 993 setting_mail_handler_body_delimiters: Bu sətirlərin birindən sonra məktubu qısaltmaq
995 994 permission_add_subprojects: Alt layihələrin yaradılması
996 995 label_subproject_new: Yeni alt layihə
997 996 text_own_membership_delete_confirmation: |-
998 997 Siz bəzi və ya bütün hüquqları silməyə çalışırsınız, nəticədə bu layihəni redaktə etmək hüququnu da itirə bilərsiniz. Davam etmək istədiyinizə əminsinizmi?
999 998
1000 999 label_close_versions: Başa çatmış variantları bağlamaq
1001 1000 label_board_sticky: Bərkidilib
1002 1001 label_board_locked: Bloklanıb
1003 1002 field_principal: Ad
1004 1003 text_zoom_out: Uzaqlaşdırmaq
1005 1004 text_zoom_in: Yaxınlaşdırmaq
1006 1005 notice_unable_delete_time_entry: Jurnalın qeydini silmək mümkün deyildir.
1007 1006 label_overall_spent_time: Cəmi sərf olunan vaxt
1008 1007 label_user_mail_option_none: Hadisə yoxdur
1009 1008 field_member_of_group: Təyin olunmuş qrup
1010 1009 field_assigned_to_role: Təyin olunmuş rol
1011 1010 notice_not_authorized_archived_project: Sorğulanan layihə arxivləşdirilib.
1012 1011 label_principal_search: "İstifadəçini ya qrupu tapmaq:"
1013 1012 label_user_search: "İstifadəçini tapmaq:"
1014 1013 field_visible: Görünmə dərəcəsi
1015 1014 setting_emails_header: Məktubun başlığı
1016 1015
1017 1016 setting_commit_logtime_activity_id: Vaxtın uçotu üçün görülən hərəkətlər
1018 1017 text_time_logged_by_changeset: "%{value} redaksiyada nəzərə alınıb."
1019 1018 setting_commit_logtime_enabled: Vaxt uçotunu qoşmaq
1020 1019 notice_gantt_chart_truncated: Əks oluna biləcək elementlərin maksimal sayı artdığına görə diaqram kəsiləcək (%{max})
1021 1020 setting_gantt_items_limit: Qant diaqramında əks olunan elementlərin maksimal sayı
1022 1021 field_warn_on_leaving_unsaved: Yadda saxlanılmayan mətnin səhifəsi bağlanan zaman xəbərdarlıq etmək
1023 1022 text_warn_on_leaving_unsaved: Tərk etmək istədiyiniz cari səhifədə yadda saxlanılmayan və itə biləcək mətn vardır.
1024 1023 label_my_queries: Mənim yadda saxlanılan sorğularım
1025 1024 text_journal_changed_no_detail: "%{label} yenilənib"
1026 1025 label_news_comment_added: Xəbərə şərh əlavə olunub
1027 1026 button_expand_all: Hamısını aç
1028 1027 button_collapse_all: Hamısını çevir
1029 1028 label_additional_workflow_transitions_for_assignee: İstifadəçi icraçı olduğu zaman əlavə keçidlər
1030 1029 label_additional_workflow_transitions_for_author: İstifadəçi müəllif olduğu zaman əlavə keçidlər
1031 1030 label_bulk_edit_selected_time_entries: Sərf olunan vaxtın seçilən qeydlərinin kütləvi şəkildə dəyişdirilməsi
1032 1031 text_time_entries_destroy_confirmation: Siz sərf olunan vaxtın seçilən qeydlərini silmək istədiyinizə əminsinizmi?
1033 1032 label_role_anonymous: Anonim
1034 1033 label_role_non_member: İştirakçı deyil
1035 1034 label_issue_note_added: Qeyd əlavə olunub
1036 1035 label_issue_status_updated: Status yenilənib
1037 1036 label_issue_priority_updated: Prioritet yenilənib
1038 1037 label_issues_visibility_own: İstifadəçi üçün yaradılan və ya ona təyin olunan tapşırıqlar
1039 1038 field_issues_visibility: Tapşırıqların görünmə dərəcəsi
1040 1039 label_issues_visibility_all: Bütün tapşırıqlar
1041 1040 permission_set_own_issues_private: Şəxsi tapşırıqlar üçün görünmə dərəcəsinin (ümumi/şəxsi) qurulması
1042 1041 field_is_private: Şəxsi
1043 1042 permission_set_issues_private: Tapşırıqlar üçün görünmə dərəcəsinin (ümumi/şəxsi) qurulması
1044 1043 label_issues_visibility_public: Yalnız ümumi tapşırıqlar
1045 1044 text_issues_destroy_descendants_confirmation: Həmçinin %{count} tapşırıq (lar) silinəcək.
1046 1045 field_commit_logs_encoding: Saxlayıcıda şərhlərin kodlaşdırılması
1047 1046 field_scm_path_encoding: Yolun kodlaşdırılması
1048 1047 text_scm_path_encoding_note: "Susmaya görə: UTF-8"
1049 1048 field_path_to_repository: Saxlayıcıya yol
1050 1049 field_root_directory: Kök direktoriya
1051 1050 field_cvs_module: Modul
1052 1051 field_cvsroot: CVSROOT
1053 1052 text_mercurial_repository_note: Lokal saxlayıcı (məsələn, /hgrepo, c:\hgrepo)
1054 1053 text_scm_command: Komanda
1055 1054 text_scm_command_version: Variant
1056 1055 label_git_report_last_commit: Fayllar və direktoriyalar üçün son dəyişiklikləri göstərmək
1057 1056 text_scm_config: Siz config/configuration.yml faylında SCM komandasını sazlaya bilərsiniz. Xahiş olunur, bu faylın redaktəsindən sonra əlavəni işə salın.
1058 1057 text_scm_command_not_available: Variantların nəzarət sisteminin komandasına giriş mümkün deyildir. Xahiş olunur, inzibatçı panelindəki sazlamaları yoxlayın.
1059 1058 notice_issue_successful_create: Tapşırıq %{id} yaradılıb.
1060 1059 label_between: arasında
1061 1060 setting_issue_group_assignment: İstifadəçi qruplarına təyinata icazə vermək
1062 1061 label_diff: Fərq(diff)
1063 1062 text_git_repository_note: "Saxlama yerini göstərin (məs: /gitrepo, c:\\gitrepo)"
1064 1063 description_query_sort_criteria_direction: Çeşidləmə qaydası
1065 1064 description_project_scope: Layihənin həcmi
1066 1065 description_filter: Filtr
1067 1066 description_user_mail_notification: E-poçt Mail xəbərdarlıqlarının sazlaması
1068 1067 description_message_content: Mesajın kontenti
1069 1068 description_available_columns: Mövcud sütunlar
1070 1069 description_issue_category_reassign: Məsələnin kateqoriyasını seçin
1071 1070 description_search: Axtarış sahəsi
1072 1071 description_notes: Qeyd
1073 1072 description_choose_project: Layihələr
1074 1073 description_query_sort_criteria_attribute: Çeşidləmə meyarları
1075 1074 description_wiki_subpages_reassign: Yeni valideyn səhifəsini seçmək
1076 1075 description_selected_columns: Seçilmiş sütunlar
1077 1076 label_parent_revision: Valideyn
1078 1077 label_child_revision: Əsas
1079 1078 error_scm_annotate_big_text_file: Mətn faylının maksimal ölçüsü artdığına görə şərh mümkün deyildir.
1080 1079 setting_default_issue_start_date_to_creation_date: Yeni tapşırıqlar üçün cari tarixi başlanğıc tarixi kimi istifadə etmək
1081 1080 button_edit_section: Bu bölməni redaktə etmək
1082 1081 setting_repositories_encodings: Əlavələrin və saxlayıcıların kodlaşdırılması
1083 1082 description_all_columns: Bütün sütunlar
1084 1083 button_export: İxrac
1085 1084 label_export_options: "%{export_format} ixracın parametrləri"
1086 1085 error_attachment_too_big: Faylın maksimal ölçüsü artdığına görə bu faylı yükləmək mümkün deyildir (%{max_size})
1087 1086 notice_failed_to_save_time_entries: "Səhv N %{ids}. %{total} girişdən %{count} yaddaşa saxlanıla bilmədi."
1088 1087 label_x_issues:
1089 1088 zero: 0 Tapşırıq
1090 1089 one: 1 Tapşırıq
1091 1090 few: "%{count} Tapşırıq"
1092 1091 many: "%{count} Tapşırıq"
1093 1092 other: "%{count} Tapşırıq"
1094 1093 label_repository_new: Yeni saxlayıcı
1095 1094 field_repository_is_default: Susmaya görə saxlayıcı
1096 1095 label_copy_attachments: Əlavənin surətini çıxarmaq
1097 1096 label_item_position: "%{position}/%{count}"
1098 1097 label_completed_versions: Başa çatdırılmış variantlar
1099 1098 text_project_identifier_info: Yalnız kiçik latın hərflərinə (a-z), rəqəmlərə, tire və çicgilərə icazə verilir.<br />Yadda saxladıqdan sonra identifikatoru dəyişmək olmaz.
1100 1099 field_multiple: Çoxsaylı qiymətlər
1101 1100 setting_commit_cross_project_ref: Digər bütün layihələrdə tapşırıqları düzəltmək və istinad etmək
1102 1101 text_issue_conflict_resolution_add_notes: Qeydlərimi əlavə etmək və mənim dəyişikliklərimdən imtina etmək
1103 1102 text_issue_conflict_resolution_overwrite: Dəyişikliklərimi tətbiq etmək (əvvəlki bütün qeydlər yadda saxlanacaq, lakin bəzi qeydlər yenidən yazıla bilər)
1104 1103 notice_issue_update_conflict: Tapşırığı redaktə etdiyiniz zaman kimsə onu artıq dəyişib.
1105 1104 text_issue_conflict_resolution_cancel: Mənim dəyişikliklərimi ləğv etmək və tapşırığı yenidən göstərmək %{link}
1106 1105 permission_manage_related_issues: Əlaqəli tapşırıqların idarə edilməsi
1107 1106 field_auth_source_ldap_filter: LDAP filtri
1108 1107 label_search_for_watchers: Nəzarətçiləri axtarmaq
1109 1108 notice_account_deleted: "Sizin uçot qeydiniz tam olaraq silinib"
1110 1109 setting_unsubscribe: "İstifadəçilərə şəxsi uçot qeydlərini silməyə icazə vermək"
1111 1110 button_delete_my_account: "Mənim uçot qeydlərimi silmək"
1112 1111 text_account_destroy_confirmation: "Sizin uçot qeydiniz bir daha bərpa edilmədən tam olaraq silinəcək.\nDavam etmək istədiyinizə əminsinizmi?"
1113 1112 error_session_expired: Sizin sessiya bitmişdir. Xahiş edirik yenidən daxil olun.
1114 1113 text_session_expiration_settings: "Diqqət: bu sazlamaların dəyişməyi cari sessiyanın bağlanmasına çıxara bilər."
1115 1114 setting_session_lifetime: Sessiyanın maksimal Session maximum həyat müddəti
1116 1115 setting_session_timeout: Sessiyanın qeyri aktivlik müddəti
1117 1116 label_session_expiration: Sessiyanın bitməsi
1118 1117 permission_close_project: Layihəni bağla / yenidən aç
1119 1118 label_show_closed_projects: Bağlı layihələrə baxmaq
1120 1119 button_close: Bağla
1121 1120 button_reopen: Yenidən aç
1122 1121 project_status_active: aktiv
1123 1122 project_status_closed: bağlı
1124 1123 project_status_archived: arxiv
1125 1124 text_project_closed: Bu layihə bağlıdı və yalnız oxuma olar.
1126 1125 notice_user_successful_create: İstifadəçi %{id} yaradıldı.
1127 1126 field_core_fields: Standart sahələr
1128 1127 field_timeout: Zaman aşımı (saniyə ilə)
1129 1128 setting_thumbnails_enabled: Əlavələrin kiçik şəklini göstər
1130 1129 setting_thumbnails_size: Kiçik şəkillərin ölçüsü (piksel ilə)
1131 1130 label_status_transitions: Status keçidləri
1132 1131 label_fields_permissions: Sahələrin icazələri
1133 1132 label_readonly: Ancaq oxumaq üçün
1134 1133 label_required: Tələb olunur
1135 1134 text_repository_identifier_info: Yalnız kiçik latın hərflərinə (a-z), rəqəmlərə, tire və çicgilərə icazə verilir.<br />Yadda saxladıqdan sonra identifikatoru dəyişmək olmaz.
1136 1135 field_board_parent: Ana forum
1137 1136 label_attribute_of_project: Layihə %{name}
1138 1137 label_attribute_of_author: Müəllif %{name}
1139 1138 label_attribute_of_assigned_to: Təyin edilib %{name}
1140 1139 label_attribute_of_fixed_version: Əsas versiya %{name}
1141 1140 label_copy_subtasks: Alt tapşırığın surətini çıxarmaq
1142 1141 label_cross_project_hierarchy: With project hierarchy
1143 1142 permission_edit_documents: Edit documents
1144 1143 button_hide: Hide
1145 1144 text_turning_multiple_off: If you disable multiple values, multiple values will be removed in order to preserve only one value per item.
1146 1145 label_any: any
1147 1146 label_cross_project_system: With all projects
1148 1147 label_last_n_weeks: last %{count} weeks
1149 1148 label_in_the_past_days: in the past
1150 1149 label_copied_to: Copied to
1151 1150 permission_set_notes_private: Set notes as private
1152 1151 label_in_the_next_days: in the next
1153 1152 label_attribute_of_issue: Issue's %{name}
1154 1153 label_any_issues_in_project: any issues in project
1155 1154 label_cross_project_descendants: With subprojects
1156 1155 field_private_notes: Private notes
1157 1156 setting_jsonp_enabled: Enable JSONP support
1158 1157 label_gantt_progress_line: Progress line
1159 1158 permission_add_documents: Add documents
1160 1159 permission_view_private_notes: View private notes
1161 1160 label_attribute_of_user: User's %{name}
1162 1161 permission_delete_documents: Delete documents
1163 1162 field_inherit_members: Inherit members
1164 1163 setting_cross_project_subtasks: Allow cross-project subtasks
1165 1164 label_no_issues_in_project: no issues in project
1166 1165 label_copied_from: Copied from
1167 1166 setting_non_working_week_days: Non-working days
1168 1167 label_any_issues_not_in_project: any issues not in project
1169 1168 label_cross_project_tree: With project tree
1170 1169 field_closed_on: Closed
1171 1170 field_generate_password: Generate password
1172 1171 setting_default_projects_tracker_ids: Default trackers for new projects
1173 1172 label_total_time: Cəmi
1174 1173 notice_account_not_activated_yet: You haven't activated your account yet. If you want
1175 1174 to receive a new activation email, please <a href="%{url}">click this link</a>.
1176 1175 notice_account_locked: Your account is locked.
1177 1176 label_hidden: Hidden
1178 1177 label_visibility_private: to me only
1179 1178 label_visibility_roles: to these roles only
1180 1179 label_visibility_public: to any users
1181 1180 field_must_change_passwd: Must change password at next logon
1182 1181 notice_new_password_must_be_different: The new password must be different from the
1183 1182 current password
1184 1183 setting_mail_handler_excluded_filenames: Exclude attachments by name
1185 1184 text_convert_available: ImageMagick convert available (optional)
1186 1185 label_link: Link
1187 1186 label_only: only
1188 1187 label_drop_down_list: drop-down list
1189 1188 label_checkboxes: checkboxes
1190 1189 label_link_values_to: Link values to URL
1191 1190 setting_force_default_language_for_anonymous: Force default language for anonymous
1192 1191 users
1193 1192 setting_force_default_language_for_loggedin: Force default language for logged-in
1194 1193 users
1195 1194 label_custom_field_select_type: Select the type of object to which the custom field
1196 1195 is to be attached
1197 1196 label_issue_assigned_to_updated: Assignee updated
1198 1197 label_check_for_updates: Check for updates
1199 1198 label_latest_compatible_version: Latest compatible version
1200 1199 label_unknown_plugin: Unknown plugin
1201 1200 label_radio_buttons: radio buttons
1202 1201 label_group_anonymous: Anonymous users
1203 1202 label_group_non_member: Non member users
1204 1203 label_add_projects: Add projects
1205 1204 field_default_status: Default status
1206 1205 text_subversion_repository_note: 'Examples: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
1207 1206 field_users_visibility: Users visibility
1208 1207 label_users_visibility_all: All active users
1209 1208 label_users_visibility_members_of_visible_projects: Members of visible projects
1210 1209 label_edit_attachments: Edit attached files
1211 1210 setting_link_copied_issue: Link issues on copy
1212 1211 label_link_copied_issue: Link copied issue
1213 1212 label_ask: Ask
1214 1213 label_search_attachments_yes: Search attachment filenames and descriptions
1215 1214 label_search_attachments_no: Do not search attachments
1216 1215 label_search_attachments_only: Search attachments only
1217 1216 label_search_open_issues_only: Open issues only
1218 1217 field_address: e-poçt
1219 1218 setting_max_additional_emails: Maximum number of additional email addresses
1220 1219 label_email_address_plural: Emails
1221 1220 label_email_address_add: Add email address
1222 1221 label_enable_notifications: Enable notifications
1223 1222 label_disable_notifications: Disable notifications
1224 1223 setting_search_results_per_page: Search results per page
1225 1224 label_blank_value: blank
1226 1225 permission_copy_issues: Copy issues
1227 1226 error_password_expired: Your password has expired or the administrator requires you
1228 1227 to change it.
1229 1228 field_time_entries_visibility: Time logs visibility
1230 1229 setting_password_max_age: Require password change after
1231 1230 label_parent_task_attributes: Parent tasks attributes
1232 1231 label_parent_task_attributes_derived: Calculated from subtasks
1233 1232 label_parent_task_attributes_independent: Independent of subtasks
1234 1233 label_time_entries_visibility_all: All time entries
1235 1234 label_time_entries_visibility_own: Time entries created by the user
1236 1235 label_member_management: Member management
1237 1236 label_member_management_all_roles: All roles
1238 1237 label_member_management_selected_roles_only: Only these roles
1239 1238 label_password_required: Confirm your password to continue
1240 1239 label_total_spent_time: Cəmi sərf olunan vaxt
1241 1240 notice_import_finished: "%{count} items have been imported"
1242 1241 notice_import_finished_with_errors: "%{count} out of %{total} items could not be imported"
1243 1242 error_invalid_file_encoding: The file is not a valid %{encoding} encoded file
1244 1243 error_invalid_csv_file_or_settings: The file is not a CSV file or does not match the
1245 1244 settings below
1246 1245 error_can_not_read_import_file: An error occurred while reading the file to import
1247 1246 permission_import_issues: Import issues
1248 1247 label_import_issues: Import issues
1249 1248 label_select_file_to_import: Select the file to import
1250 1249 label_fields_separator: Field separator
1251 1250 label_fields_wrapper: Field wrapper
1252 1251 label_encoding: Encoding
1253 1252 label_comma_char: Comma
1254 1253 label_semi_colon_char: Semicolon
1255 1254 label_quote_char: Quote
1256 1255 label_double_quote_char: Double quote
1257 1256 label_fields_mapping: Fields mapping
1258 1257 label_file_content_preview: File content preview
1259 1258 label_create_missing_values: Create missing values
1260 1259 button_import: Import
1261 1260 field_total_estimated_hours: Total estimated time
1262 1261 label_api: API
1263 1262 label_total_plural: Totals
1264 1263 label_assigned_issues: Assigned issues
1265 1264 label_field_format_enumeration: Key/value list
1266 1265 label_f_hour_short: '%{value} h'
1267 1266 field_default_version: Default version
1268 1267 error_attachment_extension_not_allowed: Attachment extension %{extension} is not allowed
1269 1268 setting_attachment_extensions_allowed: Allowed extensions
1270 1269 setting_attachment_extensions_denied: Disallowed extensions
1271 1270 label_any_open_issues: any open issues
1272 1271 label_no_open_issues: no open issues
1273 1272 label_default_values_for_new_users: Default values for new users
1274 1273 error_ldap_bind_credentials: Invalid LDAP Account/Password
1275 1274 setting_sys_api_key: API açar
1276 1275 setting_lost_password: Parolun bərpası
1277 1276 mail_subject_security_notification: Security notification
1278 1277 mail_body_security_notification_change: ! '%{field} was changed.'
1279 1278 mail_body_security_notification_change_to: ! '%{field} was changed to %{value}.'
1280 1279 mail_body_security_notification_add: ! '%{field} %{value} was added.'
1281 1280 mail_body_security_notification_remove: ! '%{field} %{value} was removed.'
1282 1281 mail_body_security_notification_notify_enabled: Email address %{value} now receives
1283 1282 notifications.
1284 1283 mail_body_security_notification_notify_disabled: Email address %{value} no longer
1285 1284 receives notifications.
1286 1285 mail_body_settings_updated: ! 'The following settings were changed:'
1287 1286 field_remote_ip: IP address
1288 1287 label_wiki_page_new: New wiki page
1289 1288 label_relations: Relations
1290 1289 button_filter: Filter
1291 1290 mail_body_password_updated: Your password has been changed.
1292 1291 label_no_preview: No preview available
1293 1292 error_no_tracker_allowed_for_new_issue_in_project: The project doesn't have any trackers
1294 1293 for which you can create an issue
1295 1294 label_tracker_all: All trackers
1296 1295 label_new_project_issue_tab_enabled: Display the "New issue" tab
1297 1296 setting_new_item_menu_tab: Project menu tab for creating new objects
1298 1297 label_new_object_tab_enabled: Display the "+" drop-down
1299 1298 error_no_projects_with_tracker_allowed_for_new_issue: There are no projects with trackers
1300 1299 for which you can create an issue
1301 1300 field_textarea_font: Font used for text areas
1302 1301 label_font_default: Default font
1303 1302 label_font_monospace: Monospaced font
1304 1303 label_font_proportional: Proportional font
1305 1304 setting_timespan_format: Time span format
1306 1305 label_table_of_contents: Table of contents
1307 1306 setting_commit_logs_formatting: Apply text formatting to commit messages
1308 1307 setting_mail_handler_enable_regex_delimiters: Enable regular expressions
1309 1308 error_move_of_child_not_possible: 'Subtask %{child} could not be moved to the new
1310 1309 project: %{errors}'
1311 1310 error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot
1312 1311 be reassigned to an issue that is about to be deleted
1313 1312 setting_timelog_required_fields: Required fields for time logs
1314 1313 label_attribute_of_object: '%{object_name}''s %{name}'
1315 1314 label_user_mail_option_only_assigned: Only for things I watch or I am assigned to
1316 1315 label_user_mail_option_only_owner: Only for things I watch or I am the owner of
1317 1316 warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion
1318 1317 of values from one or more fields on the selected objects
1319 1318 field_updated_by: Updated by
1320 1319 field_last_updated_by: Last updated by
1321 1320 field_full_width_layout: Full width layout
@@ -1,1210 +1,1209
1 1 # Bulgarian translation by Nikolay Solakov and Ivan Cenov
2 2 bg:
3 3 # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl)
4 4 direction: ltr
5 5 date:
6 6 formats:
7 7 # Use the strftime parameters for formats.
8 8 # When no format has been given, it uses default.
9 9 # You can provide other formats here if you like!
10 10 default: "%d-%m-%Y"
11 11 short: "%b %d"
12 12 long: "%B %d, %Y"
13 13
14 14 day_names: [Неделя, Понеделник, Вторник, Сряда, Четвъртък, Петък, Събота]
15 15 abbr_day_names: [Нед, Пон, Вто, Сря, Чет, Пет, Съб]
16 16
17 17 # Don't forget the nil at the beginning; there's no such thing as a 0th month
18 18 month_names: [~, Януари, Февруари, Март, Април, Май, Юни, Юли, Август, Септември, Октомври, Ноември, Декември]
19 19 abbr_month_names: [~, Яну, Фев, Мар, Апр, Май, Юни, Юли, Авг, Сеп, Окт, Ное, Дек]
20 20 # Used in date_select and datime_select.
21 21 order:
22 22 - :year
23 23 - :month
24 24 - :day
25 25
26 26 time:
27 27 formats:
28 28 default: "%a, %d %b %Y %H:%M:%S %z"
29 29 time: "%H:%M"
30 30 short: "%d %b %H:%M"
31 31 long: "%B %d, %Y %H:%M"
32 32 am: "am"
33 33 pm: "pm"
34 34
35 35 datetime:
36 36 distance_in_words:
37 37 half_a_minute: "half a minute"
38 38 less_than_x_seconds:
39 39 one: "по-малко от 1 секунда"
40 40 other: "по-малко от %{count} секунди"
41 41 x_seconds:
42 42 one: "1 секунда"
43 43 other: "%{count} секунди"
44 44 less_than_x_minutes:
45 45 one: "по-малко от 1 минута"
46 46 other: "по-малко от %{count} минути"
47 47 x_minutes:
48 48 one: "1 минута"
49 49 other: "%{count} минути"
50 50 about_x_hours:
51 51 one: "около 1 час"
52 52 other: "около %{count} часа"
53 53 x_hours:
54 54 one: "1 час"
55 55 other: "%{count} часа"
56 56 x_days:
57 57 one: "1 ден"
58 58 other: "%{count} дена"
59 59 about_x_months:
60 60 one: "около 1 месец"
61 61 other: "около %{count} месеца"
62 62 x_months:
63 63 one: "1 месец"
64 64 other: "%{count} месеца"
65 65 about_x_years:
66 66 one: "около 1 година"
67 67 other: "около %{count} години"
68 68 over_x_years:
69 69 one: "над 1 година"
70 70 other: "над %{count} години"
71 71 almost_x_years:
72 72 one: "почти 1 година"
73 73 other: "почти %{count} години"
74 74
75 75 number:
76 76 format:
77 77 separator: "."
78 78 delimiter: ""
79 79 precision: 3
80 80
81 81 human:
82 82 format:
83 83 delimiter: ""
84 84 precision: 3
85 85 storage_units:
86 86 format: "%n %u"
87 87 units:
88 88 byte:
89 89 one: байт
90 90 other: байта
91 91 kb: "KB"
92 92 mb: "MB"
93 93 gb: "GB"
94 94 tb: "TB"
95 95
96 96 # Used in array.to_sentence.
97 97 support:
98 98 array:
99 99 sentence_connector: "и"
100 100 skip_last_comma: false
101 101
102 102 activerecord:
103 103 errors:
104 104 template:
105 105 header:
106 106 one: "1 грешка попречи този %{model} да бъде записан"
107 107 other: "%{count} грешки попречиха този %{model} да бъде записан"
108 108 messages:
109 109 inclusion: "не съществува в списъка"
110 110 exclusion: запазено"
111 111 invalid: невалидно"
112 112 confirmation: "липсва одобрение"
113 113 accepted: "трябва да се приеме"
114 114 empty: "не може да е празно"
115 115 blank: "не може да е празно"
116 116 too_long: прекалено дълго"
117 117 too_short: прекалено късо"
118 118 wrong_length: с грешна дължина"
119 119 taken: "вече съществува"
120 120 not_a_number: "не е число"
121 121 not_a_date: невалидна дата"
122 122 greater_than: "трябва да бъде по-голям[a/о] от %{count}"
123 123 greater_than_or_equal_to: "трябва да бъде по-голям[a/о] от или равен[a/o] на %{count}"
124 124 equal_to: "трябва да бъде равен[a/o] на %{count}"
125 125 less_than: "трябва да бъде по-малък[a/o] от %{count}"
126 126 less_than_or_equal_to: "трябва да бъде по-малък[a/o] от или равен[a/o] на %{count}"
127 127 odd: "трябва да бъде нечетен[a/o]"
128 128 even: "трябва да бъде четен[a/o]"
129 129 greater_than_start_date: "трябва да е след началната дата"
130 130 not_same_project: "не е от същия проект"
131 131 circular_dependency: "Тази релация ще доведе до безкрайна зависимост"
132 132 cant_link_an_issue_with_a_descendant: "Една задача не може да бъде свързвана към своя подзадача"
133 133 earlier_than_minimum_start_date: "не може да бъде по-рано от %{date} поради предхождащи задачи"
134 134 not_a_regexp: "не е валиден регулярен израз"
135 135 open_issue_with_closed_parent: "Отворена задача не може да бъде асоциирана към затворена родителска задача"
136 136
137 137 actionview_instancetag_blank_option: Изберете
138 138
139 139 general_text_No: 'Не'
140 140 general_text_Yes: 'Да'
141 141 general_text_no: 'не'
142 142 general_text_yes: 'да'
143 143 general_lang_name: 'Bulgarian (Български)'
144 144 general_csv_separator: ','
145 145 general_csv_decimal_separator: '.'
146 146 general_csv_encoding: UTF-8
147 147 general_pdf_fontname: freesans
148 148 general_pdf_monospaced_fontname: freemono
149 149 general_first_day_of_week: '1'
150 150
151 151 notice_account_updated: Профилът е обновен успешно.
152 152 notice_account_invalid_credentials: Невалиден потребител или парола.
153 153 notice_account_password_updated: Паролата е успешно променена.
154 154 notice_account_wrong_password: Грешна парола
155 155 notice_account_register_done: Профилът е създаден успешно. E-mail, съдържащ инструкции за активиране на профила
156 156 е изпратен на %{email}.
157 157 notice_account_unknown_email: Непознат e-mail.
158 158 notice_account_not_activated_yet: Вие не сте активирали вашия профил все още. Ако искате да
159 159 получите нов e-mail за активиране, моля <a href="%{url}">натиснете тази връзка</a>.
160 160 notice_account_locked: Вашият профил е блокиран.
161 161 notice_can_t_change_password: Този профил е с външен метод за оторизация. Невъзможна смяна на паролата.
162 162 notice_account_lost_email_sent: Изпратен ви е e-mail с инструкции за избор на нова парола.
163 163 notice_account_activated: Профилът ви е активиран. Вече може да влезете в Redmine.
164 164 notice_successful_create: Успешно създаване.
165 165 notice_successful_update: Успешно обновяване.
166 166 notice_successful_delete: Успешно изтриване.
167 167 notice_successful_connection: Успешно свързване.
168 168 notice_file_not_found: Несъществуваща или преместена страница.
169 169 notice_locking_conflict: Друг потребител променя тези данни в момента.
170 170 notice_not_authorized: Нямате право на достъп до тази страница.
171 171 notice_not_authorized_archived_project: Проектът, който се опитвате да видите е архивиран. Ако смятате, че това не е правилно, обърнете се към администратора за разархивиране.
172 172 notice_email_sent: "Изпратен e-mail на %{value}"
173 173 notice_email_error: "Грешка при изпращане на e-mail (%{value})"
174 174 notice_feeds_access_key_reseted: Вашия ключ за Atom достъп беше променен.
175 175 notice_api_access_key_reseted: Вашият API ключ за достъп беше изчистен.
176 176 notice_failed_to_save_issues: "Неуспешен запис на %{count} задачи от %{total} избрани: %{ids}."
177 177 notice_failed_to_save_time_entries: "Невъзможност за запис на %{count} записа за използвано време от %{total} избрани: %{ids}."
178 178 notice_failed_to_save_members: "Невъзможност за запис на член(ове): %{errors}."
179 179 notice_no_issue_selected: "Няма избрани задачи."
180 180 notice_account_pending: "Профилът Ви е създаден и очаква одобрение от администратор."
181 181 notice_default_data_loaded: Примерната информация е заредена успешно.
182 182 notice_unable_delete_version: Невъзможност за изтриване на версия
183 183 notice_unable_delete_time_entry: Невъзможност за изтриване на запис за използвано време.
184 184 notice_issue_done_ratios_updated: Обновен процент на завършените задачи.
185 185 notice_gantt_chart_truncated: Мрежовият график е съкратен, понеже броят на обектите, които могат да бъдат показани е твърде голям (%{max})
186 186 notice_issue_successful_create: Задача %{id} е създадена.
187 187 notice_issue_update_conflict: Задачата е била променена от друг потребител, докато вие сте я редактирали.
188 188 notice_account_deleted: Вашият профил беше премахнат без възможност за възстановяване.
189 189 notice_user_successful_create: Потребител %{id} е създаден.
190 190 notice_new_password_must_be_different: Новата парола трябва да бъде различна от сегашната парола
191 191 notice_import_finished: "%{count} обекта бяха импортирани"
192 192 notice_import_finished_with_errors: "%{count} от общо %{total} обекта не бяха инпортирани"
193 193 error_can_t_load_default_data: "Грешка при зареждане на началната информация: %{value}"
194 194 error_scm_not_found: Несъществуващ обект в хранилището.
195 195 error_scm_command_failed: "Грешка при опит за комуникация с хранилище: %{value}"
196 196 error_scm_annotate: "Обектът не съществува или не може да бъде анотиран."
197 197 error_scm_annotate_big_text_file: "Файлът не може да бъде анотиран, понеже надхвърля максималния размер за текстови файлове."
198 198 error_issue_not_found_in_project: 'Задачата не е намерена или не принадлежи на този проект'
199 199 error_no_tracker_in_project: Няма асоциирани тракери с този проект. Проверете настройките на проекта.
200 200 error_no_default_issue_status: Няма установено подразбиращо се състояние за задачите. Моля проверете вашата конфигурация (Вижте "Администрация -> Състояния на задачи").
201 201 error_can_not_delete_custom_field: Невъзможност за изтриване на потребителско поле
202 202 error_can_not_delete_tracker: Този тракер съдържа задачи и не може да бъде изтрит.
203 203 error_can_not_remove_role: Тази роля се използва и не може да бъде изтрита.
204 204 error_can_not_reopen_issue_on_closed_version: Задача, асоциирана със затворена версия не може да бъде отворена отново
205 205 error_can_not_archive_project: Този проект не може да бъде архивиран
206 206 error_issue_done_ratios_not_updated: Процентът на завършените задачи не е обновен.
207 207 error_workflow_copy_source: Моля изберете source тракер или роля
208 208 error_workflow_copy_target: Моля изберете тракер(и) и роля (роли).
209 209 error_unable_delete_issue_status: Невъзможност за изтриване на състояние на задача
210 210 error_unable_to_connect: Невъзможност за свързване с (%{value})
211 211 error_attachment_too_big: Този файл не може да бъде качен, понеже надхвърля максималната възможна големина (%{max_size})
212 212 error_session_expired: Вашата сесия е изтекла. Моля влезете в Redmine отново.
213 213 warning_attachments_not_saved: "%{count} файла не бяха записани."
214 214 error_password_expired: Вашата парола е с изтекъл срок или администраторът изисква да я смените.
215 215 error_invalid_file_encoding: Файлът няма валидно %{encoding} кодиране.
216 216 error_invalid_csv_file_or_settings: Файлът не е CSV файл или не съответства на зададеното по-долу
217 217 error_can_not_read_import_file: Грешка по време на четене на импортирания файл
218 218 error_attachment_extension_not_allowed: Файлове от тип %{extension} не са позволени
219 219 error_ldap_bind_credentials: Невалидни LDAP име/парола
220 220 error_no_tracker_allowed_for_new_issue_in_project: Проектът няма тракери, за които да създавате задачи
221 221 error_no_projects_with_tracker_allowed_for_new_issue: Няма проекти с тракери за които можете да създавате задачи
222 222 error_move_of_child_not_possible: 'Подзадача %{child} не беше преместена в новия проект: %{errors}'
223 223 error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Употребеното време не може да бъде прехвърлено на задача, която ще бъде изтрита
224 224 warning_fields_cleared_on_bulk_edit: Промените ще предизвикат автоматично изтриване на стойности от едно или повече полета на избраните обекти
225 225
226 226 mail_subject_lost_password: "Вашата парола (%{value})"
227 227 mail_body_lost_password: 'За да смените паролата си, използвайте следния линк:'
228 228 mail_subject_register: "Активация на профил (%{value})"
229 229 mail_body_register: 'За да активирате профила си използвайте следния линк:'
230 230 mail_body_account_information_external: "Можете да използвате вашия %{value} профил за вход."
231 231 mail_body_account_information: Информацията за профила ви
232 232 mail_subject_account_activation_request: "Заявка за активиране на профил в %{value}"
233 233 mail_body_account_activation_request: "Има новорегистриран потребител (%{value}), очакващ вашето одобрение:"
234 234 mail_subject_reminder: "%{count} задачи с краен срок с следващите %{days} дни"
235 235 mail_body_reminder: "%{count} задачи, назначени на вас са с краен срок в следващите %{days} дни:"
236 236 mail_subject_wiki_content_added: "Wiki страницата '%{id}' беше добавена"
237 237 mail_body_wiki_content_added: Wiki страницата '%{id}' беше добавена от %{author}.
238 238 mail_subject_wiki_content_updated: "Wiki страницата '%{id}' беше обновена"
239 239 mail_body_wiki_content_updated: Wiki страницата '%{id}' беше обновена от %{author}.
240 240 mail_subject_security_notification: Известие за промяна в сигурността
241 241 mail_body_security_notification_change: ! '%{field} беше променено.'
242 242 mail_body_security_notification_change_to: ! '%{field} беше променено на %{value}.'
243 243 mail_body_security_notification_add: ! '%{field} %{value} беше добавено.'
244 244 mail_body_security_notification_remove: ! '%{field} %{value} беше премахнато.'
245 245 mail_body_security_notification_notify_enabled: Имейл адрес %{value} вече получава известия.
246 246 mail_body_security_notification_notify_disabled: Имейл адрес %{value} вече не получава известия.
247 247 mail_body_settings_updated: ! 'Изменения в конфигурацията:'
248 248 mail_body_password_updated: Вашата парола е сменена.
249 249
250 250 field_name: Име
251 251 field_description: Описание
252 252 field_summary: Анотация
253 253 field_is_required: Задължително
254 254 field_firstname: Име
255 255 field_lastname: Фамилия
256 256 field_mail: Имейл
257 257 field_address: Имейл
258 258 field_filename: Файл
259 259 field_filesize: Големина
260 260 field_downloads: Изтеглени файлове
261 261 field_author: Автор
262 262 field_created_on: От дата
263 263 field_updated_on: Обновена
264 264 field_closed_on: Затворена
265 265 field_field_format: Тип
266 266 field_is_for_all: За всички проекти
267 267 field_possible_values: Възможни стойности
268 268 field_regexp: Регулярен израз
269 269 field_min_length: Мин. дължина
270 270 field_max_length: Макс. дължина
271 271 field_value: Стойност
272 272 field_category: Категория
273 273 field_title: Заглавие
274 274 field_project: Проект
275 275 field_issue: Задача
276 276 field_status: Състояние
277 277 field_notes: Бележка
278 278 field_is_closed: Затворена задача
279 279 field_is_default: Състояние по подразбиране
280 280 field_tracker: Тракер
281 281 field_subject: Заглавие
282 282 field_due_date: Крайна дата
283 283 field_assigned_to: Възложена на
284 284 field_priority: Приоритет
285 285 field_fixed_version: Планувана версия
286 286 field_user: Потребител
287 287 field_principal: Principal
288 288 field_role: Роля
289 289 field_homepage: Начална страница
290 290 field_is_public: Публичен
291 291 field_parent: Подпроект на
292 292 field_is_in_roadmap: Да се вижда ли в Пътна карта
293 293 field_login: Потребител
294 294 field_mail_notification: Известия по пощата
295 295 field_admin: Администратор
296 296 field_last_login_on: Последно свързване
297 297 field_language: Език
298 298 field_effective_date: Дата
299 299 field_password: Парола
300 300 field_new_password: Нова парола
301 301 field_password_confirmation: Потвърждение
302 302 field_version: Версия
303 303 field_type: Тип
304 304 field_host: Хост
305 305 field_port: Порт
306 306 field_account: Профил
307 307 field_base_dn: Base DN
308 308 field_attr_login: Атрибут Login
309 309 field_attr_firstname: Атрибут Първо име (Firstname)
310 310 field_attr_lastname: Атрибут Фамилия (Lastname)
311 311 field_attr_mail: Атрибут Email
312 312 field_onthefly: Динамично създаване на потребител
313 313 field_start_date: Начална дата
314 314 field_done_ratio: "% Прогрес"
315 315 field_auth_source: Начин на оторизация
316 316 field_hide_mail: Скрий e-mail адреса ми
317 317 field_comments: Коментар
318 318 field_url: Адрес
319 319 field_start_page: Начална страница
320 320 field_subproject: Подпроект
321 321 field_hours: Часове
322 322 field_activity: Дейност
323 323 field_spent_on: Дата
324 324 field_identifier: Идентификатор
325 325 field_is_filter: Използва се за филтър
326 326 field_issue_to: Свързана задача
327 327 field_delay: Отместване
328 328 field_assignable: Възможно е възлагане на задачи за тази роля
329 329 field_redirect_existing_links: Пренасочване на съществуващи линкове
330 330 field_estimated_hours: Изчислено време
331 331 field_column_names: Колони
332 332 field_time_entries: Log time
333 333 field_time_zone: Часова зона
334 334 field_searchable: С възможност за търсене
335 335 field_default_value: Стойност по подразбиране
336 336 field_comments_sorting: Сортиране на коментарите
337 337 field_parent_title: Родителска страница
338 338 field_editable: Editable
339 339 field_watcher: Наблюдател
340 340 field_identity_url: OpenID URL
341 341 field_content: Съдържание
342 342 field_group_by: Групиране на резултатите по
343 343 field_sharing: Sharing
344 344 field_parent_issue: Родителска задача
345 345 field_member_of_group: Член на група
346 346 field_assigned_to_role: Assignee's role
347 347 field_text: Текстово поле
348 348 field_visible: Видим
349 349 field_warn_on_leaving_unsaved: Предупреди ме, когато напускам страница с незаписано съдържание
350 350 field_issues_visibility: Видимост на задачите
351 351 field_is_private: Лична
352 352 field_commit_logs_encoding: Кодова таблица на съобщенията при поверяване
353 353 field_scm_path_encoding: Кодова таблица на пътищата (path)
354 354 field_path_to_repository: Път до хранилището
355 355 field_root_directory: Коренна директория (папка)
356 356 field_cvsroot: CVSROOT
357 357 field_cvs_module: Модул
358 358 field_repository_is_default: Главно хранилище
359 359 field_multiple: Избор на повече от една стойност
360 360 field_auth_source_ldap_filter: LDAP филтър
361 361 field_core_fields: Стандартни полета
362 362 field_timeout: Таймаут (в секунди)
363 363 field_board_parent: Родителски форум
364 364 field_private_notes: Лични бележки
365 365 field_inherit_members: Наследяване на членовете на родителския проект
366 366 field_generate_password: Генериране на парола
367 367 field_must_change_passwd: Паролата трябва да бъде сменена при следващото влизане в Redmine
368 368 field_default_status: Състояние по подразбиране
369 369 field_users_visibility: Видимост на потребителите
370 370 field_time_entries_visibility: Видимост на записи за използвано време
371 371 field_total_estimated_hours: Общо изчислено време
372 372 field_default_version: Версия по подразбиране
373 373 field_remote_ip: IP адрес
374 374 field_textarea_font: Шрифт за текстови блокове
375 375 field_updated_by: Обновено от
376 376 field_last_updated_by: Последно обновено от
377 377 field_full_width_layout: Пълна широчина
378 378
379 379 setting_app_title: Заглавие
380 380 setting_app_subtitle: Описание
381 381 setting_welcome_text: Допълнителен текст
382 382 setting_default_language: Език по подразбиране
383 383 setting_login_required: Изискване за вход в Redmine
384 384 setting_self_registration: Регистрация от потребители
385 385 setting_attachment_max_size: Максимална големина на прикачен файл
386 386 setting_issues_export_limit: Максимален брой задачи за експорт
387 387 setting_mail_from: E-mail адрес за емисии
388 388 setting_bcc_recipients: Получатели на скрито копие (bcc)
389 389 setting_plain_text_mail: само чист текст (без HTML)
390 390 setting_host_name: Хост
391 391 setting_text_formatting: Форматиране на текста
392 392 setting_wiki_compression: Компресиране на Wiki историята
393 393 setting_feeds_limit: Максимален брой записи в ATOM емисии
394 394 setting_default_projects_public: Новите проекти са публични по подразбиране
395 395 setting_autofetch_changesets: Автоматично извличане на ревизиите
396 396 setting_sys_api_enabled: Разрешаване на WS за управление
397 397 setting_commit_ref_keywords: Отбелязващи ключови думи
398 398 setting_commit_fix_keywords: Приключващи ключови думи
399 399 setting_autologin: Автоматичен вход
400 400 setting_date_format: Формат на датата
401 401 setting_time_format: Формат на часа
402 402 setting_timespan_format: Формат на интервал от време
403 403 setting_cross_project_issue_relations: Релации на задачи между проекти
404 404 setting_cross_project_subtasks: Подзадачи от други проекти
405 405 setting_issue_list_default_columns: Показвани колони по подразбиране
406 406 setting_repositories_encodings: Кодова таблица на прикачените файлове и хранилищата
407 407 setting_emails_header: Email header
408 408 setting_emails_footer: Подтекст за e-mail
409 409 setting_protocol: Протокол
410 410 setting_per_page_options: Опции за страниране
411 411 setting_user_format: Потребителски формат
412 412 setting_activity_days_default: Брой дни показвани на таб Дейност
413 413 setting_display_subprojects_issues: Задачите от подпроектите по подразбиране се показват в главните проекти
414 414 setting_enabled_scm: Разрешена SCM
415 415 setting_mail_handler_body_delimiters: Отрязване на e-mail-ите след един от тези редове
416 416 setting_mail_handler_enable_regex_delimiters: Разрешаванен на регулярни изрази
417 417 setting_mail_handler_api_enabled: Разрешаване на WS за входящи e-mail-и
418 418 setting_mail_handler_api_key: API ключ за входящи e-mail-и
419 419 setting_sys_api_key: API ключ за хранилища
420 420 setting_sequential_project_identifiers: Генериране на последователни проектни идентификатори
421 421 setting_gravatar_enabled: Използване на портребителски икони от Gravatar
422 422 setting_gravatar_default: Подразбиращо се изображение от Gravatar
423 423 setting_diff_max_lines_displayed: Максимален брой показвани diff редове
424 424 setting_file_max_size_displayed: Максимален размер на текстовите файлове, показвани inline
425 425 setting_repository_log_display_limit: Максимален брой на показванете ревизии в лог файла
426 426 setting_openid: Рарешаване на OpenID вход и регистрация
427 427 setting_password_max_age: Изискване за смяна на паролата след
428 428 setting_password_min_length: Минимална дължина на парола
429 429 setting_lost_password: Забравена парола
430 430 setting_new_project_user_role_id: Роля, давана на потребител, създаващ проекти, който не е администратор
431 431 setting_default_projects_modules: Активирани модули по подразбиране за нов проект
432 432 setting_issue_done_ratio: Изчисление на процента на готови задачи с
433 433 setting_issue_done_ratio_issue_field: Използване на поле '% Прогрес'
434 434 setting_issue_done_ratio_issue_status: Използване на състоянието на задачите
435 435 setting_start_of_week: Първи ден на седмицата
436 436 setting_rest_api_enabled: Разрешаване на REST web сървис
437 437 setting_cache_formatted_text: Кеширане на форматираните текстове
438 438 setting_default_notification_option: Подразбиращ се начин за известяване
439 439 setting_commit_logtime_enabled: Разрешаване на отчитането на работното време
440 440 setting_commit_logtime_activity_id: Дейност при отчитане на работното време
441 441 setting_gantt_items_limit: Максимален брой обекти, които да се показват в мрежов график
442 442 setting_issue_group_assignment: Разрешено назначаването на задачи на групи
443 443 setting_default_issue_start_date_to_creation_date: Начална дата на новите задачи по подразбиране да бъде днешната дата
444 444 setting_commit_cross_project_ref: Отбелязване и приключване на задачи от други проекти, несвързани с конкретното хранилище
445 445 setting_unsubscribe: Потребителите могат да премахват профилите си
446 446 setting_session_lifetime: Максимален живот на сесиите
447 447 setting_session_timeout: Таймаут за неактивност преди прекратяване на сесиите
448 448 setting_thumbnails_enabled: Показване на миниатюри на прикачените изображения
449 449 setting_thumbnails_size: Размер на миниатюрите (в пиксели)
450 450 setting_non_working_week_days: Не работни дни
451 451 setting_jsonp_enabled: Разрешаване на поддръжка на JSONP
452 452 setting_default_projects_tracker_ids: Тракери по подразбиране за нови проекти
453 453 setting_mail_handler_excluded_filenames: Имена на прикачени файлове, които да се пропускат при приемане на e-mail-и (например *.vcf, companylogo.gif).
454 454 setting_force_default_language_for_anonymous: Задължително език по подразбиране за анонимните потребители
455 455 setting_force_default_language_for_loggedin: Задължително език по подразбиране за потребителите, влезли в Redmine
456 456 setting_link_copied_issue: Свързване на задачите при копиране
457 457 setting_max_additional_emails: Максимален брой на допълнителните имейл адреси
458 458 setting_search_results_per_page: Резултати от търсене на страница
459 459 setting_attachment_extensions_allowed: Позволени типове на файлове
460 460 setting_attachment_extensions_denied: Разрешени типове на файлове
461 461 setting_new_item_menu_tab: Меню-елемент за добавяне на нови обекти (+)
462 462 setting_commit_logs_formatting: Прилагане на форматиране за съобщенията при поверяване
463 463 setting_timelog_required_fields: Задължителни полета за записи за изразходваното време
464 464
465 465 permission_add_project: Създаване на проект
466 466 permission_add_subprojects: Създаване на подпроекти
467 467 permission_edit_project: Редактиране на проект
468 468 permission_close_project: Затваряне / отваряне на проект
469 469 permission_select_project_modules: Избор на проектни модули
470 470 permission_manage_members: Управление на членовете (на екип)
471 471 permission_manage_project_activities: Управление на дейностите на проекта
472 472 permission_manage_versions: Управление на версиите
473 473 permission_manage_categories: Управление на категориите
474 474 permission_view_issues: Разглеждане на задачите
475 475 permission_add_issues: Добавяне на задачи
476 476 permission_edit_issues: Редактиране на задачи
477 477 permission_copy_issues: Копиране на задачи
478 478 permission_manage_issue_relations: Управление на връзките между задачите
479 479 permission_set_own_issues_private: Установяване на собствените задачи публични или лични
480 480 permission_set_issues_private: Установяване на задачите публични или лични
481 481 permission_add_issue_notes: Добавяне на бележки
482 482 permission_edit_issue_notes: Редактиране на бележки
483 483 permission_edit_own_issue_notes: Редактиране на собствени бележки
484 484 permission_view_private_notes: Разглеждане на лични бележки
485 485 permission_set_notes_private: Установяване на бележките лични
486 486 permission_move_issues: Преместване на задачи
487 487 permission_delete_issues: Изтриване на задачи
488 488 permission_manage_public_queries: Управление на публичните заявки
489 489 permission_save_queries: Запис на запитвания (queries)
490 490 permission_view_gantt: Разглеждане на мрежов график
491 491 permission_view_calendar: Разглеждане на календари
492 492 permission_view_issue_watchers: Разглеждане на списък с наблюдатели
493 493 permission_add_issue_watchers: Добавяне на наблюдатели
494 494 permission_delete_issue_watchers: Изтриване на наблюдатели
495 495 permission_log_time: Log spent time
496 496 permission_view_time_entries: Разглеждане на записите за изразходваното време
497 497 permission_edit_time_entries: Редактиране на записите за изразходваното време
498 498 permission_edit_own_time_entries: Редактиране на собствените записи за изразходваното време
499 499 permission_manage_news: Управление на новини
500 500 permission_comment_news: Коментиране на новини
501 501 permission_view_documents: Разглеждане на документи
502 502 permission_add_documents: Добавяне на документи
503 503 permission_edit_documents: Редактиране на документи
504 504 permission_delete_documents: Изтриване на документи
505 505 permission_manage_files: Управление на файлове
506 506 permission_view_files: Разглеждане на файлове
507 507 permission_manage_wiki: Управление на wiki
508 508 permission_rename_wiki_pages: Преименуване на wiki страници
509 509 permission_delete_wiki_pages: Изтриване на wiki страници
510 510 permission_view_wiki_pages: Разглеждане на wiki
511 511 permission_view_wiki_edits: Разглеждане на wiki история
512 512 permission_edit_wiki_pages: Редактиране на wiki страници
513 513 permission_delete_wiki_pages_attachments: Изтриване на прикачени файлове към wiki страници
514 514 permission_protect_wiki_pages: Заключване на wiki страници
515 515 permission_manage_repository: Управление на хранилища
516 516 permission_browse_repository: Разглеждане на хранилища
517 517 permission_view_changesets: Разглеждане на changesets
518 518 permission_commit_access: Поверяване
519 519 permission_manage_boards: Управление на boards
520 520 permission_view_messages: Разглеждане на съобщения
521 521 permission_add_messages: Публикуване на съобщения
522 522 permission_edit_messages: Редактиране на съобщения
523 523 permission_edit_own_messages: Редактиране на собствени съобщения
524 524 permission_delete_messages: Изтриване на съобщения
525 525 permission_delete_own_messages: Изтриване на собствени съобщения
526 526 permission_export_wiki_pages: Експорт на wiki страници
527 527 permission_manage_subtasks: Управление на подзадачите
528 528 permission_manage_related_issues: Управление на връзките между задачи и ревизии
529 529 permission_import_issues: Импорт на задачи
530 530
531 531 project_module_issue_tracking: Тракинг
532 532 project_module_time_tracking: Отделяне на време
533 533 project_module_news: Новини
534 534 project_module_documents: Документи
535 535 project_module_files: Файлове
536 536 project_module_wiki: Wiki
537 537 project_module_repository: Хранилище
538 538 project_module_boards: Форуми
539 539 project_module_calendar: Календар
540 540 project_module_gantt: Мрежов график
541 541
542 542 label_user: Потребител
543 543 label_user_plural: Потребители
544 544 label_user_new: Нов потребител
545 545 label_user_anonymous: Анонимен
546 546 label_project: Проект
547 547 label_project_new: Нов проект
548 548 label_project_plural: Проекти
549 549 label_x_projects:
550 550 zero: 0 проекта
551 551 one: 1 проект
552 552 other: "%{count} проекта"
553 553 label_project_all: Всички проекти
554 554 label_project_latest: Последни проекти
555 555 label_issue: Задача
556 556 label_issue_new: Нова задача
557 557 label_issue_plural: Задачи
558 558 label_issue_view_all: Всички задачи
559 559 label_issues_by: "Задачи по %{value}"
560 560 label_issue_added: Добавена задача
561 561 label_issue_updated: Обновена задача
562 562 label_issue_note_added: Добавена бележка
563 563 label_issue_status_updated: Обновено състояние
564 564 label_issue_assigned_to_updated: Задачата е с назначен нов изпълнител
565 565 label_issue_priority_updated: Обновен приоритет
566 566 label_document: Документ
567 567 label_document_new: Нов документ
568 568 label_document_plural: Документи
569 569 label_document_added: Добавен документ
570 570 label_role: Роля
571 571 label_role_plural: Роли
572 572 label_role_new: Нова роля
573 573 label_role_and_permissions: Роли и права
574 574 label_role_anonymous: Анонимен
575 575 label_role_non_member: Не член
576 576 label_member: Член
577 577 label_member_new: Нов член
578 578 label_member_plural: Членове
579 579 label_tracker: Тракер
580 580 label_tracker_plural: Тракери
581 581 label_tracker_all: Всички тракери
582 582 label_tracker_new: Нов тракер
583 583 label_workflow: Работен процес
584 584 label_issue_status: Състояние на задача
585 585 label_issue_status_plural: Състояния на задачи
586 586 label_issue_status_new: Ново състояние
587 587 label_issue_category: Категория задача
588 588 label_issue_category_plural: Категории задачи
589 589 label_issue_category_new: Нова категория
590 590 label_custom_field: Потребителско поле
591 591 label_custom_field_plural: Потребителски полета
592 592 label_custom_field_new: Ново потребителско поле
593 593 label_enumerations: Списъци
594 594 label_enumeration_new: Нова стойност
595 595 label_information: Информация
596 596 label_information_plural: Информация
597 597 label_please_login: Вход
598 598 label_register: Регистрация
599 599 label_login_with_open_id_option: или вход чрез OpenID
600 600 label_password_lost: Забравена парола
601 601 label_password_required: Потвърдете вашата парола, за да продължите
602 602 label_home: Начало
603 603 label_my_page: Лична страница
604 604 label_my_account: Профил
605 605 label_my_projects: Проекти, в които участвам
606 606 label_my_page_block: Блокове в личната страница
607 607 label_administration: Администрация
608 608 label_login: Вход
609 609 label_logout: Изход
610 610 label_help: Помощ
611 611 label_reported_issues: Публикувани задачи
612 612 label_assigned_issues: Назначени задачи
613 613 label_assigned_to_me_issues: Възложени на мен
614 614 label_last_login: Последно свързване
615 615 label_registered_on: Регистрация
616 616 label_activity: Дейност
617 617 label_overall_activity: Цялостна дейност
618 618 label_user_activity: "Активност на %{value}"
619 619 label_new: Нов
620 620 label_logged_as: Здравейте,
621 621 label_environment: Среда
622 622 label_authentication: Оторизация
623 623 label_auth_source: Начин на оторозация
624 624 label_auth_source_new: Нов начин на оторизация
625 625 label_auth_source_plural: Начини на оторизация
626 626 label_subproject_plural: Подпроекти
627 627 label_subproject_new: Нов подпроект
628 628 label_and_its_subprojects: "%{value} и неговите подпроекти"
629 629 label_min_max_length: Минимална - максимална дължина
630 630 label_list: Списък
631 631 label_date: Дата
632 632 label_integer: Целочислен
633 633 label_float: Дробно
634 634 label_boolean: Чекбокс
635 635 label_string: Текст
636 636 label_text: Дълъг текст
637 637 label_attribute: Атрибут
638 638 label_attribute_plural: Атрибути
639 639 label_no_data: Няма изходни данни
640 640 label_no_preview: Няма наличен преглед (preview)
641 641 label_change_status: Промяна на състоянието
642 642 label_history: История
643 643 label_attachment: Файл
644 644 label_attachment_new: Нов файл
645 645 label_attachment_delete: Изтриване
646 646 label_attachment_plural: Файлове
647 647 label_file_added: Добавен файл
648 648 label_report: Справка
649 649 label_report_plural: Справки
650 650 label_news: Новини
651 651 label_news_new: Добави
652 652 label_news_plural: Новини
653 653 label_news_latest: Последни новини
654 654 label_news_view_all: Виж всички
655 655 label_news_added: Добавена новина
656 656 label_news_comment_added: Добавен коментар към новина
657 657 label_settings: Настройки
658 658 label_overview: Общ изглед
659 659 label_version: Версия
660 660 label_version_new: Нова версия
661 661 label_version_plural: Версии
662 662 label_close_versions: Затваряне на завършените версии
663 663 label_confirmation: Одобрение
664 664 label_export_to: Експорт към
665 665 label_read: Read...
666 666 label_public_projects: Публични проекти
667 667 label_open_issues: отворена
668 668 label_open_issues_plural: отворени
669 669 label_closed_issues: затворена
670 670 label_closed_issues_plural: затворени
671 671 label_x_open_issues_abbr:
672 672 zero: 0 отворени
673 673 one: 1 отворена
674 674 other: "%{count} отворени"
675 675 label_x_closed_issues_abbr:
676 676 zero: 0 затворени
677 677 one: 1 затворена
678 678 other: "%{count} затворени"
679 679 label_x_issues:
680 680 zero: 0 задачи
681 681 one: 1 задача
682 682 other: "%{count} задачи"
683 683 label_total: Общо
684 684 label_total_plural: Общо
685 685 label_total_time: Общо
686 686 label_permissions: Права
687 687 label_current_status: Текущо състояние
688 688 label_new_statuses_allowed: Позволени състояния
689 689 label_all: всички
690 690 label_any: без значение
691 691 label_none: никакви
692 692 label_nobody: никой
693 693 label_next: Следващ
694 694 label_previous: Предишен
695 695 label_used_by: Използва се от
696 696 label_details: Детайли
697 697 label_add_note: Добавяне на бележка
698 698 label_calendar: Календар
699 699 label_months_from: месеца от
700 700 label_gantt: Мрежов график
701 701 label_internal: Вътрешен
702 702 label_last_changes: "последни %{count} промени"
703 703 label_change_view_all: Виж всички промени
704 704 label_personalize_page: Персонализиране
705 705 label_comment: Коментар
706 706 label_comment_plural: Коментари
707 707 label_x_comments:
708 708 zero: 0 коментара
709 709 one: 1 коментар
710 710 other: "%{count} коментара"
711 711 label_comment_add: Добавяне на коментар
712 712 label_comment_added: Добавен коментар
713 713 label_comment_delete: Изтриване на коментари
714 714 label_query: Потребителска справка
715 715 label_query_plural: Потребителски справки
716 716 label_query_new: Нова заявка
717 717 label_my_queries: Моите заявки
718 718 label_filter_add: Добави филтър
719 719 label_filter_plural: Филтри
720 720 label_equals: е
721 721 label_not_equals: не е
722 722 label_in_less_than: след по-малко от
723 723 label_in_more_than: след повече от
724 724 label_in_the_next_days: в следващите
725 725 label_in_the_past_days: в предишните
726 726 label_greater_or_equal: ">="
727 727 label_less_or_equal: <=
728 728 label_between: между
729 729 label_in: в следващите
730 730 label_today: днес
731 731 label_all_time: всички
732 732 label_yesterday: вчера
733 733 label_this_week: тази седмица
734 734 label_last_week: последната седмица
735 735 label_last_n_weeks: последните %{count} седмици
736 736 label_last_n_days: "последните %{count} дни"
737 737 label_this_month: текущия месец
738 738 label_last_month: последния месец
739 739 label_this_year: текущата година
740 740 label_date_range: Период
741 741 label_less_than_ago: преди по-малко от
742 742 label_more_than_ago: преди повече от
743 743 label_ago: преди
744 744 label_contains: съдържа
745 745 label_not_contains: не съдържа
746 746 label_any_issues_in_project: задачи от проект
747 747 label_any_issues_not_in_project: задачи, които не са в проект
748 748 label_no_issues_in_project: никакви задачи в проект
749 749 label_any_open_issues: отворени задачи
750 750 label_no_open_issues: без отворени задачи
751 751 label_day_plural: дни
752 752 label_repository: Хранилище
753 753 label_repository_new: Ново хранилище
754 754 label_repository_plural: Хранилища
755 755 label_browse: Разглеждане
756 756 label_branch: работен вариант
757 757 label_tag: Версия
758 758 label_revision: Ревизия
759 759 label_revision_plural: Ревизии
760 760 label_revision_id: Ревизия %{value}
761 761 label_associated_revisions: Асоциирани ревизии
762 762 label_added: добавено
763 763 label_modified: променено
764 764 label_copied: копирано
765 765 label_renamed: преименувано
766 766 label_deleted: изтрито
767 767 label_latest_revision: Последна ревизия
768 768 label_latest_revision_plural: Последни ревизии
769 769 label_view_revisions: Виж ревизиите
770 770 label_view_all_revisions: Разглеждане на всички ревизии
771 771 label_max_size: Максимална големина
772 772 label_sort_highest: Премести най-горе
773 773 label_sort_higher: Премести по-горе
774 774 label_sort_lower: Премести по-долу
775 775 label_sort_lowest: Премести най-долу
776 776 label_roadmap: Пътна карта
777 777 label_roadmap_due_in: "Излиза след %{value}"
778 778 label_roadmap_overdue: "%{value} закъснение"
779 779 label_roadmap_no_issues: Няма задачи за тази версия
780 780 label_search: Търсене
781 781 label_result_plural: Pезултати
782 782 label_all_words: Всички думи
783 783 label_wiki: Wiki
784 784 label_wiki_edit: Wiki редакция
785 785 label_wiki_edit_plural: Wiki редакции
786 786 label_wiki_page: Wiki страница
787 787 label_wiki_page_plural: Wiki страници
788 788 label_wiki_page_new: Нова wiki страница
789 789 label_index_by_title: Индекс
790 790 label_index_by_date: Индекс по дата
791 791 label_current_version: Текуща версия
792 792 label_preview: Преглед
793 793 label_feed_plural: Емисии
794 794 label_changes_details: Подробни промени
795 795 label_issue_tracking: Тракинг
796 796 label_spent_time: Отделено време
797 797 label_total_spent_time: Общо употребено време
798 798 label_overall_spent_time: Общо употребено време
799 799 label_f_hour: "%{value} час"
800 800 label_f_hour_plural: "%{value} часа"
801 801 label_f_hour_short: '%{value} час'
802 802 label_time_tracking: Отделяне на време
803 803 label_change_plural: Промени
804 804 label_statistics: Статистика
805 805 label_commits_per_month: Ревизии по месеци
806 806 label_commits_per_author: Ревизии по автор
807 807 label_diff: diff
808 808 label_view_diff: Виж разликите
809 809 label_diff_inline: хоризонтално
810 810 label_diff_side_by_side: вертикално
811 811 label_options: Опции
812 812 label_copy_workflow_from: Копирай работния процес от
813 813 label_permissions_report: Справка за права
814 814 label_watched_issues: Наблюдавани задачи
815 815 label_related_issues: Свързани задачи
816 816 label_applied_status: Установено състояние
817 817 label_loading: Зареждане...
818 818 label_relation_new: Нова релация
819 819 label_relation_delete: Изтриване на релация
820 820 label_relates_to: свързана със
821 821 label_duplicates: дублира
822 822 label_duplicated_by: дублирана от
823 823 label_blocks: блокира
824 824 label_blocked_by: блокирана от
825 825 label_precedes: предшества
826 826 label_follows: изпълнява се след
827 827 label_copied_to: копирана в
828 828 label_copied_from: копирана от
829 829 label_stay_logged_in: Запомни ме
830 830 label_disabled: забранено
831 831 label_show_completed_versions: Показване на реализирани версии
832 832 label_me: аз
833 833 label_board: Форум
834 834 label_board_new: Нов форум
835 835 label_board_plural: Форуми
836 836 label_board_locked: Заключена
837 837 label_board_sticky: Sticky
838 838 label_topic_plural: Теми
839 839 label_message_plural: Съобщения
840 840 label_message_last: Последно съобщение
841 841 label_message_new: Нова тема
842 842 label_message_posted: Добавено съобщение
843 843 label_reply_plural: Отговори
844 844 label_send_information: Изпращане на информацията до потребителя
845 845 label_year: Година
846 846 label_month: Месец
847 847 label_week: Седмица
848 848 label_date_from: От
849 849 label_date_to: До
850 850 label_language_based: В зависимост от езика
851 851 label_sort_by: "Сортиране по %{value}"
852 852 label_send_test_email: Изпращане на тестов e-mail
853 853 label_feeds_access_key: Atom access ключ
854 854 label_missing_feeds_access_key: Липсващ Atom ключ за достъп
855 855 label_feeds_access_key_created_on: "%{value} от създаването на Atom ключа"
856 856 label_module_plural: Модули
857 857 label_added_time_by: "Публикувана от %{author} преди %{age}"
858 858 label_updated_time_by: "Обновена от %{author} преди %{age}"
859 859 label_updated_time: "Обновена преди %{value}"
860 860 label_jump_to_a_project: Проект...
861 861 label_file_plural: Файлове
862 862 label_changeset_plural: Ревизии
863 863 label_default_columns: По подразбиране
864 864 label_no_change_option: (Без промяна)
865 865 label_bulk_edit_selected_issues: Групово редактиране на задачи
866 866 label_bulk_edit_selected_time_entries: Групово редактиране на записи за използвано време
867 867 label_theme: Тема
868 868 label_default: По подразбиране
869 869 label_search_titles_only: Само в заглавията
870 870 label_user_mail_option_all: "За всяко събитие в проектите, в които участвам"
871 871 label_user_mail_option_selected: "За всички събития само в избраните проекти..."
872 872 label_user_mail_option_none: "Само за наблюдавани или в които участвам (автор или назначени на мен)"
873 873 label_user_mail_option_only_my_events: Само за неща, в които съм включен/а
874 874 label_user_mail_option_only_assigned: Само за неща, които наблюдавам или са назначени на мен
875 875 label_user_mail_option_only_owner: Само за неща, които наблюдавам или съм техен собственик
876 876 label_user_mail_no_self_notified: "Не искам известия за извършени от мен промени"
877 877 label_registration_activation_by_email: активиране на профила по email
878 878 label_registration_manual_activation: ръчно активиране
879 879 label_registration_automatic_activation: автоматично активиране
880 880 label_display_per_page: "На страница по: %{value}"
881 881 label_age: Възраст
882 882 label_change_properties: Промяна на настройки
883 883 label_general: Основни
884 label_more: Още
885 884 label_scm: SCM (Система за контрол на версиите)
886 885 label_plugins: Плъгини
887 886 label_ldap_authentication: LDAP оторизация
888 887 label_downloads_abbr: D/L
889 888 label_optional_description: Незадължително описание
890 889 label_add_another_file: Добавяне на друг файл
891 890 label_preferences: Предпочитания
892 891 label_chronological_order: Хронологичен ред
893 892 label_reverse_chronological_order: Обратен хронологичен ред
894 893 label_incoming_emails: Входящи e-mail-и
895 894 label_generate_key: Генериране на ключ
896 895 label_issue_watchers: Наблюдатели
897 896 label_example: Пример
898 897 label_display: Показване
899 898 label_sort: Сортиране
900 899 label_ascending: Нарастващ
901 900 label_descending: Намаляващ
902 901 label_date_from_to: От %{start} до %{end}
903 902 label_wiki_content_added: Wiki страница беше добавена
904 903 label_wiki_content_updated: Wiki страница беше обновена
905 904 label_group: Група
906 905 label_group_plural: Групи
907 906 label_group_new: Нова група
908 907 label_group_anonymous: Анонимни потребители
909 908 label_group_non_member: Потребители, които не са членове на проекта
910 909 label_time_entry_plural: Използвано време
911 910 label_version_sharing_none: Не споделен
912 911 label_version_sharing_descendants: С подпроекти
913 912 label_version_sharing_hierarchy: С проектна йерархия
914 913 label_version_sharing_tree: С дърво на проектите
915 914 label_version_sharing_system: С всички проекти
916 915 label_update_issue_done_ratios: Обновяване на процента на завършените задачи
917 916 label_copy_source: Източник
918 917 label_copy_target: Цел
919 918 label_copy_same_as_target: Също като целта
920 919 label_display_used_statuses_only: Показване само на състоянията, използвани от този тракер
921 920 label_api_access_key: API ключ за достъп
922 921 label_missing_api_access_key: Липсващ API ключ
923 922 label_api_access_key_created_on: API ключ за достъп е създаден преди %{value}
924 923 label_profile: Профил
925 924 label_subtask_plural: Подзадачи
926 925 label_project_copy_notifications: Изпращане на Send e-mail известия по време на копирането на проекта
927 926 label_principal_search: "Търсене на потребител или група:"
928 927 label_user_search: "Търсене на потребител:"
929 928 label_additional_workflow_transitions_for_author: Позволени са допълнителни преходи, когато потребителят е авторът
930 929 label_additional_workflow_transitions_for_assignee: Позволени са допълнителни преходи, когато потребителят е назначеният към задачата
931 930 label_issues_visibility_all: Всички задачи
932 931 label_issues_visibility_public: Всички не-лични задачи
933 932 label_issues_visibility_own: Задачи, създадени от или назначени на потребителя
934 933 label_git_report_last_commit: Извеждане на последното поверяване за файлове и папки
935 934 label_parent_revision: Ревизия родител
936 935 label_child_revision: Ревизия наследник
937 936 label_export_options: "%{export_format} опции за експорт"
938 937 label_copy_attachments: Копиране на прикачените файлове
939 938 label_copy_subtasks: Копиране на подзадачите
940 939 label_item_position: "%{position}/%{count}"
941 940 label_completed_versions: Завършени версии
942 941 label_search_for_watchers: Търсене на потребители за наблюдатели
943 942 label_session_expiration: Изтичане на сесиите
944 943 label_show_closed_projects: Разглеждане на затворени проекти
945 944 label_status_transitions: Преходи между състоянията
946 945 label_fields_permissions: Видимост на полетата
947 946 label_readonly: Само за четене
948 947 label_required: Задължително
949 948 label_hidden: Скрит
950 949 label_attribute_of_project: Project's %{name}
951 950 label_attribute_of_issue: Issue's %{name}
952 951 label_attribute_of_author: Author's %{name}
953 952 label_attribute_of_assigned_to: Assignee's %{name}
954 953 label_attribute_of_user: User's %{name}
955 954 label_attribute_of_fixed_version: Target version's %{name}
956 955 label_attribute_of_object: "%{name} на %{object_name}"
957 956 label_cross_project_descendants: С подпроекти
958 957 label_cross_project_tree: С дърво на проектите
959 958 label_cross_project_hierarchy: С проектна йерархия
960 959 label_cross_project_system: С всички проекти
961 960 label_gantt_progress_line: Линия на изпълнението
962 961 label_visibility_private: лични (само за мен)
963 962 label_visibility_roles: само за тези роли
964 963 label_visibility_public: за всички потребители
965 964 label_link: Връзка
966 965 label_only: само
967 966 label_drop_down_list: drop-down списък
968 967 label_checkboxes: чек-бокс
969 968 label_radio_buttons: радио-бутони
970 969 label_link_values_to: URL (опция)
971 970 label_custom_field_select_type: "Изберете тип на обект, към който потребителското поле да бъде асоциирано"
972 971 label_check_for_updates: Проверка за нови версии
973 972 label_latest_compatible_version: Последна съвместима версия
974 973 label_unknown_plugin: Непознат плъгин
975 974 label_add_projects: Добавяне на проекти
976 975 label_users_visibility_all: Всички активни потребители
977 976 label_users_visibility_members_of_visible_projects: Членовете на видимите проекти
978 977 label_edit_attachments: Редактиране на прикачените файлове
979 978 label_link_copied_issue: Създаване на връзка между задачите
980 979 label_ask: Питане преди копиране
981 980 label_search_attachments_yes: Търсене на имената на прикачените файлове и техните описания
982 981 label_search_attachments_no: Да не се претърсват прикачените файлове
983 982 label_search_attachments_only: Търсене само на прикачените файлове
984 983 label_search_open_issues_only: Търсене само на задачите
985 984 label_email_address_plural: Имейли
986 985 label_email_address_add: Добавяне на имейл адрес
987 986 label_enable_notifications: Разрешаване на известията
988 987 label_disable_notifications: Забрана на известията
989 988 label_blank_value: празно
990 989 label_parent_task_attributes: Атрибути на родителските задачи
991 990 label_parent_task_attributes_derived: Изчислени от подзадачите
992 991 label_parent_task_attributes_independent: Независими от подзадачите
993 992 label_time_entries_visibility_all: Всички записи за използвано време
994 993 label_time_entries_visibility_own: Записи за използвано време създадени от потребителя
995 994 label_member_management: Управление на членовете
996 995 label_member_management_all_roles: Всички роли
997 996 label_member_management_selected_roles_only: Само тези роли
998 997 label_import_issues: Импорт на задачи
999 998 label_select_file_to_import: Файл за импортиране
1000 999 label_fields_separator: Разделител между полетата
1001 1000 label_fields_wrapper: Разделител в полетата (wrapper)
1002 1001 label_encoding: Кодиране
1003 1002 label_comma_char: Запетая
1004 1003 label_semi_colon_char: Точка и запетая
1005 1004 label_quote_char: Кавичка
1006 1005 label_double_quote_char: Двойна кавичка
1007 1006 label_fields_mapping: Съответствие между полетата
1008 1007 label_file_content_preview: Предварителен преглед на съдържанието на файла
1009 1008 label_create_missing_values: Създаване на липсващи стойности
1010 1009 label_api: API
1011 1010 label_field_format_enumeration: Списък ключ/стойност
1012 1011 label_default_values_for_new_users: Стойности по подразбиране за нови потребители
1013 1012 label_relations: Релации
1014 1013 label_new_project_issue_tab_enabled: Показване на меню-елемент "Нова задача"
1015 1014 label_new_object_tab_enabled: Показване на изпадащ списък за меню-елемент "+"
1016 1015 label_table_of_contents: Съдържание
1017 1016 label_font_default: Шрифт по подразбиране
1018 1017 label_font_monospace: Monospaced шрифт
1019 1018 label_font_proportional: Пропорционален шрифт
1020 1019
1021 1020 button_login: Вход
1022 1021 button_submit: Изпращане
1023 1022 button_save: Запис
1024 1023 button_check_all: Избор на всички
1025 1024 button_uncheck_all: Изчистване на всички
1026 1025 button_collapse_all: Скриване всички
1027 1026 button_expand_all: Разгъване всички
1028 1027 button_delete: Изтриване
1029 1028 button_create: Създаване
1030 1029 button_create_and_continue: Създаване и продължаване
1031 1030 button_test: Тест
1032 1031 button_edit: Редакция
1033 1032 button_edit_associated_wikipage: "Редактиране на асоциираната Wiki страница: %{page_title}"
1034 1033 button_add: Добавяне
1035 1034 button_change: Промяна
1036 1035 button_apply: Приложи
1037 1036 button_clear: Изчисти
1038 1037 button_lock: Заключване
1039 1038 button_unlock: Отключване
1040 1039 button_download: Изтегляне
1041 1040 button_list: Списък
1042 1041 button_view: Преглед
1043 1042 button_move: Преместване
1044 1043 button_move_and_follow: Преместване и продължаване
1045 1044 button_back: Назад
1046 1045 button_cancel: Отказ
1047 1046 button_activate: Активация
1048 1047 button_sort: Сортиране
1049 1048 button_log_time: Отделяне на време
1050 1049 button_rollback: Върни се към тази ревизия
1051 1050 button_watch: Наблюдаване
1052 1051 button_unwatch: Край на наблюдението
1053 1052 button_reply: Отговор
1054 1053 button_archive: Архивиране
1055 1054 button_unarchive: Разархивиране
1056 1055 button_reset: Генериране наново
1057 1056 button_rename: Преименуване
1058 1057 button_change_password: Промяна на парола
1059 1058 button_copy: Копиране
1060 1059 button_copy_and_follow: Копиране и продължаване
1061 1060 button_annotate: Анотация
1062 1061 button_update: Обновяване
1063 1062 button_configure: Конфигуриране
1064 1063 button_quote: Цитат
1065 1064 button_duplicate: Дублиране
1066 1065 button_show: Показване
1067 1066 button_hide: Скриване
1068 1067 button_edit_section: Редактиране на тази секция
1069 1068 button_export: Експорт
1070 1069 button_delete_my_account: Премахване на моя профил
1071 1070 button_close: Затваряне
1072 1071 button_reopen: Отваряне
1073 1072 button_import: Импорт
1074 1073 button_filter: Филтър
1075 1074
1076 1075 status_active: активен
1077 1076 status_registered: регистриран
1078 1077 status_locked: заключен
1079 1078
1080 1079 project_status_active: активен
1081 1080 project_status_closed: затворен
1082 1081 project_status_archived: архивиран
1083 1082
1084 1083 version_status_open: отворена
1085 1084 version_status_locked: заключена
1086 1085 version_status_closed: затворена
1087 1086
1088 1087 field_active: Активен
1089 1088
1090 1089 text_select_mail_notifications: Изберете събития за изпращане на e-mail.
1091 1090 text_regexp_info: пр. ^[A-Z0-9]+$
1092 1091 text_min_max_length_info: 0 - без ограничения
1093 1092 text_project_destroy_confirmation: Сигурни ли сте, че искате да изтриете проекта и данните в него?
1094 1093 text_subprojects_destroy_warning: "Неговите подпроекти: %{value} също ще бъдат изтрити."
1095 1094 text_workflow_edit: Изберете роля и тракер за да редактирате работния процес
1096 1095 text_are_you_sure: Сигурни ли сте?
1097 1096 text_journal_changed: "%{label} променен от %{old} на %{new}"
1098 1097 text_journal_changed_no_detail: "%{label} променен"
1099 1098 text_journal_set_to: "%{label} установен на %{value}"
1100 1099 text_journal_deleted: "%{label} изтрит (%{old})"
1101 1100 text_journal_added: "Добавено %{label} %{value}"
1102 1101 text_tip_issue_begin_day: задача, започваща този ден
1103 1102 text_tip_issue_end_day: задача, завършваща този ден
1104 1103 text_tip_issue_begin_end_day: задача, започваща и завършваща този ден
1105 1104 text_project_identifier_info: 'Позволени са малки букви (a-z), цифри, тирета и _.<br />Промяна след създаването му не е възможна.'
1106 1105 text_caracters_maximum: "До %{count} символа."
1107 1106 text_caracters_minimum: "Минимум %{count} символа."
1108 1107 text_length_between: "От %{min} до %{max} символа."
1109 1108 text_tracker_no_workflow: Няма дефиниран работен процес за този тракер
1110 1109 text_unallowed_characters: Непозволени символи
1111 1110 text_comma_separated: Позволено е изброяване (с разделител запетая).
1112 1111 text_line_separated: Позволени са много стойности (по едно на ред).
1113 1112 text_issues_ref_in_commit_messages: Отбелязване и приключване на задачи от ревизии
1114 1113 text_issue_added: "Публикувана е нова задача с номер %{id} (от %{author})."
1115 1114 text_issue_updated: "Задача %{id} е обновена (от %{author})."
1116 1115 text_wiki_destroy_confirmation: Сигурни ли сте, че искате да изтриете това Wiki и цялото му съдържание?
1117 1116 text_issue_category_destroy_question: "Има задачи (%{count}) обвързани с тази категория. Какво ще изберете?"
1118 1117 text_issue_category_destroy_assignments: Премахване на връзките с категорията
1119 1118 text_issue_category_reassign_to: Преобвързване с категория
1120 1119 text_user_mail_option: "За неизбраните проекти, ще получавате известия само за наблюдавани дейности или в които участвате (т.е. автор или назначени на мен)."
1121 1120 text_no_configuration_data: "Все още не са конфигурирани Роли, тракери, състояния на задачи и работен процес.\nСтрого се препоръчва зареждането на примерната информация. Веднъж заредена ще имате възможност да я редактирате."
1122 1121 text_load_default_configuration: Зареждане на примерна информация
1123 1122 text_status_changed_by_changeset: "Приложено с ревизия %{value}."
1124 1123 text_time_logged_by_changeset: Приложено в ревизия %{value}.
1125 1124 text_issues_destroy_confirmation: 'Сигурни ли сте, че искате да изтриете избраните задачи?'
1126 1125 text_issues_destroy_descendants_confirmation: Тази операция ще премахне и %{count} подзадача(и).
1127 1126 text_time_entries_destroy_confirmation: Сигурен ли сте, че изтриете избраните записи за изразходвано време?
1128 1127 text_select_project_modules: 'Изберете активните модули за този проект:'
1129 1128 text_default_administrator_account_changed: Сменен фабричния администраторски профил
1130 1129 text_file_repository_writable: Възможност за писане в хранилището с файлове
1131 1130 text_plugin_assets_writable: Папката на приставките е разрешена за запис
1132 1131 text_rmagick_available: Наличен RMagick (по избор)
1133 1132 text_convert_available: Наличен ImageMagick convert (по избор)
1134 1133 text_destroy_time_entries_question: "%{hours} часа са отделени на задачите, които искате да изтриете. Какво избирате?"
1135 1134 text_destroy_time_entries: Изтриване на отделеното време
1136 1135 text_assign_time_entries_to_project: Прехвърляне на отделеното време към проект
1137 1136 text_reassign_time_entries: 'Прехвърляне на отделеното време към задача:'
1138 1137 text_user_wrote: "%{value} написа:"
1139 1138 text_enumeration_destroy_question: "%{count} обекта са свързани с тази стойност."
1140 1139 text_enumeration_category_reassign_to: 'Пресвържете ги към тази стойност:'
1141 1140 text_email_delivery_not_configured: "Изпращането на e-mail-и не е конфигурирано и известията не са разрешени.\nКонфигурирайте вашия SMTP сървър в config/configuration.yml и рестартирайте Redmine, за да ги разрешите."
1142 1141 text_repository_usernames_mapping: "Изберете или променете потребителите в Redmine, съответстващи на потребителите в дневника на хранилището (repository).\nПотребителите с еднакви имена в Redmine и хранилищата се съвместяват автоматично."
1143 1142 text_diff_truncated: '... Този diff не е пълен, понеже е надхвърля максималния размер, който може да бъде показан.'
1144 1143 text_custom_field_possible_values_info: 'Една стойност на ред'
1145 1144 text_wiki_page_destroy_question: Тази страница има %{descendants} страници деца и descendant(s). Какво желаете да правите?
1146 1145 text_wiki_page_nullify_children: Запазване на тези страници като коренни страници
1147 1146 text_wiki_page_destroy_children: Изтриване на страниците деца и всички техни descendants
1148 1147 text_wiki_page_reassign_children: Преназначаване на страниците деца на тази родителска страница
1149 1148 text_own_membership_delete_confirmation: "Вие сте на път да премахнете някои или всички ваши разрешения и е възможно след това да не можете да редактирате този проект.\nСигурен ли сте, че искате да продължите?"
1150 1149 text_zoom_in: Увеличаване
1151 1150 text_zoom_out: Намаляване
1152 1151 text_warn_on_leaving_unsaved: Страницата съдържа незаписано съдържание, което може да бъде загубено, ако я напуснете.
1153 1152 text_scm_path_encoding_note: "По подразбиране: UTF-8"
1154 1153 text_subversion_repository_note: 'Примери: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
1155 1154 text_git_repository_note: Празно и локално хранилище (например /gitrepo, c:\gitrepo)
1156 1155 text_mercurial_repository_note: Локално хранилище (например /hgrepo, c:\hgrepo)
1157 1156 text_scm_command: SCM команда
1158 1157 text_scm_command_version: Версия
1159 1158 text_scm_config: Можете да конфигурирате SCM командите в config/configuration.yml. За да активирате промените, рестартирайте Redmine.
1160 1159 text_scm_command_not_available: SCM командата не е налична или достъпна. Проверете конфигурацията в административния панел.
1161 1160 text_issue_conflict_resolution_overwrite: Прилагане на моите промени (предишните коментари ще бъдат запазени, но някои други промени може да бъдат презаписани)
1162 1161 text_issue_conflict_resolution_add_notes: Добавяне на моите коментари и отхвърляне на другите мои промени
1163 1162 text_issue_conflict_resolution_cancel: Отхвърляне на всички мои промени и презареждане на %{link}
1164 1163 text_account_destroy_confirmation: "Сигурен/на ли сте, че желаете да продължите?\nВашият профил ще бъде премахнат без възможност за възстановяване."
1165 1164 text_session_expiration_settings: "Внимание: промяната на тези установяваноя може да прекрати всички активни сесии, включително и вашата."
1166 1165 text_project_closed: Този проект е затворен и е само за четене.
1167 1166 text_turning_multiple_off: Ако забраните възможността за повече от една стойност, повечето стойности ще бъдат
1168 1167 премахнати с цел да остане само по една стойност за поле.
1169 1168
1170 1169 default_role_manager: Мениджър
1171 1170 default_role_developer: Разработчик
1172 1171 default_role_reporter: Публикуващ
1173 1172 default_tracker_bug: Грешка
1174 1173 default_tracker_feature: Функционалност
1175 1174 default_tracker_support: Поддръжка
1176 1175 default_issue_status_new: Нова
1177 1176 default_issue_status_in_progress: Изпълнение
1178 1177 default_issue_status_resolved: Приключена
1179 1178 default_issue_status_feedback: Обратна връзка
1180 1179 default_issue_status_closed: Затворена
1181 1180 default_issue_status_rejected: Отхвърлена
1182 1181 default_doc_category_user: Документация за потребителя
1183 1182 default_doc_category_tech: Техническа документация
1184 1183 default_priority_low: Нисък
1185 1184 default_priority_normal: Нормален
1186 1185 default_priority_high: Висок
1187 1186 default_priority_urgent: Спешен
1188 1187 default_priority_immediate: Веднага
1189 1188 default_activity_design: Дизайн
1190 1189 default_activity_development: Разработка
1191 1190
1192 1191 enumeration_issue_priorities: Приоритети на задачи
1193 1192 enumeration_doc_categories: Категории документи
1194 1193 enumeration_activities: Дейности (time tracking)
1195 1194 enumeration_system_activity: Системна активност
1196 1195 description_filter: Филтър
1197 1196 description_search: Търсене
1198 1197 description_choose_project: Проекти
1199 1198 description_project_scope: Обхват на търсенето
1200 1199 description_notes: Бележки
1201 1200 description_message_content: Съдържание на съобщението
1202 1201 description_query_sort_criteria_attribute: Атрибут на сортиране
1203 1202 description_query_sort_criteria_direction: Посока на сортиране
1204 1203 description_user_mail_notification: Конфигурация известията по пощата
1205 1204 description_available_columns: Налични колони
1206 1205 description_selected_columns: Избрани колони
1207 1206 description_issue_category_reassign: Изберете категория
1208 1207 description_wiki_subpages_reassign: Изберете нова родителска страница
1209 1208 description_all_columns: Всички колони
1210 1209 text_repository_identifier_info: 'Позволени са малки букви (a-z), цифри, тирета и _.<br />Промяна след създаването му не е възможна.'
@@ -1,1239 +1,1238
1 1 #Ernad Husremovic hernad@bring.out.ba
2 2
3 3 bs:
4 4 direction: ltr
5 5 date:
6 6 formats:
7 7 default: "%d.%m.%Y"
8 8 short: "%e. %b"
9 9 long: "%e. %B %Y"
10 10 only_day: "%e"
11 11
12 12
13 13 day_names: [Nedjelja, Ponedjeljak, Utorak, Srijeda, Četvrtak, Petak, Subota]
14 14 abbr_day_names: [Ned, Pon, Uto, Sri, Čet, Pet, Sub]
15 15
16 16 month_names: [~, Januar, Februar, Mart, April, Maj, Jun, Jul, Avgust, Septembar, Oktobar, Novembar, Decembar]
17 17 abbr_month_names: [~, Jan, Feb, Mar, Apr, Maj, Jun, Jul, Avg, Sep, Okt, Nov, Dec]
18 18 order:
19 19 - :day
20 20 - :month
21 21 - :year
22 22
23 23 time:
24 24 formats:
25 25 default: "%A, %e. %B %Y, %H:%M"
26 26 short: "%e. %B, %H:%M Uhr"
27 27 long: "%A, %e. %B %Y, %H:%M"
28 28 time: "%H:%M"
29 29
30 30 am: "prijepodne"
31 31 pm: "poslijepodne"
32 32
33 33 datetime:
34 34 distance_in_words:
35 35 half_a_minute: "pola minute"
36 36 less_than_x_seconds:
37 37 one: "manje od 1 sekunde"
38 38 other: "manje od %{count} sekudni"
39 39 x_seconds:
40 40 one: "1 sekunda"
41 41 other: "%{count} sekundi"
42 42 less_than_x_minutes:
43 43 one: "manje od 1 minute"
44 44 other: "manje od %{count} minuta"
45 45 x_minutes:
46 46 one: "1 minuta"
47 47 other: "%{count} minuta"
48 48 about_x_hours:
49 49 one: "oko 1 sahat"
50 50 other: "oko %{count} sahata"
51 51 x_hours:
52 52 one: "1 sahat"
53 53 other: "%{count} sahata"
54 54 x_days:
55 55 one: "1 dan"
56 56 other: "%{count} dana"
57 57 about_x_months:
58 58 one: "oko 1 mjesec"
59 59 other: "oko %{count} mjeseci"
60 60 x_months:
61 61 one: "1 mjesec"
62 62 other: "%{count} mjeseci"
63 63 about_x_years:
64 64 one: "oko 1 godine"
65 65 other: "oko %{count} godina"
66 66 over_x_years:
67 67 one: "preko 1 godine"
68 68 other: "preko %{count} godina"
69 69 almost_x_years:
70 70 one: "almost 1 year"
71 71 other: "almost %{count} years"
72 72
73 73
74 74 number:
75 75 format:
76 76 precision: 2
77 77 separator: ','
78 78 delimiter: '.'
79 79 currency:
80 80 format:
81 81 unit: 'KM'
82 82 format: '%u %n'
83 83 negative_format: '%u -%n'
84 84 delimiter: ''
85 85 percentage:
86 86 format:
87 87 delimiter: ""
88 88 precision:
89 89 format:
90 90 delimiter: ""
91 91 human:
92 92 format:
93 93 delimiter: ""
94 94 precision: 3
95 95 storage_units:
96 96 format: "%n %u"
97 97 units:
98 98 byte:
99 99 one: "Byte"
100 100 other: "Bytes"
101 101 kb: "KB"
102 102 mb: "MB"
103 103 gb: "GB"
104 104 tb: "TB"
105 105
106 106 # Used in array.to_sentence.
107 107 support:
108 108 array:
109 109 sentence_connector: "i"
110 110 skip_last_comma: false
111 111
112 112 activerecord:
113 113 errors:
114 114 template:
115 115 header:
116 116 one: "1 error prohibited this %{model} from being saved"
117 117 other: "%{count} errors prohibited this %{model} from being saved"
118 118 messages:
119 119 inclusion: "nije uključeno u listu"
120 120 exclusion: "je rezervisano"
121 121 invalid: "nije ispravno"
122 122 confirmation: "ne odgovara potvrdi"
123 123 accepted: "mora se prihvatiti"
124 124 empty: "ne može biti prazno"
125 125 blank: "ne može biti znak razmaka"
126 126 too_long: "je predugačko"
127 127 too_short: "je prekratko"
128 128 wrong_length: "je pogrešne dužine"
129 129 taken: "već je zauzeto"
130 130 not_a_number: "nije broj"
131 131 not_a_date: "nije ispravan datum"
132 132 greater_than: "mora bit veći od %{count}"
133 133 greater_than_or_equal_to: "mora bit veći ili jednak %{count}"
134 134 equal_to: "mora biti jednak %{count}"
135 135 less_than: "mora biti manji od %{count}"
136 136 less_than_or_equal_to: "mora bit manji ili jednak %{count}"
137 137 odd: "mora biti neparan"
138 138 even: "mora biti paran"
139 139 greater_than_start_date: "mora biti veći nego početni datum"
140 140 not_same_project: "ne pripada istom projektu"
141 141 circular_dependency: "Ova relacija stvar cirkularnu zavisnost"
142 142 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
143 143 earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
144 144 not_a_regexp: "is not a valid regular expression"
145 145 open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task"
146 146
147 147 actionview_instancetag_blank_option: Molimo odaberite
148 148
149 149 general_text_No: 'Da'
150 150 general_text_Yes: 'Ne'
151 151 general_text_no: 'ne'
152 152 general_text_yes: 'da'
153 153 general_lang_name: 'Bosnian (Bosanski)'
154 154 general_csv_separator: ','
155 155 general_csv_decimal_separator: '.'
156 156 general_csv_encoding: UTF-8
157 157 general_pdf_fontname: freesans
158 158 general_pdf_monospaced_fontname: freemono
159 159 general_first_day_of_week: '7'
160 160
161 161 notice_account_activated: Vaš nalog je aktiviran. Možete se prijaviti.
162 162 notice_account_invalid_credentials: Pogrešan korisnik ili lozinka
163 163 notice_account_lost_email_sent: Email sa uputstvima o izboru nove šifre je poslat na vašu adresu.
164 164 notice_account_password_updated: Lozinka je uspješno promjenjena.
165 165 notice_account_pending: "Vaš nalog je kreiran i čeka odobrenje administratora."
166 166 notice_account_register_done: Nalog je uspješno kreiran. Da bi ste aktivirali vaš nalog kliknite na link koji vam je poslat.
167 167 notice_account_unknown_email: Nepoznati korisnik.
168 168 notice_account_updated: Nalog je uspješno promjenen.
169 169 notice_account_wrong_password: Pogrešna lozinka
170 170 notice_can_t_change_password: Ovaj nalog koristi eksterni izvor prijavljivanja. Ne mogu da promjenim šifru.
171 171 notice_default_data_loaded: Podrazumjevana konfiguracija uspječno učitana.
172 172 notice_email_error: Došlo je do greške pri slanju emaila (%{value})
173 173 notice_email_sent: "Email je poslan %{value}"
174 174 notice_failed_to_save_issues: "Neuspješno snimanje %{count} aktivnosti na %{total} izabrano: %{ids}."
175 175 notice_feeds_access_key_reseted: Vaš Atom pristup je resetovan.
176 176 notice_file_not_found: Stranica kojoj pokušavate da pristupite ne postoji ili je uklonjena.
177 177 notice_locking_conflict: "Konflikt: podaci su izmjenjeni od strane drugog korisnika."
178 178 notice_no_issue_selected: "Nijedna aktivnost nije izabrana! Molim, izaberite aktivnosti koje želite za ispravljate."
179 179 notice_not_authorized: Niste ovlašćeni da pristupite ovoj stranici.
180 180 notice_successful_connection: Uspješna konekcija.
181 181 notice_successful_create: Uspješno kreiranje.
182 182 notice_successful_delete: Brisanje izvršeno.
183 183 notice_successful_update: Promjene uspješno izvršene.
184 184
185 185 error_can_t_load_default_data: "Podrazumjevane postavke se ne mogu učitati %{value}"
186 186 error_scm_command_failed: "Desila se greška pri pristupu repozitoriju: %{value}"
187 187 error_scm_not_found: "Unos i/ili revizija ne postoji u repozitoriju."
188 188
189 189 error_scm_annotate: "Ova stavka ne postoji ili nije označena."
190 190 error_issue_not_found_in_project: 'Aktivnost nije nađena ili ne pripada ovom projektu'
191 191
192 192 warning_attachments_not_saved: "%{count} fajl(ovi) ne mogu biti snimljen(i)."
193 193
194 194 mail_subject_lost_password: "Vaša %{value} lozinka"
195 195 mail_body_lost_password: 'Za promjenu lozinke, kliknite na sljedeći link:'
196 196 mail_subject_register: "Aktivirajte %{value} vaš korisnički račun"
197 197 mail_body_register: 'Za aktivaciju vašeg korisničkog računa, kliknite na sljedeći link:'
198 198 mail_body_account_information_external: "Možete koristiti vaš %{value} korisnički račun za prijavu na sistem."
199 199 mail_body_account_information: Informacija o vašem korisničkom računu
200 200 mail_subject_account_activation_request: "%{value} zahtjev za aktivaciju korisničkog računa"
201 201 mail_body_account_activation_request: "Novi korisnik (%{value}) se registrovao. Korisnički račun čeka vaše odobrenje za aktivaciju:"
202 202 mail_subject_reminder: "%{count} aktivnost(i) u kašnjenju u narednim %{days} danima"
203 203 mail_body_reminder: "%{count} aktivnost(i) koje su dodjeljenje vama u narednim %{days} danima:"
204 204
205 205
206 206 field_name: Ime
207 207 field_description: Opis
208 208 field_summary: Pojašnjenje
209 209 field_is_required: Neophodno popuniti
210 210 field_firstname: Ime
211 211 field_lastname: Prezime
212 212 field_mail: Email
213 213 field_filename: Fajl
214 214 field_filesize: Veličina
215 215 field_downloads: Downloadi
216 216 field_author: Autor
217 217 field_created_on: Kreirano
218 218 field_updated_on: Izmjenjeno
219 219 field_field_format: Format
220 220 field_is_for_all: Za sve projekte
221 221 field_possible_values: Moguće vrijednosti
222 222 field_regexp: '"Regularni izraz"'
223 223 field_min_length: Minimalna veličina
224 224 field_max_length: Maksimalna veličina
225 225 field_value: Vrijednost
226 226 field_category: Kategorija
227 227 field_title: Naslov
228 228 field_project: Projekat
229 229 field_issue: Aktivnost
230 230 field_status: Status
231 231 field_notes: Bilješke
232 232 field_is_closed: Aktivnost zatvorena
233 233 field_is_default: Podrazumjevana vrijednost
234 234 field_tracker: Područje aktivnosti
235 235 field_subject: Subjekat
236 236 field_due_date: Završiti do
237 237 field_assigned_to: Dodijeljeno
238 238 field_priority: Prioritet
239 239 field_fixed_version: Ciljna verzija
240 240 field_user: Korisnik
241 241 field_role: Uloga
242 242 field_homepage: Naslovna strana
243 243 field_is_public: Javni
244 244 field_parent: Podprojekt od
245 245 field_is_in_roadmap: Aktivnosti prikazane u planu realizacije
246 246 field_login: Prijava
247 247 field_mail_notification: Email notifikacije
248 248 field_admin: Administrator
249 249 field_last_login_on: Posljednja konekcija
250 250 field_language: Jezik
251 251 field_effective_date: Datum
252 252 field_password: Lozinka
253 253 field_new_password: Nova lozinka
254 254 field_password_confirmation: Potvrda
255 255 field_version: Verzija
256 256 field_type: Tip
257 257 field_host: Host
258 258 field_port: Port
259 259 field_account: Korisnički račun
260 260 field_base_dn: Base DN
261 261 field_attr_login: Attribut za prijavu
262 262 field_attr_firstname: Attribut za ime
263 263 field_attr_lastname: Atribut za prezime
264 264 field_attr_mail: Atribut za email
265 265 field_onthefly: 'Kreiranje korisnika "On-the-fly"'
266 266 field_start_date: Početak
267 267 field_done_ratio: "% Realizovano"
268 268 field_auth_source: Mod za authentifikaciju
269 269 field_hide_mail: Sakrij moju email adresu
270 270 field_comments: Komentar
271 271 field_url: URL
272 272 field_start_page: Početna stranica
273 273 field_subproject: Podprojekat
274 274 field_hours: Sahata
275 275 field_activity: Operacija
276 276 field_spent_on: Datum
277 277 field_identifier: Identifikator
278 278 field_is_filter: Korišteno kao filter
279 279 field_issue_to: Povezana aktivnost
280 280 field_delay: Odgađanje
281 281 field_assignable: Aktivnosti dodijeljene ovoj ulozi
282 282 field_redirect_existing_links: Izvrši redirekciju postojećih linkova
283 283 field_estimated_hours: Procjena vremena
284 284 field_column_names: Kolone
285 285 field_time_zone: Vremenska zona
286 286 field_searchable: Pretraživo
287 287 field_default_value: Podrazumjevana vrijednost
288 288 field_comments_sorting: Prikaži komentare
289 289 field_parent_title: 'Stranica "roditelj"'
290 290 field_editable: Može se mijenjati
291 291 field_watcher: Posmatrač
292 292 field_identity_url: OpenID URL
293 293 field_content: Sadržaj
294 294
295 295 setting_app_title: Naslov aplikacije
296 296 setting_app_subtitle: Podnaslov aplikacije
297 297 setting_welcome_text: Tekst dobrodošlice
298 298 setting_default_language: Podrazumjevani jezik
299 299 setting_login_required: Authentifikacija neophodna
300 300 setting_self_registration: Samo-registracija
301 301 setting_attachment_max_size: Maksimalna veličina prikačenog fajla
302 302 setting_issues_export_limit: Limit za eksport aktivnosti
303 303 setting_mail_from: Mail adresa - pošaljilac
304 304 setting_bcc_recipients: '"BCC" (blind carbon copy) primaoci '
305 305 setting_plain_text_mail: Email sa običnim tekstom (bez HTML-a)
306 306 setting_host_name: Ime hosta i putanja
307 307 setting_text_formatting: Formatiranje teksta
308 308 setting_wiki_compression: Kompresija Wiki istorije
309 309
310 310 setting_feeds_limit: 'Limit za "Atom" feed-ove'
311 311 setting_default_projects_public: Podrazumjeva se da je novi projekat javni
312 312 setting_autofetch_changesets: 'Automatski kupi "commit"-e'
313 313 setting_sys_api_enabled: 'Omogući "WS" za upravljanje repozitorijom'
314 314 setting_commit_ref_keywords: Ključne riječi za reference
315 315 setting_commit_fix_keywords: 'Ključne riječi za status "zatvoreno"'
316 316 setting_autologin: Automatski login
317 317 setting_date_format: Format datuma
318 318 setting_time_format: Format vremena
319 319 setting_cross_project_issue_relations: Omogući relacije između aktivnosti na različitim projektima
320 320 setting_issue_list_default_columns: Podrazumjevane koleone za prikaz na listi aktivnosti
321 321 setting_emails_footer: Potpis na email-ovima
322 322 setting_protocol: Protokol
323 323 setting_per_page_options: Broj objekata po stranici
324 324 setting_user_format: Format korisničkog prikaza
325 325 setting_activity_days_default: Prikaz promjena na projektu - opseg dana
326 326 setting_display_subprojects_issues: Prikaz podprojekata na glavnom projektima (podrazumjeva se)
327 327 setting_enabled_scm: Omogući SCM (source code management)
328 328 setting_mail_handler_api_enabled: Omogući automatsku obradu ulaznih emailova
329 329 setting_mail_handler_api_key: API ključ (obrada ulaznih mailova)
330 330 setting_sequential_project_identifiers: Generiši identifikatore projekta sekvencijalno
331 331 setting_gravatar_enabled: 'Koristi "gravatar" korisničke ikone'
332 332 setting_diff_max_lines_displayed: Maksimalan broj linija za prikaz razlika između dva fajla
333 333 setting_file_max_size_displayed: Maksimalna veličina fajla kod prikaza razlika unutar fajla (inline)
334 334 setting_repository_log_display_limit: Maksimalna veličina revizija prikazanih na log fajlu
335 335 setting_openid: Omogući OpenID prijavu i registraciju
336 336
337 337 permission_edit_project: Ispravke projekta
338 338 permission_select_project_modules: Odaberi module projekta
339 339 permission_manage_members: Upravljanje članovima
340 340 permission_manage_versions: Upravljanje verzijama
341 341 permission_manage_categories: Upravljanje kategorijama aktivnosti
342 342 permission_add_issues: Dodaj aktivnosti
343 343 permission_edit_issues: Ispravka aktivnosti
344 344 permission_manage_issue_relations: Upravljaj relacijama među aktivnostima
345 345 permission_add_issue_notes: Dodaj bilješke
346 346 permission_edit_issue_notes: Ispravi bilješke
347 347 permission_edit_own_issue_notes: Ispravi sopstvene bilješke
348 348 permission_move_issues: Pomjeri aktivnosti
349 349 permission_delete_issues: Izbriši aktivnosti
350 350 permission_manage_public_queries: Upravljaj javnim upitima
351 351 permission_save_queries: Snimi upite
352 352 permission_view_gantt: Pregled gantograma
353 353 permission_view_calendar: Pregled kalendara
354 354 permission_view_issue_watchers: Pregled liste korisnika koji prate aktivnost
355 355 permission_add_issue_watchers: Dodaj onoga koji prati aktivnost
356 356 permission_log_time: Evidentiraj utrošak vremena
357 357 permission_view_time_entries: Pregled utroška vremena
358 358 permission_edit_time_entries: Ispravka utroška vremena
359 359 permission_edit_own_time_entries: Ispravka svog utroška vremena
360 360 permission_manage_news: Upravljaj novostima
361 361 permission_comment_news: Komentiraj novosti
362 362 permission_view_documents: Pregled dokumenata
363 363 permission_manage_files: Upravljaj fajlovima
364 364 permission_view_files: Pregled fajlova
365 365 permission_manage_wiki: Upravljaj wiki stranicama
366 366 permission_rename_wiki_pages: Ispravi wiki stranicu
367 367 permission_delete_wiki_pages: Izbriši wiki stranicu
368 368 permission_view_wiki_pages: Pregled wiki sadržaja
369 369 permission_view_wiki_edits: Pregled wiki istorije
370 370 permission_edit_wiki_pages: Ispravka wiki stranica
371 371 permission_delete_wiki_pages_attachments: Brisanje fajlova prikačenih wiki-ju
372 372 permission_protect_wiki_pages: Zaštiti wiki stranicu
373 373 permission_manage_repository: Upravljaj repozitorijem
374 374 permission_browse_repository: Pregled repozitorija
375 375 permission_view_changesets: Pregled setova promjena
376 376 permission_commit_access: 'Pristup "commit"-u'
377 377 permission_manage_boards: Upravljaj forumima
378 378 permission_view_messages: Pregled poruka
379 379 permission_add_messages: Šalji poruke
380 380 permission_edit_messages: Ispravi poruke
381 381 permission_edit_own_messages: Ispravka sopstvenih poruka
382 382 permission_delete_messages: Prisanje poruka
383 383 permission_delete_own_messages: Brisanje sopstvenih poruka
384 384
385 385 project_module_issue_tracking: Praćenje aktivnosti
386 386 project_module_time_tracking: Praćenje vremena
387 387 project_module_news: Novosti
388 388 project_module_documents: Dokumenti
389 389 project_module_files: Fajlovi
390 390 project_module_wiki: Wiki stranice
391 391 project_module_repository: Repozitorij
392 392 project_module_boards: Forumi
393 393
394 394 label_user: Korisnik
395 395 label_user_plural: Korisnici
396 396 label_user_new: Novi korisnik
397 397 label_project: Projekat
398 398 label_project_new: Novi projekat
399 399 label_project_plural: Projekti
400 400 label_x_projects:
401 401 zero: 0 projekata
402 402 one: 1 projekat
403 403 other: "%{count} projekata"
404 404 label_project_all: Svi projekti
405 405 label_project_latest: Posljednji projekti
406 406 label_issue: Aktivnost
407 407 label_issue_new: Nova aktivnost
408 408 label_issue_plural: Aktivnosti
409 409 label_issue_view_all: Vidi sve aktivnosti
410 410 label_issues_by: "Aktivnosti po %{value}"
411 411 label_issue_added: Aktivnost je dodana
412 412 label_issue_updated: Aktivnost je izmjenjena
413 413 label_document: Dokument
414 414 label_document_new: Novi dokument
415 415 label_document_plural: Dokumenti
416 416 label_document_added: Dokument je dodan
417 417 label_role: Uloga
418 418 label_role_plural: Uloge
419 419 label_role_new: Nove uloge
420 420 label_role_and_permissions: Uloge i dozvole
421 421 label_member: Izvršilac
422 422 label_member_new: Novi izvršilac
423 423 label_member_plural: Izvršioci
424 424 label_tracker: Područje aktivnosti
425 425 label_tracker_plural: Područja aktivnosti
426 426 label_tracker_new: Novo područje aktivnosti
427 427 label_workflow: Tok promjena na aktivnosti
428 428 label_issue_status: Status aktivnosti
429 429 label_issue_status_plural: Statusi aktivnosti
430 430 label_issue_status_new: Novi status
431 431 label_issue_category: Kategorija aktivnosti
432 432 label_issue_category_plural: Kategorije aktivnosti
433 433 label_issue_category_new: Nova kategorija
434 434 label_custom_field: Proizvoljno polje
435 435 label_custom_field_plural: Proizvoljna polja
436 436 label_custom_field_new: Novo proizvoljno polje
437 437 label_enumerations: Enumeracije
438 438 label_enumeration_new: Nova vrijednost
439 439 label_information: Informacija
440 440 label_information_plural: Informacije
441 441 label_please_login: Molimo prijavite se
442 442 label_register: Registracija
443 443 label_login_with_open_id_option: ili prijava sa OpenID-om
444 444 label_password_lost: Izgubljena lozinka
445 445 label_home: Početna stranica
446 446 label_my_page: Moja stranica
447 447 label_my_account: Moj korisnički račun
448 448 label_my_projects: Moji projekti
449 449 label_administration: Administracija
450 450 label_login: Prijavi se
451 451 label_logout: Odjavi se
452 452 label_help: Pomoć
453 453 label_reported_issues: Prijavljene aktivnosti
454 454 label_assigned_to_me_issues: Aktivnosti dodjeljene meni
455 455 label_last_login: Posljednja konekcija
456 456 label_registered_on: Registrovan na
457 457 label_activity_plural: Promjene
458 458 label_activity: Operacija
459 459 label_overall_activity: Pregled svih promjena
460 460 label_user_activity: "Promjene izvršene od: %{value}"
461 461 label_new: Novi
462 462 label_logged_as: Prijavljen kao
463 463 label_environment: Sistemsko okruženje
464 464 label_authentication: Authentifikacija
465 465 label_auth_source: Mod authentifikacije
466 466 label_auth_source_new: Novi mod authentifikacije
467 467 label_auth_source_plural: Modovi authentifikacije
468 468 label_subproject_plural: Podprojekti
469 469 label_and_its_subprojects: "%{value} i njegovi podprojekti"
470 470 label_min_max_length: Min - Maks dužina
471 471 label_list: Lista
472 472 label_date: Datum
473 473 label_integer: Cijeli broj
474 474 label_float: Float
475 475 label_boolean: Logička varijabla
476 476 label_string: Tekst
477 477 label_text: Dugi tekst
478 478 label_attribute: Atribut
479 479 label_attribute_plural: Atributi
480 480 label_no_data: Nema podataka za prikaz
481 481 label_change_status: Promjeni status
482 482 label_history: Istorija
483 483 label_attachment: Fajl
484 484 label_attachment_new: Novi fajl
485 485 label_attachment_delete: Izbriši fajl
486 486 label_attachment_plural: Fajlovi
487 487 label_file_added: Fajl je dodan
488 488 label_report: Izvještaj
489 489 label_report_plural: Izvještaji
490 490 label_news: Novosti
491 491 label_news_new: Dodaj novosti
492 492 label_news_plural: Novosti
493 493 label_news_latest: Posljednje novosti
494 494 label_news_view_all: Pogledaj sve novosti
495 495 label_news_added: Novosti su dodane
496 496 label_settings: Postavke
497 497 label_overview: Pregled
498 498 label_version: Verzija
499 499 label_version_new: Nova verzija
500 500 label_version_plural: Verzije
501 501 label_confirmation: Potvrda
502 502 label_export_to: 'Takođe dostupno u:'
503 503 label_read: Čitaj...
504 504 label_public_projects: Javni projekti
505 505 label_open_issues: otvoren
506 506 label_open_issues_plural: otvoreni
507 507 label_closed_issues: zatvoren
508 508 label_closed_issues_plural: zatvoreni
509 509 label_x_open_issues_abbr:
510 510 zero: 0 otvoreno
511 511 one: 1 otvorena
512 512 other: "%{count} otvorene"
513 513 label_x_closed_issues_abbr:
514 514 zero: 0 zatvoreno
515 515 one: 1 zatvorena
516 516 other: "%{count} zatvorene"
517 517 label_total: Ukupno
518 518 label_permissions: Dozvole
519 519 label_current_status: Tekući status
520 520 label_new_statuses_allowed: Novi statusi dozvoljeni
521 521 label_all: sve
522 522 label_none: ništa
523 523 label_nobody: niko
524 524 label_next: Sljedeće
525 525 label_previous: Predhodno
526 526 label_used_by: Korišteno od
527 527 label_details: Detalji
528 528 label_add_note: Dodaj bilješku
529 529 label_calendar: Kalendar
530 530 label_months_from: mjeseci od
531 531 label_gantt: Gantt
532 532 label_internal: Interno
533 533 label_last_changes: "posljednjih %{count} promjena"
534 534 label_change_view_all: Vidi sve promjene
535 535 label_personalize_page: Personaliziraj ovu stranicu
536 536 label_comment: Komentar
537 537 label_comment_plural: Komentari
538 538 label_x_comments:
539 539 zero: bez komentara
540 540 one: 1 komentar
541 541 other: "%{count} komentari"
542 542 label_comment_add: Dodaj komentar
543 543 label_comment_added: Komentar je dodan
544 544 label_comment_delete: Izbriši komentar
545 545 label_query: Proizvoljan upit
546 546 label_query_plural: Proizvoljni upiti
547 547 label_query_new: Novi upit
548 548 label_filter_add: Dodaj filter
549 549 label_filter_plural: Filteri
550 550 label_equals: je
551 551 label_not_equals: nije
552 552 label_in_less_than: je manji nego
553 553 label_in_more_than: je više nego
554 554 label_in: u
555 555 label_today: danas
556 556 label_all_time: sve vrijeme
557 557 label_yesterday: juče
558 558 label_this_week: ova hefta
559 559 label_last_week: zadnja hefta
560 560 label_last_n_days: "posljednjih %{count} dana"
561 561 label_this_month: ovaj mjesec
562 562 label_last_month: posljednji mjesec
563 563 label_this_year: ova godina
564 564 label_date_range: Datumski opseg
565 565 label_less_than_ago: ranije nego (dana)
566 566 label_more_than_ago: starije nego (dana)
567 567 label_ago: prije (dana)
568 568 label_contains: sadrži
569 569 label_not_contains: ne sadrži
570 570 label_day_plural: dani
571 571 label_repository: Repozitorij
572 572 label_repository_plural: Repozitoriji
573 573 label_browse: Listaj
574 574 label_revision: Revizija
575 575 label_revision_plural: Revizije
576 576 label_associated_revisions: Doddjeljene revizije
577 577 label_added: dodano
578 578 label_modified: izmjenjeno
579 579 label_copied: kopirano
580 580 label_renamed: preimenovano
581 581 label_deleted: izbrisano
582 582 label_latest_revision: Posljednja revizija
583 583 label_latest_revision_plural: Posljednje revizije
584 584 label_view_revisions: Vidi revizije
585 585 label_max_size: Maksimalna veličina
586 586 label_sort_highest: Pomjeri na vrh
587 587 label_sort_higher: Pomjeri gore
588 588 label_sort_lower: Pomjeri dole
589 589 label_sort_lowest: Pomjeri na dno
590 590 label_roadmap: Plan realizacije
591 591 label_roadmap_due_in: "Obavezan do %{value}"
592 592 label_roadmap_overdue: "%{value} kasni"
593 593 label_roadmap_no_issues: Nema aktivnosti za ovu verziju
594 594 label_search: Traži
595 595 label_result_plural: Rezultati
596 596 label_all_words: Sve riječi
597 597 label_wiki: Wiki stranice
598 598 label_wiki_edit: ispravka wiki-ja
599 599 label_wiki_edit_plural: ispravke wiki-ja
600 600 label_wiki_page: Wiki stranica
601 601 label_wiki_page_plural: Wiki stranice
602 602 label_index_by_title: Indeks prema naslovima
603 603 label_index_by_date: Indeks po datumima
604 604 label_current_version: Tekuća verzija
605 605 label_preview: Pregled
606 606 label_feed_plural: Feeds
607 607 label_changes_details: Detalji svih promjena
608 608 label_issue_tracking: Evidencija aktivnosti
609 609 label_spent_time: Utrošak vremena
610 610 label_f_hour: "%{value} sahat"
611 611 label_f_hour_plural: "%{value} sahata"
612 612 label_time_tracking: Evidencija vremena
613 613 label_change_plural: Promjene
614 614 label_statistics: Statistika
615 615 label_commits_per_month: '"Commit"-a po mjesecu'
616 616 label_commits_per_author: '"Commit"-a po autoru'
617 617 label_view_diff: Pregled razlika
618 618 label_diff_inline: zajedno
619 619 label_diff_side_by_side: jedna pored druge
620 620 label_options: Opcije
621 621 label_copy_workflow_from: Kopiraj tok promjena statusa iz
622 622 label_permissions_report: Izvještaj
623 623 label_watched_issues: Aktivnosti koje pratim
624 624 label_related_issues: Korelirane aktivnosti
625 625 label_applied_status: Status je primjenjen
626 626 label_loading: Učitavam...
627 627 label_relation_new: Nova relacija
628 628 label_relation_delete: Izbriši relaciju
629 629 label_relates_to: korelira sa
630 630 label_duplicates: duplikat
631 631 label_duplicated_by: duplicirano od
632 632 label_blocks: blokira
633 633 label_blocked_by: blokirano on
634 634 label_precedes: predhodi
635 635 label_follows: slijedi
636 636 label_stay_logged_in: Ostani prijavljen
637 637 label_disabled: onemogućen
638 638 label_show_completed_versions: Prikaži završene verzije
639 639 label_me: ja
640 640 label_board: Forum
641 641 label_board_new: Novi forum
642 642 label_board_plural: Forumi
643 643 label_topic_plural: Teme
644 644 label_message_plural: Poruke
645 645 label_message_last: Posljednja poruka
646 646 label_message_new: Nova poruka
647 647 label_message_posted: Poruka je dodana
648 648 label_reply_plural: Odgovori
649 649 label_send_information: Pošalji informaciju o korisničkom računu
650 650 label_year: Godina
651 651 label_month: Mjesec
652 652 label_week: Hefta
653 653 label_date_from: Od
654 654 label_date_to: Do
655 655 label_language_based: Bazirano na korisnikovom jeziku
656 656 label_sort_by: "Sortiraj po %{value}"
657 657 label_send_test_email: Pošalji testni email
658 658 label_feeds_access_key_created_on: "Atom pristupni ključ kreiran prije %{value} dana"
659 659 label_module_plural: Moduli
660 660 label_added_time_by: "Dodano od %{author} prije %{age}"
661 661 label_updated_time_by: "Izmjenjeno od %{author} prije %{age}"
662 662 label_updated_time: "Izmjenjeno prije %{value}"
663 663 label_jump_to_a_project: Skoči na projekat...
664 664 label_file_plural: Fajlovi
665 665 label_changeset_plural: Setovi promjena
666 666 label_default_columns: Podrazumjevane kolone
667 667 label_no_change_option: (Bez promjene)
668 668 label_bulk_edit_selected_issues: Ispravi odjednom odabrane aktivnosti
669 669 label_theme: Tema
670 670 label_default: Podrazumjevano
671 671 label_search_titles_only: Pretraži samo naslove
672 672 label_user_mail_option_all: "Za bilo koji događaj na svim mojim projektima"
673 673 label_user_mail_option_selected: "Za bilo koji događaj na odabranim projektima..."
674 674 label_user_mail_no_self_notified: "Ne želim notifikaciju za promjene koje sam ja napravio"
675 675 label_registration_activation_by_email: aktivacija korisničkog računa email-om
676 676 label_registration_manual_activation: ručna aktivacija korisničkog računa
677 677 label_registration_automatic_activation: automatska kreacija korisničkog računa
678 678 label_display_per_page: "Po stranici: %{value}"
679 679 label_age: Starost
680 680 label_change_properties: Promjena osobina
681 681 label_general: Generalno
682 label_more: Više
683 682 label_scm: SCM
684 683 label_plugins: Plugin-ovi
685 684 label_ldap_authentication: LDAP authentifikacija
686 685 label_downloads_abbr: D/L
687 686 label_optional_description: Opis (opciono)
688 687 label_add_another_file: Dodaj još jedan fajl
689 688 label_preferences: Postavke
690 689 label_chronological_order: Hronološki poredak
691 690 label_reverse_chronological_order: Reverzni hronološki poredak
692 691 label_incoming_emails: Dolazni email-ovi
693 692 label_generate_key: Generiši ključ
694 693 label_issue_watchers: Praćeno od
695 694 label_example: Primjer
696 695 label_display: Prikaz
697 696
698 697 button_apply: Primjeni
699 698 button_add: Dodaj
700 699 button_archive: Arhiviranje
701 700 button_back: Nazad
702 701 button_cancel: Odustani
703 702 button_change: Izmjeni
704 703 button_change_password: Izmjena lozinke
705 704 button_check_all: Označi sve
706 705 button_clear: Briši
707 706 button_copy: Kopiraj
708 707 button_create: Novi
709 708 button_delete: Briši
710 709 button_download: Download
711 710 button_edit: Ispravka
712 711 button_list: Lista
713 712 button_lock: Zaključaj
714 713 button_log_time: Utrošak vremena
715 714 button_login: Prijava
716 715 button_move: Pomjeri
717 716 button_rename: Promjena imena
718 717 button_reply: Odgovor
719 718 button_reset: Resetuj
720 719 button_rollback: Vrati predhodno stanje
721 720 button_save: Snimi
722 721 button_sort: Sortiranje
723 722 button_submit: Pošalji
724 723 button_test: Testiraj
725 724 button_unarchive: Otpakuj arhivu
726 725 button_uncheck_all: Isključi sve
727 726 button_unlock: Otključaj
728 727 button_unwatch: Prekini notifikaciju
729 728 button_update: Promjena na aktivnosti
730 729 button_view: Pregled
731 730 button_watch: Notifikacija
732 731 button_configure: Konfiguracija
733 732 button_quote: Citat
734 733
735 734 status_active: aktivan
736 735 status_registered: registrovan
737 736 status_locked: zaključan
738 737
739 738 text_select_mail_notifications: Odaberi događaje za koje će se slati email notifikacija.
740 739 text_regexp_info: npr. ^[A-Z0-9]+$
741 740 text_min_max_length_info: 0 znači bez restrikcije
742 741 text_project_destroy_confirmation: Sigurno želite izbrisati ovaj projekat i njegove podatke ?
743 742 text_subprojects_destroy_warning: "Podprojekt(i): %{value} će takođe biti izbrisani."
744 743 text_workflow_edit: Odaberite ulogu i područje aktivnosti za ispravku toka promjena na aktivnosti
745 744 text_are_you_sure: Da li ste sigurni ?
746 745 text_tip_issue_begin_day: zadatak počinje danas
747 746 text_tip_issue_end_day: zadatak završava danas
748 747 text_tip_issue_begin_end_day: zadatak započinje i završava danas
749 748 text_caracters_maximum: "maksimum %{count} karaktera."
750 749 text_caracters_minimum: "Dužina mora biti najmanje %{count} znakova."
751 750 text_length_between: "Broj znakova između %{min} i %{max}."
752 751 text_tracker_no_workflow: Tok statusa nije definisan za ovo područje aktivnosti
753 752 text_unallowed_characters: Nedozvoljeni znakovi
754 753 text_comma_separated: Višestruke vrijednosti dozvoljene (odvojiti zarezom).
755 754 text_issues_ref_in_commit_messages: 'Referenciranje i zatvaranje aktivnosti putem "commit" poruka'
756 755 text_issue_added: "Aktivnost %{id} je prijavljena od %{author}."
757 756 text_issue_updated: "Aktivnost %{id} je izmjenjena od %{author}."
758 757 text_wiki_destroy_confirmation: Sigurno želite izbrisati ovaj wiki i čitav njegov sadržaj ?
759 758 text_issue_category_destroy_question: "Neke aktivnosti (%{count}) pripadaju ovoj kategoriji. Sigurno to želite uraditi ?"
760 759 text_issue_category_destroy_assignments: Ukloni kategoriju
761 760 text_issue_category_reassign_to: Ponovo dodijeli ovu kategoriju
762 761 text_user_mail_option: "Za projekte koje niste odabrali, primićete samo notifikacije o stavkama koje pratite ili ste u njih uključeni (npr. vi ste autor ili su vama dodjeljenje)."
763 762 text_no_configuration_data: "Uloge, područja aktivnosti, statusi aktivnosti i tok promjena statusa nisu konfigurisane.\nKrajnje je preporučeno da učitate tekuđe postavke. Kasnije ćete ih moći mjenjati po svojim potrebama."
764 763 text_load_default_configuration: Učitaj tekuću konfiguraciju
765 764 text_status_changed_by_changeset: "Primjenjeno u setu promjena %{value}."
766 765 text_issues_destroy_confirmation: 'Sigurno želite izbrisati odabranu/e aktivnost/i ?'
767 766 text_select_project_modules: 'Odaberi module koje želite u ovom projektu:'
768 767 text_default_administrator_account_changed: Tekući administratorski račun je promjenjen
769 768 text_file_repository_writable: U direktorij sa fajlovima koji su prilozi se može pisati
770 769 text_plugin_assets_writable: U direktorij plugin-ova se može pisati
771 770 text_rmagick_available: RMagick je dostupan (opciono)
772 771 text_destroy_time_entries_question: "%{hours} sahata je prijavljeno na aktivnostima koje želite brisati. Želite li to učiniti ?"
773 772 text_destroy_time_entries: Izbriši prijavljeno vrijeme
774 773 text_assign_time_entries_to_project: Dodaj prijavljenoo vrijeme projektu
775 774 text_reassign_time_entries: 'Preraspodjeli prijavljeno vrijeme na ovu aktivnost:'
776 775 text_user_wrote: "%{value} je napisao/la:"
777 776 text_enumeration_destroy_question: "Za %{count} objekata je dodjeljenja ova vrijednost."
778 777 text_enumeration_category_reassign_to: 'Ponovo im dodjeli ovu vrijednost:'
779 778 text_email_delivery_not_configured: "Email dostava nije konfiguraisana, notifikacija je onemogućena.\nKonfiguriši SMTP server u config/configuration.yml i restartuj aplikaciju nakon toga."
780 779 text_repository_usernames_mapping: "Odaberi ili ispravi redmine korisnika mapiranog za svako korisničko ima nađeno u logu repozitorija.\nKorisnici sa istim imenom u redmineu i u repozitoruju se automatski mapiraju."
781 780 text_diff_truncated: '... Ovaj prikaz razlike je odsječen pošto premašuje maksimalnu veličinu za prikaz'
782 781 text_custom_field_possible_values_info: 'Jedna linija za svaku vrijednost'
783 782
784 783 default_role_manager: Menadžer
785 784 default_role_developer: Programer
786 785 default_role_reporter: Reporter
787 786 default_tracker_bug: Greška
788 787 default_tracker_feature: Nova funkcija
789 788 default_tracker_support: Podrška
790 789 default_issue_status_new: Novi
791 790 default_issue_status_in_progress: In Progress
792 791 default_issue_status_resolved: Riješen
793 792 default_issue_status_feedback: Čeka se povratna informacija
794 793 default_issue_status_closed: Zatvoren
795 794 default_issue_status_rejected: Odbijen
796 795 default_doc_category_user: Korisnička dokumentacija
797 796 default_doc_category_tech: Tehnička dokumentacija
798 797 default_priority_low: Nizak
799 798 default_priority_normal: Normalan
800 799 default_priority_high: Visok
801 800 default_priority_urgent: Urgentno
802 801 default_priority_immediate: Odmah
803 802 default_activity_design: Dizajn
804 803 default_activity_development: Programiranje
805 804
806 805 enumeration_issue_priorities: Prioritet aktivnosti
807 806 enumeration_doc_categories: Kategorije dokumenata
808 807 enumeration_activities: Operacije (utrošak vremena)
809 808 notice_unable_delete_version: Ne mogu izbrisati verziju.
810 809 button_create_and_continue: Kreiraj i nastavi
811 810 button_annotate: Zabilježi
812 811 button_activate: Aktiviraj
813 812 label_sort: Sortiranje
814 813 label_date_from_to: Od %{start} do %{end}
815 814 label_ascending: Rastuće
816 815 label_descending: Opadajuće
817 816 label_greater_or_equal: ">="
818 817 label_less_or_equal: <=
819 818 text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do?
820 819 text_wiki_page_reassign_children: Reassign child pages to this parent page
821 820 text_wiki_page_nullify_children: Keep child pages as root pages
822 821 text_wiki_page_destroy_children: Delete child pages and all their descendants
823 822 setting_password_min_length: Minimum password length
824 823 field_group_by: Group results by
825 824 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
826 825 label_wiki_content_added: Wiki page added
827 826 mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
828 827 mail_body_wiki_content_added: The '%{id}' wiki page has been added by %{author}.
829 828 label_wiki_content_updated: Wiki page updated
830 829 mail_body_wiki_content_updated: The '%{id}' wiki page has been updated by %{author}.
831 830 permission_add_project: Create project
832 831 setting_new_project_user_role_id: Role given to a non-admin user who creates a project
833 832 label_view_all_revisions: View all revisions
834 833 label_tag: Tag
835 834 label_branch: Branch
836 835 error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
837 836 error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
838 837 text_journal_changed: "%{label} changed from %{old} to %{new}"
839 838 text_journal_set_to: "%{label} set to %{value}"
840 839 text_journal_deleted: "%{label} deleted (%{old})"
841 840 label_group_plural: Groups
842 841 label_group: Group
843 842 label_group_new: New group
844 843 label_time_entry_plural: Spent time
845 844 text_journal_added: "%{label} %{value} added"
846 845 field_active: Active
847 846 enumeration_system_activity: System Activity
848 847 permission_delete_issue_watchers: Delete watchers
849 848 version_status_closed: closed
850 849 version_status_locked: locked
851 850 version_status_open: open
852 851 error_can_not_reopen_issue_on_closed_version: An issue assigned to a closed version can not be reopened
853 852 label_user_anonymous: Anonymous
854 853 button_move_and_follow: Move and follow
855 854 setting_default_projects_modules: Default enabled modules for new projects
856 855 setting_gravatar_default: Default Gravatar image
857 856 field_sharing: Sharing
858 857 label_version_sharing_hierarchy: With project hierarchy
859 858 label_version_sharing_system: With all projects
860 859 label_version_sharing_descendants: With subprojects
861 860 label_version_sharing_tree: With project tree
862 861 label_version_sharing_none: Not shared
863 862 error_can_not_archive_project: This project can not be archived
864 863 button_duplicate: Duplicate
865 864 button_copy_and_follow: Copy and follow
866 865 label_copy_source: Source
867 866 setting_issue_done_ratio: Calculate the issue done ratio with
868 867 setting_issue_done_ratio_issue_status: Use the issue status
869 868 error_issue_done_ratios_not_updated: Issue done ratios not updated.
870 869 error_workflow_copy_target: Please select target tracker(s) and role(s)
871 870 setting_issue_done_ratio_issue_field: Use the issue field
872 871 label_copy_same_as_target: Same as target
873 872 label_copy_target: Target
874 873 notice_issue_done_ratios_updated: Issue done ratios updated.
875 874 error_workflow_copy_source: Please select a source tracker or role
876 875 label_update_issue_done_ratios: Update issue done ratios
877 876 setting_start_of_week: Start calendars on
878 877 permission_view_issues: View Issues
879 878 label_display_used_statuses_only: Only display statuses that are used by this tracker
880 879 label_revision_id: Revision %{value}
881 880 label_api_access_key: API access key
882 881 label_api_access_key_created_on: API access key created %{value} ago
883 882 label_feeds_access_key: Atom access key
884 883 notice_api_access_key_reseted: Your API access key was reset.
885 884 setting_rest_api_enabled: Enable REST web service
886 885 label_missing_api_access_key: Missing an API access key
887 886 label_missing_feeds_access_key: Missing a Atom access key
888 887 button_show: Show
889 888 text_line_separated: Multiple values allowed (one line for each value).
890 889 setting_mail_handler_body_delimiters: Truncate emails after one of these lines
891 890 permission_add_subprojects: Create subprojects
892 891 label_subproject_new: New subproject
893 892 text_own_membership_delete_confirmation: |-
894 893 You are about to remove some or all of your permissions and may no longer be able to edit this project after that.
895 894 Are you sure you want to continue?
896 895 label_close_versions: Close completed versions
897 896 label_board_sticky: Sticky
898 897 label_board_locked: Locked
899 898 permission_export_wiki_pages: Export wiki pages
900 899 setting_cache_formatted_text: Cache formatted text
901 900 permission_manage_project_activities: Manage project activities
902 901 error_unable_delete_issue_status: Unable to delete issue status
903 902 label_profile: Profile
904 903 permission_manage_subtasks: Manage subtasks
905 904 field_parent_issue: Parent task
906 905 label_subtask_plural: Subtasks
907 906 label_project_copy_notifications: Send email notifications during the project copy
908 907 error_can_not_delete_custom_field: Unable to delete custom field
909 908 error_unable_to_connect: Unable to connect (%{value})
910 909 error_can_not_remove_role: This role is in use and can not be deleted.
911 910 error_can_not_delete_tracker: This tracker contains issues and cannot be deleted.
912 911 field_principal: Principal
913 912 label_my_page_block: My page block
914 913 notice_failed_to_save_members: "Failed to save member(s): %{errors}."
915 914 text_zoom_out: Zoom out
916 915 text_zoom_in: Zoom in
917 916 notice_unable_delete_time_entry: Unable to delete time log entry.
918 917 label_overall_spent_time: Overall spent time
919 918 field_time_entries: Log time
920 919 project_module_gantt: Gantt
921 920 project_module_calendar: Calendar
922 921 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
923 922 field_text: Text field
924 923 setting_default_notification_option: Default notification option
925 924 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
926 925 label_user_mail_option_none: No events
927 926 field_member_of_group: Assignee's group
928 927 field_assigned_to_role: Assignee's role
929 928 notice_not_authorized_archived_project: The project you're trying to access has been archived.
930 929 label_principal_search: "Search for user or group:"
931 930 label_user_search: "Search for user:"
932 931 field_visible: Visible
933 932 setting_commit_logtime_activity_id: Activity for logged time
934 933 text_time_logged_by_changeset: Applied in changeset %{value}.
935 934 setting_commit_logtime_enabled: Enable time logging
936 935 notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
937 936 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
938 937 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
939 938 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
940 939 label_my_queries: My custom queries
941 940 text_journal_changed_no_detail: "%{label} updated"
942 941 label_news_comment_added: Comment added to a news
943 942 button_expand_all: Expand all
944 943 button_collapse_all: Collapse all
945 944 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
946 945 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
947 946 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
948 947 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
949 948 label_role_anonymous: Anonymous
950 949 label_role_non_member: Non member
951 950 label_issue_note_added: Note added
952 951 label_issue_status_updated: Status updated
953 952 label_issue_priority_updated: Priority updated
954 953 label_issues_visibility_own: Issues created by or assigned to the user
955 954 field_issues_visibility: Issues visibility
956 955 label_issues_visibility_all: All issues
957 956 permission_set_own_issues_private: Set own issues public or private
958 957 field_is_private: Private
959 958 permission_set_issues_private: Set issues public or private
960 959 label_issues_visibility_public: All non private issues
961 960 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
962 961 field_commit_logs_encoding: 'Enkodiranje "commit" poruka'
963 962 field_scm_path_encoding: Path encoding
964 963 text_scm_path_encoding_note: "Default: UTF-8"
965 964 field_path_to_repository: Path to repository
966 965 field_root_directory: Root directory
967 966 field_cvs_module: Module
968 967 field_cvsroot: CVSROOT
969 968 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
970 969 text_scm_command: Command
971 970 text_scm_command_version: Version
972 971 label_git_report_last_commit: Report last commit for files and directories
973 972 notice_issue_successful_create: Issue %{id} created.
974 973 label_between: between
975 974 setting_issue_group_assignment: Allow issue assignment to groups
976 975 label_diff: diff
977 976 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
978 977 description_query_sort_criteria_direction: Sort direction
979 978 description_project_scope: Search scope
980 979 description_filter: Filter
981 980 description_user_mail_notification: Mail notification settings
982 981 description_message_content: Message content
983 982 description_available_columns: Available Columns
984 983 description_issue_category_reassign: Choose issue category
985 984 description_search: Searchfield
986 985 description_notes: Notes
987 986 description_choose_project: Projects
988 987 description_query_sort_criteria_attribute: Sort attribute
989 988 description_wiki_subpages_reassign: Choose new parent page
990 989 description_selected_columns: Selected Columns
991 990 label_parent_revision: Parent
992 991 label_child_revision: Child
993 992 error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
994 993 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
995 994 button_edit_section: Edit this section
996 995 setting_repositories_encodings: Attachments and repositories encodings
997 996 description_all_columns: All Columns
998 997 button_export: Export
999 998 label_export_options: "%{export_format} export options"
1000 999 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
1001 1000 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1002 1001 label_x_issues:
1003 1002 zero: 0 aktivnost
1004 1003 one: 1 aktivnost
1005 1004 other: "%{count} aktivnosti"
1006 1005 label_repository_new: New repository
1007 1006 field_repository_is_default: Main repository
1008 1007 label_copy_attachments: Copy attachments
1009 1008 label_item_position: "%{position}/%{count}"
1010 1009 label_completed_versions: Completed versions
1011 1010 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1012 1011 field_multiple: Multiple values
1013 1012 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1014 1013 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1015 1014 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1016 1015 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1017 1016 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1018 1017 permission_manage_related_issues: Manage related issues
1019 1018 field_auth_source_ldap_filter: LDAP filter
1020 1019 label_search_for_watchers: Search for watchers to add
1021 1020 notice_account_deleted: Your account has been permanently deleted.
1022 1021 setting_unsubscribe: Allow users to delete their own account
1023 1022 button_delete_my_account: Delete my account
1024 1023 text_account_destroy_confirmation: |-
1025 1024 Are you sure you want to proceed?
1026 1025 Your account will be permanently deleted, with no way to reactivate it.
1027 1026 error_session_expired: Your session has expired. Please login again.
1028 1027 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1029 1028 setting_session_lifetime: Session maximum lifetime
1030 1029 setting_session_timeout: Session inactivity timeout
1031 1030 label_session_expiration: Session expiration
1032 1031 permission_close_project: Close / reopen the project
1033 1032 label_show_closed_projects: View closed projects
1034 1033 button_close: Close
1035 1034 button_reopen: Reopen
1036 1035 project_status_active: active
1037 1036 project_status_closed: closed
1038 1037 project_status_archived: archived
1039 1038 text_project_closed: This project is closed and read-only.
1040 1039 notice_user_successful_create: User %{id} created.
1041 1040 field_core_fields: Standard fields
1042 1041 field_timeout: Timeout (in seconds)
1043 1042 setting_thumbnails_enabled: Display attachment thumbnails
1044 1043 setting_thumbnails_size: Thumbnails size (in pixels)
1045 1044 label_status_transitions: Status transitions
1046 1045 label_fields_permissions: Fields permissions
1047 1046 label_readonly: Read-only
1048 1047 label_required: Required
1049 1048 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1050 1049 field_board_parent: Parent forum
1051 1050 label_attribute_of_project: Project's %{name}
1052 1051 label_attribute_of_author: Author's %{name}
1053 1052 label_attribute_of_assigned_to: Assignee's %{name}
1054 1053 label_attribute_of_fixed_version: Target version's %{name}
1055 1054 label_copy_subtasks: Copy subtasks
1056 1055 label_copied_to: copied to
1057 1056 label_copied_from: copied from
1058 1057 label_any_issues_in_project: any issues in project
1059 1058 label_any_issues_not_in_project: any issues not in project
1060 1059 field_private_notes: Private notes
1061 1060 permission_view_private_notes: View private notes
1062 1061 permission_set_notes_private: Set notes as private
1063 1062 label_no_issues_in_project: no issues in project
1064 1063 label_any: sve
1065 1064 label_last_n_weeks: last %{count} weeks
1066 1065 setting_cross_project_subtasks: Allow cross-project subtasks
1067 1066 label_cross_project_descendants: With subprojects
1068 1067 label_cross_project_tree: With project tree
1069 1068 label_cross_project_hierarchy: With project hierarchy
1070 1069 label_cross_project_system: With all projects
1071 1070 button_hide: Hide
1072 1071 setting_non_working_week_days: Non-working days
1073 1072 label_in_the_next_days: in the next
1074 1073 label_in_the_past_days: in the past
1075 1074 label_attribute_of_user: User's %{name}
1076 1075 text_turning_multiple_off: If you disable multiple values, multiple values will be
1077 1076 removed in order to preserve only one value per item.
1078 1077 label_attribute_of_issue: Issue's %{name}
1079 1078 permission_add_documents: Add documents
1080 1079 permission_edit_documents: Edit documents
1081 1080 permission_delete_documents: Delete documents
1082 1081 label_gantt_progress_line: Progress line
1083 1082 setting_jsonp_enabled: Enable JSONP support
1084 1083 field_inherit_members: Inherit members
1085 1084 field_closed_on: Closed
1086 1085 field_generate_password: Generate password
1087 1086 setting_default_projects_tracker_ids: Default trackers for new projects
1088 1087 label_total_time: Ukupno
1089 1088 text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it.
1090 1089 text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel.
1091 1090 setting_emails_header: Email header
1092 1091 notice_account_not_activated_yet: You haven't activated your account yet. If you want
1093 1092 to receive a new activation email, please <a href="%{url}">click this link</a>.
1094 1093 notice_account_locked: Your account is locked.
1095 1094 label_hidden: Hidden
1096 1095 label_visibility_private: to me only
1097 1096 label_visibility_roles: to these roles only
1098 1097 label_visibility_public: to any users
1099 1098 field_must_change_passwd: Must change password at next logon
1100 1099 notice_new_password_must_be_different: The new password must be different from the
1101 1100 current password
1102 1101 setting_mail_handler_excluded_filenames: Exclude attachments by name
1103 1102 text_convert_available: ImageMagick convert available (optional)
1104 1103 label_link: Link
1105 1104 label_only: only
1106 1105 label_drop_down_list: drop-down list
1107 1106 label_checkboxes: checkboxes
1108 1107 label_link_values_to: Link values to URL
1109 1108 setting_force_default_language_for_anonymous: Force default language for anonymous
1110 1109 users
1111 1110 setting_force_default_language_for_loggedin: Force default language for logged-in
1112 1111 users
1113 1112 label_custom_field_select_type: Select the type of object to which the custom field
1114 1113 is to be attached
1115 1114 label_issue_assigned_to_updated: Assignee updated
1116 1115 label_check_for_updates: Check for updates
1117 1116 label_latest_compatible_version: Latest compatible version
1118 1117 label_unknown_plugin: Unknown plugin
1119 1118 label_radio_buttons: radio buttons
1120 1119 label_group_anonymous: Anonymous users
1121 1120 label_group_non_member: Non member users
1122 1121 label_add_projects: Add projects
1123 1122 field_default_status: Default status
1124 1123 text_subversion_repository_note: 'Examples: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
1125 1124 field_users_visibility: Users visibility
1126 1125 label_users_visibility_all: All active users
1127 1126 label_users_visibility_members_of_visible_projects: Members of visible projects
1128 1127 label_edit_attachments: Edit attached files
1129 1128 setting_link_copied_issue: Link issues on copy
1130 1129 label_link_copied_issue: Link copied issue
1131 1130 label_ask: Ask
1132 1131 label_search_attachments_yes: Search attachment filenames and descriptions
1133 1132 label_search_attachments_no: Do not search attachments
1134 1133 label_search_attachments_only: Search attachments only
1135 1134 label_search_open_issues_only: Open issues only
1136 1135 field_address: Email
1137 1136 setting_max_additional_emails: Maximum number of additional email addresses
1138 1137 label_email_address_plural: Emails
1139 1138 label_email_address_add: Add email address
1140 1139 label_enable_notifications: Enable notifications
1141 1140 label_disable_notifications: Disable notifications
1142 1141 setting_search_results_per_page: Search results per page
1143 1142 label_blank_value: blank
1144 1143 permission_copy_issues: Copy issues
1145 1144 error_password_expired: Your password has expired or the administrator requires you
1146 1145 to change it.
1147 1146 field_time_entries_visibility: Time logs visibility
1148 1147 setting_password_max_age: Require password change after
1149 1148 label_parent_task_attributes: Parent tasks attributes
1150 1149 label_parent_task_attributes_derived: Calculated from subtasks
1151 1150 label_parent_task_attributes_independent: Independent of subtasks
1152 1151 label_time_entries_visibility_all: All time entries
1153 1152 label_time_entries_visibility_own: Time entries created by the user
1154 1153 label_member_management: Member management
1155 1154 label_member_management_all_roles: All roles
1156 1155 label_member_management_selected_roles_only: Only these roles
1157 1156 label_password_required: Confirm your password to continue
1158 1157 label_total_spent_time: Overall spent time
1159 1158 notice_import_finished: "%{count} items have been imported"
1160 1159 notice_import_finished_with_errors: "%{count} out of %{total} items could not be imported"
1161 1160 error_invalid_file_encoding: The file is not a valid %{encoding} encoded file
1162 1161 error_invalid_csv_file_or_settings: The file is not a CSV file or does not match the
1163 1162 settings below
1164 1163 error_can_not_read_import_file: An error occurred while reading the file to import
1165 1164 permission_import_issues: Import issues
1166 1165 label_import_issues: Import issues
1167 1166 label_select_file_to_import: Select the file to import
1168 1167 label_fields_separator: Field separator
1169 1168 label_fields_wrapper: Field wrapper
1170 1169 label_encoding: Encoding
1171 1170 label_comma_char: Comma
1172 1171 label_semi_colon_char: Semicolon
1173 1172 label_quote_char: Quote
1174 1173 label_double_quote_char: Double quote
1175 1174 label_fields_mapping: Fields mapping
1176 1175 label_file_content_preview: File content preview
1177 1176 label_create_missing_values: Create missing values
1178 1177 button_import: Import
1179 1178 field_total_estimated_hours: Total estimated time
1180 1179 label_api: API
1181 1180 label_total_plural: Totals
1182 1181 label_assigned_issues: Assigned issues
1183 1182 label_field_format_enumeration: Key/value list
1184 1183 label_f_hour_short: '%{value} h'
1185 1184 field_default_version: Default version
1186 1185 error_attachment_extension_not_allowed: Attachment extension %{extension} is not allowed
1187 1186 setting_attachment_extensions_allowed: Allowed extensions
1188 1187 setting_attachment_extensions_denied: Disallowed extensions
1189 1188 label_any_open_issues: any open issues
1190 1189 label_no_open_issues: no open issues
1191 1190 label_default_values_for_new_users: Default values for new users
1192 1191 error_ldap_bind_credentials: Invalid LDAP Account/Password
1193 1192 setting_sys_api_key: API ključ (obrada ulaznih mailova)
1194 1193 setting_lost_password: Izgubljena lozinka
1195 1194 mail_subject_security_notification: Security notification
1196 1195 mail_body_security_notification_change: ! '%{field} was changed.'
1197 1196 mail_body_security_notification_change_to: ! '%{field} was changed to %{value}.'
1198 1197 mail_body_security_notification_add: ! '%{field} %{value} was added.'
1199 1198 mail_body_security_notification_remove: ! '%{field} %{value} was removed.'
1200 1199 mail_body_security_notification_notify_enabled: Email address %{value} now receives
1201 1200 notifications.
1202 1201 mail_body_security_notification_notify_disabled: Email address %{value} no longer
1203 1202 receives notifications.
1204 1203 mail_body_settings_updated: ! 'The following settings were changed:'
1205 1204 field_remote_ip: IP address
1206 1205 label_wiki_page_new: New wiki page
1207 1206 label_relations: Relations
1208 1207 button_filter: Filter
1209 1208 mail_body_password_updated: Your password has been changed.
1210 1209 label_no_preview: No preview available
1211 1210 error_no_tracker_allowed_for_new_issue_in_project: The project doesn't have any trackers
1212 1211 for which you can create an issue
1213 1212 label_tracker_all: All trackers
1214 1213 label_new_project_issue_tab_enabled: Display the "New issue" tab
1215 1214 setting_new_item_menu_tab: Project menu tab for creating new objects
1216 1215 label_new_object_tab_enabled: Display the "+" drop-down
1217 1216 error_no_projects_with_tracker_allowed_for_new_issue: There are no projects with trackers
1218 1217 for which you can create an issue
1219 1218 field_textarea_font: Font used for text areas
1220 1219 label_font_default: Default font
1221 1220 label_font_monospace: Monospaced font
1222 1221 label_font_proportional: Proportional font
1223 1222 setting_timespan_format: Time span format
1224 1223 label_table_of_contents: Table of contents
1225 1224 setting_commit_logs_formatting: Apply text formatting to commit messages
1226 1225 setting_mail_handler_enable_regex_delimiters: Enable regular expressions
1227 1226 error_move_of_child_not_possible: 'Subtask %{child} could not be moved to the new
1228 1227 project: %{errors}'
1229 1228 error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot
1230 1229 be reassigned to an issue that is about to be deleted
1231 1230 setting_timelog_required_fields: Required fields for time logs
1232 1231 label_attribute_of_object: '%{object_name}''s %{name}'
1233 1232 label_user_mail_option_only_assigned: Only for things I watch or I am assigned to
1234 1233 label_user_mail_option_only_owner: Only for things I watch or I am the owner of
1235 1234 warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion
1236 1235 of values from one or more fields on the selected objects
1237 1236 field_updated_by: Updated by
1238 1237 field_last_updated_by: Last updated by
1239 1238 field_full_width_layout: Full width layout
@@ -1,1216 +1,1215
1 1 # Redmine Catalan translation:
2 2 # by Joan Duran
3 3 # Contributors: @gimstein (Helder Manuel Torres Vieira)
4 4
5 5 ca:
6 6 # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl)
7 7 direction: "ltr"
8 8 date:
9 9 formats:
10 10 # Use the strftime parameters for formats.
11 11 # When no format has been given, it uses default.
12 12 # You can provide other formats here if you like!
13 13 default: "%d-%m-%Y"
14 14 short: "%e de %b"
15 15 long: "%a, %e de %b de %Y"
16 16
17 17 day_names: [Diumenge, Dilluns, Dimarts, Dimecres, Dijous, Divendres, Dissabte]
18 18 abbr_day_names: [dg, dl, dt, dc, dj, dv, ds]
19 19
20 20 # Don't forget the nil at the beginning; there's no such thing as a 0th month
21 21 month_names: [~, Gener, Febrer, Març, Abril, Maig, Juny, Juliol, Agost, Setembre, Octubre, Novembre, Desembre]
22 22 abbr_month_names: [~, Gen, Feb, Mar, Abr, Mai, Jun, Jul, Ago, Set, Oct, Nov, Des]
23 23 # Used in date_select and datime_select.
24 24 order:
25 25 - :year
26 26 - :month
27 27 - :day
28 28
29 29 time:
30 30 formats:
31 31 default: "%d-%m-%Y %H:%M"
32 32 time: "%H:%M"
33 33 short: "%e de %b, %H:%M"
34 34 long: "%a, %e de %b de %Y, %H:%M"
35 35 am: "am"
36 36 pm: "pm"
37 37
38 38 datetime:
39 39 distance_in_words:
40 40 half_a_minute: "mig minut"
41 41 less_than_x_seconds:
42 42 one: "menys d'un segon"
43 43 other: "menys de %{count} segons"
44 44 x_seconds:
45 45 one: "1 segons"
46 46 other: "%{count} segons"
47 47 less_than_x_minutes:
48 48 one: "menys d'un minut"
49 49 other: "menys de %{count} minuts"
50 50 x_minutes:
51 51 one: "1 minut"
52 52 other: "%{count} minuts"
53 53 about_x_hours:
54 54 one: "aproximadament 1 hora"
55 55 other: "aproximadament %{count} hores"
56 56 x_hours:
57 57 one: "1 hora"
58 58 other: "%{count} hores"
59 59 x_days:
60 60 one: "1 dia"
61 61 other: "%{count} dies"
62 62 about_x_months:
63 63 one: "aproximadament 1 mes"
64 64 other: "aproximadament %{count} mesos"
65 65 x_months:
66 66 one: "1 mes"
67 67 other: "%{count} mesos"
68 68 about_x_years:
69 69 one: "aproximadament 1 any"
70 70 other: "aproximadament %{count} anys"
71 71 over_x_years:
72 72 one: "més d'un any"
73 73 other: "més de %{count} anys"
74 74 almost_x_years:
75 75 one: "casi 1 any"
76 76 other: "casi %{count} anys"
77 77
78 78 number:
79 79 # Default format for numbers
80 80 format:
81 81 separator: "."
82 82 delimiter: ","
83 83 precision: 3
84 84 human:
85 85 format:
86 86 delimiter: ""
87 87 precision: 3
88 88 storage_units:
89 89 format: "%n %u"
90 90 units:
91 91 byte:
92 92 one: "Byte"
93 93 other: "Bytes"
94 94 kb: "KB"
95 95 mb: "MB"
96 96 gb: "GB"
97 97 tb: "TB"
98 98
99 99 # Used in array.to_sentence.
100 100 support:
101 101 array:
102 102 sentence_connector: "i"
103 103 skip_last_comma: false
104 104
105 105 activerecord:
106 106 errors:
107 107 template:
108 108 header:
109 109 one: "no s'ha pogut desar aquest %{model} perquè s'ha trobat 1 error"
110 110 other: "no s'ha pogut desar aquest %{model} perquè s'han trobat %{count} errors"
111 111 messages:
112 112 inclusion: "no està inclòs a la llista"
113 113 exclusion: "està reservat"
114 114 invalid: "no és vàlid"
115 115 confirmation: "la confirmació no coincideix"
116 116 accepted: "s'ha d'acceptar"
117 117 empty: "no pot estar buit"
118 118 blank: "no pot estar en blanc"
119 119 too_long: "és massa llarg"
120 120 too_short: "és massa curt"
121 121 wrong_length: "la longitud és incorrecta"
122 122 taken: "ja s'està utilitzant"
123 123 not_a_number: "no és un número"
124 124 not_a_date: "no és una data vàlida"
125 125 greater_than: "ha de ser més gran que %{count}"
126 126 greater_than_or_equal_to: "ha de ser més gran o igual a %{count}"
127 127 equal_to: "ha de ser igual a %{count}"
128 128 less_than: "ha de ser menys que %{count}"
129 129 less_than_or_equal_to: "ha de ser menys o igual a %{count}"
130 130 odd: "ha de ser senar"
131 131 even: "ha de ser parell"
132 132 greater_than_start_date: "ha de ser superior que la data inicial"
133 133 not_same_project: "no pertany al mateix projecte"
134 134 circular_dependency: "Aquesta relació crearia una dependència circular"
135 135 cant_link_an_issue_with_a_descendant: "Un assumpte no es pot enllaçar a una de les seves subtasques"
136 136 earlier_than_minimum_start_date: "no pot ser anterior a %{date} derivat a les peticions precedents"
137 137 not_a_regexp: "is not a valid regular expression"
138 138 open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task"
139 139
140 140 actionview_instancetag_blank_option: "Seleccionar"
141 141
142 142 general_text_No: "No"
143 143 general_text_Yes: "Si"
144 144 general_text_no: "no"
145 145 general_text_yes: "si"
146 146 general_lang_name: "Catalan (Català)"
147 147 general_csv_separator: ";"
148 148 general_csv_decimal_separator: ","
149 149 general_csv_encoding: "ISO-8859-15"
150 150 general_pdf_fontname: "freesans"
151 151 general_pdf_monospaced_fontname: "freemono"
152 152 general_first_day_of_week: "1"
153 153
154 154 notice_account_updated: "El compte s'ha actualitzat correctament."
155 155 notice_account_invalid_credentials: "Usuari o contrasenya invàlid"
156 156 notice_account_password_updated: "La contrasenya s'ha modificat correctament."
157 157 notice_account_wrong_password: "Contrasenya incorrecta"
158 158 notice_account_register_done: "El compte s'ha creat correctament. Per a activar el compte, feu clic en l'enllaç que us han enviat per correu electrònic."
159 159 notice_account_unknown_email: "Usuari desconegut."
160 160 notice_can_t_change_password: "Aquest compte utilitza una font d'autenticació externa. No és possible canviar la contrasenya."
161 161 notice_account_lost_email_sent: "S'ha enviat un correu electrònic amb instruccions per a seleccionar una contrasenya nova."
162 162 notice_account_activated: "El compte s'ha activat correctament. Ara ja podeu entrar."
163 163 notice_successful_create: "S'ha creat correctament."
164 164 notice_successful_update: "S'ha modificat correctament."
165 165 notice_successful_delete: "S'ha suprimit correctament."
166 166 notice_successful_connection: "S'ha connectat correctament."
167 167 notice_file_not_found: "La pàgina a la que intenteu accedir no existeix o s'ha suprimit."
168 168 notice_locking_conflict: "Un altre usuari ha actualitzat les dades."
169 169 notice_not_authorized: "No teniu permís per accedir a aquesta pàgina."
170 170 notice_email_sent: "S'ha enviat un correu electrònic a %{value}"
171 171 notice_email_error: "S'ha produït un error en enviar el correu (%{value})"
172 172 notice_feeds_access_key_reseted: "S'ha reiniciat la clau d'accés del Atom."
173 173 notice_api_access_key_reseted: "S'ha reiniciat la clau d'accés a l'API."
174 174 notice_failed_to_save_issues: "No s'han pogut desar %{count} assumptes de %{total} seleccionats: %{ids}."
175 175 notice_failed_to_save_members: "No s'han pogut desar els membres: %{errors}."
176 176 notice_no_issue_selected: "No s'ha seleccionat cap assumpte. Activeu els assumptes que voleu editar."
177 177 notice_account_pending: "S'ha creat el compte i ara està pendent de l'aprovació de l'administrador."
178 178 notice_default_data_loaded: "S'ha carregat correctament la configuració predeterminada."
179 179 notice_unable_delete_version: "No s'ha pogut suprimir la versió."
180 180 notice_unable_delete_time_entry: "No s'ha pogut suprimir l'entrada del registre de temps."
181 181 notice_issue_done_ratios_updated: "S'ha actualitzat el percentatge dels assumptes."
182 182
183 183 error_can_t_load_default_data: "No s'ha pogut carregar la configuració predeterminada: %{value} "
184 184 error_scm_not_found: "No s'ha trobat l'entrada o la revisió en el repositori."
185 185 error_scm_command_failed: "S'ha produït un error en intentar accedir al repositori: %{value}"
186 186 error_scm_annotate: "L'entrada no existeix o no s'ha pogut anotar."
187 187 error_issue_not_found_in_project: "No s'ha trobat l'assumpte o no pertany a aquest projecte"
188 188 error_no_tracker_in_project: "Aquest projecte no cap tipus d'assumpte associat. Comproveu els paràmetres del projecte."
189 189 error_no_default_issue_status: "No s'ha definit cap estat d'assumpte predeterminat. Comproveu la configuració (aneu a «Administració -> Estats de l'assumpte»)."
190 190 error_can_not_delete_custom_field: "No s'ha pogut suprimir el camp personalitat"
191 191 error_can_not_delete_tracker: "Aquest tipus d'assumpte conté assumptes i no es pot suprimir."
192 192 error_can_not_remove_role: "Aquest rol s'està utilitzant i no es pot suprimir."
193 193 error_can_not_reopen_issue_on_closed_version: "Un assumpte assignat a una versió tancada no es pot tornar a obrir"
194 194 error_can_not_archive_project: "Aquest projecte no es pot arxivar"
195 195 error_issue_done_ratios_not_updated: "No s'ha actualitzat el percentatge dels assumptes."
196 196 error_workflow_copy_source: "Seleccioneu un tipus d'assumpte o rol font"
197 197 error_workflow_copy_target: "Seleccioneu tipus d'assumptes i rols objectiu"
198 198 error_unable_delete_issue_status: "No s'ha pogut suprimir l'estat de l'assumpte"
199 199 error_unable_to_connect: "No s'ha pogut connectar (%{value})"
200 200 warning_attachments_not_saved: "No s'han pogut desar %{count} fitxers."
201 201 error_ldap_bind_credentials: "Compte/Contrasenya LDAP incorrecte"
202 202
203 203 mail_subject_lost_password: "Contrasenya de %{value}"
204 204 mail_body_lost_password: "Per a canviar la contrasenya, feu clic en l'enllaç següent:"
205 205 mail_subject_register: "Activació del compte de %{value}"
206 206 mail_body_register: "Per a activar el compte, feu clic en l'enllaç següent:"
207 207 mail_body_account_information_external: "Podeu utilitzar el compte «%{value}» per entrar."
208 208 mail_body_account_information: "Informació del compte"
209 209 mail_subject_account_activation_request: "Sol·licitud d'activació del compte de %{value}"
210 210 mail_body_account_activation_request: "S'ha registrat un usuari nou (%{value}). El seu compte està pendent d'aprovació:"
211 211 mail_subject_reminder: "%{count} assumptes venceran els següents %{days} dies"
212 212 mail_body_reminder: "%{count} assumptes que teniu assignades venceran els següents %{days} dies:"
213 213 mail_subject_wiki_content_added: "S'ha afegit la pàgina wiki «%{id}»"
214 214 mail_body_wiki_content_added: "En %{author} ha afegit la pàgina wiki «%{id}»."
215 215 mail_subject_wiki_content_updated: "S'ha actualitzat la pàgina wiki «%{id}»"
216 216 mail_body_wiki_content_updated: "L'autor %{author} ha actualitzat la pàgina wiki «%{id}»."
217 217
218 218 field_name: "Nom"
219 219 field_description: "Descripció"
220 220 field_summary: "Resum"
221 221 field_is_required: "Necessari"
222 222 field_firstname: "Nom"
223 223 field_lastname: "Cognom"
224 224 field_mail: "Correu electrònic"
225 225 field_filename: "Fitxer"
226 226 field_filesize: "Mida"
227 227 field_downloads: "Baixades"
228 228 field_author: "Autor"
229 229 field_created_on: "Creat"
230 230 field_updated_on: "Actualitzat"
231 231 field_field_format: "Format"
232 232 field_is_for_all: "Per tots els projectes"
233 233 field_possible_values: "Valors possibles"
234 234 field_regexp: "Expressió regular"
235 235 field_min_length: "Longitud mínima"
236 236 field_max_length: "Longitud màxima"
237 237 field_value: "Valor"
238 238 field_category: "Categoria"
239 239 field_title: "Títol"
240 240 field_project: "Projecte"
241 241 field_issue: "Assumpte"
242 242 field_status: "Estat"
243 243 field_notes: "Notes"
244 244 field_is_closed: "Assumpte tancat"
245 245 field_is_default: "Estat predeterminat"
246 246 field_tracker: "Tipus d'assumpte"
247 247 field_subject: "Tema"
248 248 field_due_date: "Data de venciment"
249 249 field_assigned_to: "Assignat a"
250 250 field_priority: "Prioritat"
251 251 field_fixed_version: "Versió prevista"
252 252 field_user: "Usuari"
253 253 field_principal: "Principal"
254 254 field_role: "Rol"
255 255 field_homepage: "Pàgina web"
256 256 field_is_public: "Públic"
257 257 field_parent: "Subprojecte de"
258 258 field_is_in_roadmap: "Assumptes mostrats en la planificació"
259 259 field_login: "Identificador"
260 260 field_mail_notification: "Notificacions per correu electrònic"
261 261 field_admin: "Administrador"
262 262 field_last_login_on: "Última connexió"
263 263 field_language: "Idioma"
264 264 field_effective_date: "Data"
265 265 field_password: "Contrasenya"
266 266 field_new_password: "Nova contrasenya"
267 267 field_password_confirmation: "Confirmació"
268 268 field_version: "Versió"
269 269 field_type: "Tipus"
270 270 field_host: "Servidor"
271 271 field_port: "Port"
272 272 field_account: "Compte"
273 273 field_base_dn: "Base DN"
274 274 field_attr_login: "Atribut d'entrada"
275 275 field_attr_firstname: "Atribut del nom"
276 276 field_attr_lastname: "Atribut del cognom"
277 277 field_attr_mail: "Atribut del correu electrònic"
278 278 field_onthefly: "Creació de l'usuari «al vol»"
279 279 field_start_date: "Inici"
280 280 field_done_ratio: "% realitzat"
281 281 field_auth_source: "Mode d'autenticació"
282 282 field_hide_mail: "Oculta l'adreça de correu electrònic"
283 283 field_comments: "Comentari"
284 284 field_url: "URL"
285 285 field_start_page: "Pàgina inicial"
286 286 field_subproject: "Subprojecte"
287 287 field_hours: "Hores"
288 288 field_activity: "Activitat"
289 289 field_spent_on: "Data"
290 290 field_identifier: "Identificador"
291 291 field_is_filter: "Utilitzat com filtre"
292 292 field_issue_to: "Assumpte relacionat"
293 293 field_delay: "Retràs"
294 294 field_assignable: "Es poden assignar assumptes a aquest rol"
295 295 field_redirect_existing_links: "Redirigeix els enllaços existents"
296 296 field_estimated_hours: "Temps previst"
297 297 field_column_names: "Columnes"
298 298 field_time_entries: "Registre de temps"
299 299 field_time_zone: "Zona horària"
300 300 field_searchable: "Es pot cercar"
301 301 field_default_value: "Valor predeterminat"
302 302 field_comments_sorting: "Mostra els comentaris"
303 303 field_parent_title: "Pàgina pare"
304 304 field_editable: "Es pot editar"
305 305 field_watcher: "Vigilància"
306 306 field_identity_url: "URL OpenID"
307 307 field_content: "Contingut"
308 308 field_group_by: "Agrupa els resultats per"
309 309 field_sharing: "Compartir"
310 310 field_parent_issue: "Tasca pare"
311 311
312 312 setting_app_title: "Títol de l'aplicació"
313 313 setting_app_subtitle: "Subtítol de l'aplicació"
314 314 setting_welcome_text: "Text de benvinguda"
315 315 setting_default_language: "Idioma predeterminat"
316 316 setting_login_required: "Es necessita autenticació"
317 317 setting_self_registration: "Registre automàtic"
318 318 setting_attachment_max_size: "Mida màxima dels fitxers adjunts"
319 319 setting_issues_export_limit: "Límit d'exportació d'assumptes"
320 320 setting_mail_from: "Adreça de correu electrònic d'emissió"
321 321 setting_bcc_recipients: "Vincula els destinataris de les còpies amb carbó (bcc)"
322 322 setting_plain_text_mail: "només text pla (no HTML)"
323 323 setting_host_name: "Nom del Servidor"
324 324 setting_text_formatting: "Format del text"
325 325 setting_wiki_compression: "Comprimeix l'historial de la wiki"
326 326 setting_feeds_limit: "Límit de contingut del canal"
327 327 setting_default_projects_public: "Els projectes nous són públics per defecte"
328 328 setting_autofetch_changesets: "Omple automàticament les publicacions"
329 329 setting_sys_api_enabled: "Activar WS per a la gestió del repositori"
330 330 setting_commit_ref_keywords: "Paraules claus per a la referència"
331 331 setting_commit_fix_keywords: "Paraules claus per a la correcció"
332 332 setting_autologin: "Entrada automàtica"
333 333 setting_date_format: "Format de la data"
334 334 setting_time_format: "Format de hora"
335 335 setting_cross_project_issue_relations: "Permet les relacions d'assumptes entre projectes"
336 336 setting_issue_list_default_columns: "Columnes mostrades per defecte en la llista d'assumptes"
337 337 setting_emails_footer: "Peu dels correus electrònics"
338 338 setting_protocol: "Protocol"
339 339 setting_per_page_options: "Opcions dels objectes per pàgina"
340 340 setting_user_format: "Format de com mostrar l'usuari"
341 341 setting_activity_days_default: "Dies a mostrar l'activitat del projecte"
342 342 setting_display_subprojects_issues: "Mostra els assumptes d'un subprojecte en el projecte pare per defecte"
343 343 setting_enabled_scm: "Activar SCM"
344 344 setting_mail_handler_body_delimiters: "Trunca els correus electrònics després d'una d'aquestes línies"
345 345 setting_mail_handler_api_enabled: "Activar WS per correus electrònics d'entrada"
346 346 setting_mail_handler_api_key: "Clau API"
347 347 setting_sequential_project_identifiers: "Genera identificadors de projecte seqüencials"
348 348 setting_gravatar_enabled: "Utilitza les icones d'usuari Gravatar"
349 349 setting_gravatar_default: "Imatge Gravatar predeterminada"
350 350 setting_diff_max_lines_displayed: "Número màxim de línies amb diferències mostrades"
351 351 setting_file_max_size_displayed: "Mida màxima dels fitxers de text mostrats en línia"
352 352 setting_repository_log_display_limit: "Número màxim de revisions que es mostren al registre de fitxers"
353 353 setting_openid: "Permet entrar i registrar-se amb l'OpenID"
354 354 setting_password_min_length: "Longitud mínima de la contrasenya"
355 355 setting_new_project_user_role_id: "Aquest rol es dóna a un usuari no administrador per a crear projectes"
356 356 setting_default_projects_modules: "Mòduls activats per defecte en els projectes nous"
357 357 setting_issue_done_ratio: "Calcula tant per cent realitzat de l'assumpte amb"
358 358 setting_issue_done_ratio_issue_status: "Utilitza l'estat de l'assumpte"
359 359 setting_issue_done_ratio_issue_field: "Utilitza el camp de l'assumpte"
360 360 setting_start_of_week: "Inicia les setmanes en"
361 361 setting_rest_api_enabled: "Habilita el servei web REST"
362 362 setting_cache_formatted_text: "Cache formatted text"
363 363
364 364 permission_add_project: "Crear projecte"
365 365 permission_add_subprojects: "Crear subprojectes"
366 366 permission_edit_project: "Editar projecte"
367 367 permission_select_project_modules: "Selecciona els mòduls del projecte"
368 368 permission_manage_members: "Gestionar els membres"
369 369 permission_manage_project_activities: "Gestionar les activitats del projecte"
370 370 permission_manage_versions: "Gestionar les versions"
371 371 permission_manage_categories: "Gestionar les categories dels assumptes"
372 372 permission_view_issues: "Visualitza els assumptes"
373 373 permission_add_issues: "Afegir assumptes"
374 374 permission_edit_issues: "Editar assumptes"
375 375 permission_manage_issue_relations: "Gestiona les relacions dels assumptes"
376 376 permission_add_issue_notes: "Afegir notes"
377 377 permission_edit_issue_notes: "Editar notes"
378 378 permission_edit_own_issue_notes: "Editar notes pròpies"
379 379 permission_move_issues: "Moure assumptes"
380 380 permission_delete_issues: "Suprimir assumptes"
381 381 permission_manage_public_queries: "Gestionar consultes públiques"
382 382 permission_save_queries: "Desar consultes"
383 383 permission_view_gantt: "Visualitzar gràfica de Gantt"
384 384 permission_view_calendar: "Visualitzar calendari"
385 385 permission_view_issue_watchers: "Visualitzar la llista de vigilàncies"
386 386 permission_add_issue_watchers: "Afegir vigilàncies"
387 387 permission_delete_issue_watchers: "Suprimir vigilants"
388 388 permission_log_time: "Registrar el temps invertit"
389 389 permission_view_time_entries: "Visualitzar el temps invertit"
390 390 permission_edit_time_entries: "Editar els registres de temps"
391 391 permission_edit_own_time_entries: "Editar els registres de temps propis"
392 392 permission_manage_news: "Gestionar noticies"
393 393 permission_comment_news: "Comentar noticies"
394 394 permission_view_documents: "Visualitzar documents"
395 395 permission_manage_files: "Gestionar fitxers"
396 396 permission_view_files: "Visualitzar fitxers"
397 397 permission_manage_wiki: "Gestionar la wiki"
398 398 permission_rename_wiki_pages: "Canviar el nom de les pàgines wiki"
399 399 permission_delete_wiki_pages: "Suprimir les pàgines wiki"
400 400 permission_view_wiki_pages: "Visualitzar la wiki"
401 401 permission_view_wiki_edits: "Visualitza l'historial de la wiki"
402 402 permission_edit_wiki_pages: "Editar les pàgines wiki"
403 403 permission_delete_wiki_pages_attachments: "Suprimir adjunts"
404 404 permission_protect_wiki_pages: "Protegir les pàgines wiki"
405 405 permission_manage_repository: "Gestionar el repositori"
406 406 permission_browse_repository: "Navegar pel repositori"
407 407 permission_view_changesets: "Visualitzar els canvis realitzats"
408 408 permission_commit_access: "Accés a les publicacions"
409 409 permission_manage_boards: "Gestionar els taulers"
410 410 permission_view_messages: "Visualitzar els missatges"
411 411 permission_add_messages: "Enviar missatges"
412 412 permission_edit_messages: "Editar missatges"
413 413 permission_edit_own_messages: "Editar missatges propis"
414 414 permission_delete_messages: "Suprimir els missatges"
415 415 permission_delete_own_messages: Suprimir els missatges propis
416 416 permission_export_wiki_pages: "Exportar les pàgines wiki"
417 417 permission_manage_subtasks: "Gestionar subtasques"
418 418
419 419 project_module_issue_tracking: "Tipus d'assumptes"
420 420 project_module_time_tracking: "Seguidor de temps"
421 421 project_module_news: "Noticies"
422 422 project_module_documents: "Documents"
423 423 project_module_files: "Fitxers"
424 424 project_module_wiki: "Wiki"
425 425 project_module_repository: "Repositori"
426 426 project_module_boards: "Taulers"
427 427 project_module_calendar: "Calendari"
428 428 project_module_gantt: "Gantt"
429 429
430 430 label_user: "Usuari"
431 431 label_user_plural: "Usuaris"
432 432 label_user_new: "Nou usuari"
433 433 label_user_anonymous: "Anònim"
434 434 label_project: "Projecte"
435 435 label_project_new: "Nou projecte"
436 436 label_project_plural: "Projectes"
437 437 label_x_projects:
438 438 zero: "cap projecte"
439 439 one: "1 projecte"
440 440 other: "%{count} projectes"
441 441 label_project_all: "Tots els projectes"
442 442 label_project_latest: "Els últims projectes"
443 443 label_issue: "Assumpte"
444 444 label_issue_new: "Nou assumpte"
445 445 label_issue_plural: "Assumptes"
446 446 label_issue_view_all: "Visualitzar tots els assumptes"
447 447 label_issues_by: "Assumptes per %{value}"
448 448 label_issue_added: "Assumpte afegit"
449 449 label_issue_updated: "Assumpte actualitzat"
450 450 label_document: "Document"
451 451 label_document_new: "Nou document"
452 452 label_document_plural: "Documents"
453 453 label_document_added: "Document afegit"
454 454 label_role: "Rol"
455 455 label_role_plural: "Rols"
456 456 label_role_new: "Nou rol"
457 457 label_role_and_permissions: "Rols i permisos"
458 458 label_member: "Membre"
459 459 label_member_new: "Nou membre"
460 460 label_member_plural: "Membres"
461 461 label_tracker: "Tipus d'assumpte"
462 462 label_tracker_plural: "Tipus d'assumptes"
463 463 label_tracker_new: "Nou tipus d'assumpte"
464 464 label_workflow: "Flux de treball"
465 465 label_issue_status: "Estat de l'assumpte"
466 466 label_issue_status_plural: "Estats de l'assumpte"
467 467 label_issue_status_new: "Nou estat"
468 468 label_issue_category: "Categoria de l'assumpte"
469 469 label_issue_category_plural: "Categories de l'assumpte"
470 470 label_issue_category_new: "Nova categoria"
471 471 label_custom_field: "Camp personalitzat"
472 472 label_custom_field_plural: "Camps personalitzats"
473 473 label_custom_field_new: "Nou camp personalitzat"
474 474 label_enumerations: "Llistat de valors"
475 475 label_enumeration_new: "Nou valor"
476 476 label_information: "Informació"
477 477 label_information_plural: "Informació"
478 478 label_please_login: "Si us plau, inicieu sessió"
479 479 label_register: "Registrar"
480 480 label_login_with_open_id_option: "o entrar amb OpenID"
481 481 label_password_lost: "Has oblidat la contrasenya?"
482 482 label_home: "Inici"
483 483 label_my_page: "La meva pàgina"
484 484 label_my_account: "El meu compte"
485 485 label_my_projects: "Els meus projectes"
486 486 label_my_page_block: "Els meus blocs de pàgina"
487 487 label_administration: "Administració"
488 488 label_login: "Iniciar sessió"
489 489 label_logout: "Tancar sessió"
490 490 label_help: "Ajuda"
491 491 label_reported_issues: "Assumptes informats"
492 492 label_assigned_to_me_issues: "Assumptes assignats a mi"
493 493 label_last_login: "Última connexió"
494 494 label_registered_on: "Informat el"
495 495 label_activity: "Activitat"
496 496 label_overall_activity: "Activitat global"
497 497 label_user_activity: "Activitat de %{value}"
498 498 label_new: "Nou"
499 499 label_logged_as: "Heu entrat com a"
500 500 label_environment: "Entorn"
501 501 label_authentication: "Autenticació"
502 502 label_auth_source: "Mode d'autenticació"
503 503 label_auth_source_new: "Nou mode d'autenticació"
504 504 label_auth_source_plural: "Modes d'autenticació"
505 505 label_subproject_plural: "Subprojectes"
506 506 label_subproject_new: "Nou subprojecte"
507 507 label_and_its_subprojects: "%{value} i els seus subprojectes"
508 508 label_min_max_length: "Longitud mín - màx"
509 509 label_list: "Llista"
510 510 label_date: "Data"
511 511 label_integer: "Numero"
512 512 label_float: "Flotant"
513 513 label_boolean: "Booleà"
514 514 label_string: "Text"
515 515 label_text: "Text llarg"
516 516 label_attribute: "Atribut"
517 517 label_attribute_plural: "Atributs"
518 518 label_no_data: "Sense dades a mostrar"
519 519 label_change_status: "Canvia l'estat"
520 520 label_history: "Historial"
521 521 label_attachment: "Fitxer"
522 522 label_attachment_new: "Nou fitxer"
523 523 label_attachment_delete: "Suprimir fitxer"
524 524 label_attachment_plural: "Fitxers"
525 525 label_file_added: "Fitxer afegit"
526 526 label_report: "Informe"
527 527 label_report_plural: "Informes"
528 528 label_news: "Noticies"
529 529 label_news_new: "Nova noticia"
530 530 label_news_plural: "Noticies"
531 531 label_news_latest: "Últimes noticies"
532 532 label_news_view_all: "Visualitza totes les noticies"
533 533 label_news_added: "Noticies afegides"
534 534 label_settings: "Paràmetres"
535 535 label_overview: "Resum"
536 536 label_version: "Versió"
537 537 label_version_new: "Nova versió"
538 538 label_version_plural: "Versions"
539 539 label_close_versions: "Tancar versions completades"
540 540 label_confirmation: "Confirmació"
541 541 label_export_to: "També disponible a:"
542 542 label_read: "Llegir..."
543 543 label_public_projects: "Projectes públics"
544 544 label_open_issues: "obert"
545 545 label_open_issues_plural: "oberts"
546 546 label_closed_issues: "tancat"
547 547 label_closed_issues_plural: "tancats"
548 548 label_x_open_issues_abbr:
549 549 zero: "0 oberts"
550 550 one: "1 obert"
551 551 other: "%{count} oberts"
552 552 label_x_closed_issues_abbr:
553 553 zero: "0 tancats"
554 554 one: "1 tancat"
555 555 other: "%{count} tancats"
556 556 label_total: "Total"
557 557 label_permissions: "Permisos"
558 558 label_current_status: "Estat actual"
559 559 label_new_statuses_allowed: "Nous estats autoritzats"
560 560 label_all: "tots"
561 561 label_none: "cap"
562 562 label_nobody: "ningú"
563 563 label_next: "Següent"
564 564 label_previous: "Anterior"
565 565 label_used_by: "Utilitzat per"
566 566 label_details: "Detalls"
567 567 label_add_note: "Afegir una nota"
568 568 label_calendar: "Calendari"
569 569 label_months_from: "mesos des de"
570 570 label_gantt: "Gantt"
571 571 label_internal: "Intern"
572 572 label_last_changes: "últims %{count} canvis"
573 573 label_change_view_all: "Visualitza tots els canvis"
574 574 label_personalize_page: "Personalitza aquesta pàgina"
575 575 label_comment: "Comentari"
576 576 label_comment_plural: "Comentaris"
577 577 label_x_comments:
578 578 zero: "sense comentaris"
579 579 one: "1 comentari"
580 580 other: "%{count} comentaris"
581 581 label_comment_add: "Afegir un comentari"
582 582 label_comment_added: "Comentari afegit"
583 583 label_comment_delete: "Suprimir comentaris"
584 584 label_query: "Consulta personalitzada"
585 585 label_query_plural: "Consultes personalitzades"
586 586 label_query_new: "Nova consulta"
587 587 label_filter_add: "Afegir un filtre"
588 588 label_filter_plural: "Filtres"
589 589 label_equals: "és"
590 590 label_not_equals: "no és"
591 591 label_in_less_than: "en menys de"
592 592 label_in_more_than: "en més de"
593 593 label_greater_or_equal: ">="
594 594 label_less_or_equal: "<="
595 595 label_in: "en"
596 596 label_today: "avui"
597 597 label_all_time: "tot el temps"
598 598 label_yesterday: "ahir"
599 599 label_this_week: "aquesta setmana"
600 600 label_last_week: "l'última setmana"
601 601 label_last_n_days: "els últims %{count} dies"
602 602 label_this_month: "aquest més"
603 603 label_last_month: "l'últim més"
604 604 label_this_year: "aquest any"
605 605 label_date_range: "Rang de dates"
606 606 label_less_than_ago: "fa menys de"
607 607 label_more_than_ago: "fa més de"
608 608 label_ago: "fa"
609 609 label_contains: "conté"
610 610 label_not_contains: "no conté"
611 611 label_day_plural: "dies"
612 612 label_repository: "Repositori"
613 613 label_repository_plural: "Repositoris"
614 614 label_browse: "Navegar"
615 615 label_branch: "Branca"
616 616 label_tag: "Etiqueta"
617 617 label_revision: "Revisió"
618 618 label_revision_plural: "Revisions"
619 619 label_revision_id: "Revisió %{value}"
620 620 label_associated_revisions: "Revisions associades"
621 621 label_added: "afegit"
622 622 label_modified: "modificat"
623 623 label_copied: "copiat"
624 624 label_renamed: "reanomenat"
625 625 label_deleted: "suprimit"
626 626 label_latest_revision: "Última revisió"
627 627 label_latest_revision_plural: "Últimes revisions"
628 628 label_view_revisions: "Visualitzar revisions"
629 629 label_view_all_revisions: "Visualitza totes les revisions"
630 630 label_max_size: "Mida màxima"
631 631 label_sort_highest: "Primer"
632 632 label_sort_higher: "Pujar"
633 633 label_sort_lower: "Baixar"
634 634 label_sort_lowest: "Ultim"
635 635 label_roadmap: "Planificació"
636 636 label_roadmap_due_in: "Venç en %{value}"
637 637 label_roadmap_overdue: "%{value} tard"
638 638 label_roadmap_no_issues: "No hi ha assumptes per a aquesta versió"
639 639 label_search: "Cerca"
640 640 label_result_plural: "Resultats"
641 641 label_all_words: "Totes les paraules"
642 642 label_wiki: "Wiki"
643 643 label_wiki_edit: "Edició wiki"
644 644 label_wiki_edit_plural: "Edicions wiki"
645 645 label_wiki_page: "Pàgina wiki"
646 646 label_wiki_page_plural: "Pàgines wiki"
647 647 label_index_by_title: "Índex per títol"
648 648 label_index_by_date: "Índex per data"
649 649 label_current_version: "Versió actual"
650 650 label_preview: "Previsualitzar"
651 651 label_feed_plural: "Canals"
652 652 label_changes_details: "Detalls de tots els canvis"
653 653 label_issue_tracking: "Seguiment d'assumptes"
654 654 label_spent_time: "Temps invertit"
655 655 label_overall_spent_time: "Temps total invertit"
656 656 label_f_hour: "%{value} hora"
657 657 label_f_hour_plural: "%{value} hores"
658 658 label_time_tracking: "Temps de seguiment"
659 659 label_change_plural: "Canvis"
660 660 label_statistics: "Estadístiques"
661 661 label_commits_per_month: "Publicacions per mes"
662 662 label_commits_per_author: "Publicacions per autor"
663 663 label_view_diff: "Visualitza les diferències"
664 664 label_diff_inline: "en línia"
665 665 label_diff_side_by_side: "costat per costat"
666 666 label_options: "Opcions"
667 667 label_copy_workflow_from: "Copia el flux de treball des de"
668 668 label_permissions_report: "Informe de permisos"
669 669 label_watched_issues: "Assumptes vigilats"
670 670 label_related_issues: "Assumptes relacionats"
671 671 label_applied_status: "Estat aplicat"
672 672 label_loading: "S'està carregant..."
673 673 label_relation_new: "Nova Relació"
674 674 label_relation_delete: "Suprimir relació"
675 675 label_relates_to: "relacionat amb"
676 676 label_duplicates: "duplicats"
677 677 label_duplicated_by: "duplicat per"
678 678 label_blocks: "bloqueja"
679 679 label_blocked_by: "bloquejats per"
680 680 label_precedes: "anterior a"
681 681 label_follows: "posterior a"
682 682 label_stay_logged_in: "Manté l'entrada"
683 683 label_disabled: "inhabilitat"
684 684 label_show_completed_versions: "Mostra les versions completes"
685 685 label_me: "jo mateix"
686 686 label_board: "Tauler"
687 687 label_board_new: "Nou Tauler"
688 688 label_board_plural: "Taulers"
689 689 label_board_locked: "Bloquejat"
690 690 label_board_sticky: "Sticky"
691 691 label_topic_plural: "Temes"
692 692 label_message_plural: "Missatges"
693 693 label_message_last: "Últim missatge"
694 694 label_message_new: "Nou missatge"
695 695 label_message_posted: "Missatge afegit"
696 696 label_reply_plural: "Respostes"
697 697 label_send_information: "Envia la informació del compte a l'usuari"
698 698 label_year: "Any"
699 699 label_month: "Mes"
700 700 label_week: "Setmana"
701 701 label_date_from: "Des de"
702 702 label_date_to: "A"
703 703 label_language_based: "Basat en l'idioma de l'usuari"
704 704 label_sort_by: "Ordenar per %{value}"
705 705 label_send_test_email: "Enviar correu electrònic de prova"
706 706 label_feeds_access_key: "Clau d'accés Atom"
707 707 label_missing_feeds_access_key: "Falta una clau d'accés Atom"
708 708 label_feeds_access_key_created_on: "Clau d'accés Atom creada fa %{value}"
709 709 label_module_plural: "Mòduls"
710 710 label_added_time_by: "Afegit per %{author} fa %{age}"
711 711 label_updated_time_by: "Actualitzat per %{author} fa %{age}"
712 712 label_updated_time: "Actualitzat fa %{value}"
713 713 label_jump_to_a_project: "Anar al projecte..."
714 714 label_file_plural: "Fitxers"
715 715 label_changeset_plural: "Conjunt de canvis"
716 716 label_default_columns: "Columnes predeterminades"
717 717 label_no_change_option: (sense canvis)
718 718 label_bulk_edit_selected_issues: "Editar en bloc els assumptes seleccionats"
719 719 label_theme: "Tema"
720 720 label_default: "Predeterminat"
721 721 label_search_titles_only: "Cerca només per títol"
722 722 label_user_mail_option_all: "Per qualsevol esdeveniment en tots els meus projectes"
723 723 label_user_mail_option_selected: "Per qualsevol esdeveniment en els projectes seleccionats..."
724 724 label_user_mail_no_self_notified: "No vull ser notificat pels canvis que faig jo mateix"
725 725 label_registration_activation_by_email: "activació del compte per correu electrònic"
726 726 label_registration_manual_activation: "activació del compte manual"
727 727 label_registration_automatic_activation: "activació del compte automàtica"
728 728 label_display_per_page: "Per pàgina: %{value}"
729 729 label_age: "Edat"
730 730 label_change_properties: "Canvia les propietats"
731 731 label_general: "General"
732 label_more: "Més"
733 732 label_scm: "SCM"
734 733 label_plugins: "Complements"
735 734 label_ldap_authentication: "Autenticació LDAP"
736 735 label_downloads_abbr: "Baixades"
737 736 label_optional_description: "Descripció opcional"
738 737 label_add_another_file: "Afegir un altre fitxer"
739 738 label_preferences: "Preferències"
740 739 label_chronological_order: "En ordre cronològic"
741 740 label_reverse_chronological_order: "En ordre cronològic invers"
742 741 label_incoming_emails: "Correu electrònics d'entrada"
743 742 label_generate_key: "Generar una clau"
744 743 label_issue_watchers: "Vigilàncies"
745 744 label_example: "Exemple"
746 745 label_display: "Mostrar"
747 746 label_sort: "Ordenar"
748 747 label_ascending: "Ascendent"
749 748 label_descending: "Descendent"
750 749 label_date_from_to: "Des de %{start} a %{end}"
751 750 label_wiki_content_added: "S'ha afegit la pàgina wiki"
752 751 label_wiki_content_updated: "S'ha actualitzat la pàgina wiki"
753 752 label_group: "Grup"
754 753 label_group_plural: "Grups"
755 754 label_group_new: "Nou grup"
756 755 label_time_entry_plural: "Temps invertit"
757 756 label_version_sharing_hierarchy: "Amb la jerarquia del projecte"
758 757 label_version_sharing_system: "Amb tots els projectes"
759 758 label_version_sharing_descendants: "Amb tots els subprojectes"
760 759 label_version_sharing_tree: "Amb l'arbre del projecte"
761 760 label_version_sharing_none: "Sense compartir"
762 761 label_update_issue_done_ratios: "Actualitza el tant per cent dels assumptes realitzats"
763 762 label_copy_source: "Font"
764 763 label_copy_target: "Objectiu"
765 764 label_copy_same_as_target: "El mateix que l'objectiu"
766 765 label_display_used_statuses_only: "Mostra només els estats que utilitza aquest tipus d'assumpte"
767 766 label_api_access_key: "Clau d'accés API"
768 767 label_missing_api_access_key: "Falta una clau d'accés API"
769 768 label_api_access_key_created_on: "Clau d'accés API creada fa %{value}"
770 769 label_profile: "Perfil"
771 770 label_subtask_plural: "Subtasques"
772 771 label_project_copy_notifications: "Envia notificacions de correu electrònic durant la còpia del projecte"
773 772
774 773 button_login: "Accedir"
775 774 button_submit: "Acceptar"
776 775 button_save: "Desar"
777 776 button_check_all: "Selecciona-ho tot"
778 777 button_uncheck_all: "No seleccionar res"
779 778 button_delete: "Eliminar"
780 779 button_create: "Crear"
781 780 button_create_and_continue: "Crear i continuar"
782 781 button_test: "Provar"
783 782 button_edit: "Editar"
784 783 button_add: "Afegir"
785 784 button_change: "Canviar"
786 785 button_apply: "Aplicar"
787 786 button_clear: "Netejar"
788 787 button_lock: "Bloquejar"
789 788 button_unlock: "Desbloquejar"
790 789 button_download: "Baixar"
791 790 button_list: "Llistar"
792 791 button_view: "Visualitzar"
793 792 button_move: "Moure"
794 793 button_move_and_follow: "Moure i continuar"
795 794 button_back: "Enrere"
796 795 button_cancel: "Cancel·lar"
797 796 button_activate: "Activar"
798 797 button_sort: "Ordenar"
799 798 button_log_time: "Registre de temps"
800 799 button_rollback: "Tornar a aquesta versió"
801 800 button_watch: "Vigilar"
802 801 button_unwatch: "No vigilar"
803 802 button_reply: "Resposta"
804 803 button_archive: "Arxivar"
805 804 button_unarchive: "Desarxivar"
806 805 button_reset: "Reiniciar"
807 806 button_rename: "Reanomenar"
808 807 button_change_password: "Canviar la contrasenya"
809 808 button_copy: "Copiar"
810 809 button_copy_and_follow: "Copiar i continuar"
811 810 button_annotate: "Anotar"
812 811 button_update: "Actualitzar"
813 812 button_configure: "Configurar"
814 813 button_quote: "Citar"
815 814 button_duplicate: "Duplicar"
816 815 button_show: "Mostrar"
817 816
818 817 status_active: "actiu"
819 818 status_registered: "registrat"
820 819 status_locked: "bloquejat"
821 820
822 821 version_status_open: "oberta"
823 822 version_status_locked: "bloquejada"
824 823 version_status_closed: "tancada"
825 824
826 825 field_active: "Actiu"
827 826
828 827 text_select_mail_notifications: "Seleccionar les accions per les quals s'hauria d'enviar una notificació per correu electrònic."
829 828 text_regexp_info: "ex. ^[A-Z0-9]+$"
830 829 text_min_max_length_info: "0 significa sense restricció"
831 830 text_project_destroy_confirmation: "Segur que voleu suprimir aquest projecte i les dades relacionades?"
832 831 text_subprojects_destroy_warning: "També seran suprimits els seus subprojectes: %{value}."
833 832 text_workflow_edit: "Seleccioneu un rol i un tipus d'assumpte per a editar el flux de treball"
834 833 text_are_you_sure: "Segur?"
835 834 text_journal_changed: "%{label} ha canviat de %{old} a %{new}"
836 835 text_journal_set_to: "%{label} s'ha establert a %{value}"
837 836 text_journal_deleted: "%{label} s'ha suprimit (%{old})"
838 837 text_journal_added: "S'ha afegit %{label} %{value}"
839 838 text_tip_issue_begin_day: "tasca que s'inicia aquest dia"
840 839 text_tip_issue_end_day: "tasca que finalitza aquest dia"
841 840 text_tip_issue_begin_end_day: "tasca que s'inicia i finalitza aquest dia"
842 841 text_caracters_maximum: "%{count} caràcters com a màxim."
843 842 text_caracters_minimum: "Com a mínim ha de tenir %{count} caràcters."
844 843 text_length_between: "Longitud entre %{min} i %{max} caràcters."
845 844 text_tracker_no_workflow: "No s'ha definit cap flux de treball per a aquest tipus d'assumpte"
846 845 text_unallowed_characters: "Caràcters no permesos"
847 846 text_comma_separated: "Es permeten valors múltiples (separats per una coma)."
848 847 text_line_separated: "Es permeten diversos valors (una línia per cada valor)."
849 848 text_issues_ref_in_commit_messages: "Referència i soluciona els assumptes en els missatges publicats"
850 849 text_issue_added: "L'assumpte %{id} ha sigut informat per %{author}."
851 850 text_issue_updated: "L'assumpte %{id} ha sigut actualitzat per %{author}."
852 851 text_wiki_destroy_confirmation: "Segur que voleu suprimir aquesta wiki i tot el seu contingut?"
853 852 text_issue_category_destroy_question: "Alguns assumptes (%{count}) estan assignats a aquesta categoria. Què voleu fer?"
854 853 text_issue_category_destroy_assignments: "Suprimir les assignacions de la categoria"
855 854 text_issue_category_reassign_to: "Tornar a assignar els assumptes a aquesta categoria"
856 855 text_user_mail_option: "Per als projectes no seleccionats, només rebreu notificacions sobre les coses que vigileu o que hi esteu implicat (ex. assumptes que en sou l'autor o hi esteu assignat)."
857 856 text_no_configuration_data: "Encara no s'han configurat els rols, tipus d'assumpte, estats de l'assumpte i flux de treball.\nÉs altament recomanable que carregueu la configuració predeterminada. Podreu modificar-la un cop carregada."
858 857 text_load_default_configuration: "Carregar la configuració predeterminada"
859 858 text_status_changed_by_changeset: "Aplicat en el conjunt de canvis %{value}."
860 859 text_issues_destroy_confirmation: "Segur que voleu suprimir els assumptes seleccionats?"
861 860 text_select_project_modules: "Seleccionar els mòduls a habilitar per a aquest projecte:"
862 861 text_default_administrator_account_changed: "S'ha canviat el compte d'administrador predeterminat"
863 862 text_file_repository_writable: "Es pot escriure en el repositori de fitxers"
864 863 text_plugin_assets_writable: "Es pot escriure als complements actius"
865 864 text_rmagick_available: "RMagick disponible (opcional)"
866 865 text_destroy_time_entries_question: "S'han informat %{hours} hores en els assumptes que aneu a suprimir. Què voleu fer?"
867 866 text_destroy_time_entries: "Suprimir les hores informades"
868 867 text_assign_time_entries_to_project: "Assignar les hores informades al projecte"
869 868 text_reassign_time_entries: "Tornar a assignar les hores informades a aquest assumpte:"
870 869 text_user_wrote: "%{value} va escriure:"
871 870 text_enumeration_destroy_question: "%{count} objectes estan assignats a aquest valor."
872 871 text_enumeration_category_reassign_to: "Torna a assignar-los a aquest valor:"
873 872 text_email_delivery_not_configured: "El lliurament per correu electrònic no està configurat i les notificacions estan inhabilitades.\nConfigureu el servidor SMTP a config/configuration.yml i reinicieu l'aplicació per habilitar-lo."
874 873 text_repository_usernames_mapping: "Seleccioneu l'assignació entre els usuaris del Redmine i cada nom d'usuari trobat al repositori.\nEls usuaris amb el mateix nom d'usuari o correu del Redmine i del repositori s'assignaran automàticament."
875 874 text_diff_truncated: "... Aquestes diferències s'han truncat perquè excedeixen la mida màxima que es pot mostrar."
876 875 text_custom_field_possible_values_info: "Una línia per a cada valor"
877 876 text_wiki_page_destroy_question: "Aquesta pàgina %{descendants} pàgines fill(es) i descendent(s). Què voleu fer?"
878 877 text_wiki_page_nullify_children: "Deixar les pàgines filles com a pàgines arrel"
879 878 text_wiki_page_destroy_children: "Suprimir les pàgines filles i tots els seus descendents"
880 879 text_wiki_page_reassign_children: "Reasignar les pàgines filles a aquesta pàgina pare"
881 880 text_own_membership_delete_confirmation: "Esteu a punt de suprimir algun o tots els vostres permisos i potser no podreu editar més aquest projecte.\nSegur que voleu continuar?"
882 881 text_zoom_in: "Reduir"
883 882 text_zoom_out: "Ampliar"
884 883
885 884 default_role_manager: "Gestor"
886 885 default_role_developer: "Desenvolupador"
887 886 default_role_reporter: "Informador"
888 887 default_tracker_bug: "Error"
889 888 default_tracker_feature: "Característica"
890 889 default_tracker_support: "Suport"
891 890 default_issue_status_new: "Nou"
892 891 default_issue_status_in_progress: "En Progrés"
893 892 default_issue_status_resolved: "Resolt"
894 893 default_issue_status_feedback: "Comentaris"
895 894 default_issue_status_closed: "Tancat"
896 895 default_issue_status_rejected: "Rebutjat"
897 896 default_doc_category_user: "Documentació d'usuari"
898 897 default_doc_category_tech: "Documentació tècnica"
899 898 default_priority_low: "Baixa"
900 899 default_priority_normal: "Normal"
901 900 default_priority_high: "Alta"
902 901 default_priority_urgent: "Urgent"
903 902 default_priority_immediate: "Immediata"
904 903 default_activity_design: "Disseny"
905 904 default_activity_development: "Desenvolupament"
906 905
907 906 enumeration_issue_priorities: "Prioritat dels assumptes"
908 907 enumeration_doc_categories: "Categories del document"
909 908 enumeration_activities: "Activitats (seguidor de temps)"
910 909 enumeration_system_activity: "Activitat del sistema"
911 910
912 911 button_edit_associated_wikipage: "Editar pàgines Wiki asociades: %{page_title}"
913 912 field_text: "Camp de text"
914 913 setting_default_notification_option: "Opció de notificació per defecte"
915 914 label_user_mail_option_only_my_events: "Només pels objectes on estic en vigilància o involucrat"
916 915 label_user_mail_option_none: "Sense notificacions"
917 916 field_member_of_group: "Assignat al grup"
918 917 field_assigned_to_role: "Assignat al rol"
919 918 notice_not_authorized_archived_project: "El projecte al que intenta accedir està arxivat."
920 919 label_principal_search: "Cercar per usuari o grup:"
921 920 label_user_search: "Cercar per usuari:"
922 921 field_visible: "Visible"
923 922 setting_commit_logtime_activity_id: "Activitat dels temps registrats"
924 923 text_time_logged_by_changeset: "Aplicat en el canvi %{value}."
925 924 setting_commit_logtime_enabled: "Habilitar registre d'hores"
926 925 notice_gantt_chart_truncated: "S'ha retallat el diagrama perquè excedeix del número màxim d'elements que es poden mostrar (%{max})"
927 926 setting_gantt_items_limit: "Numero màxim d'elements mostrats dins del diagrama de Gantt"
928 927 field_warn_on_leaving_unsaved: "Avisa'm quan surti d'una pàgina sense desar els canvis"
929 928 text_warn_on_leaving_unsaved: "Aquesta pàgina conté text sense desar i si surt els seus canvis es perdran"
930 929 label_my_queries: "Les meves consultes"
931 930 text_journal_changed_no_detail: "S'ha actualitzat %{label}"
932 931 label_news_comment_added: "S'ha afegit un comentari a la notícia"
933 932 button_expand_all: "Expandir tot"
934 933 button_collapse_all: "Col·lapsar tot"
935 934 label_additional_workflow_transitions_for_assignee: "Operacions addicionals permeses quan l'usuari assignat l'assumpte"
936 935 label_additional_workflow_transitions_for_author: "Operacions addicionals permeses quan l'usuari és propietari de l'assumpte"
937 936 label_bulk_edit_selected_time_entries: "Editar en bloc els registres de temps seleccionats"
938 937 text_time_entries_destroy_confirmation: "Està segur de voler eliminar (l'hora seleccionada/les hores seleccionades)?"
939 938 label_role_anonymous: "Anònim"
940 939 label_role_non_member: "No membre"
941 940 label_issue_note_added: "Nota afegida"
942 941 label_issue_status_updated: "Estat actualitzat"
943 942 label_issue_priority_updated: "Prioritat actualitzada"
944 943 label_issues_visibility_own: "Peticions creades per l'usuari o assignades a ell"
945 944 field_issues_visibility: "Visibilitat de les peticions"
946 945 label_issues_visibility_all: "Totes les peticions"
947 946 permission_set_own_issues_private: "Posar les teves peticions pròpies com publica o privada"
948 947 field_is_private: "Privat"
949 948 permission_set_issues_private: "Posar les peticions com publica o privada"
950 949 label_issues_visibility_public: "Totes les peticions no privades"
951 950 text_issues_destroy_descendants_confirmation: "Es procedira a eliminar tambe %{count} subtas/ca/ques."
952 951 field_commit_logs_encoding: "Codificació dels missatges publicats"
953 952 field_scm_path_encoding: "Codificació de les rutes"
954 953 text_scm_path_encoding_note: "Per defecte: UTF-8"
955 954 field_path_to_repository: "Ruta al repositori "
956 955 field_root_directory: "Directori arrel"
957 956 field_cvs_module: "Modul"
958 957 field_cvsroot: "CVSROOT"
959 958 text_mercurial_repository_note: Repositori local (p.e. /hgrepo, c:\hgrepo)
960 959 text_scm_command: "Comanda"
961 960 text_scm_command_version: "Versió"
962 961 label_git_report_last_commit: "Informar de l'ultim canvi(commit) per fitxers i directoris"
963 962 notice_issue_successful_create: "Assumpte %{id} creat correctament."
964 963 label_between: "entre"
965 964 setting_issue_group_assignment: "Permetre assignar assumptes als grups"
966 965 label_diff: "diferencies"
967 966 text_git_repository_note: Directori repositori local (p.e. /hgrepo, c:\hgrepo)
968 967 description_query_sort_criteria_direction: "Ordre d'ordenació"
969 968 description_project_scope: "Àmbit de la cerca"
970 969 description_filter: "Filtre"
971 970 description_user_mail_notification: "Configuració de les notificacions per correu"
972 971 description_message_content: "Contingut del missatge"
973 972 description_available_columns: "Columnes disponibles"
974 973 description_issue_category_reassign: "Escollir una categoria de l'assumpte"
975 974 description_search: "Camp de cerca"
976 975 description_notes: "Notes"
977 976 description_choose_project: "Projectes"
978 977 description_query_sort_criteria_attribute: "Atribut d'ordenació"
979 978 description_wiki_subpages_reassign: "Esculli la nova pàgina pare"
980 979 description_selected_columns: "Columnes seleccionades"
981 980 label_parent_revision: "Pare"
982 981 label_child_revision: "Fill"
983 982 error_scm_annotate_big_text_file: "L'entrada no es pot anotar, ja que supera la mida màxima per fitxers de text."
984 983 setting_default_issue_start_date_to_creation_date: "Utilitzar la data actual com a data inici per les noves peticions"
985 984 button_edit_section: "Editar aquest apartat"
986 985 setting_repositories_encodings: "Codificació per defecte pels fitxers adjunts i repositoris"
987 986 description_all_columns: "Totes les columnes"
988 987 button_export: "Exportar"
989 988 label_export_options: "%{export_format} opcions d'exportació"
990 989 error_attachment_too_big: "Aquest fitxer no es pot pujar perquè excedeix de la mida màxima (%{max_size})"
991 990 notice_failed_to_save_time_entries: "Error al desar %{count} entrades de temps de les %{total} selecionades: %{ids}."
992 991 label_x_issues:
993 992 zero: "0 assumpte"
994 993 one: "1 assumpte"
995 994 other: "%{count} assumptes"
996 995 label_repository_new: "Nou repositori"
997 996 field_repository_is_default: "Repositori principal"
998 997 label_copy_attachments: "Copiar adjunts"
999 998 label_item_position: "%{position}/%{count}"
1000 999 label_completed_versions: "Versions completades"
1001 1000 text_project_identifier_info: "Només es permeten lletres en minúscula (a-z), números i guions.<br />Una vegada desat, l'identificador no es pot canviar."
1002 1001 field_multiple: "Valors múltiples"
1003 1002 setting_commit_cross_project_ref: "Permetre referenciar i resoldre peticions de tots els altres projectes"
1004 1003 text_issue_conflict_resolution_add_notes: "Afegir les meves notes i descartar els altres canvis"
1005 1004 text_issue_conflict_resolution_overwrite: "Aplicar els meus canvis de totes formes (les notes anteriors es mantindran però alguns canvis poden ser sobreescrits)"
1006 1005 notice_issue_update_conflict: "L'assumpte ha sigut actualitzat per un altre membre mentre s'editava"
1007 1006 text_issue_conflict_resolution_cancel: "Descartar tots els meus canvis i mostrar de nou %{link}"
1008 1007 permission_manage_related_issues: "Gestionar peticions relacionades"
1009 1008 field_auth_source_ldap_filter: "Filtre LDAP"
1010 1009 label_search_for_watchers: "Cercar seguidors per afegir-los"
1011 1010 notice_account_deleted: "El seu compte ha sigut eliminat de forma permanent."
1012 1011 setting_unsubscribe: "Permetre als usuaris d'esborrar el seu propi compte"
1013 1012 button_delete_my_account: "Eliminar el meu compte"
1014 1013 text_account_destroy_confirmation: |-
1015 1014 Estàs segur de continuar?
1016 1015 El seu compte s'eliminarà de forma permanent, sense la possibilitat de reactivar-lo.
1017 1016 error_session_expired: "La seva sessió ha expirat. Si us plau, torni a identificar-se"
1018 1017 text_session_expiration_settings: "Advertència: el canvi d'aquestes opcions poden provocar la expiració de les sessions actives, incloent la seva."
1019 1018 setting_session_lifetime: "Temps de vida màxim de les sessions"
1020 1019 setting_session_timeout: "Temps màxim d'inactivitat de les sessions"
1021 1020 label_session_expiration: "Expiració de les sessions"
1022 1021 permission_close_project: "Tancar / reobrir el projecte"
1023 1022 label_show_closed_projects: "Veure projectes tancats"
1024 1023 button_close: "Tancar"
1025 1024 button_reopen: "Reobrir"
1026 1025 project_status_active: "actiu"
1027 1026 project_status_closed: "tancat"
1028 1027 project_status_archived: "arxivat"
1029 1028 text_project_closed: "Aquest projecte està tancat i només és de lectura."
1030 1029 notice_user_successful_create: "Usuari %{id} creat correctament."
1031 1030 field_core_fields: "Camps bàsics"
1032 1031 field_timeout: "Temps d'inactivitat (en segons)"
1033 1032 setting_thumbnails_enabled: "Mostrar miniatures dels fitxers adjunts"
1034 1033 setting_thumbnails_size: "Mida de les miniatures (en píxels)"
1035 1034 label_status_transitions: "Transicions d'estat"
1036 1035 label_fields_permissions: "Permisos sobre els camps"
1037 1036 label_readonly: "Només lectura"
1038 1037 label_required: "Requerit"
1039 1038 text_repository_identifier_info: "Només es permeten lletres en minúscula (a-z), números i guions.<br />Una vegada desat, l'identificador no es pot canviar."
1040 1039 field_board_parent: "Tauler pare"
1041 1040 label_attribute_of_project: "%{name} del projecte"
1042 1041 label_attribute_of_author: "%{name} de l'autor"
1043 1042 label_attribute_of_assigned_to: "{name} de l'assignat"
1044 1043 label_attribute_of_fixed_version: "%{name} de la versió objectiu"
1045 1044 label_copy_subtasks: "Copiar subtasques"
1046 1045 label_copied_to: "copiada a"
1047 1046 label_copied_from: "copiada des de"
1048 1047 label_any_issues_in_project: "qualsevol assumpte del projecte"
1049 1048 label_any_issues_not_in_project: "qualsevol assumpte que no sigui del projecte"
1050 1049 field_private_notes: "Notes privades"
1051 1050 permission_view_private_notes: "Veure notes privades"
1052 1051 permission_set_notes_private: "Posar notes com privades"
1053 1052 label_no_issues_in_project: "sense peticions al projecte"
1054 1053 label_any: "tots"
1055 1054 label_last_n_weeks: "en les darreres %{count} setmanes"
1056 1055 setting_cross_project_subtasks: "Permetre subtasques creuades entre projectes"
1057 1056 label_cross_project_descendants: "Amb tots els subprojectes"
1058 1057 label_cross_project_tree: "Amb l'arbre del projecte"
1059 1058 label_cross_project_hierarchy: "Amb la jerarquia del projecte"
1060 1059 label_cross_project_system: "Amb tots els projectes"
1061 1060 button_hide: "Amagar"
1062 1061 setting_non_working_week_days: "Dies no laborables"
1063 1062 label_in_the_next_days: "en els pròxims"
1064 1063 label_in_the_past_days: "en els anteriors"
1065 1064 label_attribute_of_user: "%{name} de l'usuari"
1066 1065 text_turning_multiple_off: "Si es desactiva els valors múltiples, aquest seran eliminats per deixar només un únic valor per element."
1067 1066 label_attribute_of_issue: "%{name} de l'assumpte"
1068 1067 permission_add_documents: "Afegir document"
1069 1068 permission_edit_documents: "Editar document"
1070 1069 permission_delete_documents: "Eliminar document"
1071 1070 label_gantt_progress_line: "Línia de progres"
1072 1071 setting_jsonp_enabled: "Habilitar suport JSONP"
1073 1072 field_inherit_members: "Heretar membres"
1074 1073 field_closed_on: "Tancada"
1075 1074 field_generate_password: "Generar contrasenya"
1076 1075 setting_default_projects_tracker_ids: "Tipus d'estats d'assumpte habilitat per defecte"
1077 1076 label_total_time: "Total"
1078 1077 text_scm_config: "Pot configurar les ordres SCM en el fitxer config/configuration.yml. Sis us plau, una vegada fet ha de reiniciar l'aplicació per aplicar els canvis."
1079 1078 text_scm_command_not_available: "L'ordre SCM que es vol utilitzar no és troba disponible. Si us plau, comprovi la configuració dins del menú d'administració"
1080 1079 setting_emails_header: "Encapçalament dels correus"
1081 1080 notice_account_not_activated_yet: Encara no ha activat el seu compte. Si vol rebre un nou correu d'activació, si us plau <a href="%{url}">faci clic en aquest enllaç</a>.
1082 1081 notice_account_locked: "Aquest compte està bloquejat."
1083 1082 label_hidden: "Amagada"
1084 1083 label_visibility_private: "només per mi"
1085 1084 label_visibility_roles: "només per aquests rols"
1086 1085 label_visibility_public: "per qualsevol usuari"
1087 1086 field_must_change_passwd: "Canvi de contrasenya al pròxim inici de sessió"
1088 1087 notice_new_password_must_be_different: "La nova contrasenya ha de ser diferent de l'actual."
1089 1088 setting_mail_handler_excluded_filenames: "Excloure fitxers adjunts per nom"
1090 1089 text_convert_available: "Conversió ImageMagick disponible (opcional)"
1091 1090 label_link: "Enllaç"
1092 1091 label_only: "només"
1093 1092 label_drop_down_list: "Llista desplegable (Drop down)"
1094 1093 label_checkboxes: "Camps de selecció (Checkboxes)"
1095 1094 label_link_values_to: "Enllaçar valors a la URL"
1096 1095 setting_force_default_language_for_anonymous: "Forçar llenguatge per defecte als usuaris anònims."
1097 1096 setting_force_default_language_for_loggedin: "Forçar llenguatge per defecte als usuaris identificats."
1098 1097 label_custom_field_select_type: "Seleccioni el tipus d'objecte al qual vol posar el camp personalitzat"
1099 1098 label_issue_assigned_to_updated: "Persona assignada actualitzada"
1100 1099 label_check_for_updates: "Comprovar actualitzacions"
1101 1100 label_latest_compatible_version: "Ultima versió compatible"
1102 1101 label_unknown_plugin: "Complement desconegut"
1103 1102 label_radio_buttons: "Camps de selecció (Radiobutton)"
1104 1103 label_group_anonymous: "Usuaris anònims"
1105 1104 label_group_non_member: "Usuaris no membres"
1106 1105 label_add_projects: "Afegir projectes"
1107 1106 field_default_status: "Estat per defecte"
1108 1107 text_subversion_repository_note: "Exemples: file:///, http://, https://, svn://, svn+[tunnelscheme]://"
1109 1108 field_users_visibility: "Visibilitat dels usuaris"
1110 1109 label_users_visibility_all: "Tots els usuaris actius"
1111 1110 label_users_visibility_members_of_visible_projects: "Membres dels projectes visibles"
1112 1111 label_edit_attachments: "Editar fitxers adjunts"
1113 1112 setting_link_copied_issue: "Enllaçar assumpte quan es realitzi la còpia"
1114 1113 label_link_copied_issue: "Enllaçar assumpte copiat"
1115 1114 label_ask: "Demanar"
1116 1115 label_search_attachments_yes: "Cercar per fitxer adjunt i descripció"
1117 1116 label_search_attachments_no: "Sense fitxers adjunts"
1118 1117 label_search_attachments_only: "Només fitxers adjunts"
1119 1118 label_search_open_issues_only: "Només peticions obertes"
1120 1119 field_address: "Correu electrònic"
1121 1120 setting_max_additional_emails: "Màxim número de correus electrònics addicionals"
1122 1121 label_email_address_plural: "Correus electrònics"
1123 1122 label_email_address_add: "Afegir adreça de correu electrònic"
1124 1123 label_enable_notifications: "Activar notificacions"
1125 1124 label_disable_notifications: "Desactivar notificacions"
1126 1125 setting_search_results_per_page: "Cercar resultats per pàgina"
1127 1126 label_blank_value: "blanc"
1128 1127 permission_copy_issues: "Copiar assumpte"
1129 1128 error_password_expired: "La teva contrasenya ha expirat, és necessari canviar-la"
1130 1129 field_time_entries_visibility: "Visibilitat de les entrades de temps"
1131 1130 setting_password_max_age: "Requereix canviar la contrasenya després de"
1132 1131 label_parent_task_attributes: "Atributs de la tasca pare"
1133 1132 label_parent_task_attributes_derived: "Calculat de les subtasques"
1134 1133 label_parent_task_attributes_independent: "Independent de les subtasques"
1135 1134 label_time_entries_visibility_all: "Tots els registres de temps"
1136 1135 label_time_entries_visibility_own: "Els registres de temps creats per mi"
1137 1136 label_member_management: "Administració de membres"
1138 1137 label_member_management_all_roles: "Tots els rols"
1139 1138 label_member_management_selected_roles_only: "Només aquests rols"
1140 1139 label_password_required: "Confirmi la seva contrasenya per continuar"
1141 1140 label_total_spent_time: "Temps total invertit"
1142 1141 notice_import_finished: "%{count} element/s han sigut importats"
1143 1142 notice_import_finished_with_errors: "%{count} de %{total} elements no s'ha pogut importar"
1144 1143 error_invalid_file_encoding: "El fitxer no utilitza una codificació valida (%{encoding})"
1145 1144 error_invalid_csv_file_or_settings: "El fitxer no es un CSV o no coincideix amb la configuració"
1146 1145 error_can_not_read_import_file: "S'ha produït un error mentre es llegia el fitxer a importar"
1147 1146 permission_import_issues: "Importar assumptes"
1148 1147 label_import_issues: "Importar assumptes"
1149 1148 label_select_file_to_import: "Escull el fitxer per importar"
1150 1149 label_fields_separator: "Separador dels camps"
1151 1150 label_fields_wrapper: "Envoltori dels camps"
1152 1151 label_encoding: "Codificació"
1153 1152 label_comma_char: "Coma"
1154 1153 label_semi_colon_char: "Punt i coma"
1155 1154 label_quote_char: "Comilla simple"
1156 1155 label_double_quote_char: "Comilla doble"
1157 1156 label_fields_mapping: "Mapat de camps"
1158 1157 label_file_content_preview: "Vista prèvia del contingut"
1159 1158 label_create_missing_values: "Crear valors no presents"
1160 1159 button_import: "Importar"
1161 1160 field_total_estimated_hours: "Temps total estimat"
1162 1161 label_api: "API"
1163 1162 label_total_plural: "Totals"
1164 1163 label_assigned_issues: "Assumptes assignats"
1165 1164 label_field_format_enumeration: "Llistat clau/valor"
1166 1165 label_f_hour_short: "%{value} h"
1167 1166 field_default_version: "Versió per defecte"
1168 1167 error_attachment_extension_not_allowed: "L'extensió %{extension} no està permesa"
1169 1168 setting_attachment_extensions_allowed: "Extensions permeses"
1170 1169 setting_attachment_extensions_denied: "Extensions no permeses"
1171 1170 label_any_open_issues: "qualsevol assumpte obert"
1172 1171 label_no_open_issues: "cap assumpte obert"
1173 1172 label_default_values_for_new_users: "Valors per defecte pels nous usuaris"
1174 1173 setting_sys_api_key: "Clau API"
1175 1174 setting_lost_password: "Has oblidat la contrasenya?"
1176 1175 mail_subject_security_notification: "Notificació de seguretat"
1177 1176 mail_body_security_notification_change: ! '%{field} actualitzat.'
1178 1177 mail_body_security_notification_change_to: ! '%{field} actualitzat per %{value}.'
1179 1178 mail_body_security_notification_add: ! '%{field} %{value} afegit.'
1180 1179 mail_body_security_notification_remove: ! '%{field} %{value} eliminat.'
1181 1180 mail_body_security_notification_notify_enabled: "S'han activat les notificacions per l'adreça de correu %{value}"
1182 1181 mail_body_security_notification_notify_disabled: "S'han desactivat les notificacions per l'adreça de correu %{value}"
1183 1182 mail_body_settings_updated: ! "Les següents opcions s'han actualitzat:"
1184 1183 field_remote_ip: Adreça IP
1185 1184 label_wiki_page_new: Nova pàgina wiki
1186 1185 label_relations: Relacions
1187 1186 button_filter: Filtre
1188 1187 mail_body_password_updated: "La seva contrasenya s'ha canviat."
1189 1188 label_no_preview: Previsualització no disponible
1190 1189 error_no_tracker_allowed_for_new_issue_in_project: "El projecte no disposa de cap tipus d'assumpte sobre el qual vostè pugui crear un assumpte"
1191 1190 label_tracker_all: "Tots els tipus d'assumpte"
1192 1191 label_new_project_issue_tab_enabled: Mostrar la pestanya "Nou assumpte"
1193 1192 setting_new_item_menu_tab: Pestanya de nous objectes en el menu de cada projecte
1194 1193 label_new_object_tab_enabled: Mostrar el llistat desplegable "+"
1195 1194 error_no_projects_with_tracker_allowed_for_new_issue: "Cap projecte disposa d'un tipus d'assumpte sobre el qual vostè pugui crear un assumpte"
1196 1195 field_textarea_font: Font utilitzada en les text àrea
1197 1196 label_font_default: Font per defecte
1198 1197 label_font_monospace: Font Monospaced
1199 1198 label_font_proportional: Font Proportional
1200 1199 setting_timespan_format: Time span format
1201 1200 label_table_of_contents: Table of contents
1202 1201 setting_commit_logs_formatting: Apply text formatting to commit messages
1203 1202 setting_mail_handler_enable_regex_delimiters: Enable regular expressions
1204 1203 error_move_of_child_not_possible: 'Subtask %{child} could not be moved to the new
1205 1204 project: %{errors}'
1206 1205 error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot
1207 1206 be reassigned to an issue that is about to be deleted
1208 1207 setting_timelog_required_fields: Required fields for time logs
1209 1208 label_attribute_of_object: '%{object_name}''s %{name}'
1210 1209 label_user_mail_option_only_assigned: Only for things I watch or I am assigned to
1211 1210 label_user_mail_option_only_owner: Only for things I watch or I am the owner of
1212 1211 warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion
1213 1212 of values from one or more fields on the selected objects
1214 1213 field_updated_by: Updated by
1215 1214 field_last_updated_by: Last updated by
1216 1215 field_full_width_layout: Full width layout
@@ -1,1225 +1,1224
1 1 # Update to 2.2, 2.4, 2.5, 2.6, 3.1, 3.3 by Karel Picman <karel.picman@kontron.com>
2 2 # Update to 1.1 by Michal Gebauer <mishak@mishak.net>
3 3 # Updated by Josef Liška <jl@chl.cz>
4 4 # CZ translation by Maxim Krušina | Massimo Filippi, s.r.o. | maxim@mxm.cz
5 5 # Based on original CZ translation by Jan Kadleček
6 6 cs:
7 7 # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl)
8 8 direction: ltr
9 9 date:
10 10 formats:
11 11 # Use the strftime parameters for formats.
12 12 # When no format has been given, it uses default.
13 13 # You can provide other formats here if you like!
14 14 default: "%Y-%m-%d"
15 15 short: "%b %d"
16 16 long: "%B %d, %Y"
17 17
18 18 day_names: [Neděle, Pondělí, Úterý, Středa, Čtvrtek, Pátek, Sobota]
19 19 abbr_day_names: [Ne, Po, Út, St, Čt, , So]
20 20
21 21 # Don't forget the nil at the beginning; there's no such thing as a 0th month
22 22 month_names: [~, Leden, Únor, Březen, Duben, Květen, Červen, Červenec, Srpen, Září, Říjen, Listopad, Prosinec]
23 23 abbr_month_names: [~, Led, Úno, Bře, Dub, Kvě, Čer, Čec, Srp, Zář, Říj, Lis, Pro]
24 24 # Used in date_select and datime_select.
25 25 order:
26 26 - :year
27 27 - :month
28 28 - :day
29 29
30 30 time:
31 31 formats:
32 32 default: "%a, %d %b %Y %H:%M:%S %z"
33 33 time: "%H:%M"
34 34 short: "%d %b %H:%M"
35 35 long: "%B %d, %Y %H:%M"
36 36 am: "dop."
37 37 pm: "odp."
38 38
39 39 datetime:
40 40 distance_in_words:
41 41 half_a_minute: "půl minuty"
42 42 less_than_x_seconds:
43 43 one: "méně než sekunda"
44 44 other: "méně než %{count} sekund"
45 45 x_seconds:
46 46 one: "1 sekunda"
47 47 other: "%{count} sekund"
48 48 less_than_x_minutes:
49 49 one: "méně než minuta"
50 50 other: "méně než %{count} minut"
51 51 x_minutes:
52 52 one: "1 minuta"
53 53 other: "%{count} minut"
54 54 about_x_hours:
55 55 one: "asi 1 hodina"
56 56 other: "asi %{count} hodin"
57 57 x_hours:
58 58 one: "1 hodina"
59 59 other: "%{count} hodin"
60 60 x_days:
61 61 one: "1 den"
62 62 other: "%{count} dnů"
63 63 about_x_months:
64 64 one: "asi 1 měsíc"
65 65 other: "asi %{count} měsíců"
66 66 x_months:
67 67 one: "1 měsíc"
68 68 other: "%{count} měsíců"
69 69 about_x_years:
70 70 one: "asi 1 rok"
71 71 other: "asi %{count} let"
72 72 over_x_years:
73 73 one: "více než 1 rok"
74 74 other: "více než %{count} roky"
75 75 almost_x_years:
76 76 one: "témeř 1 rok"
77 77 other: "téměř %{count} roky"
78 78
79 79 number:
80 80 # Výchozí formát pro čísla
81 81 format:
82 82 separator: "."
83 83 delimiter: ""
84 84 precision: 3
85 85 human:
86 86 format:
87 87 delimiter: ""
88 88 precision: 3
89 89 storage_units:
90 90 format: "%n %u"
91 91 units:
92 92 byte:
93 93 one: "Bajt"
94 94 other: "Bajtů"
95 95 kb: "KB"
96 96 mb: "MB"
97 97 gb: "GB"
98 98 tb: "TB"
99 99
100 100 # Used in array.to_sentence.
101 101 support:
102 102 array:
103 103 sentence_connector: "a"
104 104 skip_last_comma: false
105 105
106 106 activerecord:
107 107 errors:
108 108 template:
109 109 header:
110 110 one: "1 chyba zabránila uložení %{model}"
111 111 other: "%{count} chyb zabránilo uložení %{model}"
112 112 messages:
113 113 inclusion: "není zahrnuto v seznamu"
114 114 exclusion: "je rezervováno"
115 115 invalid: "je neplatné"
116 116 confirmation: "se neshoduje s potvrzením"
117 117 accepted: "musí být akceptováno"
118 118 empty: "nemůže být prázdný"
119 119 blank: "nemůže být prázdný"
120 120 too_long: "je příliš dlouhý"
121 121 too_short: "je příliš krátký"
122 122 wrong_length: "má chybnou délku"
123 123 taken: "je již použito"
124 124 not_a_number: "není číslo"
125 125 not_a_date: "není platné datum"
126 126 greater_than: "musí být větší než %{count}"
127 127 greater_than_or_equal_to: "musí být větší nebo rovno %{count}"
128 128 equal_to: "musí být přesně %{count}"
129 129 less_than: "musí být méně než %{count}"
130 130 less_than_or_equal_to: "musí být méně nebo rovno %{count}"
131 131 odd: "musí být liché"
132 132 even: "musí být sudé"
133 133 greater_than_start_date: "musí být větší než počáteční datum"
134 134 not_same_project: "nepatří stejnému projektu"
135 135 circular_dependency: "Tento vztah by vytvořil cyklickou závislost"
136 136 cant_link_an_issue_with_a_descendant: "Úkol nemůže být spojen s jedním z jeho dílčích úkolů"
137 137 earlier_than_minimum_start_date: "nemůže být dříve než %{date} kvůli předřazeným úkolům"
138 138 not_a_regexp: "is not a valid regular expression"
139 139 open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task"
140 140
141 141 actionview_instancetag_blank_option: Prosím vyberte
142 142
143 143 general_text_No: 'Ne'
144 144 general_text_Yes: 'Ano'
145 145 general_text_no: 'ne'
146 146 general_text_yes: 'ano'
147 147 general_lang_name: 'Czech (Čeština)'
148 148 general_csv_separator: ','
149 149 general_csv_decimal_separator: '.'
150 150 general_csv_encoding: UTF-8
151 151 general_pdf_fontname: freesans
152 152 general_pdf_monospaced_fontname: freemono
153 153 general_first_day_of_week: '1'
154 154
155 155 notice_account_updated: Účet byl úspěšně změněn.
156 156 notice_account_invalid_credentials: Chybné jméno nebo heslo
157 157 notice_account_password_updated: Heslo bylo úspěšně změněno.
158 158 notice_account_wrong_password: Chybné heslo
159 159 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.
160 160 notice_account_unknown_email: Neznámý uživatel.
161 161 notice_can_t_change_password: Tento účet používá externí autentifikaci. Zde heslo změnit nemůžete.
162 162 notice_account_lost_email_sent: Byl vám zaslán email s intrukcemi jak si nastavíte nové heslo.
163 163 notice_account_activated: Váš účet byl aktivován. Nyní se můžete přihlásit.
164 164 notice_successful_create: Úspěšně vytvořeno.
165 165 notice_successful_update: Úspěšně aktualizováno.
166 166 notice_successful_delete: Úspěšně odstraněno.
167 167 notice_successful_connection: Úspěšné připojení.
168 168 notice_file_not_found: Stránka, kterou se snažíte zobrazit, neexistuje nebo byla smazána.
169 169 notice_locking_conflict: Údaje byly změněny jiným uživatelem.
170 170 notice_not_authorized: Nemáte dostatečná práva pro zobrazení této stránky.
171 171 notice_not_authorized_archived_project: Projekt, ke kterému se snažíte přistupovat, byl archivován.
172 172 notice_email_sent: "Na adresu %{value} byl odeslán email"
173 173 notice_email_error: "Při odesílání emailu nastala chyba (%{value})"
174 174 notice_feeds_access_key_reseted: Váš klíč pro přístup k Atom byl resetován.
175 175 notice_api_access_key_reseted: Váš API přístupový klíč byl resetován.
176 176 notice_failed_to_save_issues: "Chyba při uložení %{count} úkolu(ů) z %{total} vybraných: %{ids}."
177 177 notice_failed_to_save_members: "Nepodařilo se uložit člena(y): %{errors}."
178 178 notice_no_issue_selected: "Nebyl zvolen žádný úkol. Prosím, zvolte úkoly, které chcete editovat"
179 179 notice_account_pending: "Váš účet byl vytvořen, nyní čeká na schválení administrátorem."
180 180 notice_default_data_loaded: Výchozí konfigurace úspěšně nahrána.
181 181 notice_unable_delete_version: Nemohu odstanit verzi
182 182 notice_unable_delete_time_entry: Nelze smazat záznam času.
183 183 notice_issue_done_ratios_updated: Koeficienty dokončení úkolu byly aktualizovány.
184 184 notice_gantt_chart_truncated: Graf byl oříznut, počet položek přesáhl limit pro zobrazení (%{max})
185 185
186 186 error_can_t_load_default_data: "Výchozí konfigurace nebyla nahrána: %{value}"
187 187 error_scm_not_found: "Položka a/nebo revize neexistují v repozitáři."
188 188 error_scm_command_failed: "Při pokusu o přístup k repozitáři došlo k chybě: %{value}"
189 189 error_scm_annotate: "Položka neexistuje nebo nemůže být komentována."
190 190 error_issue_not_found_in_project: 'Úkol nebyl nalezen nebo nepatří k tomuto projektu'
191 191 error_no_tracker_in_project: Žádná fronta nebyla přiřazena tomuto projektu. Prosím zkontroluje nastavení projektu.
192 192 error_no_default_issue_status: Není nastaven výchozí stav úkolů. Prosím zkontrolujte nastavení ("Administrace -> Stavy úkolů").
193 193 error_can_not_delete_custom_field: Nelze smazat volitelné pole
194 194 error_can_not_delete_tracker: Tato fronta obsahuje úkoly a nemůže být smazána.
195 195 error_can_not_remove_role: Tato role je právě používaná a nelze ji smazat.
196 196 error_can_not_reopen_issue_on_closed_version: Úkol přiřazený k uzavřené verzi nemůže být znovu otevřen
197 197 error_can_not_archive_project: Tento projekt nemůže být archivován
198 198 error_issue_done_ratios_not_updated: Koeficient dokončení úkolu nebyl aktualizován.
199 199 error_workflow_copy_source: Prosím vyberte zdrojovou frontu nebo roli
200 200 error_workflow_copy_target: Prosím vyberte cílovou frontu(y) a roli(e)
201 201 error_unable_delete_issue_status: Nelze smazat stavy úkolů
202 202 error_unable_to_connect: Nelze se připojit (%{value})
203 203 warning_attachments_not_saved: "%{count} soubor(ů) nebylo možné uložit."
204 204
205 205 mail_subject_lost_password: "Vaše heslo (%{value})"
206 206 mail_body_lost_password: 'Pro změnu vašeho hesla klikněte na následující odkaz:'
207 207 mail_subject_register: "Aktivace účtu (%{value})"
208 208 mail_body_register: 'Pro aktivaci vašeho účtu klikněte na následující odkaz:'
209 209 mail_body_account_information_external: "Pomocí vašeho účtu %{value} se můžete přihlásit."
210 210 mail_body_account_information: Informace o vašem účtu
211 211 mail_subject_account_activation_request: "Aktivace %{value} účtu"
212 212 mail_body_account_activation_request: "Byl zaregistrován nový uživatel %{value}. Aktivace jeho účtu závisí na vašem potvrzení."
213 213 mail_subject_reminder: "%{count} úkol(ů) termín během několik dní (%{days})"
214 214 mail_body_reminder: "%{count} úkol(ů), které máte přiřazeny termín během několika dní (%{days}):"
215 215 mail_subject_wiki_content_added: "'%{id}' Wiki stránka byla přidána"
216 216 mail_body_wiki_content_added: "'%{id}' Wiki stránka byla přidána od %{author}."
217 217 mail_subject_wiki_content_updated: "'%{id}' Wiki stránka byla aktualizována"
218 218 mail_body_wiki_content_updated: "'%{id}' Wiki stránka byla aktualizována od %{author}."
219 219
220 220
221 221 field_name: Název
222 222 field_description: Popis
223 223 field_summary: Přehled
224 224 field_is_required: Povinné pole
225 225 field_firstname: Jméno
226 226 field_lastname: Příjmení
227 227 field_mail: Email
228 228 field_filename: Soubor
229 229 field_filesize: Velikost
230 230 field_downloads: Staženo
231 231 field_author: Autor
232 232 field_created_on: Vytvořeno
233 233 field_updated_on: Aktualizováno
234 234 field_field_format: Formát
235 235 field_is_for_all: Pro všechny projekty
236 236 field_possible_values: Možné hodnoty
237 237 field_regexp: Regulární výraz
238 238 field_min_length: Minimální délka
239 239 field_max_length: Maximální délka
240 240 field_value: Hodnota
241 241 field_category: Kategorie
242 242 field_title: Název
243 243 field_project: Projekt
244 244 field_issue: Úkol
245 245 field_status: Stav
246 246 field_notes: Poznámka
247 247 field_is_closed: Úkol uzavřen
248 248 field_is_default: Výchozí stav
249 249 field_tracker: Fronta
250 250 field_subject: Předmět
251 251 field_due_date: Uzavřít do
252 252 field_assigned_to: Přiřazeno
253 253 field_priority: Priorita
254 254 field_fixed_version: Cílová verze
255 255 field_user: Uživatel
256 256 field_principal: Hlavní
257 257 field_role: Role
258 258 field_homepage: Domovská stránka
259 259 field_is_public: Veřejný
260 260 field_parent: Nadřazený projekt
261 261 field_is_in_roadmap: Úkoly zobrazené v plánu
262 262 field_login: Přihlášení
263 263 field_mail_notification: Emailová oznámení
264 264 field_admin: Administrátor
265 265 field_last_login_on: Poslední přihlášení
266 266 field_language: Jazyk
267 267 field_effective_date: Datum
268 268 field_password: Heslo
269 269 field_new_password: Nové heslo
270 270 field_password_confirmation: Potvrzení
271 271 field_version: Verze
272 272 field_type: Typ
273 273 field_host: Host
274 274 field_port: Port
275 275 field_account: Účet
276 276 field_base_dn: Base DN
277 277 field_attr_login: Přihlášení (atribut)
278 278 field_attr_firstname: Jméno (atribut)
279 279 field_attr_lastname: Příjemní (atribut)
280 280 field_attr_mail: Email (atribut)
281 281 field_onthefly: Automatické vytváření uživatelů
282 282 field_start_date: Začátek
283 283 field_done_ratio: "% Hotovo"
284 284 field_auth_source: Autentifikační mód
285 285 field_hide_mail: Nezobrazovat můj email
286 286 field_comments: Komentář
287 287 field_url: URL
288 288 field_start_page: Výchozí stránka
289 289 field_subproject: Podprojekt
290 290 field_hours: Hodiny
291 291 field_activity: Aktivita
292 292 field_spent_on: Datum
293 293 field_identifier: Identifikátor
294 294 field_is_filter: Použít jako filtr
295 295 field_issue_to: Související úkol
296 296 field_delay: Zpoždění
297 297 field_assignable: Úkoly mohou být přiřazeny této roli
298 298 field_redirect_existing_links: Přesměrovat stávající odkazy
299 299 field_estimated_hours: Odhadovaná doba
300 300 field_column_names: Sloupce
301 301 field_time_entries: Zaznamenaný čas
302 302 field_time_zone: Časové pásmo
303 303 field_searchable: Umožnit vyhledávání
304 304 field_default_value: Výchozí hodnota
305 305 field_comments_sorting: Zobrazit komentáře
306 306 field_parent_title: Rodičovská stránka
307 307 field_editable: Editovatelný
308 308 field_watcher: Sleduje
309 309 field_identity_url: OpenID URL
310 310 field_content: Obsah
311 311 field_group_by: Seskupovat výsledky podle
312 312 field_sharing: Sdílení
313 313 field_parent_issue: Rodičovský úkol
314 314 field_member_of_group: Skupina přiřaditele
315 315 field_assigned_to_role: Role přiřaditele
316 316 field_text: Textové pole
317 317 field_visible: Viditelný
318 318
319 319 setting_app_title: Název aplikace
320 320 setting_app_subtitle: Podtitulek aplikace
321 321 setting_welcome_text: Uvítací text
322 322 setting_default_language: Výchozí jazyk
323 323 setting_login_required: Autentifikace vyžadována
324 324 setting_self_registration: Povolena automatická registrace
325 325 setting_attachment_max_size: Maximální velikost přílohy
326 326 setting_issues_export_limit: Limit pro export úkolů
327 327 setting_mail_from: Odesílat emaily z adresy
328 328 setting_bcc_recipients: Příjemci jako skrytá kopie (bcc)
329 329 setting_plain_text_mail: pouze prostý text (ne HTML)
330 330 setting_host_name: Jméno serveru
331 331 setting_text_formatting: Formátování textu
332 332 setting_wiki_compression: Komprese historie Wiki
333 333 setting_feeds_limit: Limit obsahu příspěvků
334 334 setting_default_projects_public: Nové projekty nastavovat jako veřejné
335 335 setting_autofetch_changesets: Automaticky stahovat commity
336 336 setting_sys_api_enabled: Povolit WS pro správu repozitory
337 337 setting_commit_ref_keywords: Klíčová slova pro odkazy
338 338 setting_commit_fix_keywords: Klíčová slova pro uzavření
339 339 setting_autologin: Automatické přihlašování
340 340 setting_date_format: Formát data
341 341 setting_time_format: Formát času
342 342 setting_cross_project_issue_relations: Povolit vazby úkolů napříč projekty
343 343 setting_issue_list_default_columns: Výchozí sloupce zobrazené v seznamu úkolů
344 344 setting_emails_header: Záhlaví emailů
345 345 setting_emails_footer: Zápatí emailů
346 346 setting_protocol: Protokol
347 347 setting_per_page_options: Povolené počty řádků na stránce
348 348 setting_user_format: Formát zobrazení uživatele
349 349 setting_activity_days_default: Dny zobrazené v činnosti projektu
350 350 setting_display_subprojects_issues: Automaticky zobrazit úkoly podprojektu v hlavním projektu
351 351 setting_enabled_scm: Povolené SCM
352 352 setting_mail_handler_body_delimiters: Zkrátit e-maily po jednom z těchto řádků
353 353 setting_mail_handler_api_enabled: Povolit WS pro příchozí e-maily
354 354 setting_mail_handler_api_key: API klíč
355 355 setting_sequential_project_identifiers: Generovat sekvenční identifikátory projektů
356 356 setting_gravatar_enabled: Použít uživatelské ikony Gravatar
357 357 setting_gravatar_default: Výchozí Gravatar
358 358 setting_diff_max_lines_displayed: Maximální počet zobrazených řádků rozdílu
359 359 setting_file_max_size_displayed: Maximální velikost textových souborů zobrazených přímo na stránce
360 360 setting_repository_log_display_limit: Maximální počet revizí zobrazených v logu souboru
361 361 setting_openid: Umožnit přihlašování a registrace s OpenID
362 362 setting_password_min_length: Minimální délka hesla
363 363 setting_new_project_user_role_id: Role přiřazená uživateli bez práv administrátora, který projekt vytvořil
364 364 setting_default_projects_modules: Výchozí zapnutné moduly pro nový projekt
365 365 setting_issue_done_ratio: Spočítat koeficient dokončení úkolu s
366 366 setting_issue_done_ratio_issue_field: Použít pole úkolu
367 367 setting_issue_done_ratio_issue_status: Použít stav úkolu
368 368 setting_start_of_week: Začínat kalendáře
369 369 setting_rest_api_enabled: Zapnout službu REST
370 370 setting_cache_formatted_text: Ukládat formátovaný text do vyrovnávací paměti
371 371 setting_default_notification_option: Výchozí nastavení oznámení
372 372 setting_commit_logtime_enabled: Povolit zapisování času
373 373 setting_commit_logtime_activity_id: Aktivita pro zapsaný čas
374 374 setting_gantt_items_limit: Maximální počet položek zobrazený na ganttově diagramu
375 375
376 376 permission_add_project: Vytvořit projekt
377 377 permission_add_subprojects: Vytvořit podprojekty
378 378 permission_edit_project: Úprava projektů
379 379 permission_select_project_modules: Výběr modulů projektu
380 380 permission_manage_members: Spravování členství
381 381 permission_manage_project_activities: Spravovat aktivity projektu
382 382 permission_manage_versions: Spravování verzí
383 383 permission_manage_categories: Spravování kategorií úkolů
384 384 permission_view_issues: Zobrazit úkoly
385 385 permission_add_issues: Přidávání úkolů
386 386 permission_edit_issues: Upravování úkolů
387 387 permission_manage_issue_relations: Spravování vztahů mezi úkoly
388 388 permission_add_issue_notes: Přidávání poznámek
389 389 permission_edit_issue_notes: Upravování poznámek
390 390 permission_edit_own_issue_notes: Upravování vlastních poznámek
391 391 permission_move_issues: Přesouvání úkolů
392 392 permission_delete_issues: Mazání úkolů
393 393 permission_manage_public_queries: Správa veřejných dotazů
394 394 permission_save_queries: Ukládání dotazů
395 395 permission_view_gantt: Zobrazení ganttova diagramu
396 396 permission_view_calendar: Prohlížení kalendáře
397 397 permission_view_issue_watchers: Zobrazení seznamu sledujících uživatelů
398 398 permission_add_issue_watchers: Přidání sledujících uživatelů
399 399 permission_delete_issue_watchers: Smazat sledující uživatele
400 400 permission_log_time: Zaznamenávání stráveného času
401 401 permission_view_time_entries: Zobrazení stráveného času
402 402 permission_edit_time_entries: Upravování záznamů o stráveném času
403 403 permission_edit_own_time_entries: Upravování vlastních zázamů o stráveném čase
404 404 permission_manage_news: Spravování novinek
405 405 permission_comment_news: Komentování novinek
406 406 permission_view_documents: Prohlížení dokumentů
407 407 permission_manage_files: Spravování souborů
408 408 permission_view_files: Prohlížení souborů
409 409 permission_manage_wiki: Spravování Wiki
410 410 permission_rename_wiki_pages: Přejmenovávání Wiki stránek
411 411 permission_delete_wiki_pages: Mazání stránek na Wiki
412 412 permission_view_wiki_pages: Prohlížení Wiki
413 413 permission_view_wiki_edits: Prohlížení historie Wiki
414 414 permission_edit_wiki_pages: Upravování stránek Wiki
415 415 permission_delete_wiki_pages_attachments: Mazání příloh
416 416 permission_protect_wiki_pages: Zabezpečení Wiki stránek
417 417 permission_manage_repository: Spravování repozitáře
418 418 permission_browse_repository: Procházení repozitáře
419 419 permission_view_changesets: Zobrazování revizí
420 420 permission_commit_access: Commit přístup
421 421 permission_manage_boards: Správa diskusních fór
422 422 permission_view_messages: Prohlížení příspěvků
423 423 permission_add_messages: Posílání příspěvků
424 424 permission_edit_messages: Upravování příspěvků
425 425 permission_edit_own_messages: Upravit vlastní příspěvky
426 426 permission_delete_messages: Mazání příspěvků
427 427 permission_delete_own_messages: Smazat vlastní příspěvky
428 428 permission_export_wiki_pages: Exportovat Wiki stránky
429 429 permission_manage_subtasks: Spravovat dílčí úkoly
430 430
431 431 project_module_issue_tracking: Sledování úkolů
432 432 project_module_time_tracking: Sledování času
433 433 project_module_news: Novinky
434 434 project_module_documents: Dokumenty
435 435 project_module_files: Soubory
436 436 project_module_wiki: Wiki
437 437 project_module_repository: Repozitář
438 438 project_module_boards: Diskuse
439 439 project_module_calendar: Kalendář
440 440 project_module_gantt: Gantt
441 441
442 442 label_user: Uživatel
443 443 label_user_plural: Uživatelé
444 444 label_user_new: Nový uživatel
445 445 label_user_anonymous: Anonymní
446 446 label_project: Projekt
447 447 label_project_new: Nový projekt
448 448 label_project_plural: Projekty
449 449 label_x_projects:
450 450 zero: žádné projekty
451 451 one: 1 projekt
452 452 other: "%{count} projekty(ů)"
453 453 label_project_all: Všechny projekty
454 454 label_project_latest: Poslední projekty
455 455 label_issue: Úkol
456 456 label_issue_new: Nový úkol
457 457 label_issue_plural: Úkoly
458 458 label_issue_view_all: Všechny úkoly
459 459 label_issues_by: "Úkoly podle %{value}"
460 460 label_issue_added: Úkol přidán
461 461 label_issue_updated: Úkol aktualizován
462 462 label_document: Dokument
463 463 label_document_new: Nový dokument
464 464 label_document_plural: Dokumenty
465 465 label_document_added: Dokument přidán
466 466 label_role: Role
467 467 label_role_plural: Role
468 468 label_role_new: Nová role
469 469 label_role_and_permissions: Role a práva
470 470 label_member: Člen
471 471 label_member_new: Nový člen
472 472 label_member_plural: Členové
473 473 label_tracker: Fronta
474 474 label_tracker_plural: Fronty
475 475 label_tracker_new: Nová fronta
476 476 label_workflow: Průběh práce
477 477 label_issue_status: Stav úkolu
478 478 label_issue_status_plural: Stavy úkolů
479 479 label_issue_status_new: Nový stav
480 480 label_issue_category: Kategorie úkolu
481 481 label_issue_category_plural: Kategorie úkolů
482 482 label_issue_category_new: Nová kategorie
483 483 label_custom_field: Uživatelské pole
484 484 label_custom_field_plural: Uživatelská pole
485 485 label_custom_field_new: Nové uživatelské pole
486 486 label_enumerations: Seznamy
487 487 label_enumeration_new: Nová hodnota
488 488 label_information: Informace
489 489 label_information_plural: Informace
490 490 label_please_login: Přihlašte se, prosím
491 491 label_register: Registrovat
492 492 label_login_with_open_id_option: nebo se přihlašte s OpenID
493 493 label_password_lost: Zapomenuté heslo
494 494 label_home: Úvodní
495 495 label_my_page: Moje stránka
496 496 label_my_account: Můj účet
497 497 label_my_projects: Moje projekty
498 498 label_my_page_block: Bloky na mé stránce
499 499 label_administration: Administrace
500 500 label_login: Přihlášení
501 501 label_logout: Odhlášení
502 502 label_help: Nápověda
503 503 label_reported_issues: Nahlášené úkoly
504 504 label_assigned_to_me_issues: Mé úkoly
505 505 label_last_login: Poslední přihlášení
506 506 label_registered_on: Registrován
507 507 label_activity: Aktivita
508 508 label_overall_activity: Celková aktivita
509 509 label_user_activity: "Aktivita uživatele: %{value}"
510 510 label_new: Nový
511 511 label_logged_as: Přihlášen jako
512 512 label_environment: Prostředí
513 513 label_authentication: Autentifikace
514 514 label_auth_source: Mód autentifikace
515 515 label_auth_source_new: Nový mód autentifikace
516 516 label_auth_source_plural: Módy autentifikace
517 517 label_subproject_plural: Podprojekty
518 518 label_subproject_new: Nový podprojekt
519 519 label_and_its_subprojects: "%{value} a jeho podprojekty"
520 520 label_min_max_length: Min - Max délka
521 521 label_list: Seznam
522 522 label_date: Datum
523 523 label_integer: Celé číslo
524 524 label_float: Desetinné číslo
525 525 label_boolean: Ano/Ne
526 526 label_string: Text
527 527 label_text: Dlouhý text
528 528 label_attribute: Atribut
529 529 label_attribute_plural: Atributy
530 530 label_no_data: Žádné položky
531 531 label_change_status: Změnit stav
532 532 label_history: Historie
533 533 label_attachment: Soubor
534 534 label_attachment_new: Nový soubor
535 535 label_attachment_delete: Odstranit soubor
536 536 label_attachment_plural: Soubory
537 537 label_file_added: Soubor přidán
538 538 label_report: Přehled
539 539 label_report_plural: Přehledy
540 540 label_news: Novinky
541 541 label_news_new: Přidat novinku
542 542 label_news_plural: Novinky
543 543 label_news_latest: Poslední novinky
544 544 label_news_view_all: Zobrazit všechny novinky
545 545 label_news_added: Novinka přidána
546 546 label_settings: Nastavení
547 547 label_overview: Přehled
548 548 label_version: Verze
549 549 label_version_new: Nová verze
550 550 label_version_plural: Verze
551 551 label_close_versions: Zavřít dokončené verze
552 552 label_confirmation: Potvrzení
553 553 label_export_to: 'Také k dispozici:'
554 554 label_read: Načítá se...
555 555 label_public_projects: Veřejné projekty
556 556 label_open_issues: otevřený
557 557 label_open_issues_plural: otevřené
558 558 label_closed_issues: uzavřený
559 559 label_closed_issues_plural: uzavřené
560 560 label_x_open_issues_abbr:
561 561 zero: 0 otevřených
562 562 one: 1 otevřený
563 563 other: "%{count} otevřených"
564 564 label_x_closed_issues_abbr:
565 565 zero: 0 uzavřených
566 566 one: 1 uzavřený
567 567 other: "%{count} uzavřených"
568 568 label_total: Celkem
569 569 label_permissions: Práva
570 570 label_current_status: Aktuální stav
571 571 label_new_statuses_allowed: Nové povolené stavy
572 572 label_all: vše
573 573 label_none: nic
574 574 label_nobody: nikdo
575 575 label_next: Další
576 576 label_previous: Předchozí
577 577 label_used_by: Použito
578 578 label_details: Detaily
579 579 label_add_note: Přidat poznámku
580 580 label_calendar: Kalendář
581 581 label_months_from: měsíců od
582 582 label_gantt: Ganttův diagram
583 583 label_internal: Interní
584 584 label_last_changes: "posledních %{count} změn"
585 585 label_change_view_all: Zobrazit všechny změny
586 586 label_personalize_page: Přizpůsobit tuto stránku
587 587 label_comment: Komentář
588 588 label_comment_plural: Komentáře
589 589 label_x_comments:
590 590 zero: žádné komentáře
591 591 one: 1 komentář
592 592 other: "%{count} komentářů"
593 593 label_comment_add: Přidat komentáře
594 594 label_comment_added: Komentář přidán
595 595 label_comment_delete: Odstranit komentář
596 596 label_query: Uživatelský dotaz
597 597 label_query_plural: Uživatelské dotazy
598 598 label_query_new: Nový dotaz
599 599 label_filter_add: Přidat filtr
600 600 label_filter_plural: Filtry
601 601 label_equals: je
602 602 label_not_equals: není
603 603 label_in_less_than: je měší než
604 604 label_in_more_than: je větší než
605 605 label_greater_or_equal: '>='
606 606 label_less_or_equal: '<='
607 607 label_in: v
608 608 label_today: dnes
609 609 label_all_time: vše
610 610 label_yesterday: včera
611 611 label_this_week: tento týden
612 612 label_last_week: minulý týden
613 613 label_last_n_days: "posledních %{count} dnů"
614 614 label_this_month: tento měsíc
615 615 label_last_month: minulý měsíc
616 616 label_this_year: tento rok
617 617 label_date_range: Časový rozsah
618 618 label_less_than_ago: před méně jak (dny)
619 619 label_more_than_ago: před více jak (dny)
620 620 label_ago: před (dny)
621 621 label_contains: obsahuje
622 622 label_not_contains: neobsahuje
623 623 label_day_plural: dny
624 624 label_repository: Repozitář
625 625 label_repository_plural: Repozitáře
626 626 label_browse: Procházet
627 627 label_branch: Větev
628 628 label_tag: Tag
629 629 label_revision: Revize
630 630 label_revision_plural: Revizí
631 631 label_revision_id: "Revize %{value}"
632 632 label_associated_revisions: Související verze
633 633 label_added: přidáno
634 634 label_modified: změněno
635 635 label_copied: zkopírováno
636 636 label_renamed: přejmenováno
637 637 label_deleted: odstraněno
638 638 label_latest_revision: Poslední revize
639 639 label_latest_revision_plural: Poslední revize
640 640 label_view_revisions: Zobrazit revize
641 641 label_view_all_revisions: Zobrazit všechny revize
642 642 label_max_size: Maximální velikost
643 643 label_sort_highest: Přesunout na začátek
644 644 label_sort_higher: Přesunout nahoru
645 645 label_sort_lower: Přesunout dolů
646 646 label_sort_lowest: Přesunout na konec
647 647 label_roadmap: Plán
648 648 label_roadmap_due_in: "Zbývá %{value}"
649 649 label_roadmap_overdue: "%{value} pozdě"
650 650 label_roadmap_no_issues: Pro tuto verzi nejsou žádné úkoly
651 651 label_search: Hledat
652 652 label_result_plural: Výsledky
653 653 label_all_words: Všechna slova
654 654 label_wiki: Wiki
655 655 label_wiki_edit: Wiki úprava
656 656 label_wiki_edit_plural: Wiki úpravy
657 657 label_wiki_page: Wiki stránka
658 658 label_wiki_page_plural: Wiki stránky
659 659 label_index_by_title: Index dle názvu
660 660 label_index_by_date: Index dle data
661 661 label_current_version: Aktuální verze
662 662 label_preview: Náhled
663 663 label_feed_plural: Příspěvky
664 664 label_changes_details: Detail všech změn
665 665 label_issue_tracking: Sledování úkolů
666 666 label_spent_time: Strávený čas
667 667 label_overall_spent_time: Celkem strávený čas
668 668 label_f_hour: "%{value} hodina"
669 669 label_f_hour_plural: "%{value} hodin"
670 670 label_time_tracking: Sledování času
671 671 label_change_plural: Změny
672 672 label_statistics: Statistiky
673 673 label_commits_per_month: Commitů za měsíc
674 674 label_commits_per_author: Commitů za autora
675 675 label_view_diff: Zobrazit rozdíly
676 676 label_diff_inline: uvnitř
677 677 label_diff_side_by_side: vedle sebe
678 678 label_options: Nastavení
679 679 label_copy_workflow_from: Kopírovat průběh práce z
680 680 label_permissions_report: Přehled práv
681 681 label_watched_issues: Sledované úkoly
682 682 label_related_issues: Související úkoly
683 683 label_applied_status: Použitý stav
684 684 label_loading: Nahrávám...
685 685 label_relation_new: Nová souvislost
686 686 label_relation_delete: Odstranit souvislost
687 687 label_relates_to: související s
688 688 label_duplicates: duplikuje
689 689 label_duplicated_by: duplikován
690 690 label_blocks: blokuje
691 691 label_blocked_by: blokován
692 692 label_precedes: předchází
693 693 label_follows: následuje
694 694 label_stay_logged_in: Zůstat přihlášený
695 695 label_disabled: zakázán
696 696 label_show_completed_versions: Zobrazit dokončené verze
697 697 label_me:
698 698 label_board: Fórum
699 699 label_board_new: Nové fórum
700 700 label_board_plural: Fóra
701 701 label_board_locked: Zamčeno
702 702 label_board_sticky: Nálepka
703 703 label_topic_plural: Témata
704 704 label_message_plural: Příspěvky
705 705 label_message_last: Poslední příspěvek
706 706 label_message_new: Nový příspěvek
707 707 label_message_posted: Příspěvek přidán
708 708 label_reply_plural: Odpovědi
709 709 label_send_information: Zaslat informace o účtu uživateli
710 710 label_year: Rok
711 711 label_month: Měsíc
712 712 label_week: Týden
713 713 label_date_from: Od
714 714 label_date_to: Do
715 715 label_language_based: Podle výchozího jazyka
716 716 label_sort_by: "Seřadit podle %{value}"
717 717 label_send_test_email: Poslat testovací email
718 718 label_feeds_access_key: Přístupový klíč pro Atom
719 719 label_missing_feeds_access_key: Postrádá přístupový klíč pro Atom
720 720 label_feeds_access_key_created_on: "Přístupový klíč pro Atom byl vytvořen před %{value}"
721 721 label_module_plural: Moduly
722 722 label_added_time_by: "Přidáno uživatelem %{author} před %{age}"
723 723 label_updated_time_by: "Aktualizováno uživatelem %{author} před %{age}"
724 724 label_updated_time: "Aktualizováno před %{value}"
725 725 label_jump_to_a_project: Vyberte projekt...
726 726 label_file_plural: Soubory
727 727 label_changeset_plural: Revize
728 728 label_default_columns: Výchozí sloupce
729 729 label_no_change_option: (beze změny)
730 730 label_bulk_edit_selected_issues: Hromadná úprava vybraných úkolů
731 731 label_theme: Téma
732 732 label_default: Výchozí
733 733 label_search_titles_only: Vyhledávat pouze v názvech
734 734 label_user_mail_option_all: "Pro všechny události všech mých projektů"
735 735 label_user_mail_option_selected: "Pro všechny události vybraných projektů..."
736 736 label_user_mail_option_none: "Žádné události"
737 737 label_user_mail_option_only_my_events: "Jen pro věci, co sleduji nebo jsem v nich zapojen"
738 738 label_user_mail_no_self_notified: "Nezasílat informace o mnou vytvořených změnách"
739 739 label_registration_activation_by_email: aktivace účtu emailem
740 740 label_registration_manual_activation: manuální aktivace účtu
741 741 label_registration_automatic_activation: automatická aktivace účtu
742 742 label_display_per_page: "%{value} na stránku"
743 743 label_age: Věk
744 744 label_change_properties: Změnit vlastnosti
745 745 label_general: Obecné
746 label_more: Více
747 746 label_scm: SCM
748 747 label_plugins: Doplňky
749 748 label_ldap_authentication: Autentifikace LDAP
750 749 label_downloads_abbr: Staž.
751 750 label_optional_description: Volitelný popis
752 751 label_add_another_file: Přidat další soubor
753 752 label_preferences: Nastavení
754 753 label_chronological_order: V chronologickém pořadí
755 754 label_reverse_chronological_order: V obrácaném chronologickém pořadí
756 755 label_incoming_emails: Příchozí e-maily
757 756 label_generate_key: Generovat klíč
758 757 label_issue_watchers: Sledování
759 758 label_example: Příklad
760 759 label_display: Zobrazit
761 760 label_sort: Řazení
762 761 label_ascending: Vzestupně
763 762 label_descending: Sestupně
764 763 label_date_from_to: Od %{start} do %{end}
765 764 label_wiki_content_added: Wiki stránka přidána
766 765 label_wiki_content_updated: Wiki stránka aktualizována
767 766 label_group: Skupina
768 767 label_group_plural: Skupiny
769 768 label_group_new: Nová skupina
770 769 label_time_entry_plural: Strávený čas
771 770 label_version_sharing_none: Nesdíleno
772 771 label_version_sharing_descendants: S podprojekty
773 772 label_version_sharing_hierarchy: S hierarchií projektu
774 773 label_version_sharing_tree: Se stromem projektu
775 774 label_version_sharing_system: Se všemi projekty
776 775 label_update_issue_done_ratios: Aktualizovat koeficienty dokončení úkolů
777 776 label_copy_source: Zdroj
778 777 label_copy_target: Cíl
779 778 label_copy_same_as_target: Stejný jako cíl
780 779 label_display_used_statuses_only: Zobrazit pouze stavy které jsou použité touto frontou
781 780 label_api_access_key: API přístupový klíč
782 781 label_missing_api_access_key: Chybějící přístupový klíč API
783 782 label_api_access_key_created_on: API přístupový klíč vytvořen %{value}
784 783 label_profile: Profil
785 784 label_subtask_plural: Dílčí úkoly
786 785 label_project_copy_notifications: Odeslat email oznámení v průběhu kopie projektu
787 786 label_principal_search: "Hledat uživatele nebo skupinu:"
788 787 label_user_search: "Hledat uživatele:"
789 788
790 789 button_login: Přihlásit
791 790 button_submit: Potvrdit
792 791 button_save: Uložit
793 792 button_check_all: Zašrtnout vše
794 793 button_uncheck_all: Odšrtnout vše
795 794 button_delete: Odstranit
796 795 button_create: Vytvořit
797 796 button_create_and_continue: Vytvořit a pokračovat
798 797 button_test: Testovat
799 798 button_edit: Upravit
800 799 button_edit_associated_wikipage: "Upravit přiřazenou Wiki stránku: %{page_title}"
801 800 button_add: Přidat
802 801 button_change: Změnit
803 802 button_apply: Použít
804 803 button_clear: Smazat
805 804 button_lock: Zamknout
806 805 button_unlock: Odemknout
807 806 button_download: Stáhnout
808 807 button_list: Vypsat
809 808 button_view: Zobrazit
810 809 button_move: Přesunout
811 810 button_move_and_follow: Přesunout a následovat
812 811 button_back: Zpět
813 812 button_cancel: Storno
814 813 button_activate: Aktivovat
815 814 button_sort: Seřadit
816 815 button_log_time: Přidat čas
817 816 button_rollback: Zpět k této verzi
818 817 button_watch: Sledovat
819 818 button_unwatch: Nesledovat
820 819 button_reply: Odpovědět
821 820 button_archive: Archivovat
822 821 button_unarchive: Dearchivovat
823 822 button_reset: Resetovat
824 823 button_rename: Přejmenovat
825 824 button_change_password: Změnit heslo
826 825 button_copy: Kopírovat
827 826 button_copy_and_follow: Kopírovat a následovat
828 827 button_annotate: Komentovat
829 828 button_update: Aktualizovat
830 829 button_configure: Konfigurovat
831 830 button_quote: Citovat
832 831 button_duplicate: Duplikovat
833 832 button_show: Zobrazit
834 833
835 834 status_active: aktivní
836 835 status_registered: registrovaný
837 836 status_locked: zamčený
838 837
839 838 version_status_open: otevřený
840 839 version_status_locked: zamčený
841 840 version_status_closed: zavřený
842 841
843 842 field_active: Aktivní
844 843
845 844 text_select_mail_notifications: Vyberte akci, při které bude zasláno upozornění emailem.
846 845 text_regexp_info: např. ^[A-Z0-9]+$
847 846 text_min_max_length_info: 0 znamená bez limitu
848 847 text_project_destroy_confirmation: Jste si jisti, že chcete odstranit tento projekt a všechna související data?
849 848 text_subprojects_destroy_warning: "Jeho podprojek(y): %{value} budou také smazány."
850 849 text_workflow_edit: Vyberte roli a frontu k editaci průběhu práce
851 850 text_are_you_sure: Jste si jisti?
852 851 text_journal_changed: "%{label} změněn z %{old} na %{new}"
853 852 text_journal_set_to: "%{label} nastaven na %{value}"
854 853 text_journal_deleted: "%{label} smazán (%{old})"
855 854 text_journal_added: "%{label} %{value} přidán"
856 855 text_tip_issue_begin_day: úkol začíná v tento den
857 856 text_tip_issue_end_day: úkol končí v tento den
858 857 text_tip_issue_begin_end_day: úkol začíná a končí v tento den
859 858 text_caracters_maximum: "%{count} znaků maximálně."
860 859 text_caracters_minimum: "Musí být alespoň %{count} znaků dlouhé."
861 860 text_length_between: "Délka mezi %{min} a %{max} znaky."
862 861 text_tracker_no_workflow: Pro tuto frontu není definován žádný průběh práce
863 862 text_unallowed_characters: Nepovolené znaky
864 863 text_comma_separated: Povoleno více hodnot (oddělěné čárkou).
865 864 text_line_separated: Více hodnot povoleno (jeden řádek pro každou hodnotu).
866 865 text_issues_ref_in_commit_messages: Odkazování a opravování úkolů v poznámkách commitů
867 866 text_issue_added: "Úkol %{id} byl vytvořen uživatelem %{author}."
868 867 text_issue_updated: "Úkol %{id} byl aktualizován uživatelem %{author}."
869 868 text_wiki_destroy_confirmation: Opravdu si přejete odstranit tuto Wiki a celý její obsah?
870 869 text_issue_category_destroy_question: "Některé úkoly (%{count}) jsou přiřazeny k této kategorii. Co s nimi chtete udělat?"
871 870 text_issue_category_destroy_assignments: Zrušit přiřazení ke kategorii
872 871 text_issue_category_reassign_to: Přiřadit úkoly do této kategorie
873 872 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))."
874 873 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"
875 874 text_load_default_configuration: Nahrát výchozí konfiguraci
876 875 text_status_changed_by_changeset: "Použito v sadě změn %{value}."
877 876 text_time_logged_by_changeset: Aplikováno v sadě změn %{value}.
878 877 text_issues_destroy_confirmation: 'Opravdu si přejete odstranit všechny zvolené úkoly?'
879 878 text_select_project_modules: 'Aktivní moduly v tomto projektu:'
880 879 text_default_administrator_account_changed: Výchozí nastavení administrátorského účtu změněno
881 880 text_file_repository_writable: Povolen zápis do adresáře ukládání souborů
882 881 text_plugin_assets_writable: Možnost zápisu do adresáře plugin assets
883 882 text_rmagick_available: RMagick k dispozici (volitelné)
884 883 text_destroy_time_entries_question: "U úkolů, které chcete odstranit, je evidováno %{hours} práce. Co chete udělat?"
885 884 text_destroy_time_entries: Odstranit zaznamenané hodiny.
886 885 text_assign_time_entries_to_project: Přiřadit zaznamenané hodiny projektu
887 886 text_reassign_time_entries: 'Přeřadit zaznamenané hodiny k tomuto úkolu:'
888 887 text_user_wrote: "%{value} napsal:"
889 888 text_enumeration_destroy_question: "Několik (%{count}) objektů je přiřazeno k této hodnotě."
890 889 text_enumeration_category_reassign_to: 'Přeřadit je do této:'
891 890 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."
892 891 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 mapováni automaticky."
893 892 text_diff_truncated: '... Rozdílový soubor je zkrácen, protože jeho délka přesahuje max. limit.'
894 893 text_custom_field_possible_values_info: 'Každá hodnota na novém řádku'
895 894 text_wiki_page_destroy_question: Tato stránka má %{descendants} podstránek a potomků. Co chcete udělat?
896 895 text_wiki_page_nullify_children: Ponechat podstránky jako kořenové stránky
897 896 text_wiki_page_destroy_children: Smazat podstránky a všechny jejich potomky
898 897 text_wiki_page_reassign_children: Přiřadit podstránky k tomuto rodiči
899 898 text_own_membership_delete_confirmation: "Chystáte se odebrat si některá nebo všechna svá oprávnění, potom již nemusíte být schopni upravit tento projekt.\nOpravdu chcete pokračovat?"
900 899 text_zoom_in: Přiblížit
901 900 text_zoom_out: Oddálit
902 901
903 902 default_role_manager: Manažer
904 903 default_role_developer: Vývojář
905 904 default_role_reporter: Reportér
906 905 default_tracker_bug: Chyba
907 906 default_tracker_feature: Požadavek
908 907 default_tracker_support: Podpora
909 908 default_issue_status_new: Nový
910 909 default_issue_status_in_progress: Ve vývoji
911 910 default_issue_status_resolved: Vyřešený
912 911 default_issue_status_feedback: Čeká se
913 912 default_issue_status_closed: Uzavřený
914 913 default_issue_status_rejected: Odmítnutý
915 914 default_doc_category_user: Uživatelská dokumentace
916 915 default_doc_category_tech: Technická dokumentace
917 916 default_priority_low: Nízká
918 917 default_priority_normal: Normální
919 918 default_priority_high: Vysoká
920 919 default_priority_urgent: Urgentní
921 920 default_priority_immediate: Okamžitá
922 921 default_activity_design: Návhr
923 922 default_activity_development: Vývoj
924 923
925 924 enumeration_issue_priorities: Priority úkolů
926 925 enumeration_doc_categories: Kategorie dokumentů
927 926 enumeration_activities: Aktivity (sledování času)
928 927 enumeration_system_activity: Systémová aktivita
929 928
930 929 field_warn_on_leaving_unsaved: Varuj mě před opuštěním stránky s neuloženým textem
931 930 text_warn_on_leaving_unsaved: Aktuální stránka obsahuje neuložený text, který bude ztracen, když opustíte stránku.
932 931 label_my_queries: Moje vlastní dotazy
933 932 text_journal_changed_no_detail: "%{label} aktualizován"
934 933 label_news_comment_added: K novince byl přidán komentář
935 934 button_expand_all: Rozbal vše
936 935 button_collapse_all: Sbal vše
937 936 label_additional_workflow_transitions_for_assignee: Další změna stavu povolena, jestliže je uživatel přiřazen
938 937 label_additional_workflow_transitions_for_author: Další změna stavu povolena, jestliže je uživatel autorem
939 938 label_bulk_edit_selected_time_entries: Hromadná změna záznamů času
940 939 text_time_entries_destroy_confirmation: Jste si jistí, že chcete smazat vybraný záznam(y) času?
941 940 label_role_anonymous: Anonymní
942 941 label_role_non_member: Není členem
943 942 label_issue_note_added: Přidána poznámka
944 943 label_issue_status_updated: Aktualizován stav
945 944 label_issue_priority_updated: Aktualizována priorita
946 945 label_issues_visibility_own: Úkol vytvořen nebo přiřazen uživatel(i/em)
947 946 field_issues_visibility: Viditelnost úkolů
948 947 label_issues_visibility_all: Všechny úkoly
949 948 permission_set_own_issues_private: Nastavit vlastní úkoly jako veřejné nebo soukromé
950 949 field_is_private: Soukromý
951 950 permission_set_issues_private: Nastavit úkoly jako veřejné nebo soukromé
952 951 label_issues_visibility_public: Všechny úkoly, které nejsou soukromé
953 952 text_issues_destroy_descendants_confirmation: "%{count} dílčí(ch) úkol(ů) bude rovněž smazán(o)."
954 953 field_commit_logs_encoding: Kódování zpráv při commitu
955 954 field_scm_path_encoding: Kódování cesty SCM
956 955 text_scm_path_encoding_note: "Výchozí: UTF-8"
957 956 field_path_to_repository: Cesta k repositáři
958 957 field_root_directory: Kořenový adresář
959 958 field_cvs_module: Modul
960 959 field_cvsroot: CVSROOT
961 960 text_mercurial_repository_note: Lokální repositář (např. /hgrepo, c:\hgrepo)
962 961 text_scm_command: Příkaz
963 962 text_scm_command_version: Verze
964 963 label_git_report_last_commit: Reportovat poslední commit pro soubory a adresáře
965 964 text_scm_config: Můžete si nastavit vaše SCM příkazy v config/configuration.yml. Restartujte, prosím, aplikaci po jejich úpravě.
966 965 text_scm_command_not_available: SCM příkaz není k dispozici. Zkontrolujte, prosím, nastavení v panelu Administrace.
967 966 notice_issue_successful_create: Úkol %{id} vytvořen.
968 967 label_between: mezi
969 968 setting_issue_group_assignment: Povolit přiřazení úkolu skupině
970 969 label_diff: rozdíl
971 970 text_git_repository_note: Repositář je "bare and local" (např. /gitrepo, c:\gitrepo)
972 971 description_query_sort_criteria_direction: Směr třídění
973 972 description_project_scope: Rozsah vyhledávání
974 973 description_filter: Filtr
975 974 description_user_mail_notification: Nastavení emailových notifikací
976 975 description_message_content: Obsah zprávy
977 976 description_available_columns: Dostupné sloupce
978 977 description_issue_category_reassign: Zvolte kategorii úkolu
979 978 description_search: Vyhledávací pole
980 979 description_notes: Poznámky
981 980 description_choose_project: Projekty
982 981 description_query_sort_criteria_attribute: Třídící atribut
983 982 description_wiki_subpages_reassign: Zvolte novou rodičovskou stránku
984 983 description_selected_columns: Vybraný sloupec
985 984 label_parent_revision: Rodič
986 985 label_child_revision: Potomek
987 986 error_scm_annotate_big_text_file: Vstup nemůže být komentován, protože překračuje povolenou velikost textového souboru
988 987 setting_default_issue_start_date_to_creation_date: Použij aktuální datum jako počáteční datum pro nové úkoly
989 988 button_edit_section: Uprav tuto část
990 989 setting_repositories_encodings: Kódování příloh a repositářů
991 990 description_all_columns: Všechny sloupce
992 991 button_export: Export
993 992 label_export_options: "nastavení exportu %{export_format}"
994 993 error_attachment_too_big: Soubor nemůže být nahrán, protože jeho velikost je větší než maximální (%{max_size})
995 994 notice_failed_to_save_time_entries: "Chyba při ukládání %{count} časov(ých/ého) záznam(ů) z %{total} vybraného: %{ids}."
996 995 label_x_issues:
997 996 zero: 0 Úkol
998 997 one: 1 Úkol
999 998 other: "%{count} Úkoly"
1000 999 label_repository_new: Nový repositář
1001 1000 field_repository_is_default: Hlavní repositář
1002 1001 label_copy_attachments: Kopírovat přílohy
1003 1002 label_item_position: "%{position}/%{count}"
1004 1003 label_completed_versions: Dokončené verze
1005 1004 text_project_identifier_info: Jsou povolena pouze malá písmena (a-z), číslice, pomlčky a podtržítka.<br />Po uložení již nelze identifikátor měnit.
1006 1005 field_multiple: Více hodnot
1007 1006 setting_commit_cross_project_ref: Povolit reference a opravy úkolů ze všech ostatních projektů
1008 1007 text_issue_conflict_resolution_add_notes: Přidat moje poznámky a zahodit ostatní změny
1009 1008 text_issue_conflict_resolution_overwrite: Přesto přijmout moje úpravy (předchozí poznámky budou zachovány, ale některé změny mohou být přepsány)
1010 1009 notice_issue_update_conflict: Během vašich úprav byl úkol aktualizován jiným uživatelem.
1011 1010 text_issue_conflict_resolution_cancel: Zahoď všechny moje změny a znovu zobraz %{link}
1012 1011 permission_manage_related_issues: Spravuj související úkoly
1013 1012 field_auth_source_ldap_filter: LDAP filtr
1014 1013 label_search_for_watchers: Hledej sledující pro přidání
1015 1014 notice_account_deleted: Váš účet byl trvale smazán.
1016 1015 setting_unsubscribe: Povolit uživatelům smazání jejich vlastního účtu
1017 1016 button_delete_my_account: Smazat můj účet
1018 1017 text_account_destroy_confirmation: |-
1019 1018 Skutečně chcete pokračovat?
1020 1019 Váš účet bude nenávratně smazán.
1021 1020 error_session_expired: Vaše sezení vypršelo. Znovu se přihlaste, prosím.
1022 1021 text_session_expiration_settings: "Varování: změnou tohoto nastavení mohou vypršet aktuální sezení včetně toho vašeho."
1023 1022 setting_session_lifetime: Maximální čas sezení
1024 1023 setting_session_timeout: Vypršení sezení bez aktivity
1025 1024 label_session_expiration: Vypršení sezení
1026 1025 permission_close_project: Zavřít / Otevřít projekt
1027 1026 label_show_closed_projects: Zobrazit zavřené projekty
1028 1027 button_close: Zavřít
1029 1028 button_reopen: Znovu otevřít
1030 1029 project_status_active: aktivní
1031 1030 project_status_closed: zavřený
1032 1031 project_status_archived: archivovaný
1033 1032 text_project_closed: Tento projekt je uzevřený a je pouze pro čtení.
1034 1033 notice_user_successful_create: Uživatel %{id} vytvořen.
1035 1034 field_core_fields: Standardní pole
1036 1035 field_timeout: Vypršení (v sekundách)
1037 1036 setting_thumbnails_enabled: Zobrazit náhled přílohy
1038 1037 setting_thumbnails_size: Velikost náhledu (v pixelech)
1039 1038 label_status_transitions: Změna stavu
1040 1039 label_fields_permissions: Práva k polím
1041 1040 label_readonly: Pouze pro čtení
1042 1041 label_required: Vyžadováno
1043 1042 text_repository_identifier_info: Jou povoleny pouze malá písmena (a-z), číslice, pomlčky a podtržítka.<br />Po uložení již nelze identifikátor změnit.
1044 1043 field_board_parent: Rodičovské fórum
1045 1044 label_attribute_of_project: Projektové %{name}
1046 1045 label_attribute_of_author: Autorovo %{name}
1047 1046 label_attribute_of_assigned_to: "%{name} přiřazené(ho)"
1048 1047 label_attribute_of_fixed_version: Cílová verze %{name}
1049 1048 label_copy_subtasks: Kopírovat dílčí úkoly
1050 1049 label_copied_to: zkopírováno do
1051 1050 label_copied_from: zkopírováno z
1052 1051 label_any_issues_in_project: jakékoli úkoly v projektu
1053 1052 label_any_issues_not_in_project: jakékoli úkoly mimo projekt
1054 1053 field_private_notes: Soukromé poznámky
1055 1054 permission_view_private_notes: Zobrazit soukromé poznámky
1056 1055 permission_set_notes_private: Nastavit poznámky jako soukromé
1057 1056 label_no_issues_in_project: žádné úkoly v projektu
1058 1057 label_any: vše
1059 1058 label_last_n_weeks: poslední %{count} týdny
1060 1059 setting_cross_project_subtasks: Povolit dílčí úkoly napříč projekty
1061 1060 label_cross_project_descendants: S podprojekty
1062 1061 label_cross_project_tree: Se stromem projektu
1063 1062 label_cross_project_hierarchy: S hierarchií projektu
1064 1063 label_cross_project_system: Se všemi projekty
1065 1064 button_hide: Skrýt
1066 1065 setting_non_working_week_days: Dny pracovního volna/klidu
1067 1066 label_in_the_next_days: v přístích
1068 1067 label_in_the_past_days: v minulých
1069 1068 label_attribute_of_user: "%{name} uživatel(e/ky)"
1070 1069 text_turning_multiple_off: Jestliže zakážete více hodnot,
1071 1070 hodnoty budou smazány za účelem rezervace pouze jediné hodnoty na položku.
1072 1071 label_attribute_of_issue: "%{name} úkolu"
1073 1072 permission_add_documents: Přidat dokument
1074 1073 permission_edit_documents: Upravit dokumenty
1075 1074 permission_delete_documents: Smazet dokumenty
1076 1075 label_gantt_progress_line: Vývojová čára
1077 1076 setting_jsonp_enabled: Povolit podporu JSONP
1078 1077 field_inherit_members: Zdědit členy
1079 1078 field_closed_on: Uzavřeno
1080 1079 field_generate_password: Generovat heslo
1081 1080 setting_default_projects_tracker_ids: Výchozí fronta pro nové projekty
1082 1081 label_total_time: Celkem
1083 1082 notice_account_not_activated_yet: Neaktivovali jste si dosud Váš účet.
1084 1083 Pro opětovné zaslání aktivačního emailu <a href="%{url}">klikněte na tento odkaz</a>, prosím.
1085 1084 notice_account_locked: Váš účet je uzamčen.
1086 1085 label_hidden: Skrytý
1087 1086 label_visibility_private: pouze pro mě
1088 1087 label_visibility_roles: pouze pro tyto role
1089 1088 label_visibility_public: pro všechny uživatele
1090 1089 field_must_change_passwd: Musí změnit heslo při příštím přihlášení
1091 1090 notice_new_password_must_be_different: Nové heslo se musí lišit od stávajícího
1092 1091 setting_mail_handler_excluded_filenames: Vyřadit přílohy podle jména
1093 1092 text_convert_available: ImageMagick convert k dispozici (volitelné)
1094 1093 label_link: Odkaz
1095 1094 label_only: jenom
1096 1095 label_drop_down_list: rozbalovací seznam
1097 1096 label_checkboxes: zaškrtávátka
1098 1097 label_link_values_to: Propojit hodnoty s URL
1099 1098 setting_force_default_language_for_anonymous: Vynutit výchozí jazyk pro anonymní uživatele
1100 1099 users
1101 1100 setting_force_default_language_for_loggedin: Vynutit výchozí jazyk pro přihlášené uživatele
1102 1101 users
1103 1102 label_custom_field_select_type: Vybrat typ objektu, ke kterému bude přiřazeno uživatelské pole
1104 1103 label_issue_assigned_to_updated: Přiřazený uživatel aktualizován
1105 1104 label_check_for_updates: Zkontroluj aktualizace
1106 1105 label_latest_compatible_version: Poslední kompatibilní verze
1107 1106 label_unknown_plugin: Nezámý plugin
1108 1107 label_radio_buttons: radio tlačítka
1109 1108 label_group_anonymous: Anonymní uživatelé
1110 1109 label_group_non_member: Nečleni
1111 1110 label_add_projects: Přidat projekty
1112 1111 field_default_status: Výchozí stav
1113 1112 text_subversion_repository_note: 'Např.: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
1114 1113 field_users_visibility: Viditelnost uživatelů
1115 1114 label_users_visibility_all: Všichni aktivní uživatelé
1116 1115 label_users_visibility_members_of_visible_projects: Členové viditelných projektů
1117 1116 label_edit_attachments: Editovat přiložené soubory
1118 1117 setting_link_copied_issue: Vytvořit odkazy na kopírované úkol
1119 1118 label_link_copied_issue: Vytvořit odkaz na kopírovaný úkol
1120 1119 label_ask: Zeptat se
1121 1120 label_search_attachments_yes: Vyhledat názvy a popisy souborů
1122 1121 label_search_attachments_no: Nevyhledávat soubory
1123 1122 label_search_attachments_only: Vyhledávat pouze soubory
1124 1123 label_search_open_issues_only: Pouze otevřené úkoly
1125 1124 field_address: Email
1126 1125 setting_max_additional_emails: Maximální počet dalších emailových adres
1127 1126 label_email_address_plural: Emaily
1128 1127 label_email_address_add: Přidat emailovou adresu
1129 1128 label_enable_notifications: Povolit notifikace
1130 1129 label_disable_notifications: Zakázat notifikace
1131 1130 setting_search_results_per_page: Vyhledaných výsledků na stránku
1132 1131 label_blank_value: prázdný
1133 1132 permission_copy_issues: Kopírovat úkoly
1134 1133 error_password_expired: Platnost vašeho hesla vypršela a administrátor vás žádá o jeho změnu.
1135 1134 field_time_entries_visibility: Viditelnost časových záznamů
1136 1135 setting_password_max_age: Změna hesla je vyžadována po
1137 1136 label_parent_task_attributes: Atributy rodičovského úkolu
1138 1137 label_parent_task_attributes_derived: Vypočteno z dílčích úkolů
1139 1138 label_parent_task_attributes_independent: Nezávisle na dílčích úkolech
1140 1139 label_time_entries_visibility_all: Všechny zaznamenané časy
1141 1140 label_time_entries_visibility_own: Zaznamenané časy vytvořené uživatelem
1142 1141 label_member_management: Správa členů
1143 1142 label_member_management_all_roles: Všechny role
1144 1143 label_member_management_selected_roles_only: Pouze tyto role
1145 1144 label_password_required: Pro pokračování potvrďte vaše heslo
1146 1145 label_total_spent_time: Celkem strávený čas
1147 1146 notice_import_finished: "%{count} položek bylo naimportováno"
1148 1147 notice_import_finished_with_errors: "%{count} z %{total} položek nemohlo být naimportováno"
1149 1148 error_invalid_file_encoding: Soubor není platným souborem s kódováním %{encoding}
1150 1149 error_invalid_csv_file_or_settings: Soubor není CSV soubor nebo neodpovídá
1151 1150 níže uvedenému nastavení
1152 1151 error_can_not_read_import_file: Chyba při čtení souboru pro import
1153 1152 permission_import_issues: Import úkolů
1154 1153 label_import_issues: Import úkolů
1155 1154 label_select_file_to_import: Vyberte soubor pro import
1156 1155 label_fields_separator: Oddělovač pole
1157 1156 label_fields_wrapper: Oddělovač textu
1158 1157 label_encoding: Kódování
1159 1158 label_comma_char: Čárka
1160 1159 label_semi_colon_char: Středník
1161 1160 label_quote_char: Uvozovky
1162 1161 label_double_quote_char: Dvojté uvozovky
1163 1162 label_fields_mapping: Mapování polí
1164 1163 label_file_content_preview: Náhled obsahu souboru
1165 1164 label_create_missing_values: Vytvořit chybějící hodnoty
1166 1165 button_import: Import
1167 1166 field_total_estimated_hours: Celkový odhadovaný čas
1168 1167 label_api: API
1169 1168 label_total_plural: Celkem
1170 1169 label_assigned_issues: Přiřazené úkoly
1171 1170 label_field_format_enumeration: Seznam klíčů/hodnot
1172 1171 label_f_hour_short: '%{value} hod'
1173 1172 field_default_version: Výchozí verze
1174 1173 error_attachment_extension_not_allowed: Přípona přílohy %{extension} není povolena
1175 1174 setting_attachment_extensions_allowed: Povolené přípony
1176 1175 setting_attachment_extensions_denied: Nepovolené přípony
1177 1176 label_any_open_issues: otevřené úkoly
1178 1177 label_no_open_issues: bez otevřených úkolů
1179 1178 label_default_values_for_new_users: Výchozí hodnoty pro nové uživatele
1180 1179 error_ldap_bind_credentials: Neplatný účet/heslo LDAP
1181 1180 setting_sys_api_key: API klíč
1182 1181 setting_lost_password: Zapomenuté heslo
1183 1182 mail_subject_security_notification: Bezpečnostní upozornění
1184 1183 mail_body_security_notification_change: ! '%{field} bylo změněno.'
1185 1184 mail_body_security_notification_change_to: ! '%{field} bylo změněno na %{value}.'
1186 1185 mail_body_security_notification_add: ! '%{field} %{value} bylo přidáno.'
1187 1186 mail_body_security_notification_remove: ! '%{field} %{value} was removed.'
1188 1187 mail_body_security_notification_notify_enabled: Email %{value} nyní dostává
1189 1188 notifikace.
1190 1189 mail_body_security_notification_notify_disabled: Email %{value} už nedostává
1191 1190 notifikace.
1192 1191 mail_body_settings_updated: ! 'The following settings were changed:'
1193 1192 field_remote_ip: IP adresa
1194 1193 label_wiki_page_new: Nová wiki stránka
1195 1194 label_relations: Relace
1196 1195 button_filter: Filtr
1197 1196 mail_body_password_updated: Vaše heslo bylo změněno.
1198 1197 label_no_preview: Náhled není k dispozici
1199 1198 error_no_tracker_allowed_for_new_issue_in_project: Projekt neobsahuje žádnou frontu, pro kterou lze vytvořit úkol
1200 1199 label_tracker_all: Všechny fronty
1201 1200 label_new_project_issue_tab_enabled: Zobraz záložku "Nový úkol"
1202 1201 setting_new_item_menu_tab: Záložka v menu projektu pro vytváření nových objektů
1203 1202 label_new_object_tab_enabled: Zobrazit rozbalovací menu "+"
1204 1203 error_no_projects_with_tracker_allowed_for_new_issue: Neexistují projekty s frontou, pro kterou lze vytvořit úkol
1205 1204 field_textarea_font: Písmo použité pro textová pole
1206 1205 label_font_default: Výchozí písmo
1207 1206 label_font_monospace: Neproporcionální písmo
1208 1207 label_font_proportional: Proporciální písmo
1209 1208 setting_timespan_format: Formát časového intervalu
1210 1209 label_table_of_contents: Obsah
1211 1210 setting_commit_logs_formatting: Apply text formatting to commit messages
1212 1211 setting_mail_handler_enable_regex_delimiters: Enable regular expressions
1213 1212 error_move_of_child_not_possible: 'Subtask %{child} could not be moved to the new
1214 1213 project: %{errors}'
1215 1214 error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot
1216 1215 be reassigned to an issue that is about to be deleted
1217 1216 setting_timelog_required_fields: Required fields for time logs
1218 1217 label_attribute_of_object: '%{object_name}''s %{name}'
1219 1218 label_user_mail_option_only_assigned: Only for things I watch or I am assigned to
1220 1219 label_user_mail_option_only_owner: Only for things I watch or I am the owner of
1221 1220 warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion
1222 1221 of values from one or more fields on the selected objects
1223 1222 field_updated_by: Updated by
1224 1223 field_last_updated_by: Last updated by
1225 1224 field_full_width_layout: Full width layout
@@ -1,1243 +1,1242
1 1 # Danish translation file for standard Ruby on Rails internationalization
2 2 # by Lars Hoeg (http://www.lenio.dk/)
3 3 # updated and upgraded to 0.9 by Morten Krogh Andersen (http://www.krogh.net)
4 4
5 5 da:
6 6 direction: ltr
7 7 date:
8 8 formats:
9 9 default: "%d.%m.%Y"
10 10 short: "%e. %b %Y"
11 11 long: "%e. %B %Y"
12 12
13 13 day_names: [søndag, mandag, tirsdag, onsdag, torsdag, fredag, lørdag]
14 14 abbr_day_names: [, ma, ti, 'on', to, fr, ]
15 15 month_names: [~, januar, februar, marts, april, maj, juni, juli, august, september, oktober, november, december]
16 16 abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, aug, sep, okt, nov, dec]
17 17 order:
18 18 - :day
19 19 - :month
20 20 - :year
21 21
22 22 time:
23 23 formats:
24 24 default: "%e. %B %Y, %H:%M"
25 25 time: "%H:%M"
26 26 short: "%e. %b %Y, %H:%M"
27 27 long: "%A, %e. %B %Y, %H:%M"
28 28 am: ""
29 29 pm: ""
30 30
31 31 support:
32 32 array:
33 33 sentence_connector: "og"
34 34 skip_last_comma: true
35 35
36 36 datetime:
37 37 distance_in_words:
38 38 half_a_minute: "et halvt minut"
39 39 less_than_x_seconds:
40 40 one: "mindre end et sekund"
41 41 other: "mindre end %{count} sekunder"
42 42 x_seconds:
43 43 one: "et sekund"
44 44 other: "%{count} sekunder"
45 45 less_than_x_minutes:
46 46 one: "mindre end et minut"
47 47 other: "mindre end %{count} minutter"
48 48 x_minutes:
49 49 one: "et minut"
50 50 other: "%{count} minutter"
51 51 about_x_hours:
52 52 one: "cirka en time"
53 53 other: "cirka %{count} timer"
54 54 x_hours:
55 55 one: "1 time"
56 56 other: "%{count} timer"
57 57 x_days:
58 58 one: "en dag"
59 59 other: "%{count} dage"
60 60 about_x_months:
61 61 one: "cirka en måned"
62 62 other: "cirka %{count} måneder"
63 63 x_months:
64 64 one: "en måned"
65 65 other: "%{count} måneder"
66 66 about_x_years:
67 67 one: "cirka et år"
68 68 other: "cirka %{count} år"
69 69 over_x_years:
70 70 one: "mere end et år"
71 71 other: "mere end %{count} år"
72 72 almost_x_years:
73 73 one: "næsten 1 år"
74 74 other: "næsten %{count} år"
75 75
76 76 number:
77 77 format:
78 78 separator: ","
79 79 delimiter: "."
80 80 precision: 3
81 81 currency:
82 82 format:
83 83 format: "%u %n"
84 84 unit: "DKK"
85 85 separator: ","
86 86 delimiter: "."
87 87 precision: 2
88 88 precision:
89 89 format:
90 90 # separator:
91 91 delimiter: ""
92 92 # precision:
93 93 human:
94 94 format:
95 95 # separator:
96 96 delimiter: ""
97 97 precision: 3
98 98 storage_units:
99 99 format: "%n %u"
100 100 units:
101 101 byte:
102 102 one: "Byte"
103 103 other: "Bytes"
104 104 kb: "KB"
105 105 mb: "MB"
106 106 gb: "GB"
107 107 tb: "TB"
108 108 percentage:
109 109 format:
110 110 # separator:
111 111 delimiter: ""
112 112 # precision:
113 113
114 114 activerecord:
115 115 errors:
116 116 template:
117 117 header:
118 118 one: "1 error prohibited this %{model} from being saved"
119 119 other: "%{count} errors prohibited this %{model} from being saved"
120 120 messages:
121 121 inclusion: "er ikke i listen"
122 122 exclusion: "er reserveret"
123 123 invalid: "er ikke gyldig"
124 124 confirmation: "stemmer ikke overens"
125 125 accepted: "skal accepteres"
126 126 empty: "må ikke udelades"
127 127 blank: "skal udfyldes"
128 128 too_long: "er for lang (højst %{count} tegn)"
129 129 too_short: "er for kort (mindst %{count} tegn)"
130 130 wrong_length: "har forkert længde (skulle være %{count} tegn)"
131 131 taken: "er allerede anvendt"
132 132 not_a_number: "er ikke et tal"
133 133 greater_than: "skal være større end %{count}"
134 134 greater_than_or_equal_to: "skal være større end eller lig med %{count}"
135 135 equal_to: "skal være lig med %{count}"
136 136 less_than: "skal være mindre end %{count}"
137 137 less_than_or_equal_to: "skal være mindre end eller lig med %{count}"
138 138 odd: "skal være ulige"
139 139 even: "skal være lige"
140 140 greater_than_start_date: "skal være senere end startdatoen"
141 141 not_same_project: "hører ikke til samme projekt"
142 142 circular_dependency: "Denne relation vil skabe et afhængighedsforhold"
143 143 cant_link_an_issue_with_a_descendant: "En sag kan ikke relateres til en af dens underopgaver"
144 144 earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
145 145 not_a_regexp: "is not a valid regular expression"
146 146 open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task"
147 147
148 148 template:
149 149 header:
150 150 one: "En fejl forhindrede %{model} i at blive gemt"
151 151 other: "%{count} fejl forhindrede denne %{model} i at blive gemt"
152 152 body: "Der var problemer med følgende felter:"
153 153
154 154 actionview_instancetag_blank_option: Vælg venligst
155 155
156 156 general_text_No: 'Nej'
157 157 general_text_Yes: 'Ja'
158 158 general_text_no: 'nej'
159 159 general_text_yes: 'ja'
160 160 general_lang_name: 'Danish (Dansk)'
161 161 general_csv_separator: ','
162 162 general_csv_encoding: ISO-8859-1
163 163 general_pdf_fontname: freesans
164 164 general_pdf_monospaced_fontname: freemono
165 165 general_first_day_of_week: '1'
166 166
167 167 notice_account_updated: Kontoen er opdateret.
168 168 notice_account_invalid_credentials: Ugyldig bruger og/eller kodeord
169 169 notice_account_password_updated: Kodeordet er opdateret.
170 170 notice_account_wrong_password: Forkert kodeord
171 171 notice_account_register_done: Kontoen er oprettet. For at aktivere kontoen skal du klikke på linket i den tilsendte email.
172 172 notice_account_unknown_email: Ukendt bruger.
173 173 notice_can_t_change_password: Denne konto benytter en ekstern sikkerhedsgodkendelse. Det er ikke muligt at skifte kodeord.
174 174 notice_account_lost_email_sent: En email med instruktioner til at vælge et nyt kodeord er afsendt til dig.
175 175 notice_account_activated: Din konto er aktiveret. Du kan nu logge ind.
176 176 notice_successful_create: Succesfuld oprettelse.
177 177 notice_successful_update: Succesfuld opdatering.
178 178 notice_successful_delete: Succesfuld sletning.
179 179 notice_successful_connection: Succesfuld forbindelse.
180 180 notice_file_not_found: Siden du forsøger at tilgå eksisterer ikke eller er blevet fjernet.
181 181 notice_locking_conflict: Data er opdateret af en anden bruger.
182 182 notice_not_authorized: Du har ikke adgang til denne side.
183 183 notice_email_sent: "En email er sendt til %{value}"
184 184 notice_email_error: "En fejl opstod under afsendelse af email (%{value})"
185 185 notice_feeds_access_key_reseted: Din adgangsnøgle til Atom er nulstillet.
186 186 notice_failed_to_save_issues: "Det mislykkedes at gemme %{count} sage(r) %{total} valgt: %{ids}."
187 187 notice_no_issue_selected: "Ingen sag er valgt! Vælg venligst hvilke emner du vil rette."
188 188 notice_account_pending: "Din konto er oprettet, og afventer administrators godkendelse."
189 189 notice_default_data_loaded: Standardopsætningen er indlæst.
190 190
191 191 error_can_t_load_default_data: "Standardopsætning kunne ikke indlæses: %{value}"
192 192 error_scm_not_found: "Adgang nægtet og/eller revision blev ikke fundet i det valgte repository."
193 193 error_scm_command_failed: "En fejl opstod under forbindelsen til det valgte repository: %{value}"
194 194
195 195 mail_subject_lost_password: "Dit %{value} kodeord"
196 196 mail_body_lost_password: 'Klik dette link for at ændre dit kodeord:'
197 197 mail_subject_register: "%{value} kontoaktivering"
198 198 mail_body_register: 'Klik dette link for at aktivere din konto:'
199 199 mail_body_account_information_external: "Du kan bruge din %{value} konto til at logge ind."
200 200 mail_body_account_information: Din kontoinformation
201 201 mail_subject_account_activation_request: "%{value} kontoaktivering"
202 202 mail_body_account_activation_request: "En ny bruger (%{value}) er registreret. Godkend venligst kontoen:"
203 203
204 204
205 205 field_name: Navn
206 206 field_description: Beskrivelse
207 207 field_summary: Sammenfatning
208 208 field_is_required: Skal udfyldes
209 209 field_firstname: Fornavn
210 210 field_lastname: Efternavn
211 211 field_mail: Email
212 212 field_filename: Fil
213 213 field_filesize: Størrelse
214 214 field_downloads: Downloads
215 215 field_author: Forfatter
216 216 field_created_on: Oprettet
217 217 field_updated_on: Opdateret
218 218 field_field_format: Format
219 219 field_is_for_all: For alle projekter
220 220 field_possible_values: Mulige værdier
221 221 field_regexp: Regulære udtryk
222 222 field_min_length: Mindste længde
223 223 field_max_length: Største længde
224 224 field_value: Værdi
225 225 field_category: Kategori
226 226 field_title: Titel
227 227 field_project: Projekt
228 228 field_issue: Sag
229 229 field_status: Status
230 230 field_notes: Noter
231 231 field_is_closed: Sagen er lukket
232 232 field_is_default: Standardværdi
233 233 field_tracker: Type
234 234 field_subject: Emne
235 235 field_due_date: Deadline
236 236 field_assigned_to: Tildelt til
237 237 field_priority: Prioritet
238 238 field_fixed_version: Udgave
239 239 field_user: Bruger
240 240 field_role: Rolle
241 241 field_homepage: Hjemmeside
242 242 field_is_public: Offentlig
243 243 field_parent: Underprojekt af
244 244 field_is_in_roadmap: Sager vist i roadmap
245 245 field_login: Login
246 246 field_mail_notification: Email-påmindelser
247 247 field_admin: Administrator
248 248 field_last_login_on: Sidste forbindelse
249 249 field_language: Sprog
250 250 field_effective_date: Dato
251 251 field_password: Kodeord
252 252 field_new_password: Nyt kodeord
253 253 field_password_confirmation: Bekræft
254 254 field_version: Version
255 255 field_type: Type
256 256 field_host: Vært
257 257 field_port: Port
258 258 field_account: Kode
259 259 field_base_dn: Base DN
260 260 field_attr_login: Login attribut
261 261 field_attr_firstname: Fornavn attribut
262 262 field_attr_lastname: Efternavn attribut
263 263 field_attr_mail: Email attribut
264 264 field_onthefly: løbende brugeroprettelse
265 265 field_start_date: Start dato
266 266 field_done_ratio: "% færdig"
267 267 field_auth_source: Sikkerhedsmetode
268 268 field_hide_mail: Skjul min email
269 269 field_comments: Kommentar
270 270 field_url: URL
271 271 field_start_page: Startside
272 272 field_subproject: Underprojekt
273 273 field_hours: Timer
274 274 field_activity: Aktivitet
275 275 field_spent_on: Dato
276 276 field_identifier: Identifikator
277 277 field_is_filter: Brugt som et filter
278 278 field_issue_to: Beslægtede sag
279 279 field_delay: Udsættelse
280 280 field_assignable: Sager kan tildeles denne rolle
281 281 field_redirect_existing_links: Videresend eksisterende links
282 282 field_estimated_hours: Anslået tid
283 283 field_column_names: Kolonner
284 284 field_time_zone: Tidszone
285 285 field_searchable: Søgbar
286 286 field_default_value: Standardværdi
287 287
288 288 setting_app_title: Applikationstitel
289 289 setting_app_subtitle: Applikationsundertekst
290 290 setting_welcome_text: Velkomsttekst
291 291 setting_default_language: Standardsporg
292 292 setting_login_required: Sikkerhed påkrævet
293 293 setting_self_registration: Brugeroprettelse
294 294 setting_attachment_max_size: Vedhæftede filers max størrelse
295 295 setting_issues_export_limit: Sagseksporteringsbegrænsning
296 296 setting_mail_from: Afsender-email
297 297 setting_bcc_recipients: Skjult modtager (bcc)
298 298 setting_host_name: Værtsnavn
299 299 setting_text_formatting: Tekstformatering
300 300 setting_wiki_compression: Komprimering af wiki-historik
301 301 setting_feeds_limit: Feed indholdsbegrænsning
302 302 setting_autofetch_changesets: Hent automatisk commits
303 303 setting_sys_api_enabled: Aktiver webservice for automatisk administration af repository
304 304 setting_commit_ref_keywords: Referencenøgleord
305 305 setting_commit_fix_keywords: Afslutningsnøgleord
306 306 setting_autologin: Automatisk login
307 307 setting_date_format: Datoformat
308 308 setting_time_format: Tidsformat
309 309 setting_cross_project_issue_relations: Tillad sagsrelationer på tværs af projekter
310 310 setting_issue_list_default_columns: Standardkolonner på sagslisten
311 311 setting_emails_footer: Email-fodnote
312 312 setting_protocol: Protokol
313 313 setting_user_format: Brugervisningsformat
314 314
315 315 project_module_issue_tracking: Sagssøgning
316 316 project_module_time_tracking: Tidsstyring
317 317 project_module_news: Nyheder
318 318 project_module_documents: Dokumenter
319 319 project_module_files: Filer
320 320 project_module_wiki: Wiki
321 321 project_module_repository: Repository
322 322 project_module_boards: Fora
323 323
324 324 label_user: Bruger
325 325 label_user_plural: Brugere
326 326 label_user_new: Ny bruger
327 327 label_project: Projekt
328 328 label_project_new: Nyt projekt
329 329 label_project_plural: Projekter
330 330 label_x_projects:
331 331 zero: Ingen projekter
332 332 one: 1 projekt
333 333 other: "%{count} projekter"
334 334 label_project_all: Alle projekter
335 335 label_project_latest: Seneste projekter
336 336 label_issue: Sag
337 337 label_issue_new: Opret sag
338 338 label_issue_plural: Sager
339 339 label_issue_view_all: Vis alle sager
340 340 label_issues_by: "Sager fra %{value}"
341 341 label_issue_added: Sagen er oprettet
342 342 label_issue_updated: Sagen er opdateret
343 343 label_document: Dokument
344 344 label_document_new: Nyt dokument
345 345 label_document_plural: Dokumenter
346 346 label_document_added: Dokument tilføjet
347 347 label_role: Rolle
348 348 label_role_plural: Roller
349 349 label_role_new: Ny rolle
350 350 label_role_and_permissions: Roller og rettigheder
351 351 label_member: Medlem
352 352 label_member_new: Nyt medlem
353 353 label_member_plural: Medlemmer
354 354 label_tracker: Type
355 355 label_tracker_plural: Typer
356 356 label_tracker_new: Ny type
357 357 label_workflow: Arbejdsgang
358 358 label_issue_status: Sagsstatus
359 359 label_issue_status_plural: Sagsstatusser
360 360 label_issue_status_new: Ny status
361 361 label_issue_category: Sagskategori
362 362 label_issue_category_plural: Sagskategorier
363 363 label_issue_category_new: Ny kategori
364 364 label_custom_field: Brugerdefineret felt
365 365 label_custom_field_plural: Brugerdefinerede felter
366 366 label_custom_field_new: Nyt brugerdefineret felt
367 367 label_enumerations: Værdier
368 368 label_enumeration_new: Ny værdi
369 369 label_information: Information
370 370 label_information_plural: Information
371 371 label_please_login: Login
372 372 label_register: Registrér
373 373 label_password_lost: Glemt kodeord
374 374 label_home: Forside
375 375 label_my_page: Min side
376 376 label_my_account: Min konto
377 377 label_my_projects: Mine projekter
378 378 label_administration: Administration
379 379 label_login: Log ind
380 380 label_logout: Log ud
381 381 label_help: Hjælp
382 382 label_reported_issues: Rapporterede sager
383 383 label_assigned_to_me_issues: Sager tildelt til mig
384 384 label_last_login: Sidste logintidspunkt
385 385 label_registered_on: Registreret den
386 386 label_activity: Aktivitet
387 387 label_new: Ny
388 388 label_logged_as: Registreret som
389 389 label_environment: Miljø
390 390 label_authentication: Sikkerhed
391 391 label_auth_source: Sikkerhedsmetode
392 392 label_auth_source_new: Ny sikkerhedsmetode
393 393 label_auth_source_plural: Sikkerhedsmetoder
394 394 label_subproject_plural: Underprojekter
395 395 label_min_max_length: Min - Max længde
396 396 label_list: Liste
397 397 label_date: Dato
398 398 label_integer: Heltal
399 399 label_float: Kommatal
400 400 label_boolean: Sand/falsk
401 401 label_string: Tekst
402 402 label_text: Lang tekst
403 403 label_attribute: Attribut
404 404 label_attribute_plural: Attributter
405 405 label_no_data: Ingen data at vise
406 406 label_change_status: Ændringsstatus
407 407 label_history: Historik
408 408 label_attachment: Fil
409 409 label_attachment_new: Ny fil
410 410 label_attachment_delete: Slet fil
411 411 label_attachment_plural: Filer
412 412 label_file_added: Fil tilføjet
413 413 label_report: Rapport
414 414 label_report_plural: Rapporter
415 415 label_news: Nyheder
416 416 label_news_new: Tilføj nyheder
417 417 label_news_plural: Nyheder
418 418 label_news_latest: Seneste nyheder
419 419 label_news_view_all: Vis alle nyheder
420 420 label_news_added: Nyhed tilføjet
421 421 label_settings: Indstillinger
422 422 label_overview: Oversigt
423 423 label_version: Udgave
424 424 label_version_new: Ny udgave
425 425 label_version_plural: Udgaver
426 426 label_confirmation: Bekræftelser
427 427 label_export_to: Eksporter til
428 428 label_read: Læs...
429 429 label_public_projects: Offentlige projekter
430 430 label_open_issues: åben
431 431 label_open_issues_plural: åbne
432 432 label_closed_issues: lukket
433 433 label_closed_issues_plural: lukkede
434 434 label_x_open_issues_abbr:
435 435 zero: 0 åbne
436 436 one: 1 åben
437 437 other: "%{count} åbne"
438 438 label_x_closed_issues_abbr:
439 439 zero: 0 lukkede
440 440 one: 1 lukket
441 441 other: "%{count} lukkede"
442 442 label_total: Total
443 443 label_permissions: Rettigheder
444 444 label_current_status: Nuværende status
445 445 label_new_statuses_allowed: Ny status tilladt
446 446 label_all: alle
447 447 label_none: intet
448 448 label_nobody: ingen
449 449 label_next: Næste
450 450 label_previous: Forrige
451 451 label_used_by: Brugt af
452 452 label_details: Detaljer
453 453 label_add_note: Tilføj note
454 454 label_calendar: Kalender
455 455 label_months_from: måneder frem
456 456 label_gantt: Gantt
457 457 label_internal: Intern
458 458 label_last_changes: "sidste %{count} ændringer"
459 459 label_change_view_all: Vis alle ændringer
460 460 label_personalize_page: Tilret denne side
461 461 label_comment: Kommentar
462 462 label_comment_plural: Kommentarer
463 463 label_x_comments:
464 464 zero: ingen kommentarer
465 465 one: 1 kommentar
466 466 other: "%{count} kommentarer"
467 467 label_comment_add: Tilføj en kommentar
468 468 label_comment_added: Kommentaren er tilføjet
469 469 label_comment_delete: Slet kommentar
470 470 label_query: Brugerdefineret forespørgsel
471 471 label_query_plural: Brugerdefinerede forespørgsler
472 472 label_query_new: Ny forespørgsel
473 473 label_filter_add: Tilføj filter
474 474 label_filter_plural: Filtre
475 475 label_equals: er
476 476 label_not_equals: er ikke
477 477 label_in_less_than: er mindre end
478 478 label_in_more_than: er større end
479 479 label_in: indeholdt i
480 480 label_today: i dag
481 481 label_all_time: altid
482 482 label_yesterday: i går
483 483 label_this_week: denne uge
484 484 label_last_week: sidste uge
485 485 label_last_n_days: "sidste %{count} dage"
486 486 label_this_month: denne måned
487 487 label_last_month: sidste måned
488 488 label_this_year: dette år
489 489 label_date_range: Dato interval
490 490 label_less_than_ago: mindre end dage siden
491 491 label_more_than_ago: mere end dage siden
492 492 label_ago: dage siden
493 493 label_contains: indeholder
494 494 label_not_contains: ikke indeholder
495 495 label_day_plural: dage
496 496 label_repository: Repository
497 497 label_repository_plural: Repositories
498 498 label_browse: Gennemse
499 499 label_revision: Revision
500 500 label_revision_plural: Revisioner
501 501 label_associated_revisions: Tilknyttede revisioner
502 502 label_added: tilføjet
503 503 label_modified: ændret
504 504 label_deleted: slettet
505 505 label_latest_revision: Seneste revision
506 506 label_latest_revision_plural: Seneste revisioner
507 507 label_view_revisions: Se revisioner
508 508 label_max_size: Maksimal størrelse
509 509 label_sort_highest: Flyt til toppen
510 510 label_sort_higher: Flyt op
511 511 label_sort_lower: Flyt ned
512 512 label_sort_lowest: Flyt til bunden
513 513 label_roadmap: Roadmap
514 514 label_roadmap_due_in: Deadline
515 515 label_roadmap_overdue: "%{value} forsinket"
516 516 label_roadmap_no_issues: Ingen sager i denne version
517 517 label_search: Søg
518 518 label_result_plural: Resultater
519 519 label_all_words: Alle ord
520 520 label_wiki: Wiki
521 521 label_wiki_edit: Wiki ændring
522 522 label_wiki_edit_plural: Wiki ændringer
523 523 label_wiki_page: Wiki side
524 524 label_wiki_page_plural: Wiki sider
525 525 label_index_by_title: Indhold efter titel
526 526 label_index_by_date: Indhold efter dato
527 527 label_current_version: Nuværende version
528 528 label_preview: Forhåndsvisning
529 529 label_feed_plural: Feeds
530 530 label_changes_details: Detaljer for alle ændringer
531 531 label_issue_tracking: Sagssøgning
532 532 label_spent_time: Anvendt tid
533 533 label_f_hour: "%{value} time"
534 534 label_f_hour_plural: "%{value} timer"
535 535 label_time_tracking: Tidsstyring
536 536 label_change_plural: Ændringer
537 537 label_statistics: Statistik
538 538 label_commits_per_month: Commits pr. måned
539 539 label_commits_per_author: Commits pr. bruger
540 540 label_view_diff: Vis forskelle
541 541 label_diff_inline: inline
542 542 label_diff_side_by_side: side om side
543 543 label_options: Formatering
544 544 label_copy_workflow_from: Kopier arbejdsgang fra
545 545 label_permissions_report: Godkendelsesrapport
546 546 label_watched_issues: Overvågede sager
547 547 label_related_issues: Relaterede sager
548 548 label_applied_status: Anvendte statusser
549 549 label_loading: Indlæser...
550 550 label_relation_new: Ny relation
551 551 label_relation_delete: Slet relation
552 552 label_relates_to: relaterer til
553 553 label_duplicates: duplikater
554 554 label_blocks: blokerer
555 555 label_blocked_by: blokeret af
556 556 label_precedes: kommer før
557 557 label_follows: følger
558 558 label_stay_logged_in: Forbliv indlogget
559 559 label_disabled: deaktiveret
560 560 label_show_completed_versions: Vis færdige versioner
561 561 label_me: mig
562 562 label_board: Forum
563 563 label_board_new: Nyt forum
564 564 label_board_plural: Fora
565 565 label_topic_plural: Emner
566 566 label_message_plural: Beskeder
567 567 label_message_last: Sidste besked
568 568 label_message_new: Ny besked
569 569 label_message_posted: Besked tilføjet
570 570 label_reply_plural: Besvarer
571 571 label_send_information: Send konto information til bruger
572 572 label_year: År
573 573 label_month: Måned
574 574 label_week: Uge
575 575 label_date_from: Fra
576 576 label_date_to: Til
577 577 label_language_based: Baseret på brugerens sprog
578 578 label_sort_by: "Sortér efter %{value}"
579 579 label_send_test_email: Send en test email
580 580 label_feeds_access_key_created_on: "Atom adgangsnøgle dannet for %{value} siden"
581 581 label_module_plural: Moduler
582 582 label_added_time_by: "Tilføjet af %{author} for %{age} siden"
583 583 label_updated_time: "Opdateret for %{value} siden"
584 584 label_jump_to_a_project: Skift til projekt...
585 585 label_file_plural: Filer
586 586 label_changeset_plural: Ændringer
587 587 label_default_columns: Standardkolonner
588 588 label_no_change_option: (Ingen ændringer)
589 589 label_bulk_edit_selected_issues: Masse-ret de valgte sager
590 590 label_theme: Tema
591 591 label_default: standard
592 592 label_search_titles_only: Søg kun i titler
593 593 label_user_mail_option_all: "For alle hændelser mine projekter"
594 594 label_user_mail_option_selected: "For alle hændelser de valgte projekter..."
595 595 label_user_mail_no_self_notified: "Jeg ønsker ikke besked om ændring foretaget af mig selv"
596 596 label_registration_activation_by_email: kontoaktivering på email
597 597 label_registration_manual_activation: manuel kontoaktivering
598 598 label_registration_automatic_activation: automatisk kontoaktivering
599 599 label_display_per_page: "Per side: %{value}"
600 600 label_age: Alder
601 601 label_change_properties: Ændre indstillinger
602 602 label_general: Generelt
603 label_more: Mere
604 603 label_scm: SCM
605 604 label_plugins: Plugins
606 605 label_ldap_authentication: LDAP-godkendelse
607 606 label_downloads_abbr: D/L
608 607
609 608 button_login: Login
610 609 button_submit: Send
611 610 button_save: Gem
612 611 button_check_all: Vælg alt
613 612 button_uncheck_all: Fravælg alt
614 613 button_delete: Slet
615 614 button_create: Opret
616 615 button_test: Test
617 616 button_edit: Ret
618 617 button_add: Tilføj
619 618 button_change: Ændre
620 619 button_apply: Anvend
621 620 button_clear: Nulstil
622 621 button_lock: Lås
623 622 button_unlock: Lås op
624 623 button_download: Download
625 624 button_list: List
626 625 button_view: Vis
627 626 button_move: Flyt
628 627 button_back: Tilbage
629 628 button_cancel: Annullér
630 629 button_activate: Aktivér
631 630 button_sort: Sortér
632 631 button_log_time: Log tid
633 632 button_rollback: Tilbagefør til denne version
634 633 button_watch: Overvåg
635 634 button_unwatch: Stop overvågning
636 635 button_reply: Besvar
637 636 button_archive: Arkivér
638 637 button_unarchive: Fjern fra arkiv
639 638 button_reset: Nulstil
640 639 button_rename: Omdøb
641 640 button_change_password: Skift kodeord
642 641 button_copy: Kopiér
643 642 button_annotate: Annotér
644 643 button_update: Opdatér
645 644 button_configure: Konfigurér
646 645
647 646 status_active: aktiv
648 647 status_registered: registreret
649 648 status_locked: låst
650 649
651 650 text_select_mail_notifications: Vælg handlinger der skal sendes email besked for.
652 651 text_regexp_info: f.eks. ^[A-ZÆØÅ0-9]+$
653 652 text_min_max_length_info: 0 betyder ingen begrænsninger
654 653 text_project_destroy_confirmation: Er du sikker på at du vil slette dette projekt og alle relaterede data?
655 654 text_workflow_edit: Vælg en rolle samt en type, for at redigere arbejdsgangen
656 655 text_are_you_sure: Er du sikker?
657 656 text_tip_issue_begin_day: opgaven begynder denne dag
658 657 text_tip_issue_end_day: opaven slutter denne dag
659 658 text_tip_issue_begin_end_day: opgaven begynder og slutter denne dag
660 659 text_caracters_maximum: "max %{count} karakterer."
661 660 text_caracters_minimum: "Skal være mindst %{count} karakterer lang."
662 661 text_length_between: "Længde skal være mellem %{min} og %{max} karakterer."
663 662 text_tracker_no_workflow: Ingen arbejdsgang defineret for denne type
664 663 text_unallowed_characters: Ikke-tilladte karakterer
665 664 text_comma_separated: Adskillige værdier tilladt (adskilt med komma).
666 665 text_issues_ref_in_commit_messages: Referer og løser sager i commit-beskeder
667 666 text_issue_added: "Sag %{id} er rapporteret af %{author}."
668 667 text_issue_updated: "Sag %{id} er blevet opdateret af %{author}."
669 668 text_wiki_destroy_confirmation: Er du sikker på at du vil slette denne wiki og dens indhold?
670 669 text_issue_category_destroy_question: "Nogle sager (%{count}) er tildelt denne kategori. Hvad ønsker du at gøre?"
671 670 text_issue_category_destroy_assignments: Slet tildelinger af kategori
672 671 text_issue_category_reassign_to: Tildel sager til denne kategori
673 672 text_user_mail_option: "For ikke-valgte projekter vil du kun modtage beskeder omhandlende ting du er involveret i eller overvåger (f.eks. sager du har indberettet eller ejer)."
674 673 text_no_configuration_data: "Roller, typer, sagsstatusser og arbejdsgange er endnu ikke konfigureret.\nDet er anbefalet at indlæse standardopsætningen. Du vil kunne ændre denne når den er indlæst."
675 674 text_load_default_configuration: Indlæs standardopsætningen
676 675 text_status_changed_by_changeset: "Anvendt i ændring %{value}."
677 676 text_issues_destroy_confirmation: 'Er du sikker du ønsker at slette den/de valgte sag(er)?'
678 677 text_select_project_modules: 'Vælg moduler er skal være aktiveret for dette projekt:'
679 678 text_default_administrator_account_changed: Standardadministratorkonto ændret
680 679 text_file_repository_writable: Filarkiv er skrivbar
681 680 text_rmagick_available: RMagick tilgængelig (valgfri)
682 681
683 682 default_role_manager: Leder
684 683 default_role_developer: Udvikler
685 684 default_role_reporter: Rapportør
686 685 default_tracker_bug: Fejl
687 686 default_tracker_feature: Funktion
688 687 default_tracker_support: Support
689 688 default_issue_status_new: Ny
690 689 default_issue_status_in_progress: Igangværende
691 690 default_issue_status_resolved: Løst
692 691 default_issue_status_feedback: Feedback
693 692 default_issue_status_closed: Lukket
694 693 default_issue_status_rejected: Afvist
695 694 default_doc_category_user: Brugerdokumentation
696 695 default_doc_category_tech: Teknisk dokumentation
697 696 default_priority_low: Lav
698 697 default_priority_normal: Normal
699 698 default_priority_high: Høj
700 699 default_priority_urgent: Akut
701 700 default_priority_immediate: Omgående
702 701 default_activity_design: Design
703 702 default_activity_development: Udvikling
704 703
705 704 enumeration_issue_priorities: Sagsprioriteter
706 705 enumeration_doc_categories: Dokumentkategorier
707 706 enumeration_activities: Aktiviteter (tidsstyring)
708 707
709 708 label_add_another_file: Tilføj endnu en fil
710 709 label_chronological_order: I kronologisk rækkefølge
711 710 setting_activity_days_default: Antal dage der vises under projektaktivitet
712 711 text_destroy_time_entries_question: "%{hours} timer er registreret denne sag som du er ved at slette. Hvad vil du gøre?"
713 712 error_issue_not_found_in_project: 'Sagen blev ikke fundet eller tilhører ikke dette projekt'
714 713 text_assign_time_entries_to_project: Tildel raporterede timer til projektet
715 714 setting_display_subprojects_issues: Vis sager for underprojekter på hovedprojektet som standard
716 715 label_optional_description: Valgfri beskrivelse
717 716 text_destroy_time_entries: Slet registrerede timer
718 717 field_comments_sorting: Vis kommentar
719 718 text_reassign_time_entries: 'Tildel registrerede timer til denne sag igen'
720 719 label_reverse_chronological_order: I omvendt kronologisk rækkefølge
721 720 label_preferences: Præferencer
722 721 label_overall_activity: Overordnet aktivitet
723 722 setting_default_projects_public: Nye projekter er offentlige som standard
724 723 error_scm_annotate: "Filen findes ikke, eller kunne ikke annoteres."
725 724 text_subprojects_destroy_warning: "Dets underprojekter(er): %{value} vil også blive slettet."
726 725 permission_edit_issues: Redigér sager
727 726 setting_diff_max_lines_displayed: Højeste antal forskelle der vises
728 727 permission_edit_own_issue_notes: Redigér egne noter
729 728 setting_enabled_scm: Aktiveret SCM
730 729 button_quote: Citér
731 730 permission_view_files: Se filer
732 731 permission_add_issues: Tilføj sager
733 732 permission_edit_own_messages: Redigér egne beskeder
734 733 permission_delete_own_messages: Slet egne beskeder
735 734 permission_manage_public_queries: Administrér offentlig forespørgsler
736 735 permission_log_time: Registrér anvendt tid
737 736 label_renamed: omdøbt
738 737 label_incoming_emails: Indkommende emails
739 738 permission_view_changesets: Se ændringer
740 739 permission_manage_versions: Administrér versioner
741 740 permission_view_time_entries: Se anvendt tid
742 741 label_generate_key: Generér en nøglefil
743 742 permission_manage_categories: Administrér sagskategorier
744 743 permission_manage_wiki: Administrér wiki
745 744 setting_sequential_project_identifiers: Generér sekventielle projekt-identifikatorer
746 745 setting_plain_text_mail: Emails som almindelig tekst (ingen HTML)
747 746 field_parent_title: Siden over
748 747 text_email_delivery_not_configured: "Email-afsendelse er ikke indstillet og notifikationer er defor slået fra.\nKonfigurér din SMTP server i config/configuration.yml og genstart applikationen for at aktivere email-afsendelse."
749 748 permission_protect_wiki_pages: Beskyt wiki sider
750 749 permission_add_issue_watchers: Tilføj overvågere
751 750 warning_attachments_not_saved: "der var %{count} fil(er), som ikke kunne gemmes."
752 751 permission_comment_news: Kommentér nyheder
753 752 text_enumeration_category_reassign_to: 'Flyt dem til denne værdi:'
754 753 permission_select_project_modules: Vælg projektmoduler
755 754 permission_view_gantt: Se Gantt diagram
756 755 permission_delete_messages: Slet beskeder
757 756 permission_move_issues: Flyt sager
758 757 permission_edit_wiki_pages: Redigér wiki sider
759 758 label_user_activity: "%{value}'s aktivitet"
760 759 permission_manage_issue_relations: Administrér sags-relationer
761 760 label_issue_watchers: Overvågere
762 761 permission_delete_wiki_pages: Slet wiki sider
763 762 notice_unable_delete_version: Kan ikke slette versionen.
764 763 permission_view_wiki_edits: Se wiki historik
765 764 field_editable: Redigérbar
766 765 label_duplicated_by: dubleret af
767 766 permission_manage_boards: Administrér fora
768 767 permission_delete_wiki_pages_attachments: Slet filer vedhæftet wiki sider
769 768 permission_view_messages: Se beskeder
770 769 text_enumeration_destroy_question: "%{count} objekter er tildelt denne værdi."
771 770 permission_manage_files: Administrér filer
772 771 permission_add_messages: Opret beskeder
773 772 permission_edit_issue_notes: Redigér noter
774 773 permission_manage_news: Administrér nyheder
775 774 text_plugin_assets_writable: Der er skriverettigheder til plugin assets folderen
776 775 label_display: Vis
777 776 label_and_its_subprojects: "%{value} og dets underprojekter"
778 777 permission_view_calendar: Se kalender
779 778 button_create_and_continue: Opret og fortsæt
780 779 setting_gravatar_enabled: Anvend Gravatar brugerikoner
781 780 label_updated_time_by: "Opdateret af %{author} for %{age} siden"
782 781 text_diff_truncated: '... Listen over forskelle er blevet afkortet da den overstiger den maksimale størrelse der kan vises.'
783 782 text_user_wrote: "%{value} skrev:"
784 783 setting_mail_handler_api_enabled: Aktiver webservice for indkomne emails
785 784 permission_delete_issues: Slet sager
786 785 permission_view_documents: Se dokumenter
787 786 permission_browse_repository: Gennemse repository
788 787 permission_manage_repository: Administrér repository
789 788 permission_manage_members: Administrér medlemmer
790 789 mail_subject_reminder: "%{count} sag(er) har deadline i de kommende dage (%{days})"
791 790 permission_add_issue_notes: Tilføj noter
792 791 permission_edit_messages: Redigér beskeder
793 792 permission_view_issue_watchers: Se liste over overvågere
794 793 permission_commit_access: Commit adgang
795 794 setting_mail_handler_api_key: API nøgle
796 795 label_example: Eksempel
797 796 permission_rename_wiki_pages: Omdøb wiki sider
798 797 text_custom_field_possible_values_info: 'En linje for hver værdi'
799 798 permission_view_wiki_pages: Se wiki
800 799 permission_edit_project: Redigér projekt
801 800 permission_save_queries: Gem forespørgsler
802 801 label_copied: kopieret
803 802 text_repository_usernames_mapping: "Vælg eller opdatér de Redmine brugere der svarer til de enkelte brugere fundet i repository loggen.\nBrugere med samme brugernavn eller email adresse i både Redmine og det valgte repository bliver automatisk koblet sammen."
804 803 permission_edit_time_entries: Redigér tidsregistreringer
805 804 general_csv_decimal_separator: ','
806 805 permission_edit_own_time_entries: Redigér egne tidsregistreringer
807 806 setting_repository_log_display_limit: Højeste antal revisioner vist i fil-log
808 807 setting_file_max_size_displayed: Maksimale størrelse på tekstfiler vist inline
809 808 field_watcher: Overvåger
810 809 setting_openid: Tillad OpenID login og registrering
811 810 field_identity_url: OpenID URL
812 811 label_login_with_open_id_option: eller login med OpenID
813 812 setting_per_page_options: Enheder per side muligheder
814 813 mail_body_reminder: "%{count} sage(er) som er tildelt dig har deadline indenfor de næste %{days} dage:"
815 814 field_content: Indhold
816 815 label_descending: Aftagende
817 816 label_sort: Sortér
818 817 label_ascending: Tiltagende
819 818 label_date_from_to: Fra %{start} til %{end}
820 819 label_greater_or_equal: ">="
821 820 label_less_or_equal: <=
822 821 text_wiki_page_destroy_question: Denne side har %{descendants} underside(r) og afledte. Hvad vil du gøre?
823 822 text_wiki_page_reassign_children: Flyt undersider til denne side
824 823 text_wiki_page_nullify_children: Behold undersider som rod-sider
825 824 text_wiki_page_destroy_children: Slet undersider ogalle deres afledte sider.
826 825 setting_password_min_length: Mindste længde på kodeord
827 826 field_group_by: Gruppér resultater efter
828 827 mail_subject_wiki_content_updated: "'%{id}' wikisiden er blevet opdateret"
829 828 label_wiki_content_added: Wiki side tilføjet
830 829 mail_subject_wiki_content_added: "'%{id}' wikisiden er blevet tilføjet"
831 830 mail_body_wiki_content_added: The '%{id}' wikiside er blevet tilføjet af %{author}.
832 831 label_wiki_content_updated: Wikiside opdateret
833 832 mail_body_wiki_content_updated: Wikisiden '%{id}' er blevet opdateret af %{author}.
834 833 permission_add_project: Opret projekt
835 834 setting_new_project_user_role_id: Denne rolle gives til en bruger, som ikke er administrator, og som opretter et projekt
836 835 label_view_all_revisions: Se alle revisioner
837 836 label_tag: Tag
838 837 label_branch: Branch
839 838 error_no_tracker_in_project: Der er ingen sagshåndtering for dette projekt. Kontrollér venligst projektindstillingerne.
840 839 error_no_default_issue_status: Der er ikke defineret en standardstatus. Kontrollér venligst indstillingerne (gå til "Administration -> Sagsstatusser").
841 840 text_journal_changed: "%{label} ændret fra %{old} til %{new}"
842 841 text_journal_set_to: "%{label} sat til %{value}"
843 842 text_journal_deleted: "%{label} slettet (%{old})"
844 843 label_group_plural: Grupper
845 844 label_group: Grupper
846 845 label_group_new: Ny gruppe
847 846 label_time_entry_plural: Anvendt tid
848 847 text_journal_added: "%{label} %{value} tilføjet"
849 848 field_active: Aktiv
850 849 enumeration_system_activity: System Aktivitet
851 850 permission_delete_issue_watchers: Slet overvågere
852 851 version_status_closed: lukket
853 852 version_status_locked: låst
854 853 version_status_open: åben
855 854 error_can_not_reopen_issue_on_closed_version: En sag tildelt en lukket version kan ikke genåbnes
856 855 label_user_anonymous: Anonym
857 856 button_move_and_follow: Flyt og overvåg
858 857 setting_default_projects_modules: Standard moduler, aktiveret for nye projekter
859 858 setting_gravatar_default: Standard Gravatar billede
860 859 field_sharing: Delning
861 860 label_version_sharing_hierarchy: Med projekthierarki
862 861 label_version_sharing_system: Med alle projekter
863 862 label_version_sharing_descendants: Med underprojekter
864 863 label_version_sharing_tree: Med projekttræ
865 864 label_version_sharing_none: Ikke delt
866 865 error_can_not_archive_project: Dette projekt kan ikke arkiveres
867 866 button_duplicate: Duplikér
868 867 button_copy_and_follow: Kopiér og overvåg
869 868 label_copy_source: Kilde
870 869 setting_issue_done_ratio: Beregn sagsløsning ratio
871 870 setting_issue_done_ratio_issue_status: Benyt sagsstatus
872 871 error_issue_done_ratios_not_updated: Sagsløsnings ratio, ikke opdateret.
873 872 error_workflow_copy_target: Vælg venligst måltracker og rolle(r)
874 873 setting_issue_done_ratio_issue_field: Benyt sagsfelt
875 874 label_copy_same_as_target: Samme som mål
876 875 label_copy_target: Mål
877 876 notice_issue_done_ratios_updated: Sagsløsningsratio opdateret.
878 877 error_workflow_copy_source: Vælg venligst en kildetracker eller rolle
879 878 label_update_issue_done_ratios: Opdater sagsløsningsratio
880 879 setting_start_of_week: Start kalendre på
881 880 permission_view_issues: Vis sager
882 881 label_display_used_statuses_only: Vis kun statusser der er benyttet af denne tracker
883 882 label_revision_id: Revision %{value}
884 883 label_api_access_key: API nøgle
885 884 label_api_access_key_created_on: API nøgle genereret %{value} siden
886 885 label_feeds_access_key: Atom nøgle
887 886 notice_api_access_key_reseted: Din API nøgle er nulstillet.
888 887 setting_rest_api_enabled: Aktiver REST web service
889 888 label_missing_api_access_key: Mangler en API nøgle
890 889 label_missing_feeds_access_key: Mangler en Atom nøgle
891 890 button_show: Vis
892 891 text_line_separated: Flere væredier tilladt (en linje for hver værdi).
893 892 setting_mail_handler_body_delimiters: Trunkér emails efter en af disse linjer
894 893 permission_add_subprojects: Lav underprojekter
895 894 label_subproject_new: Nyt underprojekt
896 895 text_own_membership_delete_confirmation: |-
897 896 Du er ved at fjerne en eller flere af dine rettigheder, og kan muligvis ikke redigere projektet bagefter.
898 897 Er du sikker på du ønsker at fortsætte?
899 898 label_close_versions: Luk færdige versioner
900 899 label_board_sticky: Klistret
901 900 label_board_locked: Låst
902 901 permission_export_wiki_pages: Eksporter wiki sider
903 902 setting_cache_formatted_text: Cache formatteret tekst
904 903 permission_manage_project_activities: Administrer projektaktiviteter
905 904 error_unable_delete_issue_status: Det var ikke muligt at slette sagsstatus
906 905 label_profile: Profil
907 906 permission_manage_subtasks: Administrer underopgaver
908 907 field_parent_issue: Hovedopgave
909 908 label_subtask_plural: Underopgaver
910 909 label_project_copy_notifications: Send email notifikationer, mens projektet kopieres
911 910 error_can_not_delete_custom_field: Kan ikke slette brugerdefineret felt
912 911 error_unable_to_connect: Kan ikke forbinde (%{value})
913 912 error_can_not_remove_role: Denne rolle er i brug og kan ikke slettes.
914 913 error_can_not_delete_tracker: Denne type indeholder sager og kan ikke slettes.
915 914 field_principal: Principal
916 915 label_my_page_block: blok
917 916 notice_failed_to_save_members: "Fejl under lagring af medlem(mer): %{errors}."
918 917 text_zoom_out: Zoom ud
919 918 text_zoom_in: Zoom ind
920 919 notice_unable_delete_time_entry: Kan ikke slette tidsregistrering.
921 920 label_overall_spent_time: Overordnet forbrug af tid
922 921 field_time_entries: Log tid
923 922 project_module_gantt: Gantt
924 923 project_module_calendar: Kalender
925 924 button_edit_associated_wikipage: "Redigér tilknyttet Wiki side: %{page_title}"
926 925 field_text: Tekstfelt
927 926 setting_default_notification_option: Standardpåmindelsesmulighed
928 927 label_user_mail_option_only_my_events: Kun for ting jeg overvåger eller er involveret i
929 928 label_user_mail_option_none: Ingen hændelser
930 929 field_member_of_group: Medlem af gruppe
931 930 field_assigned_to_role: Medlem af rolle
932 931 notice_not_authorized_archived_project: Projektet du prøver at tilgå, er blevet arkiveret.
933 932 label_principal_search: "Søg efter bruger eller gruppe:"
934 933 label_user_search: "Søg efter bruger:"
935 934 field_visible: Synlig
936 935 setting_commit_logtime_activity_id: Aktivitet for registreret tid
937 936 text_time_logged_by_changeset: Anvendt i changeset %{value}.
938 937 setting_commit_logtime_enabled: Aktiver tidsregistrering
939 938 notice_gantt_chart_truncated: Kortet er blevet afkortet, fordi det overstiger det maksimale antal elementer, der kan vises (%{max})
940 939 setting_gantt_items_limit: Maksimalt antal af elementer der kan vises på gantt kortet
941 940
942 941 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
943 942 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
944 943 label_my_queries: My custom queries
945 944 text_journal_changed_no_detail: "%{label} updated"
946 945 label_news_comment_added: Comment added to a news
947 946 button_expand_all: Expand all
948 947 button_collapse_all: Collapse all
949 948 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
950 949 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
951 950 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
952 951 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
953 952 label_role_anonymous: Anonymous
954 953 label_role_non_member: Non member
955 954 label_issue_note_added: Note added
956 955 label_issue_status_updated: Status updated
957 956 label_issue_priority_updated: Priority updated
958 957 label_issues_visibility_own: Issues created by or assigned to the user
959 958 field_issues_visibility: Issues visibility
960 959 label_issues_visibility_all: All issues
961 960 permission_set_own_issues_private: Set own issues public or private
962 961 field_is_private: Private
963 962 permission_set_issues_private: Set issues public or private
964 963 label_issues_visibility_public: All non private issues
965 964 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
966 965 field_commit_logs_encoding: Kodning af Commit beskeder
967 966 field_scm_path_encoding: Path encoding
968 967 text_scm_path_encoding_note: "Default: UTF-8"
969 968 field_path_to_repository: Path to repository
970 969 field_root_directory: Root directory
971 970 field_cvs_module: Module
972 971 field_cvsroot: CVSROOT
973 972 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
974 973 text_scm_command: Command
975 974 text_scm_command_version: Version
976 975 label_git_report_last_commit: Report last commit for files and directories
977 976 notice_issue_successful_create: Issue %{id} created.
978 977 label_between: between
979 978 setting_issue_group_assignment: Allow issue assignment to groups
980 979 label_diff: diff
981 980 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
982 981 description_query_sort_criteria_direction: Sort direction
983 982 description_project_scope: Search scope
984 983 description_filter: Filter
985 984 description_user_mail_notification: Mail notification settings
986 985 description_message_content: Message content
987 986 description_available_columns: Available Columns
988 987 description_issue_category_reassign: Choose issue category
989 988 description_search: Searchfield
990 989 description_notes: Notes
991 990 description_choose_project: Projects
992 991 description_query_sort_criteria_attribute: Sort attribute
993 992 description_wiki_subpages_reassign: Choose new parent page
994 993 description_selected_columns: Selected Columns
995 994 label_parent_revision: Parent
996 995 label_child_revision: Child
997 996 error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
998 997 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
999 998 button_edit_section: Edit this section
1000 999 setting_repositories_encodings: Attachments and repositories encodings
1001 1000 description_all_columns: All Columns
1002 1001 button_export: Export
1003 1002 label_export_options: "%{export_format} export options"
1004 1003 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
1005 1004 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1006 1005 label_x_issues:
1007 1006 zero: 0 sag
1008 1007 one: 1 sag
1009 1008 other: "%{count} sager"
1010 1009 label_repository_new: New repository
1011 1010 field_repository_is_default: Main repository
1012 1011 label_copy_attachments: Copy attachments
1013 1012 label_item_position: "%{position}/%{count}"
1014 1013 label_completed_versions: Completed versions
1015 1014 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1016 1015 field_multiple: Multiple values
1017 1016 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1018 1017 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1019 1018 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1020 1019 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1021 1020 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1022 1021 permission_manage_related_issues: Manage related issues
1023 1022 field_auth_source_ldap_filter: LDAP filter
1024 1023 label_search_for_watchers: Search for watchers to add
1025 1024 notice_account_deleted: Your account has been permanently deleted.
1026 1025 setting_unsubscribe: Allow users to delete their own account
1027 1026 button_delete_my_account: Delete my account
1028 1027 text_account_destroy_confirmation: |-
1029 1028 Are you sure you want to proceed?
1030 1029 Your account will be permanently deleted, with no way to reactivate it.
1031 1030 error_session_expired: Your session has expired. Please login again.
1032 1031 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1033 1032 setting_session_lifetime: Session maximum lifetime
1034 1033 setting_session_timeout: Session inactivity timeout
1035 1034 label_session_expiration: Session expiration
1036 1035 permission_close_project: Close / reopen the project
1037 1036 label_show_closed_projects: View closed projects
1038 1037 button_close: Close
1039 1038 button_reopen: Reopen
1040 1039 project_status_active: active
1041 1040 project_status_closed: closed
1042 1041 project_status_archived: archived
1043 1042 text_project_closed: This project is closed and read-only.
1044 1043 notice_user_successful_create: User %{id} created.
1045 1044 field_core_fields: Standard fields
1046 1045 field_timeout: Timeout (in seconds)
1047 1046 setting_thumbnails_enabled: Display attachment thumbnails
1048 1047 setting_thumbnails_size: Thumbnails size (in pixels)
1049 1048 label_status_transitions: Status transitions
1050 1049 label_fields_permissions: Fields permissions
1051 1050 label_readonly: Read-only
1052 1051 label_required: Required
1053 1052 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1054 1053 field_board_parent: Parent forum
1055 1054 label_attribute_of_project: Project's %{name}
1056 1055 label_attribute_of_author: Author's %{name}
1057 1056 label_attribute_of_assigned_to: Assignee's %{name}
1058 1057 label_attribute_of_fixed_version: Target version's %{name}
1059 1058 label_copy_subtasks: Copy subtasks
1060 1059 label_copied_to: copied to
1061 1060 label_copied_from: copied from
1062 1061 label_any_issues_in_project: any issues in project
1063 1062 label_any_issues_not_in_project: any issues not in project
1064 1063 field_private_notes: Private notes
1065 1064 permission_view_private_notes: View private notes
1066 1065 permission_set_notes_private: Set notes as private
1067 1066 label_no_issues_in_project: no issues in project
1068 1067 label_any: alle
1069 1068 label_last_n_weeks: last %{count} weeks
1070 1069 setting_cross_project_subtasks: Allow cross-project subtasks
1071 1070 label_cross_project_descendants: Med underprojekter
1072 1071 label_cross_project_tree: Med projekttræ
1073 1072 label_cross_project_hierarchy: Med projekthierarki
1074 1073 label_cross_project_system: Med alle projekter
1075 1074 button_hide: Hide
1076 1075 setting_non_working_week_days: Non-working days
1077 1076 label_in_the_next_days: in the next
1078 1077 label_in_the_past_days: in the past
1079 1078 label_attribute_of_user: User's %{name}
1080 1079 text_turning_multiple_off: If you disable multiple values, multiple values will be
1081 1080 removed in order to preserve only one value per item.
1082 1081 label_attribute_of_issue: Issue's %{name}
1083 1082 permission_add_documents: Add documents
1084 1083 permission_edit_documents: Edit documents
1085 1084 permission_delete_documents: Delete documents
1086 1085 label_gantt_progress_line: Progress line
1087 1086 setting_jsonp_enabled: Enable JSONP support
1088 1087 field_inherit_members: Inherit members
1089 1088 field_closed_on: Closed
1090 1089 field_generate_password: Generate password
1091 1090 setting_default_projects_tracker_ids: Default trackers for new projects
1092 1091 label_total_time: Total
1093 1092 text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it.
1094 1093 text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel.
1095 1094 setting_emails_header: Email header
1096 1095 notice_account_not_activated_yet: You haven't activated your account yet. If you want
1097 1096 to receive a new activation email, please <a href="%{url}">click this link</a>.
1098 1097 notice_account_locked: Your account is locked.
1099 1098 label_hidden: Hidden
1100 1099 label_visibility_private: to me only
1101 1100 label_visibility_roles: to these roles only
1102 1101 label_visibility_public: to any users
1103 1102 field_must_change_passwd: Must change password at next logon
1104 1103 notice_new_password_must_be_different: The new password must be different from the
1105 1104 current password
1106 1105 setting_mail_handler_excluded_filenames: Exclude attachments by name
1107 1106 text_convert_available: ImageMagick convert available (optional)
1108 1107 label_link: Link
1109 1108 label_only: only
1110 1109 label_drop_down_list: drop-down list
1111 1110 label_checkboxes: checkboxes
1112 1111 label_link_values_to: Link values to URL
1113 1112 setting_force_default_language_for_anonymous: Force default language for anonymous
1114 1113 users
1115 1114 setting_force_default_language_for_loggedin: Force default language for logged-in
1116 1115 users
1117 1116 label_custom_field_select_type: Select the type of object to which the custom field
1118 1117 is to be attached
1119 1118 label_issue_assigned_to_updated: Assignee updated
1120 1119 label_check_for_updates: Check for updates
1121 1120 label_latest_compatible_version: Latest compatible version
1122 1121 label_unknown_plugin: Unknown plugin
1123 1122 label_radio_buttons: radio buttons
1124 1123 label_group_anonymous: Anonymous users
1125 1124 label_group_non_member: Non member users
1126 1125 label_add_projects: Add projects
1127 1126 field_default_status: Default status
1128 1127 text_subversion_repository_note: 'Examples: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
1129 1128 field_users_visibility: Users visibility
1130 1129 label_users_visibility_all: All active users
1131 1130 label_users_visibility_members_of_visible_projects: Members of visible projects
1132 1131 label_edit_attachments: Edit attached files
1133 1132 setting_link_copied_issue: Link issues on copy
1134 1133 label_link_copied_issue: Link copied issue
1135 1134 label_ask: Ask
1136 1135 label_search_attachments_yes: Search attachment filenames and descriptions
1137 1136 label_search_attachments_no: Do not search attachments
1138 1137 label_search_attachments_only: Search attachments only
1139 1138 label_search_open_issues_only: Open issues only
1140 1139 field_address: Email
1141 1140 setting_max_additional_emails: Maximum number of additional email addresses
1142 1141 label_email_address_plural: Emails
1143 1142 label_email_address_add: Add email address
1144 1143 label_enable_notifications: Enable notifications
1145 1144 label_disable_notifications: Disable notifications
1146 1145 setting_search_results_per_page: Search results per page
1147 1146 label_blank_value: blank
1148 1147 permission_copy_issues: Copy issues
1149 1148 error_password_expired: Your password has expired or the administrator requires you
1150 1149 to change it.
1151 1150 field_time_entries_visibility: Time logs visibility
1152 1151 setting_password_max_age: Require password change after
1153 1152 label_parent_task_attributes: Parent tasks attributes
1154 1153 label_parent_task_attributes_derived: Calculated from subtasks
1155 1154 label_parent_task_attributes_independent: Independent of subtasks
1156 1155 label_time_entries_visibility_all: All time entries
1157 1156 label_time_entries_visibility_own: Time entries created by the user
1158 1157 label_member_management: Member management
1159 1158 label_member_management_all_roles: All roles
1160 1159 label_member_management_selected_roles_only: Only these roles
1161 1160 label_password_required: Confirm your password to continue
1162 1161 label_total_spent_time: Overordnet forbrug af tid
1163 1162 notice_import_finished: "%{count} items have been imported"
1164 1163 notice_import_finished_with_errors: "%{count} out of %{total} items could not be imported"
1165 1164 error_invalid_file_encoding: The file is not a valid %{encoding} encoded file
1166 1165 error_invalid_csv_file_or_settings: The file is not a CSV file or does not match the
1167 1166 settings below
1168 1167 error_can_not_read_import_file: An error occurred while reading the file to import
1169 1168 permission_import_issues: Import issues
1170 1169 label_import_issues: Import issues
1171 1170 label_select_file_to_import: Select the file to import
1172 1171 label_fields_separator: Field separator
1173 1172 label_fields_wrapper: Field wrapper
1174 1173 label_encoding: Encoding
1175 1174 label_comma_char: Comma
1176 1175 label_semi_colon_char: Semicolon
1177 1176 label_quote_char: Quote
1178 1177 label_double_quote_char: Double quote
1179 1178 label_fields_mapping: Fields mapping
1180 1179 label_file_content_preview: File content preview
1181 1180 label_create_missing_values: Create missing values
1182 1181 button_import: Import
1183 1182 field_total_estimated_hours: Total estimated time
1184 1183 label_api: API
1185 1184 label_total_plural: Totals
1186 1185 label_assigned_issues: Assigned issues
1187 1186 label_field_format_enumeration: Key/value list
1188 1187 label_f_hour_short: '%{value} h'
1189 1188 field_default_version: Default version
1190 1189 error_attachment_extension_not_allowed: Attachment extension %{extension} is not allowed
1191 1190 setting_attachment_extensions_allowed: Allowed extensions
1192 1191 setting_attachment_extensions_denied: Disallowed extensions
1193 1192 label_any_open_issues: any open issues
1194 1193 label_no_open_issues: no open issues
1195 1194 label_default_values_for_new_users: Default values for new users
1196 1195 error_ldap_bind_credentials: Invalid LDAP Account/Password
1197 1196 setting_sys_api_key: API nøgle
1198 1197 setting_lost_password: Glemt kodeord
1199 1198 mail_subject_security_notification: Security notification
1200 1199 mail_body_security_notification_change: ! '%{field} was changed.'
1201 1200 mail_body_security_notification_change_to: ! '%{field} was changed to %{value}.'
1202 1201 mail_body_security_notification_add: ! '%{field} %{value} was added.'
1203 1202 mail_body_security_notification_remove: ! '%{field} %{value} was removed.'
1204 1203 mail_body_security_notification_notify_enabled: Email address %{value} now receives
1205 1204 notifications.
1206 1205 mail_body_security_notification_notify_disabled: Email address %{value} no longer
1207 1206 receives notifications.
1208 1207 mail_body_settings_updated: ! 'The following settings were changed:'
1209 1208 field_remote_ip: IP address
1210 1209 label_wiki_page_new: New wiki page
1211 1210 label_relations: Relations
1212 1211 button_filter: Filter
1213 1212 mail_body_password_updated: Your password has been changed.
1214 1213 label_no_preview: No preview available
1215 1214 error_no_tracker_allowed_for_new_issue_in_project: The project doesn't have any trackers
1216 1215 for which you can create an issue
1217 1216 label_tracker_all: All trackers
1218 1217 label_new_project_issue_tab_enabled: Display the "New issue" tab
1219 1218 setting_new_item_menu_tab: Project menu tab for creating new objects
1220 1219 label_new_object_tab_enabled: Display the "+" drop-down
1221 1220 error_no_projects_with_tracker_allowed_for_new_issue: There are no projects with trackers
1222 1221 for which you can create an issue
1223 1222 field_textarea_font: Font used for text areas
1224 1223 label_font_default: Default font
1225 1224 label_font_monospace: Monospaced font
1226 1225 label_font_proportional: Proportional font
1227 1226 setting_timespan_format: Time span format
1228 1227 label_table_of_contents: Table of contents
1229 1228 setting_commit_logs_formatting: Apply text formatting to commit messages
1230 1229 setting_mail_handler_enable_regex_delimiters: Enable regular expressions
1231 1230 error_move_of_child_not_possible: 'Subtask %{child} could not be moved to the new
1232 1231 project: %{errors}'
1233 1232 error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot
1234 1233 be reassigned to an issue that is about to be deleted
1235 1234 setting_timelog_required_fields: Required fields for time logs
1236 1235 label_attribute_of_object: '%{object_name}''s %{name}'
1237 1236 label_user_mail_option_only_assigned: Only for things I watch or I am assigned to
1238 1237 label_user_mail_option_only_owner: Only for things I watch or I am the owner of
1239 1238 warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion
1240 1239 of values from one or more fields on the selected objects
1241 1240 field_updated_by: Updated by
1242 1241 field_last_updated_by: Last updated by
1243 1242 field_full_width_layout: Full width layout
@@ -1,1228 +1,1227
1 1 # German translations for Ruby on Rails
2 2 # by Clemens Kofler (clemens@railway.at)
3 3 # additions for Redmine 1.2 by Jens Martsch (jmartsch@gmail.com)
4 4
5 5 de:
6 6 direction: ltr
7 7 date:
8 8 formats:
9 9 # Use the strftime parameters for formats.
10 10 # When no format has been given, it uses default.
11 11 # You can provide other formats here if you like!
12 12 default: "%d.%m.%Y"
13 13 short: "%e. %b"
14 14 long: "%e. %B %Y"
15 15
16 16 day_names: [Sonntag, Montag, Dienstag, Mittwoch, Donnerstag, Freitag, Samstag]
17 17 abbr_day_names: [So, Mo, Di, Mi, Do, Fr, Sa]
18 18
19 19 # Don't forget the nil at the beginning; there's no such thing as a 0th month
20 20 month_names: [~, Januar, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember]
21 21 abbr_month_names: [~, Jan, Feb, Mär, Apr, Mai, Jun, Jul, Aug, Sep, Okt, Nov, Dez]
22 22 # Used in date_select and datime_select.
23 23 order:
24 24 - :day
25 25 - :month
26 26 - :year
27 27
28 28 time:
29 29 formats:
30 30 default: "%d.%m.%Y %H:%M"
31 31 time: "%H:%M"
32 32 short: "%e. %b %H:%M"
33 33 long: "%A, %e. %B %Y, %H:%M Uhr"
34 34 am: "vormittags"
35 35 pm: "nachmittags"
36 36
37 37 datetime:
38 38 distance_in_words:
39 39 half_a_minute: 'eine halbe Minute'
40 40 less_than_x_seconds:
41 41 one: 'weniger als 1 Sekunde'
42 42 other: 'weniger als %{count} Sekunden'
43 43 x_seconds:
44 44 one: '1 Sekunde'
45 45 other: '%{count} Sekunden'
46 46 less_than_x_minutes:
47 47 one: 'weniger als 1 Minute'
48 48 other: 'weniger als %{count} Minuten'
49 49 x_minutes:
50 50 one: '1 Minute'
51 51 other: '%{count} Minuten'
52 52 about_x_hours:
53 53 one: 'etwa 1 Stunde'
54 54 other: 'etwa %{count} Stunden'
55 55 x_hours:
56 56 one: "1 Stunde"
57 57 other: "%{count} Stunden"
58 58 x_days:
59 59 one: '1 Tag'
60 60 other: '%{count} Tagen'
61 61 about_x_months:
62 62 one: 'etwa 1 Monat'
63 63 other: 'etwa %{count} Monaten'
64 64 x_months:
65 65 one: '1 Monat'
66 66 other: '%{count} Monaten'
67 67 about_x_years:
68 68 one: 'etwa 1 Jahr'
69 69 other: 'etwa %{count} Jahren'
70 70 over_x_years:
71 71 one: 'mehr als 1 Jahr'
72 72 other: 'mehr als %{count} Jahren'
73 73 almost_x_years:
74 74 one: "fast 1 Jahr"
75 75 other: "fast %{count} Jahren"
76 76
77 77 number:
78 78 # Default format for numbers
79 79 format:
80 80 separator: ','
81 81 delimiter: '.'
82 82 precision: 2
83 83 currency:
84 84 format:
85 85 unit: '€'
86 86 format: '%n %u'
87 87 delimiter: ''
88 88 percentage:
89 89 format:
90 90 delimiter: ""
91 91 precision:
92 92 format:
93 93 delimiter: ""
94 94 human:
95 95 format:
96 96 delimiter: ""
97 97 precision: 3
98 98 storage_units:
99 99 format: "%n %u"
100 100 units:
101 101 byte:
102 102 one: "Byte"
103 103 other: "Bytes"
104 104 kb: "KB"
105 105 mb: "MB"
106 106 gb: "GB"
107 107 tb: "TB"
108 108
109 109 # Used in array.to_sentence.
110 110 support:
111 111 array:
112 112 sentence_connector: "und"
113 113 skip_last_comma: true
114 114
115 115 activerecord:
116 116 errors:
117 117 template:
118 118 header:
119 119 one: "Dieses %{model}-Objekt konnte nicht gespeichert werden: %{count} Fehler."
120 120 other: "Dieses %{model}-Objekt konnte nicht gespeichert werden: %{count} Fehler."
121 121 body: "Bitte überprüfen Sie die folgenden Felder:"
122 122
123 123 messages:
124 124 inclusion: "ist kein gültiger Wert"
125 125 exclusion: "ist nicht verfügbar"
126 126 invalid: "ist nicht gültig"
127 127 confirmation: "stimmt nicht mit der Bestätigung überein"
128 128 accepted: "muss akzeptiert werden"
129 129 empty: "muss ausgefüllt werden"
130 130 blank: "muss ausgefüllt werden"
131 131 too_long: "ist zu lang (nicht mehr als %{count} Zeichen)"
132 132 too_short: "ist zu kurz (nicht weniger als %{count} Zeichen)"
133 133 wrong_length: "hat die falsche Länge (muss genau %{count} Zeichen haben)"
134 134 taken: "ist bereits vergeben"
135 135 not_a_number: "ist keine Zahl"
136 136 not_a_date: "ist kein gültiges Datum"
137 137 greater_than: "muss größer als %{count} sein"
138 138 greater_than_or_equal_to: "muss größer oder gleich %{count} sein"
139 139 equal_to: "muss genau %{count} sein"
140 140 less_than: "muss kleiner als %{count} sein"
141 141 less_than_or_equal_to: "muss kleiner oder gleich %{count} sein"
142 142 odd: "muss ungerade sein"
143 143 even: "muss gerade sein"
144 144 greater_than_start_date: "muss größer als Anfangsdatum sein"
145 145 not_same_project: "gehört nicht zum selben Projekt"
146 146 circular_dependency: "Diese Beziehung würde eine zyklische Abhängigkeit erzeugen"
147 147 cant_link_an_issue_with_a_descendant: "Ein Ticket kann nicht mit einer Ihrer Unteraufgaben verlinkt werden"
148 148 earlier_than_minimum_start_date: "kann wegen eines Vorgängertickets nicht vor %{date} liegen"
149 149 not_a_regexp: "is not a valid regular expression"
150 150 open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task"
151 151
152 152 actionview_instancetag_blank_option: Bitte auswählen
153 153
154 154 button_activate: Aktivieren
155 155 button_add: Hinzufügen
156 156 button_annotate: Annotieren
157 157 button_apply: Anwenden
158 158 button_archive: Archivieren
159 159 button_back: Zurück
160 160 button_cancel: Abbrechen
161 161 button_change: Wechseln
162 162 button_change_password: Passwort ändern
163 163 button_check_all: Alles auswählen
164 164 button_clear: Zurücksetzen
165 165 button_close: Schließen
166 166 button_collapse_all: Alle einklappen
167 167 button_configure: Konfigurieren
168 168 button_copy: Kopieren
169 169 button_copy_and_follow: Kopieren und Ticket anzeigen
170 170 button_create: Anlegen
171 171 button_create_and_continue: Anlegen und weiter
172 172 button_delete: Löschen
173 173 button_delete_my_account: Mein Benutzerkonto löschen
174 174 button_download: Download
175 175 button_duplicate: Duplizieren
176 176 button_edit: Bearbeiten
177 177 button_edit_associated_wikipage: "Zugehörige Wikiseite bearbeiten: %{page_title}"
178 178 button_edit_section: Diesen Bereich bearbeiten
179 179 button_expand_all: Alle ausklappen
180 180 button_export: Exportieren
181 181 button_hide: Verstecken
182 182 button_list: Liste
183 183 button_lock: Sperren
184 184 button_log_time: Aufwand buchen
185 185 button_login: Anmelden
186 186 button_move: Verschieben
187 187 button_move_and_follow: Verschieben und Ticket anzeigen
188 188 button_quote: Zitieren
189 189 button_rename: Umbenennen
190 190 button_reopen: Öffnen
191 191 button_reply: Antworten
192 192 button_reset: Zurücksetzen
193 193 button_rollback: Auf diese Version zurücksetzen
194 194 button_save: Speichern
195 195 button_show: Anzeigen
196 196 button_sort: Sortieren
197 197 button_submit: OK
198 198 button_test: Testen
199 199 button_unarchive: Entarchivieren
200 200 button_uncheck_all: Alles abwählen
201 201 button_unlock: Entsperren
202 202 button_unwatch: Nicht beobachten
203 203 button_update: Aktualisieren
204 204 button_view: Anzeigen
205 205 button_watch: Beobachten
206 206
207 207 default_activity_design: Design
208 208 default_activity_development: Entwicklung
209 209 default_doc_category_tech: Technische Dokumentation
210 210 default_doc_category_user: Benutzerdokumentation
211 211 default_issue_status_closed: Erledigt
212 212 default_issue_status_feedback: Feedback
213 213 default_issue_status_in_progress: In Bearbeitung
214 214 default_issue_status_new: Neu
215 215 default_issue_status_rejected: Abgewiesen
216 216 default_issue_status_resolved: Gelöst
217 217 default_priority_high: Hoch
218 218 default_priority_immediate: Sofort
219 219 default_priority_low: Niedrig
220 220 default_priority_normal: Normal
221 221 default_priority_urgent: Dringend
222 222 default_role_developer: Entwickler
223 223 default_role_manager: Manager
224 224 default_role_reporter: Reporter
225 225 default_tracker_bug: Fehler
226 226 default_tracker_feature: Feature
227 227 default_tracker_support: Unterstützung
228 228
229 229 description_all_columns: Alle Spalten
230 230 description_available_columns: Verfügbare Spalten
231 231 description_choose_project: Projekte
232 232 description_filter: Filter
233 233 description_issue_category_reassign: Neue Kategorie wählen
234 234 description_message_content: Nachrichteninhalt
235 235 description_notes: Kommentare
236 236 description_project_scope: Suchbereich
237 237 description_query_sort_criteria_attribute: Sortierattribut
238 238 description_query_sort_criteria_direction: Sortierrichtung
239 239 description_search: Suchfeld
240 240 description_selected_columns: Ausgewählte Spalten
241 241
242 242 description_user_mail_notification: Mailbenachrichtigungseinstellung
243 243 description_wiki_subpages_reassign: Neue Elternseite wählen
244 244
245 245 enumeration_activities: Aktivitäten (Zeiterfassung)
246 246 enumeration_doc_categories: Dokumentenkategorien
247 247 enumeration_issue_priorities: Ticket-Prioritäten
248 248 enumeration_system_activity: System-Aktivität
249 249
250 250 error_attachment_too_big: Diese Datei kann nicht hochgeladen werden, da sie die maximale Dateigröße von (%{max_size}) überschreitet.
251 251 error_can_not_archive_project: Dieses Projekt kann nicht archiviert werden.
252 252 error_can_not_delete_custom_field: Kann das benutzerdefinierte Feld nicht löschen.
253 253 error_can_not_delete_tracker: Dieser Tracker enthält Tickets und kann nicht gelöscht werden.
254 254 error_can_not_remove_role: Diese Rolle wird verwendet und kann nicht gelöscht werden.
255 255 error_can_not_reopen_issue_on_closed_version: Das Ticket ist einer abgeschlossenen Version zugeordnet und kann daher nicht wieder geöffnet werden.
256 256 error_can_t_load_default_data: "Die Standard-Konfiguration konnte nicht geladen werden: %{value}"
257 257 error_issue_done_ratios_not_updated: Der Ticket-Fortschritt wurde nicht aktualisiert.
258 258 error_issue_not_found_in_project: 'Das Ticket wurde nicht gefunden oder gehört nicht zu diesem Projekt.'
259 259 error_no_default_issue_status: Es ist kein Status als Standard definiert. Bitte überprüfen Sie Ihre Konfiguration (unter "Administration -> Ticket-Status").
260 260 error_no_tracker_in_project: Diesem Projekt ist kein Tracker zugeordnet. Bitte überprüfen Sie die Projekteinstellungen.
261 261 error_scm_annotate: "Der Eintrag existiert nicht oder kann nicht annotiert werden."
262 262 error_scm_annotate_big_text_file: Der Eintrag kann nicht umgesetzt werden, da er die maximale Textlänge überschreitet.
263 263 error_scm_command_failed: "Beim Zugriff auf das Repository ist ein Fehler aufgetreten: %{value}"
264 264 error_scm_not_found: Eintrag und/oder Revision existiert nicht im Repository.
265 265 error_session_expired: Ihre Sitzung ist abgelaufen. Bitte melden Sie sich erneut an.
266 266 error_unable_delete_issue_status: "Der Ticket-Status konnte nicht gelöscht werden."
267 267 error_unable_to_connect: Fehler beim Verbinden (%{value})
268 268 error_workflow_copy_source: Bitte wählen Sie einen Quell-Tracker und eine Quell-Rolle.
269 269 error_workflow_copy_target: Bitte wählen Sie die Ziel-Tracker und -Rollen.
270 270 error_move_of_child_not_possible: "Unteraufgabe %{child} konnte nicht in das neue Projekt verschoben werden: %{errors}"
271 271
272 272 field_account: Konto
273 273 field_active: Aktiv
274 274 field_activity: Aktivität
275 275 field_admin: Administrator
276 276 field_assignable: Tickets können dieser Rolle zugewiesen werden
277 277 field_assigned_to: Zugewiesen an
278 278 field_assigned_to_role: Zuständigkeitsrolle
279 279 field_attr_firstname: Vorname-Attribut
280 280 field_attr_lastname: Name-Attribut
281 281 field_attr_login: Mitgliedsname-Attribut
282 282 field_attr_mail: E-Mail-Attribut
283 283 field_auth_source: Authentifizierungs-Modus
284 284 field_auth_source_ldap_filter: LDAP-Filter
285 285 field_author: Autor
286 286 field_base_dn: Base DN
287 287 field_board_parent: Übergeordnetes Forum
288 288 field_category: Kategorie
289 289 field_column_names: Spalten
290 290 field_closed_on: Geschlossen am
291 291 field_comments: Kommentar
292 292 field_comments_sorting: Kommentare anzeigen
293 293 field_commit_logs_encoding: Kodierung der Commit-Nachrichten
294 294 field_content: Inhalt
295 295 field_core_fields: Standardwerte
296 296 field_created_on: Angelegt
297 297 field_cvs_module: Modul
298 298 field_cvsroot: CVSROOT
299 299 field_default_value: Standardwert
300 300 field_default_status: Standardstatus
301 301 field_delay: Pufferzeit
302 302 field_description: Beschreibung
303 303 field_done_ratio: "% erledigt"
304 304 field_downloads: Downloads
305 305 field_due_date: Abgabedatum
306 306 field_editable: Bearbeitbar
307 307 field_effective_date: Datum
308 308 field_estimated_hours: Geschätzter Aufwand
309 309 field_field_format: Format
310 310 field_filename: Datei
311 311 field_filesize: Größe
312 312 field_firstname: Vorname
313 313 field_fixed_version: Zielversion
314 314 field_generate_password: Passwort generieren
315 315 field_group_by: Gruppiere Ergebnisse nach
316 316 field_hide_mail: E-Mail-Adresse nicht anzeigen
317 317 field_homepage: Projekt-Homepage
318 318 field_host: Host
319 319 field_hours: Stunden
320 320 field_identifier: Kennung
321 321 field_identity_url: OpenID-URL
322 322 field_inherit_members: Benutzer erben
323 323 field_is_closed: Ticket geschlossen
324 324 field_is_default: Standardeinstellung
325 325 field_is_filter: Als Filter benutzen
326 326 field_is_for_all: Für alle Projekte
327 327 field_is_in_roadmap: In der Roadmap anzeigen
328 328 field_is_private: Privat
329 329 field_is_public: Öffentlich
330 330 field_is_required: Erforderlich
331 331 field_issue: Ticket
332 332 field_issue_to: Zugehöriges Ticket
333 333 field_issues_visibility: Ticket-Sichtbarkeit
334 334 field_language: Sprache
335 335 field_last_login_on: Letzte Anmeldung
336 336 field_lastname: Nachname
337 337 field_login: Mitgliedsname
338 338 field_mail: E-Mail
339 339 field_mail_notification: Mailbenachrichtigung
340 340 field_max_length: Maximale Länge
341 341 field_member_of_group: Zuständigkeitsgruppe
342 342 field_min_length: Minimale Länge
343 343 field_multiple: Mehrere Werte
344 344 field_must_change_passwd: Passwort beim nächsten Login ändern
345 345 field_name: Name
346 346 field_new_password: Neues Passwort
347 347 field_notes: Kommentare
348 348 field_onthefly: On-the-fly-Benutzererstellung
349 349 field_parent: Unterprojekt von
350 350 field_parent_issue: Übergeordnete Aufgabe
351 351 field_parent_title: Übergeordnete Seite
352 352 field_password: Passwort
353 353 field_password_confirmation: Bestätigung
354 354 field_path_to_repository: Pfad zum Repository
355 355 field_port: Port
356 356 field_possible_values: Mögliche Werte
357 357 field_principal: Auftraggeber
358 358 field_priority: Priorität
359 359 field_private_notes: Privater Kommentar
360 360 field_project: Projekt
361 361 field_redirect_existing_links: Existierende Links umleiten
362 362 field_regexp: Regulärer Ausdruck
363 363 field_repository_is_default: Haupt-Repository
364 364 field_role: Rolle
365 365 field_root_directory: Wurzelverzeichnis
366 366 field_scm_path_encoding: Pfad-Kodierung
367 367 field_searchable: Durchsuchbar
368 368 field_sharing: Gemeinsame Verwendung
369 369 field_spent_on: Datum
370 370 field_start_date: Beginn
371 371 field_start_page: Hauptseite
372 372 field_status: Status
373 373 field_subject: Thema
374 374 field_subproject: Unterprojekt von
375 375 field_summary: Zusammenfassung
376 376 field_text: Textfeld
377 377 field_time_entries: Logzeit
378 378 field_time_zone: Zeitzone
379 379 field_timeout: Auszeit (in Sekunden)
380 380 field_title: Titel
381 381 field_tracker: Tracker
382 382 field_type: Typ
383 383 field_updated_on: Aktualisiert
384 384 field_url: URL
385 385 field_user: Benutzer
386 386 field_users_visibility: Benutzer-Sichtbarkeit
387 387 field_value: Wert
388 388 field_version: Version
389 389 field_visible: Sichtbar
390 390 field_warn_on_leaving_unsaved: Vor dem Verlassen einer Seite mit ungesichertem Text im Editor warnen
391 391 field_watcher: Beobachter
392 392
393 393 general_csv_decimal_separator: ','
394 394 general_csv_encoding: ISO-8859-1
395 395 general_csv_separator: ';'
396 396 general_pdf_fontname: freesans
397 397 general_pdf_monospaced_fontname: freemono
398 398 general_first_day_of_week: '1'
399 399 general_lang_name: 'German (Deutsch)'
400 400 general_text_No: 'Nein'
401 401 general_text_Yes: 'Ja'
402 402 general_text_no: 'nein'
403 403 general_text_yes: 'ja'
404 404
405 405 label_activity: Aktivität
406 406 label_add_another_file: Eine weitere Datei hinzufügen
407 407 label_add_note: Kommentar hinzufügen
408 408 label_add_projects: Projekt hinzufügen
409 409 label_added: hinzugefügt
410 410 label_added_time_by: "Von %{author} vor %{age} hinzugefügt"
411 411 label_additional_workflow_transitions_for_assignee: Zusätzliche Berechtigungen wenn der Benutzer der Zugewiesene ist
412 412 label_additional_workflow_transitions_for_author: Zusätzliche Berechtigungen wenn der Benutzer der Autor ist
413 413 label_administration: Administration
414 414 label_age: Geändert vor
415 415 label_ago: vor
416 416 label_all: alle
417 417 label_all_time: gesamter Zeitraum
418 418 label_all_words: Alle Wörter
419 419 label_and_its_subprojects: "%{value} und dessen Unterprojekte"
420 420 label_any: alle
421 421 label_any_issues_in_project: irgendein Ticket im Projekt
422 422 label_any_issues_not_in_project: irgendein Ticket nicht im Projekt
423 423 label_api_access_key: API-Zugriffsschlüssel
424 424 label_api_access_key_created_on: Der API-Zugriffsschlüssel wurde vor %{value} erstellt
425 425 label_applied_status: Zugewiesener Status
426 426 label_ascending: Aufsteigend
427 427 label_ask: Nachfragen
428 428 label_assigned_to_me_issues: Mir zugewiesene Tickets
429 429 label_associated_revisions: Zugehörige Revisionen
430 430 label_attachment: Datei
431 431 label_attachment_delete: Anhang löschen
432 432 label_attachment_new: Neue Datei
433 433 label_attachment_plural: Dateien
434 434 label_attribute: Attribut
435 435 label_attribute_of_assigned_to: "%{name} des Bearbeiters"
436 436 label_attribute_of_author: "%{name} des Autors"
437 437 label_attribute_of_fixed_version: "%{name} der Zielversion"
438 438 label_attribute_of_issue: "%{name} des Tickets"
439 439 label_attribute_of_project: "%{name} des Projekts"
440 440 label_attribute_of_user: "%{name} des Benutzers"
441 441 label_attribute_plural: Attribute
442 442 label_auth_source: Authentifizierungs-Modus
443 443 label_auth_source_new: Neuer Authentifizierungs-Modus
444 444 label_auth_source_plural: Authentifizierungs-Arten
445 445 label_authentication: Authentifizierung
446 446 label_between: zwischen
447 447 label_blocked_by: Blockiert durch
448 448 label_blocks: Blockiert
449 449 label_board: Forum
450 450 label_board_locked: Gesperrt
451 451 label_board_new: Neues Forum
452 452 label_board_plural: Foren
453 453 label_board_sticky: Wichtig (immer oben)
454 454 label_boolean: Boolean
455 455 label_branch: Zweig
456 456 label_browse: Codebrowser
457 457 label_bulk_edit_selected_issues: Alle ausgewählten Tickets bearbeiten
458 458 label_bulk_edit_selected_time_entries: Ausgewählte Zeitaufwände bearbeiten
459 459 label_calendar: Kalender
460 460 label_change_plural: Änderungen
461 461 label_change_properties: Eigenschaften ändern
462 462 label_change_status: Statuswechsel
463 463 label_change_view_all: Alle Änderungen anzeigen
464 464 label_changes_details: Details aller Änderungen
465 465 label_changeset_plural: Changesets
466 466 label_checkboxes: Checkboxen
467 467 label_check_for_updates: Auf Updates prüfen
468 468 label_child_revision: Nachfolger
469 469 label_chronological_order: in zeitlicher Reihenfolge
470 470 label_close_versions: Vollständige Versionen schließen
471 471 label_closed_issues: geschlossen
472 472 label_closed_issues_plural: geschlossen
473 473 label_comment: Kommentar
474 474 label_comment_add: Kommentar hinzufügen
475 475 label_comment_added: Kommentar hinzugefügt
476 476 label_comment_delete: Kommentar löschen
477 477 label_comment_plural: Kommentare
478 478 label_commits_per_author: Übertragungen pro Autor
479 479 label_commits_per_month: Übertragungen pro Monat
480 480 label_completed_versions: Abgeschlossene Versionen
481 481 label_confirmation: Bestätigung
482 482 label_contains: enthält
483 483 label_copied: kopiert
484 484 label_copied_from: Kopiert von
485 485 label_copied_to: Kopiert nach
486 486 label_copy_attachments: Anhänge kopieren
487 487 label_copy_same_as_target: So wie das Ziel
488 488 label_copy_source: Quelle
489 489 label_copy_subtasks: Unteraufgaben kopieren
490 490 label_copy_target: Ziel
491 491 label_copy_workflow_from: Workflow kopieren von
492 492 label_cross_project_descendants: Mit Unterprojekten
493 493 label_cross_project_hierarchy: Mit Projekthierarchie
494 494 label_cross_project_system: Mit allen Projekten
495 495 label_cross_project_tree: Mit Projektbaum
496 496 label_current_status: Gegenwärtiger Status
497 497 label_current_version: Gegenwärtige Version
498 498 label_custom_field: Benutzerdefiniertes Feld
499 499 label_custom_field_new: Neues Feld
500 500 label_custom_field_plural: Benutzerdefinierte Felder
501 501 label_custom_field_select_type: Bitte wählen Sie den Objekttyp, zu dem das benutzerdefinierte Feld hinzugefügt werden soll
502 502 label_date: Datum
503 503 label_date_from: Von
504 504 label_date_from_to: von %{start} bis %{end}
505 505 label_date_range: Zeitraum
506 506 label_date_to: Bis
507 507 label_day_plural: Tage
508 508 label_default: Standard
509 509 label_default_columns: Standard-Spalten
510 510 label_deleted: gelöscht
511 511 label_descending: Absteigend
512 512 label_details: Details
513 513 label_diff: diff
514 514 label_diff_inline: einspaltig
515 515 label_diff_side_by_side: nebeneinander
516 516 label_disabled: gesperrt
517 517 label_display: Anzeige
518 518 label_display_per_page: "Pro Seite: %{value}"
519 519 label_display_used_statuses_only: Zeige nur Status an, die von diesem Tracker verwendet werden
520 520 label_document: Dokument
521 521 label_document_added: Dokument hinzugefügt
522 522 label_document_new: Neues Dokument
523 523 label_document_plural: Dokumente
524 524 label_downloads_abbr: D/L
525 525 label_drop_down_list: Dropdown-Liste
526 526 label_duplicated_by: Dupliziert durch
527 527 label_duplicates: Duplikat von
528 528 label_edit_attachments: Angehängte Dateien bearbeiten
529 529 label_enumeration_new: Neuer Wert
530 530 label_enumerations: Aufzählungen
531 531 label_environment: Umgebung
532 532 label_equals: ist
533 533 label_example: Beispiel
534 534 label_export_options: "%{export_format} Export-Eigenschaften"
535 535 label_export_to: "Auch abrufbar als:"
536 536 label_f_hour: "%{value} Stunde"
537 537 label_f_hour_plural: "%{value} Stunden"
538 538 label_feed_plural: Feeds
539 539 label_feeds_access_key: Atom-Zugriffsschlüssel
540 540 label_feeds_access_key_created_on: "Atom-Zugriffsschlüssel vor %{value} erstellt"
541 541 label_fields_permissions: Feldberechtigungen
542 542 label_file_added: Datei hinzugefügt
543 543 label_file_plural: Dateien
544 544 label_filter_add: Filter hinzufügen
545 545 label_filter_plural: Filter
546 546 label_float: Fließkommazahl
547 547 label_follows: Nachfolger von
548 548 label_gantt: Gantt-Diagramm
549 549 label_gantt_progress_line: Fortschrittslinie
550 550 label_general: Allgemein
551 551 label_generate_key: Generieren
552 552 label_git_report_last_commit: Bericht des letzten Commits für Dateien und Verzeichnisse
553 553 label_greater_or_equal: ">="
554 554 label_group: Gruppe
555 555 label_group_anonymous: Anonyme Benutzer
556 556 label_group_new: Neue Gruppe
557 557 label_group_non_member: Nichtmitglieder
558 558 label_group_plural: Gruppen
559 559 label_help: Hilfe
560 560 label_hidden: Versteckt
561 561 label_history: Historie
562 562 label_home: Hauptseite
563 563 label_in: in
564 564 label_in_less_than: in weniger als
565 565 label_in_more_than: in mehr als
566 566 label_in_the_next_days: in den nächsten
567 567 label_in_the_past_days: in den letzten
568 568 label_incoming_emails: Eingehende E-Mails
569 569 label_index_by_date: Seiten nach Datum sortiert
570 570 label_index_by_title: Seiten nach Titel sortiert
571 571 label_information: Information
572 572 label_information_plural: Informationen
573 573 label_integer: Zahl
574 574 label_internal: Intern
575 575 label_issue: Ticket
576 576 label_issue_added: Ticket hinzugefügt
577 577 label_issue_assigned_to_updated: Bearbeiter aktualisiert
578 578 label_issue_category: Ticket-Kategorie
579 579 label_issue_category_new: Neue Kategorie
580 580 label_issue_category_plural: Ticket-Kategorien
581 581 label_issue_new: Neues Ticket
582 582 label_issue_note_added: Notiz hinzugefügt
583 583 label_issue_plural: Tickets
584 584 label_issue_priority_updated: Priorität aktualisiert
585 585 label_issue_status: Ticket-Status
586 586 label_issue_status_new: Neuer Status
587 587 label_issue_status_plural: Ticket-Status
588 588 label_issue_status_updated: Status aktualisiert
589 589 label_issue_tracking: Tickets
590 590 label_issue_updated: Ticket aktualisiert
591 591 label_issue_view_all: Alle Tickets anzeigen
592 592 label_issue_watchers: Beobachter
593 593 label_issues_by: "Tickets pro %{value}"
594 594 label_issues_visibility_all: Alle Tickets
595 595 label_issues_visibility_own: Tickets die folgender Benutzer erstellt hat oder die ihm zugewiesen sind
596 596 label_issues_visibility_public: Alle öffentlichen Tickets
597 597 label_item_position: "%{position}/%{count}"
598 598 label_jump_to_a_project: Zu einem Projekt springen...
599 599 label_language_based: Sprachabhängig
600 600 label_last_changes: "%{count} letzte Änderungen"
601 601 label_last_login: Letzte Anmeldung
602 602 label_last_month: voriger Monat
603 603 label_last_n_days: "die letzten %{count} Tage"
604 604 label_last_n_weeks: letzte %{count} Wochen
605 605 label_last_week: vorige Woche
606 606 label_latest_compatible_version: Letzte kompatible Version
607 607 label_latest_revision: Aktuellste Revision
608 608 label_latest_revision_plural: Aktuellste Revisionen
609 609 label_ldap_authentication: LDAP-Authentifizierung
610 610 label_less_or_equal: "<="
611 611 label_less_than_ago: vor weniger als
612 612 label_link: Link
613 613 label_link_copied_issue: Kopierte Tickets verlinken
614 614 label_link_values_to: Werte mit URL verknüpfen
615 615 label_list: Liste
616 616 label_loading: Lade...
617 617 label_logged_as: Angemeldet als
618 618 label_login: Anmelden
619 619 label_login_with_open_id_option: oder mit OpenID anmelden
620 620 label_logout: Abmelden
621 621 label_only: nur
622 622 label_max_size: Maximale Größe
623 623 label_me: ich
624 624 label_member: Mitglied
625 625 label_member_new: Neues Mitglied
626 626 label_member_plural: Mitglieder
627 627 label_message_last: Letzter Forenbeitrag
628 628 label_message_new: Neues Thema
629 629 label_message_plural: Forenbeiträge
630 630 label_message_posted: Forenbeitrag hinzugefügt
631 631 label_min_max_length: Länge (Min. - Max.)
632 632 label_missing_api_access_key: Der API-Zugriffsschlüssel fehlt.
633 633 label_missing_feeds_access_key: Der Atom-Zugriffsschlüssel fehlt.
634 634 label_modified: geändert
635 635 label_module_plural: Module
636 636 label_month: Monat
637 637 label_months_from: Monate ab
638 label_more: Mehr
639 638 label_more_than_ago: vor mehr als
640 639 label_my_account: Mein Konto
641 640 label_my_page: Meine Seite
642 641 label_my_page_block: Verfügbare Widgets
643 642 label_my_projects: Meine Projekte
644 643 label_my_queries: Meine eigenen Abfragen
645 644 label_new: Neu
646 645 label_new_statuses_allowed: Neue Berechtigungen
647 646 label_news: News
648 647 label_news_added: News hinzugefügt
649 648 label_news_comment_added: Kommentar zu einer News hinzugefügt
650 649 label_news_latest: Letzte News
651 650 label_news_new: News hinzufügen
652 651 label_news_plural: News
653 652 label_news_view_all: Alle News anzeigen
654 653 label_next: Weiter
655 654 label_no_change_option: (Keine Änderung)
656 655 label_no_data: Nichts anzuzeigen
657 656 label_no_preview: Keine Vorschau verfügbar
658 657 label_no_issues_in_project: keine Tickets im Projekt
659 658 label_nobody: Niemand
660 659 label_none: kein
661 660 label_not_contains: enthält nicht
662 661 label_not_equals: ist nicht
663 662 label_open_issues: offen
664 663 label_open_issues_plural: offen
665 664 label_optional_description: Beschreibung (optional)
666 665 label_options: Optionen
667 666 label_overall_activity: Aktivitäten aller Projekte anzeigen
668 667 label_overall_spent_time: Aufgewendete Zeit aller Projekte anzeigen
669 668 label_overview: Übersicht
670 669 label_parent_revision: Vorgänger
671 670 label_password_lost: Passwort vergessen
672 671 label_password_required: Bitte geben Sie Ihr Passwort ein
673 672 label_permissions: Berechtigungen
674 673 label_permissions_report: Berechtigungsübersicht
675 674 label_personalize_page: Diese Seite anpassen
676 675 label_please_login: Anmelden
677 676 label_plugins: Plugins
678 677 label_precedes: Vorgänger von
679 678 label_preferences: Präferenzen
680 679 label_preview: Vorschau
681 680 label_previous: Zurück
682 681 label_principal_search: "Nach Benutzer oder Gruppe suchen:"
683 682 label_profile: Profil
684 683 label_project: Projekt
685 684 label_project_all: Alle Projekte
686 685 label_project_copy_notifications: Sende Mailbenachrichtigungen beim Kopieren des Projekts.
687 686 label_project_latest: Neueste Projekte
688 687 label_project_new: Neues Projekt
689 688 label_project_plural: Projekte
690 689 label_public_projects: Öffentliche Projekte
691 690 label_query: Benutzerdefinierte Abfrage
692 691 label_query_new: Neue Abfrage
693 692 label_query_plural: Benutzerdefinierte Abfragen
694 693 label_radio_buttons: Radio-Buttons
695 694 label_read: Lesen...
696 695 label_readonly: Nur-Lese-Zugriff
697 696 label_register: Registrieren
698 697 label_registered_on: Angemeldet am
699 698 label_registration_activation_by_email: Kontoaktivierung durch E-Mail
700 699 label_registration_automatic_activation: Automatische Kontoaktivierung
701 700 label_registration_manual_activation: Manuelle Kontoaktivierung
702 701 label_related_issues: Zugehörige Tickets
703 702 label_relates_to: Beziehung mit
704 703 label_relation_delete: Beziehung löschen
705 704 label_relation_new: Neue Beziehung
706 705 label_renamed: umbenannt
707 706 label_reply_plural: Antworten
708 707 label_report: Bericht
709 708 label_report_plural: Berichte
710 709 label_reported_issues: Erstellte Tickets
711 710 label_repository: Repository
712 711 label_repository_new: Neues Repository
713 712 label_repository_plural: Repositories
714 713 label_required: Erforderlich
715 714 label_result_plural: Resultate
716 715 label_reverse_chronological_order: in umgekehrter zeitlicher Reihenfolge
717 716 label_revision: Revision
718 717 label_revision_id: Revision %{value}
719 718 label_revision_plural: Revisionen
720 719 label_roadmap: Roadmap
721 720 label_roadmap_due_in: "Fällig in %{value}"
722 721 label_roadmap_no_issues: Keine Tickets für diese Version
723 722 label_roadmap_overdue: "seit %{value} verspätet"
724 723 label_role: Rolle
725 724 label_role_and_permissions: Rollen und Rechte
726 725 label_role_anonymous: Anonym
727 726 label_role_new: Neue Rolle
728 727 label_role_non_member: Nichtmitglied
729 728 label_role_plural: Rollen
730 729 label_scm: Versionskontrollsystem
731 730 label_search: Suche
732 731 label_search_for_watchers: Nach hinzufügbaren Beobachtern suchen
733 732 label_search_titles_only: Nur Titel durchsuchen
734 733 label_send_information: Sende Kontoinformationen an Benutzer
735 734 label_send_test_email: Test-E-Mail senden
736 735 label_session_expiration: Ende einer Sitzung
737 736 label_settings: Konfiguration
738 737 label_show_closed_projects: Geschlossene Projekte anzeigen
739 738 label_show_completed_versions: Abgeschlossene Versionen anzeigen
740 739 label_sort: Sortierung
741 740 label_sort_by: "Sortiert nach %{value}"
742 741 label_sort_higher: Eins höher
743 742 label_sort_highest: An den Anfang
744 743 label_sort_lower: Eins tiefer
745 744 label_sort_lowest: Ans Ende
746 745 label_spent_time: Aufgewendete Zeit
747 746 label_statistics: Statistiken
748 747 label_status_transitions: Statusänderungen
749 748 label_stay_logged_in: Angemeldet bleiben
750 749 label_string: Text
751 750 label_subproject_new: Neues Unterprojekt
752 751 label_subproject_plural: Unterprojekte
753 752 label_subtask_plural: Unteraufgaben
754 753 label_tag: Markierung
755 754 label_text: Langer Text
756 755 label_theme: Design-Stil
757 756 label_this_month: aktueller Monat
758 757 label_this_week: aktuelle Woche
759 758 label_this_year: aktuelles Jahr
760 759 label_time_entry_plural: Benötigte Zeit
761 760 label_time_tracking: Zeiterfassung
762 761 label_today: heute
763 762 label_topic_plural: Themen
764 763 label_total: Gesamtzahl
765 764 label_total_time: Gesamtzeit
766 765 label_tracker: Tracker
767 766 label_tracker_new: Neuer Tracker
768 767 label_tracker_plural: Tracker
769 768 label_unknown_plugin: Unbekanntes Plugin
770 769 label_update_issue_done_ratios: Ticket-Fortschritt aktualisieren
771 770 label_updated_time: "Vor %{value} aktualisiert"
772 771 label_updated_time_by: "Von %{author} vor %{age} aktualisiert"
773 772 label_used_by: Benutzt von
774 773 label_user: Benutzer
775 774 label_user_activity: "Aktivität von %{value}"
776 775 label_user_anonymous: Anonym
777 776 label_user_mail_no_self_notified: "Ich möchte nicht über Änderungen benachrichtigt werden, die ich selbst durchführe."
778 777 label_user_mail_option_all: "Für alle Ereignisse in all meinen Projekten"
779 778 label_user_mail_option_none: Keine Ereignisse
780 779 label_user_mail_option_only_my_events: Nur für Aufgaben die ich beobachte oder an welchen ich mitarbeite
781 780 label_user_mail_option_selected: "Für alle Ereignisse in den ausgewählten Projekten"
782 781 label_user_new: Neuer Benutzer
783 782 label_user_plural: Benutzer
784 783 label_user_search: "Nach Benutzer suchen:"
785 784 label_users_visibility_all: Alle aktiven Benutzer
786 785 label_users_visibility_members_of_visible_projects: Mitglieder von sichtbaren Projekten
787 786 label_version: Version
788 787 label_version_new: Neue Version
789 788 label_version_plural: Versionen
790 789 label_version_sharing_descendants: Mit Unterprojekten
791 790 label_version_sharing_hierarchy: Mit Projekthierarchie
792 791 label_version_sharing_none: Nicht gemeinsam verwenden
793 792 label_version_sharing_system: Mit allen Projekten
794 793 label_version_sharing_tree: Mit Projektbaum
795 794 label_view_all_revisions: Alle Revisionen anzeigen
796 795 label_view_diff: Unterschiede anzeigen
797 796 label_view_revisions: Revisionen anzeigen
798 797 label_visibility_private: nur für mich
799 798 label_visibility_public: für jeden Benutzer
800 799 label_visibility_roles: nur für diese Rollen
801 800 label_watched_issues: Beobachtete Tickets
802 801 label_week: Woche
803 802 label_wiki: Wiki
804 803 label_wiki_content_added: Wiki-Seite hinzugefügt
805 804 label_wiki_content_updated: Wiki-Seite aktualisiert
806 805 label_wiki_edit: Wiki-Bearbeitung
807 806 label_wiki_edit_plural: Wiki-Bearbeitungen
808 807 label_wiki_page: Wiki-Seite
809 808 label_wiki_page_plural: Wiki-Seiten
810 809 label_wiki_page_new: Neue Wiki-Seite
811 810 label_workflow: Workflow
812 811 label_x_closed_issues_abbr:
813 812 zero: 0 geschlossen
814 813 one: 1 geschlossen
815 814 other: "%{count} geschlossen"
816 815 label_x_comments:
817 816 zero: keine Kommentare
818 817 one: 1 Kommentar
819 818 other: "%{count} Kommentare"
820 819 label_x_issues:
821 820 zero: 0 Tickets
822 821 one: 1 Ticket
823 822 other: "%{count} Tickets"
824 823 label_x_open_issues_abbr:
825 824 zero: 0 offen
826 825 one: 1 offen
827 826 other: "%{count} offen"
828 827 label_x_projects:
829 828 zero: keine Projekte
830 829 one: 1 Projekt
831 830 other: "%{count} Projekte"
832 831 label_year: Jahr
833 832 label_yesterday: gestern
834 833
835 834 mail_body_account_activation_request: "Ein neuer Benutzer (%{value}) hat sich registriert. Sein Konto wartet auf Ihre Genehmigung:"
836 835 mail_body_account_information: Ihre Konto-Informationen
837 836 mail_body_account_information_external: "Sie können sich mit Ihrem Konto %{value} anmelden."
838 837 mail_body_lost_password: 'Benutzen Sie den folgenden Link, um Ihr Passwort zu ändern:'
839 838 mail_body_register: 'Um Ihr Konto zu aktivieren, benutzen Sie folgenden Link:'
840 839 mail_body_reminder: "%{count} Tickets, die Ihnen zugewiesen sind, müssen in den nächsten %{days} Tagen abgegeben werden:"
841 840 mail_body_wiki_content_added: "Die Wiki-Seite '%{id}' wurde von %{author} hinzugefügt."
842 841 mail_body_wiki_content_updated: "Die Wiki-Seite '%{id}' wurde von %{author} aktualisiert."
843 842 mail_subject_account_activation_request: "Antrag auf %{value} Kontoaktivierung"
844 843 mail_subject_lost_password: "Ihr %{value} Passwort"
845 844 mail_subject_register: "%{value} Kontoaktivierung"
846 845 mail_subject_reminder: "%{count} Tickets müssen in den nächsten %{days} Tagen abgegeben werden"
847 846 mail_subject_wiki_content_added: "Wiki-Seite '%{id}' hinzugefügt"
848 847 mail_subject_wiki_content_updated: "Wiki-Seite '%{id}' erfolgreich aktualisiert"
849 848 mail_subject_security_notification: "Sicherheitshinweis"
850 849 mail_body_security_notification_change: "%{field} wurde geändert."
851 850 mail_body_security_notification_change_to: "%{field} wurde geändert zu %{value}."
852 851 mail_body_security_notification_add: "%{field} %{value} wurde hinzugefügt."
853 852 mail_body_security_notification_remove: "%{field} %{value} wurde entfernt."
854 853 mail_body_security_notification_notify_enabled: "E-Mail-Adresse %{value} erhält nun Benachrichtigungen."
855 854 mail_body_security_notification_notify_disabled: "E-Mail-Adresse %{value} erhält keine Benachrichtigungen mehr."
856 855
857 856 notice_account_activated: Ihr Konto ist aktiviert. Sie können sich jetzt anmelden.
858 857 notice_account_deleted: Ihr Benutzerkonto wurde unwiderruflich gelöscht.
859 858 notice_account_invalid_credentials: Benutzer oder Passwort ist ungültig.
860 859 notice_account_lost_email_sent: Eine E-Mail mit Anweisungen, ein neues Passwort zu wählen, wurde Ihnen geschickt.
861 860 notice_account_locked: Ihr Konto ist gesperrt.
862 861 notice_account_not_activated_yet: Sie haben Ihr Konto noch nicht aktiviert. Wenn Sie die Aktivierungsmail erneut erhalten wollen, <a href="%{url}">klicken Sie bitte hier</a>.
863 862 notice_account_password_updated: Passwort wurde erfolgreich aktualisiert.
864 863 notice_account_pending: "Ihr Konto wurde erstellt und wartet jetzt auf die Genehmigung des Administrators."
865 864 notice_account_register_done: Konto wurde erfolgreich angelegt. Eine E-Mail mit weiteren Instruktionen zur Kontoaktivierung wurde an %{email} gesendet.
866 865 notice_account_unknown_email: Unbekannter Benutzer.
867 866 notice_account_updated: Konto wurde erfolgreich aktualisiert.
868 867 notice_account_wrong_password: Falsches Passwort.
869 868 notice_api_access_key_reseted: Ihr API-Zugriffsschlüssel wurde zurückgesetzt.
870 869 notice_can_t_change_password: Dieses Konto verwendet eine externe Authentifizierungs-Quelle. Unmöglich, das Passwort zu ändern.
871 870 notice_default_data_loaded: Die Standard-Konfiguration wurde erfolgreich geladen.
872 871 notice_email_error: "Beim Senden einer E-Mail ist ein Fehler aufgetreten (%{value})."
873 872 notice_email_sent: "Eine E-Mail wurde an %{value} gesendet."
874 873 notice_failed_to_save_issues: "%{count} von %{total} ausgewählten Tickets konnte(n) nicht gespeichert werden: %{ids}."
875 874 notice_failed_to_save_members: "Benutzer konnte nicht gespeichert werden: %{errors}."
876 875 notice_failed_to_save_time_entries: "%{count} von %{total} ausgewählten Zeiteinträgen konnte(n) nicht gespeichert werden: %{ids}"
877 876 notice_feeds_access_key_reseted: Ihr Atom-Zugriffsschlüssel wurde zurückgesetzt.
878 877 notice_file_not_found: Anhang existiert nicht oder ist gelöscht worden.
879 878 notice_gantt_chart_truncated: Die Grafik ist unvollständig, da das Maximum der anzeigbaren Aufgaben überschritten wurde (%{max})
880 879 notice_issue_done_ratios_updated: Der Ticket-Fortschritt wurde aktualisiert.
881 880 notice_issue_successful_create: Ticket %{id} erstellt.
882 881 notice_issue_update_conflict: Das Ticket wurde während Ihrer Bearbeitung von einem anderen Nutzer überarbeitet.
883 882 notice_locking_conflict: Datum wurde von einem anderen Benutzer geändert.
884 883 notice_new_password_must_be_different: Das neue Passwort muss sich vom dem Aktuellen unterscheiden
885 884 notice_no_issue_selected: "Kein Ticket ausgewählt! Bitte wählen Sie die Tickets, die Sie bearbeiten möchten."
886 885 notice_not_authorized: Sie sind nicht berechtigt, auf diese Seite zuzugreifen.
887 886 notice_not_authorized_archived_project: Das Projekt wurde archiviert und ist daher nicht verfügbar.
888 887 notice_successful_connection: Verbindung erfolgreich.
889 888 notice_successful_create: Erfolgreich angelegt
890 889 notice_successful_delete: Erfolgreich gelöscht.
891 890 notice_successful_update: Erfolgreich aktualisiert.
892 891 notice_unable_delete_time_entry: Der Zeiterfassungseintrag konnte nicht gelöscht werden.
893 892 notice_unable_delete_version: Die Version konnte nicht gelöscht werden.
894 893 notice_user_successful_create: Benutzer %{id} angelegt.
895 894
896 895 permission_add_issue_notes: Kommentare hinzufügen
897 896 permission_add_issue_watchers: Beobachter hinzufügen
898 897 permission_add_issues: Tickets hinzufügen
899 898 permission_add_messages: Forenbeiträge hinzufügen
900 899 permission_add_project: Projekt erstellen
901 900 permission_add_subprojects: Unterprojekte erstellen
902 901 permission_add_documents: Dokumente hinzufügen
903 902 permission_browse_repository: Repository ansehen
904 903 permission_close_project: Schließen / erneutes Öffnen eines Projekts
905 904 permission_comment_news: News kommentieren
906 905 permission_commit_access: Commit-Zugriff
907 906 permission_delete_issue_watchers: Beobachter löschen
908 907 permission_delete_issues: Tickets löschen
909 908 permission_delete_messages: Forenbeiträge löschen
910 909 permission_delete_own_messages: Eigene Forenbeiträge löschen
911 910 permission_delete_wiki_pages: Wiki-Seiten löschen
912 911 permission_delete_wiki_pages_attachments: Anhänge löschen
913 912 permission_delete_documents: Dokumente löschen
914 913 permission_edit_issue_notes: Kommentare bearbeiten
915 914 permission_edit_issues: Tickets bearbeiten
916 915 permission_edit_messages: Forenbeiträge bearbeiten
917 916 permission_edit_own_issue_notes: Eigene Kommentare bearbeiten
918 917 permission_edit_own_messages: Eigene Forenbeiträge bearbeiten
919 918 permission_edit_own_time_entries: Selbst gebuchte Aufwände bearbeiten
920 919 permission_edit_project: Projekt bearbeiten
921 920 permission_edit_time_entries: Gebuchte Aufwände bearbeiten
922 921 permission_edit_wiki_pages: Wiki-Seiten bearbeiten
923 922 permission_edit_documents: Dokumente bearbeiten
924 923 permission_export_wiki_pages: Wiki-Seiten exportieren
925 924 permission_log_time: Aufwände buchen
926 925 permission_manage_boards: Foren verwalten
927 926 permission_manage_categories: Ticket-Kategorien verwalten
928 927 permission_manage_files: Dateien verwalten
929 928 permission_manage_issue_relations: Ticket-Beziehungen verwalten
930 929 permission_manage_members: Mitglieder verwalten
931 930 permission_manage_news: News verwalten
932 931 permission_manage_project_activities: Aktivitäten (Zeiterfassung) verwalten
933 932 permission_manage_public_queries: Öffentliche Filter verwalten
934 933 permission_manage_related_issues: Zugehörige Tickets verwalten
935 934 permission_manage_repository: Repository verwalten
936 935 permission_manage_subtasks: Unteraufgaben verwalten
937 936 permission_manage_versions: Versionen verwalten
938 937 permission_manage_wiki: Wiki verwalten
939 938 permission_move_issues: Tickets verschieben
940 939 permission_protect_wiki_pages: Wiki-Seiten schützen
941 940 permission_rename_wiki_pages: Wiki-Seiten umbenennen
942 941 permission_save_queries: Filter speichern
943 942 permission_select_project_modules: Projektmodule auswählen
944 943 permission_set_issues_private: Tickets privat oder öffentlich markieren
945 944 permission_set_notes_private: Kommentar als privat markieren
946 945 permission_set_own_issues_private: Eigene Tickets privat oder öffentlich markieren
947 946 permission_view_calendar: Kalender ansehen
948 947 permission_view_changesets: Changesets ansehen
949 948 permission_view_documents: Dokumente ansehen
950 949 permission_view_files: Dateien ansehen
951 950 permission_view_gantt: Gantt-Diagramm ansehen
952 951 permission_view_issue_watchers: Liste der Beobachter ansehen
953 952 permission_view_issues: Tickets anzeigen
954 953 permission_view_messages: Forenbeiträge ansehen
955 954 permission_view_private_notes: Private Kommentare sehen
956 955 permission_view_time_entries: Gebuchte Aufwände ansehen
957 956 permission_view_wiki_edits: Wiki-Versionsgeschichte ansehen
958 957 permission_view_wiki_pages: Wiki ansehen
959 958
960 959 project_module_boards: Foren
961 960 project_module_calendar: Kalender
962 961 project_module_documents: Dokumente
963 962 project_module_files: Dateien
964 963 project_module_gantt: Gantt
965 964 project_module_issue_tracking: Tickets
966 965 project_module_news: News
967 966 project_module_repository: Repository
968 967 project_module_time_tracking: Zeiterfassung
969 968 project_module_wiki: Wiki
970 969 project_status_active: aktiv
971 970 project_status_archived: archiviert
972 971 project_status_closed: geschlossen
973 972
974 973 setting_activity_days_default: Anzahl Tage pro Seite der Projekt-Aktivität
975 974 setting_app_subtitle: Applikationsuntertitel
976 975 setting_app_title: Applikationstitel
977 976 setting_attachment_max_size: Max. Dateigröße
978 977 setting_autofetch_changesets: Changesets automatisch abrufen
979 978 setting_autologin: Automatische Anmeldung läuft ab nach
980 979 setting_bcc_recipients: E-Mails als Blindkopie (BCC) senden
981 980 setting_cache_formatted_text: Formatierten Text im Cache speichern
982 981 setting_commit_cross_project_ref: Erlauben Tickets aller anderen Projekte zu referenzieren
983 982 setting_commit_fix_keywords: Schlüsselwörter (Status)
984 983 setting_commit_logtime_activity_id: Aktivität für die Zeiterfassung
985 984 setting_commit_logtime_enabled: Aktiviere Zeiterfassung via Commit-Nachricht
986 985 setting_commit_ref_keywords: Schlüsselwörter (Beziehungen)
987 986 setting_cross_project_issue_relations: Ticket-Beziehungen zwischen Projekten erlauben
988 987 setting_cross_project_subtasks: Projektübergreifende Unteraufgaben erlauben
989 988 setting_date_format: Datumsformat
990 989 setting_default_issue_start_date_to_creation_date: Aktuelles Datum als Beginn für neue Tickets verwenden
991 990 setting_default_language: Standardsprache
992 991 setting_default_notification_option: Standard Benachrichtigungsoptionen
993 992 setting_default_projects_modules: Standardmäßig aktivierte Module für neue Projekte
994 993 setting_default_projects_public: Neue Projekte sind standardmäßig öffentlich
995 994 setting_default_projects_tracker_ids: Standardmäßig aktivierte Tracker für neue Projekte
996 995 setting_diff_max_lines_displayed: Maximale Anzahl anzuzeigender Diff-Zeilen
997 996 setting_display_subprojects_issues: Tickets von Unterprojekten im Hauptprojekt anzeigen
998 997 setting_emails_footer: E-Mail-Fußzeile
999 998 setting_emails_header: E-Mail-Kopfzeile
1000 999 setting_enabled_scm: Aktivierte Versionskontrollsysteme
1001 1000 setting_feeds_limit: Max. Anzahl Einträge pro Atom-Feed
1002 1001 setting_file_max_size_displayed: Maximale Größe inline angezeigter Textdateien
1003 1002 setting_force_default_language_for_anonymous: Standardsprache für anonyme Benutzer erzwingen
1004 1003 setting_force_default_language_for_loggedin: Standardsprache für angemeldete Benutzer erzwingen
1005 1004 setting_gantt_items_limit: Maximale Anzahl von Aufgaben die im Gantt-Chart angezeigt werden
1006 1005 setting_gravatar_default: Standard-Gravatar-Bild
1007 1006 setting_gravatar_enabled: Gravatar-Benutzerbilder benutzen
1008 1007 setting_host_name: Hostname
1009 1008 setting_issue_done_ratio: Berechne den Ticket-Fortschritt mittels
1010 1009 setting_issue_done_ratio_issue_field: Ticket-Feld % erledigt
1011 1010 setting_issue_done_ratio_issue_status: Ticket-Status
1012 1011 setting_issue_group_assignment: Ticketzuweisung an Gruppen erlauben
1013 1012 setting_issue_list_default_columns: Standard-Spalten in der Ticket-Auflistung
1014 1013 setting_issues_export_limit: Max. Anzahl Tickets bei CSV/PDF-Export
1015 1014 setting_jsonp_enabled: JSONP Unterstützung aktivieren
1016 1015 setting_link_copied_issue: Tickets beim Kopieren verlinken
1017 1016 setting_login_required: Authentifizierung erforderlich
1018 1017 setting_mail_from: E-Mail-Absender
1019 1018 setting_mail_handler_api_enabled: Abruf eingehender E-Mails aktivieren
1020 1019 setting_mail_handler_api_key: API-Schlüssel für eingehende E-Mails
1021 1020 setting_sys_api_key: API-Schlüssel für Webservice zur Repository-Verwaltung
1022 1021 setting_mail_handler_body_delimiters: "Schneide E-Mails nach einer dieser Zeilen ab"
1023 1022 setting_mail_handler_excluded_filenames: Anhänge nach Namen ausschließen
1024 1023 setting_new_project_user_role_id: Rolle, die einem Nicht-Administrator zugeordnet wird, der ein Projekt erstellt
1025 1024 setting_non_working_week_days: Arbeitsfreie Tage
1026 1025 setting_openid: Erlaube OpenID-Anmeldung und -Registrierung
1027 1026 setting_password_min_length: Mindestlänge des Passworts
1028 1027 setting_password_max_age: Erzwinge Passwortwechsel nach
1029 1028 setting_lost_password: Erlaube Passwort-Zurücksetzen per E-Mail
1030 1029 setting_per_page_options: Objekte pro Seite
1031 1030 setting_plain_text_mail: Nur reinen Text (kein HTML) senden
1032 1031 setting_protocol: Protokoll
1033 1032 setting_repositories_encodings: Kodierung von Anhängen und Repositories
1034 1033 setting_repository_log_display_limit: Maximale Anzahl anzuzeigender Revisionen in der Historie einer Datei
1035 1034 setting_rest_api_enabled: REST-Schnittstelle aktivieren
1036 1035 setting_self_registration: Registrierung ermöglichen
1037 1036 setting_sequential_project_identifiers: Fortlaufende Projektkennungen generieren
1038 1037 setting_session_lifetime: Längste Dauer einer Sitzung
1039 1038 setting_session_timeout: Zeitüberschreitung bei Inaktivität
1040 1039 setting_start_of_week: Wochenanfang
1041 1040 setting_sys_api_enabled: Webservice zur Verwaltung der Repositories benutzen
1042 1041 setting_text_formatting: Textformatierung
1043 1042 setting_thumbnails_enabled: Vorschaubilder von Dateianhängen anzeigen
1044 1043 setting_thumbnails_size: Größe der Vorschaubilder (in Pixel)
1045 1044 setting_time_format: Zeitformat
1046 1045 setting_timespan_format: Format für Zeitspannen
1047 1046 setting_unsubscribe: Erlaubt Benutzern das eigene Benutzerkonto zu löschen
1048 1047 setting_user_format: Benutzer-Anzeigeformat
1049 1048 setting_welcome_text: Willkommenstext
1050 1049 setting_wiki_compression: Wiki-Historie komprimieren
1051 1050
1052 1051 status_active: aktiv
1053 1052 status_locked: gesperrt
1054 1053 status_registered: nicht aktivierte
1055 1054
1056 1055 text_account_destroy_confirmation: "Möchten Sie wirklich fortfahren?\nIhr Benutzerkonto wird für immer gelöscht und kann nicht wiederhergestellt werden."
1057 1056 text_are_you_sure: Sind Sie sicher?
1058 1057 text_assign_time_entries_to_project: Gebuchte Aufwände dem Projekt zuweisen
1059 1058 text_caracters_maximum: "Max. %{count} Zeichen."
1060 1059 text_caracters_minimum: "Muss mindestens %{count} Zeichen lang sein."
1061 1060 text_comma_separated: Mehrere Werte erlaubt (durch Komma getrennt).
1062 1061 text_convert_available: ImageMagick-Konvertierung verfügbar (optional)
1063 1062 text_custom_field_possible_values_info: 'Eine Zeile pro Wert'
1064 1063 text_default_administrator_account_changed: Administrator-Passwort geändert
1065 1064 text_destroy_time_entries: Gebuchte Aufwände löschen
1066 1065 text_destroy_time_entries_question: Es wurden bereits %{hours} Stunden auf dieses Ticket gebucht. Was soll mit den Aufwänden geschehen?
1067 1066 text_diff_truncated: '... Dieser Diff wurde abgeschnitten, weil er die maximale Anzahl anzuzeigender Zeilen überschreitet.'
1068 1067 text_email_delivery_not_configured: "Der SMTP-Server ist nicht konfiguriert und Mailbenachrichtigungen sind ausgeschaltet.\nNehmen Sie die Einstellungen für Ihren SMTP-Server in config/configuration.yml vor und starten Sie die Applikation neu."
1069 1068 text_enumeration_category_reassign_to: 'Die Objekte stattdessen diesem Wert zuordnen:'
1070 1069 text_enumeration_destroy_question: "%{count} Objekt(e) sind diesem Wert zugeordnet."
1071 1070 text_file_repository_writable: Verzeichnis für Dateien beschreibbar
1072 1071 text_git_repository_note: Repository steht für sich alleine (bare) und liegt lokal (z.B. /gitrepo, c:\gitrepo)
1073 1072 text_issue_added: "Ticket %{id} wurde erstellt von %{author}."
1074 1073 text_issue_category_destroy_assignments: Kategorie-Zuordnung entfernen
1075 1074 text_issue_category_destroy_question: "Einige Tickets (%{count}) sind dieser Kategorie zugeordnet. Was möchten Sie tun?"
1076 1075 text_issue_category_reassign_to: Tickets dieser Kategorie zuordnen
1077 1076 text_issue_conflict_resolution_add_notes: Meine Änderungen übernehmen und alle anderen Änderungen verwerfen
1078 1077 text_issue_conflict_resolution_cancel: Meine Änderungen verwerfen und %{link} neu anzeigen
1079 1078 text_issue_conflict_resolution_overwrite: Meine Änderungen trotzdem übernehmen (vorherige Notizen bleiben erhalten aber manche können überschrieben werden)
1080 1079 text_issue_updated: "Ticket %{id} wurde aktualisiert von %{author}."
1081 1080 text_issues_destroy_confirmation: 'Sind Sie sicher, dass Sie die ausgewählten Tickets löschen möchten?'
1082 1081 text_issues_destroy_descendants_confirmation: Dies wird auch %{count} Unteraufgabe/n löschen.
1083 1082 text_issues_ref_in_commit_messages: Ticket-Beziehungen und -Status in Commit-Nachrichten
1084 1083 text_journal_added: "%{label} %{value} wurde hinzugefügt"
1085 1084 text_journal_changed: "%{label} wurde von %{old} zu %{new} geändert"
1086 1085 text_journal_changed_no_detail: "%{label} aktualisiert"
1087 1086 text_journal_deleted: "%{label} %{old} wurde gelöscht"
1088 1087 text_journal_set_to: "%{label} wurde auf %{value} gesetzt"
1089 1088 text_length_between: "Länge zwischen %{min} und %{max} Zeichen."
1090 1089 text_line_separated: Mehrere Werte sind erlaubt (eine Zeile pro Wert).
1091 1090 text_load_default_configuration: Standard-Konfiguration laden
1092 1091 text_mercurial_repository_note: Lokales Repository (e.g. /hgrepo, c:\hgrepo)
1093 1092 text_min_max_length_info: 0 heißt keine Beschränkung
1094 1093 text_no_configuration_data: "Rollen, Tracker, Ticket-Status und Workflows wurden noch nicht konfiguriert.\nEs ist sehr zu empfehlen, die Standard-Konfiguration zu laden. Sobald sie geladen ist, können Sie diese abändern."
1095 1094 text_own_membership_delete_confirmation: "Sie sind dabei, einige oder alle Ihre Berechtigungen zu entfernen. Es ist möglich, dass Sie danach das Projekt nicht mehr ansehen oder bearbeiten dürfen.\nSind Sie sicher, dass Sie dies tun möchten?"
1096 1095 text_plugin_assets_writable: Verzeichnis für Plugin-Assets beschreibbar
1097 1096 text_project_closed: Dieses Projekt ist geschlossen und kann nicht bearbeitet werden.
1098 1097 text_project_destroy_confirmation: Sind Sie sicher, dass Sie das Projekt löschen wollen?
1099 1098 text_project_identifier_info: 'Kleinbuchstaben (a-z), Ziffern, Binde- und Unterstriche erlaubt, muss mit einem Kleinbuchstaben beginnen.<br />Einmal gespeichert, kann die Kennung nicht mehr geändert werden.'
1100 1099 text_reassign_time_entries: 'Gebuchte Aufwände diesem Ticket zuweisen:'
1101 1100 text_regexp_info: z. B. ^[A-Z0-9]+$
1102 1101 text_repository_identifier_info: 'Kleinbuchstaben (a-z), Ziffern, Binde- und Unterstriche erlaubt.<br />Einmal gespeichert, kann die Kennung nicht mehr geändert werden.'
1103 1102 text_repository_usernames_mapping: "Bitte legen Sie die Zuordnung der Redmine-Benutzer zu den Benutzernamen der Commit-Nachrichten des Repositories fest.\nBenutzer mit identischen Redmine- und Repository-Benutzernamen oder -E-Mail-Adressen werden automatisch zugeordnet."
1104 1103 text_rmagick_available: RMagick verfügbar (optional)
1105 1104 text_scm_command: Kommando
1106 1105 text_scm_command_not_available: SCM-Kommando ist nicht verfügbar. Bitte prüfen Sie die Einstellungen im Administrationspanel.
1107 1106 text_scm_command_version: Version
1108 1107 text_scm_config: Die SCM-Kommandos können in der in config/configuration.yml konfiguriert werden. Redmine muss anschließend neu gestartet werden.
1109 1108 text_scm_path_encoding_note: "Standard: UTF-8"
1110 1109 text_select_mail_notifications: Bitte wählen Sie die Aktionen aus, für die eine Mailbenachrichtigung gesendet werden soll.
1111 1110 text_select_project_modules: 'Bitte wählen Sie die Module aus, die in diesem Projekt aktiviert sein sollen:'
1112 1111 text_session_expiration_settings: "Achtung: Änderungen können aktuelle Sitzungen beenden, Ihre eingeschlossen!"
1113 1112 text_status_changed_by_changeset: "Status geändert durch Changeset %{value}."
1114 1113 text_subprojects_destroy_warning: "Dessen Unterprojekte (%{value}) werden ebenfalls gelöscht."
1115 1114 text_subversion_repository_note: 'Beispiele: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
1116 1115 text_time_entries_destroy_confirmation: Sind Sie sicher, dass Sie die ausgewählten Zeitaufwände löschen möchten?
1117 1116 text_time_logged_by_changeset: Angewendet in Changeset %{value}.
1118 1117 text_tip_issue_begin_day: Aufgabe, die an diesem Tag beginnt
1119 1118 text_tip_issue_begin_end_day: Aufgabe, die an diesem Tag beginnt und endet
1120 1119 text_tip_issue_end_day: Aufgabe, die an diesem Tag endet
1121 1120 text_tracker_no_workflow: Kein Workflow für diesen Tracker definiert.
1122 1121 text_turning_multiple_off: Wenn Sie die Mehrfachauswahl deaktivieren, werden Felder mit Mehrfachauswahl bereinigt.
1123 1122 Dadurch wird sichergestellt, dass lediglich ein Wert pro Feld ausgewählt ist.
1124 1123 text_unallowed_characters: Nicht erlaubte Zeichen
1125 1124 text_user_mail_option: "Für nicht ausgewählte Projekte werden Sie nur Benachrichtigungen für Dinge erhalten, die Sie beobachten oder an denen Sie beteiligt sind (z. B. Tickets, deren Autor Sie sind oder die Ihnen zugewiesen sind)."
1126 1125 text_user_wrote: "%{value} schrieb:"
1127 1126 text_warn_on_leaving_unsaved: Die aktuellen Änderungen gehen verloren, wenn Sie diese Seite verlassen.
1128 1127 text_wiki_destroy_confirmation: Sind Sie sicher, dass Sie dieses Wiki mit sämtlichem Inhalt löschen möchten?
1129 1128 text_wiki_page_destroy_children: Lösche alle Unterseiten
1130 1129 text_wiki_page_destroy_question: "Diese Seite hat %{descendants} Unterseite(n). Was möchten Sie tun?"
1131 1130 text_wiki_page_nullify_children: Verschiebe die Unterseiten auf die oberste Ebene
1132 1131 text_wiki_page_reassign_children: Ordne die Unterseiten dieser Seite zu
1133 1132 text_workflow_edit: Workflow zum Bearbeiten auswählen
1134 1133 text_zoom_in: Ansicht vergrößern
1135 1134 text_zoom_out: Ansicht verkleinern
1136 1135
1137 1136 version_status_closed: abgeschlossen
1138 1137 version_status_locked: gesperrt
1139 1138 version_status_open: offen
1140 1139
1141 1140 warning_attachments_not_saved: "%{count} Datei(en) konnten nicht gespeichert werden."
1142 1141 label_search_attachments_yes: Namen und Beschreibungen von Anhängen durchsuchen
1143 1142 label_search_attachments_no: Keine Anhänge suchen
1144 1143 label_search_attachments_only: Nur Anhänge suchen
1145 1144 label_search_open_issues_only: Nur offene Tickets
1146 1145 field_address: E-Mail
1147 1146 setting_max_additional_emails: Maximale Anzahl zusätzlicher E-Mailadressen
1148 1147 label_email_address_plural: E-Mails
1149 1148 label_email_address_add: E-Mailadresse hinzufügen
1150 1149 label_enable_notifications: Benachrichtigungen aktivieren
1151 1150 label_disable_notifications: Benachrichtigungen deaktivieren
1152 1151 setting_search_results_per_page: Suchergebnisse pro Seite
1153 1152 label_blank_value: leer
1154 1153 permission_copy_issues: Tickets kopieren
1155 1154 error_password_expired: Ihr Passwort ist abgelaufen oder der Administrator verlangt eine Passwortänderung.
1156 1155 field_time_entries_visibility: Zeiten-Sichtbarkeit
1157 1156 field_remote_ip: IP-Adresse
1158 1157 label_parent_task_attributes: Eigenschaften übergeordneter Aufgaben
1159 1158 label_parent_task_attributes_derived: Abgeleitet von Unteraufgaben
1160 1159 label_parent_task_attributes_independent: Unabhängig von Unteraufgaben
1161 1160 label_time_entries_visibility_all: Alle Zeitaufwände
1162 1161 label_time_entries_visibility_own: Nur eigene Aufwände
1163 1162 label_member_management: Mitglieder verwalten
1164 1163 label_member_management_all_roles: Alle Rollen
1165 1164 label_member_management_selected_roles_only: Nur diese Rollen
1166 1165 label_total_spent_time: Aufgewendete Zeit aller Projekte anzeigen
1167 1166 notice_import_finished: "%{count} Einträge wurden importiert"
1168 1167 notice_import_finished_with_errors: "%{count} von %{total} Einträgen konnten nicht importiert werden"
1169 1168 error_invalid_file_encoding: Die Datei ist keine gültige %{encoding} kodierte Datei
1170 1169 error_invalid_csv_file_or_settings: Die Datei ist keine CSV-Datei oder entspricht nicht den Einstellungen unten
1171 1170 error_can_not_read_import_file: Beim Einlesen der Datei ist ein Fehler aufgetreten
1172 1171 permission_import_issues: Tickets importieren
1173 1172 label_import_issues: Tickets importieren
1174 1173 label_select_file_to_import: Bitte wählen Sie eine Datei für den Import aus
1175 1174 label_fields_separator: Trennzeichen
1176 1175 label_fields_wrapper: Textqualifizierer
1177 1176 label_encoding: Kodierung
1178 1177 label_comma_char: Komma
1179 1178 label_semi_colon_char: Semikolon
1180 1179 label_quote_char: Anführungszeichen
1181 1180 label_double_quote_char: Doppelte Anführungszeichen
1182 1181 label_fields_mapping: Zuordnung der Felder
1183 1182 label_file_content_preview: Inhaltsvorschau
1184 1183 label_create_missing_values: Ergänze fehlende Werte
1185 1184 button_import: Importieren
1186 1185 field_total_estimated_hours: Summe des geschätzten Aufwands
1187 1186 label_api: API
1188 1187 label_total_plural: Summe
1189 1188 label_assigned_issues: Zugewiesene Tickets
1190 1189 label_field_format_enumeration: Eigenschaft/Wert-Paare
1191 1190 label_f_hour_short: '%{value} h'
1192 1191 field_default_version: Standard-Version
1193 1192 error_attachment_extension_not_allowed: Der Dateityp %{extension} des Anhangs ist nicht zugelassen
1194 1193 setting_attachment_extensions_allowed: Zugelassene Dateitypen
1195 1194 setting_attachment_extensions_denied: Nicht zugelassene Dateitypen
1196 1195 label_any_open_issues: irgendein offenes Ticket
1197 1196 label_no_open_issues: kein offenes Ticket
1198 1197 label_default_values_for_new_users: Standardwerte für neue Benutzer
1199 1198 error_ldap_bind_credentials: Ungültiges LDAP Konto/Passwort
1200 1199 mail_body_settings_updated: ! 'Die folgenden Einstellungen wurden geändert:'
1201 1200 label_relations: Beziehungen
1202 1201 button_filter: Filter
1203 1202 mail_body_password_updated: Ihr Passwort wurde geändert.
1204 1203 error_no_tracker_allowed_for_new_issue_in_project: Für dieses Projekt wurden keine Tracker aktiviert.
1205 1204 label_tracker_all: Alle Tracker
1206 1205 label_new_project_issue_tab_enabled: Tab "Neues Ticket" anzeigen
1207 1206 setting_new_item_menu_tab: Menü zum Anlegen neuer Objekte
1208 1207 label_new_object_tab_enabled: Dropdown-Menü "+" anzeigen
1209 1208 label_table_of_contents: Inhaltsverzeichnis
1210 1209 error_no_projects_with_tracker_allowed_for_new_issue: There are no projects with trackers
1211 1210 for which you can create an issue
1212 1211 field_textarea_font: Font used for text areas
1213 1212 label_font_default: Default font
1214 1213 label_font_monospace: Monospaced font
1215 1214 label_font_proportional: Proportional font
1216 1215 setting_commit_logs_formatting: Apply text formatting to commit messages
1217 1216 setting_mail_handler_enable_regex_delimiters: Enable regular expressions
1218 1217 error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot
1219 1218 be reassigned to an issue that is about to be deleted
1220 1219 setting_timelog_required_fields: Required fields for time logs
1221 1220 label_attribute_of_object: '%{object_name}''s %{name}'
1222 1221 label_user_mail_option_only_assigned: Only for things I watch or I am assigned to
1223 1222 label_user_mail_option_only_owner: Only for things I watch or I am the owner of
1224 1223 warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion
1225 1224 of values from one or more fields on the selected objects
1226 1225 field_updated_by: Updated by
1227 1226 field_last_updated_by: Last updated by
1228 1227 field_full_width_layout: Full width layout
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
General Comments 0
You need to be logged in to leave comments. Login now