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

is.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3573703971366144d1fbdb760262023a720f1b1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
$TRANSLATIONS = array(
"This file is too big to be opened. Please download the file instead." => "Þessi skrá er of stór til að opna hana hér. Halaðu henni niður í staðinn.",
"Cannot read the file." => "Get ekki lesið skrána.",
"Invalid file path supplied." => "Ógild skráarslóð.",
"The file is locked." => "Skráin er læst.",
"An internal server error occurred." => "Innri villa kom upp.",
"Cannot save file as it has been modified since opening" => "Get ekki vistað skrána þar sem það hefur verið gerð breytt á henni frá opnun",
"Insufficient permissions" => "Ekki næg réttindi",
"File path not supplied" => "Skrá slóð fylgir ekki",
"File mtime not supplied" => "mtime skrá fylgir ekki",
"saving..." => "er að vista ...",
"saved!" => "vistað!",
"failed!" => "mistókst!",
"Saved" => "Vistað",
"There was a problem saving your changes. Click to resume editing." => "Það kom upp vandamál við að vista breytingarnar þínar. Smelltu til að halda ritun áfram.",
"An error occurred!" => "Villa kom upp!",
"Text file" => "Textaskrá",
"New text file.txt" => "Ný textaskrá.txt"
);
$PLURAL_FORMS = "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);";