summaryrefslogtreecommitdiffstats
path: root/apps/files_external/l10n/ia.php
blob: 65e87c81cc8c6fcd4da2588123092d83a205e8c3 (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",
"Personal" => "Personal",
"Name" => "Nomine",
"Folder name" => "Nomine de dossier",
"Delete" => "Deler"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";