nextcloud/apps/files_sharing/l10n/ia.php

10 lines
204 B
PHP

<?php
$TRANSLATIONS = array(
"Reset" => "Re-fixar",
"Password" => "Contrasigno",
"Name" => "Nomine",
"Download" => "Discargar",
"Save" => "Salveguardar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";