server/apps/files_sharing/l10n/eo.php

13 lines
426 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2012-08-30 00:06:45 +00:00
"Password" => "Pasvorto",
2012-09-09 00:03:35 +00:00
"Submit" => "Sendi",
2012-10-14 00:08:47 +00:00
"%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",
2012-09-09 00:03:35 +00:00
"Download" => "Elŝuti",
2013-06-30 00:13:07 +00:00
"Upload" => "Alŝuti",
"Cancel upload" => "Nuligi alŝuton",
2013-06-14 00:52:34 +00:00
"No preview available for" => "Ne haveblas antaŭvido por"
2012-08-16 00:09:15 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";