c1ca4de3ff5b3738758db824360693933229a051
[timetracker.git] / WEB-INF / resources / sv.lang.php
1 <?php
2 // +----------------------------------------------------------------------+
3 // | Anuko Time Tracker
4 // +----------------------------------------------------------------------+
5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
6 // +----------------------------------------------------------------------+
7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
8 // | by anyone for any purpose, and freely redistributed alone or in
9 // | combination with other software, provided that the license is obeyed.
10 // |
11 // | There are only two ways to violate the license:
12 // |
13 // | 1. To redistribute this code in source form, with the copyright
14 // |    notice or license removed or altered. (Distributing in compiled
15 // |    forms without embedded copyright notices is permitted).
16 // |
17 // | 2. To redistribute modified versions of this code in *any* form
18 // |    that bears insufficient indications that the modifications are
19 // |    not the work of the original author(s).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
31
32 $i18n_language = 'Swedish (Svenska)';
33 $i18n_months = array('Januari', 'Februari', 'Mars', 'April', 'Maj', 'Juni', 'Juli', 'Augusti', 'September', 'Oktober', 'November', 'December');
34 $i18n_weekdays = array('Söndag', 'Måndag', 'Tisdag', 'Onsdag', 'Torsdag', 'Fredag', 'Lördag');
35 $i18n_weekdays_short = array('Sö', 'Må', 'Ti', 'On', 'To', 'Fr', 'Lö');
36 // format mm/dd
37 $i18n_holidays = array('01/01', '01/06', '05/01', '06/06', '12/25', '12/26'); // OBS! Endast fasta helgdagar, då rörliga datum måste uppdateras varje år.
38
39 $i18n_key_words = array(
40
41 // Menus - short selection strings that are displayed on top of application web pages.
42 // Example: https://timetracker.anuko.com (black menu on top).
43 'menu.login' => 'Logga in',
44 'menu.logout' => 'Logga ut',
45 'menu.forum' => 'Forum',
46 'menu.help' => 'Hjälp',
47 'menu.create_group' => 'Skapa grupp',
48 'menu.profile' => 'Profil',
49 'menu.group' => 'Grupp',
50 'menu.plugins' => 'Tillägg',
51 'menu.time' => 'Tider',
52 'menu.expenses' => 'Kostnader',
53 'menu.reports' => 'Rapporter',
54 // TODO: translate the following.
55 // 'menu.timesheets' => 'Timesheets',
56 'menu.charts' => 'Diagram',
57 'menu.projects' => 'Projekt',
58 'menu.tasks' => 'Arbetsuppgifter',
59 'menu.users' => 'Användare',
60 'menu.groups' => 'Grupper',
61 // TODO: translate the following.
62 // 'menu.subgroups' => 'Subgroups',
63 'menu.export' => 'Exportera',
64 'menu.clients' => 'Kunder',
65 'menu.options' => 'Alternativ',
66
67 // Footer - strings on the bottom of most pages.
68 'footer.contribute_msg' => 'Det finns många sätt du kan bidra till Anuko Time Tracker.',
69 'footer.credits' => 'Tack till',
70 'footer.license' => 'Licens',
71 'footer.improve' => 'Bidra',
72
73
74 // Error messages.
75 'error.access_denied' => 'Åtkomst nekad.',
76 'error.sys' => 'Systemfel.',
77 'error.db' => 'Databasfel.',
78 // TODO: translate the following.
79 // 'error.feature_disabled' => 'Feature is disabled.',
80 'error.field' => '"{0}" innehåller ett felaktigt värde.',
81 'error.empty' => '"{0}" kan inte vara tomt.',
82 'error.not_equal' => '"{0}" matchar inte "{1}".',
83 'error.interval' => '"{0}" måste vara större än "{1}".',
84 'error.project' => 'Välj ett projekt.',
85 'error.task' => 'Välj en arbetsuppgift.',
86 'error.client' => 'Välj en kund.',
87 'error.report' => 'Välj en rapport.',
88 // TODO: translate the following.
89 // 'error.record' => 'Select record.',
90 'error.auth' => 'Ogiltigt användarnamn eller lösenord.',
91 'error.user_exists' => 'Det finns redan en användare med det här användarnamnet.',
92 // TODO: translate the following.
93 // 'error.object_exists' => 'Object with this name already exists.',
94 'error.invoice_exists' => 'Det finns redan en faktura med det här numret.',
95 // TODO: translate the following.
96 // 'error.role_exists' => 'Role with this rank already exists.',
97 'error.no_invoiceable_items' => 'Det finns inga debiterbara tidsregistreringar.',
98 // TODO: translate the following.
99 // 'error.no_records' => 'There are no records.',
100 'error.no_login' => 'Det finns ingen användare med det här användarnamnet.',
101 'error.no_groups' => 'Databasen är tom. Logga in som administratör och skapa en ny grupp.',
102 'error.upload' => 'Ett fel uppstod när filen laddades upp.',
103 'error.range_locked' => 'Datumintervallet är låst.',
104 'error.mail_send' => 'Ett fel uppstod när när e-postmeddelandet skulle skickas.',
105 // TODO: improve the translation above by adding MAIL_SMTP_DEBUG part.
106 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
107 'error.no_email' => 'Det finns ingen e-postadress kopplad till det här användarnamnet.',
108 'error.uncompleted_exists' => 'En oavslutad registrering existerar redan. Avsluta eller ta bort den.',
109 'error.goto_uncompleted' => 'Visa registrering.',
110 'error.overlap' => 'Tidsintervallet överlappar med en redan existerande tidsregistrering.',
111 'error.future_date' => 'Det går inte att registrera tider framåt i tiden.',
112 // TODO: translate the following.
113 // 'error.xml' => 'Error in XML file at line %d: %s.',
114 // 'error.cannot_import' => 'Cannot import: %s.',
115 // 'error.format' => 'Invalid file format.',
116 // 'error.user_count' => 'Limit on user count.',
117 // 'error.expired' => 'Expiration date reached.',
118 // 'error.file_storage' => 'File storage error.',
119
120 // Warning messages.
121 // TODO: translate the following.
122 // 'warn.sure' => 'Are you sure?',
123 // 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.',
124
125 // Success messages.
126 // TODO: translate the following.
127 // 'msg.success' => 'Operation completed successfully.',
128
129 // Labels for buttons.
130 'button.login' => 'Logga in',
131 'button.now' => 'Nu',
132 'button.save' => 'Spara',
133 'button.copy' => 'Kopiera',
134 'button.cancel' => 'Avbryt',
135 'button.submit' => 'Skicka',
136 'button.add' => 'Lägg till',
137 'button.delete' => 'Ta bort',
138 'button.generate' => 'Generera',
139 'button.reset_password' => 'Återställ lösenord',
140 'button.send' => 'Skicka',
141 'button.send_by_email' => 'Skicka som e-post',
142 'button.create_group' => 'Skapa grupp',
143 'button.export' => 'Exportera grupp',
144 'button.import' => 'Importera grupp',
145 'button.close' => 'Stäng',
146 'button.stop' => 'Avsluta',
147 // TODO: translate the following.
148 // 'button.approve' => 'Approve',
149 // 'button.disapprove' => 'Disapprove',
150
151 // Labels for controls on forms. Labels in this section are used on multiple forms.
152 'label.group_name' => 'Namn på grupp',
153 'label.address' => 'Adress',
154 'label.currency' => 'Valuta',
155 'label.manager_name' => 'Namn på ansvarig',
156 'label.manager_login' => 'Användarnamn för ansvarig',
157 'label.person_name' => 'Namn',
158 'label.thing_name' => 'Namn',
159 'label.login' => 'Användarnamn',
160 'label.password' => 'Lösenord',
161 'label.confirm_password' => 'Bekräfta lösenord',
162 'label.email' => 'E-postadress',
163 'label.cc' => 'Kopia',
164 'label.bcc' => 'Hemlig kopia',
165 'label.subject' => 'Ämne',
166 'label.date' => 'Datum',
167 'label.start_date' => 'Startdatum',
168 'label.end_date' => 'Slutdatum',
169 'label.user' => 'Användare',
170 'label.users' => 'Användare',
171 // TODO: translate the following.
172 // 'label.group' => 'Group',
173 // 'label.subgroups' => 'Subgroups',
174 // 'label.roles' => 'Roles',
175 'label.client' => 'Kund',
176 'label.clients' => 'Kunder',
177 'label.option' => 'Alternativ',
178 'label.invoice' => 'Faktura',
179 'label.project' => 'Projekt',
180 'label.projects' => 'Projekt',
181 'label.task' => 'Arbetsuppgift',
182 'label.tasks' => 'Arbetsuppgifter',
183 'label.description' => 'Beskrivning',
184 'label.start' => 'Starttid',
185 'label.finish' => 'Sluttid',
186 'label.duration' => 'Varaktighet',
187 'label.note' => 'Anteckning',
188 // TODO: translate the following.
189 // 'label.notes' => 'Notes',
190 'label.item' => 'Utlägg för',
191 'label.cost' => 'Kostnad',
192 // TODO: translate the following.
193 // 'label.ip' => 'IP',
194 'label.day_total' => 'Dagstotal',
195 'label.week_total' => 'Veckototal',
196 'label.month_total' => 'Månadstotal',
197 'label.today' => 'Idag',
198 'label.view' => 'Visa',
199 'label.edit' => 'Redigera',
200 'label.delete' => 'Ta bort',
201 'label.configure' => 'Konfigurera',
202 'label.select_all' => 'Markera alla',
203 'label.select_none' => 'Avmarkera alla',
204 // TODO: translate the following.
205 // 'label.day_view' => 'Day view',
206 // 'label.week_view' => 'Week view',
207 'label.id' => 'ID',
208 'label.language' => 'Språk',
209 'label.decimal_mark' => 'Decimaltecken',
210 'label.date_format' => 'Datumformat',
211 'label.time_format' => 'Tidsformat',
212 'label.week_start' => 'Första dagen på veckan',
213 'label.comment' => 'Kommentar',
214 'label.status' => 'Status',
215 'label.tax' => 'Moms',
216 'label.subtotal' => 'Delsumma',
217 'label.total' => 'Totalsumma',
218 'label.client_name' => 'Kundnamn',
219 'label.client_address' => 'Kundadress',
220 'label.or' => 'eller',
221 'label.error' => 'Fel',
222 'label.ldap_hint' => 'Fyll i ditt <b>användarnamn och lösenord för Windows</b> i fälten nedan.',
223 'label.required_fields' => '* - Obligatoriska fält',
224 'label.on_behalf' => 'agerar som',
225 'label.role_manager' => '(Ansvarig)',
226 'label.role_comanager' => '(Delansvarig)',
227 'label.role_admin' => '(Administratör)',
228 'label.page' => 'Sida',
229 'label.condition' => 'Villkor',
230 // TODO: translate the following.
231 // 'label.yes' => 'yes',
232 // 'label.no' => 'no',
233 // Labels for plugins (extensions to Time Tracker that provide additional features).
234 'label.custom_fields' => 'Egna fält',
235 'label.monthly_quotas' => 'Månadskvoter',
236 'label.type' => 'Typ',
237 'label.type_dropdown' => 'Rullgardinsmeny',
238 'label.type_text' => 'Text',
239 'label.required' => 'Obligatorisk',
240 'label.fav_report' => 'Sparade rapporter',
241 // TODO: translate the following.
242 // 'label.schedule' => 'Schedule',
243 'label.what_is_it' => 'Vad är detta?',
244 'label.expense' => 'Kostnad',
245 'label.quantity' => 'Antal',
246 // TODO: translate the following.
247 // 'label.paid_status' => 'Paid status',
248 // 'label.paid' => 'Paid',
249 // 'label.mark_paid' => 'Mark paid',
250 // 'label.week_note' => 'Week note',
251 // 'label.week_list' => 'Week list',
252 // 'label.work_units' => 'Work units',
253 // 'label.work_units_short' => 'Units',
254 'label.totals_only' => 'Visa endast summeringar',
255 'label.quota' => 'Kvot',
256 // TODO: translate the following.
257 // 'label.timesheet' => 'Timesheet',
258 // 'label.submitted' => 'Submitted',
259 // 'label.approved' => 'Approved',
260 // 'label.approval' => 'Report approval',
261 // 'label.mark_approved' => 'Mark approved',
262 // 'label.template' => 'Template',
263 // 'label.attachments' => 'Attachments',
264 // 'label.files' => 'Files',
265 // 'label.file' => 'File',
266 // 'label.image' => 'Image',
267 // 'label.download' => 'Download',
268
269 // Rubriker för formulär
270 'title.error' => 'Fel',
271 // TODO: Translate the following.
272 // 'title.success' => 'Success',
273 'title.login' => 'Logga in',
274 'title.groups' => 'Grupper',
275 // TODO: translate the following.
276 // 'title.subgroups' => 'Subgroups',
277 // 'title.add_group' => 'Adding Group',
278 'title.edit_group' => 'Redigera grupp',
279 'title.delete_group' => 'Ta bort grupp',
280 'title.reset_password' => 'Återställ lösenord',
281 'title.change_password' => 'Ändra lösenord',
282 'title.time' => 'Tider',
283 'title.edit_time_record' => 'Redigera tidsregistrering',
284 'title.delete_time_record' => 'Ta bort tidsregistrering',
285 // TODO: Translate the following.
286 // 'title.time_files' => 'Time Record Files',
287 'title.expenses' => 'Kostnader',
288 'title.edit_expense' => 'Redigera kostnad',
289 'title.delete_expense' => 'Ta bort kostnad',
290 'title.predefined_expenses' => 'Fördefinierade kostnader',
291 'title.add_predefined_expense' => 'Lägg till fördefinierad kostnad',
292 'title.edit_predefined_expense' => 'Redigera fördefinierad kostnad',
293 'title.delete_predefined_expense' => 'Ta bort fördefinierad kostnad',
294 'title.reports' => 'Rapporter',
295 'title.report' => 'Rapport',
296 'title.send_report' => 'Skicka rapport',
297 // TODO: Translate the following.
298 // 'title.timesheets' => 'Timesheets',
299 // 'title.timesheet' => 'Timesheet',
300 'title.invoice' => 'Faktura',
301 'title.send_invoice' => 'Skicka faktura',
302 'title.charts' => 'Diagram',
303 'title.projects' => 'Projekt',
304 // TODO: translate the following.
305 // 'title.project_files' => 'Project Files',
306 'title.add_project' => 'Lägg till projekt',
307 'title.edit_project' => 'Redigera projekt',
308 'title.delete_project' => 'Ta bort projekt',
309 'title.tasks' => 'Arbetsuppgifter',
310 'title.add_task' => 'Lägg till arbetsuppgift',
311 'title.edit_task' => 'Redigera arbetsuppgift',
312 'title.delete_task' => 'Ta bort arbetsuppgift',
313 'title.users' => 'Användare',
314 'title.add_user' => 'Lägg till användare',
315 'title.edit_user' => 'Redigera användare',
316 'title.delete_user' => 'Ta bort användare',
317 // TODO: translate the following.
318 // 'title.roles' => 'Roles',
319 // 'title.add_role' => 'Adding Role',
320 // 'title.edit_role' => 'Editing Role',
321 // 'title.delete_role' => 'Deleting Role',
322 'title.clients' => 'Kunder',
323 'title.add_client' => 'Lägg till kund',
324 'title.edit_client' => 'Redigera kund',
325 'title.delete_client' => 'Ta bort kund',
326 'title.invoices' => 'Fakturor',
327 'title.add_invoice' => 'Lägg till faktura',
328 'title.view_invoice' => 'Visa faktura',
329 'title.delete_invoice' => 'Ta bort faktura',
330 'title.notifications' => 'Aviseringar',
331 'title.add_notification' => 'Lägg till avisering',
332 'title.edit_notification' => 'Redigera avisering',
333 'title.delete_notification' => 'Ta bort avisering',
334 // TODO: translate the following.
335 // 'title.add_timesheet' => 'Adding Timesheet',
336 // 'title.edit_timesheet' => 'Editing Timesheet',
337 // 'title.delete_timesheet' => 'Deleting Timesheet',
338 'title.monthly_quotas' => 'Månadskvoter',
339 'title.export' => 'Exportera grupp',
340 'title.import' => 'Importera grupp',
341 'title.options' => 'Alternativ',
342 // TODO: translate the following.
343 // 'title.display_options' => 'Display Options',
344 'title.profile' => 'Profil',
345 'title.plugins' => 'Tillägg',
346 'title.cf_custom_fields' => 'Egna fält',
347 'title.cf_add_custom_field' => 'Lägg till fält',
348 'title.cf_edit_custom_field' => 'Redigera fält',
349 'title.cf_delete_custom_field' => 'Ta bort fält',
350 'title.cf_dropdown_options' => 'Alternativ för rullgardinsmeny',
351 'title.cf_add_dropdown_option' => 'Lägg till alternativ',
352 'title.cf_edit_dropdown_option' => 'Redigera alternativ',
353 'title.cf_delete_dropdown_option' => 'Ta bort alternativ',
354 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
355 // It is also a name for the Locking plugin on the group settings page.
356 'title.locking' => 'Låsning',
357 // TODO: translate the following.
358 // 'title.week_view' => 'Week View',
359 // 'title.swap_roles' => 'Swapping Roles',
360 // 'title.work_units' => 'Work Units',
361 // 'title.templates' => 'Templates',
362 // 'title.add_template' => 'Adding Template',
363 // 'title.edit_template' => 'Editing Template',
364 // 'title.delete_template' => 'Deleting Template',
365 // 'title.edit_file' => 'Editing File',
366 // 'title.delete_file' => 'Deleting File',
367 // 'title.download_file' => 'Downloading File',
368
369 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
370 // Strings that are used in a single form must go to the specific form section.
371 'dropdown.all' => '--- Alla ---',
372 'dropdown.no' => '--- Ingen ---',
373 'dropdown.current_day' => 'Idag',
374 'dropdown.previous_day' => 'Igår',
375 'dropdown.selected_day' => 'Dag',
376 'dropdown.current_week' => 'Den här veckan',
377 'dropdown.previous_week' => 'Föregående vecka',
378 'dropdown.selected_week' => 'Vecka',
379 'dropdown.current_month' => 'Den här månaden',
380 'dropdown.previous_month' => 'Föregående månad',
381 'dropdown.selected_month' => 'Månad',
382 'dropdown.current_year' => 'Det här året',
383 'dropdown.previous_year' => 'Föregående år',
384 'dropdown.selected_year' => 'År',
385 'dropdown.all_time' => 'Livstid',
386 'dropdown.projects' => 'Projekt',
387 'dropdown.tasks' => 'Arbetsuppgifter',
388 'dropdown.clients' => 'Kunder',
389 'dropdown.select' => '--- Välj ---',
390 'dropdown.select_invoice' => '--- Välj faktura ---',
391 // TODO: translate the following.
392 // 'dropdown.select_timesheet' => '--- select timesheet ---',
393 'dropdown.status_active' => 'Aktiv',
394 'dropdown.status_inactive' => 'Inaktiv',
395 'dropdown.delete' => 'Ta bort',
396 'dropdown.do_not_delete' => 'Ta inte bort',
397 // TODO: translate the following.
398 // 'dropdown.approved' => 'approved',
399 // 'dropdown.not_approved' => 'not approved',
400 // 'dropdown.paid' => 'paid',
401 // 'dropdown.not_paid' => 'not paid',
402
403 // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here.
404 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
405 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
406 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
407
408 // Login form. See example at https://timetracker.anuko.com/login.php.
409 'form.login.forgot_password' => 'Glömt lösenordet?',
410 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> är en lättanvänd applikation byggd med öppen källkod som enkelt låter dig spåra och hålla koll på arbetstider.',
411
412 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
413 'form.reset_password.message' => 'Begäran om att återställa lösenordet skickades via e-post.',
414 'form.reset_password.email_subject' => 'Återställning av lösenord för Anuko Time Tracker begärd',
415 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
416 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
417 // "IP %s" probably sounds awkward.
418 'form.reset_password.email_body' => "Kära användare,\n\Någon, IP %s, begärde att ditt lösenord för Anuko Time Tracker skulle återställas. Vänligen besök den här länken ifall du vill återställa ditt lösenord.\n\n%s\n\nAnuko Time Tracker är en lättanvänd applikation byggd med öppen källkod som enkelt låter dig spåra och hålla koll på arbetstider. Besök https://www.anuko.com för mer information.\n\n",
419
420 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
421 'form.change_password.tip' => 'Fyll i ett nytt lösenord och klicka på Spara.',
422
423 // Time form. See example at https://timetracker.anuko.com/time.php.
424 'form.time.duration_format' => '(hh:mm eller 0.0h)',
425 'form.time.billable' => 'Debiterbar',
426 'form.time.uncompleted' => 'Oavslutad',
427 'form.time.remaining_quota' => 'Återstående kvot',
428 'form.time.over_quota' => 'Kvoten överstigen',
429 // TODO: translate the following.
430 // 'form.time.remaining_balance' => 'Remaining balance',
431 // 'form.time.over_balance' => 'Over balance',
432
433 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
434 'form.time_edit.uncompleted' => 'Den här tidsregistreringen har sparats utan sluttid. Fyll i en sluttid och klicka på Spara för att avsluta.',
435
436 // Week view form. See example at https://timetracker.anuko.com/week.php.
437 // TODO: translate the following.
438 // 'form.week.new_entry' => 'New entry',
439
440 // Reports form. See example at https://timetracker.anuko.com/reports.php
441 'form.reports.save_as_favorite' => 'Spara rapport som',
442 'form.reports.confirm_delete' => 'Är du säker på att du vill ta bort den här rapporten från dina favoriter?',
443 'form.reports.include_billable' => 'Debiterbar tid',
444 'form.reports.include_not_billable' => 'Icke debiterbar tid',
445 'form.reports.include_invoiced' => 'Fakturerad tid',
446 'form.reports.include_not_invoiced' => 'Icke fakturerad tid',
447 // TODO: translate the following.
448 // 'form.reports.include_assigned' => 'assigned',
449 // 'form.reports.include_not_assigned' => 'not assigned',
450 // 'form.reports.include_pending' => 'pending',
451 'form.reports.select_period' => 'Välj intervall',
452 'form.reports.set_period' => 'eller ställ in datum',
453 'form.reports.show_fields' => 'Visa fält',
454 'form.reports.group_by' => 'Gruppera efter',
455 'form.reports.group_by_no' => '--- Ingen gruppering ---',
456 'form.reports.group_by_date' => 'Datum',
457 'form.reports.group_by_user' => 'Användare',
458 'form.reports.group_by_client' => 'Kund',
459 'form.reports.group_by_project' => 'Projekt',
460 'form.reports.group_by_task' => 'Arbetsuppgift',
461
462 // Report form. See example at https://timetracker.anuko.com/report.php
463 // (after generating a report at https://timetracker.anuko.com/reports.php).
464 'form.report.export' => 'Exportera som',
465 // TODO: translate the following.
466 // 'form.report.assign_to_invoice' => 'Assign to invoice',
467 // 'form.report.assign_to_timesheet' => 'Assign to timesheet',
468
469 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
470 // TODO: translate the following.
471 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
472 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
473
474 // Templates form. See example at https://timetracker.anuko.com/templates.php
475 // TODO: translate the following.
476 // 'form.templates.active_templates' => 'Active Templates',
477 // 'form.templates.inactive_templates' => 'Inactive Templates',
478
479 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
480 // (you can get to this form after generating a report).
481 'form.invoice.number' => 'Fakturanummer',
482 'form.invoice.person' => 'Person',
483
484 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
485 'form.invoice.invoice_to_delete' => 'Fakturanummer',
486 'form.invoice.invoice_entries' => 'Relaterade tider och kostnader',
487 // TODO: translate the following.
488 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
489
490 // Charts form. See example at https://timetracker.anuko.com/charts.php
491 'form.charts.interval' => 'Intervall',
492 'form.charts.chart' => 'Diagram',
493
494 // Projects form. See example at https://timetracker.anuko.com/projects.php
495 'form.projects.active_projects' => 'Aktiva projekt',
496 'form.projects.inactive_projects' => 'Inaktiva projekt',
497
498 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
499 'form.tasks.active_tasks' => 'Aktiva arbetsuppgifter',
500 'form.tasks.inactive_tasks' => 'Inaktiva arbetsuppgifter',
501
502 // Users form. See example at https://timetracker.anuko.com/users.php
503 'form.users.active_users' => 'Aktiva användare',
504 'form.users.inactive_users' => 'Inaktiva användare',
505 'form.users.uncompleted_entry' => 'Användaren har en oavslutad tidsregistrering',
506 'form.users.role' => 'Roll',
507 'form.users.manager' => 'Ansvarig',
508 'form.users.comanager' => 'Delansvarig',
509 'form.users.rate' => 'Timtaxa',
510 'form.users.default_rate' => 'Standard timtaxa',
511
512 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
513 // TODO: translate the following.
514 // 'form.user_edit.swap_roles' => 'Swap roles',
515
516 // Roles form. See example at https://timetracker.anuko.com/roles.php
517 // TODO: translate the following.
518 // 'form.roles.active_roles' => 'Active Roles',
519 // 'form.roles.inactive_roles' => 'Inactive Roles',
520 // 'form.roles.rank' => 'Rank',
521 // 'form.roles.rights' => 'Rights',
522 // 'form.roles.assigned' => 'Assigned',
523 // 'form.roles.not_assigned' => 'Not assigned',
524
525 // Clients form. See example at https://timetracker.anuko.com/clients.php
526 'form.clients.active_clients' => 'Aktiva kunder',
527 'form.clients.inactive_clients' => 'Inaktiva kunder',
528
529 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
530 'form.client.client_to_delete' => 'Kund',
531 'form.client.client_entries' => 'Relaterade tider och kostnader',
532
533 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
534 // TODO: check and confirm the translation of form.export.hint is correct. We are exporting ONE group.
535 'form.export.hint' => 'Du kan exportera all information om grupp till en XML-fil. Det kan vara användbart när du migrerar till en egen server.',
536 'form.export.compression' => 'Komprimering',
537 'form.export.compression_none' => 'Ingen',
538 'form.export.compression_bzip' => 'B-zip',
539
540 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
541 'form.import.hint' => 'Importera grupp från en XML-fil.',
542 'form.import.file' => 'Välj fil',
543 'form.import.success' => 'Importeringen lyckades utan problem.',
544
545 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
546 // TODO: check translation of form.groups.hint for accuracy.
547 'form.groups.hint' => 'Skapa en ny grupp genom att skapa ett konto för en ansvarig person. Du kan även importera grupp från en tidigare installation av Anuko Time Tracker via en XML-fil. Se till att inga användarnamn krockar när filen importeras.',
548
549 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
550 'form.group_edit.12_hours' => '12-timmars',
551 'form.group_edit.24_hours' => '24-timmars',
552 // TODO: translate the following.
553 // 'form.group_edit.display_options' => 'Display options',
554 // 'form.group_edit.show_holidays' => 'Show holidays',
555 'form.group_edit.tracking_mode' => 'Spårningsmetod',
556 'form.group_edit.mode_time' => 'Endast tid',
557 'form.group_edit.mode_projects' => 'Projekt',
558 'form.group_edit.mode_projects_and_tasks' => 'Projekt och arbetsuppgifter',
559 'form.group_edit.record_type' => 'Typ av tidsregistrering',
560 'form.group_edit.type_all' => 'Alla',
561 'form.group_edit.type_start_finish' => 'Starttid och sluttid',
562 'form.group_edit.type_duration' => 'Varaktighet',
563 // TODO: translate the following.
564 // 'form.group_edit.punch_mode' => 'Punch mode',
565 // 'form.group_edit.allow_overlap' => 'Allow overlap',
566 // 'form.group_edit.future_entries' => 'Future entries',
567 'form.group_edit.uncompleted_indicators' => 'Indikatorer för oavslutad registrering',
568 // TODO: translate the following.
569 // 'form.group_edit.confirm_save' => 'Confirm saving',
570 // 'form.group_edit.allow_ip' => 'Allow IP',
571
572 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
573 // TODO: translate the following.
574 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
575
576 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
577 'form.mail.from' => 'Från',
578 'form.mail.to' => 'Till',
579 'form.mail.report_subject' => 'Tidsrapport',
580 'form.mail.footer' => 'Anuko Time Tracker är en lättanvänd applikation byggd med öppen källkod för att enkelt spåra och hålla koll på arbetstider. Besök <a href="https://www.anuko.com">www.anuko.com</a> för mer information.',
581 'form.mail.report_sent' => 'Rapporten skickades.',
582 'form.mail.invoice_sent' => 'Fakturan skickades.',
583
584 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
585 'form.quota.year' => 'År',
586 'form.quota.month' => 'Månad',
587 'form.quota.workday_hours' => 'Arbetstimmar per dag',
588 'form.quota.hint' => 'Om fälten lämnas tomma räknas kvoterna automatiskt ut baserat på arbetstimmar per dag och helgdagar.',
589
590 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
591 // TODO: translate the following.
592 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
593 // 'form.swap.swap_with' => 'Swap roles with',
594
595 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
596 // TODO: translate the following.
597 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
598 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
599
600 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
601 // TODO: translate the following.
602 // 'role.user.label' => 'User',
603 // 'role.user.low_case_label' => 'user',
604 // 'role.user.description' => 'A regular member without management rights.',
605 // 'role.client.label' => 'Client',
606 // 'role.client.low_case_label' => 'client',
607 // 'role.client.description' => 'A client can view its own data.',
608 // 'role.supervisor.label' => 'Supervisor',
609 // 'role.supervisor.low_case_label' => 'supervisor',
610 // 'role.supervisor.description' => 'A person with a small set of management rights.',
611 // 'role.comanager.label' => 'Co-manager',
612 // 'role.comanager.low_case_label' => 'co-manager',
613 // 'role.comanager.description' => 'A person with a big set of management functions.',
614 // 'role.manager.label' => 'Manager',
615 // 'role.manager.low_case_label' => 'manager',
616 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
617 // 'role.top_manager.label' => 'Top manager',
618 // 'role.top_manager.low_case_label' => 'top manager',
619 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
620 // 'role.admin.label' => 'Administrator',
621 // 'role.admin.low_case_label' => 'administrator',
622 // 'role.admin.description' => 'Site adminsitrator.',
623
624 // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php.
625 // TODO: translate the following.
626 // 'form.timesheet_view.submit_subject' => 'Timesheet approval request',
627 // 'form.timesheet_view.submit_body' => "A new timesheet requires approval.<p>User: %s.",
628 // 'form.timesheet_view.approve_subject' => 'Timesheet approved',
629 // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
630 // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
631 // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",
632
633 // Display Options form. See example at https://timetracker.anuko.com/display_options.php.
634 // TODO: translate the following.
635 // 'form.display_options.note_on_separate_row' => 'Note on separate row',
636 );