9 lines
348 B
PHP
9 lines
348 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "Jelszó",
|
|
"Submit" => "Elküld",
|
|
"%s shared the folder %s with you" => "%s megosztotta Önnel ezt a mappát: %s",
|
|
"%s shared the file %s with you" => "%s megosztotta Önnel ezt az állományt: %s",
|
|
"Download" => "Letöltés",
|
|
"No preview available for" => "Nem áll rendelkezésre előnézet ehhez: "
|
|
);
|