server/apps/files_sharing/l10n/et_EE.php

9 lines
290 B
PHP
Raw Normal View History

2012-08-19 00:05:44 +00:00
<?php $TRANSLATIONS = array(
2012-09-09 00:03:35 +00:00
"Password" => "Parool",
"Submit" => "Saada",
2012-10-29 23:01:50 +00:00
"%s shared the folder %s with you" => "%s jagas sinuga kausta %s",
"%s shared the file %s with you" => "%s jagas sinuga faili %s",
2012-09-09 00:03:35 +00:00
"Download" => "Lae alla",
2013-06-14 00:52:34 +00:00
"No preview available for" => "Eelvaadet pole saadaval"
2012-08-19 00:05:44 +00:00
);