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

en_GB.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 163d870e53fa5bc8c04a09991c0011430a698e97 (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." => "This file is too big to be opened. Please download the file instead.",
"Cannot read the file." => "Cannot read the file.",
"Invalid file path supplied." => "Invalid file path supplied.",
"The file is locked." => "The file is locked.",
"An internal server error occurred." => "An internal server error occurred.",
"Cannot save file as it has been modified since opening" => "Cannot save file as it has been modified since opening",
"Insufficient permissions" => "Insufficient permissions",
"File path not supplied" => "File path not supplied",
"File mtime not supplied" => "File mtime not supplied",
"saving..." => "saving...",
"saved!" => "saved!",
"failed!" => "failed!",
"Saved" => "Saved",
"There was a problem saving your changes. Click to resume editing." => "There was a problem saving your changes. Click to resume editing.",
"An error occurred!" => "An error occurred!",
"Text file" => "Text file",
"New text file.txt" => "New text file.txt"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";