зеркало из https://github.com/nextcloud/news.git
16 строки
360 B
PHP
16 строки
360 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Refresh" => "Refresca",
|
|
"by" => "per",
|
|
"Download" => "Avalcarga",
|
|
"Description" => "Descripcion",
|
|
"Web address" => "Adreiça web",
|
|
"Folder" => "Dorsièr",
|
|
"Create" => "Crea",
|
|
"Rename" => "Torna nomenar",
|
|
"Settings" => "Configuracion",
|
|
"Import" => "Importa",
|
|
"Export" => "Exporta"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
|