diff --git a/application/language/swedish/calendar_lang.php b/application/language/swedish/calendar_lang.php index ce838142..0cf0b7c1 100644 --- a/application/language/swedish/calendar_lang.php +++ b/application/language/swedish/calendar_lang.php @@ -35,50 +35,50 @@ * @since Version 1.0.0 * @filesource */ -defined('BASEPATH') OR exit('No direct script access allowed'); +defined('BASEPATH') OR exit('Direktaccess till skriptet är inte tillåtet'); -$lang['cal_su'] = 'Su'; +$lang['cal_su'] = 'Sö'; $lang['cal_mo'] = 'Mo'; -$lang['cal_tu'] = 'Tu'; -$lang['cal_we'] = 'We'; -$lang['cal_th'] = 'Th'; +$lang['cal_tu'] = 'Ti'; +$lang['cal_we'] = 'On'; +$lang['cal_th'] = 'To'; $lang['cal_fr'] = 'Fr'; -$lang['cal_sa'] = 'Sa'; -$lang['cal_sun'] = 'Sun'; -$lang['cal_mon'] = 'Mon'; -$lang['cal_tue'] = 'Tue'; -$lang['cal_wed'] = 'Wed'; -$lang['cal_thu'] = 'Thu'; -$lang['cal_fri'] = 'Fri'; -$lang['cal_sat'] = 'Sat'; -$lang['cal_sunday'] = 'Sunday'; -$lang['cal_monday'] = 'Monday'; -$lang['cal_tuesday'] = 'Tuesday'; -$lang['cal_wednesday'] = 'Wednesday'; -$lang['cal_thursday'] = 'Thursday'; -$lang['cal_friday'] = 'Friday'; -$lang['cal_saturday'] = 'Saturday'; +$lang['cal_sa'] = 'Lö'; +$lang['cal_sun'] = 'Sön'; +$lang['cal_mon'] = 'Mån'; +$lang['cal_tue'] = 'Tis'; +$lang['cal_wed'] = 'Ons'; +$lang['cal_thu'] = 'Tor'; +$lang['cal_fri'] = 'Fre'; +$lang['cal_sat'] = 'Lör'; +$lang['cal_sunday'] = 'Söndag'; +$lang['cal_monday'] = 'Måndag'; +$lang['cal_tuesday'] = 'Tisdag'; +$lang['cal_wednesday'] = 'Onsdag'; +$lang['cal_thursday'] = 'Torsdag'; +$lang['cal_friday'] = 'Fredag'; +$lang['cal_saturday'] = 'Lördag'; $lang['cal_jan'] = 'Jan'; $lang['cal_feb'] = 'Feb'; $lang['cal_mar'] = 'Mar'; $lang['cal_apr'] = 'Apr'; -$lang['cal_may'] = 'May'; +$lang['cal_may'] = 'Maj'; $lang['cal_jun'] = 'Jun'; $lang['cal_jul'] = 'Jul'; $lang['cal_aug'] = 'Aug'; $lang['cal_sep'] = 'Sep'; -$lang['cal_oct'] = 'Oct'; +$lang['cal_oct'] = 'Okt'; $lang['cal_nov'] = 'Nov'; $lang['cal_dec'] = 'Dec'; -$lang['cal_january'] = 'January'; -$lang['cal_february'] = 'February'; -$lang['cal_march'] = 'March'; +$lang['cal_january'] = 'Januari'; +$lang['cal_february'] = 'Februari'; +$lang['cal_march'] = 'Mars'; $lang['cal_april'] = 'April'; -$lang['cal_mayl'] = 'May'; -$lang['cal_june'] = 'June'; -$lang['cal_july'] = 'July'; -$lang['cal_august'] = 'August'; +$lang['cal_mayl'] = 'Maj'; +$lang['cal_june'] = 'Juni'; +$lang['cal_july'] = 'Juli'; +$lang['cal_august'] = 'Augusti'; $lang['cal_september'] = 'September'; -$lang['cal_october'] = 'October'; +$lang['cal_october'] = 'Oktober'; $lang['cal_november'] = 'November'; $lang['cal_december'] = 'December'; diff --git a/application/language/swedish/date_lang.php b/application/language/swedish/date_lang.php index aa796b89..0088cdfe 100644 --- a/application/language/swedish/date_lang.php +++ b/application/language/swedish/date_lang.php @@ -35,22 +35,22 @@ * @since Version 1.0.0 * @filesource */ -defined('BASEPATH') OR exit('No direct script access allowed'); +defined('BASEPATH') OR exit('Direktaccess till skriptet är inte tillåtet'); -$lang['date_year'] = 'Year'; -$lang['date_years'] = 'Years'; -$lang['date_month'] = 'Month'; -$lang['date_months'] = 'Months'; -$lang['date_week'] = 'Week'; -$lang['date_weeks'] = 'Weeks'; -$lang['date_day'] = 'Day'; -$lang['date_days'] = 'Days'; -$lang['date_hour'] = 'Hour'; -$lang['date_hours'] = 'Hours'; -$lang['date_minute'] = 'Minute'; -$lang['date_minutes'] = 'Minutes'; -$lang['date_second'] = 'Second'; -$lang['date_seconds'] = 'Seconds'; +$lang['date_year'] = 'År'; +$lang['date_years'] = 'År'; +$lang['date_month'] = 'Månad'; +$lang['date_months'] = 'Månader'; +$lang['date_week'] = 'Vecka'; +$lang['date_weeks'] = 'Veckor'; +$lang['date_day'] = 'Dag'; +$lang['date_days'] = 'Dagar'; +$lang['date_hour'] = 'Timme'; +$lang['date_hours'] = 'Timmar'; +$lang['date_minute'] = 'Minut'; +$lang['date_minutes'] = 'Minuter'; +$lang['date_second'] = 'Sekund'; +$lang['date_seconds'] = 'Sekunder'; $lang['UM12'] = '(UTC -12:00) Baker/Howland Island'; $lang['UM11'] = '(UTC -11:00) Niue'; diff --git a/application/language/swedish/db_lang.php b/application/language/swedish/db_lang.php index ffb5e3eb..14afd205 100644 --- a/application/language/swedish/db_lang.php +++ b/application/language/swedish/db_lang.php @@ -7,7 +7,7 @@ * @license http://opensource.org/licenses/MIT MIT License * @link https://codeigniter.com */ -defined('BASEPATH') OR exit('No direct script access allowed'); +defined('BASEPATH') OR exit('Direktaccess till skriptet är inte tillåtet'); $lang['db_invalid_connection_str'] = 'Det går inte att avgöra databasinställningarna utifrån den angivna anslutningssträngen.'; $lang['db_unable_to_connect'] = 'Kan inte ansluta till databasen med de angivna inställningarna.'; diff --git a/application/language/swedish/email_lang.php b/application/language/swedish/email_lang.php index a09f47da..dbbc0491 100644 --- a/application/language/swedish/email_lang.php +++ b/application/language/swedish/email_lang.php @@ -7,7 +7,7 @@ * @license http://opensource.org/licenses/MIT MIT License * @link https://codeigniter.com */ -defined('BASEPATH') OR exit('No direct script access allowed'); +defined('BASEPATH') OR exit('Direktaccess till skriptet är inte tillåtet'); $lang['email_must_be_array'] = 'Epost-valideringsmetoden kräver en array.'; $lang['email_invalid_address'] = 'Ogiltig epostadress: %s'; diff --git a/application/language/swedish/form_validation_lang.php b/application/language/swedish/form_validation_lang.php index bdb02544..593b0f6c 100644 --- a/application/language/swedish/form_validation_lang.php +++ b/application/language/swedish/form_validation_lang.php @@ -35,35 +35,35 @@ * @since Version 1.0.0 * @filesource */ -defined('BASEPATH') OR exit('No direct script access allowed'); +defined('BASEPATH') OR exit('Direktaccess till skriptet är inte tillåtet'); -$lang['form_validation_required'] = 'The {field} field is required.'; -$lang['form_validation_isset'] = 'The {field} field must have a value.'; -$lang['form_validation_valid_email'] = 'The {field} field must contain a valid email address.'; -$lang['form_validation_valid_emails'] = 'The {field} field must contain all valid email addresses.'; -$lang['form_validation_valid_url'] = 'The {field} field must contain a valid URL.'; -$lang['form_validation_valid_ip'] = 'The {field} field must contain a valid IP.'; -$lang['form_validation_valid_base64'] = 'The {field} field must contain a valid Base64 string.'; -$lang['form_validation_min_length'] = 'The {field} field must be at least {param} characters in length.'; -$lang['form_validation_max_length'] = 'The {field} field cannot exceed {param} characters in length.'; -$lang['form_validation_exact_length'] = 'The {field} field must be exactly {param} characters in length.'; -$lang['form_validation_alpha'] = 'The {field} field may only contain alphabetical characters.'; -$lang['form_validation_alpha_numeric'] = 'The {field} field may only contain alpha-numeric characters.'; -$lang['form_validation_alpha_numeric_spaces'] = 'The {field} field may only contain alpha-numeric characters and spaces.'; -$lang['form_validation_alpha_dash'] = 'The {field} field may only contain alpha-numeric characters, underscores, and dashes.'; -$lang['form_validation_numeric'] = 'The {field} field must contain only numbers.'; -$lang['form_validation_is_numeric'] = 'The {field} field must contain only numeric characters.'; -$lang['form_validation_integer'] = 'The {field} field must contain an integer.'; -$lang['form_validation_regex_match'] = 'The {field} field is not in the correct format.'; -$lang['form_validation_matches'] = 'The {field} field does not match the {param} field.'; -$lang['form_validation_differs'] = 'The {field} field must differ from the {param} field.'; -$lang['form_validation_is_unique'] = 'The {field} field must contain a unique value.'; -$lang['form_validation_is_natural'] = 'The {field} field must only contain digits.'; -$lang['form_validation_is_natural_no_zero'] = 'The {field} field must only contain digits and must be greater than zero.'; -$lang['form_validation_decimal'] = 'The {field} field must contain a decimal number.'; -$lang['form_validation_less_than'] = 'The {field} field must contain a number less than {param}.'; -$lang['form_validation_less_than_equal_to'] = 'The {field} field must contain a number less than or equal to {param}.'; -$lang['form_validation_greater_than'] = 'The {field} field must contain a number greater than {param}.'; -$lang['form_validation_greater_than_equal_to'] = 'The {field} field must contain a number greater than or equal to {param}.'; -$lang['form_validation_error_message_not_set'] = 'Unable to access an error message corresponding to your field name {field}.'; -$lang['form_validation_in_list'] = 'The {field} field must be one of: {param}.'; +$lang['form_validation_required'] = 'Fältet {field} är obligatoriskt.'; +$lang['form_validation_isset'] = 'Fältet {field} måste ha ett värde.'; +$lang['form_validation_valid_email'] = 'Fältet {field} måste innehålla en korrekt e-postadress.'; +$lang['form_validation_valid_emails'] = 'Fältet {field} måste alla innehålla korrekta e-postadresser.'; +$lang['form_validation_valid_url'] = 'Fältet {field} måste innehålla en korrekt URL.'; +$lang['form_validation_valid_ip'] = 'Fältet {field} måste innehålla en korrekt IP-adress.'; +$lang['form_validation_valid_base64'] = 'Fältet {field} måste innehålla en korrekt Base64-sträng.'; +$lang['form_validation_min_length'] = 'Fältet {field} måste innehålla minst {param} tecken.'; +$lang['form_validation_max_length'] = 'Fältet {field} kan inte överstiga {param} tecken.'; +$lang['form_validation_exact_length'] = 'Fältet {field} måste innehålla exakt {param} tecken.'; +$lang['form_validation_alpha'] = 'Fältet {field} kan bara innehålla alfanumeriska tecken.'; +$lang['form_validation_alpha_numeric'] = 'Fältet {field} bör bara innehålla alfanumeriska tecken.'; +$lang['form_validation_alpha_numeric_spaces'] = 'Fältet {field} bör bara innehålla alfanumeriska tecken och mellanslag.'; +$lang['form_validation_alpha_dash'] = 'Fältet {field} kan bara innehålla alfanumeriska tecken, understryckningstecken och punkter.'; +$lang['form_validation_numeric'] = 'Fältet {field} får bara innehålla siffror.'; +$lang['form_validation_is_numeric'] = 'Fältet {field} får bara innehålla numeriska tecken.'; +$lang['form_validation_integer'] = 'Fältet {field} får bara innehålla heltal.'; +$lang['form_validation_regex_match'] = 'Fältet {field} har inte rätt format.'; +$lang['form_validation_matches'] = 'Fältet {field} stämmer inte med fältet {param}.'; +$lang['form_validation_differs'] = 'Fältet {field} måste vara annorlunda än fältet {param}.'; +$lang['form_validation_is_unique'] = 'Fältet {field} måste innehålla ett unikt värde.'; +$lang['form_validation_is_natural'] = 'Fältet {field} får bara innehålla siffror.'; +$lang['form_validation_is_natural_no_zero'] = 'Fältet {field} får bara innehålla värden större än noll.'; +$lang['form_validation_decimal'] = 'Fältet {field} måste innehålla ett decimaltal.'; +$lang['form_validation_less_than'] = 'Fältet {field} måste innehåla ett nummer lägre än {param}.'; +$lang['form_validation_less_than_equal_to'] = 'Fältet {field} måste innehålla ett nummer lika med eller lägre än {param}.'; +$lang['form_validation_greater_than'] = 'Fältet {field} måste innehålla ett nummer större än {param}.'; +$lang['form_validation_greater_than_equal_to'] = 'Fältet {field} måste innehålla ett nummer större än eller lika med {param}.'; +$lang['form_validation_error_message_not_set'] = 'Kan inte hitta ett felmeddelande som hör till fältet {field}.'; +$lang['form_validation_in_list'] = 'Fältet {field} måste vara en av: {param}.'; diff --git a/application/language/swedish/ftp_lang.php b/application/language/swedish/ftp_lang.php index 70f5b086..903d6198 100644 --- a/application/language/swedish/ftp_lang.php +++ b/application/language/swedish/ftp_lang.php @@ -35,17 +35,17 @@ * @since Version 1.0.0 * @filesource */ -defined('BASEPATH') OR exit('No direct script access allowed'); +defined('BASEPATH') OR exit('Direktaccess till skriptet är inte tillåtet'); -$lang['ftp_no_connection'] = 'Unable to locate a valid connection ID. Please make sure you are connected before performing any file routines.'; -$lang['ftp_unable_to_connect'] = 'Unable to connect to your FTP server using the supplied hostname.'; -$lang['ftp_unable_to_login'] = 'Unable to login to your FTP server. Please check your username and password.'; -$lang['ftp_unable_to_mkdir'] = 'Unable to create the directory you have specified.'; -$lang['ftp_unable_to_changedir'] = 'Unable to change directories.'; -$lang['ftp_unable_to_chmod'] = 'Unable to set file permissions. Please check your path.'; -$lang['ftp_unable_to_upload'] = 'Unable to upload the specified file. Please check your path.'; -$lang['ftp_unable_to_download'] = 'Unable to download the specified file. Please check your path.'; -$lang['ftp_no_source_file'] = 'Unable to locate the source file. Please check your path.'; -$lang['ftp_unable_to_rename'] = 'Unable to rename the file.'; -$lang['ftp_unable_to_delete'] = 'Unable to delete the file.'; -$lang['ftp_unable_to_move'] = 'Unable to move the file. Please make sure the destination directory exists.'; +$lang['ftp_no_connection'] = 'Det gick inte att hitta ett giltigt anslutnings-ID. Se till att du är ansluten innan du utför några filrutiner.'; +$lang['ftp_unable_to_connect'] = 'Det går inte att ansluta till din FTP-server med det angivna värdnamnet.'; +$lang['ftp_unable_to_login'] = 'Det gick inte att logga in på FTP-servern. Kontrollera användarnamn och lösenord.'; +$lang['ftp_unable_to_mkdir'] = 'Det går inte att skapa angiven katalog.'; +$lang['ftp_unable_to_changedir'] = 'Det går inte att ändra kataloger.'; +$lang['ftp_unable_to_chmod'] = 'Det gick inte att ställa in filbehörigheter. Kontrollera sökvägen.'; +$lang['ftp_unable_to_upload'] = 'Det gick inte att ladda upp den angivna filen. Kontrollera sökvägen.'; +$lang['ftp_unable_to_download'] = 'Det gick inte att ladda ner den angivna filen. Kontrollera sökvägen.'; +$lang['ftp_no_source_file'] = 'Det gick inte att hitta källfilen. Kontrollera sökvägen.'; +$lang['ftp_unable_to_rename'] = 'Det gick inte att byta namn på filen.'; +$lang['ftp_unable_to_delete'] = 'Det gick inte att ta bort filen.'; +$lang['ftp_unable_to_move'] = 'Det går inte att flytta filen. Se till att målkatalogen finns.'; diff --git a/application/language/swedish/imglib_lang.php b/application/language/swedish/imglib_lang.php index c34b087c..22879378 100644 --- a/application/language/swedish/imglib_lang.php +++ b/application/language/swedish/imglib_lang.php @@ -35,23 +35,23 @@ * @since Version 1.0.0 * @filesource */ -defined('BASEPATH') OR exit('No direct script access allowed'); +defined('BASEPATH') OR exit('Direktaccess till skriptet är inte tillåtet'); -$lang['imglib_source_image_required'] = 'You must specify a source image in your preferences.'; -$lang['imglib_gd_required'] = 'The GD image library is required for this feature.'; -$lang['imglib_gd_required_for_props'] = 'Your server must support the GD image library in order to determine the image properties.'; -$lang['imglib_unsupported_imagecreate'] = 'Your server does not support the GD function required to process this type of image.'; -$lang['imglib_gif_not_supported'] = 'GIF images are often not supported due to licensing restrictions. You may have to use JPG or PNG images instead.'; -$lang['imglib_jpg_not_supported'] = 'JPG images are not supported.'; -$lang['imglib_png_not_supported'] = 'PNG images are not supported.'; -$lang['imglib_jpg_or_png_required'] = 'The image resize protocol specified in your preferences only works with JPEG or PNG image types.'; -$lang['imglib_copy_error'] = 'An error was encountered while attempting to replace the file. Please make sure your file directory is writable.'; -$lang['imglib_rotate_unsupported'] = 'Image rotation does not appear to be supported by your server.'; -$lang['imglib_libpath_invalid'] = 'The path to your image library is not correct. Please set the correct path in your image preferences.'; -$lang['imglib_image_process_failed'] = 'Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct.'; -$lang['imglib_rotation_angle_required'] = 'An angle of rotation is required to rotate the image.'; -$lang['imglib_invalid_path'] = 'The path to the image is not correct.'; -$lang['imglib_invalid_image'] = 'The provided image is not valid.'; -$lang['imglib_copy_failed'] = 'The image copy routine failed.'; -$lang['imglib_missing_font'] = 'Unable to find a font to use.'; -$lang['imglib_save_failed'] = 'Unable to save the image. Please make sure the image and file directory are writable.'; +$lang['imglib_source_image_required'] = 'Du måste ange en källbild i dina inställningar.'; +$lang['imglib_gd_required'] = 'GD-bildbiblioteket krävs för den här funktionen.'; +$lang['imglib_gd_required_for_props'] = 'Din server måste stödja GD-bildbiblioteket för att kunna bestämma bildegenskaperna.'; +$lang['imglib_unsupported_imagecreate'] = 'Din server stöder inte den GD-funktion som krävs för att bearbeta denna typ av bild.'; +$lang['imglib_gif_not_supported'] = 'GIF-bilder stöds ofta inte på grund av licensbegränsningar. Du kanske måste använda JPG- eller PNG-bilder istället.'; +$lang['imglib_jpg_not_supported'] = 'JPG-bilder stöds inte.'; +$lang['imglib_png_not_supported'] = 'PNG-bilder stöds inte.'; +$lang['imglib_jpg_or_png_required'] = 'Protokollet för bildstorleksändring som anges i dina inställningar fungerar bara med JPEG- eller PNG-bildtyper.'; +$lang['imglib_copy_error'] = 'Ett fel påträffades vid försök att ersätta filen. Se till att din filkatalog är skrivbar.'; +$lang['imglib_rotate_unsupported'] = 'Rotation av bilder verkar inte stödjas av din server.'; +$lang['imglib_libpath_invalid'] = 'Sökvägen till ditt bildbibliotek är inte korrekt. Ange rätt sökväg i dina bildinställningars.'; +$lang['imglib_image_process_failed'] = 'Bildbehandlingen misslyckades. Kontrollera att din server stöder det valda protokollet och att sökvägen till ditt bildbibliotek är korrekt.'; +$lang['imglib_rotation_angle_required'] = 'En rotationsvinkel krävs för att rotera bilden.'; +$lang['imglib_invalid_path'] = 'Sökvägen till bilden är inte korrekt.'; +$lang['imglib_invalid_image'] = 'Den angivna bilden är inte giltig.'; +$lang['imglib_copy_failed'] = 'Bildkopieringsrutinen misslyckades.'; +$lang['imglib_missing_font'] = 'Det gick inte att hitta ett teckensnitt att använda.'; +$lang['imglib_save_failed'] = 'Det gick inte att spara bilden. Se till att bilden och filkatalogen är skrivbara.'; diff --git a/application/language/swedish/migration_lang.php b/application/language/swedish/migration_lang.php index 7cbb8a73..dfec5cc6 100644 --- a/application/language/swedish/migration_lang.php +++ b/application/language/swedish/migration_lang.php @@ -7,12 +7,12 @@ * @license http://opensource.org/licenses/MIT MIT License * @link https://codeigniter.com */ -defined('BASEPATH') OR exit('No direct script access allowed'); +defined('BASEPATH') OR exit('Direktaccess till skriptet är inte tillåtet'); $lang['migration_none_found'] = 'Hittade inga migrationer.'; $lang['migration_not_found'] = 'Hittade inga migrationer med versionsnummer: %s.'; -$lang['migration_sequence_gap'] = 'Det är glapp i migrationssekvensen i version nummer: %s.'; -$lang['migration_multiple_version'] = 'Det finn flera migrationer med samma versionsnummer: %s.'; +$lang['migration_sequence_gap'] = 'Det saknas delar i migrationssekvensen för version nummer: %s.'; +$lang['migration_multiple_version'] = 'Det finns flera migrationer med samma versionsnummer: %s.'; $lang['migration_class_doesnt_exist'] = 'Migrationsklassen "%s" hittades inte.'; $lang['migration_missing_up_method'] = 'Migrationsklassen "%s" saknar "up"-metoden.'; $lang['migration_missing_down_method'] = 'Migrationsklassen "%s" saknar "down"-metoden.'; diff --git a/application/language/swedish/number_lang.php b/application/language/swedish/number_lang.php index f1e50bd1..972c2bb2 100644 --- a/application/language/swedish/number_lang.php +++ b/application/language/swedish/number_lang.php @@ -35,7 +35,7 @@ * @since Version 1.0.0 * @filesource */ -defined('BASEPATH') OR exit('No direct script access allowed'); +defined('BASEPATH') OR exit('Direktaccess till skriptet är inte tillåtet'); $lang['terabyte_abbr'] = 'TB'; $lang['gigabyte_abbr'] = 'GB'; diff --git a/application/language/swedish/pagination_lang.php b/application/language/swedish/pagination_lang.php index 1d113dfb..6f06f733 100644 --- a/application/language/swedish/pagination_lang.php +++ b/application/language/swedish/pagination_lang.php @@ -35,9 +35,9 @@ * @since Version 1.0.0 * @filesource */ -defined('BASEPATH') OR exit('No direct script access allowed'); +defined('BASEPATH') OR exit('Direktaccess till skriptet är inte tillåtet'); -$lang['pagination_first_link'] = '‹ First'; +$lang['pagination_first_link'] = '‹ Först'; $lang['pagination_next_link'] = '>'; $lang['pagination_prev_link'] = '<'; -$lang['pagination_last_link'] = 'Last ›'; +$lang['pagination_last_link'] = 'Sist ›'; diff --git a/application/language/swedish/profiler_lang.php b/application/language/swedish/profiler_lang.php index 15729672..24157a1e 100644 --- a/application/language/swedish/profiler_lang.php +++ b/application/language/swedish/profiler_lang.php @@ -35,7 +35,7 @@ * @since Version 1.0.0 * @filesource */ -defined('BASEPATH') OR exit('No direct script access allowed'); +defined('BASEPATH') OR exit('Direktaccess till skriptet är inte tillåtet'); $lang['profiler_database'] = 'DATABASE'; $lang['profiler_controller_info'] = 'CLASS/METHOD'; @@ -48,13 +48,13 @@ $lang['profiler_memory_usage'] = 'MEMORY USAGE'; $lang['profiler_config'] = 'CONFIG VARIABLES'; $lang['profiler_session_data'] = 'SESSION DATA'; $lang['profiler_headers'] = 'HTTP HEADERS'; -$lang['profiler_no_db'] = 'Database driver is not currently loaded'; -$lang['profiler_no_queries'] = 'No queries were run'; -$lang['profiler_no_post'] = 'No POST data exists'; -$lang['profiler_no_get'] = 'No GET data exists'; -$lang['profiler_no_uri'] = 'No URI data exists'; -$lang['profiler_no_memory'] = 'Memory Usage Unavailable'; -$lang['profiler_no_profiles'] = 'No Profile data - all Profiler sections have been disabled.'; -$lang['profiler_section_hide'] = 'Hide'; -$lang['profiler_section_show'] = 'Show'; -$lang['profiler_seconds'] = 'seconds'; +$lang['profiler_no_db'] = 'Databasdrivrutinen är för närvarande inte laddad'; +$lang['profiler_no_queries'] = 'Inga frågor kördes'; +$lang['profiler_no_post'] = 'Inga POST-data finns'; +$lang['profiler_no_get'] = 'Det finns inga GET-data'; +$lang['profiler_no_uri'] = 'Det finns inga URI-data'; +$lang['profiler_no_memory'] = 'Minnesanvändning är inte tillgänglig'; +$lang['profiler_no_profiles'] = 'Inga profildata - alla Profiler-sektioner har inaktiverats.'; +$lang['profiler_section_hide'] = 'Göm'; +$lang['profiler_section_show'] = 'Visa'; +$lang['profiler_seconds'] = 'Sekunder'; diff --git a/application/language/swedish/translations_lang.php b/application/language/swedish/translations_lang.php index 4089f6bd..97ea4466 100644 --- a/application/language/swedish/translations_lang.php +++ b/application/language/swedish/translations_lang.php @@ -1,4 +1,4 @@ -