diff options
Diffstat (limited to 'apps/files/l10n/sv.js')
-rw-r--r-- | apps/files/l10n/sv.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js index b7cdfa32dac..3cf6cbea544 100644 --- a/apps/files/l10n/sv.js +++ b/apps/files/l10n/sv.js @@ -4,15 +4,13 @@ OC.L10N.register( "Storage is temporarily not available" : "Lagring är tillfälligt inte tillgänglig", "Storage invalid" : "Lagring ogiltig", "Unknown error" : "Okänt fel", - "All files" : "Alla filer", - "Recent" : "Senaste", - "Favorites" : "Favoriter", "File could not be found" : "Fil kunde inte hittas", "Move or copy" : "Flytta eller kopiera", "Download" : "Hämta", "Delete" : "Radera", "Home" : "Hem", "Close" : "Stäng", + "Favorites" : "Favoriter", "Could not create folder \"{dir}\"" : "Kunde inte skapa mapp \"{dir}\"", "This will stop your current uploads." : "Detta kommer att stoppa nuvarande uppladdningar.", "Upload cancelled." : "Uppladdning avbruten.", @@ -94,6 +92,7 @@ OC.L10N.register( "You can only favorite a single file or folder at a time" : "Du kan bara favoritmarkera en fil eller mapp åt gången", "New folder" : "Ny mapp", "Upload file" : "Ladda upp fil", + "Recent" : "Senaste", "Not favorited" : "Inte favoriserade", "Remove from favorites" : "Ta bort från favoriter", "Add to favorites" : "Lägg till i favoriter", @@ -135,6 +134,7 @@ OC.L10N.register( "A file or folder has been <strong>deleted</strong>" : "En fil eller mapp har <strong>tagits bort</strong>", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Begränsa aviseringar om skapande och ändringar till dina <strong>favoritfiler</strong> <em>(Endast i flödet)</em>", "A file or folder has been <strong>restored</strong>" : "En fil eller mapp har <strong>återställts</strong>", + "All files" : "Alla filer", "Unlimited" : "Obegränsad", "Upload (max. %s)" : "Ladda upp (högst %s)", "Accept" : "Acceptera", |