diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-17 14:20:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-29 10:13:50 +0100 |
commit | 9f7c571e401b5a1a59c0ae9faa119da98aa4a184 (patch) | |
tree | 2d52fc7f9dd9b507e38fb4f4e373e0f7a0a9f9fb /apps/files/l10n/nn_NO.js | |
parent | 2f19de11e4c77b0f9195c3868960d8105541359f (diff) | |
download | nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.tar.gz nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.zip |
update all translation files to js and json
Diffstat (limited to 'apps/files/l10n/nn_NO.js')
-rw-r--r-- | apps/files/l10n/nn_NO.js | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/apps/files/l10n/nn_NO.js b/apps/files/l10n/nn_NO.js new file mode 100644 index 00000000000..6d17a9458c5 --- /dev/null +++ b/apps/files/l10n/nn_NO.js @@ -0,0 +1,64 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "Ukjend feil", + "Could not move %s - File with this name already exists" : "Klarte ikkje flytta %s – det finst allereie ei fil med dette namnet", + "Could not move %s" : "Klarte ikkje flytta %s", + "File name cannot be empty." : "Filnamnet kan ikkje vera tomt.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Ugyldig namn, «\\», «/», «<», «>», «:», «\"», «|», «?» og «*» er ikkje tillate.", + "Unable to set upload directory." : "Klarte ikkje å endra opplastingsmappa.", + "Invalid Token" : "Ugyldig token", + "No file was uploaded. Unknown error" : "Ingen filer lasta opp. Ukjend feil", + "There is no error, the file uploaded with success" : "Ingen feil, fila vart lasta opp", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Fila du lasta opp er større enn det «upload_max_filesize» i php.ini tillater: ", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den opplasta fila er større enn variabelen MAX_FILE_SIZE i HTML-skjemaet", + "The uploaded file was only partially uploaded" : "Fila vart berre delvis lasta opp", + "No file was uploaded" : "Ingen filer vart lasta opp", + "Missing a temporary folder" : "Manglar ei mellombels mappe", + "Failed to write to disk" : "Klarte ikkje skriva til disk", + "Not enough storage available" : "Ikkje nok lagringsplass tilgjengeleg", + "Upload failed. Could not find uploaded file" : "Feil ved opplasting. Klarte ikkje å finna opplasta fil.", + "Upload failed. Could not get file info." : "Feil ved opplasting. Klarte ikkje å henta filinfo.", + "Invalid directory." : "Ugyldig mappe.", + "Files" : "Filer", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Klarte ikkje å lasta opp {filename} sidan det er ei mappe eller er 0 byte.", + "Upload cancelled." : "Opplasting avbroten.", + "Could not get result from server." : "Klarte ikkje å henta resultat frå tenaren.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Fila lastar no opp. Viss du forlèt sida no vil opplastinga verta avbroten.", + "{new_name} already exists" : "{new_name} finst allereie", + "Share" : "Del", + "Delete" : "Slett", + "Unshare" : "Udel", + "Delete permanently" : "Slett for godt", + "Rename" : "Endra namn", + "Pending" : "Under vegs", + "Error moving file" : "Feil ved flytting av fil", + "Error" : "Feil", + "Name" : "Namn", + "Size" : "Storleik", + "Modified" : "Endra", + "_%n folder_::_%n folders_" : ["%n mappe","%n mapper"], + "_%n file_::_%n files_" : ["%n fil","%n filer"], + "_Uploading %n file_::_Uploading %n files_" : ["Lastar opp %n fil","Lastar opp %n filer"], + "Your storage is full, files can not be updated or synced anymore!" : "Lagringa di er full, kan ikkje lenger oppdatera eller synkronisera!", + "Your storage is almost full ({usedSpacePercent}%)" : "Lagringa di er nesten full ({usedSpacePercent} %)", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Kryptering er skrudd av, men filene dine er enno krypterte. Du kan dekryptera filene i personlege innstillingar.", + "{dirs} and {files}" : "{dirs} og {files}", + "%s could not be renamed" : "Klarte ikkje å omdøypa på %s", + "File handling" : "Filhandtering", + "Maximum upload size" : "Maksimal opplastingsstorleik", + "max. possible: " : "maks. moglege:", + "Save" : "Lagre", + "WebDAV" : "WebDAV", + "New" : "Ny", + "Text file" : "Tekst fil", + "New folder" : "Ny mappe", + "Folder" : "Mappe", + "From link" : "Frå lenkje", + "Nothing in here. Upload something!" : "Ingenting her. Last noko opp!", + "Download" : "Last ned", + "Upload too large" : "For stor opplasting", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Filene du prøver å lasta opp er større enn maksgrensa til denne tenaren.", + "Files are being scanned, please wait." : "Skannar filer, ver venleg og vent." +}, +"nplurals=2; plural=(n != 1);"); |