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

en_GB.php « l10n - github.com/nextcloud/templateeditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 890834f333c45615081e7f44a0862210df1fc48e (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(
"Could not load template" => "Could not load template",
"Saved" => "Saved",
"Reset" => "Reset",
"An error occurred" => "An error occurred",
"Sharing email - public link shares (HTML)" => "Sharing email - public link shares (HTML)",
"Sharing email - public link shares (plain text fallback)" => "Sharing email - public link shares (plain text fallback)",
"Sharing email (HTML)" => "Sharing email (HTML)",
"Sharing email (plain text fallback)" => "Sharing email (plain text fallback)",
"Lost password mail" => "Lost password mail",
"New user email (HTML)" => "New user email (HTML)",
"New user email (plain text fallback)" => "New user email (plain text fallback)",
"Activity notification mail" => "Activity notification mail",
"Mail Templates" => "Mail Templates",
"Theme" => "Theme",
"Template" => "Template",
"Please choose a template" => "Please choose a template",
"Save" => "Save"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";