summaryrefslogtreecommitdiffstats
path: root/apps/files_external/l10n/ia.php
blob: 978003e20cb1aa98ebd1f2c2dbf3d08e84439fed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$TRANSLATIONS = array(
"Location" => "Loco",
"Username" => "Nomine de usator",
"Password" => "Contrasigno",
"Share" => "Compartir",
"URL" => "URL",
"Folder name" => "Nomine de dossier",
"Groups" => "Gruppos",
"Users" => "Usatores",
"Delete" => "Deler"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";