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

eu_ES.php « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c1a7b6889ba165f478a39dd2844238f39683b7d1 (plain)
1
2
3
4
5
6
7
<?php
$TRANSLATIONS = array(
"Location" => "kokapena",
"Personal" => "Pertsonala",
"Delete" => "Ezabatu"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";