nextcloud/apps/files_sharing/l10n/ia.php

9 lines
180 B
PHP

<?php
$TRANSLATIONS = array(
"Cancel" => "Cancellar",
"Password" => "Contrasigno",
"Name" => "Nomine",
"Download" => "Discargar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";