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

is.php « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3acd2159495ab73c8a7d5b750515d704afc1bade (plain)
1
2
3
4
5
6
7
8
9
<?php
$TRANSLATIONS = array(
"Cancel" => "Hætta við",
"Shared by" => "Deilt af",
"Password" => "Lykilorð",
"Name" => "Nafn",
"Download" => "Niðurhal"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";