summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/eo.php
blob: 294dc0314cce0671e6453129a0e4d216d9a27ffd (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Password" => "Pasvorto",
"%s shared the folder %s with you" => "%s kunhavigis la dosierujon %s kun vi",
"%s shared the file %s with you" => "%s kunhavigis la dosieron %s kun vi",
"Download" => "Elŝuti",
"Upload" => "Alŝuti",
"Cancel upload" => "Nuligi alŝuton",
"No preview available for" => "Ne haveblas antaŭvido por"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";