diff --git a/l10n/sv.js b/l10n/sv.js index 3044cd620..31235ee35 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -2,6 +2,7 @@ OC.L10N.register( "cookbook", { "Could not set recipe update interval to {interval}" : "Kunde inte välja uppdateringsinterval till {interval}", + "Could not set preference for image printing" : "Valen för bildutskrift gick inte att ställa in.", "Path to your recipe collection" : "Sökväg till din receptsamling", "Could not set recipe folder to {path}" : "Kunde inte ange receptkatalog till {path}", "Path to your Recipe Image" : "Sökväg till din receptbild", @@ -51,6 +52,8 @@ OC.L10N.register( "Rescan library" : "Uppdatera bibliotek", "Recipe folder" : "Receptkatalog", "Please pick a folder" : "Välj katalog", - "Update interval in minutes" : "Uppdateringsintervall" + "Update interval in minutes" : "Uppdateringsintervall", + "Last update:" : "Senaste uppdatering:", + "Print image with recipe" : "Skriv ut bild med recept" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/sv.json b/l10n/sv.json index 17473c033..7864440f9 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -1,5 +1,6 @@ { "translations": { "Could not set recipe update interval to {interval}" : "Kunde inte välja uppdateringsinterval till {interval}", + "Could not set preference for image printing" : "Valen för bildutskrift gick inte att ställa in.", "Path to your recipe collection" : "Sökväg till din receptsamling", "Could not set recipe folder to {path}" : "Kunde inte ange receptkatalog till {path}", "Path to your Recipe Image" : "Sökväg till din receptbild", @@ -49,6 +50,8 @@ "Rescan library" : "Uppdatera bibliotek", "Recipe folder" : "Receptkatalog", "Please pick a folder" : "Välj katalog", - "Update interval in minutes" : "Uppdateringsintervall" + "Update interval in minutes" : "Uppdateringsintervall", + "Last update:" : "Senaste uppdatering:", + "Print image with recipe" : "Skriv ut bild med recept" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file