diff options
Diffstat (limited to 'wiki/lib/plugins/popularity/lang/ia')
-rw-r--r-- | wiki/lib/plugins/popularity/lang/ia/intro.txt | 9 | ||||
-rw-r--r-- | wiki/lib/plugins/popularity/lang/ia/lang.php | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/wiki/lib/plugins/popularity/lang/ia/intro.txt b/wiki/lib/plugins/popularity/lang/ia/intro.txt new file mode 100644 index 0000000..d31c365 --- /dev/null +++ b/wiki/lib/plugins/popularity/lang/ia/intro.txt @@ -0,0 +1,9 @@ +====== Datos de popularitate ====== + +Iste instrumento collige datos anonyme super tu wiki e te permitte inviar los retro al disveloppatores de DokuWiki. Isto les adjuta de comprender como DokuWiki es usate per su usatores e assecura que le decisiones super le disveloppamento futur si basate super statisticas de uso ex le mundo real. + +Tu es incoragiate a repeter iste procedura de tempore a tempore pro continuar a informar le disveloppatores quando tu wiki cresce. Tu collectiones repetite de datos essera identificate per un ID anonyme. + +Le datos colligite contine informationes como tu version de DokuWiki, le numero e dimension de tu paginas e files, plug-ins installate e information super tu installation de PHP. + +Le datos crude que essera inviate es monstrate hic infra. Per favor usa le button "Inviar datos" pro transferer le informationes. \ No newline at end of file diff --git a/wiki/lib/plugins/popularity/lang/ia/lang.php b/wiki/lib/plugins/popularity/lang/ia/lang.php new file mode 100644 index 0000000..4a45f04 --- /dev/null +++ b/wiki/lib/plugins/popularity/lang/ia/lang.php @@ -0,0 +1,9 @@ +<?php +/** + * Interlingua language file + * + * @author robocap <robocap1@gmail.com> + * @author Martijn Dekker <martijn@inlv.org> + */ +$lang['name'] = 'Datos de popularitate (pote prender alcun tempore pro cargar)'; +$lang['submit'] = 'Inviar datos'; |