nextcloud/apps/files_sharing/l10n/ia.php

9 lines
184 B
PHP

<?php
$TRANSLATIONS = array(
"Password" => "Contrasigno",
"Submit" => "Submitter",
"Download" => "Discargar",
"Upload" => "Incargar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";