nextcloud/apps/files_sharing/l10n/eo.php

12 lines
405 B
PHP
Raw Normal View History

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