richdocuments/l10n/nb.js

66 строки
4.0 KiB
JavaScript
Исходник Обычный вид История

2017-03-02 19:55:26 +03:00
OC.L10N.register(
"richdocuments",
{
2019-07-17 05:46:17 +03:00
"New Document.odt" : "Nytt dokument.odt",
"New Spreadsheet.ods" : "Nytt regneark.ods",
"New Presentation.odp" : "Ny presentasjon.odp",
"New Document.docx" : "Nytt dokument.docx",
"New Spreadsheet.xlsx" : "Nytt regneark.xlsx",
"New Presentation.pptx" : "Ny presentasjon.pptx",
"File already exists" : "Filen finnes allerede",
2019-07-17 05:46:17 +03:00
"Not allowed to create document" : "Ingen tillatelse til å lage nytt dokument",
"Saved" : "Lagret",
"The file was uploaded" : "Filen ble lastet opp",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Filen er større enn definert grense i upload_max_filesize satt i php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Filen er større enn definert grense i MAX_FILE_SIZE satt i HTML-formen.",
"The file was only partially uploaded" : "Filen ble kun delvis opplastet",
"No file was uploaded" : "Ingen fil var lastet opp",
"Missing a temporary folder" : "Mangler midlertidig mappe",
"Could not write file to disk" : "Skriving til disk mislyktes",
"A PHP extension stopped the file upload" : "En PHP-utvidelse stoppet filopplastingen.",
"No file uploaded or file size exceeds maximum of %s" : "Ingen fil lastet opp eller filen er større enn %s",
2019-12-22 06:37:45 +03:00
"File is too big" : "Filen er for stor",
"Invalid file provided" : "Ugyldig fil oppgitt",
"Office" : "Office",
2019-12-22 06:37:45 +03:00
"Empty" : "Tom",
2019-07-17 05:46:17 +03:00
"Edit office documents directly in your browser." : "Rediger Office-dokumenter i nettleseren din.",
2020-01-30 05:59:08 +03:00
"Advanced settings" : "Avanserte innstillinger",
"Restrict usage to specific groups" : "Begrens bruk til gitte grupper",
"Select groups" : "Velg grupper",
"Restrict edit to specific groups" : "Begrens redigering til gitte brupper",
"Use Canonical webroot" : "Bruk Canonical web-rot",
"Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolized webroot if this instance is accessed by both shibbolized and non-shibbolized webroots. You can ignore this setting if only one webroot is used to access this instance." : "Foretrukket nettrot (webroot) - i tilfelle Collabora kan bruke flere. Velg den med minst restriksjoner. Merk: Bruk ikke-shibbolert nettrot dersom du har flere. Du kan ignorere denne innstillingen om du kun bruker en nettrot (webroot).",
"Enable access for external apps" : "Aktiver tilgang for eksterne apper",
"Failed to save settings" : "Klarte ikke å lagre innstillinger",
"Description" : "Beskrivelse",
2019-12-22 06:37:45 +03:00
"No results" : "Ingen resultater",
"Cancel" : "Avbryt",
"Close" : "Lukk",
2019-12-22 06:37:45 +03:00
"Error" : "Feil",
"An error occurred" : "En feil oppstod",
2018-12-06 04:41:42 +03:00
"Please choose your nickname to continue as guest user." : "Vennligst velg et kallenavn for å fortsette som gjestebruker.",
2018-08-08 03:35:32 +03:00
"Nickname" : "Kallenavn",
"Set" : "Sett",
2017-12-20 04:19:40 +03:00
"Please enter the filename to store the document as." : "Oppgi et filnavn du ønsker å lagre dokumentet som.",
2017-11-24 04:26:45 +03:00
"Save As" : "Lagre som",
"New filename" : "Nytt filnavn",
2018-02-22 04:32:45 +03:00
"Save" : "Lagre",
"Try again" : "Prøv igjen",
"Saving …" : "Lagrer ...",
2019-12-22 06:37:45 +03:00
"Remove from favorites" : "Fjern fra favoritter",
"Add to favorites" : "Legg til i favoritter",
"Details" : "Detaljer",
"Download" : "Last ned",
2019-08-28 05:50:05 +03:00
"(read only)" : "(kun lese)",
"Guest" : "Gjest",
2020-10-14 06:07:49 +03:00
"Failed to revert the document to older version" : "Klarte ikke å gå tilbeke til eldre versjon av dokumentet",
"Could not create file" : "Klarte ikke å opprette fil",
"Create" : "Ny",
"Select template" : "Velg mal",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Lagret med feil: Collabora Online bør bruke samme protokoll som serverinstallasjonen.",
"Saving…" : "Lagrer…",
"Collabora Online" : "Collabora Online",
"Document already exists" : "Dokumentet finnes allerede"
2017-03-02 19:55:26 +03:00
},
"nplurals=2; plural=(n != 1);");