Add translation files necessary for i18n

This commit is contained in:
Ron Pedde
2007-04-25 03:08:10 +00:00
parent 16d7ebf4ff
commit 15e5592a8b
21 changed files with 1518 additions and 0 deletions

View File

@@ -0,0 +1,78 @@
/* NSTextField ((available when Firefly is running)) : <title:(available when Firefly is running)> (oid:172) */
"(available when Firefly is running)" = "(tillgängligt när Firefly ar aktivt)";
/* NSWindow (<< do not localize >>) : <title:<< do not localize >>> (oid:12) */
"<< do not localize >>" = "<< do not localize >>";
/* NSTextField (<unknown>) : <title:<unknown>> (oid:128) */
"<unknown>" = "<okänd>";
/* NSTextField (Additional configuration options are available from Firefly's built-in web page. Available when Firefly is running.) : <title:Additional configuration options are available from Firefly's built-in web page. Available when Firefly is running.> (oid:119) */
"Additional configuration options are available from Firefly's built-in web page. Available when Firefly is running." = "Fler konfigurations alternativ är tillgängliga via Fireflys inbyggde webb sida. Tillgängligt när Firefly är aktivt.";
/* NSTabViewItem : <title:Advanced> (oid:101) */
"Advanced" = "Avancerat";
/* NSButton (Apply Now) : <title:Apply Now> (oid:167) */
"Apply Now" = "Använd";
/* NSTextField (Assign Server Port:) : <title:Assign Server Port:> (oid:116) */
"Assign Server Port:" = "Ange Serverns Port:";
/* NSMenuItem : <title:Automatically> (oid:162) */
"Automatically" = "Automatiskt";
/* NSMenuItem : <title:Automatically, when I log in> (oid:111) */
"Automatically, when I log in" = "Automatiskt, när jag loggar in";
/* NSBox (Box) : <title:Box> (oid:181) */
"Box" = "Box";
/* NSButton (Browse...) : <title:Browse...> (oid:123) */
"Browse..." = "Välj mapp...";
/* NSTextField (Firefly Server Version:) : <title:Firefly Server Version:> (oid:171) */
"Firefly Server Version:" = "Firefly serverns version:";
/* NSTextField (Firefly is disabled) : <title:Firefly is disabled> (oid:104) */
"Firefly is disabled" = "Firefly är avaktiverat";
/* NSTabViewItem : <title:General> (oid:99) */
"General" = "Allmänt";
/* NSTextField (Library Location:) : <title:Library Location:> (oid:122) */
"Library Location:" = "Bibliotekets mappen:";
/* NSTabViewItem : <title:Log> (oid:199) */
"Log" = "Logg";
/* NSMenuItem : <title:Manually> (oid:163) */
"Manually" = "Manuellt";
/* NSButton (Open Web Page) : <title:Open Web Page> (oid:120) */
"Open Web Page" = "Öppna Webbsida";
/* NSMenu : <title:OtherViews> (oid:161) */
"OtherViews" = "Andra Vyer";
/* NSTextField (Prefs Panel Version:) : <title:Prefs Panel Version:> (oid:170) */
"Prefs Panel Version:" = "Inställningspanelens version:";
/* NSButton (Require Password:) : <title:Require Password:> (oid:107) */
"Require Password:" = "Lösenord som krävs:";
/* NSTextField (Shared Name:) : <title:Shared Name:> (oid:106) */
"Shared Name:" = "Delat Namn:";
/* NSButton (Show Firefly menu in menu bar) : <title:Show Firefly menu in menu bar> (oid:196) */
"Show Firefly menu in menu bar" = "Visa Firefly status i menyraden";
/* NSButton (Start Firefly) : <title:Start Firefly> (oid:103) */
"Start Firefly" = "Starta Firefly";
/* NSTextField (Start server:) : <title:Start server:> (oid:114) */
"Start server:" = "Starta servern:";
/* NSTextField (The Firefly music server shares your music library with other computers and compatible devices on the local network.) : <title:The Firefly music server shares your music library with other computers and compatible devices on the local network.> (oid:125) */
"The Firefly music server shares your music library with other computers and compatible devices on the local network." = "Firefly delar ditt musikbibliotek med andra datorer och kompatibla enheter på det lokala nätverket.";

View File

@@ -0,0 +1,3 @@
/* Localized versions of Info.plist keys */
"NSHumanReadableCopyright" = "© 2006 Roku LLC";

View File

@@ -0,0 +1,159 @@
/* Format string for default library name */
"%@'s Firefly on %@" = "%1$@'s Firefly på %2$@";
/* Displayed in place of server version when server is not running */
"(available when Firefly is running)" = "(tillgängligt när Firefly ar aktivt)";
/* Info text for the web page button when server is not running */
"Additional configuration options are available from Firefly's built-in web page. Available when Firefly is running." = "Fler konfigurations alternativ är tillgängliga via Fireflys inbyggde webb sida. Tillgängligt när Firefly är aktivt.";
/* Info text for the web page button when server is running */
"Additional configuration options are available from Firefly's built-in web page. Click to open the page in your browser." = "Fler konfigurations alternativ är tillgängliga via Fireflys inbyggde webb sida. Klicka för att öppna sidan i din webbläsare.";
/* Explanatory text for the failure-to-get-status alert */
"An unexpected error occurred when trying to get the status of the Firefly server. Please close and re-open this Preference pane, and try again." = "Ett oväntat fel har uppstått när Fireflys status kontrollerades. Starta om den här panelen för att försöka igen.";
/* Explanatory text for the failure-to-stop alert */
"An unexpected error occurred when trying to start Firefly. Please close and re-open this Preference pane, and try again." = "Ett oväntat fel uppstod när Firefly startades. Starta om den här panelen för att försöka igen.";
/* Explanatory text for the failure-to-stop alert */
"An unexpected error occurred when trying to stop Firefly. Please close and re-open this Preference pane, and try again." = "Ett oväntat fel uppstod när Firefly skulle stoppas. Starta om den här panelen för att försöka igen.";
/* Label for apply button in save prompt dialog */
"Apply" = "Använd";
/* Prompt to save changes when exiting prefs pane */
"Apply configuration changes?" = "Använd konfigurations ändringarna?";
/* Label for cancel button in save prompt dialog */
"Cancel" = "Avbryt";
/* Status text for when Firefly state is not known */
"Checking Firefly status…" = "Checking Firefly status…";
/* The Choose button in the library browser dialog */
"Choose" = "Välj";
/* Title of the library browser dialog */
"Choose Library Location" = "Välj din biblioteketsmapp";
/* Explanatory text for the connection-lost alert */
"Communication has been lost with the Firefly Helper. Please close and re-open this Preference pane, and try again." = "Kontakten med Firefly Helper har förlorats. Starta om den här panelen för att försöka igen.";
/* Alert message notifying the user of config error */
"Configuration error" = "Konfigurations fel";
/* Label for dont' apply button in save prompt dialog */
"Don't Apply" = "Aktivera Inte";
/* Explanatory text for the failure-to-apply alert */
"Due to an unexpected error, your changes could not be applied." = "Ett oväntat fel gjorde att dina ändringar inte kunde sparas.";
/* Alert message notifying the user of failure to apply */
"Failed to apply changes" = "Kunde inte utföra ändringarna";
/* Alert message notifying the user of failure to save */
"Failed to save changes" = "Kunde inte spara ändringarna";
/* Explanatory text for the failure-to-apply alert */
"Firefly appears to be incorrectly installed or damaged. Please consult the documentation.\n\n" = "Firefly verkar vara felaktig installerat eller skadat. Se dokumentationen för mer information.\n\n";
/* Explanatory text for the failure-to-save alert */
"Firefly could not be started because your changes could not be saved" = "Firefly kunde inte startas eftersom dina ändringar inte kunde sparas";
/* Format string for error message */
"Firefly directory could not be found or created at: %@" = "Firefly mappen kunde inte hittas eller skapas i: %@";
/* Status message for Firefly */
"Firefly failed to start" = "Firefly kunde inte startas";
/* Status message for Firefly */
"Firefly is not running" = "Firefly är inte aktivt";
/* Status message for Firefly */
"Firefly is restarting" = "Firefly startar om";
/* Status message for Firefly */
"Firefly is running" = "Firefly är inte aktivt";
/* Status message for Firefly */
"Firefly is scanning the library" = "Firefly söker igenom biblioteket";
/* Status message for Firefly */
"Firefly is starting" = "Firefly startar";
/* Status message for Firefly */
"Firefly is stopping" = "Firefly stoppas";
/* Status message for Firefly */
"Firefly status is unknown" = "Fireflys status är okänd";
/* Status message for Firefly */
"Firefly stopped unexpectedly" = "Firefly stannade oväntat";
/* @Alert title when port number is invalid */
"Invalid port number" = "Felaktigt port nummer";
/* Generic alert string for an invalid control */
"Invalid value" = "Ogiltigt värde";
/* Error message displayed at panel load */
"Library directory could not be found in user folder" = "Biblioteksmappen kunde inte hittas i användar mappen";
/* Alert message notifying the user of failure to get status */
"Lost contact with Firefly Helper" = "Förlorade kontakten med Firefly Helper";
/* @Alert title when library name is invalid */
"Missing library name" = "Saknar bibliotekets namn";
/* @Alert title when password is invalid */
"Missing password" = "Lösenord saknas";
/* Error message if library name is invalid */
"Please enter a library name" = "Skriv in bibliotekets namn";
/* Error message if password is empty */
"Please enter a password, or un-check the password checkbox" = "Ange ett lösenord eller kryssa ur lösenords rutan";
/* Error message if invalid port entered */
"Please enter a port number between 1024 and 65535, or choose \"Automatic\" from the pop-up menu" = "Ange ett port nummer mellan 1024 och 65535, eller välj \"Automatisk\" från pop-up menyn";
/* Info text for the library browse dialog */
"Please select the folder containing your music library, then click Choose." = "Välj mappen som innehåller ditt musik bibliotek, och klicka Välj.";
/* One of several titles for the start/stop button */
"Start Firefly" = "Starta Firefly";
/* One of several titles for the start/stop button */
"Stop Firefly" = "Stoppa Firefly";
/* Format string for error message */
"The configuration file is present, but is not writable: %@" = "Konfigurations filen existerar, men går inte att skriva till: %@";
/* Format string for error message upon invalid install */
"The Firefly installation appears to be damaged. Unable to locate Firefly Helper." = "Installationen av Firefly verkar vara skadad. Kan inte lokalisera Firefly Helper.";
/* Text for missing log file */
"The log file has not been created." = "Loggfilen har inte skapats.";
/* Text for empty log file */
"The log file is empty." = "Logg filen är tom.";
/* Format string for error message upon invalid install */
"Unable to create a default configuration file at: %@" = "Kunde inte skapa en standard konfigutaions fil i: %@";
/* Error message displayed at panel load */
"Unable to find or create Application Support folder" = "Kunde inte hitta eller skapa Application Support mappen";
/* Alert message notifying the user of failure to get status */
"Unable to get server status" = "Kunde inte få serverns status";
/* Error message related to invalid config */
"Unable to read configuration information" = "Kan inte läsa konfigurationen";
/* Alert message notifying the user of failure to stop */
"Unable to start Firefly" = "Kunde inte starta Firefly";
/* Alert message notifying the user of failure to stop */
"Unable to stop Firefly" = "Kunde inte stoppa Firefly";