mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 09:59:08 -04:00
89 lines
3.6 KiB
PHP
89 lines
3.6 KiB
PHP
<?php
|
|
return [
|
|
"common_address_1" => "Adress 1",
|
|
"common_address_2" => "Adress 2",
|
|
"common_admin" => "",
|
|
"common_city" => "Stad",
|
|
"common_clerk" => "",
|
|
"common_close" => "Stäng",
|
|
"common_color" => "",
|
|
"common_comments" => "Kommentarer",
|
|
"common_common" => "allmänt",
|
|
"common_confirm_search" => "Du har valt en eller flera rader, dessa kommer inte längre att väljas efter din sökning. Är du säker på att du vill skicka in den här sökningen?",
|
|
"common_copyrights" => "© 2010 - %1",
|
|
"common_correct_errors" => "Rätta identifierat fel innan du sparar",
|
|
"common_country" => "Land",
|
|
"common_dashboard" => "",
|
|
"common_date" => "Datum",
|
|
"common_delete" => "Radera",
|
|
"common_det" => "detaljer",
|
|
"common_download_import_template" => "Hämta importerad CSV-mall (CSV)",
|
|
"common_edit" => "Ändra",
|
|
"common_email" => "E-mail",
|
|
"common_email_invalid_format" => "E-postadressen är inte i rätt format.",
|
|
"common_export_csv" => "CSV Export",
|
|
"common_export_csv_no" => "Nej",
|
|
"common_export_csv_yes" => "Ja",
|
|
"common_fields_required_message" => "Fält markerade i rött är obligatoriska",
|
|
"common_fields_required_message_unique" => "",
|
|
"common_first_name" => "Förnamn",
|
|
"common_first_name_required" => "Förnamn är ett obligatoriskt fält.",
|
|
"common_first_page" => "Första",
|
|
"common_gender" => "Kön",
|
|
"common_gender_female" => "Kvinna",
|
|
"common_gender_male" => "Man",
|
|
"common_gender_undefined" => "",
|
|
"common_icon" => "Ikon",
|
|
"common_id" => "ID",
|
|
"common_import" => "Import",
|
|
"common_import_change_file" => "Ändra",
|
|
"common_import_csv" => "CSV-import",
|
|
"common_import_full_path" => "Fullständig sökväg till CSV-fil krävs",
|
|
"common_import_remove_file" => "Radera",
|
|
"common_import_select_file" => "Välj fil",
|
|
"common_inv" => "Fakt",
|
|
"common_last_name" => "Efternamn",
|
|
"common_last_name_required" => "Efternamn är ett obligatoriskt fält.",
|
|
"common_last_page" => "Sista",
|
|
"common_learn_about_project" => "för att lära sig den senaste informationen om projektet.",
|
|
"common_list_of" => "Lista av",
|
|
"common_logo" => "Logga",
|
|
"common_logo_mark" => "",
|
|
"common_logout" => "Logga ut",
|
|
"common_manager" => "",
|
|
"common_migration_needed" => "Migration av databasen %1 kommer att påbörjas efter login.",
|
|
"common_new" => "Ny",
|
|
"common_no" => "",
|
|
"common_no_persons_to_display" => "Det finns inga personer att visa.",
|
|
"common_none_selected_text" => "{Inget valt}",
|
|
"common_or" => "Eller",
|
|
"common_people" => "",
|
|
"common_phone_number" => "Telefonnummer",
|
|
"common_phone_number_required" => "",
|
|
"common_please_visit_my" => "Vänligen besök",
|
|
"common_position" => "",
|
|
"common_powered_by" => "Drivs av",
|
|
"common_price" => "Pris",
|
|
"common_print" => "Skriv ut",
|
|
"common_remove" => "Radera",
|
|
"common_required" => "Krävs",
|
|
"common_restore" => "Återställ",
|
|
"common_return_policy" => "Retur policy",
|
|
"common_search" => "Sök",
|
|
"common_search_options" => "Sökalternativ",
|
|
"common_searched_for" => "Sök efter",
|
|
"common_software_short" => "",
|
|
"common_software_title" => "",
|
|
"common_state" => "Län",
|
|
"common_submit" => "Spara",
|
|
"common_total_spent" => "Totalt spenderat",
|
|
"common_unknown" => "Okänt",
|
|
"common_view_recent_sales" => "Visa senaste försäljningar",
|
|
"common_website" => "opensourcepos.org",
|
|
"common_welcome" => "Välkommen",
|
|
"common_welcome_message" => "Välkommen till OSPOS, klicka på en modul nedan för att komma igång.",
|
|
"common_yes" => "",
|
|
"common_you_are_using_ospos" => "Du använder Open Source Point of Sale version",
|
|
"common_zip" => "Postnummer",
|
|
];
|