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

is.php « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98cee7d8fb310280aa4eb81e9dc463bbd4365142 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
$TRANSLATIONS = array(
"Please provide a valid Dropbox app key and secret." => "Gefðu upp virkan Dropbox lykil og leynikóða",
"Location" => "Staðsetning",
"Host" => "Netþjónn",
"Username" => "Notendanafn",
"Password" => "Lykilorð",
"Share" => "Deila",
"URL" => "URL",
"Access granted" => "Aðgengi veitt",
"Error configuring Dropbox storage" => "Villa við að setja upp Dropbox gagnasvæði",
"Grant access" => "Veita aðgengi",
"Error configuring Google Drive storage" => "Villa kom upp við að setja upp Google Drive gagnasvæði",
"Personal" => "Um mig",
"Name" => "Nafn",
"External Storage" => "Ytri gagnageymsla",
"Folder name" => "Nafn möppu",
"Configuration" => "Uppsetning",
"Delete" => "Eyða",
"Enable User External Storage" => "Virkja ytra gagnasvæði notenda"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";