mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
19 lines
880 B
PHP
19 lines
880 B
PHP
<?php
|
|
|
|
/**
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
*
|
|
* @author Felipo Kastro <fefcas@gmail.com>
|
|
* @author Felipe Castro <fefcas@gmail.com>
|
|
* @author Robert Bogenschneider <robog@gmx.de>
|
|
* @author Erik Pedersen <erik pedersen@shaw.ca>
|
|
* @author Erik Pedersen <erik.pedersen@shaw.ca>
|
|
* @author Robert Bogenschneider <bogi@uea.org>
|
|
*/
|
|
$lang['name'] = 'Populareca enketo (eble la ŝargo prokrastos iomete)';
|
|
$lang['submit'] = 'Sendi datumaron';
|
|
$lang['autosubmit'] = 'Aŭtomate sendi datumaron monate';
|
|
$lang['submissionFailed'] = 'La datumaro ne povis esti sendata tial:';
|
|
$lang['submitDirectly'] = 'Vi povas sendi vi mem la datumaron per la sekva informilo.';
|
|
$lang['autosubmitError'] = 'La lasta aŭtomata sendo malsukcesis, tial:';
|
|
$lang['lastSent'] = 'La datumaro sendiĝis';
|