source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/plugin/lang/ia/lang.php@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 3.5 KB
Line 
1<?php
2/**
3 * Interlingua language file
4 *
5 * @author robocap <[email protected]>
6 * @author Martijn Dekker <[email protected]>
7 */
8$lang['menu'] = 'Gestion de plug-ins';
9$lang['download'] = 'Discargar e installar un nove plug-in';
10$lang['manage'] = 'Plug-ins installate';
11$lang['btn_info'] = 'info';
12$lang['btn_update'] = 'actualisar';
13$lang['btn_delete'] = 'deler';
14$lang['btn_settings'] = 'configurationes';
15$lang['btn_download'] = 'Discargar';
16$lang['btn_enable'] = 'Salveguardar';
17$lang['url'] = 'URL';
18$lang['installed'] = 'Installate:';
19$lang['lastupdate'] = 'Ultime actualisation:';
20$lang['source'] = 'Origine:';
21$lang['unknown'] = 'incognite';
22$lang['updating'] = 'Actualisation
';
23$lang['updated'] = 'Actualisation del plug-in %s succedite';
24$lang['updates'] = 'Le sequente plug-ins ha essite actualisate con successo';
25$lang['update_none'] = 'Nulle actualisation trovate.';
26$lang['deleting'] = 'Deletion
';
27$lang['deleted'] = 'Le plug-in %s ha essite delite.';
28$lang['downloading'] = 'Discargamento
';
29$lang['downloaded'] = 'Installation del plug-in %s succedite.';
30$lang['downloads'] = 'Le sequente plug-ins ha essite installate con successo:';
31$lang['download_none'] = 'Nulle plug-in trovate, o il ha occurrite un problema incognite durante le discargamento e installation.';
32$lang['plugin'] = 'Plug-in:';
33$lang['components'] = 'Componentes';
34$lang['noinfo'] = 'Iste plug-in retornava nulle information; illo pote esser invalide.';
35$lang['name'] = 'Nomine:';
36$lang['date'] = 'Data:';
37$lang['type'] = 'Typo:';
38$lang['desc'] = 'Description:';
39$lang['author'] = 'Autor:';
40$lang['www'] = 'Web:';
41$lang['error'] = 'Un error incognite ha occurrite.';
42$lang['error_download'] = 'Impossibile discargar le file del plug-in: %s';
43$lang['error_badurl'] = 'URL probabilemente invalide; impossibile determinar le nomine del file ex le URL';
44$lang['error_dircreate'] = 'Impossibile crear le dossier temporari pro reciper le discargamento';
45$lang['error_decompress'] = 'Le gestor de plug-ins non poteva decomprimer le file discargate. Isto pote esser le resultato de un discargamento defectuose, in le qual caso tu deberea probar lo de novo; o le formato de compression pote esser incognite, in le qual caso tu debe discargar e installar le plug-in manualmente.';
46$lang['error_copy'] = 'Il occurreva un error durante le tentativa de installar files pro le plugin <em>%s</em>: le disco pote esser plen o le permissiones de accesso a files pote esser incorrecte. Isto pote haber resultate in un plug-in partialmente installate e lassar tu installation del wiki instabile.';
47$lang['error_delete'] = 'Il occurreva un error durante le tentativa de deler le plug-in <em>%s</em>. Le causa le plus probabile es insufficiente permissiones de files o directorios.';
48$lang['enabled'] = 'Plug-in %s activate.';
49$lang['notenabled'] = 'Le plug-in %s non poteva esser activate; verifica le permissiones de accesso a files.';
50$lang['disabled'] = 'Plug-in %s disactivate.';
51$lang['notdisabled'] = 'Le plug-in %s non poteva esser disactivate; verifica le permissiones de accesso a files.';
Note: See TracBrowser for help on using the repository browser.