зеркало из https://github.com/nextcloud/news.git
12 строки
289 B
PHP
12 строки
289 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Download" => "Descargar",
|
|
"New folder" => "Nuevo directorio",
|
|
"Folder name" => "Nombre del directorio",
|
|
"Rename" => "Renombrar",
|
|
"Settings" => "Configuración",
|
|
"Import" => "Importar",
|
|
"Export" => "Exportar"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|