Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n/nn_NO.php')
-rw-r--r--apps/files_sharing/l10n/nn_NO.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/apps/files_sharing/l10n/nn_NO.php b/apps/files_sharing/l10n/nn_NO.php
deleted file mode 100644
index 7297183b2e7..00000000000
--- a/apps/files_sharing/l10n/nn_NO.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Cancel" => "Avbryt",
-"Shared by" => "Delt av",
-"The password is wrong. Try again." => "Passordet er gale. Prøv igjen.",
-"Password" => "Passord",
-"Name" => "Namn",
-"Sorry, this link doesn’t seem to work anymore." => "Orsak, denne lenkja fungerer visst ikkje lenger.",
-"Reasons might be:" => "Moglege grunnar:",
-"the item was removed" => "fila/mappa er fjerna",
-"the link expired" => "lenkja har gått ut på dato",
-"sharing is disabled" => "deling er slått av",
-"For more info, please ask the person who sent this link." => "Spør den som sende deg lenkje om du vil ha meir informasjon.",
-"Download" => "Last ned"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";