diff options
Diffstat (limited to 'apps/files/l10n/nb_NO.js')
-rw-r--r-- | apps/files/l10n/nb_NO.js | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/apps/files/l10n/nb_NO.js b/apps/files/l10n/nb_NO.js index 3f1cf0a7bd8..04df3cff3bf 100644 --- a/apps/files/l10n/nb_NO.js +++ b/apps/files/l10n/nb_NO.js @@ -54,6 +54,7 @@ OC.L10N.register( "Unshare" : "Avslutt deling", "Select" : "Velg", "Pending" : "Ventende", + "Unable to determine date" : "Kan ikke fastslå datoen", "Error moving file." : "Feil ved flytting av fil.", "Error moving file" : "Feil ved flytting av fil", "Error" : "Feil", @@ -73,7 +74,8 @@ OC.L10N.register( "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Ugyldig privat nøkkel for Krypterings-app. Oppdater passordet for din private nøkkel i dine personlige innstillinger for å gjenopprette tilgang til de krypterte filene dine.", "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Kryptering ble slått av men filene dine er fremdeles kryptert. Gå til dine personlige innstillinger for å dekryptere filene dine.", "{dirs} and {files}" : "{dirs} og {files}", - "Favorite" : "Favoritt", + "Favorited" : "Er favoritt", + "Favorite" : "Gjør til favoritt", "%s could not be renamed as it has been deleted" : "%s kunne ikke gis nytt navn da den er blitt slettet", "%s could not be renamed" : "Kunne ikke gi nytt navn til %s", "Upload (max. %s)" : "Opplasting (maks. %s)", @@ -92,10 +94,15 @@ OC.L10N.register( "From link" : "Fra lenke", "Upload" : "Last opp", "Cancel upload" : "Avbryt opplasting", + "No files yet" : "Ingen filer ennå", + "Upload some content or sync with your devices!" : "Last opp noe innhold eller synkroniser med enhetene dine!", + "Select all" : "Velg alle", "Download" : "Last ned", "Upload too large" : "Filen er for stor", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Filene du prøver å laste opp er for store for å laste opp til denne serveren.", "Files are being scanned, please wait." : "Skanner filer, vennligst vent.", - "Currently scanning" : "Skanner nå" + "Currently scanning" : "Skanner nå", + "No favorites" : "Ingen favoritter", + "Files and folders you mark as favorite will show up here" : "Filer og mapper som du gjør til favoritter vises her" }, "nplurals=2; plural=(n != 1);"); |