diff --git a/SoObjects/Appointments/SOGoAptMailSwedishDeletion.wo/SOGoAptMailSwedishDeletion.html b/SoObjects/Appointments/SOGoAptMailSwedishDeletion.wo/SOGoAptMailSwedishDeletion.html new file mode 100644 index 000000000..8915564dd --- /dev/null +++ b/SoObjects/Appointments/SOGoAptMailSwedishDeletion.wo/SOGoAptMailSwedishDeletion.html @@ -0,0 +1,2 @@ +<#IsSubject>Händelse inställd: <#summary/>#IsSubject> +<#IsBody><#organizer/> <#HasSentBy>(sent by <#sentBy/>) #HasSentBy>har ställt in denna händelse: <#summary/>.#IsBody> diff --git a/SoObjects/Appointments/SOGoAptMailSwedishDeletion.wo/SOGoAptMailSwedishDeletion.wod b/SoObjects/Appointments/SOGoAptMailSwedishDeletion.wo/SOGoAptMailSwedishDeletion.wod new file mode 100644 index 000000000..92428f429 --- /dev/null +++ b/SoObjects/Appointments/SOGoAptMailSwedishDeletion.wo/SOGoAptMailSwedishDeletion.wod @@ -0,0 +1,27 @@ +IsSubject: WOConditional { + condition = isSubject; +} + +IsBody: WOConditional { + condition = isSubject; + negate = YES; +} + +organizer: WOString { + value = organizerName; + escapeHTML = NO; +} + +summary: WOString { + value = summary; + escapeHTML = NO; +} + +HasSentBy: WOConditional { + condition = hasSentBy; +} + +sentBy: WOString { + value = sentBy; + escapeHTML = NO; +} \ No newline at end of file diff --git a/SoObjects/Appointments/SOGoAptMailSwedishInvitation.wo/SOGoAptMailSwedishInvitation.html b/SoObjects/Appointments/SOGoAptMailSwedishInvitation.wo/SOGoAptMailSwedishInvitation.html new file mode 100644 index 000000000..43ee2e10d --- /dev/null +++ b/SoObjects/Appointments/SOGoAptMailSwedishInvitation.wo/SOGoAptMailSwedishInvitation.html @@ -0,0 +1,2 @@ +<#IsSubject>Händelseinbjudan: <#summary/>#IsSubject> +<#IsBody><#organizer/> <#HasSentBy>(sänt genom <#sentBy/>) #HasSentBy>har bjudit in dig till <#summary/>.#IsBody> diff --git a/SoObjects/Appointments/SOGoAptMailSwedishInvitation.wo/SOGoAptMailSwedishInvitation.wod b/SoObjects/Appointments/SOGoAptMailSwedishInvitation.wo/SOGoAptMailSwedishInvitation.wod new file mode 100644 index 000000000..92428f429 --- /dev/null +++ b/SoObjects/Appointments/SOGoAptMailSwedishInvitation.wo/SOGoAptMailSwedishInvitation.wod @@ -0,0 +1,27 @@ +IsSubject: WOConditional { + condition = isSubject; +} + +IsBody: WOConditional { + condition = isSubject; + negate = YES; +} + +organizer: WOString { + value = organizerName; + escapeHTML = NO; +} + +summary: WOString { + value = summary; + escapeHTML = NO; +} + +HasSentBy: WOConditional { + condition = hasSentBy; +} + +sentBy: WOString { + value = sentBy; + escapeHTML = NO; +} \ No newline at end of file diff --git a/SoObjects/Appointments/SOGoAptMailSwedishUpdate.wo/SOGoAptMailSwedishUpdate.html b/SoObjects/Appointments/SOGoAptMailSwedishUpdate.wo/SOGoAptMailSwedishUpdate.html new file mode 100644 index 000000000..b8eb43a20 --- /dev/null +++ b/SoObjects/Appointments/SOGoAptMailSwedishUpdate.wo/SOGoAptMailSwedishUpdate.html @@ -0,0 +1,5 @@ +<#IsSubject>Mötet "<#Summary />" den <#OldAptStartDate /> kl <#OldAptStartTime /> har ändrats#IsSubject> +<#IsBody> +Mötet<#HasSentBy> (sänt genom <#sentBy/>)#HasSentBy>, tidigare bokat den <#OldAptStartDate /><#IsNotOldAllDay> kl <#OldAptStartTime />#IsNotOldAllDay><#HasOldLocation> (<#OldAptLocation />)#HasOldLocation> är nu ändrat att hållas <#NewAptStartDate /><#IsNotNewAllDay> kl <#NewAptStartTime />#IsNotNewAllDay><#HasNewLocation> (<#NewAptLocation />)#HasNewLocation>. +Var vänlig och svara på denna ändring. +#IsBody> diff --git a/SoObjects/Appointments/SOGoAptMailSwedishUpdate.wo/SOGoAptMailSwedishUpdate.wod b/SoObjects/Appointments/SOGoAptMailSwedishUpdate.wo/SOGoAptMailSwedishUpdate.wod new file mode 100644 index 000000000..df9b65c38 --- /dev/null +++ b/SoObjects/Appointments/SOGoAptMailSwedishUpdate.wo/SOGoAptMailSwedishUpdate.wod @@ -0,0 +1,79 @@ +OldAptStartDate: WOString { + value = oldStartDate; + dateformat = "%d/%m/%y"; + escapeHTML = NO; +} + +OldAptStartTime: WOString { + value = oldStartDate; + dateformat = "%H:%M"; + escapeHTML = NO; +} + +IsNotOldAllDay: WOConditional { + condition = previousApt.isAllDay; + negate = YES; +} + +NewAptStartDate: WOString { + value = newStartDate; + dateformat = "%d/%m/%y"; + escapeHTML = NO; +} + +NewAptStartTime: WOString { + value = newStartDate; + dateformat = "%H:%M"; + escapeHTML = NO; +} + +IsNotNewAllDay: WOConditional { + condition = apt.isAllDay; + negate = YES; +} + +Organizer: WOString { + value = organizerName; + escapeHTML = NO; +} + +OldAptLocation: WOString { + value = previousApt.location; + escapeHTML = NO; +} + +NewAptLocation: WOString { + value = apt.location; + escapeHTML = NO; +} + +IsSubject: WOConditional { + condition = isSubject; +} + +IsBody: WOConditional { + condition = isSubject; + negate = YES; +} + +Summary: WOString { + value = summary; + escapeHTML = NO; +} + +HasNewLocation: WOConditional { + condition = hasNewLocation; +} + +HasOldLocation: WOConditional { + condition = hasOldLocation; +} + +HasSentBy: WOConditional { + condition = hasSentBy; +} + +sentBy: WOString { + value = sentBy; + escapeHTML = NO; +} \ No newline at end of file diff --git a/SoObjects/Appointments/Swedish.lproj/Localizable.strings b/SoObjects/Appointments/Swedish.lproj/Localizable.strings new file mode 100644 index 000000000..12583d457 --- /dev/null +++ b/SoObjects/Appointments/Swedish.lproj/Localizable.strings @@ -0,0 +1,25 @@ +"Personal Calendar" = "Personlig kalender"; +vevent_class0 = "(Publik händelse)"; +vevent_class1 = "(Privat händelse)"; +vevent_class2 = "(Konfidentiell händelse)"; + +vtodo_class0 = "(Publik uppgift)"; +vtodo_class1 = "(Privat uppgift)"; +vtodo_class2 = "(Konfidentiell uppgift)"; + +/* Receipts */ +"Title:" = "Titel:"; +"Start:" = "Start:"; +"End:" = "Slut:"; + +"Receipt: users invited to a meeting" = "Kvitto: användare inbjudna till ett möte"; +"You have invited the following attendees(s):" = "Du har bjudit in följande deltagare:"; +"... to attend the following event:" = "... att delta i följande händelse:"; + +"Receipt: invitation updated" = "Kvitto: inbjudan uppdaterad"; +"The following attendees(s):" = "Följande deltagare:"; +"... have been notified of the changes to the following event:" = "... har blivit informerade om ändringarna i följande händelse:"; + +"Receipt: attendees removed from an event" = "Kvitto: deltagare bottagna från en händelse"; +"You have removed the following attendees(s):" = "Du har tagit bort följande deltagare:"; +"... from the following event:" = "... från följande händelse:"; diff --git a/SoObjects/Contacts/Swedish.lproj/Localizable.strings b/SoObjects/Contacts/Swedish.lproj/Localizable.strings new file mode 100644 index 000000000..a53774a37 --- /dev/null +++ b/SoObjects/Contacts/Swedish.lproj/Localizable.strings @@ -0,0 +1 @@ +"Personal Address Book" = "Personlig adressbok"; diff --git a/SoObjects/Mailer/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.html b/SoObjects/Mailer/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.html new file mode 100644 index 000000000..6956b9c2b --- /dev/null +++ b/SoObjects/Mailer/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.html @@ -0,0 +1,13 @@ +<#newLine/> +<#newLine/> +<#newLine/> +-------- Originalmeddelande --------<#newLine/> +Ämne: <#subject/><#newLine/> +Datum: <#date/><#newLine/> +Från: <#from/><#newLine/> +<#hasReplyTo>Svar-till: <#replyTo/>#hasReplyTo><#hasOrganization>Organisation: <#organization/>#hasOrganization>Till: <#to/><#newLine/> +<#hasCc>Kopia: <#cc/>#hasCc><#hasNewsGroups>Nyhetsgrupper: <#newsgroups/>#hasNewsGroups><#hasReferences>Referenser: <#references/>#hasReferences><#newLine/> +<#newLine/> +<#messageBody/><#newLine/> +<#newLine/> +<#signature/><#newLine/> diff --git a/SoObjects/Mailer/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.wod b/SoObjects/Mailer/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.wod new file mode 100644 index 000000000..7787fa18e --- /dev/null +++ b/SoObjects/Mailer/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.wod @@ -0,0 +1,79 @@ +subject: WOString { + value = subject; + escapeHTML = NO; +} + +date: WOString { + value = date; + escapeHTML = NO; +} + +from: WOString { + value = from; + escapeHTML = NO; +} + +newLine: WOString { + value = newLine; + escapeHTML = NO; +} + +hasReplyTo: WOConditional { + condition = hasReplyTo; +} + +replyTo: WOString { + value = replyTo; + escapeHTML = NO; +} + +hasOrganization: WOConditional { + condition = hasOrganization; +} + +organization: WOString { + value = organization; + escapeHTML = NO; +} + +to: WOString { + value = to; + escapeHTML = NO; +} + +hasCc: WOConditional { + condition = hasCc; +} + +cc: WOString { + value = cc; + escapeHTML = NO; +} + +hasNewsGroups: WOConditional { + condition = hasNewsGroups; +} + +newsgroups: WOString { + value = newsgroups; + escapeHTML = NO; +} + +hasReferences: WOConditional { + condition = hasReferences; +} + +references: WOString { + value = references; + escapeHTML = NO; +} + +messageBody: WOString { + value = messageBody; + escapeHTML = NO; +} + +signature: WOString { + value = signature; + escapeHTML = NO; +} diff --git a/SoObjects/Mailer/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.html b/SoObjects/Mailer/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.html new file mode 100644 index 000000000..b30676b77 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.html @@ -0,0 +1,16 @@ +<#replyPlacementOnTop><#newLine/> +<#newLine/> +#replyPlacementOnTop><#signaturePlacementOnTop><#newLine/> +<#signature/><#newLine/> +#signaturePlacementOnTop><#outlookMode>-------- Orginalmeddelande --------<#newLine/> +Ämne: <#subject/><#newLine/> +Datum: <#date/><#newLine/> +Från: <#from/><#newLine/> +<#hasReplyTo>Svar-till: <#replyTo/>#hasReplyTo><#hasOrganization>Organisation: <#organization/>#hasOrganization>Till: <#to/><#newLine/> +<#hasCc>Kopia: <#cc/>#hasCc><#hasNewsGroups>Nyhetsgrupper: <#newsgroups/>#hasNewsGroups><#hasReferences>Referenser: <#references/>#hasReferences>#outlookMode><#newLine/> +<#standardMode>Den <#date/>, skrev <#from/>:#standardMode><#newLine/> +<#newLine/> +<#messageBody/><#newLine/> +<#replyPlacementOnBottom><#newLine/> +<#newLine/> +#replyPlacementOnBottom><#signaturePlacementOnBottom><#signature/>#signaturePlacementOnBottom><#newLine/> diff --git a/SoObjects/Mailer/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.wod b/SoObjects/Mailer/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.wod new file mode 100644 index 000000000..3fbed6d61 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.wod @@ -0,0 +1,106 @@ +outlookMode: WOConditional { + condition = outlookMode; +} + +standardMode: WOConditional { + condition = outlookMode; + negate = YES; +} + +subject: WOString { + value = subject; + escapeHTML = NO; +} + +date: WOString { + value = date; + escapeHTML = NO; +} + +from: WOString { + value = from; + escapeHTML = NO; +} + +newLine: WOString { + value = newLine; + escapeHTML = NO; +} + +hasReplyTo: WOConditional { + condition = hasReplyTo; +} + +replyTo: WOString { + value = replyTo; + escapeHTML = NO; +} + +hasOrganization: WOConditional { + condition = hasOrganization; +} + +organization: WOString { + value = organization; + escapeHTML = NO; +} + +to: WOString { + value = to; + escapeHTML = NO; +} + +hasCc: WOConditional { + condition = hasCc; +} + +cc: WOString { + value = cc; + escapeHTML = NO; +} + +hasNewsGroups: WOConditional { + condition = hasNewsGroups; +} + +newsgroups: WOString { + value = newsgroups; + escapeHTML = NO; +} + +hasReferences: WOConditional { + condition = hasReferences; +} + +references: WOString { + value = references; + escapeHTML = NO; +} + +messageBody: WOString { + value = messageBody; + escapeHTML = NO; +} + +signature: WOString { + value = signature; + escapeHTML = NO; +} + +replyPlacementOnTop: WOConditional { + condition = replyPlacementOnTop; +} + +replyPlacementOnBottom: WOConditional { + condition = replyPlacementOnTop; + negate = YES; +} + +signaturePlacementOnTop: WOConditional { + condition = signaturePlacementOnTop; +} + +signaturePlacementOnBottom: WOConditional { + condition = signaturePlacementOnTop; + negate = YES; +} diff --git a/UI/AdministrationUI/Swedish.lproj/Localizable.strings b/UI/AdministrationUI/Swedish.lproj/Localizable.strings new file mode 100644 index 000000000..9f9d4408d --- /dev/null +++ b/UI/AdministrationUI/Swedish.lproj/Localizable.strings @@ -0,0 +1,15 @@ +/* this file is in UTF-8 format! */ + +"Help" = "Hjälp"; +"Close" = "Stäng"; + +"Modules" = "Moduler"; + +/* Modules short names */ +"ACLs" = "Åtkomsträttigheter"; + +/* Modules titles */ +"ACLs_title" = "Hantering av åtkomsträttigheter för användarmappar"; + +/* Modules descriptions */ +"ACLs_description" = "
Administrationsmodulen för åtkomsträttigheter möjliggör ändring av åtkomsträttigheter för användarens kalendrar och adressböcker.
För att ändra åtkomsträttigheter på en användarmapp, skriv användarnamnet i sökfältet uppe i fönstret och dubbelklicka på önskad mapp.
"; diff --git a/UI/Common/Swedish.lproj/Localizable.strings b/UI/Common/Swedish.lproj/Localizable.strings new file mode 100644 index 000000000..bfcf99fe2 --- /dev/null +++ b/UI/Common/Swedish.lproj/Localizable.strings @@ -0,0 +1,64 @@ +/* this file is in UTF-8 format! */ + +/* toolbars */ +"Save" = "Spara"; +"Close" = "Stäng"; +"Edit User Rights" = "Ändra användarrättigheter"; + +"Home" = "Hem"; +"Calendar" = "Kalender"; +"Address Book" = "Adressbok"; +"Mail" = "E-post"; +"Preferences" = "Inställningar"; +"Administration" = "Administration"; +"Disconnect" = "Koppla ner"; +"Right Administration" = "Rättighetsinställningar"; +"Log Console (dev.)" = "Felkonsol"; + +"User" = "Användare"; + +"Help" = "Hjälp"; + +"noJavascriptError" = "SOGo kräver att Javascript kan köras. Kontrollera att Javascript kan köras och att det är aktiverat i din browsers inställningar."; +"noJavascriptRetry" = "Försök igen"; + +"Owner:" = "Ägare:"; +"Publish the Free/Busy information" = "Publisera ledig/upptagen information"; + +"Default Roles" = "Standardroller"; + +"Sorry, the user rights can not be configured for that object." = "Tyvärr, användarrättigheterna kan inte konfigureras för objektet."; + +/* generic.js */ +"Unable to subscribe to that folder!" + = "Du kan inte prenumrera på mappen!"; +"You cannot subscribe to a folder that you own!" + = "Du kan inte prenumrera på en mapp som du själv äger!"; +"Unable to unsubscribe from that folder!" + = "Du kan inte avsluta prenumrationen på mappen!"; +"You cannot unsubscribe from a folder that you own!" + = "Du kan inte avsluta prenumrationen på en mapp som du själv äger!"; +"Unable to rename that folder!" = "Du kan inte byta namn på mappen!"; +"You have already subscribed to that folder!" + = "Du prenumrerar redan på mappen!"; +"The user rights cannot be edited for this object!" + = "Användarrättigheterna kan inte ändras på objektet!"; +"A folder by that name already exists." = "En mapp med det namnet finns redan."; +"You cannot create a list in a shared address book." + = "Du kan inte skapa en lista i en delad adressbok."; + +"You are not allowed to access this module or this system. Please contact your system administrator." += "Du har inte åtkomsträttighet till modulen eller systemet. Kontakta din systemadministratör."; +"You don't have the required privileges to perform the operation." += "Du har inte rättighet att utföra operationen."; + +"noEmailForDelegation" = "You must specify the address to which you want to delegate your invitation."; +"delegate is organizer" = "The delegate is the organizer. Please specify a different delegate."; +"delegate is a participant" = "The delegate is already a participant."; +"delegate is a group" = "The specified address corresponds to a group. You can only delegate to a unique person."; + +/* alarms */ +"Reminder:" = "Påminnelse:"; +"Start:" = "Start:"; +"Due Date:" = "Förfallodag:"; +"Location:" = "Plats:"; diff --git a/UI/Contacts/Swedish.lproj/Localizable.strings b/UI/Contacts/Swedish.lproj/Localizable.strings new file mode 100644 index 000000000..d6dd6e8f1 --- /dev/null +++ b/UI/Contacts/Swedish.lproj/Localizable.strings @@ -0,0 +1,188 @@ +/* this file is in UTF-8 format! */ + +"Contact" = "Kontakt"; +"Address" = "Adress"; +"Other" = "Annat"; + +"Address Books" = "Adressböcker"; +"Addressbook" = "Adressboken"; +"Addresses" = "Adresser"; +"Update" = "Uppdatera"; +"Cancel" = "Avbryt"; +"Common" = "Gemensamt"; +"Contact editor" = "Kontaktredigerare"; +"Contact viewer" = "Kontaktvisare"; +"Email" = "E-post"; +"Screen Name" = "Skärmnamn"; +"Extended" = "Utökad"; +"Fax" = "Fax"; +"Firstname" = "Förnamn"; +"Home" = "Hem"; +"HomePhone" = "Hemtelefon"; +"Lastname" = "Efternamn"; +"Location" = "Plats"; +"MobilePhone" = "Mobiltelefon"; +"Name" = "Namn"; +"OfficePhone" = "Kontorstelefon"; +"Organization" = "Organisation"; +"Work Phone" = "Arbetstelefon"; +"Phone" = "Telefon"; +"Phones" = "Telefoner"; +"Postal" = "Postnummer"; +"Save" = "Spara"; +"Internet" = "Internet"; +"Unit" = "Avdelning"; +"delete" = "radera"; +"edit" = "ändra"; +"invalidemailwarn" = "Meddelandet är inkomplett"; +"new" = "ny"; +"Preferred Phone" = "Föredragen telefon"; + +"Move To" = "Flytta"; +"Copy To" = "Kopiera"; +"Add to:" = "Addera:"; + +/* Tooltips */ + +"Create a new address book card" = "Skapa ett nytt adresskort"; +"Create a new list" = "Skapa en ny utskickslista"; +"Edit the selected card" = "Redigera markerat adresskort"; +"Send a mail message" = "Skicka ett meddelande"; +"Delete selected card or address book" = "Ta bort markerat adresskort eller adressbok"; + +"htmlMailFormat_UNKNOWN" = "Okänt"; +"htmlMailFormat_FALSE" = "Oformaterad Text"; +"htmlMailFormat_TRUE" = "HTML"; + +"Name or Email" = "Namn eller e-post"; +"Personal Addressbook" = "Personlig adressbok"; +"Search in Addressbook" = "Sök i adressbok"; + +"New Card" = "Nytt adresskort"; +"New List" = "Ny utskickslista"; +"Properties" = "Egenskaper"; +"Sharing..." = "Dela ut..."; +"Write" = "Skriv"; +"Delete" = "Ta bort"; +"Instant Message" = "Direktmeddelande"; +"Add..." = "Lägg till..."; +"Remove" = "Ta bort"; + +"Please wait..." = "Var god vänta..."; +"No possible subscription" = "Prenumeration är ej möjlig"; + +"Preferred" = "Föredragen"; +"Card for %@" = "Adresskort för %@"; +"Display:" = "Visa:"; +"Display Name:" = "Visningsnamn:"; +"Email:" = "E-post:"; +"Additional Email:" = "Ytterligare e-post:"; + +"Phone Number:" = "Telefonnummer:"; +"Prefers to receive messages formatted as:" = "Föredrar att få mottagna meddelanden kodade som:"; +"Screen Name:" = "Skärmnamn:"; + +"First:" = "Förnamn:"; +"Last:" = "Efternamn:"; +"Nickname:" = "Kortnamn:"; + +"Telephone" = "Telefonnummer"; +"Work:" = "Arbete:"; +"Home:" = "Hem:"; +"Fax:" = "Fax:"; +"Mobile:" = "Mobiltelefon:"; +"Pager:" = "Personsökare:"; + +"Title:" = "Titel:"; +"Service:" = "Befattning:"; +"Company:" = "Företag:"; +"Department:" = "Avdelning:"; +"Organization:" = "Organisation:"; +"Address:" = "Adress:"; +"City:" = "Stad: "; +"State_Province:" = "Landsdel/Stat:"; +"ZIP_Postal Code:" = "Postnummer:"; +"Country:" = "Land:"; +"Web Page:" = "Webbplats:"; + +"Work" = "Arbete"; +"Other Infos" = "Övrigt"; + +"Note:" = "Anteckning:"; +"Timezone:" = "Tidzon:"; +"Birthday:" = "Födelsedag:"; +"Freebusy URL:" = "Freebusy URL:"; + +"Add as..." = "Lägg till som..."; +"Recipient" = "Mottagare"; +"Carbon Copy" = "Kopia"; +"Blind Carbon Copy" = "Dold kopia"; + +"New Addressbook..." = "Ny adressbok..."; +"Subscribe to an Addressbook..." = "Prenumrera på en adressbok..."; +"Remove the selected Addressbook" = "Ta bort markerad adressbok"; + +"Name of the Address Book" = "Namn på adressbok"; +"Are you sure you want to delete the selected address book?" += "Är du säker på att du vill ta bort markerad adressbok?"; +"You cannot remove nor unsubscribe from a public addressbook." += "Du kan inte ta bort eller avbryta prenumration på en publik adressbok."; +"You cannot remove nor unsubscribe from your personal addressbook." += "Du kan inte ta bort eller avbryta prenumration på en personlig adressbok."; + +"Are you sure you want to delete the selected contacts?" += "Är du säker på att du vill ta bort markerade kontakter?"; + +"You cannot delete the card of \"%{0}\"." += "Du kan inte ta bort adresskortet \"%{0}\"."; + +"Address Book Name" = "Namn på adressbok"; + +"You cannot subscribe to a folder that you own!" += "Du kan inte prenumrera på en mapp som du äger."; +"Unable to subscribe to that folder!" += "Du kan inte prenumrera på mappen."; + +"Default Roles" = "Standardroller"; +"User rights for:" = "Användarrättigheter för:"; + +"This person can add cards to this addressbook." += "Personen kan lägga till addresskort i adressboken."; +"This person can edit the cards of this addressbook." += "Personen kan ändra addresskort i adressboken."; +"This person can list the content of this addressbook." += "Personen kan lista innehållet i adressboken."; +"This person can read the cards of this addressbook." += "Personen kan visa addresskort i adressboken."; +"This person can erase cards from this addressbook." += "Personen kan radera addresskort i adressboken."; + +"The selected contact has no email address." += "Markerad kontakt har ingen e-postadress."; + +"Please select a contact." = "Markera en kontakt."; + +/* Error messages for move and copy */ + +"SoAccessDeniedException" = "Du kan inte skriva i den här adressboken."; +"Forbidden" = "Du kan inte skriva i den här adressboken."; +"Invalid Contact" = "Markerad kontakt finns inte längre."; +"Unknown Destination Folder" = "Den markerade adressboken finns inte längre."; + +/* Lists */ +"List details" = "Information om utskickslistan"; +"List name:" = "Namn på utskickslistan:"; +"List nickname:" = "Smeknamn på utskickslistan:"; +"List description:" = "Beskrivning:"; +"Members" = "Medlemmar"; +"Contacts" = "Kontakter"; +"Add" = "Lägg till"; +"Lists can't be moved or copied." = "Utskickslistor kan inte flyttas eller kopieras."; +"Export" = "Exportera"; +"Import Cards" = "Importera adresskort"; +"Select a vCard or LDIF file." = "Välj ett vCard eller LDIF fil."; +"Upload" = "Ladda upp"; +"Done" = "Klart"; +"An error occured while importing contacts." = "Ett fel inträffade under importen av kontaker."; +"No card was imported." = "Inga adresskort importerades."; +"A total of %{0} cards were imported in the addressbook." = "Totalt %{0} av adresskorten importerades till adressboken."; diff --git a/UI/MailPartViewers/Swedish.lproj/Localizable.strings b/UI/MailPartViewers/Swedish.lproj/Localizable.strings new file mode 100644 index 000000000..4f2fc17cc --- /dev/null +++ b/UI/MailPartViewers/Swedish.lproj/Localizable.strings @@ -0,0 +1,45 @@ +ACCEPTED = "accepterad"; +COMPLETED = "avslutad"; +DECLINED = "avböjd"; +DELEGATED = "delegerad"; +IN-PROCESS = "pågående"; +NEEDS-ACTION = "behöver åtgärd"; +TENTATIVE = "preliminär"; +organized_by_you = "organiserad av dig"; +you_are_an_attendee = "du är en deltagare"; +add_info_text = "iMIP 'ADD' stöds inte ännu av SOGo."; +publish_info_text = "Avsändaren informerar dig om bifogad händelse."; +cancel_info_text = "Din inbjudan eller hela händelsen har ställts in."; +request_info_no_attendee = "föreslår ett möte till deltagarna. Du har fått meddelandet som information, men är inte planerad som deltagare."; +Appointment = "Möte"; + +Organizer = "Organisatör"; +Time = "Tid"; +Attendees = "Deltagare"; +request_info = "bjuder in dig att delta i ett möte."; +"Add to calendar" = "Lägg till i kalendern"; +"Delete from calendar" = "Ta bort från kalendern"; +"Update status" = "Uppdatera status"; +Accept = "Acceptera"; +Decline = "Avböj"; +Tentative = "Preliminär"; +"Delegate ..." = "Delegera ..."; +"Delegated to" = "Delegerad till"; +"Update status in calendar" = "Uppdatera status i kalendern"; + +reply_info_no_attendee = "Du har fått ett svar till en planerad händelse som avsändaren inte är inbjuden till."; +reply_info = "Du har fått ett svar till en händelse inbjuden av dig."; + +"to" = "till"; + +"Untitled" = "Ingen rubrik"; + +"Size" = "Storlek"; + +"Digital signature is not valid" = "Digital signatur är ogiltig"; +"Message is signed" = "Meddelandet är signerat"; +"Subject" = "Ämne"; +"From" = "Från"; +"Date" = "Datum"; +"To" = "Till"; +"Issuer" = "Utfärdat av"; diff --git a/UI/MailerUI/Swedish.lproj/Localizable.strings b/UI/MailerUI/Swedish.lproj/Localizable.strings new file mode 100644 index 000000000..b680fb6d5 --- /dev/null +++ b/UI/MailerUI/Swedish.lproj/Localizable.strings @@ -0,0 +1,268 @@ +/* this file is in UTF-8 format! */ + +/* Icon's label */ +"Create" = "Skapa"; +"Empty Trash" = "Töm papperskorgen"; +"Delete" = "Ta bort"; +"Expunge" = "Radera"; +"Forward" = "Vidarebefordra"; +"Get Mail" = "Hämta"; +"Junk" = "Skräppost"; +"Reply" = "Svara"; +"Reply All" = "Svara alla"; +"Print" = "Skriv ut"; +"Stop" = "Stopp"; +"Write" = "Skriv"; + +"Send" = "Skicka"; +"Contacts" = "Kontakter"; +"Attach" = "Bifoga"; +"Save" = "Spara"; +"Priority" = "Prioritet"; +"Size" = "Storlek"; + +/* Tooltips */ + +"Send this message now" = "Skicka meddelandet nu"; +"Select a recipient from an Address Book" = "Välj en mottagare ur en adressbok"; +"Include an attachment" = "Lägg till en bilaga"; +"Save this message" = "Spara meddelandet"; +"Get new messages" = "Hämta nya meddelanden"; +"Create a new message" = "Skapa ett nytt meddelande"; +"Go to address book" = "Gå till adressboken"; +"Reply to the message" = "Svara avsändaren"; +"Reply to sender and all recipients" = "Svara avsändaren och även alla mottagare"; +"Forward selected message" = "Vidarebefordra meddelandet"; +"Delete selected message or folder" = "Ta bort markerat meddelande eller mapp"; +"Mark the selected messages as junk" = "Märk de markerade meddelandena som skräp"; +"Print this message" = "Skriv ut detta meddelande"; +"Stop the current transfer" = "Stoppa pågående överföring"; +"Attachment" = "Bilagor"; +"Unread" = "Oläst"; +"Flagged" = "Märkt"; + +/* Main Frame */ + +"Home" = "Hem"; +"Calendar" = "Kalender"; +"Addressbook" = "Adressbok"; +"Mail" = "E-post"; +"Right Administration" = "Rättighetsadministration"; + +"Help" = "Hjälp"; + +/* Mail account main windows */ + +"Welcome to the SOGo Mailer. Use the folder tree on the left to browse your mail accounts!" = "Välkommen till SOGo Mailer. Använd mappvisaren på vänster sida för att bläddra i dina e-post konton!"; + +"Read messages" = "Läs meddelanden"; +"Write a new message" = "Skriv ett nytt meddelande"; + +"Share: " = "Dela ut: "; +"Account: " = "Konto: "; +"Shared Account: " = "Delat konto: "; + +/* acls */ +"Default Roles" = "Standardroller"; +"User rights for:" = "Användarrättigheter till:"; + +"List and see this folder" = "Lista och titta i mappen"; +"Read mails from this folder" = "Läsa meddelanden i mappen"; +"Mark mails read and unread" = "Markera meddelanden som lästa och olästa"; +"Modify the flags of the mails in this folder" = "Ändra märkningen av meddelanden i mappen"; +"Insert, copy and move mails into this folder" = "Lägga in, kopiera och flytta meddelanden till mappen"; +"Post mails" = "Skicka meddelanden"; +"Add subfolders to this folder" = "Lägga till undermappar till mappen"; +"Remove this folder" = "Ta bort mappen"; +"Erase mails from this folder" = "Radera meddelanden från mappen"; +"Expunge this folder" = "Radera mappen"; +"Modify the acl of this folder" = "Ändra åtkomsträttigheter på mappen"; + +"Update" = "Uppdatera"; +"Cancel" = "Avbryt"; + +/* Mail edition */ + +"From" = "Från"; +"Subject" = "Ämne"; +"To" = "Till"; +"Cc" = "Kopia"; +"Bcc" = "Dold kopia"; +"Reply-To" = "Svar-till"; +"Add address" = "Lägg till adress"; + +"Attachments:" = "Bilagor:"; +"Open" = "Öppna"; +"Select All" = "Välj alla"; +"Attach Web Page..." = "Bifoga webbsida..."; +"Attach File(s)..." = "Bifoga fil(er)..."; + +"to" = "Till"; +"cc" = "Kopia"; +"bcc" = "Dold kopia"; + +"Addressbook" = "Adressbok"; + +"Edit Draft..." = "Redigera utkast..."; +"Load Images" = "Ladda bilder"; + +"highest" = "Högst"; +"high" = "Hög"; +"normal" = "Normal"; +"low" = "Låg"; +"lowest" = "Lägst"; + +"This mail is being sent from an unsecure network!" = "Meddelandet skickas över en osäker nätverksförbindelse!"; + +/* Popup "show" */ + +"all" = "alla"; +"read" = "läst"; +"unread" = "oläst"; +"deleted" = "borttaget"; +"flagged" = "märkt"; + +/* MailListView */ + +"Sender" = "Avsändare"; +"Subject or Sender" = "Ämne eller avsändare"; +"To or Cc" = "Till eller kopia"; +"Entire Message" = "Hela meddelandet"; + +"Date" = "Datum"; +"View" = "Visa"; +"All" = "Alla"; +"Unread" = "Oläst"; +"messages" = "meddelanden"; + +"first" = "Första"; +"previous" = "Föregående"; +"next" = "Nästa"; +"last" = "Sista"; + +"msgnumber_to" = "till"; +"msgnumber_of" = "av"; + +"Mark Unread" = "Märk som oläst"; +"Mark Read" = "Märk som läst"; + +"Untitled" = "Ämne saknas"; + +/* Tree */ + +"SentFolderName" = "Skickat"; +"TrashFolderName" = "Papperskorgen"; +"InboxFolderName" = "Inkorgen"; +"DraftsFolderName" = "Utkast"; +"SieveFolderName" = "Filter"; +"Folders" = "Mappar"; /* title line */ + +/* MailMoveToPopUp */ + +"MoveTo" = "Flytta …"; + +/* Address Popup menu */ +"Add to Address Book..." = "Lägg till i adressbok..."; +"Compose Mail To" = "Skriv meddelande till"; +"Create Filter From Message..." = "Skapa filter från ett meddelande..."; + +/* Image Popup menu */ +"Save Image" = "Spara bild"; +"Save Attachment" = "Spara bilaga"; + +/* Mailbox popup menus */ +"Open in New Mail Window" = "Öppna i nytt fönster"; +"Copy Folder Location" = "Kopiera mappens sökväg"; +"Subscribe..." = "Prenumrera..."; +"Mark Folder Read..." = "Märk mapp som läst..."; +"New Folder..." = "Ny mapp..."; +"Compact This Folder" = "Komprimera mapp"; +"Search Messages..." = "Sök meddelanden..."; +"Sharing..." = "Dela ut..."; +"New Subfolder..." = "Ny undermapp..."; +"Rename Folder..." = "Byt namn på mapp..."; +"Delete Folder" = "Ta bort mapp"; +"Use This Folder For" = "Använd mapp till"; +"Get Messages for Account" = "Hämta nya meddelanden för konto"; + +/* Use This Folder menu */ +"Sent Messages" = "Skickade meddelanden"; +"Drafts" = "Utkast"; +"Deleted Messages" = "Borttagna meddelanden"; + +/* Message list popup menu */ +"Open Message In New Window" = "Öppna meddelande i nytt fönster"; +"Reply to Sender Only" = "Svara endast avsändaren"; +"Reply to All" = "Svara alla"; +"Forward" = "Vidarebefordra"; +"Edit As New..." = "Redigera som nytt..."; +"Move To" = "Flytta till"; +"Copy To" = "Kopiera till"; +"Label" = "Etikett"; +"Mark" = "Märk"; +"Save As..." = "Spara som..."; +"Print Preview" = "Förhandsgranska"; +"View Message Source" = "Visa meddelandets källkod"; +"Print..." = "Skriv ut..."; +"Delete Message" = "Ta bort meddelande"; +"Delete Selected Messages" = "Ta bort markerade meddelanden"; + +"This Folder" = "Den här mappen"; + +/* Label popup menu */ +"None" = "Inget"; +"Important" = "Viktigt"; +"Work" = "Arbete"; +"Personal" = "Personligt"; +"To Do" = "Att göra"; +"Later" = "Senare"; + +/* Mark popup menu */ +"As Read" = "Som läst"; +"Thread As Read" = "Hela tråden som läst"; +"As Read By Date..." = "Som lästa efter datum..."; +"All Read" = "Alla som lästa"; +"Flag" = "Lägg till märke"; +"As Junk" = "Som skräp"; +"As Not Junk" = "Som icke skräp"; +"Run Junk Mail Controls" = "Kör skräppostkontroll"; + +/* Folder operations */ +"Name :" = "Namn: "; +"Enter the new name of your folder :" + = "Skriv namnet på mappen: "; +"Do you really want to move this folder into the trash ?" + = "Vill du verkligen flytta mappen till papperskorgen?"; +"Operation failed" = "Operationen misslyckades"; + +"Quota" = "Disktilldelning"; +"quotasFormat" = "%{0}% använt av %{1} MB"; + +"Please select a message." = "Markera ett meddelande."; +"Please select a message to print." = "Markera meddelandet som ska skrivas ut."; +"Please select only one message to print." = "Markera bara ett meddelande som ska skrivas ut."; +"The message you have selected doesn't exist anymore." = "The message you have selected doesn't exist anymore."; + + +"The folder with name \"%{0}\" could not be created." += "Mappen \"%{0}\" kunde inte skapas."; +"This folder could not be renamed to \"%{0}\"." += "Mappen kunde inte byta namn till \"%{0}\"."; +"The folder could not be deleted." += "Mappen kunde inte tas bort."; +"The trash could not be emptied." += "Papperskorgen kunde inte tömmas."; +"The folder functionality could not be changed." += "Mappens funktion kunde inte ändras."; + +"You need to choose a non-virtual folder!" = "Du måste välja en icke virtuell mapp!"; + +"Moving a message into its own folder is impossible!" += "Det är inte möjligt att flytta ett meddelande till samma mapp!"; +"Copying a message into its own folder is impossible!" += "Det är inte möjligt att kopiera ett meddelande till samma mapp!"; + +/* Message editing */ +"error_validationfailed" = "Validering har misslyckats"; +"error_missingsubject" = "Ämne saknas"; +"error_missingrecipients" = "Ingen mottagare är angiven"; diff --git a/UI/MainUI/Swedish.lproj/Locale b/UI/MainUI/Swedish.lproj/Locale new file mode 100644 index 000000000..e04d1e1e9 --- /dev/null +++ b/UI/MainUI/Swedish.lproj/Locale @@ -0,0 +1,34 @@ +/* Swedish */ +{ + NSLanguageName = "Swedish"; + NSFormalName = "Svenska"; + NSLocaleCode = "sv"; /* ISO 639-1 */ + NSLanguageCode = "swe"; /* ISO 639-2 */ + NSParentContext = ""; + + NSCurrencySymbol = " kr"; + NSDateFormatString = "%A %e %B %Y"; + NSDateTimeOrdering = YMDH; + NSDecimalDigits = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9"); + NSDecimalSeparator = ","; + NSEarlierTimeDesignations = ("föregående", senaste, tidigare); + NSHourNameDesignations = ((0, midnatt), (10, "förmiddag"), (12, lunch), (14, eftermiddag), (19, "kväll")); + NSInternationalCurrencyString = SEK; /* ISO 4217 */ + NSLaterTimeDesignations = ("nästa"); + NSMonthNameArray = (Januari, Februari, Mars, April, Maj, Juni, Juli, Augusti, September, Oktober, November, December); + NSNextDayDesignations = (imorgon); + NSNextNextDayDesignations = ("övermorgon"); + NSPriorDayDesignations = ("igår"); + NSShortDateFormatString = "%Y-%m-%d"; + NSShortMonthNameArray = (Jan, Feb, Mar, Apr, Maj, Jun, Jul, Aug, Sep, Okt, Nov, Dec); + NSShortTimeDateFormatString = "%Y-%m-%d %H:%M"; + NSShortWeekDayNameArray = ("Sön", "Mån", Tis, Ons, Tor, Fre, "Lör"); + NSThisDayDesignations = (idag, nu); + NSThousandsSeparator = " "; + NSTimeDateFormatString = "%A %e %B %Y %H:%M:%S %Z"; + NSTimeFormatString = "%H:%M:%S"; + NSWeekDayNameArray = ("Söndag", "Måndag", Tisdag, Onsdag, Torsdag, Fredag, "Lördag"); + NSYearMonthWeekDesignations = ("år", "månad", vecka); + NSPositiveCurrencyFormatString = "9,999.00 $"; + NSNegativeCurrencyFormatString = "-9,999.00 $"; +} diff --git a/UI/MainUI/Swedish.lproj/Localizable.strings b/UI/MainUI/Swedish.lproj/Localizable.strings new file mode 100644 index 000000000..a6b319539 --- /dev/null +++ b/UI/MainUI/Swedish.lproj/Localizable.strings @@ -0,0 +1,40 @@ +/* this file is in UTF-8 format! */ + +"title" = "SOGo"; + +"Username:" = "Användarnamn:"; +"Password:" = "Lösenord:"; + +"Connect" = "Logga in"; + +"Wrong username or password." = "fel användarnamn eller lösenord."; +"cookiesNotEnabled" = "Du kan inte logga in eftersom din nätbläddrare inte har funktionen kakor(cookies) påslagen. Ändra dina inställningar i nätbläddraren så att funktionen kakor tillåts och prova igen."; + +"browserNotCompatible" = "Den version av nätbläddrare du använder stöds inte av webbplatsen. Vi rekommenderar att du använder Firefox. Klicka på länken nedan för att ladda ner den senaste versionen av Firefox."; +"alternativeBrowsers" = "Alternativt kan du också använda följande kompatibla nätbläddrare"; +"alternativeBrowserSafari" = "Alternativt kan du också använda Safari."; +"Download" = "Ladda ner"; + +"Language:" = "Språk:"; +"choose" = "Välj ..."; +"Czech" = "Česky"; +"Dutch" = "Nederlands"; +"English" = "English"; +"French" = "Français"; +"German" = "Deutsch"; +"Hungarian" = "Magyar"; +"Italian" = "Italiano"; +"BrazilianPortuguese" = "Português brasileiro"; +"Russian" = "Русский"; +"Spanish" = "Español"; +"Swedish" = "Svenska"; +"Welsh" = "Cymraeg"; + +"About" = "Om"; +"AboutBox" = "SOGo is a groupware server built around OpenGroupware.org (OGo) and the SOPE application server. It focuses on scalability.