13 lines
426 B
PHP
13 lines
426 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Password" => "Pasvorto",
|
|
"Submit" => "Sendi",
|
|
"%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);";
|