##// END OF EJS Templates
Remove unused "description_date_*" from locale files (#24899)...
Toshi MARUYAMA -
r15953:648d27e978e9
parent child
Show More

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

@@ -1,1231 +1,1227
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 768 label_more: أكثر
769 769 label_scm: scm
770 770 label_plugins: الإضافات
771 771 label_ldap_authentication: مصادقة LDAP
772 772 label_downloads_abbr: تنزيل
773 773 label_optional_description: وصف اختياري
774 774 label_add_another_file: إضافة ملف آخر
775 775 label_preferences: تفضيلات
776 776 label_chronological_order: في ترتيب زمني
777 777 label_reverse_chronological_order: في ترتيب زمني عكسي
778 778 label_planning: التخطيط
779 779 label_incoming_emails: رسائل البريد الإلكتروني الوارد
780 780 label_generate_key: إنشاء مفتاح
781 781 label_issue_watchers: المراقبون
782 782 label_example: مثال
783 783 label_display: العرض
784 784 label_sort: فرز
785 785 label_ascending: تصاعدي
786 786 label_descending: تنازلي
787 787 label_date_from_to: من %{start} الى %{end}
788 788 label_wiki_content_added: إضافة صفحة ويكي
789 789 label_wiki_content_updated: تحديث صفحة ويكي
790 790 label_group: مجموعة
791 791 label_group_plural: المجموعات
792 792 label_group_new: مجموعة جديدة
793 793 label_time_entry_plural: الأوقات المنفقة
794 794 label_version_sharing_none: غير متاح
795 795 label_version_sharing_descendants: متاح للمشاريع الفرعية
796 796 label_version_sharing_hierarchy: متاح للتسلسل الهرمي للمشروع
797 797 label_version_sharing_tree: مع شجرة المشروع
798 798 label_version_sharing_system: مع جميع المشاريع
799 799 label_update_issue_done_ratios: تحديث نسبة الأداء لبند العمل
800 800 label_copy_source: المصدر
801 801 label_copy_target: الهدف
802 802 label_copy_same_as_target: مطابق للهدف
803 803 label_display_used_statuses_only: عرض الحالات المستخدمة من قبل هذا النوع من بنود العمل فقط
804 804 label_api_access_key: مفتاح الوصول إلى API
805 805 label_missing_api_access_key: API لم يتم الحصول على مفتاح الوصول
806 806 label_api_access_key_created_on: " API إنشاء مفتاح الوصول إلى"
807 807 label_profile: الملف الشخصي
808 808 label_subtask_plural: المهام الفرعية
809 809 label_project_copy_notifications: إرسال إشعار الى البريد الإلكتروني عند نسخ المشروع
810 810 label_principal_search: "البحث عن مستخدم أو مجموعة:"
811 811 label_user_search: "البحث عن المستخدم:"
812 812 label_additional_workflow_transitions_for_author: الانتقالات الإضافية المسموح بها عند المستخدم صاحب البلاغ
813 813 label_additional_workflow_transitions_for_assignee: الانتقالات الإضافية المسموح بها عند المستخدم المحال إليه
814 814 label_issues_visibility_all: جميع بنود العمل
815 815 label_issues_visibility_public: جميع بنود العمل الخاصة
816 816 label_issues_visibility_own: بنود العمل التي أنشأها المستخدم
817 817 label_git_report_last_commit: اعتماد التقرير الأخير للملفات والدلائل
818 818 label_parent_revision: الوالدين
819 819 label_child_revision: الطفل
820 820 label_export_options: "%{export_format} خيارات التصدير"
821 821
822 822 button_login: دخول
823 823 button_submit: تثبيت
824 824 button_save: حفظ
825 825 button_check_all: تحديد الكل
826 826 button_uncheck_all: عدم تحديد الكل
827 827 button_collapse_all: تقليص الكل
828 828 button_expand_all: عرض الكل
829 829 button_delete: حذف
830 830 button_create: إنشاء
831 831 button_create_and_continue: إنشاء واستمرار
832 832 button_test: اختبار
833 833 button_edit: تعديل
834 834 button_edit_associated_wikipage: "تغير صفحة ويكي: %{page_title}"
835 835 button_add: إضافة
836 836 button_change: تغيير
837 837 button_apply: تطبيق
838 838 button_clear: إخلاء الحقول
839 839 button_lock: قفل
840 840 button_unlock: الغاء القفل
841 841 button_download: تنزيل
842 842 button_list: قائمة
843 843 button_view: عرض
844 844 button_move: تحرك
845 845 button_move_and_follow: تحرك واتبع
846 846 button_back: رجوع
847 847 button_cancel: إلغاء
848 848 button_activate: تنشيط
849 849 button_sort: ترتيب
850 850 button_log_time: وقت الدخول
851 851 button_rollback: الرجوع الى هذا الاصدار
852 852 button_watch: تابع عبر البريد
853 853 button_unwatch: إلغاء المتابعة عبر البريد
854 854 button_reply: رد
855 855 button_archive: أرشفة
856 856 button_unarchive: إلغاء الأرشفة
857 857 button_reset: إعادة
858 858 button_rename: إعادة التسمية
859 859 button_change_password: تغير كلمة المرور
860 860 button_copy: نسخ
861 861 button_copy_and_follow: نسخ واتباع
862 862 button_annotate: تعليق
863 863 button_update: تحديث
864 864 button_configure: تكوين
865 865 button_quote: اقتباس
866 866 button_duplicate: عمل نسخة
867 867 button_show: إظهار
868 868 button_edit_section: تعديل هذا الجزء
869 869 button_export: تصدير لملف
870 870
871 871 status_active: نشيط
872 872 status_registered: مسجل
873 873 status_locked: مقفل
874 874
875 875 version_status_open: مفتوح
876 876 version_status_locked: مقفل
877 877 version_status_closed: مغلق
878 878
879 879 field_active: فعال
880 880
881 881 text_select_mail_notifications: حدد الامور التي يجب ابلاغك بها عن طريق البريد الالكتروني
882 882 text_regexp_info: مثال. ^[A-Z0-9]+$
883 883 text_min_max_length_info: الحد الاقصى والادني لطول المعلومات
884 884 text_project_destroy_confirmation: هل أنت متأكد من أنك تريد حذف هذا المشروع والبيانات ذات الصلة؟
885 885 text_subprojects_destroy_warning: "المشاريع الفرعية: %{value} سيتم حذفها أيضاً."
886 886 text_workflow_edit: حدد دوراً و نوع بند عمل لتحرير سير العمل
887 887 text_are_you_sure: هل أنت متأكد؟
888 888 text_journal_changed: "%{label} تغير %{old} الى %{new}"
889 889 text_journal_changed_no_detail: "%{label} تم التحديث"
890 890 text_journal_set_to: "%{label} تغير الى %{value}"
891 891 text_journal_deleted: "%{label} تم الحذف (%{old})"
892 892 text_journal_added: "%{label} %{value} تم الاضافة"
893 893 text_tip_issue_begin_day: بند عمل بدأ اليوم
894 894 text_tip_issue_end_day: بند عمل انتهى اليوم
895 895 text_tip_issue_begin_end_day: بند عمل بدأ وانتهى اليوم
896 896 text_caracters_maximum: "%{count} الحد الاقصى."
897 897 text_caracters_minimum: "الحد الادنى %{count}"
898 898 text_length_between: "الطول %{min} بين %{max} رمز"
899 899 text_tracker_no_workflow: لم يتم تحديد سير العمل لهذا النوع من بنود العمل
900 900 text_unallowed_characters: رموز غير مسموحة
901 901 text_comma_separated: مسموح رموز متنوعة يفصلها فاصلة .
902 902 text_line_separated: مسموح رموز متنوعة يفصلها سطور
903 903 text_issues_ref_in_commit_messages: الارتباط وتغيير حالة بنود العمل في رسائل تحرير الملفات
904 904 text_issue_added: "بند العمل %{id} تم ابلاغها عن طريق %{author}."
905 905 text_issue_updated: "بند العمل %{id} تم تحديثها عن طريق %{author}."
906 906 text_wiki_destroy_confirmation: هل انت متأكد من رغبتك في حذف هذا الويكي ومحتوياته؟
907 907 text_issue_category_destroy_question: "بعض بنود العمل (%{count}) مرتبطة بهذه الفئة، ماذا تريد ان تفعل بها؟"
908 908 text_issue_category_destroy_assignments: حذف الفئة
909 909 text_issue_category_reassign_to: اعادة تثبيت البنود في الفئة
910 910 text_user_mail_option: "بالنسبة للمشاريع غير المحددة، سوف يتم ابلاغك عن المشاريع التي تشاهدها او تشارك بها فقط!"
911 911 text_no_configuration_data: "الادوار والمتتبع وحالات بند العمل ومخطط سير العمل لم يتم تحديد وضعها الافتراضي بعد. "
912 912 text_load_default_configuration: تحميل الاعدادات الافتراضية
913 913 text_status_changed_by_changeset: " طبق التغيرات المعينة على %{value}."
914 914 text_time_logged_by_changeset: "تم تطبيق التغيرات المعينة على %{value}."
915 915 text_issues_destroy_confirmation: هل انت متأكد من حذف البنود المظللة؟'
916 916 text_issues_destroy_descendants_confirmation: "سوف يؤدي هذا الى حذف %{count} المهام الفرعية ايضا."
917 917 text_time_entries_destroy_confirmation: "هل انت متأكد من رغبتك في حذف الادخالات الزمنية المحددة؟"
918 918 text_select_project_modules: قم بتحديد الوضع المناسب لهذا المشروع:'
919 919 text_default_administrator_account_changed: تم تعديل الاعدادات الافتراضية لحساب المدير
920 920 text_file_repository_writable: المرفقات قابلة للكتابة
921 921 text_plugin_assets_writable: الدليل المساعد قابل للكتابة
922 922 text_destroy_time_entries_question: " ساعة على بند العمل التي تود حذفها، ماذا تريد ان تفعل؟ %{hours} تم تثبيت"
923 923 text_destroy_time_entries: قم بحذف الساعات المسجلة
924 924 text_assign_time_entries_to_project: ثبت الساعات المسجلة على التقرير
925 925 text_reassign_time_entries: 'اعادة تثبيت الساعات المسجلة لبند العمل هذا:'
926 926 text_user_wrote: "%{value} كتب:"
927 927 text_enumeration_destroy_question: "%{count} الكائنات المعنية لهذه القيمة"
928 928 text_enumeration_category_reassign_to: اعادة تثبيت الكائنات التالية لهذه القيمة:'
929 929 text_email_delivery_not_configured: "لم يتم تسليم البريد الالكتروني"
930 930 text_diff_truncated: '... لقد تم اقتطاع هذا الجزء لانه تجاوز الحد الاقصى المسموح بعرضه'
931 931 text_custom_field_possible_values_info: 'سطر لكل قيمة'
932 932 text_wiki_page_nullify_children: "الاحتفاظ بصفحات الابن كصفحات جذر"
933 933 text_wiki_page_destroy_children: "حذف صفحات الابن وجميع أولادهم"
934 934 text_wiki_page_reassign_children: "إعادة تعيين صفحات تابعة لهذه الصفحة الأصلية"
935 935 text_own_membership_delete_confirmation: "انت على وشك إزالة بعض أو كافة الصلاحيات الخاصة بك، لن تكون قادراً على تحرير هذا المشروع بعد ذلك. هل أنت متأكد من أنك تريد المتابعة؟"
936 936 text_zoom_in: تصغير
937 937 text_zoom_out: تكبير
938 938 text_warn_on_leaving_unsaved: "الصفحة تحتوي على نص غير مخزن، سوف يفقد النص اذا تم الخروج من الصفحة."
939 939 text_scm_path_encoding_note: "الافتراضي: UTF-8"
940 940 text_git_repository_note: مستودع فارغ ومحلي
941 941 text_mercurial_repository_note: مستودع محلي
942 942 text_scm_command: امر
943 943 text_scm_command_version: اصدار
944 944 text_scm_config: الرجاء اعادة تشغيل التطبيق
945 945 text_scm_command_not_available: الامر غير متوفر، الرجاء التحقق من لوحة التحكم
946 946
947 947 default_role_manager: مدير
948 948 default_role_developer: مطور
949 949 default_role_reporter: مراسل
950 950 default_tracker_bug: الشوائب
951 951 default_tracker_feature: خاصية
952 952 default_tracker_support: دعم
953 953 default_issue_status_new: جديد
954 954 default_issue_status_in_progress: جاري التحميل
955 955 default_issue_status_resolved: الحل
956 956 default_issue_status_feedback: التغذية الراجعة
957 957 default_issue_status_closed: مغلق
958 958 default_issue_status_rejected: مرفوض
959 959 default_doc_category_user: مستندات المستخدم
960 960 default_doc_category_tech: المستندات التقنية
961 961 default_priority_low: قليل
962 962 default_priority_normal: عادي
963 963 default_priority_high: عالي
964 964 default_priority_urgent: طارئ
965 965 default_priority_immediate: طارئ الآن
966 966 default_activity_design: تصميم
967 967 default_activity_development: تطوير
968 968
969 969 enumeration_issue_priorities: الاولويات
970 970 enumeration_doc_categories: تصنيف المستندات
971 971 enumeration_activities: الانشطة
972 972 enumeration_system_activity: نشاط النظام
973 973 description_filter: فلترة
974 974 description_search: حقل البحث
975 975 description_choose_project: المشاريع
976 976 description_project_scope: مجال البحث
977 977 description_notes: ملاحظات
978 978 description_message_content: محتويات الرسالة
979 979 description_query_sort_criteria_attribute: نوع الترتيب
980 980 description_query_sort_criteria_direction: اتجاه الترتيب
981 981 description_user_mail_notification: إعدادات البريد الالكتروني
982 982 description_available_columns: الاعمدة المتوفرة
983 983 description_selected_columns: الاعمدة المحددة
984 984 description_all_columns: كل الاعمدة
985 985 description_issue_category_reassign: اختر التصنيف
986 986 description_wiki_subpages_reassign: اختر صفحة جديدة
987 description_date_range_list: اختر المجال من القائمة
988 description_date_range_interval: اختر المدة عن طريق اختيار تاريخ البداية والنهاية
989 description_date_from: ادخل تاريخ البداية
990 description_date_to: ادخل تاريخ الانتهاء
991 987 text_rmagick_available: RMagick available (optional)
992 988 text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do?
993 989 text_repository_usernames_mapping: |-
994 990 Select or update the Redmine user mapped to each username found in the repository log.
995 991 Users with the same Redmine and repository username or email are automatically mapped.
996 992 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
997 993 label_x_issues:
998 994 zero: لا يوجد بنود عمل
999 995 one: بند عمل واحد
1000 996 other: "%{count} بنود عمل"
1001 997 label_repository_new: New repository
1002 998 field_repository_is_default: Main repository
1003 999 label_copy_attachments: Copy attachments
1004 1000 label_item_position: "%{position}/%{count}"
1005 1001 label_completed_versions: Completed versions
1006 1002 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1007 1003 field_multiple: Multiple values
1008 1004 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1009 1005 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1010 1006 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1011 1007 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1012 1008 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1013 1009 permission_manage_related_issues: Manage related issues
1014 1010 field_auth_source_ldap_filter: LDAP filter
1015 1011 label_search_for_watchers: Search for watchers to add
1016 1012 notice_account_deleted: Your account has been permanently deleted.
1017 1013 setting_unsubscribe: Allow users to delete their own account
1018 1014 button_delete_my_account: Delete my account
1019 1015 text_account_destroy_confirmation: |-
1020 1016 Are you sure you want to proceed?
1021 1017 Your account will be permanently deleted, with no way to reactivate it.
1022 1018 error_session_expired: Your session has expired. Please login again.
1023 1019 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1024 1020 setting_session_lifetime: Session maximum lifetime
1025 1021 setting_session_timeout: Session inactivity timeout
1026 1022 label_session_expiration: Session expiration
1027 1023 permission_close_project: Close / reopen the project
1028 1024 label_show_closed_projects: View closed projects
1029 1025 button_close: Close
1030 1026 button_reopen: Reopen
1031 1027 project_status_active: active
1032 1028 project_status_closed: closed
1033 1029 project_status_archived: archived
1034 1030 text_project_closed: This project is closed and read-only.
1035 1031 notice_user_successful_create: User %{id} created.
1036 1032 field_core_fields: Standard fields
1037 1033 field_timeout: Timeout (in seconds)
1038 1034 setting_thumbnails_enabled: Display attachment thumbnails
1039 1035 setting_thumbnails_size: Thumbnails size (in pixels)
1040 1036 label_status_transitions: Status transitions
1041 1037 label_fields_permissions: Fields permissions
1042 1038 label_readonly: Read-only
1043 1039 label_required: Required
1044 1040 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1045 1041 field_board_parent: Parent forum
1046 1042 label_attribute_of_project: Project's %{name}
1047 1043 label_attribute_of_author: Author's %{name}
1048 1044 label_attribute_of_assigned_to: Assignee's %{name}
1049 1045 label_attribute_of_fixed_version: Target version's %{name}
1050 1046 label_copy_subtasks: Copy subtasks
1051 1047 label_copied_to: منسوخ لـ
1052 1048 label_copied_from: منسوخ من
1053 1049 label_any_issues_in_project: any issues in project
1054 1050 label_any_issues_not_in_project: any issues not in project
1055 1051 field_private_notes: Private notes
1056 1052 permission_view_private_notes: View private notes
1057 1053 permission_set_notes_private: Set notes as private
1058 1054 label_no_issues_in_project: no issues in project
1059 1055 label_any: جميع
1060 1056 label_last_n_weeks: آخر %{count} أسبوع/أسابيع
1061 1057 setting_cross_project_subtasks: Allow cross-project subtasks
1062 1058 label_cross_project_descendants: متاح للمشاريع الفرعية
1063 1059 label_cross_project_tree: متاح مع شجرة المشروع
1064 1060 label_cross_project_hierarchy: متاح مع التسلسل الهرمي للمشروع
1065 1061 label_cross_project_system: متاح مع جميع المشاريع
1066 1062 button_hide: إخفاء
1067 1063 setting_non_working_week_days: "أيام أجازة/راحة أسبوعية"
1068 1064 label_in_the_next_days: في الأيام المقبلة
1069 1065 label_in_the_past_days: في الأيام الماضية
1070 1066 label_attribute_of_user: User's %{name}
1071 1067 text_turning_multiple_off: If you disable multiple values, multiple values will be
1072 1068 removed in order to preserve only one value per item.
1073 1069 label_attribute_of_issue: Issue's %{name}
1074 1070 permission_add_documents: Add documents
1075 1071 permission_edit_documents: Edit documents
1076 1072 permission_delete_documents: Delete documents
1077 1073 label_gantt_progress_line: Progress line
1078 1074 setting_jsonp_enabled: Enable JSONP support
1079 1075 field_inherit_members: Inherit members
1080 1076 field_closed_on: Closed
1081 1077 field_generate_password: Generate password
1082 1078 setting_default_projects_tracker_ids: Default trackers for new projects
1083 1079 label_total_time: الإجمالي
1084 1080 notice_account_not_activated_yet: You haven't activated your account yet. If you want
1085 1081 to receive a new activation email, please <a href="%{url}">click this link</a>.
1086 1082 notice_account_locked: Your account is locked.
1087 1083 label_hidden: Hidden
1088 1084 label_visibility_private: to me only
1089 1085 label_visibility_roles: to these roles only
1090 1086 label_visibility_public: to any users
1091 1087 field_must_change_passwd: Must change password at next logon
1092 1088 notice_new_password_must_be_different: The new password must be different from the
1093 1089 current password
1094 1090 setting_mail_handler_excluded_filenames: Exclude attachments by name
1095 1091 text_convert_available: ImageMagick convert available (optional)
1096 1092 label_link: Link
1097 1093 label_only: only
1098 1094 label_drop_down_list: drop-down list
1099 1095 label_checkboxes: checkboxes
1100 1096 label_link_values_to: Link values to URL
1101 1097 setting_force_default_language_for_anonymous: Force default language for anonymous
1102 1098 users
1103 1099 setting_force_default_language_for_loggedin: Force default language for logged-in
1104 1100 users
1105 1101 label_custom_field_select_type: Select the type of object to which the custom field
1106 1102 is to be attached
1107 1103 label_issue_assigned_to_updated: Assignee updated
1108 1104 label_check_for_updates: Check for updates
1109 1105 label_latest_compatible_version: Latest compatible version
1110 1106 label_unknown_plugin: Unknown plugin
1111 1107 label_radio_buttons: radio buttons
1112 1108 label_group_anonymous: Anonymous users
1113 1109 label_group_non_member: Non member users
1114 1110 label_add_projects: Add projects
1115 1111 field_default_status: Default status
1116 1112 text_subversion_repository_note: 'Examples: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
1117 1113 field_users_visibility: Users visibility
1118 1114 label_users_visibility_all: All active users
1119 1115 label_users_visibility_members_of_visible_projects: Members of visible projects
1120 1116 label_edit_attachments: Edit attached files
1121 1117 setting_link_copied_issue: Link issues on copy
1122 1118 label_link_copied_issue: Link copied issue
1123 1119 label_ask: Ask
1124 1120 label_search_attachments_yes: Search attachment filenames and descriptions
1125 1121 label_search_attachments_no: Do not search attachments
1126 1122 label_search_attachments_only: Search attachments only
1127 1123 label_search_open_issues_only: Open issues only
1128 1124 field_address: البريد الالكتروني
1129 1125 setting_max_additional_emails: Maximum number of additional email addresses
1130 1126 label_email_address_plural: Emails
1131 1127 label_email_address_add: Add email address
1132 1128 label_enable_notifications: Enable notifications
1133 1129 label_disable_notifications: Disable notifications
1134 1130 setting_search_results_per_page: Search results per page
1135 1131 label_blank_value: blank
1136 1132 permission_copy_issues: Copy issues
1137 1133 error_password_expired: Your password has expired or the administrator requires you
1138 1134 to change it.
1139 1135 field_time_entries_visibility: Time logs visibility
1140 1136 setting_password_max_age: Require password change after
1141 1137 label_parent_task_attributes: Parent tasks attributes
1142 1138 label_parent_task_attributes_derived: Calculated from subtasks
1143 1139 label_parent_task_attributes_independent: Independent of subtasks
1144 1140 label_time_entries_visibility_all: All time entries
1145 1141 label_time_entries_visibility_own: Time entries created by the user
1146 1142 label_member_management: Member management
1147 1143 label_member_management_all_roles: All roles
1148 1144 label_member_management_selected_roles_only: Only these roles
1149 1145 label_password_required: Confirm your password to continue
1150 1146 label_total_spent_time: الوقت الذي تم انفاقه كاملا
1151 1147 notice_import_finished: "%{count} items have been imported"
1152 1148 notice_import_finished_with_errors: "%{count} out of %{total} items could not be imported"
1153 1149 error_invalid_file_encoding: The file is not a valid %{encoding} encoded file
1154 1150 error_invalid_csv_file_or_settings: The file is not a CSV file or does not match the
1155 1151 settings below
1156 1152 error_can_not_read_import_file: An error occurred while reading the file to import
1157 1153 permission_import_issues: Import issues
1158 1154 label_import_issues: Import issues
1159 1155 label_select_file_to_import: Select the file to import
1160 1156 label_fields_separator: Field separator
1161 1157 label_fields_wrapper: Field wrapper
1162 1158 label_encoding: Encoding
1163 1159 label_comma_char: Comma
1164 1160 label_semi_colon_char: Semicolon
1165 1161 label_quote_char: Quote
1166 1162 label_double_quote_char: Double quote
1167 1163 label_fields_mapping: Fields mapping
1168 1164 label_file_content_preview: File content preview
1169 1165 label_create_missing_values: Create missing values
1170 1166 button_import: Import
1171 1167 field_total_estimated_hours: Total estimated time
1172 1168 label_api: API
1173 1169 label_total_plural: Totals
1174 1170 label_assigned_issues: Assigned issues
1175 1171 label_field_format_enumeration: Key/value list
1176 1172 label_f_hour_short: '%{value} h'
1177 1173 field_default_version: Default version
1178 1174 error_attachment_extension_not_allowed: Attachment extension %{extension} is not allowed
1179 1175 setting_attachment_extensions_allowed: Allowed extensions
1180 1176 setting_attachment_extensions_denied: Disallowed extensions
1181 1177 label_any_open_issues: any open issues
1182 1178 label_no_open_issues: no open issues
1183 1179 label_default_values_for_new_users: Default values for new users
1184 1180 error_ldap_bind_credentials: Invalid LDAP Account/Password
1185 1181 setting_sys_api_key: API مفتاح
1186 1182 setting_lost_password: فقدت كلمة السر
1187 1183 mail_subject_security_notification: Security notification
1188 1184 mail_body_security_notification_change: ! '%{field} was changed.'
1189 1185 mail_body_security_notification_change_to: ! '%{field} was changed to %{value}.'
1190 1186 mail_body_security_notification_add: ! '%{field} %{value} was added.'
1191 1187 mail_body_security_notification_remove: ! '%{field} %{value} was removed.'
1192 1188 mail_body_security_notification_notify_enabled: Email address %{value} now receives
1193 1189 notifications.
1194 1190 mail_body_security_notification_notify_disabled: Email address %{value} no longer
1195 1191 receives notifications.
1196 1192 mail_body_settings_updated: ! 'The following settings were changed:'
1197 1193 field_remote_ip: IP address
1198 1194 label_wiki_page_new: New wiki page
1199 1195 label_relations: Relations
1200 1196 button_filter: Filter
1201 1197 mail_body_password_updated: Your password has been changed.
1202 1198 label_no_preview: No preview available
1203 1199 error_no_tracker_allowed_for_new_issue_in_project: The project doesn't have any trackers
1204 1200 for which you can create an issue
1205 1201 label_tracker_all: All trackers
1206 1202 label_new_project_issue_tab_enabled: Display the "New issue" tab
1207 1203 setting_new_item_menu_tab: Project menu tab for creating new objects
1208 1204 label_new_object_tab_enabled: Display the "+" drop-down
1209 1205 error_no_projects_with_tracker_allowed_for_new_issue: There are no projects with trackers
1210 1206 for which you can create an issue
1211 1207 field_textarea_font: Font used for text areas
1212 1208 label_font_default: Default font
1213 1209 label_font_monospace: Monospaced font
1214 1210 label_font_proportional: Proportional font
1215 1211 setting_timespan_format: Time span format
1216 1212 label_table_of_contents: Table of contents
1217 1213 setting_commit_logs_formatting: Apply text formatting to commit messages
1218 1214 setting_mail_handler_enable_regex_delimiters: Enable regular expressions
1219 1215 error_move_of_child_not_possible: 'Subtask %{child} could not be moved to the new
1220 1216 project: %{errors}'
1221 1217 error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot
1222 1218 be reassigned to an issue that is about to be deleted
1223 1219 setting_timelog_required_fields: Required fields for time logs
1224 1220 label_attribute_of_object: '%{object_name}''s %{name}'
1225 1221 label_user_mail_option_only_assigned: Only for things I watch or I am assigned to
1226 1222 label_user_mail_option_only_owner: Only for things I watch or I am the owner of
1227 1223 warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion
1228 1224 of values from one or more fields on the selected objects
1229 1225 field_updated_by: Updated by
1230 1226 field_last_updated_by: Last updated by
1231 1227 field_full_width_layout: Full width layout
@@ -1,1326 +1,1322
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 568 label_more: Çox
569 569 label_my_account: Mənim hesabım
570 570 label_my_page: Mənim səhifəm
571 571 label_my_page_block: Mənim səhifəmin bloku
572 572 label_my_projects: Mənim layihələrim
573 573 label_new: Yeni
574 574 label_new_statuses_allowed: İcazə verilən yeni statuslar
575 575 label_news_added: Xəbər əlavə edilib
576 576 label_news_latest: Son xəbərlər
577 577 label_news_new: Xəbər əlavə etmək
578 578 label_news_plural: Xəbərlər
579 579 label_news_view_all: Bütün xəbərlərə baxmaq
580 580 label_news: Xəbərlər
581 581 label_next: Növbəti
582 582 label_nobody: heç kim
583 583 label_no_change_option: (Dəyişiklik yoxdur)
584 584 label_no_data: Təsvir üçün verilənlər yoxdur
585 585 label_none: yoxdur
586 586 label_not_contains: mövcud deyil
587 587 label_not_equals: sayılmır
588 588 label_open_issues: açıqdır
589 589 label_open_issues_plural: açıqdır
590 590 label_open_issues_plural2: açıqdır
591 591 label_open_issues_plural5: açıqdır
592 592 label_optional_description: Təsvir (vacib deyil)
593 593 label_options: Opsiyalar
594 594 label_overall_activity: Görülən işlərin toplu hesabatı
595 595 label_overview: Baxış
596 596 label_password_lost: Parolun bərpası
597 597 label_permissions_report: Giriş hüquqları üzrə hesabat
598 598 label_permissions: Giriş hüquqları
599 599 label_personalize_page: bu səhifəni fərdiləşdirmək
600 600 label_planning: Planlaşdırma
601 601 label_please_login: Xahiş edirik, daxil olun.
602 602 label_plugins: Modullar
603 603 label_precedes: növbəti
604 604 label_preferences: Üstünlük
605 605 label_preview: İlkin baxış
606 606 label_previous: Əvvəlki
607 607 label_profile: Profil
608 608 label_project: Layihə
609 609 label_project_all: Bütün layihələr
610 610 label_project_copy_notifications: Layihənin surətinin çıxarılması zamanı elektron poçt ilə bildiriş göndərmək
611 611 label_project_latest: Son layihələr
612 612 label_project_new: Yeni layihə
613 613 label_project_plural: Layihələr
614 614 label_project_plural2: layihəni
615 615 label_project_plural5: layihələri
616 616 label_public_projects: Ümumi layihələr
617 617 label_query: Yadda saxlanılmış sorğu
618 618 label_query_new: Yeni sorğu
619 619 label_query_plural: Yadda saxlanılmış sorğular
620 620 label_read: Oxu...
621 621 label_register: Qeydiyyat
622 622 label_registered_on: Qeydiyyatdan keçib
623 623 label_registration_activation_by_email: e-poçt üzrə hesabımın aktivləşdirilməsi
624 624 label_registration_automatic_activation: uçot qeydlərinin avtomatik aktivləşdirilməsi
625 625 label_registration_manual_activation: uçot qeydlərini əl ilə aktivləşdirmək
626 626 label_related_issues: Əlaqəli tapşırıqlar
627 627 label_relates_to: əlaqəlidir
628 628 label_relation_delete: Əlaqəni silmək
629 629 label_relation_new: Yeni münasibət
630 630 label_renamed: adını dəyişmək
631 631 label_reply_plural: Cavablar
632 632 label_report: Hesabat
633 633 label_report_plural: Hesabatlar
634 634 label_reported_issues: Yaradılan tapşırıqlar
635 635 label_repository: Saxlayıcı
636 636 label_repository_plural: Saxlayıcı
637 637 label_result_plural: Nəticələr
638 638 label_reverse_chronological_order: Əks ardıcıllıqda
639 639 label_revision: Redaksiya
640 640 label_revision_plural: Redaksiyalar
641 641 label_roadmap: Operativ plan
642 642 label_roadmap_due_in: "%{value} müddətində"
643 643 label_roadmap_no_issues: bu versiya üçün tapşırıq yoxdur
644 644 label_roadmap_overdue: "gecikmə %{value}"
645 645 label_role: Rol
646 646 label_role_and_permissions: Rollar və giriş hüquqları
647 647 label_role_new: Yeni rol
648 648 label_role_plural: Rollar
649 649 label_scm: Saxlayıcının tipi
650 650 label_search: Axtarış
651 651 label_search_titles_only: Ancaq adlarda axtarmaq
652 652 label_send_information: İstifadəçiyə uçot qeydləri üzrə informasiyanı göndərmək
653 653 label_send_test_email: Yoxlama üçün email göndərmək
654 654 label_settings: Sazlamalar
655 655 label_show_completed_versions: Bitmiş variantları göstərmək
656 656 label_sort: Çeşidləmək
657 657 label_sort_by: "%{value} üzrə çeşidləmək"
658 658 label_sort_higher: Yuxarı
659 659 label_sort_highest: Əvvələ qayıt
660 660 label_sort_lower: Aşağı
661 661 label_sort_lowest: Sona qayıt
662 662 label_spent_time: Sərf olunan vaxt
663 663 label_statistics: Statistika
664 664 label_stay_logged_in: Sistemdə qalmaq
665 665 label_string: Mətn
666 666 label_subproject_plural: Altlayihələr
667 667 label_subtask_plural: Alt tapşırıqlar
668 668 label_text: Uzun mətn
669 669 label_theme: Mövzu
670 670 label_this_month: bu ay
671 671 label_this_week: bu həftə
672 672 label_this_year: bu il
673 673 label_time_tracking: Vaxtın uçotu
674 674 label_timelog_today: Bu günə sərf olunan vaxt
675 675 label_today: bu gün
676 676 label_topic_plural: Mövzular
677 677 label_total: Cəmi
678 678 label_tracker: Treker
679 679 label_tracker_new: Yeni treker
680 680 label_tracker_plural: Trekerlər
681 681 label_updated_time: "%{value} əvvəl yenilənib"
682 682 label_updated_time_by: "%{author} %{age} əvvəl yenilənib"
683 683 label_used_by: İstifadə olunur
684 684 label_user: İstifasdəçi
685 685 label_user_activity: "İstifadəçinin gördüyü işlər %{value}"
686 686 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"
687 687 label_user_mail_option_all: "Mənim layihələrimdəki bütün hadisələr haqqında"
688 688 label_user_mail_option_selected: "Yalnız seçilən layihədəki bütün hadisələr haqqında..."
689 689 label_user_mail_option_only_my_events: Yalnız izlədiyim və ya iştirak etdiyim obyektlər üçün
690 690 label_user_new: Yeni istifadəçi
691 691 label_user_plural: İstifadəçilər
692 692 label_version: Variant
693 693 label_version_new: Yeni variant
694 694 label_version_plural: Variantlar
695 695 label_view_diff: Fərqlərə baxmaq
696 696 label_view_revisions: Redaksiyalara baxmaq
697 697 label_watched_issues: Tapşırığın izlənilməsi
698 698 label_week: Həftə
699 699 label_wiki: Wiki
700 700 label_wiki_edit: Wiki-nin redaktəsi
701 701 label_wiki_edit_plural: Wiki
702 702 label_wiki_page: Wiki səhifəsi
703 703 label_wiki_page_plural: Wiki səhifələri
704 704 label_workflow: Görülən işlərin ardıcıllığı
705 705 label_x_closed_issues_abbr:
706 706 zero: "0 bağlıdır"
707 707 one: "1 bağlanıb"
708 708 few: "%{count} bağlıdır"
709 709 many: "%{count} bağlıdır"
710 710 other: "%{count} bağlıdır"
711 711 label_x_comments:
712 712 zero: "şərh yoxdur"
713 713 one: "1 şərh"
714 714 few: "%{count} şərhlər"
715 715 many: "%{count} şərh"
716 716 other: "%{count} şərh"
717 717 label_x_open_issues_abbr:
718 718 zero: "0 açıqdır"
719 719 one: "1 açıq"
720 720 few: "%{count} açıqdır"
721 721 many: "%{count} açıqdır"
722 722 other: "%{count} açıqdır"
723 723 label_x_projects:
724 724 zero: "layihələr yoxdur"
725 725 one: "1 layihə"
726 726 few: "%{count} layihə"
727 727 many: "%{count} layihə"
728 728 other: "%{count} layihə"
729 729 label_year: İl
730 730 label_yesterday: dünən
731 731
732 732 mail_body_account_activation_request: "Yeni istifadəçi qeydiyyatdan keçib (%{value}). Uçot qeydi Sizin təsdiqinizi gözləyir:"
733 733 mail_body_account_information: Sizin uçot qeydiniz haqqında informasiya
734 734 mail_body_account_information_external: "Siz özünüzün %{value} uçot qeydinizi giriş üçün istifadə edə bilərsiniz."
735 735 mail_body_lost_password: 'Parolun dəyişdirilməsi üçün aşağıdakı linkə keçin:'
736 736 mail_body_register: 'Uçot qeydinin aktivləşdirilməsi üçün aşağıdakı linkə keçin:'
737 737 mail_body_reminder: "növbəti %{days} gün üçün Sizə təyin olunan %{count}:"
738 738 mail_subject_account_activation_request: "Sistemdə istifadəçinin aktivləşdirilməsi üçün sorğu %{value}"
739 739 mail_subject_lost_password: "Sizin %{value} parolunuz"
740 740 mail_subject_register: "Uçot qeydinin aktivləşdirilməsi %{value}"
741 741 mail_subject_reminder: "yaxın %{days} gün üçün Sizə təyin olunan %{count}"
742 742
743 743 notice_account_activated: Sizin uçot qeydiniz aktivləşdirilib. Sistemə daxil ola bilərsiniz.
744 744 notice_account_invalid_credentials: İstifadəçi adı və ya parolu düzgün deyildir
745 745 notice_account_lost_email_sent: Sizə yeni parolun seçimi ilə bağlı təlimatı əks etdirən məktub göndərilmişdir.
746 746 notice_account_password_updated: Parol müvəffəqiyyətlə yeniləndi.
747 747 notice_account_pending: "Sizin uçot qeydiniz yaradıldı inzibatçının təsdiqini gözləyir."
748 748 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.
749 749 notice_account_unknown_email: Naməlum istifadəçi.
750 750 notice_account_updated: Uçot qeydi müvəffəqiyyətlə yeniləndi.
751 751 notice_account_wrong_password: Parol düzgün deyildir
752 752 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.
753 753 notice_default_data_loaded: Susmaya görə konfiqurasiya yüklənilmişdir.
754 754 notice_email_error: "Məktubun göndərilməsi zamanı səhv baş vermişdi (%{value})"
755 755 notice_email_sent: "Məktub göndərilib %{value}"
756 756 notice_failed_to_save_issues: "Seçilən %{total} içərisindən %{count} bəndləri saxlamaq mümkün olmadı: %{ids}."
757 757 notice_failed_to_save_members: "İştirakçını (ları) yadda saxlamaq mümkün olmadı: %{errors}."
758 758 notice_feeds_access_key_reseted: Sizin Atom giriş açarınız sıfırlanmışdır.
759 759 notice_file_not_found: Daxil olmağa çalışdığınız səhifə mövcud deyildir və ya silinib.
760 760 notice_locking_conflict: İnformasiya digər istifadəçi tərəfindən yenilənib.
761 761 notice_no_issue_selected: "Heç bir tapşırıq seçilməyib! Xahiş edirik, redaktə etmək istədiyiniz tapşırığı qeyd edin."
762 762 notice_not_authorized: Sizin bu səhifəyə daxil olmaq hüququnuz yoxdur.
763 763 notice_successful_connection: Qoşulma müvəffəqiyyətlə yerinə yetirilib.
764 764 notice_successful_create: Yaratma müvəffəqiyyətlə yerinə yetirildi.
765 765 notice_successful_delete: Silinmə müvəffəqiyyətlə yerinə yetirildi.
766 766 notice_successful_update: Yeniləmə müvəffəqiyyətlə yerinə yetirildi.
767 767 notice_unable_delete_version: Variantı silmək mümkün olmadı.
768 768
769 769 permission_add_issues: Tapşırıqların əlavə edilməsi
770 770 permission_add_issue_notes: Qeydlərin əlavə edilməsi
771 771 permission_add_issue_watchers: Nəzarətçilərin əlavə edilməsi
772 772 permission_add_messages: Məlumatların göndərilməsi
773 773 permission_browse_repository: Saxlayıcıya baxış
774 774 permission_comment_news: Xəbərlərə şərh
775 775 permission_commit_access: Saxlayıcıda faylların dəyişdirilməsi
776 776 permission_delete_issues: Tapşırıqların silinməsi
777 777 permission_delete_messages: Məlumatların silinməsi
778 778 permission_delete_own_messages: Şəxsi məlumatların silinməsi
779 779 permission_delete_wiki_pages: Wiki-səhifələrin silinməsi
780 780 permission_delete_wiki_pages_attachments: Bərkidilən faylların silinməsi
781 781 permission_edit_issue_notes: Qeydlərin redaktə edilməsi
782 782 permission_edit_issues: Tapşırıqların redaktə edilməsi
783 783 permission_edit_messages: Məlumatların redaktə edilməsi
784 784 permission_edit_own_issue_notes: Şəxsi qeydlərin redaktə edilməsi
785 785 permission_edit_own_messages: Şəxsi məlumatların redaktə edilməsi
786 786 permission_edit_own_time_entries: Şəxsi vaxt uçotunun redaktə edilməsi
787 787 permission_edit_project: Layihələrin redaktə edilməsi
788 788 permission_edit_time_entries: Vaxt uçotunun redaktə edilməsi
789 789 permission_edit_wiki_pages: Wiki-səhifənin redaktə edilməsi
790 790 permission_export_wiki_pages: Wiki-səhifənin ixracı
791 791 permission_log_time: Sərf olunan vaxtın uçotu
792 792 permission_view_changesets: Saxlayıcı dəyişikliklərinə baxış
793 793 permission_view_time_entries: Sərf olunan vaxta baxış
794 794 permission_manage_project_activities: Layihə üçün hərəkət tiplərinin idarə edilməsi
795 795 permission_manage_boards: Forumların idarə edilməsi
796 796 permission_manage_categories: Tapşırıq kateqoriyalarının idarə edilməsi
797 797 permission_manage_files: Faylların idarə edilməsi
798 798 permission_manage_issue_relations: Tapşırıq bağlantılarının idarə edilməsi
799 799 permission_manage_members: İştirakçıların idarə edilməsi
800 800 permission_manage_news: Xəbərlərin idarə edilməsi
801 801 permission_manage_public_queries: Ümumi sorğuların idarə edilməsi
802 802 permission_manage_repository: Saxlayıcının idarə edilməsi
803 803 permission_manage_subtasks: Alt tapşırıqların idarə edilməsi
804 804 permission_manage_versions: Variantların idarə edilməsi
805 805 permission_manage_wiki: Wiki-nin idarə edilməsi
806 806 permission_move_issues: Tapşırıqların köçürülməsi
807 807 permission_protect_wiki_pages: Wiki-səhifələrin bloklanması
808 808 permission_rename_wiki_pages: Wiki-səhifələrin adının dəyişdirilməsi
809 809 permission_save_queries: Sorğuların yadda saxlanılması
810 810 permission_select_project_modules: Layihə modulunun seçimi
811 811 permission_view_calendar: Təqvimə baxış
812 812 permission_view_documents: Sənədlərə baxış
813 813 permission_view_files: Fayllara baxış
814 814 permission_view_gantt: Qant diaqramına baxış
815 815 permission_view_issue_watchers: Nəzarətçilərin siyahılarına baxış
816 816 permission_view_messages: Məlumatlara baxış
817 817 permission_view_wiki_edits: Wiki tarixçəsinə baxış
818 818 permission_view_wiki_pages: Wiki-yə baxış
819 819
820 820 project_module_boards: Forumlar
821 821 project_module_documents: Sənədlər
822 822 project_module_files: Fayllar
823 823 project_module_issue_tracking: Tapşırıqlar
824 824 project_module_news: Xəbərlər
825 825 project_module_repository: Saxlayıcı
826 826 project_module_time_tracking: Vaxtın uçotu
827 827 project_module_wiki: Wiki
828 828 project_module_gantt: Qant diaqramı
829 829 project_module_calendar: Təqvim
830 830
831 831 setting_activity_days_default: Görülən işlərdə əks olunan günlərin sayı
832 832 setting_app_subtitle: Əlavənin sərlövhəsi
833 833 setting_app_title: Əlavənin adı
834 834 setting_attachment_max_size: Yerləşdirmənin maksimal ölçüsü
835 835 setting_autofetch_changesets: Saxlayıcının dəyişikliklərini avtomatik izləmək
836 836 setting_autologin: Avtomatik giriş
837 837 setting_bcc_recipients: Gizli surətləri istifadə etmək (BCC)
838 838 setting_cache_formatted_text: Formatlaşdırılmış mətnin heşlənməsi
839 839 setting_commit_fix_keywords: Açar sözlərin təyini
840 840 setting_commit_ref_keywords: Axtarış üçün açar sözlər
841 841 setting_cross_project_issue_relations: Layihələr üzrə tapşırıqların kəsişməsinə icazə vermək
842 842 setting_date_format: Tarixin formatı
843 843 setting_default_language: Susmaya görə dil
844 844 setting_default_notification_option: Susmaya görə xəbərdarlıq üsulu
845 845 setting_default_projects_public: Yeni layihələr ümumaçıq hesab edilir
846 846 setting_diff_max_lines_displayed: diff üçün sətirlərin maksimal sayı
847 847 setting_display_subprojects_issues: Susmaya görə altlayihələrin əks olunması
848 848 setting_emails_footer: Məktubun sətiraltı qeydləri
849 849 setting_enabled_scm: Daxil edilən SCM
850 850 setting_feeds_limit: Atom axını üçün başlıqların sayının məhdudlaşdırılması
851 851 setting_file_max_size_displayed: Əks olunma üçün mətn faylının maksimal ölçüsü
852 852 setting_gravatar_enabled: İstifadəçi avatarını Gravatar-dan istifadə etmək
853 853 setting_host_name: Kompyuterin adı
854 854 setting_issue_list_default_columns: Susmaya görə tapşırıqların siyahısında əks oluna sütunlar
855 855 setting_issues_export_limit: İxrac olunan tapşırıqlar üzrə məhdudiyyətlər
856 856 setting_login_required: Autentifikasiya vacibdir
857 857 setting_mail_from: Çıxan e-poçt ünvanı
858 858 setting_mail_handler_api_enabled: Daxil olan məlumatlar üçün veb-servisi qoşmaq
859 859 setting_mail_handler_api_key: API açar
860 860 setting_openid: Giriş və qeydiyyat üçün OpenID izacə vermək
861 861 setting_per_page_options: Səhifə üçün qeydlərin sayı
862 862 setting_plain_text_mail: Yalnız sadə mətn (HTML olmadan)
863 863 setting_protocol: Protokol
864 864 setting_repository_log_display_limit: Dəyişikliklər jurnalında əks olunan redaksiyaların maksimal sayı
865 865 setting_self_registration: Özünüqeydiyyat
866 866 setting_sequential_project_identifiers: Layihələrin ardıcıl identifikatorlarını generasiya etmək
867 867 setting_sys_api_enabled: Saxlayıcının idarə edilməsi üçün veb-servisi qoşmaq
868 868 setting_text_formatting: Mətnin formatlaşdırılması
869 869 setting_time_format: Vaxtın formatı
870 870 setting_user_format: Adın əks olunma formatı
871 871 setting_welcome_text: Salamlama mətni
872 872 setting_wiki_compression: Wiki tarixçəsinin sıxlaşdırılması
873 873
874 874 status_active: aktivdir
875 875 status_locked: bloklanıb
876 876 status_registered: qeydiyyatdan keçib
877 877
878 878 text_are_you_sure: Siz əminsinizmi?
879 879 text_assign_time_entries_to_project: Qeydiyyata alınmış vaxtı layihəyə bərkitmək
880 880 text_caracters_maximum: "Maksimum %{count} simvol."
881 881 text_caracters_minimum: "%{count} simvoldan az olmamalıdır."
882 882 text_comma_separated: Bir neçə qiymət mümkündür (vergül vasitəsilə).
883 883 text_custom_field_possible_values_info: 'Hər sətirə bir qiymət'
884 884 text_default_administrator_account_changed: İnzibatçının uçot qeydi susmaya görə dəyişmişdir
885 885 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?"
886 886 text_destroy_time_entries: Qeydiyyata alınmış vaxtı silmək
887 887 text_diff_truncated: '... Bu diff məhduddur, çünki əks olunan maksimal ölçünü keçir.'
888 888 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."
889 889 text_enumeration_category_reassign_to: 'Onlara aşağıdakı qiymətləri təyin etmək:'
890 890 text_enumeration_destroy_question: "%{count} obyekt bu qiymətlə bağlıdır."
891 891 text_file_repository_writable: Qeydə giriş imkanı olan saxlayıcı
892 892 text_issue_added: "Yeni tapşırıq yaradılıb %{id} (%{author})."
893 893 text_issue_category_destroy_assignments: Kateqoriyanın təyinatını silmək
894 894 text_issue_category_destroy_question: "Bir neçə tapşırıq (%{count}) bu kateqoriya üçün təyin edilib. Siz etmək istəyirsiniz?"
895 895 text_issue_category_reassign_to: Bu kateqoriya üçün tapşırığı yenidən təyin etmək
896 896 text_issues_destroy_confirmation: 'Seçilən tapşırıqları silmək istədiyinizə əminsinizmi?'
897 897 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
898 898 text_issue_updated: "Tapşırıq %{id} yenilənib (%{author})."
899 899 text_journal_changed: "Parametr %{label} %{old} - %{new} dəyişib"
900 900 text_journal_deleted: "Parametrin %{old} qiyməti %{label} silinib"
901 901 text_journal_set_to: "%{label} parametri %{value} dəyişib"
902 902 text_length_between: "%{min} %{max} simvollar arasındakı uzunluq."
903 903 text_load_default_configuration: Susmaya görə konfiqurasiyanı yükləmək
904 904 text_min_max_length_info: 0 məhdudiyyətlərin olmadığını bildirir
905 905 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."
906 906 text_plugin_assets_writable: Modullar kataloqu qeyd üçün açıqdır
907 907 text_project_destroy_confirmation: Siz bu layihə və ona aid olan bütün informasiyanı silmək istədiyinizə əminsinizmi?
908 908 text_reassign_time_entries: 'Qeydiyyata alınmış vaxtı aşağıdakı tapşırığa keçir:'
909 909 text_regexp_info: "məsələn: ^[A-Z0-9]+$"
910 910 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."
911 911 text_rmagick_available: RMagick istifadəsi mümkündür (opsional olaraq)
912 912 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.
913 913 text_select_project_modules: 'Layihədə istifadə olunacaq modulları seçin:'
914 914 text_status_changed_by_changeset: "%{value} redaksiyada reallaşdırılıb."
915 915 text_subprojects_destroy_warning: "Altlayihələr: %{value} həmçinin silinəcək."
916 916 text_tip_issue_begin_day: tapşırığın başlanğıc tarixi
917 917 text_tip_issue_begin_end_day: elə həmin gün tapşırığın başlanğıc və bitmə tarixi
918 918 text_tip_issue_end_day: tapşırığın başa çatma tarixi
919 919 text_tracker_no_workflow: Bu treker üçün hərəkətlərin ardıcıllığı müəyyən ediməyib
920 920 text_unallowed_characters: Qadağan edilmiş simvollar
921 921 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)."
922 922 text_user_wrote: "%{value} yazıb:"
923 923 text_wiki_destroy_confirmation: Siz bu Wiki və onun tərkibindəkiləri silmək istədiyinizə əminsinizmi?
924 924 text_workflow_edit: Vəziyyətlərin ardıcıllığını redaktə etmək üçün rol və trekeri seçin
925 925
926 926 warning_attachments_not_saved: "faylın (ların) %{count} yadda saxlamaq mümkün deyildir."
927 927 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?
928 928 text_wiki_page_reassign_children: Cari səhifə üçün yaxın səhifələri yenidən təyin etmək
929 929 text_wiki_page_nullify_children: Yaxın səhifələri baş səhifələr etmək
930 930 text_wiki_page_destroy_children: Yaxın və çox yaxın səhifələri silmək
931 931 setting_password_min_length: Parolun minimal uzunluğu
932 932 field_group_by: Nəticələri qruplaşdırmaq
933 933 mail_subject_wiki_content_updated: "Wiki-səhifə '%{id}' yenilənmişdir"
934 934 label_wiki_content_added: Wiki-səhifə əlavə olunub
935 935 mail_subject_wiki_content_added: "Wiki-səhifə '%{id}' əlavə edilib"
936 936 mail_body_wiki_content_added: "%{author} Wiki-səhifəni '%{id}' əlavə edib."
937 937 label_wiki_content_updated: Wiki-səhifə yenilənib
938 938 mail_body_wiki_content_updated: "%{author} Wiki-səhifəni '%{id}' yeniləyib."
939 939 permission_add_project: Layihənin yaradılması
940 940 setting_new_project_user_role_id: Layihəni yaradan istifadəçiyə təyin olunan rol
941 941 label_view_all_revisions: Bütün yoxlamaları göstərmək
942 942 label_tag: Nişan
943 943 label_branch: Şöbə
944 944 error_no_tracker_in_project: Bu layihə ilə heç bir treker assosiasiya olunmayıb. Layihənin sazlamalarını yoxlayın.
945 945 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").
946 946 label_group_plural: Qruplar
947 947 label_group: Qrup
948 948 label_group_new: Yeni qrup
949 949 label_time_entry_plural: Sərf olunan vaxt
950 950 text_journal_added: "%{label} %{value} əlavə edilib"
951 951 field_active: Aktiv
952 952 enumeration_system_activity: Sistemli
953 953 permission_delete_issue_watchers: Nəzarətçilərin silinməsi
954 954 version_status_closed: Bağlanıb
955 955 version_status_locked: bloklanıb
956 956 version_status_open: açıqdır
957 957 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
958 958 label_user_anonymous: Anonim
959 959 button_move_and_follow: Yerləşdirmək və keçid
960 960 setting_default_projects_modules: Yeni layihələr üçün susmaya görə daxil edilən modullar
961 961 setting_gravatar_default: Susmaya görə Gravatar təsviri
962 962 field_sharing: Birgə istifadə
963 963 label_version_sharing_hierarchy: Layihələrin iyerarxiyasına görə
964 964 label_version_sharing_system: bütün layihələr ilə
965 965 label_version_sharing_descendants: Alt layihələr ilə
966 966 label_version_sharing_tree: Layihələrin iyerarxiyası ilə
967 967 label_version_sharing_none: Birgə istifadə olmadan
968 968 error_can_not_archive_project: Bu layihə arxivləşdirilə bilməz
969 969 button_duplicate: Təkrarlamaq
970 970 button_copy_and_follow: Surətini çıxarmaq və davam etmək
971 971 label_copy_source: Mənbə
972 972 setting_issue_done_ratio: Sahənin köməyi ilə tapşırığın hazırlığını nəzərə almaq
973 973 setting_issue_done_ratio_issue_status: Tapşırığın statusu
974 974 error_issue_done_ratios_not_updated: Tapşırıqların hazırlıq parametri yenilənməyib
975 975 error_workflow_copy_target: Məqsədə uyğun trekerləri və rolları seçin
976 976 setting_issue_done_ratio_issue_field: Tapşırığın hazırlıq səviyyəsi
977 977 label_copy_same_as_target: Məqsəddə olduğu kimi
978 978 label_copy_target: Məqsəd
979 979 notice_issue_done_ratios_updated: Parametr &laquo;hazırlıq&raquo; yenilənib.
980 980 error_workflow_copy_source: Cari trekeri və ya rolu seçin
981 981 label_update_issue_done_ratios: Tapşırığın hazırlıq səviyyəsini yeniləmək
982 982 setting_start_of_week: Həftənin birinci günü
983 983 label_api_access_key: API-yə giriş açarı
984 984 text_line_separated: Bİr neçə qiymət icazə verilib (hər sətirə bir qiymət).
985 985 label_revision_id: Yoxlama %{value}
986 986 permission_view_issues: Tapşırıqlara baxış
987 987 label_display_used_statuses_only: Yalnız bu trekerdə istifadə olunan statusları əks etdirmək
988 988 label_api_access_key_created_on: API-yə giriş açarı %{value} əvvəl aradılıb
989 989 label_feeds_access_key: Atom giriş açarı
990 990 notice_api_access_key_reseted: Sizin API giriş açarınız sıfırlanıb.
991 991 setting_rest_api_enabled: REST veb-servisini qoşmaq
992 992 button_show: Göstərmək
993 993 label_missing_api_access_key: API-yə giriş açarı mövcud deyildir
994 994 label_missing_feeds_access_key: Atom-ə giriş açarı mövcud deyildir
995 995 setting_mail_handler_body_delimiters: Bu sətirlərin birindən sonra məktubu qısaltmaq
996 996 permission_add_subprojects: Alt layihələrin yaradılması
997 997 label_subproject_new: Yeni alt layihə
998 998 text_own_membership_delete_confirmation: |-
999 999 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?
1000 1000
1001 1001 label_close_versions: Başa çatmış variantları bağlamaq
1002 1002 label_board_sticky: Bərkidilib
1003 1003 label_board_locked: Bloklanıb
1004 1004 field_principal: Ad
1005 1005 text_zoom_out: Uzaqlaşdırmaq
1006 1006 text_zoom_in: Yaxınlaşdırmaq
1007 1007 notice_unable_delete_time_entry: Jurnalın qeydini silmək mümkün deyildir.
1008 1008 label_overall_spent_time: Cəmi sərf olunan vaxt
1009 1009 label_user_mail_option_none: Hadisə yoxdur
1010 1010 field_member_of_group: Təyin olunmuş qrup
1011 1011 field_assigned_to_role: Təyin olunmuş rol
1012 1012 notice_not_authorized_archived_project: Sorğulanan layihə arxivləşdirilib.
1013 1013 label_principal_search: "İstifadəçini ya qrupu tapmaq:"
1014 1014 label_user_search: "İstifadəçini tapmaq:"
1015 1015 field_visible: Görünmə dərəcəsi
1016 1016 setting_emails_header: Məktubun başlığı
1017 1017
1018 1018 setting_commit_logtime_activity_id: Vaxtın uçotu üçün görülən hərəkətlər
1019 1019 text_time_logged_by_changeset: "%{value} redaksiyada nəzərə alınıb."
1020 1020 setting_commit_logtime_enabled: Vaxt uçotunu qoşmaq
1021 1021 notice_gantt_chart_truncated: Əks oluna biləcək elementlərin maksimal sayı artdığına görə diaqram kəsiləcək (%{max})
1022 1022 setting_gantt_items_limit: Qant diaqramında əks olunan elementlərin maksimal sayı
1023 1023 field_warn_on_leaving_unsaved: Yadda saxlanılmayan mətnin səhifəsi bağlanan zaman xəbərdarlıq etmək
1024 1024 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.
1025 1025 label_my_queries: Mənim yadda saxlanılan sorğularım
1026 1026 text_journal_changed_no_detail: "%{label} yenilənib"
1027 1027 label_news_comment_added: Xəbərə şərh əlavə olunub
1028 1028 button_expand_all: Hamısını aç
1029 1029 button_collapse_all: Hamısını çevir
1030 1030 label_additional_workflow_transitions_for_assignee: İstifadəçi icraçı olduğu zaman əlavə keçidlər
1031 1031 label_additional_workflow_transitions_for_author: İstifadəçi müəllif olduğu zaman əlavə keçidlər
1032 1032 label_bulk_edit_selected_time_entries: Sərf olunan vaxtın seçilən qeydlərinin kütləvi şəkildə dəyişdirilməsi
1033 1033 text_time_entries_destroy_confirmation: Siz sərf olunan vaxtın seçilən qeydlərini silmək istədiyinizə əminsinizmi?
1034 1034 label_role_anonymous: Anonim
1035 1035 label_role_non_member: İştirakçı deyil
1036 1036 label_issue_note_added: Qeyd əlavə olunub
1037 1037 label_issue_status_updated: Status yenilənib
1038 1038 label_issue_priority_updated: Prioritet yenilənib
1039 1039 label_issues_visibility_own: İstifadəçi üçün yaradılan və ya ona təyin olunan tapşırıqlar
1040 1040 field_issues_visibility: Tapşırıqların görünmə dərəcəsi
1041 1041 label_issues_visibility_all: Bütün tapşırıqlar
1042 1042 permission_set_own_issues_private: Şəxsi tapşırıqlar üçün görünmə dərəcəsinin (ümumi/şəxsi) qurulması
1043 1043 field_is_private: Şəxsi
1044 1044 permission_set_issues_private: Tapşırıqlar üçün görünmə dərəcəsinin (ümumi/şəxsi) qurulması
1045 1045 label_issues_visibility_public: Yalnız ümumi tapşırıqlar
1046 1046 text_issues_destroy_descendants_confirmation: Həmçinin %{count} tapşırıq (lar) silinəcək.
1047 1047 field_commit_logs_encoding: Saxlayıcıda şərhlərin kodlaşdırılması
1048 1048 field_scm_path_encoding: Yolun kodlaşdırılması
1049 1049 text_scm_path_encoding_note: "Susmaya görə: UTF-8"
1050 1050 field_path_to_repository: Saxlayıcıya yol
1051 1051 field_root_directory: Kök direktoriya
1052 1052 field_cvs_module: Modul
1053 1053 field_cvsroot: CVSROOT
1054 1054 text_mercurial_repository_note: Lokal saxlayıcı (məsələn, /hgrepo, c:\hgrepo)
1055 1055 text_scm_command: Komanda
1056 1056 text_scm_command_version: Variant
1057 1057 label_git_report_last_commit: Fayllar və direktoriyalar üçün son dəyişiklikləri göstərmək
1058 1058 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.
1059 1059 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.
1060 1060 notice_issue_successful_create: Tapşırıq %{id} yaradılıb.
1061 1061 label_between: arasında
1062 1062 setting_issue_group_assignment: İstifadəçi qruplarına təyinata icazə vermək
1063 1063 label_diff: Fərq(diff)
1064 1064 text_git_repository_note: "Saxlama yerini göstərin (məs: /gitrepo, c:\\gitrepo)"
1065 1065 description_query_sort_criteria_direction: Çeşidləmə qaydası
1066 1066 description_project_scope: Layihənin həcmi
1067 1067 description_filter: Filtr
1068 1068 description_user_mail_notification: E-poçt Mail xəbərdarlıqlarının sazlaması
1069 description_date_from: Başlama tarixini daxil edin
1070 1069 description_message_content: Mesajın kontenti
1071 1070 description_available_columns: Mövcud sütunlar
1072 description_date_range_interval: Tarixlər diapazonunu seçin
1073 1071 description_issue_category_reassign: Məsələnin kateqoriyasını seçin
1074 1072 description_search: Axtarış sahəsi
1075 1073 description_notes: Qeyd
1076 description_date_range_list: Siyahıdan diapazonu seçin
1077 1074 description_choose_project: Layihələr
1078 description_date_to: Yerinə yetirilmə tarixini daxil edin
1079 1075 description_query_sort_criteria_attribute: Çeşidləmə meyarları
1080 1076 description_wiki_subpages_reassign: Yeni valideyn səhifəsini seçmək
1081 1077 description_selected_columns: Seçilmiş sütunlar
1082 1078 label_parent_revision: Valideyn
1083 1079 label_child_revision: Əsas
1084 1080 error_scm_annotate_big_text_file: Mətn faylının maksimal ölçüsü artdığına görə şərh mümkün deyildir.
1085 1081 setting_default_issue_start_date_to_creation_date: Yeni tapşırıqlar üçün cari tarixi başlanğıc tarixi kimi istifadə etmək
1086 1082 button_edit_section: Bu bölməni redaktə etmək
1087 1083 setting_repositories_encodings: Əlavələrin və saxlayıcıların kodlaşdırılması
1088 1084 description_all_columns: Bütün sütunlar
1089 1085 button_export: İxrac
1090 1086 label_export_options: "%{export_format} ixracın parametrləri"
1091 1087 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})
1092 1088 notice_failed_to_save_time_entries: "Səhv N %{ids}. %{total} girişdən %{count} yaddaşa saxlanıla bilmədi."
1093 1089 label_x_issues:
1094 1090 zero: 0 Tapşırıq
1095 1091 one: 1 Tapşırıq
1096 1092 few: "%{count} Tapşırıq"
1097 1093 many: "%{count} Tapşırıq"
1098 1094 other: "%{count} Tapşırıq"
1099 1095 label_repository_new: Yeni saxlayıcı
1100 1096 field_repository_is_default: Susmaya görə saxlayıcı
1101 1097 label_copy_attachments: Əlavənin surətini çıxarmaq
1102 1098 label_item_position: "%{position}/%{count}"
1103 1099 label_completed_versions: Başa çatdırılmış variantlar
1104 1100 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.
1105 1101 field_multiple: Çoxsaylı qiymətlər
1106 1102 setting_commit_cross_project_ref: Digər bütün layihələrdə tapşırıqları düzəltmək və istinad etmək
1107 1103 text_issue_conflict_resolution_add_notes: Qeydlərimi əlavə etmək və mənim dəyişikliklərimdən imtina etmək
1108 1104 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)
1109 1105 notice_issue_update_conflict: Tapşırığı redaktə etdiyiniz zaman kimsə onu artıq dəyişib.
1110 1106 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}
1111 1107 permission_manage_related_issues: Əlaqəli tapşırıqların idarə edilməsi
1112 1108 field_auth_source_ldap_filter: LDAP filtri
1113 1109 label_search_for_watchers: Nəzarətçiləri axtarmaq
1114 1110 notice_account_deleted: "Sizin uçot qeydiniz tam olaraq silinib"
1115 1111 setting_unsubscribe: "İstifadəçilərə şəxsi uçot qeydlərini silməyə icazə vermək"
1116 1112 button_delete_my_account: "Mənim uçot qeydlərimi silmək"
1117 1113 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?"
1118 1114 error_session_expired: Sizin sessiya bitmişdir. Xahiş edirik yenidən daxil olun.
1119 1115 text_session_expiration_settings: "Diqqət: bu sazlamaların dəyişməyi cari sessiyanın bağlanmasına çıxara bilər."
1120 1116 setting_session_lifetime: Sessiyanın maksimal Session maximum həyat müddəti
1121 1117 setting_session_timeout: Sessiyanın qeyri aktivlik müddəti
1122 1118 label_session_expiration: Sessiyanın bitməsi
1123 1119 permission_close_project: Layihəni bağla / yenidən aç
1124 1120 label_show_closed_projects: Bağlı layihələrə baxmaq
1125 1121 button_close: Bağla
1126 1122 button_reopen: Yenidən aç
1127 1123 project_status_active: aktiv
1128 1124 project_status_closed: bağlı
1129 1125 project_status_archived: arxiv
1130 1126 text_project_closed: Bu layihə bağlıdı və yalnız oxuma olar.
1131 1127 notice_user_successful_create: İstifadəçi %{id} yaradıldı.
1132 1128 field_core_fields: Standart sahələr
1133 1129 field_timeout: Zaman aşımı (saniyə ilə)
1134 1130 setting_thumbnails_enabled: Əlavələrin kiçik şəklini göstər
1135 1131 setting_thumbnails_size: Kiçik şəkillərin ölçüsü (piksel ilə)
1136 1132 label_status_transitions: Status keçidləri
1137 1133 label_fields_permissions: Sahələrin icazələri
1138 1134 label_readonly: Ancaq oxumaq üçün
1139 1135 label_required: Tələb olunur
1140 1136 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.
1141 1137 field_board_parent: Ana forum
1142 1138 label_attribute_of_project: Layihə %{name}
1143 1139 label_attribute_of_author: Müəllif %{name}
1144 1140 label_attribute_of_assigned_to: Təyin edilib %{name}
1145 1141 label_attribute_of_fixed_version: Əsas versiya %{name}
1146 1142 label_copy_subtasks: Alt tapşırığın surətini çıxarmaq
1147 1143 label_cross_project_hierarchy: With project hierarchy
1148 1144 permission_edit_documents: Edit documents
1149 1145 button_hide: Hide
1150 1146 text_turning_multiple_off: If you disable multiple values, multiple values will be removed in order to preserve only one value per item.
1151 1147 label_any: any
1152 1148 label_cross_project_system: With all projects
1153 1149 label_last_n_weeks: last %{count} weeks
1154 1150 label_in_the_past_days: in the past
1155 1151 label_copied_to: Copied to
1156 1152 permission_set_notes_private: Set notes as private
1157 1153 label_in_the_next_days: in the next
1158 1154 label_attribute_of_issue: Issue's %{name}
1159 1155 label_any_issues_in_project: any issues in project
1160 1156 label_cross_project_descendants: With subprojects
1161 1157 field_private_notes: Private notes
1162 1158 setting_jsonp_enabled: Enable JSONP support
1163 1159 label_gantt_progress_line: Progress line
1164 1160 permission_add_documents: Add documents
1165 1161 permission_view_private_notes: View private notes
1166 1162 label_attribute_of_user: User's %{name}
1167 1163 permission_delete_documents: Delete documents
1168 1164 field_inherit_members: Inherit members
1169 1165 setting_cross_project_subtasks: Allow cross-project subtasks
1170 1166 label_no_issues_in_project: no issues in project
1171 1167 label_copied_from: Copied from
1172 1168 setting_non_working_week_days: Non-working days
1173 1169 label_any_issues_not_in_project: any issues not in project
1174 1170 label_cross_project_tree: With project tree
1175 1171 field_closed_on: Closed
1176 1172 field_generate_password: Generate password
1177 1173 setting_default_projects_tracker_ids: Default trackers for new projects
1178 1174 label_total_time: Cəmi
1179 1175 notice_account_not_activated_yet: You haven't activated your account yet. If you want
1180 1176 to receive a new activation email, please <a href="%{url}">click this link</a>.
1181 1177 notice_account_locked: Your account is locked.
1182 1178 label_hidden: Hidden
1183 1179 label_visibility_private: to me only
1184 1180 label_visibility_roles: to these roles only
1185 1181 label_visibility_public: to any users
1186 1182 field_must_change_passwd: Must change password at next logon
1187 1183 notice_new_password_must_be_different: The new password must be different from the
1188 1184 current password
1189 1185 setting_mail_handler_excluded_filenames: Exclude attachments by name
1190 1186 text_convert_available: ImageMagick convert available (optional)
1191 1187 label_link: Link
1192 1188 label_only: only
1193 1189 label_drop_down_list: drop-down list
1194 1190 label_checkboxes: checkboxes
1195 1191 label_link_values_to: Link values to URL
1196 1192 setting_force_default_language_for_anonymous: Force default language for anonymous
1197 1193 users
1198 1194 setting_force_default_language_for_loggedin: Force default language for logged-in
1199 1195 users
1200 1196 label_custom_field_select_type: Select the type of object to which the custom field
1201 1197 is to be attached
1202 1198 label_issue_assigned_to_updated: Assignee updated
1203 1199 label_check_for_updates: Check for updates
1204 1200 label_latest_compatible_version: Latest compatible version
1205 1201 label_unknown_plugin: Unknown plugin
1206 1202 label_radio_buttons: radio buttons
1207 1203 label_group_anonymous: Anonymous users
1208 1204 label_group_non_member: Non member users
1209 1205 label_add_projects: Add projects
1210 1206 field_default_status: Default status
1211 1207 text_subversion_repository_note: 'Examples: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
1212 1208 field_users_visibility: Users visibility
1213 1209 label_users_visibility_all: All active users
1214 1210 label_users_visibility_members_of_visible_projects: Members of visible projects
1215 1211 label_edit_attachments: Edit attached files
1216 1212 setting_link_copied_issue: Link issues on copy
1217 1213 label_link_copied_issue: Link copied issue
1218 1214 label_ask: Ask
1219 1215 label_search_attachments_yes: Search attachment filenames and descriptions
1220 1216 label_search_attachments_no: Do not search attachments
1221 1217 label_search_attachments_only: Search attachments only
1222 1218 label_search_open_issues_only: Open issues only
1223 1219 field_address: e-poçt
1224 1220 setting_max_additional_emails: Maximum number of additional email addresses
1225 1221 label_email_address_plural: Emails
1226 1222 label_email_address_add: Add email address
1227 1223 label_enable_notifications: Enable notifications
1228 1224 label_disable_notifications: Disable notifications
1229 1225 setting_search_results_per_page: Search results per page
1230 1226 label_blank_value: blank
1231 1227 permission_copy_issues: Copy issues
1232 1228 error_password_expired: Your password has expired or the administrator requires you
1233 1229 to change it.
1234 1230 field_time_entries_visibility: Time logs visibility
1235 1231 setting_password_max_age: Require password change after
1236 1232 label_parent_task_attributes: Parent tasks attributes
1237 1233 label_parent_task_attributes_derived: Calculated from subtasks
1238 1234 label_parent_task_attributes_independent: Independent of subtasks
1239 1235 label_time_entries_visibility_all: All time entries
1240 1236 label_time_entries_visibility_own: Time entries created by the user
1241 1237 label_member_management: Member management
1242 1238 label_member_management_all_roles: All roles
1243 1239 label_member_management_selected_roles_only: Only these roles
1244 1240 label_password_required: Confirm your password to continue
1245 1241 label_total_spent_time: Cəmi sərf olunan vaxt
1246 1242 notice_import_finished: "%{count} items have been imported"
1247 1243 notice_import_finished_with_errors: "%{count} out of %{total} items could not be imported"
1248 1244 error_invalid_file_encoding: The file is not a valid %{encoding} encoded file
1249 1245 error_invalid_csv_file_or_settings: The file is not a CSV file or does not match the
1250 1246 settings below
1251 1247 error_can_not_read_import_file: An error occurred while reading the file to import
1252 1248 permission_import_issues: Import issues
1253 1249 label_import_issues: Import issues
1254 1250 label_select_file_to_import: Select the file to import
1255 1251 label_fields_separator: Field separator
1256 1252 label_fields_wrapper: Field wrapper
1257 1253 label_encoding: Encoding
1258 1254 label_comma_char: Comma
1259 1255 label_semi_colon_char: Semicolon
1260 1256 label_quote_char: Quote
1261 1257 label_double_quote_char: Double quote
1262 1258 label_fields_mapping: Fields mapping
1263 1259 label_file_content_preview: File content preview
1264 1260 label_create_missing_values: Create missing values
1265 1261 button_import: Import
1266 1262 field_total_estimated_hours: Total estimated time
1267 1263 label_api: API
1268 1264 label_total_plural: Totals
1269 1265 label_assigned_issues: Assigned issues
1270 1266 label_field_format_enumeration: Key/value list
1271 1267 label_f_hour_short: '%{value} h'
1272 1268 field_default_version: Default version
1273 1269 error_attachment_extension_not_allowed: Attachment extension %{extension} is not allowed
1274 1270 setting_attachment_extensions_allowed: Allowed extensions
1275 1271 setting_attachment_extensions_denied: Disallowed extensions
1276 1272 label_any_open_issues: any open issues
1277 1273 label_no_open_issues: no open issues
1278 1274 label_default_values_for_new_users: Default values for new users
1279 1275 error_ldap_bind_credentials: Invalid LDAP Account/Password
1280 1276 setting_sys_api_key: API açar
1281 1277 setting_lost_password: Parolun bərpası
1282 1278 mail_subject_security_notification: Security notification
1283 1279 mail_body_security_notification_change: ! '%{field} was changed.'
1284 1280 mail_body_security_notification_change_to: ! '%{field} was changed to %{value}.'
1285 1281 mail_body_security_notification_add: ! '%{field} %{value} was added.'
1286 1282 mail_body_security_notification_remove: ! '%{field} %{value} was removed.'
1287 1283 mail_body_security_notification_notify_enabled: Email address %{value} now receives
1288 1284 notifications.
1289 1285 mail_body_security_notification_notify_disabled: Email address %{value} no longer
1290 1286 receives notifications.
1291 1287 mail_body_settings_updated: ! 'The following settings were changed:'
1292 1288 field_remote_ip: IP address
1293 1289 label_wiki_page_new: New wiki page
1294 1290 label_relations: Relations
1295 1291 button_filter: Filter
1296 1292 mail_body_password_updated: Your password has been changed.
1297 1293 label_no_preview: No preview available
1298 1294 error_no_tracker_allowed_for_new_issue_in_project: The project doesn't have any trackers
1299 1295 for which you can create an issue
1300 1296 label_tracker_all: All trackers
1301 1297 label_new_project_issue_tab_enabled: Display the "New issue" tab
1302 1298 setting_new_item_menu_tab: Project menu tab for creating new objects
1303 1299 label_new_object_tab_enabled: Display the "+" drop-down
1304 1300 error_no_projects_with_tracker_allowed_for_new_issue: There are no projects with trackers
1305 1301 for which you can create an issue
1306 1302 field_textarea_font: Font used for text areas
1307 1303 label_font_default: Default font
1308 1304 label_font_monospace: Monospaced font
1309 1305 label_font_proportional: Proportional font
1310 1306 setting_timespan_format: Time span format
1311 1307 label_table_of_contents: Table of contents
1312 1308 setting_commit_logs_formatting: Apply text formatting to commit messages
1313 1309 setting_mail_handler_enable_regex_delimiters: Enable regular expressions
1314 1310 error_move_of_child_not_possible: 'Subtask %{child} could not be moved to the new
1315 1311 project: %{errors}'
1316 1312 error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot
1317 1313 be reassigned to an issue that is about to be deleted
1318 1314 setting_timelog_required_fields: Required fields for time logs
1319 1315 label_attribute_of_object: '%{object_name}''s %{name}'
1320 1316 label_user_mail_option_only_assigned: Only for things I watch or I am assigned to
1321 1317 label_user_mail_option_only_owner: Only for things I watch or I am the owner of
1322 1318 warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion
1323 1319 of values from one or more fields on the selected objects
1324 1320 field_updated_by: Updated by
1325 1321 field_last_updated_by: Last updated by
1326 1322 field_full_width_layout: Full width layout
@@ -1,1215 +1,1211
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 884 label_more: Още
885 885 label_scm: SCM (Система за контрол на версиите)
886 886 label_plugins: Плъгини
887 887 label_ldap_authentication: LDAP оторизация
888 888 label_downloads_abbr: D/L
889 889 label_optional_description: Незадължително описание
890 890 label_add_another_file: Добавяне на друг файл
891 891 label_preferences: Предпочитания
892 892 label_chronological_order: Хронологичен ред
893 893 label_reverse_chronological_order: Обратен хронологичен ред
894 894 label_planning: Планиране
895 895 label_incoming_emails: Входящи e-mail-и
896 896 label_generate_key: Генериране на ключ
897 897 label_issue_watchers: Наблюдатели
898 898 label_example: Пример
899 899 label_display: Показване
900 900 label_sort: Сортиране
901 901 label_ascending: Нарастващ
902 902 label_descending: Намаляващ
903 903 label_date_from_to: От %{start} до %{end}
904 904 label_wiki_content_added: Wiki страница беше добавена
905 905 label_wiki_content_updated: Wiki страница беше обновена
906 906 label_group: Група
907 907 label_group_plural: Групи
908 908 label_group_new: Нова група
909 909 label_group_anonymous: Анонимни потребители
910 910 label_group_non_member: Потребители, които не са членове на проекта
911 911 label_time_entry_plural: Използвано време
912 912 label_version_sharing_none: Не споделен
913 913 label_version_sharing_descendants: С подпроекти
914 914 label_version_sharing_hierarchy: С проектна йерархия
915 915 label_version_sharing_tree: С дърво на проектите
916 916 label_version_sharing_system: С всички проекти
917 917 label_update_issue_done_ratios: Обновяване на процента на завършените задачи
918 918 label_copy_source: Източник
919 919 label_copy_target: Цел
920 920 label_copy_same_as_target: Също като целта
921 921 label_display_used_statuses_only: Показване само на състоянията, използвани от този тракер
922 922 label_api_access_key: API ключ за достъп
923 923 label_missing_api_access_key: Липсващ API ключ
924 924 label_api_access_key_created_on: API ключ за достъп е създаден преди %{value}
925 925 label_profile: Профил
926 926 label_subtask_plural: Подзадачи
927 927 label_project_copy_notifications: Изпращане на Send e-mail известия по време на копирането на проекта
928 928 label_principal_search: "Търсене на потребител или група:"
929 929 label_user_search: "Търсене на потребител:"
930 930 label_additional_workflow_transitions_for_author: Позволени са допълнителни преходи, когато потребителят е авторът
931 931 label_additional_workflow_transitions_for_assignee: Позволени са допълнителни преходи, когато потребителят е назначеният към задачата
932 932 label_issues_visibility_all: Всички задачи
933 933 label_issues_visibility_public: Всички не-лични задачи
934 934 label_issues_visibility_own: Задачи, създадени от или назначени на потребителя
935 935 label_git_report_last_commit: Извеждане на последното поверяване за файлове и папки
936 936 label_parent_revision: Ревизия родител
937 937 label_child_revision: Ревизия наследник
938 938 label_export_options: "%{export_format} опции за експорт"
939 939 label_copy_attachments: Копиране на прикачените файлове
940 940 label_copy_subtasks: Копиране на подзадачите
941 941 label_item_position: "%{position}/%{count}"
942 942 label_completed_versions: Завършени версии
943 943 label_search_for_watchers: Търсене на потребители за наблюдатели
944 944 label_session_expiration: Изтичане на сесиите
945 945 label_show_closed_projects: Разглеждане на затворени проекти
946 946 label_status_transitions: Преходи между състоянията
947 947 label_fields_permissions: Видимост на полетата
948 948 label_readonly: Само за четене
949 949 label_required: Задължително
950 950 label_hidden: Скрит
951 951 label_attribute_of_project: Project's %{name}
952 952 label_attribute_of_issue: Issue's %{name}
953 953 label_attribute_of_author: Author's %{name}
954 954 label_attribute_of_assigned_to: Assignee's %{name}
955 955 label_attribute_of_user: User's %{name}
956 956 label_attribute_of_fixed_version: Target version's %{name}
957 957 label_attribute_of_object: "%{name} на %{object_name}"
958 958 label_cross_project_descendants: С подпроекти
959 959 label_cross_project_tree: С дърво на проектите
960 960 label_cross_project_hierarchy: С проектна йерархия
961 961 label_cross_project_system: С всички проекти
962 962 label_gantt_progress_line: Линия на изпълнението
963 963 label_visibility_private: лични (само за мен)
964 964 label_visibility_roles: само за тези роли
965 965 label_visibility_public: за всички потребители
966 966 label_link: Връзка
967 967 label_only: само
968 968 label_drop_down_list: drop-down списък
969 969 label_checkboxes: чек-бокс
970 970 label_radio_buttons: радио-бутони
971 971 label_link_values_to: URL (опция)
972 972 label_custom_field_select_type: "Изберете тип на обект, към който потребителското поле да бъде асоциирано"
973 973 label_check_for_updates: Проверка за нови версии
974 974 label_latest_compatible_version: Последна съвместима версия
975 975 label_unknown_plugin: Непознат плъгин
976 976 label_add_projects: Добавяне на проекти
977 977 label_users_visibility_all: Всички активни потребители
978 978 label_users_visibility_members_of_visible_projects: Членовете на видимите проекти
979 979 label_edit_attachments: Редактиране на прикачените файлове
980 980 label_link_copied_issue: Създаване на връзка между задачите
981 981 label_ask: Питане преди копиране
982 982 label_search_attachments_yes: Търсене на имената на прикачените файлове и техните описания
983 983 label_search_attachments_no: Да не се претърсват прикачените файлове
984 984 label_search_attachments_only: Търсене само на прикачените файлове
985 985 label_search_open_issues_only: Търсене само на задачите
986 986 label_email_address_plural: Имейли
987 987 label_email_address_add: Добавяне на имейл адрес
988 988 label_enable_notifications: Разрешаване на известията
989 989 label_disable_notifications: Забрана на известията
990 990 label_blank_value: празно
991 991 label_parent_task_attributes: Атрибути на родителските задачи
992 992 label_parent_task_attributes_derived: Изчислени от подзадачите
993 993 label_parent_task_attributes_independent: Независими от подзадачите
994 994 label_time_entries_visibility_all: Всички записи за използвано време
995 995 label_time_entries_visibility_own: Записи за използвано време създадени от потребителя
996 996 label_member_management: Управление на членовете
997 997 label_member_management_all_roles: Всички роли
998 998 label_member_management_selected_roles_only: Само тези роли
999 999 label_import_issues: Импорт на задачи
1000 1000 label_select_file_to_import: Файл за импортиране
1001 1001 label_fields_separator: Разделител между полетата
1002 1002 label_fields_wrapper: Разделител в полетата (wrapper)
1003 1003 label_encoding: Кодиране
1004 1004 label_comma_char: Запетая
1005 1005 label_semi_colon_char: Точка и запетая
1006 1006 label_quote_char: Кавичка
1007 1007 label_double_quote_char: Двойна кавичка
1008 1008 label_fields_mapping: Съответствие между полетата
1009 1009 label_file_content_preview: Предварителен преглед на съдържанието на файла
1010 1010 label_create_missing_values: Създаване на липсващи стойности
1011 1011 label_api: API
1012 1012 label_field_format_enumeration: Списък ключ/стойност
1013 1013 label_default_values_for_new_users: Стойности по подразбиране за нови потребители
1014 1014 label_relations: Релации
1015 1015 label_new_project_issue_tab_enabled: Показване на меню-елемент "Нова задача"
1016 1016 label_new_object_tab_enabled: Показване на изпадащ списък за меню-елемент "+"
1017 1017 label_table_of_contents: Съдържание
1018 1018 label_font_default: Шрифт по подразбиране
1019 1019 label_font_monospace: Monospaced шрифт
1020 1020 label_font_proportional: Пропорционален шрифт
1021 1021
1022 1022 button_login: Вход
1023 1023 button_submit: Изпращане
1024 1024 button_save: Запис
1025 1025 button_check_all: Избор на всички
1026 1026 button_uncheck_all: Изчистване на всички
1027 1027 button_collapse_all: Скриване всички
1028 1028 button_expand_all: Разгъване всички
1029 1029 button_delete: Изтриване
1030 1030 button_create: Създаване
1031 1031 button_create_and_continue: Създаване и продължаване
1032 1032 button_test: Тест
1033 1033 button_edit: Редакция
1034 1034 button_edit_associated_wikipage: "Редактиране на асоциираната Wiki страница: %{page_title}"
1035 1035 button_add: Добавяне
1036 1036 button_change: Промяна
1037 1037 button_apply: Приложи
1038 1038 button_clear: Изчисти
1039 1039 button_lock: Заключване
1040 1040 button_unlock: Отключване
1041 1041 button_download: Изтегляне
1042 1042 button_list: Списък
1043 1043 button_view: Преглед
1044 1044 button_move: Преместване
1045 1045 button_move_and_follow: Преместване и продължаване
1046 1046 button_back: Назад
1047 1047 button_cancel: Отказ
1048 1048 button_activate: Активация
1049 1049 button_sort: Сортиране
1050 1050 button_log_time: Отделяне на време
1051 1051 button_rollback: Върни се към тази ревизия
1052 1052 button_watch: Наблюдаване
1053 1053 button_unwatch: Край на наблюдението
1054 1054 button_reply: Отговор
1055 1055 button_archive: Архивиране
1056 1056 button_unarchive: Разархивиране
1057 1057 button_reset: Генериране наново
1058 1058 button_rename: Преименуване
1059 1059 button_change_password: Промяна на парола
1060 1060 button_copy: Копиране
1061 1061 button_copy_and_follow: Копиране и продължаване
1062 1062 button_annotate: Анотация
1063 1063 button_update: Обновяване
1064 1064 button_configure: Конфигуриране
1065 1065 button_quote: Цитат
1066 1066 button_duplicate: Дублиране
1067 1067 button_show: Показване
1068 1068 button_hide: Скриване
1069 1069 button_edit_section: Редактиране на тази секция
1070 1070 button_export: Експорт
1071 1071 button_delete_my_account: Премахване на моя профил
1072 1072 button_close: Затваряне
1073 1073 button_reopen: Отваряне
1074 1074 button_import: Импорт
1075 1075 button_filter: Филтър
1076 1076
1077 1077 status_active: активен
1078 1078 status_registered: регистриран
1079 1079 status_locked: заключен
1080 1080
1081 1081 project_status_active: активен
1082 1082 project_status_closed: затворен
1083 1083 project_status_archived: архивиран
1084 1084
1085 1085 version_status_open: отворена
1086 1086 version_status_locked: заключена
1087 1087 version_status_closed: затворена
1088 1088
1089 1089 field_active: Активен
1090 1090
1091 1091 text_select_mail_notifications: Изберете събития за изпращане на e-mail.
1092 1092 text_regexp_info: пр. ^[A-Z0-9]+$
1093 1093 text_min_max_length_info: 0 - без ограничения
1094 1094 text_project_destroy_confirmation: Сигурни ли сте, че искате да изтриете проекта и данните в него?
1095 1095 text_subprojects_destroy_warning: "Неговите подпроекти: %{value} също ще бъдат изтрити."
1096 1096 text_workflow_edit: Изберете роля и тракер за да редактирате работния процес
1097 1097 text_are_you_sure: Сигурни ли сте?
1098 1098 text_journal_changed: "%{label} променен от %{old} на %{new}"
1099 1099 text_journal_changed_no_detail: "%{label} променен"
1100 1100 text_journal_set_to: "%{label} установен на %{value}"
1101 1101 text_journal_deleted: "%{label} изтрит (%{old})"
1102 1102 text_journal_added: "Добавено %{label} %{value}"
1103 1103 text_tip_issue_begin_day: задача, започваща този ден
1104 1104 text_tip_issue_end_day: задача, завършваща този ден
1105 1105 text_tip_issue_begin_end_day: задача, започваща и завършваща този ден
1106 1106 text_project_identifier_info: 'Позволени са малки букви (a-z), цифри, тирета и _.<br />Промяна след създаването му не е възможна.'
1107 1107 text_caracters_maximum: "До %{count} символа."
1108 1108 text_caracters_minimum: "Минимум %{count} символа."
1109 1109 text_length_between: "От %{min} до %{max} символа."
1110 1110 text_tracker_no_workflow: Няма дефиниран работен процес за този тракер
1111 1111 text_unallowed_characters: Непозволени символи
1112 1112 text_comma_separated: Позволено е изброяване (с разделител запетая).
1113 1113 text_line_separated: Позволени са много стойности (по едно на ред).
1114 1114 text_issues_ref_in_commit_messages: Отбелязване и приключване на задачи от ревизии
1115 1115 text_issue_added: "Публикувана е нова задача с номер %{id} (от %{author})."
1116 1116 text_issue_updated: "Задача %{id} е обновена (от %{author})."
1117 1117 text_wiki_destroy_confirmation: Сигурни ли сте, че искате да изтриете това Wiki и цялото му съдържание?
1118 1118 text_issue_category_destroy_question: "Има задачи (%{count}) обвързани с тази категория. Какво ще изберете?"
1119 1119 text_issue_category_destroy_assignments: Премахване на връзките с категорията
1120 1120 text_issue_category_reassign_to: Преобвързване с категория
1121 1121 text_user_mail_option: "За неизбраните проекти, ще получавате известия само за наблюдавани дейности или в които участвате (т.е. автор или назначени на мен)."
1122 1122 text_no_configuration_data: "Все още не са конфигурирани Роли, тракери, състояния на задачи и работен процес.\nСтрого се препоръчва зареждането на примерната информация. Веднъж заредена ще имате възможност да я редактирате."
1123 1123 text_load_default_configuration: Зареждане на примерна информация
1124 1124 text_status_changed_by_changeset: "Приложено с ревизия %{value}."
1125 1125 text_time_logged_by_changeset: Приложено в ревизия %{value}.
1126 1126 text_issues_destroy_confirmation: 'Сигурни ли сте, че искате да изтриете избраните задачи?'
1127 1127 text_issues_destroy_descendants_confirmation: Тази операция ще премахне и %{count} подзадача(и).
1128 1128 text_time_entries_destroy_confirmation: Сигурен ли сте, че изтриете избраните записи за изразходвано време?
1129 1129 text_select_project_modules: 'Изберете активните модули за този проект:'
1130 1130 text_default_administrator_account_changed: Сменен фабричния администраторски профил
1131 1131 text_file_repository_writable: Възможност за писане в хранилището с файлове
1132 1132 text_plugin_assets_writable: Папката на приставките е разрешена за запис
1133 1133 text_rmagick_available: Наличен RMagick (по избор)
1134 1134 text_convert_available: Наличен ImageMagick convert (по избор)
1135 1135 text_destroy_time_entries_question: "%{hours} часа са отделени на задачите, които искате да изтриете. Какво избирате?"
1136 1136 text_destroy_time_entries: Изтриване на отделеното време
1137 1137 text_assign_time_entries_to_project: Прехвърляне на отделеното време към проект
1138 1138 text_reassign_time_entries: 'Прехвърляне на отделеното време към задача:'
1139 1139 text_user_wrote: "%{value} написа:"
1140 1140 text_enumeration_destroy_question: "%{count} обекта са свързани с тази стойност."
1141 1141 text_enumeration_category_reassign_to: 'Пресвържете ги към тази стойност:'
1142 1142 text_email_delivery_not_configured: "Изпращането на e-mail-и не е конфигурирано и известията не са разрешени.\nКонфигурирайте вашия SMTP сървър в config/configuration.yml и рестартирайте Redmine, за да ги разрешите."
1143 1143 text_repository_usernames_mapping: "Изберете или променете потребителите в Redmine, съответстващи на потребителите в дневника на хранилището (repository).\nПотребителите с еднакви имена в Redmine и хранилищата се съвместяват автоматично."
1144 1144 text_diff_truncated: '... Този diff не е пълен, понеже е надхвърля максималния размер, който може да бъде показан.'
1145 1145 text_custom_field_possible_values_info: 'Една стойност на ред'
1146 1146 text_wiki_page_destroy_question: Тази страница има %{descendants} страници деца и descendant(s). Какво желаете да правите?
1147 1147 text_wiki_page_nullify_children: Запазване на тези страници като коренни страници
1148 1148 text_wiki_page_destroy_children: Изтриване на страниците деца и всички техни descendants
1149 1149 text_wiki_page_reassign_children: Преназначаване на страниците деца на тази родителска страница
1150 1150 text_own_membership_delete_confirmation: "Вие сте на път да премахнете някои или всички ваши разрешения и е възможно след това да не можете да редактирате този проект.\nСигурен ли сте, че искате да продължите?"
1151 1151 text_zoom_in: Увеличаване
1152 1152 text_zoom_out: Намаляване
1153 1153 text_warn_on_leaving_unsaved: Страницата съдържа незаписано съдържание, което може да бъде загубено, ако я напуснете.
1154 1154 text_scm_path_encoding_note: "По подразбиране: UTF-8"
1155 1155 text_subversion_repository_note: 'Примери: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
1156 1156 text_git_repository_note: Празно и локално хранилище (например /gitrepo, c:\gitrepo)
1157 1157 text_mercurial_repository_note: Локално хранилище (например /hgrepo, c:\hgrepo)
1158 1158 text_scm_command: SCM команда
1159 1159 text_scm_command_version: Версия
1160 1160 text_scm_config: Можете да конфигурирате SCM командите в config/configuration.yml. За да активирате промените, рестартирайте Redmine.
1161 1161 text_scm_command_not_available: SCM командата не е налична или достъпна. Проверете конфигурацията в административния панел.
1162 1162 text_issue_conflict_resolution_overwrite: Прилагане на моите промени (предишните коментари ще бъдат запазени, но някои други промени може да бъдат презаписани)
1163 1163 text_issue_conflict_resolution_add_notes: Добавяне на моите коментари и отхвърляне на другите мои промени
1164 1164 text_issue_conflict_resolution_cancel: Отхвърляне на всички мои промени и презареждане на %{link}
1165 1165 text_account_destroy_confirmation: "Сигурен/на ли сте, че желаете да продължите?\nВашият профил ще бъде премахнат без възможност за възстановяване."
1166 1166 text_session_expiration_settings: "Внимание: промяната на тези установяваноя може да прекрати всички активни сесии, включително и вашата."
1167 1167 text_project_closed: Този проект е затворен и е само за четене.
1168 1168 text_turning_multiple_off: Ако забраните възможността за повече от една стойност, повечето стойности ще бъдат
1169 1169 премахнати с цел да остане само по една стойност за поле.
1170 1170
1171 1171 default_role_manager: Мениджър
1172 1172 default_role_developer: Разработчик
1173 1173 default_role_reporter: Публикуващ
1174 1174 default_tracker_bug: Грешка
1175 1175 default_tracker_feature: Функционалност
1176 1176 default_tracker_support: Поддръжка
1177 1177 default_issue_status_new: Нова
1178 1178 default_issue_status_in_progress: Изпълнение
1179 1179 default_issue_status_resolved: Приключена
1180 1180 default_issue_status_feedback: Обратна връзка
1181 1181 default_issue_status_closed: Затворена
1182 1182 default_issue_status_rejected: Отхвърлена
1183 1183 default_doc_category_user: Документация за потребителя
1184 1184 default_doc_category_tech: Техническа документация
1185 1185 default_priority_low: Нисък
1186 1186 default_priority_normal: Нормален
1187 1187 default_priority_high: Висок
1188 1188 default_priority_urgent: Спешен
1189 1189 default_priority_immediate: Веднага
1190 1190 default_activity_design: Дизайн
1191 1191 default_activity_development: Разработка
1192 1192
1193 1193 enumeration_issue_priorities: Приоритети на задачи
1194 1194 enumeration_doc_categories: Категории документи
1195 1195 enumeration_activities: Дейности (time tracking)
1196 1196 enumeration_system_activity: Системна активност
1197 1197 description_filter: Филтър
1198 1198 description_search: Търсене
1199 1199 description_choose_project: Проекти
1200 1200 description_project_scope: Обхват на търсенето
1201 1201 description_notes: Бележки
1202 1202 description_message_content: Съдържание на съобщението
1203 1203 description_query_sort_criteria_attribute: Атрибут на сортиране
1204 1204 description_query_sort_criteria_direction: Посока на сортиране
1205 1205 description_user_mail_notification: Конфигурация известията по пощата
1206 1206 description_available_columns: Налични колони
1207 1207 description_selected_columns: Избрани колони
1208 1208 description_issue_category_reassign: Изберете категория
1209 1209 description_wiki_subpages_reassign: Изберете нова родителска страница
1210 1210 description_all_columns: Всички колони
1211 description_date_range_list: Изберете диапазон от списъка
1212 description_date_range_interval: Изберете диапазон чрез задаване на начална и крайна дати
1213 description_date_from: Въведете начална дата
1214 description_date_to: Въведете крайна дата
1215 1211 text_repository_identifier_info: 'Позволени са малки букви (a-z), цифри, тирета и _.<br />Промяна след създаването му не е възможна.'
@@ -1,1244 +1,1240
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 682 label_more: Više
683 683 label_scm: SCM
684 684 label_plugins: Plugin-ovi
685 685 label_ldap_authentication: LDAP authentifikacija
686 686 label_downloads_abbr: D/L
687 687 label_optional_description: Opis (opciono)
688 688 label_add_another_file: Dodaj još jedan fajl
689 689 label_preferences: Postavke
690 690 label_chronological_order: Hronološki poredak
691 691 label_reverse_chronological_order: Reverzni hronološki poredak
692 692 label_planning: Planiranje
693 693 label_incoming_emails: Dolazni email-ovi
694 694 label_generate_key: Generiši ključ
695 695 label_issue_watchers: Praćeno od
696 696 label_example: Primjer
697 697 label_display: Prikaz
698 698
699 699 button_apply: Primjeni
700 700 button_add: Dodaj
701 701 button_archive: Arhiviranje
702 702 button_back: Nazad
703 703 button_cancel: Odustani
704 704 button_change: Izmjeni
705 705 button_change_password: Izmjena lozinke
706 706 button_check_all: Označi sve
707 707 button_clear: Briši
708 708 button_copy: Kopiraj
709 709 button_create: Novi
710 710 button_delete: Briši
711 711 button_download: Download
712 712 button_edit: Ispravka
713 713 button_list: Lista
714 714 button_lock: Zaključaj
715 715 button_log_time: Utrošak vremena
716 716 button_login: Prijava
717 717 button_move: Pomjeri
718 718 button_rename: Promjena imena
719 719 button_reply: Odgovor
720 720 button_reset: Resetuj
721 721 button_rollback: Vrati predhodno stanje
722 722 button_save: Snimi
723 723 button_sort: Sortiranje
724 724 button_submit: Pošalji
725 725 button_test: Testiraj
726 726 button_unarchive: Otpakuj arhivu
727 727 button_uncheck_all: Isključi sve
728 728 button_unlock: Otključaj
729 729 button_unwatch: Prekini notifikaciju
730 730 button_update: Promjena na aktivnosti
731 731 button_view: Pregled
732 732 button_watch: Notifikacija
733 733 button_configure: Konfiguracija
734 734 button_quote: Citat
735 735
736 736 status_active: aktivan
737 737 status_registered: registrovan
738 738 status_locked: zaključan
739 739
740 740 text_select_mail_notifications: Odaberi događaje za koje će se slati email notifikacija.
741 741 text_regexp_info: npr. ^[A-Z0-9]+$
742 742 text_min_max_length_info: 0 znači bez restrikcije
743 743 text_project_destroy_confirmation: Sigurno želite izbrisati ovaj projekat i njegove podatke ?
744 744 text_subprojects_destroy_warning: "Podprojekt(i): %{value} će takođe biti izbrisani."
745 745 text_workflow_edit: Odaberite ulogu i područje aktivnosti za ispravku toka promjena na aktivnosti
746 746 text_are_you_sure: Da li ste sigurni ?
747 747 text_tip_issue_begin_day: zadatak počinje danas
748 748 text_tip_issue_end_day: zadatak završava danas
749 749 text_tip_issue_begin_end_day: zadatak započinje i završava danas
750 750 text_caracters_maximum: "maksimum %{count} karaktera."
751 751 text_caracters_minimum: "Dužina mora biti najmanje %{count} znakova."
752 752 text_length_between: "Broj znakova između %{min} i %{max}."
753 753 text_tracker_no_workflow: Tok statusa nije definisan za ovo područje aktivnosti
754 754 text_unallowed_characters: Nedozvoljeni znakovi
755 755 text_comma_separated: Višestruke vrijednosti dozvoljene (odvojiti zarezom).
756 756 text_issues_ref_in_commit_messages: 'Referenciranje i zatvaranje aktivnosti putem "commit" poruka'
757 757 text_issue_added: "Aktivnost %{id} je prijavljena od %{author}."
758 758 text_issue_updated: "Aktivnost %{id} je izmjenjena od %{author}."
759 759 text_wiki_destroy_confirmation: Sigurno želite izbrisati ovaj wiki i čitav njegov sadržaj ?
760 760 text_issue_category_destroy_question: "Neke aktivnosti (%{count}) pripadaju ovoj kategoriji. Sigurno to želite uraditi ?"
761 761 text_issue_category_destroy_assignments: Ukloni kategoriju
762 762 text_issue_category_reassign_to: Ponovo dodijeli ovu kategoriju
763 763 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)."
764 764 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."
765 765 text_load_default_configuration: Učitaj tekuću konfiguraciju
766 766 text_status_changed_by_changeset: "Primjenjeno u setu promjena %{value}."
767 767 text_issues_destroy_confirmation: 'Sigurno želite izbrisati odabranu/e aktivnost/i ?'
768 768 text_select_project_modules: 'Odaberi module koje želite u ovom projektu:'
769 769 text_default_administrator_account_changed: Tekući administratorski račun je promjenjen
770 770 text_file_repository_writable: U direktorij sa fajlovima koji su prilozi se može pisati
771 771 text_plugin_assets_writable: U direktorij plugin-ova se može pisati
772 772 text_rmagick_available: RMagick je dostupan (opciono)
773 773 text_destroy_time_entries_question: "%{hours} sahata je prijavljeno na aktivnostima koje želite brisati. Želite li to učiniti ?"
774 774 text_destroy_time_entries: Izbriši prijavljeno vrijeme
775 775 text_assign_time_entries_to_project: Dodaj prijavljenoo vrijeme projektu
776 776 text_reassign_time_entries: 'Preraspodjeli prijavljeno vrijeme na ovu aktivnost:'
777 777 text_user_wrote: "%{value} je napisao/la:"
778 778 text_enumeration_destroy_question: "Za %{count} objekata je dodjeljenja ova vrijednost."
779 779 text_enumeration_category_reassign_to: 'Ponovo im dodjeli ovu vrijednost:'
780 780 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."
781 781 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."
782 782 text_diff_truncated: '... Ovaj prikaz razlike je odsječen pošto premašuje maksimalnu veličinu za prikaz'
783 783 text_custom_field_possible_values_info: 'Jedna linija za svaku vrijednost'
784 784
785 785 default_role_manager: Menadžer
786 786 default_role_developer: Programer
787 787 default_role_reporter: Reporter
788 788 default_tracker_bug: Greška
789 789 default_tracker_feature: Nova funkcija
790 790 default_tracker_support: Podrška
791 791 default_issue_status_new: Novi
792 792 default_issue_status_in_progress: In Progress
793 793 default_issue_status_resolved: Riješen
794 794 default_issue_status_feedback: Čeka se povratna informacija
795 795 default_issue_status_closed: Zatvoren
796 796 default_issue_status_rejected: Odbijen
797 797 default_doc_category_user: Korisnička dokumentacija
798 798 default_doc_category_tech: Tehnička dokumentacija
799 799 default_priority_low: Nizak
800 800 default_priority_normal: Normalan
801 801 default_priority_high: Visok
802 802 default_priority_urgent: Urgentno
803 803 default_priority_immediate: Odmah
804 804 default_activity_design: Dizajn
805 805 default_activity_development: Programiranje
806 806
807 807 enumeration_issue_priorities: Prioritet aktivnosti
808 808 enumeration_doc_categories: Kategorije dokumenata
809 809 enumeration_activities: Operacije (utrošak vremena)
810 810 notice_unable_delete_version: Ne mogu izbrisati verziju.
811 811 button_create_and_continue: Kreiraj i nastavi
812 812 button_annotate: Zabilježi
813 813 button_activate: Aktiviraj
814 814 label_sort: Sortiranje
815 815 label_date_from_to: Od %{start} do %{end}
816 816 label_ascending: Rastuće
817 817 label_descending: Opadajuće
818 818 label_greater_or_equal: ">="
819 819 label_less_or_equal: <=
820 820 text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do?
821 821 text_wiki_page_reassign_children: Reassign child pages to this parent page
822 822 text_wiki_page_nullify_children: Keep child pages as root pages
823 823 text_wiki_page_destroy_children: Delete child pages and all their descendants
824 824 setting_password_min_length: Minimum password length
825 825 field_group_by: Group results by
826 826 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
827 827 label_wiki_content_added: Wiki page added
828 828 mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
829 829 mail_body_wiki_content_added: The '%{id}' wiki page has been added by %{author}.
830 830 label_wiki_content_updated: Wiki page updated
831 831 mail_body_wiki_content_updated: The '%{id}' wiki page has been updated by %{author}.
832 832 permission_add_project: Create project
833 833 setting_new_project_user_role_id: Role given to a non-admin user who creates a project
834 834 label_view_all_revisions: View all revisions
835 835 label_tag: Tag
836 836 label_branch: Branch
837 837 error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
838 838 error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
839 839 text_journal_changed: "%{label} changed from %{old} to %{new}"
840 840 text_journal_set_to: "%{label} set to %{value}"
841 841 text_journal_deleted: "%{label} deleted (%{old})"
842 842 label_group_plural: Groups
843 843 label_group: Group
844 844 label_group_new: New group
845 845 label_time_entry_plural: Spent time
846 846 text_journal_added: "%{label} %{value} added"
847 847 field_active: Active
848 848 enumeration_system_activity: System Activity
849 849 permission_delete_issue_watchers: Delete watchers
850 850 version_status_closed: closed
851 851 version_status_locked: locked
852 852 version_status_open: open
853 853 error_can_not_reopen_issue_on_closed_version: An issue assigned to a closed version can not be reopened
854 854 label_user_anonymous: Anonymous
855 855 button_move_and_follow: Move and follow
856 856 setting_default_projects_modules: Default enabled modules for new projects
857 857 setting_gravatar_default: Default Gravatar image
858 858 field_sharing: Sharing
859 859 label_version_sharing_hierarchy: With project hierarchy
860 860 label_version_sharing_system: With all projects
861 861 label_version_sharing_descendants: With subprojects
862 862 label_version_sharing_tree: With project tree
863 863 label_version_sharing_none: Not shared
864 864 error_can_not_archive_project: This project can not be archived
865 865 button_duplicate: Duplicate
866 866 button_copy_and_follow: Copy and follow
867 867 label_copy_source: Source
868 868 setting_issue_done_ratio: Calculate the issue done ratio with
869 869 setting_issue_done_ratio_issue_status: Use the issue status
870 870 error_issue_done_ratios_not_updated: Issue done ratios not updated.
871 871 error_workflow_copy_target: Please select target tracker(s) and role(s)
872 872 setting_issue_done_ratio_issue_field: Use the issue field
873 873 label_copy_same_as_target: Same as target
874 874 label_copy_target: Target
875 875 notice_issue_done_ratios_updated: Issue done ratios updated.
876 876 error_workflow_copy_source: Please select a source tracker or role
877 877 label_update_issue_done_ratios: Update issue done ratios
878 878 setting_start_of_week: Start calendars on
879 879 permission_view_issues: View Issues
880 880 label_display_used_statuses_only: Only display statuses that are used by this tracker
881 881 label_revision_id: Revision %{value}
882 882 label_api_access_key: API access key
883 883 label_api_access_key_created_on: API access key created %{value} ago
884 884 label_feeds_access_key: Atom access key
885 885 notice_api_access_key_reseted: Your API access key was reset.
886 886 setting_rest_api_enabled: Enable REST web service
887 887 label_missing_api_access_key: Missing an API access key
888 888 label_missing_feeds_access_key: Missing a Atom access key
889 889 button_show: Show
890 890 text_line_separated: Multiple values allowed (one line for each value).
891 891 setting_mail_handler_body_delimiters: Truncate emails after one of these lines
892 892 permission_add_subprojects: Create subprojects
893 893 label_subproject_new: New subproject
894 894 text_own_membership_delete_confirmation: |-
895 895 You are about to remove some or all of your permissions and may no longer be able to edit this project after that.
896 896 Are you sure you want to continue?
897 897 label_close_versions: Close completed versions
898 898 label_board_sticky: Sticky
899 899 label_board_locked: Locked
900 900 permission_export_wiki_pages: Export wiki pages
901 901 setting_cache_formatted_text: Cache formatted text
902 902 permission_manage_project_activities: Manage project activities
903 903 error_unable_delete_issue_status: Unable to delete issue status
904 904 label_profile: Profile
905 905 permission_manage_subtasks: Manage subtasks
906 906 field_parent_issue: Parent task
907 907 label_subtask_plural: Subtasks
908 908 label_project_copy_notifications: Send email notifications during the project copy
909 909 error_can_not_delete_custom_field: Unable to delete custom field
910 910 error_unable_to_connect: Unable to connect (%{value})
911 911 error_can_not_remove_role: This role is in use and can not be deleted.
912 912 error_can_not_delete_tracker: This tracker contains issues and cannot be deleted.
913 913 field_principal: Principal
914 914 label_my_page_block: My page block
915 915 notice_failed_to_save_members: "Failed to save member(s): %{errors}."
916 916 text_zoom_out: Zoom out
917 917 text_zoom_in: Zoom in
918 918 notice_unable_delete_time_entry: Unable to delete time log entry.
919 919 label_overall_spent_time: Overall spent time
920 920 field_time_entries: Log time
921 921 project_module_gantt: Gantt
922 922 project_module_calendar: Calendar
923 923 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
924 924 field_text: Text field
925 925 setting_default_notification_option: Default notification option
926 926 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
927 927 label_user_mail_option_none: No events
928 928 field_member_of_group: Assignee's group
929 929 field_assigned_to_role: Assignee's role
930 930 notice_not_authorized_archived_project: The project you're trying to access has been archived.
931 931 label_principal_search: "Search for user or group:"
932 932 label_user_search: "Search for user:"
933 933 field_visible: Visible
934 934 setting_commit_logtime_activity_id: Activity for logged time
935 935 text_time_logged_by_changeset: Applied in changeset %{value}.
936 936 setting_commit_logtime_enabled: Enable time logging
937 937 notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
938 938 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
939 939 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
940 940 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
941 941 label_my_queries: My custom queries
942 942 text_journal_changed_no_detail: "%{label} updated"
943 943 label_news_comment_added: Comment added to a news
944 944 button_expand_all: Expand all
945 945 button_collapse_all: Collapse all
946 946 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
947 947 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
948 948 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
949 949 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
950 950 label_role_anonymous: Anonymous
951 951 label_role_non_member: Non member
952 952 label_issue_note_added: Note added
953 953 label_issue_status_updated: Status updated
954 954 label_issue_priority_updated: Priority updated
955 955 label_issues_visibility_own: Issues created by or assigned to the user
956 956 field_issues_visibility: Issues visibility
957 957 label_issues_visibility_all: All issues
958 958 permission_set_own_issues_private: Set own issues public or private
959 959 field_is_private: Private
960 960 permission_set_issues_private: Set issues public or private
961 961 label_issues_visibility_public: All non private issues
962 962 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
963 963 field_commit_logs_encoding: 'Enkodiranje "commit" poruka'
964 964 field_scm_path_encoding: Path encoding
965 965 text_scm_path_encoding_note: "Default: UTF-8"
966 966 field_path_to_repository: Path to repository
967 967 field_root_directory: Root directory
968 968 field_cvs_module: Module
969 969 field_cvsroot: CVSROOT
970 970 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
971 971 text_scm_command: Command
972 972 text_scm_command_version: Version
973 973 label_git_report_last_commit: Report last commit for files and directories
974 974 notice_issue_successful_create: Issue %{id} created.
975 975 label_between: between
976 976 setting_issue_group_assignment: Allow issue assignment to groups
977 977 label_diff: diff
978 978 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
979 979 description_query_sort_criteria_direction: Sort direction
980 980 description_project_scope: Search scope
981 981 description_filter: Filter
982 982 description_user_mail_notification: Mail notification settings
983 description_date_from: Enter start date
984 983 description_message_content: Message content
985 984 description_available_columns: Available Columns
986 description_date_range_interval: Choose range by selecting start and end date
987 985 description_issue_category_reassign: Choose issue category
988 986 description_search: Searchfield
989 987 description_notes: Notes
990 description_date_range_list: Choose range from list
991 988 description_choose_project: Projects
992 description_date_to: Enter end date
993 989 description_query_sort_criteria_attribute: Sort attribute
994 990 description_wiki_subpages_reassign: Choose new parent page
995 991 description_selected_columns: Selected Columns
996 992 label_parent_revision: Parent
997 993 label_child_revision: Child
998 994 error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
999 995 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
1000 996 button_edit_section: Edit this section
1001 997 setting_repositories_encodings: Attachments and repositories encodings
1002 998 description_all_columns: All Columns
1003 999 button_export: Export
1004 1000 label_export_options: "%{export_format} export options"
1005 1001 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
1006 1002 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1007 1003 label_x_issues:
1008 1004 zero: 0 aktivnost
1009 1005 one: 1 aktivnost
1010 1006 other: "%{count} aktivnosti"
1011 1007 label_repository_new: New repository
1012 1008 field_repository_is_default: Main repository
1013 1009 label_copy_attachments: Copy attachments
1014 1010 label_item_position: "%{position}/%{count}"
1015 1011 label_completed_versions: Completed versions
1016 1012 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1017 1013 field_multiple: Multiple values
1018 1014 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1019 1015 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1020 1016 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1021 1017 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1022 1018 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1023 1019 permission_manage_related_issues: Manage related issues
1024 1020 field_auth_source_ldap_filter: LDAP filter
1025 1021 label_search_for_watchers: Search for watchers to add
1026 1022 notice_account_deleted: Your account has been permanently deleted.
1027 1023 setting_unsubscribe: Allow users to delete their own account
1028 1024 button_delete_my_account: Delete my account
1029 1025 text_account_destroy_confirmation: |-
1030 1026 Are you sure you want to proceed?
1031 1027 Your account will be permanently deleted, with no way to reactivate it.
1032 1028 error_session_expired: Your session has expired. Please login again.
1033 1029 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1034 1030 setting_session_lifetime: Session maximum lifetime
1035 1031 setting_session_timeout: Session inactivity timeout
1036 1032 label_session_expiration: Session expiration
1037 1033 permission_close_project: Close / reopen the project
1038 1034 label_show_closed_projects: View closed projects
1039 1035 button_close: Close
1040 1036 button_reopen: Reopen
1041 1037 project_status_active: active
1042 1038 project_status_closed: closed
1043 1039 project_status_archived: archived
1044 1040 text_project_closed: This project is closed and read-only.
1045 1041 notice_user_successful_create: User %{id} created.
1046 1042 field_core_fields: Standard fields
1047 1043 field_timeout: Timeout (in seconds)
1048 1044 setting_thumbnails_enabled: Display attachment thumbnails
1049 1045 setting_thumbnails_size: Thumbnails size (in pixels)
1050 1046 label_status_transitions: Status transitions
1051 1047 label_fields_permissions: Fields permissions
1052 1048 label_readonly: Read-only
1053 1049 label_required: Required
1054 1050 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1055 1051 field_board_parent: Parent forum
1056 1052 label_attribute_of_project: Project's %{name}
1057 1053 label_attribute_of_author: Author's %{name}
1058 1054 label_attribute_of_assigned_to: Assignee's %{name}
1059 1055 label_attribute_of_fixed_version: Target version's %{name}
1060 1056 label_copy_subtasks: Copy subtasks
1061 1057 label_copied_to: copied to
1062 1058 label_copied_from: copied from
1063 1059 label_any_issues_in_project: any issues in project
1064 1060 label_any_issues_not_in_project: any issues not in project
1065 1061 field_private_notes: Private notes
1066 1062 permission_view_private_notes: View private notes
1067 1063 permission_set_notes_private: Set notes as private
1068 1064 label_no_issues_in_project: no issues in project
1069 1065 label_any: sve
1070 1066 label_last_n_weeks: last %{count} weeks
1071 1067 setting_cross_project_subtasks: Allow cross-project subtasks
1072 1068 label_cross_project_descendants: With subprojects
1073 1069 label_cross_project_tree: With project tree
1074 1070 label_cross_project_hierarchy: With project hierarchy
1075 1071 label_cross_project_system: With all projects
1076 1072 button_hide: Hide
1077 1073 setting_non_working_week_days: Non-working days
1078 1074 label_in_the_next_days: in the next
1079 1075 label_in_the_past_days: in the past
1080 1076 label_attribute_of_user: User's %{name}
1081 1077 text_turning_multiple_off: If you disable multiple values, multiple values will be
1082 1078 removed in order to preserve only one value per item.
1083 1079 label_attribute_of_issue: Issue's %{name}
1084 1080 permission_add_documents: Add documents
1085 1081 permission_edit_documents: Edit documents
1086 1082 permission_delete_documents: Delete documents
1087 1083 label_gantt_progress_line: Progress line
1088 1084 setting_jsonp_enabled: Enable JSONP support
1089 1085 field_inherit_members: Inherit members
1090 1086 field_closed_on: Closed
1091 1087 field_generate_password: Generate password
1092 1088 setting_default_projects_tracker_ids: Default trackers for new projects
1093 1089 label_total_time: Ukupno
1094 1090 text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it.
1095 1091 text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel.
1096 1092 setting_emails_header: Email header
1097 1093 notice_account_not_activated_yet: You haven't activated your account yet. If you want
1098 1094 to receive a new activation email, please <a href="%{url}">click this link</a>.
1099 1095 notice_account_locked: Your account is locked.
1100 1096 label_hidden: Hidden
1101 1097 label_visibility_private: to me only
1102 1098 label_visibility_roles: to these roles only
1103 1099 label_visibility_public: to any users
1104 1100 field_must_change_passwd: Must change password at next logon
1105 1101 notice_new_password_must_be_different: The new password must be different from the
1106 1102 current password
1107 1103 setting_mail_handler_excluded_filenames: Exclude attachments by name
1108 1104 text_convert_available: ImageMagick convert available (optional)
1109 1105 label_link: Link
1110 1106 label_only: only
1111 1107 label_drop_down_list: drop-down list
1112 1108 label_checkboxes: checkboxes
1113 1109 label_link_values_to: Link values to URL
1114 1110 setting_force_default_language_for_anonymous: Force default language for anonymous
1115 1111 users
1116 1112 setting_force_default_language_for_loggedin: Force default language for logged-in
1117 1113 users
1118 1114 label_custom_field_select_type: Select the type of object to which the custom field
1119 1115 is to be attached
1120 1116 label_issue_assigned_to_updated: Assignee updated
1121 1117 label_check_for_updates: Check for updates
1122 1118 label_latest_compatible_version: Latest compatible version
1123 1119 label_unknown_plugin: Unknown plugin
1124 1120 label_radio_buttons: radio buttons
1125 1121 label_group_anonymous: Anonymous users
1126 1122 label_group_non_member: Non member users
1127 1123 label_add_projects: Add projects
1128 1124 field_default_status: Default status
1129 1125 text_subversion_repository_note: 'Examples: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
1130 1126 field_users_visibility: Users visibility
1131 1127 label_users_visibility_all: All active users
1132 1128 label_users_visibility_members_of_visible_projects: Members of visible projects
1133 1129 label_edit_attachments: Edit attached files
1134 1130 setting_link_copied_issue: Link issues on copy
1135 1131 label_link_copied_issue: Link copied issue
1136 1132 label_ask: Ask
1137 1133 label_search_attachments_yes: Search attachment filenames and descriptions
1138 1134 label_search_attachments_no: Do not search attachments
1139 1135 label_search_attachments_only: Search attachments only
1140 1136 label_search_open_issues_only: Open issues only
1141 1137 field_address: Email
1142 1138 setting_max_additional_emails: Maximum number of additional email addresses
1143 1139 label_email_address_plural: Emails
1144 1140 label_email_address_add: Add email address
1145 1141 label_enable_notifications: Enable notifications
1146 1142 label_disable_notifications: Disable notifications
1147 1143 setting_search_results_per_page: Search results per page
1148 1144 label_blank_value: blank
1149 1145 permission_copy_issues: Copy issues
1150 1146 error_password_expired: Your password has expired or the administrator requires you
1151 1147 to change it.
1152 1148 field_time_entries_visibility: Time logs visibility
1153 1149 setting_password_max_age: Require password change after
1154 1150 label_parent_task_attributes: Parent tasks attributes
1155 1151 label_parent_task_attributes_derived: Calculated from subtasks
1156 1152 label_parent_task_attributes_independent: Independent of subtasks
1157 1153 label_time_entries_visibility_all: All time entries
1158 1154 label_time_entries_visibility_own: Time entries created by the user
1159 1155 label_member_management: Member management
1160 1156 label_member_management_all_roles: All roles
1161 1157 label_member_management_selected_roles_only: Only these roles
1162 1158 label_password_required: Confirm your password to continue
1163 1159 label_total_spent_time: Overall spent time
1164 1160 notice_import_finished: "%{count} items have been imported"
1165 1161 notice_import_finished_with_errors: "%{count} out of %{total} items could not be imported"
1166 1162 error_invalid_file_encoding: The file is not a valid %{encoding} encoded file
1167 1163 error_invalid_csv_file_or_settings: The file is not a CSV file or does not match the
1168 1164 settings below
1169 1165 error_can_not_read_import_file: An error occurred while reading the file to import
1170 1166 permission_import_issues: Import issues
1171 1167 label_import_issues: Import issues
1172 1168 label_select_file_to_import: Select the file to import
1173 1169 label_fields_separator: Field separator
1174 1170 label_fields_wrapper: Field wrapper
1175 1171 label_encoding: Encoding
1176 1172 label_comma_char: Comma
1177 1173 label_semi_colon_char: Semicolon
1178 1174 label_quote_char: Quote
1179 1175 label_double_quote_char: Double quote
1180 1176 label_fields_mapping: Fields mapping
1181 1177 label_file_content_preview: File content preview
1182 1178 label_create_missing_values: Create missing values
1183 1179 button_import: Import
1184 1180 field_total_estimated_hours: Total estimated time
1185 1181 label_api: API
1186 1182 label_total_plural: Totals
1187 1183 label_assigned_issues: Assigned issues
1188 1184 label_field_format_enumeration: Key/value list
1189 1185 label_f_hour_short: '%{value} h'
1190 1186 field_default_version: Default version
1191 1187 error_attachment_extension_not_allowed: Attachment extension %{extension} is not allowed
1192 1188 setting_attachment_extensions_allowed: Allowed extensions
1193 1189 setting_attachment_extensions_denied: Disallowed extensions
1194 1190 label_any_open_issues: any open issues
1195 1191 label_no_open_issues: no open issues
1196 1192 label_default_values_for_new_users: Default values for new users
1197 1193 error_ldap_bind_credentials: Invalid LDAP Account/Password
1198 1194 setting_sys_api_key: API ključ (obrada ulaznih mailova)
1199 1195 setting_lost_password: Izgubljena lozinka
1200 1196 mail_subject_security_notification: Security notification
1201 1197 mail_body_security_notification_change: ! '%{field} was changed.'
1202 1198 mail_body_security_notification_change_to: ! '%{field} was changed to %{value}.'
1203 1199 mail_body_security_notification_add: ! '%{field} %{value} was added.'
1204 1200 mail_body_security_notification_remove: ! '%{field} %{value} was removed.'
1205 1201 mail_body_security_notification_notify_enabled: Email address %{value} now receives
1206 1202 notifications.
1207 1203 mail_body_security_notification_notify_disabled: Email address %{value} no longer
1208 1204 receives notifications.
1209 1205 mail_body_settings_updated: ! 'The following settings were changed:'
1210 1206 field_remote_ip: IP address
1211 1207 label_wiki_page_new: New wiki page
1212 1208 label_relations: Relations
1213 1209 button_filter: Filter
1214 1210 mail_body_password_updated: Your password has been changed.
1215 1211 label_no_preview: No preview available
1216 1212 error_no_tracker_allowed_for_new_issue_in_project: The project doesn't have any trackers
1217 1213 for which you can create an issue
1218 1214 label_tracker_all: All trackers
1219 1215 label_new_project_issue_tab_enabled: Display the "New issue" tab
1220 1216 setting_new_item_menu_tab: Project menu tab for creating new objects
1221 1217 label_new_object_tab_enabled: Display the "+" drop-down
1222 1218 error_no_projects_with_tracker_allowed_for_new_issue: There are no projects with trackers
1223 1219 for which you can create an issue
1224 1220 field_textarea_font: Font used for text areas
1225 1221 label_font_default: Default font
1226 1222 label_font_monospace: Monospaced font
1227 1223 label_font_proportional: Proportional font
1228 1224 setting_timespan_format: Time span format
1229 1225 label_table_of_contents: Table of contents
1230 1226 setting_commit_logs_formatting: Apply text formatting to commit messages
1231 1227 setting_mail_handler_enable_regex_delimiters: Enable regular expressions
1232 1228 error_move_of_child_not_possible: 'Subtask %{child} could not be moved to the new
1233 1229 project: %{errors}'
1234 1230 error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot
1235 1231 be reassigned to an issue that is about to be deleted
1236 1232 setting_timelog_required_fields: Required fields for time logs
1237 1233 label_attribute_of_object: '%{object_name}''s %{name}'
1238 1234 label_user_mail_option_only_assigned: Only for things I watch or I am assigned to
1239 1235 label_user_mail_option_only_owner: Only for things I watch or I am the owner of
1240 1236 warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion
1241 1237 of values from one or more fields on the selected objects
1242 1238 field_updated_by: Updated by
1243 1239 field_last_updated_by: Last updated by
1244 1240 field_full_width_layout: Full width layout
@@ -1,1221 +1,1217
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 732 label_more: "Més"
733 733 label_scm: "SCM"
734 734 label_plugins: "Complements"
735 735 label_ldap_authentication: "Autenticació LDAP"
736 736 label_downloads_abbr: "Baixades"
737 737 label_optional_description: "Descripció opcional"
738 738 label_add_another_file: "Afegir un altre fitxer"
739 739 label_preferences: "Preferències"
740 740 label_chronological_order: "En ordre cronològic"
741 741 label_reverse_chronological_order: "En ordre cronològic invers"
742 742 label_planning: "Planificació"
743 743 label_incoming_emails: "Correu electrònics d'entrada"
744 744 label_generate_key: "Generar una clau"
745 745 label_issue_watchers: "Vigilàncies"
746 746 label_example: "Exemple"
747 747 label_display: "Mostrar"
748 748 label_sort: "Ordenar"
749 749 label_ascending: "Ascendent"
750 750 label_descending: "Descendent"
751 751 label_date_from_to: "Des de %{start} a %{end}"
752 752 label_wiki_content_added: "S'ha afegit la pàgina wiki"
753 753 label_wiki_content_updated: "S'ha actualitzat la pàgina wiki"
754 754 label_group: "Grup"
755 755 label_group_plural: "Grups"
756 756 label_group_new: "Nou grup"
757 757 label_time_entry_plural: "Temps invertit"
758 758 label_version_sharing_hierarchy: "Amb la jerarquia del projecte"
759 759 label_version_sharing_system: "Amb tots els projectes"
760 760 label_version_sharing_descendants: "Amb tots els subprojectes"
761 761 label_version_sharing_tree: "Amb l'arbre del projecte"
762 762 label_version_sharing_none: "Sense compartir"
763 763 label_update_issue_done_ratios: "Actualitza el tant per cent dels assumptes realitzats"
764 764 label_copy_source: "Font"
765 765 label_copy_target: "Objectiu"
766 766 label_copy_same_as_target: "El mateix que l'objectiu"
767 767 label_display_used_statuses_only: "Mostra només els estats que utilitza aquest tipus d'assumpte"
768 768 label_api_access_key: "Clau d'accés API"
769 769 label_missing_api_access_key: "Falta una clau d'accés API"
770 770 label_api_access_key_created_on: "Clau d'accés API creada fa %{value}"
771 771 label_profile: "Perfil"
772 772 label_subtask_plural: "Subtasques"
773 773 label_project_copy_notifications: "Envia notificacions de correu electrònic durant la còpia del projecte"
774 774
775 775 button_login: "Accedir"
776 776 button_submit: "Acceptar"
777 777 button_save: "Desar"
778 778 button_check_all: "Selecciona-ho tot"
779 779 button_uncheck_all: "No seleccionar res"
780 780 button_delete: "Eliminar"
781 781 button_create: "Crear"
782 782 button_create_and_continue: "Crear i continuar"
783 783 button_test: "Provar"
784 784 button_edit: "Editar"
785 785 button_add: "Afegir"
786 786 button_change: "Canviar"
787 787 button_apply: "Aplicar"
788 788 button_clear: "Netejar"
789 789 button_lock: "Bloquejar"
790 790 button_unlock: "Desbloquejar"
791 791 button_download: "Baixar"
792 792 button_list: "Llistar"
793 793 button_view: "Visualitzar"
794 794 button_move: "Moure"
795 795 button_move_and_follow: "Moure i continuar"
796 796 button_back: "Enrere"
797 797 button_cancel: "Cancel·lar"
798 798 button_activate: "Activar"
799 799 button_sort: "Ordenar"
800 800 button_log_time: "Registre de temps"
801 801 button_rollback: "Tornar a aquesta versió"
802 802 button_watch: "Vigilar"
803 803 button_unwatch: "No vigilar"
804 804 button_reply: "Resposta"
805 805 button_archive: "Arxivar"
806 806 button_unarchive: "Desarxivar"
807 807 button_reset: "Reiniciar"
808 808 button_rename: "Reanomenar"
809 809 button_change_password: "Canviar la contrasenya"
810 810 button_copy: "Copiar"
811 811 button_copy_and_follow: "Copiar i continuar"
812 812 button_annotate: "Anotar"
813 813 button_update: "Actualitzar"
814 814 button_configure: "Configurar"
815 815 button_quote: "Citar"
816 816 button_duplicate: "Duplicar"
817 817 button_show: "Mostrar"
818 818
819 819 status_active: "actiu"
820 820 status_registered: "registrat"
821 821 status_locked: "bloquejat"
822 822
823 823 version_status_open: "oberta"
824 824 version_status_locked: "bloquejada"
825 825 version_status_closed: "tancada"
826 826
827 827 field_active: "Actiu"
828 828
829 829 text_select_mail_notifications: "Seleccionar les accions per les quals s'hauria d'enviar una notificació per correu electrònic."
830 830 text_regexp_info: "ex. ^[A-Z0-9]+$"
831 831 text_min_max_length_info: "0 significa sense restricció"
832 832 text_project_destroy_confirmation: "Segur que voleu suprimir aquest projecte i les dades relacionades?"
833 833 text_subprojects_destroy_warning: "També seran suprimits els seus subprojectes: %{value}."
834 834 text_workflow_edit: "Seleccioneu un rol i un tipus d'assumpte per a editar el flux de treball"
835 835 text_are_you_sure: "Segur?"
836 836 text_journal_changed: "%{label} ha canviat de %{old} a %{new}"
837 837 text_journal_set_to: "%{label} s'ha establert a %{value}"
838 838 text_journal_deleted: "%{label} s'ha suprimit (%{old})"
839 839 text_journal_added: "S'ha afegit %{label} %{value}"
840 840 text_tip_issue_begin_day: "tasca que s'inicia aquest dia"
841 841 text_tip_issue_end_day: "tasca que finalitza aquest dia"
842 842 text_tip_issue_begin_end_day: "tasca que s'inicia i finalitza aquest dia"
843 843 text_caracters_maximum: "%{count} caràcters com a màxim."
844 844 text_caracters_minimum: "Com a mínim ha de tenir %{count} caràcters."
845 845 text_length_between: "Longitud entre %{min} i %{max} caràcters."
846 846 text_tracker_no_workflow: "No s'ha definit cap flux de treball per a aquest tipus d'assumpte"
847 847 text_unallowed_characters: "Caràcters no permesos"
848 848 text_comma_separated: "Es permeten valors múltiples (separats per una coma)."
849 849 text_line_separated: "Es permeten diversos valors (una línia per cada valor)."
850 850 text_issues_ref_in_commit_messages: "Referència i soluciona els assumptes en els missatges publicats"
851 851 text_issue_added: "L'assumpte %{id} ha sigut informat per %{author}."
852 852 text_issue_updated: "L'assumpte %{id} ha sigut actualitzat per %{author}."
853 853 text_wiki_destroy_confirmation: "Segur que voleu suprimir aquesta wiki i tot el seu contingut?"
854 854 text_issue_category_destroy_question: "Alguns assumptes (%{count}) estan assignats a aquesta categoria. Què voleu fer?"
855 855 text_issue_category_destroy_assignments: "Suprimir les assignacions de la categoria"
856 856 text_issue_category_reassign_to: "Tornar a assignar els assumptes a aquesta categoria"
857 857 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)."
858 858 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."
859 859 text_load_default_configuration: "Carregar la configuració predeterminada"
860 860 text_status_changed_by_changeset: "Aplicat en el conjunt de canvis %{value}."
861 861 text_issues_destroy_confirmation: "Segur que voleu suprimir els assumptes seleccionats?"
862 862 text_select_project_modules: "Seleccionar els mòduls a habilitar per a aquest projecte:"
863 863 text_default_administrator_account_changed: "S'ha canviat el compte d'administrador predeterminat"
864 864 text_file_repository_writable: "Es pot escriure en el repositori de fitxers"
865 865 text_plugin_assets_writable: "Es pot escriure als complements actius"
866 866 text_rmagick_available: "RMagick disponible (opcional)"
867 867 text_destroy_time_entries_question: "S'han informat %{hours} hores en els assumptes que aneu a suprimir. Què voleu fer?"
868 868 text_destroy_time_entries: "Suprimir les hores informades"
869 869 text_assign_time_entries_to_project: "Assignar les hores informades al projecte"
870 870 text_reassign_time_entries: "Tornar a assignar les hores informades a aquest assumpte:"
871 871 text_user_wrote: "%{value} va escriure:"
872 872 text_enumeration_destroy_question: "%{count} objectes estan assignats a aquest valor."
873 873 text_enumeration_category_reassign_to: "Torna a assignar-los a aquest valor:"
874 874 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."
875 875 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."
876 876 text_diff_truncated: "... Aquestes diferències s'han truncat perquè excedeixen la mida màxima que es pot mostrar."
877 877 text_custom_field_possible_values_info: "Una línia per a cada valor"
878 878 text_wiki_page_destroy_question: "Aquesta pàgina %{descendants} pàgines fill(es) i descendent(s). Què voleu fer?"
879 879 text_wiki_page_nullify_children: "Deixar les pàgines filles com a pàgines arrel"
880 880 text_wiki_page_destroy_children: "Suprimir les pàgines filles i tots els seus descendents"
881 881 text_wiki_page_reassign_children: "Reasignar les pàgines filles a aquesta pàgina pare"
882 882 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?"
883 883 text_zoom_in: "Reduir"
884 884 text_zoom_out: "Ampliar"
885 885
886 886 default_role_manager: "Gestor"
887 887 default_role_developer: "Desenvolupador"
888 888 default_role_reporter: "Informador"
889 889 default_tracker_bug: "Error"
890 890 default_tracker_feature: "Característica"
891 891 default_tracker_support: "Suport"
892 892 default_issue_status_new: "Nou"
893 893 default_issue_status_in_progress: "En Progrés"
894 894 default_issue_status_resolved: "Resolt"
895 895 default_issue_status_feedback: "Comentaris"
896 896 default_issue_status_closed: "Tancat"
897 897 default_issue_status_rejected: "Rebutjat"
898 898 default_doc_category_user: "Documentació d'usuari"
899 899 default_doc_category_tech: "Documentació tècnica"
900 900 default_priority_low: "Baixa"
901 901 default_priority_normal: "Normal"
902 902 default_priority_high: "Alta"
903 903 default_priority_urgent: "Urgent"
904 904 default_priority_immediate: "Immediata"
905 905 default_activity_design: "Disseny"
906 906 default_activity_development: "Desenvolupament"
907 907
908 908 enumeration_issue_priorities: "Prioritat dels assumptes"
909 909 enumeration_doc_categories: "Categories del document"
910 910 enumeration_activities: "Activitats (seguidor de temps)"
911 911 enumeration_system_activity: "Activitat del sistema"
912 912
913 913 button_edit_associated_wikipage: "Editar pàgines Wiki asociades: %{page_title}"
914 914 field_text: "Camp de text"
915 915 setting_default_notification_option: "Opció de notificació per defecte"
916 916 label_user_mail_option_only_my_events: "Només pels objectes on estic en vigilància o involucrat"
917 917 label_user_mail_option_none: "Sense notificacions"
918 918 field_member_of_group: "Assignat al grup"
919 919 field_assigned_to_role: "Assignat al rol"
920 920 notice_not_authorized_archived_project: "El projecte al que intenta accedir està arxivat."
921 921 label_principal_search: "Cercar per usuari o grup:"
922 922 label_user_search: "Cercar per usuari:"
923 923 field_visible: "Visible"
924 924 setting_commit_logtime_activity_id: "Activitat dels temps registrats"
925 925 text_time_logged_by_changeset: "Aplicat en el canvi %{value}."
926 926 setting_commit_logtime_enabled: "Habilitar registre d'hores"
927 927 notice_gantt_chart_truncated: "S'ha retallat el diagrama perquè excedeix del número màxim d'elements que es poden mostrar (%{max})"
928 928 setting_gantt_items_limit: "Numero màxim d'elements mostrats dins del diagrama de Gantt"
929 929 field_warn_on_leaving_unsaved: "Avisa'm quan surti d'una pàgina sense desar els canvis"
930 930 text_warn_on_leaving_unsaved: "Aquesta pàgina conté text sense desar i si surt els seus canvis es perdran"
931 931 label_my_queries: "Les meves consultes"
932 932 text_journal_changed_no_detail: "S'ha actualitzat %{label}"
933 933 label_news_comment_added: "S'ha afegit un comentari a la notícia"
934 934 button_expand_all: "Expandir tot"
935 935 button_collapse_all: "Col·lapsar tot"
936 936 label_additional_workflow_transitions_for_assignee: "Operacions addicionals permeses quan l'usuari assignat l'assumpte"
937 937 label_additional_workflow_transitions_for_author: "Operacions addicionals permeses quan l'usuari és propietari de l'assumpte"
938 938 label_bulk_edit_selected_time_entries: "Editar en bloc els registres de temps seleccionats"
939 939 text_time_entries_destroy_confirmation: "Està segur de voler eliminar (l'hora seleccionada/les hores seleccionades)?"
940 940 label_role_anonymous: "Anònim"
941 941 label_role_non_member: "No membre"
942 942 label_issue_note_added: "Nota afegida"
943 943 label_issue_status_updated: "Estat actualitzat"
944 944 label_issue_priority_updated: "Prioritat actualitzada"
945 945 label_issues_visibility_own: "Peticions creades per l'usuari o assignades a ell"
946 946 field_issues_visibility: "Visibilitat de les peticions"
947 947 label_issues_visibility_all: "Totes les peticions"
948 948 permission_set_own_issues_private: "Posar les teves peticions pròpies com publica o privada"
949 949 field_is_private: "Privat"
950 950 permission_set_issues_private: "Posar les peticions com publica o privada"
951 951 label_issues_visibility_public: "Totes les peticions no privades"
952 952 text_issues_destroy_descendants_confirmation: "Es procedira a eliminar tambe %{count} subtas/ca/ques."
953 953 field_commit_logs_encoding: "Codificació dels missatges publicats"
954 954 field_scm_path_encoding: "Codificació de les rutes"
955 955 text_scm_path_encoding_note: "Per defecte: UTF-8"
956 956 field_path_to_repository: "Ruta al repositori "
957 957 field_root_directory: "Directori arrel"
958 958 field_cvs_module: "Modul"
959 959 field_cvsroot: "CVSROOT"
960 960 text_mercurial_repository_note: Repositori local (p.e. /hgrepo, c:\hgrepo)
961 961 text_scm_command: "Comanda"
962 962 text_scm_command_version: "Versió"
963 963 label_git_report_last_commit: "Informar de l'ultim canvi(commit) per fitxers i directoris"
964 964 notice_issue_successful_create: "Assumpte %{id} creat correctament."
965 965 label_between: "entre"
966 966 setting_issue_group_assignment: "Permetre assignar assumptes als grups"
967 967 label_diff: "diferencies"
968 968 text_git_repository_note: Directori repositori local (p.e. /hgrepo, c:\hgrepo)
969 969 description_query_sort_criteria_direction: "Ordre d'ordenació"
970 970 description_project_scope: "Àmbit de la cerca"
971 971 description_filter: "Filtre"
972 972 description_user_mail_notification: "Configuració de les notificacions per correu"
973 description_date_from: "Introduir data d'inici"
974 973 description_message_content: "Contingut del missatge"
975 974 description_available_columns: "Columnes disponibles"
976 description_date_range_interval: "Escollir un rang seleccionat de dates (inici i fi)"
977 975 description_issue_category_reassign: "Escollir una categoria de l'assumpte"
978 976 description_search: "Camp de cerca"
979 977 description_notes: "Notes"
980 description_date_range_list: "Escollir un rang de la llista"
981 978 description_choose_project: "Projectes"
982 description_date_to: "Introduir data final"
983 979 description_query_sort_criteria_attribute: "Atribut d'ordenació"
984 980 description_wiki_subpages_reassign: "Esculli la nova pàgina pare"
985 981 description_selected_columns: "Columnes seleccionades"
986 982 label_parent_revision: "Pare"
987 983 label_child_revision: "Fill"
988 984 error_scm_annotate_big_text_file: "L'entrada no es pot anotar, ja que supera la mida màxima per fitxers de text."
989 985 setting_default_issue_start_date_to_creation_date: "Utilitzar la data actual com a data inici per les noves peticions"
990 986 button_edit_section: "Editar aquest apartat"
991 987 setting_repositories_encodings: "Codificació per defecte pels fitxers adjunts i repositoris"
992 988 description_all_columns: "Totes les columnes"
993 989 button_export: "Exportar"
994 990 label_export_options: "%{export_format} opcions d'exportació"
995 991 error_attachment_too_big: "Aquest fitxer no es pot pujar perquè excedeix de la mida màxima (%{max_size})"
996 992 notice_failed_to_save_time_entries: "Error al desar %{count} entrades de temps de les %{total} selecionades: %{ids}."
997 993 label_x_issues:
998 994 zero: "0 assumpte"
999 995 one: "1 assumpte"
1000 996 other: "%{count} assumptes"
1001 997 label_repository_new: "Nou repositori"
1002 998 field_repository_is_default: "Repositori principal"
1003 999 label_copy_attachments: "Copiar adjunts"
1004 1000 label_item_position: "%{position}/%{count}"
1005 1001 label_completed_versions: "Versions completades"
1006 1002 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."
1007 1003 field_multiple: "Valors múltiples"
1008 1004 setting_commit_cross_project_ref: "Permetre referenciar i resoldre peticions de tots els altres projectes"
1009 1005 text_issue_conflict_resolution_add_notes: "Afegir les meves notes i descartar els altres canvis"
1010 1006 text_issue_conflict_resolution_overwrite: "Aplicar els meus canvis de totes formes (les notes anteriors es mantindran però alguns canvis poden ser sobreescrits)"
1011 1007 notice_issue_update_conflict: "L'assumpte ha sigut actualitzat per un altre membre mentre s'editava"
1012 1008 text_issue_conflict_resolution_cancel: "Descartar tots els meus canvis i mostrar de nou %{link}"
1013 1009 permission_manage_related_issues: "Gestionar peticions relacionades"
1014 1010 field_auth_source_ldap_filter: "Filtre LDAP"
1015 1011 label_search_for_watchers: "Cercar seguidors per afegir-los"
1016 1012 notice_account_deleted: "El seu compte ha sigut eliminat de forma permanent."
1017 1013 setting_unsubscribe: "Permetre als usuaris d'esborrar el seu propi compte"
1018 1014 button_delete_my_account: "Eliminar el meu compte"
1019 1015 text_account_destroy_confirmation: |-
1020 1016 Estàs segur de continuar?
1021 1017 El seu compte s'eliminarà de forma permanent, sense la possibilitat de reactivar-lo.
1022 1018 error_session_expired: "La seva sessió ha expirat. Si us plau, torni a identificar-se"
1023 1019 text_session_expiration_settings: "Advertència: el canvi d'aquestes opcions poden provocar la expiració de les sessions actives, incloent la seva."
1024 1020 setting_session_lifetime: "Temps de vida màxim de les sessions"
1025 1021 setting_session_timeout: "Temps màxim d'inactivitat de les sessions"
1026 1022 label_session_expiration: "Expiració de les sessions"
1027 1023 permission_close_project: "Tancar / reobrir el projecte"
1028 1024 label_show_closed_projects: "Veure projectes tancats"
1029 1025 button_close: "Tancar"
1030 1026 button_reopen: "Reobrir"
1031 1027 project_status_active: "actiu"
1032 1028 project_status_closed: "tancat"
1033 1029 project_status_archived: "arxivat"
1034 1030 text_project_closed: "Aquest projecte està tancat i només és de lectura."
1035 1031 notice_user_successful_create: "Usuari %{id} creat correctament."
1036 1032 field_core_fields: "Camps bàsics"
1037 1033 field_timeout: "Temps d'inactivitat (en segons)"
1038 1034 setting_thumbnails_enabled: "Mostrar miniatures dels fitxers adjunts"
1039 1035 setting_thumbnails_size: "Mida de les miniatures (en píxels)"
1040 1036 label_status_transitions: "Transicions d'estat"
1041 1037 label_fields_permissions: "Permisos sobre els camps"
1042 1038 label_readonly: "Només lectura"
1043 1039 label_required: "Requerit"
1044 1040 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."
1045 1041 field_board_parent: "Tauler pare"
1046 1042 label_attribute_of_project: "%{name} del projecte"
1047 1043 label_attribute_of_author: "%{name} de l'autor"
1048 1044 label_attribute_of_assigned_to: "{name} de l'assignat"
1049 1045 label_attribute_of_fixed_version: "%{name} de la versió objectiu"
1050 1046 label_copy_subtasks: "Copiar subtasques"
1051 1047 label_copied_to: "copiada a"
1052 1048 label_copied_from: "copiada des de"
1053 1049 label_any_issues_in_project: "qualsevol assumpte del projecte"
1054 1050 label_any_issues_not_in_project: "qualsevol assumpte que no sigui del projecte"
1055 1051 field_private_notes: "Notes privades"
1056 1052 permission_view_private_notes: "Veure notes privades"
1057 1053 permission_set_notes_private: "Posar notes com privades"
1058 1054 label_no_issues_in_project: "sense peticions al projecte"
1059 1055 label_any: "tots"
1060 1056 label_last_n_weeks: "en les darreres %{count} setmanes"
1061 1057 setting_cross_project_subtasks: "Permetre subtasques creuades entre projectes"
1062 1058 label_cross_project_descendants: "Amb tots els subprojectes"
1063 1059 label_cross_project_tree: "Amb l'arbre del projecte"
1064 1060 label_cross_project_hierarchy: "Amb la jerarquia del projecte"
1065 1061 label_cross_project_system: "Amb tots els projectes"
1066 1062 button_hide: "Amagar"
1067 1063 setting_non_working_week_days: "Dies no laborables"
1068 1064 label_in_the_next_days: "en els pròxims"
1069 1065 label_in_the_past_days: "en els anteriors"
1070 1066 label_attribute_of_user: "%{name} de l'usuari"
1071 1067 text_turning_multiple_off: "Si es desactiva els valors múltiples, aquest seran eliminats per deixar només un únic valor per element."
1072 1068 label_attribute_of_issue: "%{name} de l'assumpte"
1073 1069 permission_add_documents: "Afegir document"
1074 1070 permission_edit_documents: "Editar document"
1075 1071 permission_delete_documents: "Eliminar document"
1076 1072 label_gantt_progress_line: "Línia de progres"
1077 1073 setting_jsonp_enabled: "Habilitar suport JSONP"
1078 1074 field_inherit_members: "Heretar membres"
1079 1075 field_closed_on: "Tancada"
1080 1076 field_generate_password: "Generar contrasenya"
1081 1077 setting_default_projects_tracker_ids: "Tipus d'estats d'assumpte habilitat per defecte"
1082 1078 label_total_time: "Total"
1083 1079 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."
1084 1080 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ó"
1085 1081 setting_emails_header: "Encapçalament dels correus"
1086 1082 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>.
1087 1083 notice_account_locked: "Aquest compte està bloquejat."
1088 1084 label_hidden: "Amagada"
1089 1085 label_visibility_private: "només per mi"
1090 1086 label_visibility_roles: "només per aquests rols"
1091 1087 label_visibility_public: "per qualsevol usuari"
1092 1088 field_must_change_passwd: "Canvi de contrasenya al pròxim inici de sessió"
1093 1089 notice_new_password_must_be_different: "La nova contrasenya ha de ser diferent de l'actual."
1094 1090 setting_mail_handler_excluded_filenames: "Excloure fitxers adjunts per nom"
1095 1091 text_convert_available: "Conversió ImageMagick disponible (opcional)"
1096 1092 label_link: "Enllaç"
1097 1093 label_only: "només"
1098 1094 label_drop_down_list: "Llista desplegable (Drop down)"
1099 1095 label_checkboxes: "Camps de selecció (Checkboxes)"
1100 1096 label_link_values_to: "Enllaçar valors a la URL"
1101 1097 setting_force_default_language_for_anonymous: "Forçar llenguatge per defecte als usuaris anònims."
1102 1098 setting_force_default_language_for_loggedin: "Forçar llenguatge per defecte als usuaris identificats."
1103 1099 label_custom_field_select_type: "Seleccioni el tipus d'objecte al qual vol posar el camp personalitzat"
1104 1100 label_issue_assigned_to_updated: "Persona assignada actualitzada"
1105 1101 label_check_for_updates: "Comprovar actualitzacions"
1106 1102 label_latest_compatible_version: "Ultima versió compatible"
1107 1103 label_unknown_plugin: "Complement desconegut"
1108 1104 label_radio_buttons: "Camps de selecció (Radiobutton)"
1109 1105 label_group_anonymous: "Usuaris anònims"
1110 1106 label_group_non_member: "Usuaris no membres"
1111 1107 label_add_projects: "Afegir projectes"
1112 1108 field_default_status: "Estat per defecte"
1113 1109 text_subversion_repository_note: "Exemples: file:///, http://, https://, svn://, svn+[tunnelscheme]://"
1114 1110 field_users_visibility: "Visibilitat dels usuaris"
1115 1111 label_users_visibility_all: "Tots els usuaris actius"
1116 1112 label_users_visibility_members_of_visible_projects: "Membres dels projectes visibles"
1117 1113 label_edit_attachments: "Editar fitxers adjunts"
1118 1114 setting_link_copied_issue: "Enllaçar assumpte quan es realitzi la còpia"
1119 1115 label_link_copied_issue: "Enllaçar assumpte copiat"
1120 1116 label_ask: "Demanar"
1121 1117 label_search_attachments_yes: "Cercar per fitxer adjunt i descripció"
1122 1118 label_search_attachments_no: "Sense fitxers adjunts"
1123 1119 label_search_attachments_only: "Només fitxers adjunts"
1124 1120 label_search_open_issues_only: "Només peticions obertes"
1125 1121 field_address: "Correu electrònic"
1126 1122 setting_max_additional_emails: "Màxim número de correus electrònics addicionals"
1127 1123 label_email_address_plural: "Correus electrònics"
1128 1124 label_email_address_add: "Afegir adreça de correu electrònic"
1129 1125 label_enable_notifications: "Activar notificacions"
1130 1126 label_disable_notifications: "Desactivar notificacions"
1131 1127 setting_search_results_per_page: "Cercar resultats per pàgina"
1132 1128 label_blank_value: "blanc"
1133 1129 permission_copy_issues: "Copiar assumpte"
1134 1130 error_password_expired: "La teva contrasenya ha expirat, és necessari canviar-la"
1135 1131 field_time_entries_visibility: "Visibilitat de les entrades de temps"
1136 1132 setting_password_max_age: "Requereix canviar la contrasenya després de"
1137 1133 label_parent_task_attributes: "Atributs de la tasca pare"
1138 1134 label_parent_task_attributes_derived: "Calculat de les subtasques"
1139 1135 label_parent_task_attributes_independent: "Independent de les subtasques"
1140 1136 label_time_entries_visibility_all: "Tots els registres de temps"
1141 1137 label_time_entries_visibility_own: "Els registres de temps creats per mi"
1142 1138 label_member_management: "Administració de membres"
1143 1139 label_member_management_all_roles: "Tots els rols"
1144 1140 label_member_management_selected_roles_only: "Només aquests rols"
1145 1141 label_password_required: "Confirmi la seva contrasenya per continuar"
1146 1142 label_total_spent_time: "Temps total invertit"
1147 1143 notice_import_finished: "%{count} element/s han sigut importats"
1148 1144 notice_import_finished_with_errors: "%{count} de %{total} elements no s'ha pogut importar"
1149 1145 error_invalid_file_encoding: "El fitxer no utilitza una codificació valida (%{encoding})"
1150 1146 error_invalid_csv_file_or_settings: "El fitxer no es un CSV o no coincideix amb la configuració"
1151 1147 error_can_not_read_import_file: "S'ha produït un error mentre es llegia el fitxer a importar"
1152 1148 permission_import_issues: "Importar assumptes"
1153 1149 label_import_issues: "Importar assumptes"
1154 1150 label_select_file_to_import: "Escull el fitxer per importar"
1155 1151 label_fields_separator: "Separador dels camps"
1156 1152 label_fields_wrapper: "Envoltori dels camps"
1157 1153 label_encoding: "Codificació"
1158 1154 label_comma_char: "Coma"
1159 1155 label_semi_colon_char: "Punt i coma"
1160 1156 label_quote_char: "Comilla simple"
1161 1157 label_double_quote_char: "Comilla doble"
1162 1158 label_fields_mapping: "Mapat de camps"
1163 1159 label_file_content_preview: "Vista prèvia del contingut"
1164 1160 label_create_missing_values: "Crear valors no presents"
1165 1161 button_import: "Importar"
1166 1162 field_total_estimated_hours: "Temps total estimat"
1167 1163 label_api: "API"
1168 1164 label_total_plural: "Totals"
1169 1165 label_assigned_issues: "Assumptes assignats"
1170 1166 label_field_format_enumeration: "Llistat clau/valor"
1171 1167 label_f_hour_short: "%{value} h"
1172 1168 field_default_version: "Versió per defecte"
1173 1169 error_attachment_extension_not_allowed: "L'extensió %{extension} no està permesa"
1174 1170 setting_attachment_extensions_allowed: "Extensions permeses"
1175 1171 setting_attachment_extensions_denied: "Extensions no permeses"
1176 1172 label_any_open_issues: "qualsevol assumpte obert"
1177 1173 label_no_open_issues: "cap assumpte obert"
1178 1174 label_default_values_for_new_users: "Valors per defecte pels nous usuaris"
1179 1175 setting_sys_api_key: "Clau API"
1180 1176 setting_lost_password: "Has oblidat la contrasenya?"
1181 1177 mail_subject_security_notification: "Notificació de seguretat"
1182 1178 mail_body_security_notification_change: ! '%{field} actualitzat.'
1183 1179 mail_body_security_notification_change_to: ! '%{field} actualitzat per %{value}.'
1184 1180 mail_body_security_notification_add: ! '%{field} %{value} afegit.'
1185 1181 mail_body_security_notification_remove: ! '%{field} %{value} eliminat.'
1186 1182 mail_body_security_notification_notify_enabled: "S'han activat les notificacions per l'adreça de correu %{value}"
1187 1183 mail_body_security_notification_notify_disabled: "S'han desactivat les notificacions per l'adreça de correu %{value}"
1188 1184 mail_body_settings_updated: ! "Les següents opcions s'han actualitzat:"
1189 1185 field_remote_ip: Adreça IP
1190 1186 label_wiki_page_new: Nova pàgina wiki
1191 1187 label_relations: Relacions
1192 1188 button_filter: Filtre
1193 1189 mail_body_password_updated: "La seva contrasenya s'ha canviat."
1194 1190 label_no_preview: Previsualització no disponible
1195 1191 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"
1196 1192 label_tracker_all: "Tots els tipus d'assumpte"
1197 1193 label_new_project_issue_tab_enabled: Mostrar la pestanya "Nou assumpte"
1198 1194 setting_new_item_menu_tab: Pestanya de nous objectes en el menu de cada projecte
1199 1195 label_new_object_tab_enabled: Mostrar el llistat desplegable "+"
1200 1196 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"
1201 1197 field_textarea_font: Font utilitzada en les text àrea
1202 1198 label_font_default: Font per defecte
1203 1199 label_font_monospace: Font Monospaced
1204 1200 label_font_proportional: Font Proportional
1205 1201 setting_timespan_format: Time span format
1206 1202 label_table_of_contents: Table of contents
1207 1203 setting_commit_logs_formatting: Apply text formatting to commit messages
1208 1204 setting_mail_handler_enable_regex_delimiters: Enable regular expressions
1209 1205 error_move_of_child_not_possible: 'Subtask %{child} could not be moved to the new
1210 1206 project: %{errors}'
1211 1207 error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot
1212 1208 be reassigned to an issue that is about to be deleted
1213 1209 setting_timelog_required_fields: Required fields for time logs
1214 1210 label_attribute_of_object: '%{object_name}''s %{name}'
1215 1211 label_user_mail_option_only_assigned: Only for things I watch or I am assigned to
1216 1212 label_user_mail_option_only_owner: Only for things I watch or I am the owner of
1217 1213 warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion
1218 1214 of values from one or more fields on the selected objects
1219 1215 field_updated_by: Updated by
1220 1216 field_last_updated_by: Last updated by
1221 1217 field_full_width_layout: Full width layout
@@ -1,1230 +1,1226
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 746 label_more: Více
747 747 label_scm: SCM
748 748 label_plugins: Doplňky
749 749 label_ldap_authentication: Autentifikace LDAP
750 750 label_downloads_abbr: Staž.
751 751 label_optional_description: Volitelný popis
752 752 label_add_another_file: Přidat další soubor
753 753 label_preferences: Nastavení
754 754 label_chronological_order: V chronologickém pořadí
755 755 label_reverse_chronological_order: V obrácaném chronologickém pořadí
756 756 label_planning: Plánování
757 757 label_incoming_emails: Příchozí e-maily
758 758 label_generate_key: Generovat klíč
759 759 label_issue_watchers: Sledování
760 760 label_example: Příklad
761 761 label_display: Zobrazit
762 762 label_sort: Řazení
763 763 label_ascending: Vzestupně
764 764 label_descending: Sestupně
765 765 label_date_from_to: Od %{start} do %{end}
766 766 label_wiki_content_added: Wiki stránka přidána
767 767 label_wiki_content_updated: Wiki stránka aktualizována
768 768 label_group: Skupina
769 769 label_group_plural: Skupiny
770 770 label_group_new: Nová skupina
771 771 label_time_entry_plural: Strávený čas
772 772 label_version_sharing_none: Nesdíleno
773 773 label_version_sharing_descendants: S podprojekty
774 774 label_version_sharing_hierarchy: S hierarchií projektu
775 775 label_version_sharing_tree: Se stromem projektu
776 776 label_version_sharing_system: Se všemi projekty
777 777 label_update_issue_done_ratios: Aktualizovat koeficienty dokončení úkolů
778 778 label_copy_source: Zdroj
779 779 label_copy_target: Cíl
780 780 label_copy_same_as_target: Stejný jako cíl
781 781 label_display_used_statuses_only: Zobrazit pouze stavy které jsou použité touto frontou
782 782 label_api_access_key: API přístupový klíč
783 783 label_missing_api_access_key: Chybějící přístupový klíč API
784 784 label_api_access_key_created_on: API přístupový klíč vytvořen %{value}
785 785 label_profile: Profil
786 786 label_subtask_plural: Dílčí úkoly
787 787 label_project_copy_notifications: Odeslat email oznámení v průběhu kopie projektu
788 788 label_principal_search: "Hledat uživatele nebo skupinu:"
789 789 label_user_search: "Hledat uživatele:"
790 790
791 791 button_login: Přihlásit
792 792 button_submit: Potvrdit
793 793 button_save: Uložit
794 794 button_check_all: Zašrtnout vše
795 795 button_uncheck_all: Odšrtnout vše
796 796 button_delete: Odstranit
797 797 button_create: Vytvořit
798 798 button_create_and_continue: Vytvořit a pokračovat
799 799 button_test: Testovat
800 800 button_edit: Upravit
801 801 button_edit_associated_wikipage: "Upravit přiřazenou Wiki stránku: %{page_title}"
802 802 button_add: Přidat
803 803 button_change: Změnit
804 804 button_apply: Použít
805 805 button_clear: Smazat
806 806 button_lock: Zamknout
807 807 button_unlock: Odemknout
808 808 button_download: Stáhnout
809 809 button_list: Vypsat
810 810 button_view: Zobrazit
811 811 button_move: Přesunout
812 812 button_move_and_follow: Přesunout a následovat
813 813 button_back: Zpět
814 814 button_cancel: Storno
815 815 button_activate: Aktivovat
816 816 button_sort: Seřadit
817 817 button_log_time: Přidat čas
818 818 button_rollback: Zpět k této verzi
819 819 button_watch: Sledovat
820 820 button_unwatch: Nesledovat
821 821 button_reply: Odpovědět
822 822 button_archive: Archivovat
823 823 button_unarchive: Dearchivovat
824 824 button_reset: Resetovat
825 825 button_rename: Přejmenovat
826 826 button_change_password: Změnit heslo
827 827 button_copy: Kopírovat
828 828 button_copy_and_follow: Kopírovat a následovat
829 829 button_annotate: Komentovat
830 830 button_update: Aktualizovat
831 831 button_configure: Konfigurovat
832 832 button_quote: Citovat
833 833 button_duplicate: Duplikovat
834 834 button_show: Zobrazit
835 835
836 836 status_active: aktivní
837 837 status_registered: registrovaný
838 838 status_locked: zamčený
839 839
840 840 version_status_open: otevřený
841 841 version_status_locked: zamčený
842 842 version_status_closed: zavřený
843 843
844 844 field_active: Aktivní
845 845
846 846 text_select_mail_notifications: Vyberte akci, při které bude zasláno upozornění emailem.
847 847 text_regexp_info: např. ^[A-Z0-9]+$
848 848 text_min_max_length_info: 0 znamená bez limitu
849 849 text_project_destroy_confirmation: Jste si jisti, že chcete odstranit tento projekt a všechna související data?
850 850 text_subprojects_destroy_warning: "Jeho podprojek(y): %{value} budou také smazány."
851 851 text_workflow_edit: Vyberte roli a frontu k editaci průběhu práce
852 852 text_are_you_sure: Jste si jisti?
853 853 text_journal_changed: "%{label} změněn z %{old} na %{new}"
854 854 text_journal_set_to: "%{label} nastaven na %{value}"
855 855 text_journal_deleted: "%{label} smazán (%{old})"
856 856 text_journal_added: "%{label} %{value} přidán"
857 857 text_tip_issue_begin_day: úkol začíná v tento den
858 858 text_tip_issue_end_day: úkol končí v tento den
859 859 text_tip_issue_begin_end_day: úkol začíná a končí v tento den
860 860 text_caracters_maximum: "%{count} znaků maximálně."
861 861 text_caracters_minimum: "Musí být alespoň %{count} znaků dlouhé."
862 862 text_length_between: "Délka mezi %{min} a %{max} znaky."
863 863 text_tracker_no_workflow: Pro tuto frontu není definován žádný průběh práce
864 864 text_unallowed_characters: Nepovolené znaky
865 865 text_comma_separated: Povoleno více hodnot (oddělěné čárkou).
866 866 text_line_separated: Více hodnot povoleno (jeden řádek pro každou hodnotu).
867 867 text_issues_ref_in_commit_messages: Odkazování a opravování úkolů v poznámkách commitů
868 868 text_issue_added: "Úkol %{id} byl vytvořen uživatelem %{author}."
869 869 text_issue_updated: "Úkol %{id} byl aktualizován uživatelem %{author}."
870 870 text_wiki_destroy_confirmation: Opravdu si přejete odstranit tuto Wiki a celý její obsah?
871 871 text_issue_category_destroy_question: "Některé úkoly (%{count}) jsou přiřazeny k této kategorii. Co s nimi chtete udělat?"
872 872 text_issue_category_destroy_assignments: Zrušit přiřazení ke kategorii
873 873 text_issue_category_reassign_to: Přiřadit úkoly do této kategorie
874 874 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))."
875 875 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"
876 876 text_load_default_configuration: Nahrát výchozí konfiguraci
877 877 text_status_changed_by_changeset: "Použito v sadě změn %{value}."
878 878 text_time_logged_by_changeset: Aplikováno v sadě změn %{value}.
879 879 text_issues_destroy_confirmation: 'Opravdu si přejete odstranit všechny zvolené úkoly?'
880 880 text_select_project_modules: 'Aktivní moduly v tomto projektu:'
881 881 text_default_administrator_account_changed: Výchozí nastavení administrátorského účtu změněno
882 882 text_file_repository_writable: Povolen zápis do adresáře ukládání souborů
883 883 text_plugin_assets_writable: Možnost zápisu do adresáře plugin assets
884 884 text_rmagick_available: RMagick k dispozici (volitelné)
885 885 text_destroy_time_entries_question: "U úkolů, které chcete odstranit, je evidováno %{hours} práce. Co chete udělat?"
886 886 text_destroy_time_entries: Odstranit zaznamenané hodiny.
887 887 text_assign_time_entries_to_project: Přiřadit zaznamenané hodiny projektu
888 888 text_reassign_time_entries: 'Přeřadit zaznamenané hodiny k tomuto úkolu:'
889 889 text_user_wrote: "%{value} napsal:"
890 890 text_enumeration_destroy_question: "Několik (%{count}) objektů je přiřazeno k této hodnotě."
891 891 text_enumeration_category_reassign_to: 'Přeřadit je do této:'
892 892 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."
893 893 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."
894 894 text_diff_truncated: '... Rozdílový soubor je zkrácen, protože jeho délka přesahuje max. limit.'
895 895 text_custom_field_possible_values_info: 'Každá hodnota na novém řádku'
896 896 text_wiki_page_destroy_question: Tato stránka má %{descendants} podstránek a potomků. Co chcete udělat?
897 897 text_wiki_page_nullify_children: Ponechat podstránky jako kořenové stránky
898 898 text_wiki_page_destroy_children: Smazat podstránky a všechny jejich potomky
899 899 text_wiki_page_reassign_children: Přiřadit podstránky k tomuto rodiči
900 900 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?"
901 901 text_zoom_in: Přiblížit
902 902 text_zoom_out: Oddálit
903 903
904 904 default_role_manager: Manažer
905 905 default_role_developer: Vývojář
906 906 default_role_reporter: Reportér
907 907 default_tracker_bug: Chyba
908 908 default_tracker_feature: Požadavek
909 909 default_tracker_support: Podpora
910 910 default_issue_status_new: Nový
911 911 default_issue_status_in_progress: Ve vývoji
912 912 default_issue_status_resolved: Vyřešený
913 913 default_issue_status_feedback: Čeká se
914 914 default_issue_status_closed: Uzavřený
915 915 default_issue_status_rejected: Odmítnutý
916 916 default_doc_category_user: Uživatelská dokumentace
917 917 default_doc_category_tech: Technická dokumentace
918 918 default_priority_low: Nízká
919 919 default_priority_normal: Normální
920 920 default_priority_high: Vysoká
921 921 default_priority_urgent: Urgentní
922 922 default_priority_immediate: Okamžitá
923 923 default_activity_design: Návhr
924 924 default_activity_development: Vývoj
925 925
926 926 enumeration_issue_priorities: Priority úkolů
927 927 enumeration_doc_categories: Kategorie dokumentů
928 928 enumeration_activities: Aktivity (sledování času)
929 929 enumeration_system_activity: Systémová aktivita
930 930
931 931 field_warn_on_leaving_unsaved: Varuj mě před opuštěním stránky s neuloženým textem
932 932 text_warn_on_leaving_unsaved: Aktuální stránka obsahuje neuložený text, který bude ztracen, když opustíte stránku.
933 933 label_my_queries: Moje vlastní dotazy
934 934 text_journal_changed_no_detail: "%{label} aktualizován"
935 935 label_news_comment_added: K novince byl přidán komentář
936 936 button_expand_all: Rozbal vše
937 937 button_collapse_all: Sbal vše
938 938 label_additional_workflow_transitions_for_assignee: Další změna stavu povolena, jestliže je uživatel přiřazen
939 939 label_additional_workflow_transitions_for_author: Další změna stavu povolena, jestliže je uživatel autorem
940 940 label_bulk_edit_selected_time_entries: Hromadná změna záznamů času
941 941 text_time_entries_destroy_confirmation: Jste si jistí, že chcete smazat vybraný záznam(y) času?
942 942 label_role_anonymous: Anonymní
943 943 label_role_non_member: Není členem
944 944 label_issue_note_added: Přidána poznámka
945 945 label_issue_status_updated: Aktualizován stav
946 946 label_issue_priority_updated: Aktualizována priorita
947 947 label_issues_visibility_own: Úkol vytvořen nebo přiřazen uživatel(i/em)
948 948 field_issues_visibility: Viditelnost úkolů
949 949 label_issues_visibility_all: Všechny úkoly
950 950 permission_set_own_issues_private: Nastavit vlastní úkoly jako veřejné nebo soukromé
951 951 field_is_private: Soukromý
952 952 permission_set_issues_private: Nastavit úkoly jako veřejné nebo soukromé
953 953 label_issues_visibility_public: Všechny úkoly, které nejsou soukromé
954 954 text_issues_destroy_descendants_confirmation: "%{count} dílčí(ch) úkol(ů) bude rovněž smazán(o)."
955 955 field_commit_logs_encoding: Kódování zpráv při commitu
956 956 field_scm_path_encoding: Kódování cesty SCM
957 957 text_scm_path_encoding_note: "Výchozí: UTF-8"
958 958 field_path_to_repository: Cesta k repositáři
959 959 field_root_directory: Kořenový adresář
960 960 field_cvs_module: Modul
961 961 field_cvsroot: CVSROOT
962 962 text_mercurial_repository_note: Lokální repositář (např. /hgrepo, c:\hgrepo)
963 963 text_scm_command: Příkaz
964 964 text_scm_command_version: Verze
965 965 label_git_report_last_commit: Reportovat poslední commit pro soubory a adresáře
966 966 text_scm_config: Můžete si nastavit vaše SCM příkazy v config/configuration.yml. Restartujte, prosím, aplikaci po jejich úpravě.
967 967 text_scm_command_not_available: SCM příkaz není k dispozici. Zkontrolujte, prosím, nastavení v panelu Administrace.
968 968 notice_issue_successful_create: Úkol %{id} vytvořen.
969 969 label_between: mezi
970 970 setting_issue_group_assignment: Povolit přiřazení úkolu skupině
971 971 label_diff: rozdíl
972 972 text_git_repository_note: Repositář je "bare and local" (např. /gitrepo, c:\gitrepo)
973 973 description_query_sort_criteria_direction: Směr třídění
974 974 description_project_scope: Rozsah vyhledávání
975 975 description_filter: Filtr
976 976 description_user_mail_notification: Nastavení emailových notifikací
977 description_date_from: Zadejte počáteční datum
978 977 description_message_content: Obsah zprávy
979 978 description_available_columns: Dostupné sloupce
980 description_date_range_interval: Zvolte rozsah výběrem počátečního a koncového data
981 979 description_issue_category_reassign: Zvolte kategorii úkolu
982 980 description_search: Vyhledávací pole
983 981 description_notes: Poznámky
984 description_date_range_list: Zvolte rozsah ze seznamu
985 982 description_choose_project: Projekty
986 description_date_to: Zadejte datum
987 983 description_query_sort_criteria_attribute: Třídící atribut
988 984 description_wiki_subpages_reassign: Zvolte novou rodičovskou stránku
989 985 description_selected_columns: Vybraný sloupec
990 986 label_parent_revision: Rodič
991 987 label_child_revision: Potomek
992 988 error_scm_annotate_big_text_file: Vstup nemůže být komentován, protože překračuje povolenou velikost textového souboru
993 989 setting_default_issue_start_date_to_creation_date: Použij aktuální datum jako počáteční datum pro nové úkoly
994 990 button_edit_section: Uprav tuto část
995 991 setting_repositories_encodings: Kódování příloh a repositářů
996 992 description_all_columns: Všechny sloupce
997 993 button_export: Export
998 994 label_export_options: "nastavení exportu %{export_format}"
999 995 error_attachment_too_big: Soubor nemůže být nahrán, protože jeho velikost je větší než maximální (%{max_size})
1000 996 notice_failed_to_save_time_entries: "Chyba při ukládání %{count} časov(ých/ého) záznam(ů) z %{total} vybraného: %{ids}."
1001 997 label_x_issues:
1002 998 zero: 0 Úkol
1003 999 one: 1 Úkol
1004 1000 other: "%{count} Úkoly"
1005 1001 label_repository_new: Nový repositář
1006 1002 field_repository_is_default: Hlavní repositář
1007 1003 label_copy_attachments: Kopírovat přílohy
1008 1004 label_item_position: "%{position}/%{count}"
1009 1005 label_completed_versions: Dokončené verze
1010 1006 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.
1011 1007 field_multiple: Více hodnot
1012 1008 setting_commit_cross_project_ref: Povolit reference a opravy úkolů ze všech ostatních projektů
1013 1009 text_issue_conflict_resolution_add_notes: Přidat moje poznámky a zahodit ostatní změny
1014 1010 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)
1015 1011 notice_issue_update_conflict: Během vašich úprav byl úkol aktualizován jiným uživatelem.
1016 1012 text_issue_conflict_resolution_cancel: Zahoď všechny moje změny a znovu zobraz %{link}
1017 1013 permission_manage_related_issues: Spravuj související úkoly
1018 1014 field_auth_source_ldap_filter: LDAP filtr
1019 1015 label_search_for_watchers: Hledej sledující pro přidání
1020 1016 notice_account_deleted: Váš účet byl trvale smazán.
1021 1017 setting_unsubscribe: Povolit uživatelům smazání jejich vlastního účtu
1022 1018 button_delete_my_account: Smazat můj účet
1023 1019 text_account_destroy_confirmation: |-
1024 1020 Skutečně chcete pokračovat?
1025 1021 Váš účet bude nenávratně smazán.
1026 1022 error_session_expired: Vaše sezení vypršelo. Znovu se přihlaste, prosím.
1027 1023 text_session_expiration_settings: "Varování: změnou tohoto nastavení mohou vypršet aktuální sezení včetně toho vašeho."
1028 1024 setting_session_lifetime: Maximální čas sezení
1029 1025 setting_session_timeout: Vypršení sezení bez aktivity
1030 1026 label_session_expiration: Vypršení sezení
1031 1027 permission_close_project: Zavřít / Otevřít projekt
1032 1028 label_show_closed_projects: Zobrazit zavřené projekty
1033 1029 button_close: Zavřít
1034 1030 button_reopen: Znovu otevřít
1035 1031 project_status_active: aktivní
1036 1032 project_status_closed: zavřený
1037 1033 project_status_archived: archivovaný
1038 1034 text_project_closed: Tento projekt je uzevřený a je pouze pro čtení.
1039 1035 notice_user_successful_create: Uživatel %{id} vytvořen.
1040 1036 field_core_fields: Standardní pole
1041 1037 field_timeout: Vypršení (v sekundách)
1042 1038 setting_thumbnails_enabled: Zobrazit náhled přílohy
1043 1039 setting_thumbnails_size: Velikost náhledu (v pixelech)
1044 1040 label_status_transitions: Změna stavu
1045 1041 label_fields_permissions: Práva k polím
1046 1042 label_readonly: Pouze pro čtení
1047 1043 label_required: Vyžadováno
1048 1044 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.
1049 1045 field_board_parent: Rodičovské fórum
1050 1046 label_attribute_of_project: Projektové %{name}
1051 1047 label_attribute_of_author: Autorovo %{name}
1052 1048 label_attribute_of_assigned_to: "%{name} přiřazené(ho)"
1053 1049 label_attribute_of_fixed_version: Cílová verze %{name}
1054 1050 label_copy_subtasks: Kopírovat dílčí úkoly
1055 1051 label_copied_to: zkopírováno do
1056 1052 label_copied_from: zkopírováno z
1057 1053 label_any_issues_in_project: jakékoli úkoly v projektu
1058 1054 label_any_issues_not_in_project: jakékoli úkoly mimo projekt
1059 1055 field_private_notes: Soukromé poznámky
1060 1056 permission_view_private_notes: Zobrazit soukromé poznámky
1061 1057 permission_set_notes_private: Nastavit poznámky jako soukromé
1062 1058 label_no_issues_in_project: žádné úkoly v projektu
1063 1059 label_any: vše
1064 1060 label_last_n_weeks: poslední %{count} týdny
1065 1061 setting_cross_project_subtasks: Povolit dílčí úkoly napříč projekty
1066 1062 label_cross_project_descendants: S podprojekty
1067 1063 label_cross_project_tree: Se stromem projektu
1068 1064 label_cross_project_hierarchy: S hierarchií projektu
1069 1065 label_cross_project_system: Se všemi projekty
1070 1066 button_hide: Skrýt
1071 1067 setting_non_working_week_days: Dny pracovního volna/klidu
1072 1068 label_in_the_next_days: v přístích
1073 1069 label_in_the_past_days: v minulých
1074 1070 label_attribute_of_user: "%{name} uživatel(e/ky)"
1075 1071 text_turning_multiple_off: Jestliže zakážete více hodnot,
1076 1072 hodnoty budou smazány za účelem rezervace pouze jediné hodnoty na položku.
1077 1073 label_attribute_of_issue: "%{name} úkolu"
1078 1074 permission_add_documents: Přidat dokument
1079 1075 permission_edit_documents: Upravit dokumenty
1080 1076 permission_delete_documents: Smazet dokumenty
1081 1077 label_gantt_progress_line: Vývojová čára
1082 1078 setting_jsonp_enabled: Povolit podporu JSONP
1083 1079 field_inherit_members: Zdědit členy
1084 1080 field_closed_on: Uzavřeno
1085 1081 field_generate_password: Generovat heslo
1086 1082 setting_default_projects_tracker_ids: Výchozí fronta pro nové projekty
1087 1083 label_total_time: Celkem
1088 1084 notice_account_not_activated_yet: Neaktivovali jste si dosud Váš účet.
1089 1085 Pro opětovné zaslání aktivačního emailu <a href="%{url}">klikněte na tento odkaz</a>, prosím.
1090 1086 notice_account_locked: Váš účet je uzamčen.
1091 1087 label_hidden: Skrytý
1092 1088 label_visibility_private: pouze pro mě
1093 1089 label_visibility_roles: pouze pro tyto role
1094 1090 label_visibility_public: pro všechny uživatele
1095 1091 field_must_change_passwd: Musí změnit heslo při příštím přihlášení
1096 1092 notice_new_password_must_be_different: Nové heslo se musí lišit od stávajícího
1097 1093 setting_mail_handler_excluded_filenames: Vyřadit přílohy podle jména
1098 1094 text_convert_available: ImageMagick convert k dispozici (volitelné)
1099 1095 label_link: Odkaz
1100 1096 label_only: jenom
1101 1097 label_drop_down_list: rozbalovací seznam
1102 1098 label_checkboxes: zaškrtávátka
1103 1099 label_link_values_to: Propojit hodnoty s URL
1104 1100 setting_force_default_language_for_anonymous: Vynutit výchozí jazyk pro anonymní uživatele
1105 1101 users
1106 1102 setting_force_default_language_for_loggedin: Vynutit výchozí jazyk pro přihlášené uživatele
1107 1103 users
1108 1104 label_custom_field_select_type: Vybrat typ objektu, ke kterému bude přiřazeno uživatelské pole
1109 1105 label_issue_assigned_to_updated: Přiřazený uživatel aktualizován
1110 1106 label_check_for_updates: Zkontroluj aktualizace
1111 1107 label_latest_compatible_version: Poslední kompatibilní verze
1112 1108 label_unknown_plugin: Nezámý plugin
1113 1109 label_radio_buttons: radio tlačítka
1114 1110 label_group_anonymous: Anonymní uživatelé
1115 1111 label_group_non_member: Nečleni
1116 1112 label_add_projects: Přidat projekty
1117 1113 field_default_status: Výchozí stav
1118 1114 text_subversion_repository_note: 'Např.: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
1119 1115 field_users_visibility: Viditelnost uživatelů
1120 1116 label_users_visibility_all: Všichni aktivní uživatelé
1121 1117 label_users_visibility_members_of_visible_projects: Členové viditelných projektů
1122 1118 label_edit_attachments: Editovat přiložené soubory
1123 1119 setting_link_copied_issue: Vytvořit odkazy na kopírované úkol
1124 1120 label_link_copied_issue: Vytvořit odkaz na kopírovaný úkol
1125 1121 label_ask: Zeptat se
1126 1122 label_search_attachments_yes: Vyhledat názvy a popisy souborů
1127 1123 label_search_attachments_no: Nevyhledávat soubory
1128 1124 label_search_attachments_only: Vyhledávat pouze soubory
1129 1125 label_search_open_issues_only: Pouze otevřené úkoly
1130 1126 field_address: Email
1131 1127 setting_max_additional_emails: Maximální počet dalších emailových adres
1132 1128 label_email_address_plural: Emaily
1133 1129 label_email_address_add: Přidat emailovou adresu
1134 1130 label_enable_notifications: Povolit notifikace
1135 1131 label_disable_notifications: Zakázat notifikace
1136 1132 setting_search_results_per_page: Vyhledaných výsledků na stránku
1137 1133 label_blank_value: prázdný
1138 1134 permission_copy_issues: Kopírovat úkoly
1139 1135 error_password_expired: Platnost vašeho hesla vypršela a administrátor vás žádá o jeho změnu.
1140 1136 field_time_entries_visibility: Viditelnost časových záznamů
1141 1137 setting_password_max_age: Změna hesla je vyžadována po
1142 1138 label_parent_task_attributes: Atributy rodičovského úkolu
1143 1139 label_parent_task_attributes_derived: Vypočteno z dílčích úkolů
1144 1140 label_parent_task_attributes_independent: Nezávisle na dílčích úkolech
1145 1141 label_time_entries_visibility_all: Všechny zaznamenané časy
1146 1142 label_time_entries_visibility_own: Zaznamenané časy vytvořené uživatelem
1147 1143 label_member_management: Správa členů
1148 1144 label_member_management_all_roles: Všechny role
1149 1145 label_member_management_selected_roles_only: Pouze tyto role
1150 1146 label_password_required: Pro pokračování potvrďte vaše heslo
1151 1147 label_total_spent_time: Celkem strávený čas
1152 1148 notice_import_finished: "%{count} položek bylo naimportováno"
1153 1149 notice_import_finished_with_errors: "%{count} z %{total} položek nemohlo být naimportováno"
1154 1150 error_invalid_file_encoding: Soubor není platným souborem s kódováním %{encoding}
1155 1151 error_invalid_csv_file_or_settings: Soubor není CSV soubor nebo neodpovídá
1156 1152 níže uvedenému nastavení
1157 1153 error_can_not_read_import_file: Chyba při čtení souboru pro import
1158 1154 permission_import_issues: Import úkolů
1159 1155 label_import_issues: Import úkolů
1160 1156 label_select_file_to_import: Vyberte soubor pro import
1161 1157 label_fields_separator: Oddělovač pole
1162 1158 label_fields_wrapper: Oddělovač textu
1163 1159 label_encoding: Kódování
1164 1160 label_comma_char: Čárka
1165 1161 label_semi_colon_char: Středník
1166 1162 label_quote_char: Uvozovky
1167 1163 label_double_quote_char: Dvojté uvozovky
1168 1164 label_fields_mapping: Mapování polí
1169 1165 label_file_content_preview: Náhled obsahu souboru
1170 1166 label_create_missing_values: Vytvořit chybějící hodnoty
1171 1167 button_import: Import
1172 1168 field_total_estimated_hours: Celkový odhadovaný čas
1173 1169 label_api: API
1174 1170 label_total_plural: Celkem
1175 1171 label_assigned_issues: Přiřazené úkoly
1176 1172 label_field_format_enumeration: Seznam klíčů/hodnot
1177 1173 label_f_hour_short: '%{value} hod'
1178 1174 field_default_version: Výchozí verze
1179 1175 error_attachment_extension_not_allowed: Přípona přílohy %{extension} není povolena
1180 1176 setting_attachment_extensions_allowed: Povolené přípony
1181 1177 setting_attachment_extensions_denied: Nepovolené přípony
1182 1178 label_any_open_issues: otevřené úkoly
1183 1179 label_no_open_issues: bez otevřených úkolů
1184 1180 label_default_values_for_new_users: Výchozí hodnoty pro nové uživatele
1185 1181 error_ldap_bind_credentials: Neplatný účet/heslo LDAP
1186 1182 setting_sys_api_key: API klíč
1187 1183 setting_lost_password: Zapomenuté heslo
1188 1184 mail_subject_security_notification: Bezpečnostní upozornění
1189 1185 mail_body_security_notification_change: ! '%{field} bylo změněno.'
1190 1186 mail_body_security_notification_change_to: ! '%{field} bylo změněno na %{value}.'
1191 1187 mail_body_security_notification_add: ! '%{field} %{value} bylo přidáno.'
1192 1188 mail_body_security_notification_remove: ! '%{field} %{value} was removed.'
1193 1189 mail_body_security_notification_notify_enabled: Email %{value} nyní dostává
1194 1190 notifikace.
1195 1191 mail_body_security_notification_notify_disabled: Email %{value} už nedostává
1196 1192 notifikace.
1197 1193 mail_body_settings_updated: ! 'The following settings were changed:'
1198 1194 field_remote_ip: IP adresa
1199 1195 label_wiki_page_new: Nová wiki stránka
1200 1196 label_relations: Relace
1201 1197 button_filter: Filtr
1202 1198 mail_body_password_updated: Vaše heslo bylo změněno.
1203 1199 label_no_preview: Náhled není k dispozici
1204 1200 error_no_tracker_allowed_for_new_issue_in_project: Projekt neobsahuje žádnou frontu, pro kterou lze vytvořit úkol
1205 1201 label_tracker_all: Všechny fronty
1206 1202 label_new_project_issue_tab_enabled: Zobraz záložku "Nový úkol"
1207 1203 setting_new_item_menu_tab: Záložka v menu projektu pro vytváření nových objektů
1208 1204 label_new_object_tab_enabled: Zobrazit rozbalovací menu "+"
1209 1205 error_no_projects_with_tracker_allowed_for_new_issue: Neexistují projekty s frontou, pro kterou lze vytvořit úkol
1210 1206 field_textarea_font: Písmo použité pro textová pole
1211 1207 label_font_default: Výchozí písmo
1212 1208 label_font_monospace: Neproporcionální písmo
1213 1209 label_font_proportional: Proporciální písmo
1214 1210 setting_timespan_format: Formát časového intervalu
1215 1211 label_table_of_contents: Obsah
1216 1212 setting_commit_logs_formatting: Apply text formatting to commit messages
1217 1213 setting_mail_handler_enable_regex_delimiters: Enable regular expressions
1218 1214 error_move_of_child_not_possible: 'Subtask %{child} could not be moved to the new
1219 1215 project: %{errors}'
1220 1216 error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot
1221 1217 be reassigned to an issue that is about to be deleted
1222 1218 setting_timelog_required_fields: Required fields for time logs
1223 1219 label_attribute_of_object: '%{object_name}''s %{name}'
1224 1220 label_user_mail_option_only_assigned: Only for things I watch or I am assigned to
1225 1221 label_user_mail_option_only_owner: Only for things I watch or I am the owner of
1226 1222 warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion
1227 1223 of values from one or more fields on the selected objects
1228 1224 field_updated_by: Updated by
1229 1225 field_last_updated_by: Last updated by
1230 1226 field_full_width_layout: Full width layout
@@ -1,1248 +1,1244
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 603 label_more: Mere
604 604 label_scm: SCM
605 605 label_plugins: Plugins
606 606 label_ldap_authentication: LDAP-godkendelse
607 607 label_downloads_abbr: D/L
608 608
609 609 button_login: Login
610 610 button_submit: Send
611 611 button_save: Gem
612 612 button_check_all: Vælg alt
613 613 button_uncheck_all: Fravælg alt
614 614 button_delete: Slet
615 615 button_create: Opret
616 616 button_test: Test
617 617 button_edit: Ret
618 618 button_add: Tilføj
619 619 button_change: Ændre
620 620 button_apply: Anvend
621 621 button_clear: Nulstil
622 622 button_lock: Lås
623 623 button_unlock: Lås op
624 624 button_download: Download
625 625 button_list: List
626 626 button_view: Vis
627 627 button_move: Flyt
628 628 button_back: Tilbage
629 629 button_cancel: Annullér
630 630 button_activate: Aktivér
631 631 button_sort: Sortér
632 632 button_log_time: Log tid
633 633 button_rollback: Tilbagefør til denne version
634 634 button_watch: Overvåg
635 635 button_unwatch: Stop overvågning
636 636 button_reply: Besvar
637 637 button_archive: Arkivér
638 638 button_unarchive: Fjern fra arkiv
639 639 button_reset: Nulstil
640 640 button_rename: Omdøb
641 641 button_change_password: Skift kodeord
642 642 button_copy: Kopiér
643 643 button_annotate: Annotér
644 644 button_update: Opdatér
645 645 button_configure: Konfigurér
646 646
647 647 status_active: aktiv
648 648 status_registered: registreret
649 649 status_locked: låst
650 650
651 651 text_select_mail_notifications: Vælg handlinger der skal sendes email besked for.
652 652 text_regexp_info: f.eks. ^[A-ZÆØÅ0-9]+$
653 653 text_min_max_length_info: 0 betyder ingen begrænsninger
654 654 text_project_destroy_confirmation: Er du sikker på at du vil slette dette projekt og alle relaterede data?
655 655 text_workflow_edit: Vælg en rolle samt en type, for at redigere arbejdsgangen
656 656 text_are_you_sure: Er du sikker?
657 657 text_tip_issue_begin_day: opgaven begynder denne dag
658 658 text_tip_issue_end_day: opaven slutter denne dag
659 659 text_tip_issue_begin_end_day: opgaven begynder og slutter denne dag
660 660 text_caracters_maximum: "max %{count} karakterer."
661 661 text_caracters_minimum: "Skal være mindst %{count} karakterer lang."
662 662 text_length_between: "Længde skal være mellem %{min} og %{max} karakterer."
663 663 text_tracker_no_workflow: Ingen arbejdsgang defineret for denne type
664 664 text_unallowed_characters: Ikke-tilladte karakterer
665 665 text_comma_separated: Adskillige værdier tilladt (adskilt med komma).
666 666 text_issues_ref_in_commit_messages: Referer og løser sager i commit-beskeder
667 667 text_issue_added: "Sag %{id} er rapporteret af %{author}."
668 668 text_issue_updated: "Sag %{id} er blevet opdateret af %{author}."
669 669 text_wiki_destroy_confirmation: Er du sikker på at du vil slette denne wiki og dens indhold?
670 670 text_issue_category_destroy_question: "Nogle sager (%{count}) er tildelt denne kategori. Hvad ønsker du at gøre?"
671 671 text_issue_category_destroy_assignments: Slet tildelinger af kategori
672 672 text_issue_category_reassign_to: Tildel sager til denne kategori
673 673 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 674 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 675 text_load_default_configuration: Indlæs standardopsætningen
676 676 text_status_changed_by_changeset: "Anvendt i ændring %{value}."
677 677 text_issues_destroy_confirmation: 'Er du sikker du ønsker at slette den/de valgte sag(er)?'
678 678 text_select_project_modules: 'Vælg moduler er skal være aktiveret for dette projekt:'
679 679 text_default_administrator_account_changed: Standardadministratorkonto ændret
680 680 text_file_repository_writable: Filarkiv er skrivbar
681 681 text_rmagick_available: RMagick tilgængelig (valgfri)
682 682
683 683 default_role_manager: Leder
684 684 default_role_developer: Udvikler
685 685 default_role_reporter: Rapportør
686 686 default_tracker_bug: Fejl
687 687 default_tracker_feature: Funktion
688 688 default_tracker_support: Support
689 689 default_issue_status_new: Ny
690 690 default_issue_status_in_progress: Igangværende
691 691 default_issue_status_resolved: Løst
692 692 default_issue_status_feedback: Feedback
693 693 default_issue_status_closed: Lukket
694 694 default_issue_status_rejected: Afvist
695 695 default_doc_category_user: Brugerdokumentation
696 696 default_doc_category_tech: Teknisk dokumentation
697 697 default_priority_low: Lav
698 698 default_priority_normal: Normal
699 699 default_priority_high: Høj
700 700 default_priority_urgent: Akut
701 701 default_priority_immediate: Omgående
702 702 default_activity_design: Design
703 703 default_activity_development: Udvikling
704 704
705 705 enumeration_issue_priorities: Sagsprioriteter
706 706 enumeration_doc_categories: Dokumentkategorier
707 707 enumeration_activities: Aktiviteter (tidsstyring)
708 708
709 709 label_add_another_file: Tilføj endnu en fil
710 710 label_chronological_order: I kronologisk rækkefølge
711 711 setting_activity_days_default: Antal dage der vises under projektaktivitet
712 712 text_destroy_time_entries_question: "%{hours} timer er registreret denne sag som du er ved at slette. Hvad vil du gøre?"
713 713 error_issue_not_found_in_project: 'Sagen blev ikke fundet eller tilhører ikke dette projekt'
714 714 text_assign_time_entries_to_project: Tildel raporterede timer til projektet
715 715 setting_display_subprojects_issues: Vis sager for underprojekter på hovedprojektet som standard
716 716 label_optional_description: Valgfri beskrivelse
717 717 text_destroy_time_entries: Slet registrerede timer
718 718 field_comments_sorting: Vis kommentar
719 719 text_reassign_time_entries: 'Tildel registrerede timer til denne sag igen'
720 720 label_reverse_chronological_order: I omvendt kronologisk rækkefølge
721 721 label_preferences: Præferencer
722 722 label_overall_activity: Overordnet aktivitet
723 723 setting_default_projects_public: Nye projekter er offentlige som standard
724 724 error_scm_annotate: "Filen findes ikke, eller kunne ikke annoteres."
725 725 label_planning: Planlægning
726 726 text_subprojects_destroy_warning: "Dets underprojekter(er): %{value} vil også blive slettet."
727 727 permission_edit_issues: Redigér sager
728 728 setting_diff_max_lines_displayed: Højeste antal forskelle der vises
729 729 permission_edit_own_issue_notes: Redigér egne noter
730 730 setting_enabled_scm: Aktiveret SCM
731 731 button_quote: Citér
732 732 permission_view_files: Se filer
733 733 permission_add_issues: Tilføj sager
734 734 permission_edit_own_messages: Redigér egne beskeder
735 735 permission_delete_own_messages: Slet egne beskeder
736 736 permission_manage_public_queries: Administrér offentlig forespørgsler
737 737 permission_log_time: Registrér anvendt tid
738 738 label_renamed: omdøbt
739 739 label_incoming_emails: Indkommende emails
740 740 permission_view_changesets: Se ændringer
741 741 permission_manage_versions: Administrér versioner
742 742 permission_view_time_entries: Se anvendt tid
743 743 label_generate_key: Generér en nøglefil
744 744 permission_manage_categories: Administrér sagskategorier
745 745 permission_manage_wiki: Administrér wiki
746 746 setting_sequential_project_identifiers: Generér sekventielle projekt-identifikatorer
747 747 setting_plain_text_mail: Emails som almindelig tekst (ingen HTML)
748 748 field_parent_title: Siden over
749 749 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."
750 750 permission_protect_wiki_pages: Beskyt wiki sider
751 751 permission_add_issue_watchers: Tilføj overvågere
752 752 warning_attachments_not_saved: "der var %{count} fil(er), som ikke kunne gemmes."
753 753 permission_comment_news: Kommentér nyheder
754 754 text_enumeration_category_reassign_to: 'Flyt dem til denne værdi:'
755 755 permission_select_project_modules: Vælg projektmoduler
756 756 permission_view_gantt: Se Gantt diagram
757 757 permission_delete_messages: Slet beskeder
758 758 permission_move_issues: Flyt sager
759 759 permission_edit_wiki_pages: Redigér wiki sider
760 760 label_user_activity: "%{value}'s aktivitet"
761 761 permission_manage_issue_relations: Administrér sags-relationer
762 762 label_issue_watchers: Overvågere
763 763 permission_delete_wiki_pages: Slet wiki sider
764 764 notice_unable_delete_version: Kan ikke slette versionen.
765 765 permission_view_wiki_edits: Se wiki historik
766 766 field_editable: Redigérbar
767 767 label_duplicated_by: dubleret af
768 768 permission_manage_boards: Administrér fora
769 769 permission_delete_wiki_pages_attachments: Slet filer vedhæftet wiki sider
770 770 permission_view_messages: Se beskeder
771 771 text_enumeration_destroy_question: "%{count} objekter er tildelt denne værdi."
772 772 permission_manage_files: Administrér filer
773 773 permission_add_messages: Opret beskeder
774 774 permission_edit_issue_notes: Redigér noter
775 775 permission_manage_news: Administrér nyheder
776 776 text_plugin_assets_writable: Der er skriverettigheder til plugin assets folderen
777 777 label_display: Vis
778 778 label_and_its_subprojects: "%{value} og dets underprojekter"
779 779 permission_view_calendar: Se kalender
780 780 button_create_and_continue: Opret og fortsæt
781 781 setting_gravatar_enabled: Anvend Gravatar brugerikoner
782 782 label_updated_time_by: "Opdateret af %{author} for %{age} siden"
783 783 text_diff_truncated: '... Listen over forskelle er blevet afkortet da den overstiger den maksimale størrelse der kan vises.'
784 784 text_user_wrote: "%{value} skrev:"
785 785 setting_mail_handler_api_enabled: Aktiver webservice for indkomne emails
786 786 permission_delete_issues: Slet sager
787 787 permission_view_documents: Se dokumenter
788 788 permission_browse_repository: Gennemse repository
789 789 permission_manage_repository: Administrér repository
790 790 permission_manage_members: Administrér medlemmer
791 791 mail_subject_reminder: "%{count} sag(er) har deadline i de kommende dage (%{days})"
792 792 permission_add_issue_notes: Tilføj noter
793 793 permission_edit_messages: Redigér beskeder
794 794 permission_view_issue_watchers: Se liste over overvågere
795 795 permission_commit_access: Commit adgang
796 796 setting_mail_handler_api_key: API nøgle
797 797 label_example: Eksempel
798 798 permission_rename_wiki_pages: Omdøb wiki sider
799 799 text_custom_field_possible_values_info: 'En linje for hver værdi'
800 800 permission_view_wiki_pages: Se wiki
801 801 permission_edit_project: Redigér projekt
802 802 permission_save_queries: Gem forespørgsler
803 803 label_copied: kopieret
804 804 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."
805 805 permission_edit_time_entries: Redigér tidsregistreringer
806 806 general_csv_decimal_separator: ','
807 807 permission_edit_own_time_entries: Redigér egne tidsregistreringer
808 808 setting_repository_log_display_limit: Højeste antal revisioner vist i fil-log
809 809 setting_file_max_size_displayed: Maksimale størrelse på tekstfiler vist inline
810 810 field_watcher: Overvåger
811 811 setting_openid: Tillad OpenID login og registrering
812 812 field_identity_url: OpenID URL
813 813 label_login_with_open_id_option: eller login med OpenID
814 814 setting_per_page_options: Enheder per side muligheder
815 815 mail_body_reminder: "%{count} sage(er) som er tildelt dig har deadline indenfor de næste %{days} dage:"
816 816 field_content: Indhold
817 817 label_descending: Aftagende
818 818 label_sort: Sortér
819 819 label_ascending: Tiltagende
820 820 label_date_from_to: Fra %{start} til %{end}
821 821 label_greater_or_equal: ">="
822 822 label_less_or_equal: <=
823 823 text_wiki_page_destroy_question: Denne side har %{descendants} underside(r) og afledte. Hvad vil du gøre?
824 824 text_wiki_page_reassign_children: Flyt undersider til denne side
825 825 text_wiki_page_nullify_children: Behold undersider som rod-sider
826 826 text_wiki_page_destroy_children: Slet undersider ogalle deres afledte sider.
827 827 setting_password_min_length: Mindste længde på kodeord
828 828 field_group_by: Gruppér resultater efter
829 829 mail_subject_wiki_content_updated: "'%{id}' wikisiden er blevet opdateret"
830 830 label_wiki_content_added: Wiki side tilføjet
831 831 mail_subject_wiki_content_added: "'%{id}' wikisiden er blevet tilføjet"
832 832 mail_body_wiki_content_added: The '%{id}' wikiside er blevet tilføjet af %{author}.
833 833 label_wiki_content_updated: Wikiside opdateret
834 834 mail_body_wiki_content_updated: Wikisiden '%{id}' er blevet opdateret af %{author}.
835 835 permission_add_project: Opret projekt
836 836 setting_new_project_user_role_id: Denne rolle gives til en bruger, som ikke er administrator, og som opretter et projekt
837 837 label_view_all_revisions: Se alle revisioner
838 838 label_tag: Tag
839 839 label_branch: Branch
840 840 error_no_tracker_in_project: Der er ingen sagshåndtering for dette projekt. Kontrollér venligst projektindstillingerne.
841 841 error_no_default_issue_status: Der er ikke defineret en standardstatus. Kontrollér venligst indstillingerne (gå til "Administration -> Sagsstatusser").
842 842 text_journal_changed: "%{label} ændret fra %{old} til %{new}"
843 843 text_journal_set_to: "%{label} sat til %{value}"
844 844 text_journal_deleted: "%{label} slettet (%{old})"
845 845 label_group_plural: Grupper
846 846 label_group: Grupper
847 847 label_group_new: Ny gruppe
848 848 label_time_entry_plural: Anvendt tid
849 849 text_journal_added: "%{label} %{value} tilføjet"
850 850 field_active: Aktiv
851 851 enumeration_system_activity: System Aktivitet
852 852 permission_delete_issue_watchers: Slet overvågere
853 853 version_status_closed: lukket
854 854 version_status_locked: låst
855 855 version_status_open: åben
856 856 error_can_not_reopen_issue_on_closed_version: En sag tildelt en lukket version kan ikke genåbnes
857 857 label_user_anonymous: Anonym
858 858 button_move_and_follow: Flyt og overvåg
859 859 setting_default_projects_modules: Standard moduler, aktiveret for nye projekter
860 860 setting_gravatar_default: Standard Gravatar billede
861 861 field_sharing: Delning
862 862 label_version_sharing_hierarchy: Med projekthierarki
863 863 label_version_sharing_system: Med alle projekter
864 864 label_version_sharing_descendants: Med underprojekter
865 865 label_version_sharing_tree: Med projekttræ
866 866 label_version_sharing_none: Ikke delt
867 867 error_can_not_archive_project: Dette projekt kan ikke arkiveres
868 868 button_duplicate: Duplikér
869 869 button_copy_and_follow: Kopiér og overvåg
870 870 label_copy_source: Kilde
871 871 setting_issue_done_ratio: Beregn sagsløsning ratio
872 872 setting_issue_done_ratio_issue_status: Benyt sagsstatus
873 873 error_issue_done_ratios_not_updated: Sagsløsnings ratio, ikke opdateret.
874 874 error_workflow_copy_target: Vælg venligst måltracker og rolle(r)
875 875 setting_issue_done_ratio_issue_field: Benyt sagsfelt
876 876 label_copy_same_as_target: Samme som mål
877 877 label_copy_target: Mål
878 878 notice_issue_done_ratios_updated: Sagsløsningsratio opdateret.
879 879 error_workflow_copy_source: Vælg venligst en kildetracker eller rolle
880 880 label_update_issue_done_ratios: Opdater sagsløsningsratio
881 881 setting_start_of_week: Start kalendre på
882 882 permission_view_issues: Vis sager
883 883 label_display_used_statuses_only: Vis kun statusser der er benyttet af denne tracker
884 884 label_revision_id: Revision %{value}
885 885 label_api_access_key: API nøgle
886 886 label_api_access_key_created_on: API nøgle genereret %{value} siden
887 887 label_feeds_access_key: Atom nøgle
888 888 notice_api_access_key_reseted: Din API nøgle er nulstillet.
889 889 setting_rest_api_enabled: Aktiver REST web service
890 890 label_missing_api_access_key: Mangler en API nøgle
891 891 label_missing_feeds_access_key: Mangler en Atom nøgle
892 892 button_show: Vis
893 893 text_line_separated: Flere væredier tilladt (en linje for hver værdi).
894 894 setting_mail_handler_body_delimiters: Trunkér emails efter en af disse linjer
895 895 permission_add_subprojects: Lav underprojekter
896 896 label_subproject_new: Nyt underprojekt
897 897 text_own_membership_delete_confirmation: |-
898 898 Du er ved at fjerne en eller flere af dine rettigheder, og kan muligvis ikke redigere projektet bagefter.
899 899 Er du sikker på du ønsker at fortsætte?
900 900 label_close_versions: Luk færdige versioner
901 901 label_board_sticky: Klistret
902 902 label_board_locked: Låst
903 903 permission_export_wiki_pages: Eksporter wiki sider
904 904 setting_cache_formatted_text: Cache formatteret tekst
905 905 permission_manage_project_activities: Administrer projektaktiviteter
906 906 error_unable_delete_issue_status: Det var ikke muligt at slette sagsstatus
907 907 label_profile: Profil
908 908 permission_manage_subtasks: Administrer underopgaver
909 909 field_parent_issue: Hovedopgave
910 910 label_subtask_plural: Underopgaver
911 911 label_project_copy_notifications: Send email notifikationer, mens projektet kopieres
912 912 error_can_not_delete_custom_field: Kan ikke slette brugerdefineret felt
913 913 error_unable_to_connect: Kan ikke forbinde (%{value})
914 914 error_can_not_remove_role: Denne rolle er i brug og kan ikke slettes.
915 915 error_can_not_delete_tracker: Denne type indeholder sager og kan ikke slettes.
916 916 field_principal: Principal
917 917 label_my_page_block: blok
918 918 notice_failed_to_save_members: "Fejl under lagring af medlem(mer): %{errors}."
919 919 text_zoom_out: Zoom ud
920 920 text_zoom_in: Zoom ind
921 921 notice_unable_delete_time_entry: Kan ikke slette tidsregistrering.
922 922 label_overall_spent_time: Overordnet forbrug af tid
923 923 field_time_entries: Log tid
924 924 project_module_gantt: Gantt
925 925 project_module_calendar: Kalender
926 926 button_edit_associated_wikipage: "Redigér tilknyttet Wiki side: %{page_title}"
927 927 field_text: Tekstfelt
928 928 setting_default_notification_option: Standardpåmindelsesmulighed
929 929 label_user_mail_option_only_my_events: Kun for ting jeg overvåger eller er involveret i
930 930 label_user_mail_option_none: Ingen hændelser
931 931 field_member_of_group: Medlem af gruppe
932 932 field_assigned_to_role: Medlem af rolle
933 933 notice_not_authorized_archived_project: Projektet du prøver at tilgå, er blevet arkiveret.
934 934 label_principal_search: "Søg efter bruger eller gruppe:"
935 935 label_user_search: "Søg efter bruger:"
936 936 field_visible: Synlig
937 937 setting_commit_logtime_activity_id: Aktivitet for registreret tid
938 938 text_time_logged_by_changeset: Anvendt i changeset %{value}.
939 939 setting_commit_logtime_enabled: Aktiver tidsregistrering
940 940 notice_gantt_chart_truncated: Kortet er blevet afkortet, fordi det overstiger det maksimale antal elementer, der kan vises (%{max})
941 941 setting_gantt_items_limit: Maksimalt antal af elementer der kan vises på gantt kortet
942 942
943 943 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
944 944 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
945 945 label_my_queries: My custom queries
946 946 text_journal_changed_no_detail: "%{label} updated"
947 947 label_news_comment_added: Comment added to a news
948 948 button_expand_all: Expand all
949 949 button_collapse_all: Collapse all
950 950 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
951 951 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
952 952 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
953 953 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
954 954 label_role_anonymous: Anonymous
955 955 label_role_non_member: Non member
956 956 label_issue_note_added: Note added
957 957 label_issue_status_updated: Status updated
958 958 label_issue_priority_updated: Priority updated
959 959 label_issues_visibility_own: Issues created by or assigned to the user
960 960 field_issues_visibility: Issues visibility
961 961 label_issues_visibility_all: All issues
962 962 permission_set_own_issues_private: Set own issues public or private
963 963 field_is_private: Private
964 964 permission_set_issues_private: Set issues public or private
965 965 label_issues_visibility_public: All non private issues
966 966 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
967 967 field_commit_logs_encoding: Kodning af Commit beskeder
968 968 field_scm_path_encoding: Path encoding
969 969 text_scm_path_encoding_note: "Default: UTF-8"
970 970 field_path_to_repository: Path to repository
971 971 field_root_directory: Root directory
972 972 field_cvs_module: Module
973 973 field_cvsroot: CVSROOT
974 974 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
975 975 text_scm_command: Command
976 976 text_scm_command_version: Version
977 977 label_git_report_last_commit: Report last commit for files and directories
978 978 notice_issue_successful_create: Issue %{id} created.
979 979 label_between: between
980 980 setting_issue_group_assignment: Allow issue assignment to groups
981 981 label_diff: diff
982 982 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
983 983 description_query_sort_criteria_direction: Sort direction
984 984 description_project_scope: Search scope
985 985 description_filter: Filter
986 986 description_user_mail_notification: Mail notification settings
987 description_date_from: Enter start date
988 987 description_message_content: Message content
989 988 description_available_columns: Available Columns
990 description_date_range_interval: Choose range by selecting start and end date
991 989 description_issue_category_reassign: Choose issue category
992 990 description_search: Searchfield
993 991 description_notes: Notes
994 description_date_range_list: Choose range from list
995 992 description_choose_project: Projects
996 description_date_to: Enter end date
997 993 description_query_sort_criteria_attribute: Sort attribute
998 994 description_wiki_subpages_reassign: Choose new parent page
999 995 description_selected_columns: Selected Columns
1000 996 label_parent_revision: Parent
1001 997 label_child_revision: Child
1002 998 error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
1003 999 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
1004 1000 button_edit_section: Edit this section
1005 1001 setting_repositories_encodings: Attachments and repositories encodings
1006 1002 description_all_columns: All Columns
1007 1003 button_export: Export
1008 1004 label_export_options: "%{export_format} export options"
1009 1005 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
1010 1006 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1011 1007 label_x_issues:
1012 1008 zero: 0 sag
1013 1009 one: 1 sag
1014 1010 other: "%{count} sager"
1015 1011 label_repository_new: New repository
1016 1012 field_repository_is_default: Main repository
1017 1013 label_copy_attachments: Copy attachments
1018 1014 label_item_position: "%{position}/%{count}"
1019 1015 label_completed_versions: Completed versions
1020 1016 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1021 1017 field_multiple: Multiple values
1022 1018 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1023 1019 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1024 1020 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1025 1021 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1026 1022 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1027 1023 permission_manage_related_issues: Manage related issues
1028 1024 field_auth_source_ldap_filter: LDAP filter
1029 1025 label_search_for_watchers: Search for watchers to add
1030 1026 notice_account_deleted: Your account has been permanently deleted.
1031 1027 setting_unsubscribe: Allow users to delete their own account
1032 1028 button_delete_my_account: Delete my account
1033 1029 text_account_destroy_confirmation: |-
1034 1030 Are you sure you want to proceed?
1035 1031 Your account will be permanently deleted, with no way to reactivate it.
1036 1032 error_session_expired: Your session has expired. Please login again.
1037 1033 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1038 1034 setting_session_lifetime: Session maximum lifetime
1039 1035 setting_session_timeout: Session inactivity timeout
1040 1036 label_session_expiration: Session expiration
1041 1037 permission_close_project: Close / reopen the project
1042 1038 label_show_closed_projects: View closed projects
1043 1039 button_close: Close
1044 1040 button_reopen: Reopen
1045 1041 project_status_active: active
1046 1042 project_status_closed: closed
1047 1043 project_status_archived: archived
1048 1044 text_project_closed: This project is closed and read-only.
1049 1045 notice_user_successful_create: User %{id} created.
1050 1046 field_core_fields: Standard fields
1051 1047 field_timeout: Timeout (in seconds)
1052 1048 setting_thumbnails_enabled: Display attachment thumbnails
1053 1049 setting_thumbnails_size: Thumbnails size (in pixels)
1054 1050 label_status_transitions: Status transitions
1055 1051 label_fields_permissions: Fields permissions
1056 1052 label_readonly: Read-only
1057 1053 label_required: Required
1058 1054 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1059 1055 field_board_parent: Parent forum
1060 1056 label_attribute_of_project: Project's %{name}
1061 1057 label_attribute_of_author: Author's %{name}
1062 1058 label_attribute_of_assigned_to: Assignee's %{name}
1063 1059 label_attribute_of_fixed_version: Target version's %{name}
1064 1060 label_copy_subtasks: Copy subtasks
1065 1061 label_copied_to: copied to
1066 1062 label_copied_from: copied from
1067 1063 label_any_issues_in_project: any issues in project
1068 1064 label_any_issues_not_in_project: any issues not in project
1069 1065 field_private_notes: Private notes
1070 1066 permission_view_private_notes: View private notes
1071 1067 permission_set_notes_private: Set notes as private
1072 1068 label_no_issues_in_project: no issues in project
1073 1069 label_any: alle
1074 1070 label_last_n_weeks: last %{count} weeks
1075 1071 setting_cross_project_subtasks: Allow cross-project subtasks
1076 1072 label_cross_project_descendants: Med underprojekter
1077 1073 label_cross_project_tree: Med projekttræ
1078 1074 label_cross_project_hierarchy: Med projekthierarki
1079 1075 label_cross_project_system: Med alle projekter
1080 1076 button_hide: Hide
1081 1077 setting_non_working_week_days: Non-working days
1082 1078 label_in_the_next_days: in the next
1083 1079 label_in_the_past_days: in the past
1084 1080 label_attribute_of_user: User's %{name}
1085 1081 text_turning_multiple_off: If you disable multiple values, multiple values will be
1086 1082 removed in order to preserve only one value per item.
1087 1083 label_attribute_of_issue: Issue's %{name}
1088 1084 permission_add_documents: Add documents
1089 1085 permission_edit_documents: Edit documents
1090 1086 permission_delete_documents: Delete documents
1091 1087 label_gantt_progress_line: Progress line
1092 1088 setting_jsonp_enabled: Enable JSONP support
1093 1089 field_inherit_members: Inherit members
1094 1090 field_closed_on: Closed
1095 1091 field_generate_password: Generate password
1096 1092 setting_default_projects_tracker_ids: Default trackers for new projects
1097 1093 label_total_time: Total
1098 1094 text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it.
1099 1095 text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel.
1100 1096 setting_emails_header: Email header
1101 1097 notice_account_not_activated_yet: You haven't activated your account yet. If you want
1102 1098 to receive a new activation email, please <a href="%{url}">click this link</a>.
1103 1099 notice_account_locked: Your account is locked.
1104 1100 label_hidden: Hidden
1105 1101 label_visibility_private: to me only
1106 1102 label_visibility_roles: to these roles only
1107 1103 label_visibility_public: to any users
1108 1104 field_must_change_passwd: Must change password at next logon
1109 1105 notice_new_password_must_be_different: The new password must be different from the
1110 1106 current password
1111 1107 setting_mail_handler_excluded_filenames: Exclude attachments by name
1112 1108 text_convert_available: ImageMagick convert available (optional)
1113 1109 label_link: Link
1114 1110 label_only: only
1115 1111 label_drop_down_list: drop-down list
1116 1112 label_checkboxes: checkboxes
1117 1113 label_link_values_to: Link values to URL
1118 1114 setting_force_default_language_for_anonymous: Force default language for anonymous
1119 1115 users
1120 1116 setting_force_default_language_for_loggedin: Force default language for logged-in
1121 1117 users
1122 1118 label_custom_field_select_type: Select the type of object to which the custom field
1123 1119 is to be attached
1124 1120 label_issue_assigned_to_updated: Assignee updated
1125 1121 label_check_for_updates: Check for updates
1126 1122 label_latest_compatible_version: Latest compatible version
1127 1123 label_unknown_plugin: Unknown plugin
1128 1124 label_radio_buttons: radio buttons
1129 1125 label_group_anonymous: Anonymous users
1130 1126 label_group_non_member: Non member users
1131 1127 label_add_projects: Add projects
1132 1128 field_default_status: Default status
1133 1129 text_subversion_repository_note: 'Examples: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
1134 1130 field_users_visibility: Users visibility
1135 1131 label_users_visibility_all: All active users
1136 1132 label_users_visibility_members_of_visible_projects: Members of visible projects
1137 1133 label_edit_attachments: Edit attached files
1138 1134 setting_link_copied_issue: Link issues on copy
1139 1135 label_link_copied_issue: Link copied issue
1140 1136 label_ask: Ask
1141 1137 label_search_attachments_yes: Search attachment filenames and descriptions
1142 1138 label_search_attachments_no: Do not search attachments
1143 1139 label_search_attachments_only: Search attachments only
1144 1140 label_search_open_issues_only: Open issues only
1145 1141 field_address: Email
1146 1142 setting_max_additional_emails: Maximum number of additional email addresses
1147 1143 label_email_address_plural: Emails
1148 1144 label_email_address_add: Add email address
1149 1145 label_enable_notifications: Enable notifications
1150 1146 label_disable_notifications: Disable notifications
1151 1147 setting_search_results_per_page: Search results per page
1152 1148 label_blank_value: blank
1153 1149 permission_copy_issues: Copy issues
1154 1150 error_password_expired: Your password has expired or the administrator requires you
1155 1151 to change it.
1156 1152 field_time_entries_visibility: Time logs visibility
1157 1153 setting_password_max_age: Require password change after
1158 1154 label_parent_task_attributes: Parent tasks attributes
1159 1155 label_parent_task_attributes_derived: Calculated from subtasks
1160 1156 label_parent_task_attributes_independent: Independent of subtasks
1161 1157 label_time_entries_visibility_all: All time entries
1162 1158 label_time_entries_visibility_own: Time entries created by the user
1163 1159 label_member_management: Member management
1164 1160 label_member_management_all_roles: All roles
1165 1161 label_member_management_selected_roles_only: Only these roles
1166 1162 label_password_required: Confirm your password to continue
1167 1163 label_total_spent_time: Overordnet forbrug af tid
1168 1164 notice_import_finished: "%{count} items have been imported"
1169 1165 notice_import_finished_with_errors: "%{count} out of %{total} items could not be imported"
1170 1166 error_invalid_file_encoding: The file is not a valid %{encoding} encoded file
1171 1167 error_invalid_csv_file_or_settings: The file is not a CSV file or does not match the
1172 1168 settings below
1173 1169 error_can_not_read_import_file: An error occurred while reading the file to import
1174 1170 permission_import_issues: Import issues
1175 1171 label_import_issues: Import issues
1176 1172 label_select_file_to_import: Select the file to import
1177 1173 label_fields_separator: Field separator
1178 1174 label_fields_wrapper: Field wrapper
1179 1175 label_encoding: Encoding
1180 1176 label_comma_char: Comma
1181 1177 label_semi_colon_char: Semicolon
1182 1178 label_quote_char: Quote
1183 1179 label_double_quote_char: Double quote
1184 1180 label_fields_mapping: Fields mapping
1185 1181 label_file_content_preview: File content preview
1186 1182 label_create_missing_values: Create missing values
1187 1183 button_import: Import
1188 1184 field_total_estimated_hours: Total estimated time
1189 1185 label_api: API
1190 1186 label_total_plural: Totals
1191 1187 label_assigned_issues: Assigned issues
1192 1188 label_field_format_enumeration: Key/value list
1193 1189 label_f_hour_short: '%{value} h'
1194 1190 field_default_version: Default version
1195 1191 error_attachment_extension_not_allowed: Attachment extension %{extension} is not allowed
1196 1192 setting_attachment_extensions_allowed: Allowed extensions
1197 1193 setting_attachment_extensions_denied: Disallowed extensions
1198 1194 label_any_open_issues: any open issues
1199 1195 label_no_open_issues: no open issues
1200 1196 label_default_values_for_new_users: Default values for new users
1201 1197 error_ldap_bind_credentials: Invalid LDAP Account/Password
1202 1198 setting_sys_api_key: API nøgle
1203 1199 setting_lost_password: Glemt kodeord
1204 1200 mail_subject_security_notification: Security notification
1205 1201 mail_body_security_notification_change: ! '%{field} was changed.'
1206 1202 mail_body_security_notification_change_to: ! '%{field} was changed to %{value}.'
1207 1203 mail_body_security_notification_add: ! '%{field} %{value} was added.'
1208 1204 mail_body_security_notification_remove: ! '%{field} %{value} was removed.'
1209 1205 mail_body_security_notification_notify_enabled: Email address %{value} now receives
1210 1206 notifications.
1211 1207 mail_body_security_notification_notify_disabled: Email address %{value} no longer
1212 1208 receives notifications.
1213 1209 mail_body_settings_updated: ! 'The following settings were changed:'
1214 1210 field_remote_ip: IP address
1215 1211 label_wiki_page_new: New wiki page
1216 1212 label_relations: Relations
1217 1213 button_filter: Filter
1218 1214 mail_body_password_updated: Your password has been changed.
1219 1215 label_no_preview: No preview available
1220 1216 error_no_tracker_allowed_for_new_issue_in_project: The project doesn't have any trackers
1221 1217 for which you can create an issue
1222 1218 label_tracker_all: All trackers
1223 1219 label_new_project_issue_tab_enabled: Display the "New issue" tab
1224 1220 setting_new_item_menu_tab: Project menu tab for creating new objects
1225 1221 label_new_object_tab_enabled: Display the "+" drop-down
1226 1222 error_no_projects_with_tracker_allowed_for_new_issue: There are no projects with trackers
1227 1223 for which you can create an issue
1228 1224 field_textarea_font: Font used for text areas
1229 1225 label_font_default: Default font
1230 1226 label_font_monospace: Monospaced font
1231 1227 label_font_proportional: Proportional font
1232 1228 setting_timespan_format: Time span format
1233 1229 label_table_of_contents: Table of contents
1234 1230 setting_commit_logs_formatting: Apply text formatting to commit messages
1235 1231 setting_mail_handler_enable_regex_delimiters: Enable regular expressions
1236 1232 error_move_of_child_not_possible: 'Subtask %{child} could not be moved to the new
1237 1233 project: %{errors}'
1238 1234 error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot
1239 1235 be reassigned to an issue that is about to be deleted
1240 1236 setting_timelog_required_fields: Required fields for time logs
1241 1237 label_attribute_of_object: '%{object_name}''s %{name}'
1242 1238 label_user_mail_option_only_assigned: Only for things I watch or I am assigned to
1243 1239 label_user_mail_option_only_owner: Only for things I watch or I am the owner of
1244 1240 warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion
1245 1241 of values from one or more fields on the selected objects
1246 1242 field_updated_by: Updated by
1247 1243 field_last_updated_by: Last updated by
1248 1244 field_full_width_layout: Full width layout
@@ -1,1233 +1,1229
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 description_date_from: Startdatum eintragen
233 description_date_range_interval: Zeitraum durch Start- und Enddatum festlegen
234 description_date_range_list: Zeitraum aus einer Liste wählen
235 description_date_to: Enddatum eintragen
236 232 description_filter: Filter
237 233 description_issue_category_reassign: Neue Kategorie wählen
238 234 description_message_content: Nachrichteninhalt
239 235 description_notes: Kommentare
240 236 description_project_scope: Suchbereich
241 237 description_query_sort_criteria_attribute: Sortierattribut
242 238 description_query_sort_criteria_direction: Sortierrichtung
243 239 description_search: Suchfeld
244 240 description_selected_columns: Ausgewählte Spalten
245 241
246 242 description_user_mail_notification: Mailbenachrichtigungseinstellung
247 243 description_wiki_subpages_reassign: Neue Elternseite wählen
248 244
249 245 enumeration_activities: Aktivitäten (Zeiterfassung)
250 246 enumeration_doc_categories: Dokumentenkategorien
251 247 enumeration_issue_priorities: Ticket-Prioritäten
252 248 enumeration_system_activity: System-Aktivität
253 249
254 250 error_attachment_too_big: Diese Datei kann nicht hochgeladen werden, da sie die maximale Dateigröße von (%{max_size}) überschreitet.
255 251 error_can_not_archive_project: Dieses Projekt kann nicht archiviert werden.
256 252 error_can_not_delete_custom_field: Kann das benutzerdefinierte Feld nicht löschen.
257 253 error_can_not_delete_tracker: Dieser Tracker enthält Tickets und kann nicht gelöscht werden.
258 254 error_can_not_remove_role: Diese Rolle wird verwendet und kann nicht gelöscht werden.
259 255 error_can_not_reopen_issue_on_closed_version: Das Ticket ist einer abgeschlossenen Version zugeordnet und kann daher nicht wieder geöffnet werden.
260 256 error_can_t_load_default_data: "Die Standard-Konfiguration konnte nicht geladen werden: %{value}"
261 257 error_issue_done_ratios_not_updated: Der Ticket-Fortschritt wurde nicht aktualisiert.
262 258 error_issue_not_found_in_project: 'Das Ticket wurde nicht gefunden oder gehört nicht zu diesem Projekt.'
263 259 error_no_default_issue_status: Es ist kein Status als Standard definiert. Bitte überprüfen Sie Ihre Konfiguration (unter "Administration -> Ticket-Status").
264 260 error_no_tracker_in_project: Diesem Projekt ist kein Tracker zugeordnet. Bitte überprüfen Sie die Projekteinstellungen.
265 261 error_scm_annotate: "Der Eintrag existiert nicht oder kann nicht annotiert werden."
266 262 error_scm_annotate_big_text_file: Der Eintrag kann nicht umgesetzt werden, da er die maximale Textlänge überschreitet.
267 263 error_scm_command_failed: "Beim Zugriff auf das Repository ist ein Fehler aufgetreten: %{value}"
268 264 error_scm_not_found: Eintrag und/oder Revision existiert nicht im Repository.
269 265 error_session_expired: Ihre Sitzung ist abgelaufen. Bitte melden Sie sich erneut an.
270 266 error_unable_delete_issue_status: "Der Ticket-Status konnte nicht gelöscht werden."
271 267 error_unable_to_connect: Fehler beim Verbinden (%{value})
272 268 error_workflow_copy_source: Bitte wählen Sie einen Quell-Tracker und eine Quell-Rolle.
273 269 error_workflow_copy_target: Bitte wählen Sie die Ziel-Tracker und -Rollen.
274 270 error_move_of_child_not_possible: "Unteraufgabe %{child} konnte nicht in das neue Projekt verschoben werden: %{errors}"
275 271
276 272 field_account: Konto
277 273 field_active: Aktiv
278 274 field_activity: Aktivität
279 275 field_admin: Administrator
280 276 field_assignable: Tickets können dieser Rolle zugewiesen werden
281 277 field_assigned_to: Zugewiesen an
282 278 field_assigned_to_role: Zuständigkeitsrolle
283 279 field_attr_firstname: Vorname-Attribut
284 280 field_attr_lastname: Name-Attribut
285 281 field_attr_login: Mitgliedsname-Attribut
286 282 field_attr_mail: E-Mail-Attribut
287 283 field_auth_source: Authentifizierungs-Modus
288 284 field_auth_source_ldap_filter: LDAP-Filter
289 285 field_author: Autor
290 286 field_base_dn: Base DN
291 287 field_board_parent: Übergeordnetes Forum
292 288 field_category: Kategorie
293 289 field_column_names: Spalten
294 290 field_closed_on: Geschlossen am
295 291 field_comments: Kommentar
296 292 field_comments_sorting: Kommentare anzeigen
297 293 field_commit_logs_encoding: Kodierung der Commit-Nachrichten
298 294 field_content: Inhalt
299 295 field_core_fields: Standardwerte
300 296 field_created_on: Angelegt
301 297 field_cvs_module: Modul
302 298 field_cvsroot: CVSROOT
303 299 field_default_value: Standardwert
304 300 field_default_status: Standardstatus
305 301 field_delay: Pufferzeit
306 302 field_description: Beschreibung
307 303 field_done_ratio: "% erledigt"
308 304 field_downloads: Downloads
309 305 field_due_date: Abgabedatum
310 306 field_editable: Bearbeitbar
311 307 field_effective_date: Datum
312 308 field_estimated_hours: Geschätzter Aufwand
313 309 field_field_format: Format
314 310 field_filename: Datei
315 311 field_filesize: Größe
316 312 field_firstname: Vorname
317 313 field_fixed_version: Zielversion
318 314 field_generate_password: Passwort generieren
319 315 field_group_by: Gruppiere Ergebnisse nach
320 316 field_hide_mail: E-Mail-Adresse nicht anzeigen
321 317 field_homepage: Projekt-Homepage
322 318 field_host: Host
323 319 field_hours: Stunden
324 320 field_identifier: Kennung
325 321 field_identity_url: OpenID-URL
326 322 field_inherit_members: Benutzer erben
327 323 field_is_closed: Ticket geschlossen
328 324 field_is_default: Standardeinstellung
329 325 field_is_filter: Als Filter benutzen
330 326 field_is_for_all: Für alle Projekte
331 327 field_is_in_roadmap: In der Roadmap anzeigen
332 328 field_is_private: Privat
333 329 field_is_public: Öffentlich
334 330 field_is_required: Erforderlich
335 331 field_issue: Ticket
336 332 field_issue_to: Zugehöriges Ticket
337 333 field_issues_visibility: Ticket-Sichtbarkeit
338 334 field_language: Sprache
339 335 field_last_login_on: Letzte Anmeldung
340 336 field_lastname: Nachname
341 337 field_login: Mitgliedsname
342 338 field_mail: E-Mail
343 339 field_mail_notification: Mailbenachrichtigung
344 340 field_max_length: Maximale Länge
345 341 field_member_of_group: Zuständigkeitsgruppe
346 342 field_min_length: Minimale Länge
347 343 field_multiple: Mehrere Werte
348 344 field_must_change_passwd: Passwort beim nächsten Login ändern
349 345 field_name: Name
350 346 field_new_password: Neues Passwort
351 347 field_notes: Kommentare
352 348 field_onthefly: On-the-fly-Benutzererstellung
353 349 field_parent: Unterprojekt von
354 350 field_parent_issue: Übergeordnete Aufgabe
355 351 field_parent_title: Übergeordnete Seite
356 352 field_password: Passwort
357 353 field_password_confirmation: Bestätigung
358 354 field_path_to_repository: Pfad zum Repository
359 355 field_port: Port
360 356 field_possible_values: Mögliche Werte
361 357 field_principal: Auftraggeber
362 358 field_priority: Priorität
363 359 field_private_notes: Privater Kommentar
364 360 field_project: Projekt
365 361 field_redirect_existing_links: Existierende Links umleiten
366 362 field_regexp: Regulärer Ausdruck
367 363 field_repository_is_default: Haupt-Repository
368 364 field_role: Rolle
369 365 field_root_directory: Wurzelverzeichnis
370 366 field_scm_path_encoding: Pfad-Kodierung
371 367 field_searchable: Durchsuchbar
372 368 field_sharing: Gemeinsame Verwendung
373 369 field_spent_on: Datum
374 370 field_start_date: Beginn
375 371 field_start_page: Hauptseite
376 372 field_status: Status
377 373 field_subject: Thema
378 374 field_subproject: Unterprojekt von
379 375 field_summary: Zusammenfassung
380 376 field_text: Textfeld
381 377 field_time_entries: Logzeit
382 378 field_time_zone: Zeitzone
383 379 field_timeout: Auszeit (in Sekunden)
384 380 field_title: Titel
385 381 field_tracker: Tracker
386 382 field_type: Typ
387 383 field_updated_on: Aktualisiert
388 384 field_url: URL
389 385 field_user: Benutzer
390 386 field_users_visibility: Benutzer-Sichtbarkeit
391 387 field_value: Wert
392 388 field_version: Version
393 389 field_visible: Sichtbar
394 390 field_warn_on_leaving_unsaved: Vor dem Verlassen einer Seite mit ungesichertem Text im Editor warnen
395 391 field_watcher: Beobachter
396 392
397 393 general_csv_decimal_separator: ','
398 394 general_csv_encoding: ISO-8859-1
399 395 general_csv_separator: ';'
400 396 general_pdf_fontname: freesans
401 397 general_pdf_monospaced_fontname: freemono
402 398 general_first_day_of_week: '1'
403 399 general_lang_name: 'German (Deutsch)'
404 400 general_text_No: 'Nein'
405 401 general_text_Yes: 'Ja'
406 402 general_text_no: 'nein'
407 403 general_text_yes: 'ja'
408 404
409 405 label_activity: Aktivität
410 406 label_add_another_file: Eine weitere Datei hinzufügen
411 407 label_add_note: Kommentar hinzufügen
412 408 label_add_projects: Projekt hinzufügen
413 409 label_added: hinzugefügt
414 410 label_added_time_by: "Von %{author} vor %{age} hinzugefügt"
415 411 label_additional_workflow_transitions_for_assignee: Zusätzliche Berechtigungen wenn der Benutzer der Zugewiesene ist
416 412 label_additional_workflow_transitions_for_author: Zusätzliche Berechtigungen wenn der Benutzer der Autor ist
417 413 label_administration: Administration
418 414 label_age: Geändert vor
419 415 label_ago: vor
420 416 label_all: alle
421 417 label_all_time: gesamter Zeitraum
422 418 label_all_words: Alle Wörter
423 419 label_and_its_subprojects: "%{value} und dessen Unterprojekte"
424 420 label_any: alle
425 421 label_any_issues_in_project: irgendein Ticket im Projekt
426 422 label_any_issues_not_in_project: irgendein Ticket nicht im Projekt
427 423 label_api_access_key: API-Zugriffsschlüssel
428 424 label_api_access_key_created_on: Der API-Zugriffsschlüssel wurde vor %{value} erstellt
429 425 label_applied_status: Zugewiesener Status
430 426 label_ascending: Aufsteigend
431 427 label_ask: Nachfragen
432 428 label_assigned_to_me_issues: Mir zugewiesene Tickets
433 429 label_associated_revisions: Zugehörige Revisionen
434 430 label_attachment: Datei
435 431 label_attachment_delete: Anhang löschen
436 432 label_attachment_new: Neue Datei
437 433 label_attachment_plural: Dateien
438 434 label_attribute: Attribut
439 435 label_attribute_of_assigned_to: "%{name} des Bearbeiters"
440 436 label_attribute_of_author: "%{name} des Autors"
441 437 label_attribute_of_fixed_version: "%{name} der Zielversion"
442 438 label_attribute_of_issue: "%{name} des Tickets"
443 439 label_attribute_of_project: "%{name} des Projekts"
444 440 label_attribute_of_user: "%{name} des Benutzers"
445 441 label_attribute_plural: Attribute
446 442 label_auth_source: Authentifizierungs-Modus
447 443 label_auth_source_new: Neuer Authentifizierungs-Modus
448 444 label_auth_source_plural: Authentifizierungs-Arten
449 445 label_authentication: Authentifizierung
450 446 label_between: zwischen
451 447 label_blocked_by: Blockiert durch
452 448 label_blocks: Blockiert
453 449 label_board: Forum
454 450 label_board_locked: Gesperrt
455 451 label_board_new: Neues Forum
456 452 label_board_plural: Foren
457 453 label_board_sticky: Wichtig (immer oben)
458 454 label_boolean: Boolean
459 455 label_branch: Zweig
460 456 label_browse: Codebrowser
461 457 label_bulk_edit_selected_issues: Alle ausgewählten Tickets bearbeiten
462 458 label_bulk_edit_selected_time_entries: Ausgewählte Zeitaufwände bearbeiten
463 459 label_calendar: Kalender
464 460 label_change_plural: Änderungen
465 461 label_change_properties: Eigenschaften ändern
466 462 label_change_status: Statuswechsel
467 463 label_change_view_all: Alle Änderungen anzeigen
468 464 label_changes_details: Details aller Änderungen
469 465 label_changeset_plural: Changesets
470 466 label_checkboxes: Checkboxen
471 467 label_check_for_updates: Auf Updates prüfen
472 468 label_child_revision: Nachfolger
473 469 label_chronological_order: in zeitlicher Reihenfolge
474 470 label_close_versions: Vollständige Versionen schließen
475 471 label_closed_issues: geschlossen
476 472 label_closed_issues_plural: geschlossen
477 473 label_comment: Kommentar
478 474 label_comment_add: Kommentar hinzufügen
479 475 label_comment_added: Kommentar hinzugefügt
480 476 label_comment_delete: Kommentar löschen
481 477 label_comment_plural: Kommentare
482 478 label_commits_per_author: Übertragungen pro Autor
483 479 label_commits_per_month: Übertragungen pro Monat
484 480 label_completed_versions: Abgeschlossene Versionen
485 481 label_confirmation: Bestätigung
486 482 label_contains: enthält
487 483 label_copied: kopiert
488 484 label_copied_from: Kopiert von
489 485 label_copied_to: Kopiert nach
490 486 label_copy_attachments: Anhänge kopieren
491 487 label_copy_same_as_target: So wie das Ziel
492 488 label_copy_source: Quelle
493 489 label_copy_subtasks: Unteraufgaben kopieren
494 490 label_copy_target: Ziel
495 491 label_copy_workflow_from: Workflow kopieren von
496 492 label_cross_project_descendants: Mit Unterprojekten
497 493 label_cross_project_hierarchy: Mit Projekthierarchie
498 494 label_cross_project_system: Mit allen Projekten
499 495 label_cross_project_tree: Mit Projektbaum
500 496 label_current_status: Gegenwärtiger Status
501 497 label_current_version: Gegenwärtige Version
502 498 label_custom_field: Benutzerdefiniertes Feld
503 499 label_custom_field_new: Neues Feld
504 500 label_custom_field_plural: Benutzerdefinierte Felder
505 501 label_custom_field_select_type: Bitte wählen Sie den Objekttyp, zu dem das benutzerdefinierte Feld hinzugefügt werden soll
506 502 label_date: Datum
507 503 label_date_from: Von
508 504 label_date_from_to: von %{start} bis %{end}
509 505 label_date_range: Zeitraum
510 506 label_date_to: Bis
511 507 label_day_plural: Tage
512 508 label_default: Standard
513 509 label_default_columns: Standard-Spalten
514 510 label_deleted: gelöscht
515 511 label_descending: Absteigend
516 512 label_details: Details
517 513 label_diff: diff
518 514 label_diff_inline: einspaltig
519 515 label_diff_side_by_side: nebeneinander
520 516 label_disabled: gesperrt
521 517 label_display: Anzeige
522 518 label_display_per_page: "Pro Seite: %{value}"
523 519 label_display_used_statuses_only: Zeige nur Status an, die von diesem Tracker verwendet werden
524 520 label_document: Dokument
525 521 label_document_added: Dokument hinzugefügt
526 522 label_document_new: Neues Dokument
527 523 label_document_plural: Dokumente
528 524 label_downloads_abbr: D/L
529 525 label_drop_down_list: Dropdown-Liste
530 526 label_duplicated_by: Dupliziert durch
531 527 label_duplicates: Duplikat von
532 528 label_edit_attachments: Angehängte Dateien bearbeiten
533 529 label_enumeration_new: Neuer Wert
534 530 label_enumerations: Aufzählungen
535 531 label_environment: Umgebung
536 532 label_equals: ist
537 533 label_example: Beispiel
538 534 label_export_options: "%{export_format} Export-Eigenschaften"
539 535 label_export_to: "Auch abrufbar als:"
540 536 label_f_hour: "%{value} Stunde"
541 537 label_f_hour_plural: "%{value} Stunden"
542 538 label_feed_plural: Feeds
543 539 label_feeds_access_key: Atom-Zugriffsschlüssel
544 540 label_feeds_access_key_created_on: "Atom-Zugriffsschlüssel vor %{value} erstellt"
545 541 label_fields_permissions: Feldberechtigungen
546 542 label_file_added: Datei hinzugefügt
547 543 label_file_plural: Dateien
548 544 label_filter_add: Filter hinzufügen
549 545 label_filter_plural: Filter
550 546 label_float: Fließkommazahl
551 547 label_follows: Nachfolger von
552 548 label_gantt: Gantt-Diagramm
553 549 label_gantt_progress_line: Fortschrittslinie
554 550 label_general: Allgemein
555 551 label_generate_key: Generieren
556 552 label_git_report_last_commit: Bericht des letzten Commits für Dateien und Verzeichnisse
557 553 label_greater_or_equal: ">="
558 554 label_group: Gruppe
559 555 label_group_anonymous: Anonyme Benutzer
560 556 label_group_new: Neue Gruppe
561 557 label_group_non_member: Nichtmitglieder
562 558 label_group_plural: Gruppen
563 559 label_help: Hilfe
564 560 label_hidden: Versteckt
565 561 label_history: Historie
566 562 label_home: Hauptseite
567 563 label_in: in
568 564 label_in_less_than: in weniger als
569 565 label_in_more_than: in mehr als
570 566 label_in_the_next_days: in den nächsten
571 567 label_in_the_past_days: in den letzten
572 568 label_incoming_emails: Eingehende E-Mails
573 569 label_index_by_date: Seiten nach Datum sortiert
574 570 label_index_by_title: Seiten nach Titel sortiert
575 571 label_information: Information
576 572 label_information_plural: Informationen
577 573 label_integer: Zahl
578 574 label_internal: Intern
579 575 label_issue: Ticket
580 576 label_issue_added: Ticket hinzugefügt
581 577 label_issue_assigned_to_updated: Bearbeiter aktualisiert
582 578 label_issue_category: Ticket-Kategorie
583 579 label_issue_category_new: Neue Kategorie
584 580 label_issue_category_plural: Ticket-Kategorien
585 581 label_issue_new: Neues Ticket
586 582 label_issue_note_added: Notiz hinzugefügt
587 583 label_issue_plural: Tickets
588 584 label_issue_priority_updated: Priorität aktualisiert
589 585 label_issue_status: Ticket-Status
590 586 label_issue_status_new: Neuer Status
591 587 label_issue_status_plural: Ticket-Status
592 588 label_issue_status_updated: Status aktualisiert
593 589 label_issue_tracking: Tickets
594 590 label_issue_updated: Ticket aktualisiert
595 591 label_issue_view_all: Alle Tickets anzeigen
596 592 label_issue_watchers: Beobachter
597 593 label_issues_by: "Tickets pro %{value}"
598 594 label_issues_visibility_all: Alle Tickets
599 595 label_issues_visibility_own: Tickets die folgender Benutzer erstellt hat oder die ihm zugewiesen sind
600 596 label_issues_visibility_public: Alle öffentlichen Tickets
601 597 label_item_position: "%{position}/%{count}"
602 598 label_jump_to_a_project: Zu einem Projekt springen...
603 599 label_language_based: Sprachabhängig
604 600 label_last_changes: "%{count} letzte Änderungen"
605 601 label_last_login: Letzte Anmeldung
606 602 label_last_month: voriger Monat
607 603 label_last_n_days: "die letzten %{count} Tage"
608 604 label_last_n_weeks: letzte %{count} Wochen
609 605 label_last_week: vorige Woche
610 606 label_latest_compatible_version: Letzte kompatible Version
611 607 label_latest_revision: Aktuellste Revision
612 608 label_latest_revision_plural: Aktuellste Revisionen
613 609 label_ldap_authentication: LDAP-Authentifizierung
614 610 label_less_or_equal: "<="
615 611 label_less_than_ago: vor weniger als
616 612 label_link: Link
617 613 label_link_copied_issue: Kopierte Tickets verlinken
618 614 label_link_values_to: Werte mit URL verknüpfen
619 615 label_list: Liste
620 616 label_loading: Lade...
621 617 label_logged_as: Angemeldet als
622 618 label_login: Anmelden
623 619 label_login_with_open_id_option: oder mit OpenID anmelden
624 620 label_logout: Abmelden
625 621 label_only: nur
626 622 label_max_size: Maximale Größe
627 623 label_me: ich
628 624 label_member: Mitglied
629 625 label_member_new: Neues Mitglied
630 626 label_member_plural: Mitglieder
631 627 label_message_last: Letzter Forenbeitrag
632 628 label_message_new: Neues Thema
633 629 label_message_plural: Forenbeiträge
634 630 label_message_posted: Forenbeitrag hinzugefügt
635 631 label_min_max_length: Länge (Min. - Max.)
636 632 label_missing_api_access_key: Der API-Zugriffsschlüssel fehlt.
637 633 label_missing_feeds_access_key: Der Atom-Zugriffsschlüssel fehlt.
638 634 label_modified: geändert
639 635 label_module_plural: Module
640 636 label_month: Monat
641 637 label_months_from: Monate ab
642 638 label_more: Mehr
643 639 label_more_than_ago: vor mehr als
644 640 label_my_account: Mein Konto
645 641 label_my_page: Meine Seite
646 642 label_my_page_block: Verfügbare Widgets
647 643 label_my_projects: Meine Projekte
648 644 label_my_queries: Meine eigenen Abfragen
649 645 label_new: Neu
650 646 label_new_statuses_allowed: Neue Berechtigungen
651 647 label_news: News
652 648 label_news_added: News hinzugefügt
653 649 label_news_comment_added: Kommentar zu einer News hinzugefügt
654 650 label_news_latest: Letzte News
655 651 label_news_new: News hinzufügen
656 652 label_news_plural: News
657 653 label_news_view_all: Alle News anzeigen
658 654 label_next: Weiter
659 655 label_no_change_option: (Keine Änderung)
660 656 label_no_data: Nichts anzuzeigen
661 657 label_no_preview: Keine Vorschau verfügbar
662 658 label_no_issues_in_project: keine Tickets im Projekt
663 659 label_nobody: Niemand
664 660 label_none: kein
665 661 label_not_contains: enthält nicht
666 662 label_not_equals: ist nicht
667 663 label_open_issues: offen
668 664 label_open_issues_plural: offen
669 665 label_optional_description: Beschreibung (optional)
670 666 label_options: Optionen
671 667 label_overall_activity: Aktivitäten aller Projekte anzeigen
672 668 label_overall_spent_time: Aufgewendete Zeit aller Projekte anzeigen
673 669 label_overview: Übersicht
674 670 label_parent_revision: Vorgänger
675 671 label_password_lost: Passwort vergessen
676 672 label_password_required: Bitte geben Sie Ihr Passwort ein
677 673 label_permissions: Berechtigungen
678 674 label_permissions_report: Berechtigungsübersicht
679 675 label_personalize_page: Diese Seite anpassen
680 676 label_planning: Terminplanung
681 677 label_please_login: Anmelden
682 678 label_plugins: Plugins
683 679 label_precedes: Vorgänger von
684 680 label_preferences: Präferenzen
685 681 label_preview: Vorschau
686 682 label_previous: Zurück
687 683 label_principal_search: "Nach Benutzer oder Gruppe suchen:"
688 684 label_profile: Profil
689 685 label_project: Projekt
690 686 label_project_all: Alle Projekte
691 687 label_project_copy_notifications: Sende Mailbenachrichtigungen beim Kopieren des Projekts.
692 688 label_project_latest: Neueste Projekte
693 689 label_project_new: Neues Projekt
694 690 label_project_plural: Projekte
695 691 label_public_projects: Öffentliche Projekte
696 692 label_query: Benutzerdefinierte Abfrage
697 693 label_query_new: Neue Abfrage
698 694 label_query_plural: Benutzerdefinierte Abfragen
699 695 label_radio_buttons: Radio-Buttons
700 696 label_read: Lesen...
701 697 label_readonly: Nur-Lese-Zugriff
702 698 label_register: Registrieren
703 699 label_registered_on: Angemeldet am
704 700 label_registration_activation_by_email: Kontoaktivierung durch E-Mail
705 701 label_registration_automatic_activation: Automatische Kontoaktivierung
706 702 label_registration_manual_activation: Manuelle Kontoaktivierung
707 703 label_related_issues: Zugehörige Tickets
708 704 label_relates_to: Beziehung mit
709 705 label_relation_delete: Beziehung löschen
710 706 label_relation_new: Neue Beziehung
711 707 label_renamed: umbenannt
712 708 label_reply_plural: Antworten
713 709 label_report: Bericht
714 710 label_report_plural: Berichte
715 711 label_reported_issues: Erstellte Tickets
716 712 label_repository: Repository
717 713 label_repository_new: Neues Repository
718 714 label_repository_plural: Repositories
719 715 label_required: Erforderlich
720 716 label_result_plural: Resultate
721 717 label_reverse_chronological_order: in umgekehrter zeitlicher Reihenfolge
722 718 label_revision: Revision
723 719 label_revision_id: Revision %{value}
724 720 label_revision_plural: Revisionen
725 721 label_roadmap: Roadmap
726 722 label_roadmap_due_in: "Fällig in %{value}"
727 723 label_roadmap_no_issues: Keine Tickets für diese Version
728 724 label_roadmap_overdue: "seit %{value} verspätet"
729 725 label_role: Rolle
730 726 label_role_and_permissions: Rollen und Rechte
731 727 label_role_anonymous: Anonym
732 728 label_role_new: Neue Rolle
733 729 label_role_non_member: Nichtmitglied
734 730 label_role_plural: Rollen
735 731 label_scm: Versionskontrollsystem
736 732 label_search: Suche
737 733 label_search_for_watchers: Nach hinzufügbaren Beobachtern suchen
738 734 label_search_titles_only: Nur Titel durchsuchen
739 735 label_send_information: Sende Kontoinformationen an Benutzer
740 736 label_send_test_email: Test-E-Mail senden
741 737 label_session_expiration: Ende einer Sitzung
742 738 label_settings: Konfiguration
743 739 label_show_closed_projects: Geschlossene Projekte anzeigen
744 740 label_show_completed_versions: Abgeschlossene Versionen anzeigen
745 741 label_sort: Sortierung
746 742 label_sort_by: "Sortiert nach %{value}"
747 743 label_sort_higher: Eins höher
748 744 label_sort_highest: An den Anfang
749 745 label_sort_lower: Eins tiefer
750 746 label_sort_lowest: Ans Ende
751 747 label_spent_time: Aufgewendete Zeit
752 748 label_statistics: Statistiken
753 749 label_status_transitions: Statusänderungen
754 750 label_stay_logged_in: Angemeldet bleiben
755 751 label_string: Text
756 752 label_subproject_new: Neues Unterprojekt
757 753 label_subproject_plural: Unterprojekte
758 754 label_subtask_plural: Unteraufgaben
759 755 label_tag: Markierung
760 756 label_text: Langer Text
761 757 label_theme: Design-Stil
762 758 label_this_month: aktueller Monat
763 759 label_this_week: aktuelle Woche
764 760 label_this_year: aktuelles Jahr
765 761 label_time_entry_plural: Benötigte Zeit
766 762 label_time_tracking: Zeiterfassung
767 763 label_today: heute
768 764 label_topic_plural: Themen
769 765 label_total: Gesamtzahl
770 766 label_total_time: Gesamtzeit
771 767 label_tracker: Tracker
772 768 label_tracker_new: Neuer Tracker
773 769 label_tracker_plural: Tracker
774 770 label_unknown_plugin: Unbekanntes Plugin
775 771 label_update_issue_done_ratios: Ticket-Fortschritt aktualisieren
776 772 label_updated_time: "Vor %{value} aktualisiert"
777 773 label_updated_time_by: "Von %{author} vor %{age} aktualisiert"
778 774 label_used_by: Benutzt von
779 775 label_user: Benutzer
780 776 label_user_activity: "Aktivität von %{value}"
781 777 label_user_anonymous: Anonym
782 778 label_user_mail_no_self_notified: "Ich möchte nicht über Änderungen benachrichtigt werden, die ich selbst durchführe."
783 779 label_user_mail_option_all: "Für alle Ereignisse in all meinen Projekten"
784 780 label_user_mail_option_none: Keine Ereignisse
785 781 label_user_mail_option_only_my_events: Nur für Aufgaben die ich beobachte oder an welchen ich mitarbeite
786 782 label_user_mail_option_selected: "Für alle Ereignisse in den ausgewählten Projekten"
787 783 label_user_new: Neuer Benutzer
788 784 label_user_plural: Benutzer
789 785 label_user_search: "Nach Benutzer suchen:"
790 786 label_users_visibility_all: Alle aktiven Benutzer
791 787 label_users_visibility_members_of_visible_projects: Mitglieder von sichtbaren Projekten
792 788 label_version: Version
793 789 label_version_new: Neue Version
794 790 label_version_plural: Versionen
795 791 label_version_sharing_descendants: Mit Unterprojekten
796 792 label_version_sharing_hierarchy: Mit Projekthierarchie
797 793 label_version_sharing_none: Nicht gemeinsam verwenden
798 794 label_version_sharing_system: Mit allen Projekten
799 795 label_version_sharing_tree: Mit Projektbaum
800 796 label_view_all_revisions: Alle Revisionen anzeigen
801 797 label_view_diff: Unterschiede anzeigen
802 798 label_view_revisions: Revisionen anzeigen
803 799 label_visibility_private: nur für mich
804 800 label_visibility_public: für jeden Benutzer
805 801 label_visibility_roles: nur für diese Rollen
806 802 label_watched_issues: Beobachtete Tickets
807 803 label_week: Woche
808 804 label_wiki: Wiki
809 805 label_wiki_content_added: Wiki-Seite hinzugefügt
810 806 label_wiki_content_updated: Wiki-Seite aktualisiert
811 807 label_wiki_edit: Wiki-Bearbeitung
812 808 label_wiki_edit_plural: Wiki-Bearbeitungen
813 809 label_wiki_page: Wiki-Seite
814 810 label_wiki_page_plural: Wiki-Seiten
815 811 label_wiki_page_new: Neue Wiki-Seite
816 812 label_workflow: Workflow
817 813 label_x_closed_issues_abbr:
818 814 zero: 0 geschlossen
819 815 one: 1 geschlossen
820 816 other: "%{count} geschlossen"
821 817 label_x_comments:
822 818 zero: keine Kommentare
823 819 one: 1 Kommentar
824 820 other: "%{count} Kommentare"
825 821 label_x_issues:
826 822 zero: 0 Tickets
827 823 one: 1 Ticket
828 824 other: "%{count} Tickets"
829 825 label_x_open_issues_abbr:
830 826 zero: 0 offen
831 827 one: 1 offen
832 828 other: "%{count} offen"
833 829 label_x_projects:
834 830 zero: keine Projekte
835 831 one: 1 Projekt
836 832 other: "%{count} Projekte"
837 833 label_year: Jahr
838 834 label_yesterday: gestern
839 835
840 836 mail_body_account_activation_request: "Ein neuer Benutzer (%{value}) hat sich registriert. Sein Konto wartet auf Ihre Genehmigung:"
841 837 mail_body_account_information: Ihre Konto-Informationen
842 838 mail_body_account_information_external: "Sie können sich mit Ihrem Konto %{value} anmelden."
843 839 mail_body_lost_password: 'Benutzen Sie den folgenden Link, um Ihr Passwort zu ändern:'
844 840 mail_body_register: 'Um Ihr Konto zu aktivieren, benutzen Sie folgenden Link:'
845 841 mail_body_reminder: "%{count} Tickets, die Ihnen zugewiesen sind, müssen in den nächsten %{days} Tagen abgegeben werden:"
846 842 mail_body_wiki_content_added: "Die Wiki-Seite '%{id}' wurde von %{author} hinzugefügt."
847 843 mail_body_wiki_content_updated: "Die Wiki-Seite '%{id}' wurde von %{author} aktualisiert."
848 844 mail_subject_account_activation_request: "Antrag auf %{value} Kontoaktivierung"
849 845 mail_subject_lost_password: "Ihr %{value} Passwort"
850 846 mail_subject_register: "%{value} Kontoaktivierung"
851 847 mail_subject_reminder: "%{count} Tickets müssen in den nächsten %{days} Tagen abgegeben werden"
852 848 mail_subject_wiki_content_added: "Wiki-Seite '%{id}' hinzugefügt"
853 849 mail_subject_wiki_content_updated: "Wiki-Seite '%{id}' erfolgreich aktualisiert"
854 850 mail_subject_security_notification: "Sicherheitshinweis"
855 851 mail_body_security_notification_change: "%{field} wurde geändert."
856 852 mail_body_security_notification_change_to: "%{field} wurde geändert zu %{value}."
857 853 mail_body_security_notification_add: "%{field} %{value} wurde hinzugefügt."
858 854 mail_body_security_notification_remove: "%{field} %{value} wurde entfernt."
859 855 mail_body_security_notification_notify_enabled: "E-Mail-Adresse %{value} erhält nun Benachrichtigungen."
860 856 mail_body_security_notification_notify_disabled: "E-Mail-Adresse %{value} erhält keine Benachrichtigungen mehr."
861 857
862 858 notice_account_activated: Ihr Konto ist aktiviert. Sie können sich jetzt anmelden.
863 859 notice_account_deleted: Ihr Benutzerkonto wurde unwiderruflich gelöscht.
864 860 notice_account_invalid_credentials: Benutzer oder Passwort ist ungültig.
865 861 notice_account_lost_email_sent: Eine E-Mail mit Anweisungen, ein neues Passwort zu wählen, wurde Ihnen geschickt.
866 862 notice_account_locked: Ihr Konto ist gesperrt.
867 863 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>.
868 864 notice_account_password_updated: Passwort wurde erfolgreich aktualisiert.
869 865 notice_account_pending: "Ihr Konto wurde erstellt und wartet jetzt auf die Genehmigung des Administrators."
870 866 notice_account_register_done: Konto wurde erfolgreich angelegt. Eine E-Mail mit weiteren Instruktionen zur Kontoaktivierung wurde an %{email} gesendet.
871 867 notice_account_unknown_email: Unbekannter Benutzer.
872 868 notice_account_updated: Konto wurde erfolgreich aktualisiert.
873 869 notice_account_wrong_password: Falsches Passwort.
874 870 notice_api_access_key_reseted: Ihr API-Zugriffsschlüssel wurde zurückgesetzt.
875 871 notice_can_t_change_password: Dieses Konto verwendet eine externe Authentifizierungs-Quelle. Unmöglich, das Passwort zu ändern.
876 872 notice_default_data_loaded: Die Standard-Konfiguration wurde erfolgreich geladen.
877 873 notice_email_error: "Beim Senden einer E-Mail ist ein Fehler aufgetreten (%{value})."
878 874 notice_email_sent: "Eine E-Mail wurde an %{value} gesendet."
879 875 notice_failed_to_save_issues: "%{count} von %{total} ausgewählten Tickets konnte(n) nicht gespeichert werden: %{ids}."
880 876 notice_failed_to_save_members: "Benutzer konnte nicht gespeichert werden: %{errors}."
881 877 notice_failed_to_save_time_entries: "%{count} von %{total} ausgewählten Zeiteinträgen konnte(n) nicht gespeichert werden: %{ids}"
882 878 notice_feeds_access_key_reseted: Ihr Atom-Zugriffsschlüssel wurde zurückgesetzt.
883 879 notice_file_not_found: Anhang existiert nicht oder ist gelöscht worden.
884 880 notice_gantt_chart_truncated: Die Grafik ist unvollständig, da das Maximum der anzeigbaren Aufgaben überschritten wurde (%{max})
885 881 notice_issue_done_ratios_updated: Der Ticket-Fortschritt wurde aktualisiert.
886 882 notice_issue_successful_create: Ticket %{id} erstellt.
887 883 notice_issue_update_conflict: Das Ticket wurde während Ihrer Bearbeitung von einem anderen Nutzer überarbeitet.
888 884 notice_locking_conflict: Datum wurde von einem anderen Benutzer geändert.
889 885 notice_new_password_must_be_different: Das neue Passwort muss sich vom dem Aktuellen unterscheiden
890 886 notice_no_issue_selected: "Kein Ticket ausgewählt! Bitte wählen Sie die Tickets, die Sie bearbeiten möchten."
891 887 notice_not_authorized: Sie sind nicht berechtigt, auf diese Seite zuzugreifen.
892 888 notice_not_authorized_archived_project: Das Projekt wurde archiviert und ist daher nicht verfügbar.
893 889 notice_successful_connection: Verbindung erfolgreich.
894 890 notice_successful_create: Erfolgreich angelegt
895 891 notice_successful_delete: Erfolgreich gelöscht.
896 892 notice_successful_update: Erfolgreich aktualisiert.
897 893 notice_unable_delete_time_entry: Der Zeiterfassungseintrag konnte nicht gelöscht werden.
898 894 notice_unable_delete_version: Die Version konnte nicht gelöscht werden.
899 895 notice_user_successful_create: Benutzer %{id} angelegt.
900 896
901 897 permission_add_issue_notes: Kommentare hinzufügen
902 898 permission_add_issue_watchers: Beobachter hinzufügen
903 899 permission_add_issues: Tickets hinzufügen
904 900 permission_add_messages: Forenbeiträge hinzufügen
905 901 permission_add_project: Projekt erstellen
906 902 permission_add_subprojects: Unterprojekte erstellen
907 903 permission_add_documents: Dokumente hinzufügen
908 904 permission_browse_repository: Repository ansehen
909 905 permission_close_project: Schließen / erneutes Öffnen eines Projekts
910 906 permission_comment_news: News kommentieren
911 907 permission_commit_access: Commit-Zugriff
912 908 permission_delete_issue_watchers: Beobachter löschen
913 909 permission_delete_issues: Tickets löschen
914 910 permission_delete_messages: Forenbeiträge löschen
915 911 permission_delete_own_messages: Eigene Forenbeiträge löschen
916 912 permission_delete_wiki_pages: Wiki-Seiten löschen
917 913 permission_delete_wiki_pages_attachments: Anhänge löschen
918 914 permission_delete_documents: Dokumente löschen
919 915 permission_edit_issue_notes: Kommentare bearbeiten
920 916 permission_edit_issues: Tickets bearbeiten
921 917 permission_edit_messages: Forenbeiträge bearbeiten
922 918 permission_edit_own_issue_notes: Eigene Kommentare bearbeiten
923 919 permission_edit_own_messages: Eigene Forenbeiträge bearbeiten
924 920 permission_edit_own_time_entries: Selbst gebuchte Aufwände bearbeiten
925 921 permission_edit_project: Projekt bearbeiten
926 922 permission_edit_time_entries: Gebuchte Aufwände bearbeiten
927 923 permission_edit_wiki_pages: Wiki-Seiten bearbeiten
928 924 permission_edit_documents: Dokumente bearbeiten
929 925 permission_export_wiki_pages: Wiki-Seiten exportieren
930 926 permission_log_time: Aufwände buchen
931 927 permission_manage_boards: Foren verwalten
932 928 permission_manage_categories: Ticket-Kategorien verwalten
933 929 permission_manage_files: Dateien verwalten
934 930 permission_manage_issue_relations: Ticket-Beziehungen verwalten
935 931 permission_manage_members: Mitglieder verwalten
936 932 permission_manage_news: News verwalten
937 933 permission_manage_project_activities: Aktivitäten (Zeiterfassung) verwalten
938 934 permission_manage_public_queries: Öffentliche Filter verwalten
939 935 permission_manage_related_issues: Zugehörige Tickets verwalten
940 936 permission_manage_repository: Repository verwalten
941 937 permission_manage_subtasks: Unteraufgaben verwalten
942 938 permission_manage_versions: Versionen verwalten
943 939 permission_manage_wiki: Wiki verwalten
944 940 permission_move_issues: Tickets verschieben
945 941 permission_protect_wiki_pages: Wiki-Seiten schützen
946 942 permission_rename_wiki_pages: Wiki-Seiten umbenennen
947 943 permission_save_queries: Filter speichern
948 944 permission_select_project_modules: Projektmodule auswählen
949 945 permission_set_issues_private: Tickets privat oder öffentlich markieren
950 946 permission_set_notes_private: Kommentar als privat markieren
951 947 permission_set_own_issues_private: Eigene Tickets privat oder öffentlich markieren
952 948 permission_view_calendar: Kalender ansehen
953 949 permission_view_changesets: Changesets ansehen
954 950 permission_view_documents: Dokumente ansehen
955 951 permission_view_files: Dateien ansehen
956 952 permission_view_gantt: Gantt-Diagramm ansehen
957 953 permission_view_issue_watchers: Liste der Beobachter ansehen
958 954 permission_view_issues: Tickets anzeigen
959 955 permission_view_messages: Forenbeiträge ansehen
960 956 permission_view_private_notes: Private Kommentare sehen
961 957 permission_view_time_entries: Gebuchte Aufwände ansehen
962 958 permission_view_wiki_edits: Wiki-Versionsgeschichte ansehen
963 959 permission_view_wiki_pages: Wiki ansehen
964 960
965 961 project_module_boards: Foren
966 962 project_module_calendar: Kalender
967 963 project_module_documents: Dokumente
968 964 project_module_files: Dateien
969 965 project_module_gantt: Gantt
970 966 project_module_issue_tracking: Tickets
971 967 project_module_news: News
972 968 project_module_repository: Repository
973 969 project_module_time_tracking: Zeiterfassung
974 970 project_module_wiki: Wiki
975 971 project_status_active: aktiv
976 972 project_status_archived: archiviert
977 973 project_status_closed: geschlossen
978 974
979 975 setting_activity_days_default: Anzahl Tage pro Seite der Projekt-Aktivität
980 976 setting_app_subtitle: Applikationsuntertitel
981 977 setting_app_title: Applikationstitel
982 978 setting_attachment_max_size: Max. Dateigröße
983 979 setting_autofetch_changesets: Changesets automatisch abrufen
984 980 setting_autologin: Automatische Anmeldung läuft ab nach
985 981 setting_bcc_recipients: E-Mails als Blindkopie (BCC) senden
986 982 setting_cache_formatted_text: Formatierten Text im Cache speichern
987 983 setting_commit_cross_project_ref: Erlauben Tickets aller anderen Projekte zu referenzieren
988 984 setting_commit_fix_keywords: Schlüsselwörter (Status)
989 985 setting_commit_logtime_activity_id: Aktivität für die Zeiterfassung
990 986 setting_commit_logtime_enabled: Aktiviere Zeiterfassung via Commit-Nachricht
991 987 setting_commit_ref_keywords: Schlüsselwörter (Beziehungen)
992 988 setting_cross_project_issue_relations: Ticket-Beziehungen zwischen Projekten erlauben
993 989 setting_cross_project_subtasks: Projektübergreifende Unteraufgaben erlauben
994 990 setting_date_format: Datumsformat
995 991 setting_default_issue_start_date_to_creation_date: Aktuelles Datum als Beginn für neue Tickets verwenden
996 992 setting_default_language: Standardsprache
997 993 setting_default_notification_option: Standard Benachrichtigungsoptionen
998 994 setting_default_projects_modules: Standardmäßig aktivierte Module für neue Projekte
999 995 setting_default_projects_public: Neue Projekte sind standardmäßig öffentlich
1000 996 setting_default_projects_tracker_ids: Standardmäßig aktivierte Tracker für neue Projekte
1001 997 setting_diff_max_lines_displayed: Maximale Anzahl anzuzeigender Diff-Zeilen
1002 998 setting_display_subprojects_issues: Tickets von Unterprojekten im Hauptprojekt anzeigen
1003 999 setting_emails_footer: E-Mail-Fußzeile
1004 1000 setting_emails_header: E-Mail-Kopfzeile
1005 1001 setting_enabled_scm: Aktivierte Versionskontrollsysteme
1006 1002 setting_feeds_limit: Max. Anzahl Einträge pro Atom-Feed
1007 1003 setting_file_max_size_displayed: Maximale Größe inline angezeigter Textdateien
1008 1004 setting_force_default_language_for_anonymous: Standardsprache für anonyme Benutzer erzwingen
1009 1005 setting_force_default_language_for_loggedin: Standardsprache für angemeldete Benutzer erzwingen
1010 1006 setting_gantt_items_limit: Maximale Anzahl von Aufgaben die im Gantt-Chart angezeigt werden
1011 1007 setting_gravatar_default: Standard-Gravatar-Bild
1012 1008 setting_gravatar_enabled: Gravatar-Benutzerbilder benutzen
1013 1009 setting_host_name: Hostname
1014 1010 setting_issue_done_ratio: Berechne den Ticket-Fortschritt mittels
1015 1011 setting_issue_done_ratio_issue_field: Ticket-Feld % erledigt
1016 1012 setting_issue_done_ratio_issue_status: Ticket-Status
1017 1013 setting_issue_group_assignment: Ticketzuweisung an Gruppen erlauben
1018 1014 setting_issue_list_default_columns: Standard-Spalten in der Ticket-Auflistung
1019 1015 setting_issues_export_limit: Max. Anzahl Tickets bei CSV/PDF-Export
1020 1016 setting_jsonp_enabled: JSONP Unterstützung aktivieren
1021 1017 setting_link_copied_issue: Tickets beim Kopieren verlinken
1022 1018 setting_login_required: Authentifizierung erforderlich
1023 1019 setting_mail_from: E-Mail-Absender
1024 1020 setting_mail_handler_api_enabled: Abruf eingehender E-Mails aktivieren
1025 1021 setting_mail_handler_api_key: API-Schlüssel für eingehende E-Mails
1026 1022 setting_sys_api_key: API-Schlüssel für Webservice zur Repository-Verwaltung
1027 1023 setting_mail_handler_body_delimiters: "Schneide E-Mails nach einer dieser Zeilen ab"
1028 1024 setting_mail_handler_excluded_filenames: Anhänge nach Namen ausschließen
1029 1025 setting_new_project_user_role_id: Rolle, die einem Nicht-Administrator zugeordnet wird, der ein Projekt erstellt
1030 1026 setting_non_working_week_days: Arbeitsfreie Tage
1031 1027 setting_openid: Erlaube OpenID-Anmeldung und -Registrierung
1032 1028 setting_password_min_length: Mindestlänge des Passworts
1033 1029 setting_password_max_age: Erzwinge Passwortwechsel nach
1034 1030 setting_lost_password: Erlaube Passwort-Zurücksetzen per E-Mail
1035 1031 setting_per_page_options: Objekte pro Seite
1036 1032 setting_plain_text_mail: Nur reinen Text (kein HTML) senden
1037 1033 setting_protocol: Protokoll
1038 1034 setting_repositories_encodings: Kodierung von Anhängen und Repositories
1039 1035 setting_repository_log_display_limit: Maximale Anzahl anzuzeigender Revisionen in der Historie einer Datei
1040 1036 setting_rest_api_enabled: REST-Schnittstelle aktivieren
1041 1037 setting_self_registration: Registrierung ermöglichen
1042 1038 setting_sequential_project_identifiers: Fortlaufende Projektkennungen generieren
1043 1039 setting_session_lifetime: Längste Dauer einer Sitzung
1044 1040 setting_session_timeout: Zeitüberschreitung bei Inaktivität
1045 1041 setting_start_of_week: Wochenanfang
1046 1042 setting_sys_api_enabled: Webservice zur Verwaltung der Repositories benutzen
1047 1043 setting_text_formatting: Textformatierung
1048 1044 setting_thumbnails_enabled: Vorschaubilder von Dateianhängen anzeigen
1049 1045 setting_thumbnails_size: Größe der Vorschaubilder (in Pixel)
1050 1046 setting_time_format: Zeitformat
1051 1047 setting_timespan_format: Format für Zeitspannen
1052 1048 setting_unsubscribe: Erlaubt Benutzern das eigene Benutzerkonto zu löschen
1053 1049 setting_user_format: Benutzer-Anzeigeformat
1054 1050 setting_welcome_text: Willkommenstext
1055 1051 setting_wiki_compression: Wiki-Historie komprimieren
1056 1052
1057 1053 status_active: aktiv
1058 1054 status_locked: gesperrt
1059 1055 status_registered: nicht aktivierte
1060 1056
1061 1057 text_account_destroy_confirmation: "Möchten Sie wirklich fortfahren?\nIhr Benutzerkonto wird für immer gelöscht und kann nicht wiederhergestellt werden."
1062 1058 text_are_you_sure: Sind Sie sicher?
1063 1059 text_assign_time_entries_to_project: Gebuchte Aufwände dem Projekt zuweisen
1064 1060 text_caracters_maximum: "Max. %{count} Zeichen."
1065 1061 text_caracters_minimum: "Muss mindestens %{count} Zeichen lang sein."
1066 1062 text_comma_separated: Mehrere Werte erlaubt (durch Komma getrennt).
1067 1063 text_convert_available: ImageMagick-Konvertierung verfügbar (optional)
1068 1064 text_custom_field_possible_values_info: 'Eine Zeile pro Wert'
1069 1065 text_default_administrator_account_changed: Administrator-Passwort geändert
1070 1066 text_destroy_time_entries: Gebuchte Aufwände löschen
1071 1067 text_destroy_time_entries_question: Es wurden bereits %{hours} Stunden auf dieses Ticket gebucht. Was soll mit den Aufwänden geschehen?
1072 1068 text_diff_truncated: '... Dieser Diff wurde abgeschnitten, weil er die maximale Anzahl anzuzeigender Zeilen überschreitet.'
1073 1069 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."
1074 1070 text_enumeration_category_reassign_to: 'Die Objekte stattdessen diesem Wert zuordnen:'
1075 1071 text_enumeration_destroy_question: "%{count} Objekt(e) sind diesem Wert zugeordnet."
1076 1072 text_file_repository_writable: Verzeichnis für Dateien beschreibbar
1077 1073 text_git_repository_note: Repository steht für sich alleine (bare) und liegt lokal (z.B. /gitrepo, c:\gitrepo)
1078 1074 text_issue_added: "Ticket %{id} wurde erstellt von %{author}."
1079 1075 text_issue_category_destroy_assignments: Kategorie-Zuordnung entfernen
1080 1076 text_issue_category_destroy_question: "Einige Tickets (%{count}) sind dieser Kategorie zugeordnet. Was möchten Sie tun?"
1081 1077 text_issue_category_reassign_to: Tickets dieser Kategorie zuordnen
1082 1078 text_issue_conflict_resolution_add_notes: Meine Änderungen übernehmen und alle anderen Änderungen verwerfen
1083 1079 text_issue_conflict_resolution_cancel: Meine Änderungen verwerfen und %{link} neu anzeigen
1084 1080 text_issue_conflict_resolution_overwrite: Meine Änderungen trotzdem übernehmen (vorherige Notizen bleiben erhalten aber manche können überschrieben werden)
1085 1081 text_issue_updated: "Ticket %{id} wurde aktualisiert von %{author}."
1086 1082 text_issues_destroy_confirmation: 'Sind Sie sicher, dass Sie die ausgewählten Tickets löschen möchten?'
1087 1083 text_issues_destroy_descendants_confirmation: Dies wird auch %{count} Unteraufgabe/n löschen.
1088 1084 text_issues_ref_in_commit_messages: Ticket-Beziehungen und -Status in Commit-Nachrichten
1089 1085 text_journal_added: "%{label} %{value} wurde hinzugefügt"
1090 1086 text_journal_changed: "%{label} wurde von %{old} zu %{new} geändert"
1091 1087 text_journal_changed_no_detail: "%{label} aktualisiert"
1092 1088 text_journal_deleted: "%{label} %{old} wurde gelöscht"
1093 1089 text_journal_set_to: "%{label} wurde auf %{value} gesetzt"
1094 1090 text_length_between: "Länge zwischen %{min} und %{max} Zeichen."
1095 1091 text_line_separated: Mehrere Werte sind erlaubt (eine Zeile pro Wert).
1096 1092 text_load_default_configuration: Standard-Konfiguration laden
1097 1093 text_mercurial_repository_note: Lokales Repository (e.g. /hgrepo, c:\hgrepo)
1098 1094 text_min_max_length_info: 0 heißt keine Beschränkung
1099 1095 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."
1100 1096 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?"
1101 1097 text_plugin_assets_writable: Verzeichnis für Plugin-Assets beschreibbar
1102 1098 text_project_closed: Dieses Projekt ist geschlossen und kann nicht bearbeitet werden.
1103 1099 text_project_destroy_confirmation: Sind Sie sicher, dass Sie das Projekt löschen wollen?
1104 1100 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.'
1105 1101 text_reassign_time_entries: 'Gebuchte Aufwände diesem Ticket zuweisen:'
1106 1102 text_regexp_info: z. B. ^[A-Z0-9]+$
1107 1103 text_repository_identifier_info: 'Kleinbuchstaben (a-z), Ziffern, Binde- und Unterstriche erlaubt.<br />Einmal gespeichert, kann die Kennung nicht mehr geändert werden.'
1108 1104 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."
1109 1105 text_rmagick_available: RMagick verfügbar (optional)
1110 1106 text_scm_command: Kommando
1111 1107 text_scm_command_not_available: SCM-Kommando ist nicht verfügbar. Bitte prüfen Sie die Einstellungen im Administrationspanel.
1112 1108 text_scm_command_version: Version
1113 1109 text_scm_config: Die SCM-Kommandos können in der in config/configuration.yml konfiguriert werden. Redmine muss anschließend neu gestartet werden.
1114 1110 text_scm_path_encoding_note: "Standard: UTF-8"
1115 1111 text_select_mail_notifications: Bitte wählen Sie die Aktionen aus, für die eine Mailbenachrichtigung gesendet werden soll.
1116 1112 text_select_project_modules: 'Bitte wählen Sie die Module aus, die in diesem Projekt aktiviert sein sollen:'
1117 1113 text_session_expiration_settings: "Achtung: Änderungen können aktuelle Sitzungen beenden, Ihre eingeschlossen!"
1118 1114 text_status_changed_by_changeset: "Status geändert durch Changeset %{value}."
1119 1115 text_subprojects_destroy_warning: "Dessen Unterprojekte (%{value}) werden ebenfalls gelöscht."
1120 1116 text_subversion_repository_note: 'Beispiele: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
1121 1117 text_time_entries_destroy_confirmation: Sind Sie sicher, dass Sie die ausgewählten Zeitaufwände löschen möchten?
1122 1118 text_time_logged_by_changeset: Angewendet in Changeset %{value}.
1123 1119 text_tip_issue_begin_day: Aufgabe, die an diesem Tag beginnt
1124 1120 text_tip_issue_begin_end_day: Aufgabe, die an diesem Tag beginnt und endet
1125 1121 text_tip_issue_end_day: Aufgabe, die an diesem Tag endet
1126 1122 text_tracker_no_workflow: Kein Workflow für diesen Tracker definiert.
1127 1123 text_turning_multiple_off: Wenn Sie die Mehrfachauswahl deaktivieren, werden Felder mit Mehrfachauswahl bereinigt.
1128 1124 Dadurch wird sichergestellt, dass lediglich ein Wert pro Feld ausgewählt ist.
1129 1125 text_unallowed_characters: Nicht erlaubte Zeichen
1130 1126 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)."
1131 1127 text_user_wrote: "%{value} schrieb:"
1132 1128 text_warn_on_leaving_unsaved: Die aktuellen Änderungen gehen verloren, wenn Sie diese Seite verlassen.
1133 1129 text_wiki_destroy_confirmation: Sind Sie sicher, dass Sie dieses Wiki mit sämtlichem Inhalt löschen möchten?
1134 1130 text_wiki_page_destroy_children: Lösche alle Unterseiten
1135 1131 text_wiki_page_destroy_question: "Diese Seite hat %{descendants} Unterseite(n). Was möchten Sie tun?"
1136 1132 text_wiki_page_nullify_children: Verschiebe die Unterseiten auf die oberste Ebene
1137 1133 text_wiki_page_reassign_children: Ordne die Unterseiten dieser Seite zu
1138 1134 text_workflow_edit: Workflow zum Bearbeiten auswählen
1139 1135 text_zoom_in: Ansicht vergrößern
1140 1136 text_zoom_out: Ansicht verkleinern
1141 1137
1142 1138 version_status_closed: abgeschlossen
1143 1139 version_status_locked: gesperrt
1144 1140 version_status_open: offen
1145 1141
1146 1142 warning_attachments_not_saved: "%{count} Datei(en) konnten nicht gespeichert werden."
1147 1143 label_search_attachments_yes: Namen und Beschreibungen von Anhängen durchsuchen
1148 1144 label_search_attachments_no: Keine Anhänge suchen
1149 1145 label_search_attachments_only: Nur Anhänge suchen
1150 1146 label_search_open_issues_only: Nur offene Tickets
1151 1147 field_address: E-Mail
1152 1148 setting_max_additional_emails: Maximale Anzahl zusätzlicher E-Mailadressen
1153 1149 label_email_address_plural: E-Mails
1154 1150 label_email_address_add: E-Mailadresse hinzufügen
1155 1151 label_enable_notifications: Benachrichtigungen aktivieren
1156 1152 label_disable_notifications: Benachrichtigungen deaktivieren
1157 1153 setting_search_results_per_page: Suchergebnisse pro Seite
1158 1154 label_blank_value: leer
1159 1155 permission_copy_issues: Tickets kopieren
1160 1156 error_password_expired: Ihr Passwort ist abgelaufen oder der Administrator verlangt eine Passwortänderung.
1161 1157 field_time_entries_visibility: Zeiten-Sichtbarkeit
1162 1158 field_remote_ip: IP-Adresse
1163 1159 label_parent_task_attributes: Eigenschaften übergeordneter Aufgaben
1164 1160 label_parent_task_attributes_derived: Abgeleitet von Unteraufgaben
1165 1161 label_parent_task_attributes_independent: Unabhängig von Unteraufgaben
1166 1162 label_time_entries_visibility_all: Alle Zeitaufwände
1167 1163 label_time_entries_visibility_own: Nur eigene Aufwände
1168 1164 label_member_management: Mitglieder verwalten
1169 1165 label_member_management_all_roles: Alle Rollen
1170 1166 label_member_management_selected_roles_only: Nur diese Rollen
1171 1167 label_total_spent_time: Aufgewendete Zeit aller Projekte anzeigen
1172 1168 notice_import_finished: "%{count} Einträge wurden importiert"
1173 1169 notice_import_finished_with_errors: "%{count} von %{total} Einträgen konnten nicht importiert werden"
1174 1170 error_invalid_file_encoding: Die Datei ist keine gültige %{encoding} kodierte Datei
1175 1171 error_invalid_csv_file_or_settings: Die Datei ist keine CSV-Datei oder entspricht nicht den Einstellungen unten
1176 1172 error_can_not_read_import_file: Beim Einlesen der Datei ist ein Fehler aufgetreten
1177 1173 permission_import_issues: Tickets importieren
1178 1174 label_import_issues: Tickets importieren
1179 1175 label_select_file_to_import: Bitte wählen Sie eine Datei für den Import aus
1180 1176 label_fields_separator: Trennzeichen
1181 1177 label_fields_wrapper: Textqualifizierer
1182 1178 label_encoding: Kodierung
1183 1179 label_comma_char: Komma
1184 1180 label_semi_colon_char: Semikolon
1185 1181 label_quote_char: Anführungszeichen
1186 1182 label_double_quote_char: Doppelte Anführungszeichen
1187 1183 label_fields_mapping: Zuordnung der Felder
1188 1184 label_file_content_preview: Inhaltsvorschau
1189 1185 label_create_missing_values: Ergänze fehlende Werte
1190 1186 button_import: Importieren
1191 1187 field_total_estimated_hours: Summe des geschätzten Aufwands
1192 1188 label_api: API
1193 1189 label_total_plural: Summe
1194 1190 label_assigned_issues: Zugewiesene Tickets
1195 1191 label_field_format_enumeration: Eigenschaft/Wert-Paare
1196 1192 label_f_hour_short: '%{value} h'
1197 1193 field_default_version: Standard-Version
1198 1194 error_attachment_extension_not_allowed: Der Dateityp %{extension} des Anhangs ist nicht zugelassen
1199 1195 setting_attachment_extensions_allowed: Zugelassene Dateitypen
1200 1196 setting_attachment_extensions_denied: Nicht zugelassene Dateitypen
1201 1197 label_any_open_issues: irgendein offenes Ticket
1202 1198 label_no_open_issues: kein offenes Ticket
1203 1199 label_default_values_for_new_users: Standardwerte für neue Benutzer
1204 1200 error_ldap_bind_credentials: Ungültiges LDAP Konto/Passwort
1205 1201 mail_body_settings_updated: ! 'Die folgenden Einstellungen wurden geändert:'
1206 1202 label_relations: Beziehungen
1207 1203 button_filter: Filter
1208 1204 mail_body_password_updated: Ihr Passwort wurde geändert.
1209 1205 error_no_tracker_allowed_for_new_issue_in_project: Für dieses Projekt wurden keine Tracker aktiviert.
1210 1206 label_tracker_all: Alle Tracker
1211 1207 label_new_project_issue_tab_enabled: Tab "Neues Ticket" anzeigen
1212 1208 setting_new_item_menu_tab: Menü zum Anlegen neuer Objekte
1213 1209 label_new_object_tab_enabled: Dropdown-Menü "+" anzeigen
1214 1210 label_table_of_contents: Inhaltsverzeichnis
1215 1211 error_no_projects_with_tracker_allowed_for_new_issue: There are no projects with trackers
1216 1212 for which you can create an issue
1217 1213 field_textarea_font: Font used for text areas
1218 1214 label_font_default: Default font
1219 1215 label_font_monospace: Monospaced font
1220 1216 label_font_proportional: Proportional font
1221 1217 setting_commit_logs_formatting: Apply text formatting to commit messages
1222 1218 setting_mail_handler_enable_regex_delimiters: Enable regular expressions
1223 1219 error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot
1224 1220 be reassigned to an issue that is about to be deleted
1225 1221 setting_timelog_required_fields: Required fields for time logs
1226 1222 label_attribute_of_object: '%{object_name}''s %{name}'
1227 1223 label_user_mail_option_only_assigned: Only for things I watch or I am assigned to
1228 1224 label_user_mail_option_only_owner: Only for things I watch or I am the owner of
1229 1225 warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion
1230 1226 of values from one or more fields on the selected objects
1231 1227 field_updated_by: Updated by
1232 1228 field_last_updated_by: Last updated by
1233 1229 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