summaryrefslogtreecommitdiff
path: root/lib/plugins/plugin/lang/ia/lang.php
blob: 523f8581d09646887bc152337a3ffb24641ab972 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?php
/**
 * Interlingua language file
 *
 * @author robocap <robocap1@gmail.com>
 * @author Martijn Dekker <martijn@inlv.org>
 */
$lang['menu']                  = 'Gestion de plug-ins';
$lang['download']              = 'Discargar e installar un nove plug-in';
$lang['manage']                = 'Plug-ins installate';
$lang['btn_info']              = 'info';
$lang['btn_update']            = 'actualisar';
$lang['btn_delete']            = 'deler';
$lang['btn_settings']          = 'configurationes';
$lang['btn_download']          = 'Discargar';
$lang['btn_enable']            = 'Salveguardar';
$lang['url']                   = 'URL';
$lang['installed']             = 'Installate:';
$lang['lastupdate']            = 'Ultime actualisation:';
$lang['source']                = 'Origine:';
$lang['unknown']               = 'incognite';
$lang['updating']              = 'Actualisation…';
$lang['updated']               = 'Actualisation del plug-in %s succedite';
$lang['updates']               = 'Le sequente plug-ins ha essite actualisate con successo';
$lang['update_none']           = 'Nulle actualisation trovate.';
$lang['deleting']              = 'Deletion…';
$lang['deleted']               = 'Le plug-in %s ha essite delite.';
$lang['downloading']           = 'Discargamento…';
$lang['downloaded']            = 'Installation del plug-in %s succedite.';
$lang['downloads']             = 'Le sequente plug-ins ha essite installate con successo:';
$lang['download_none']         = 'Nulle plug-in trovate, o il ha occurrite un problema incognite durante le discargamento e installation.';
$lang['plugin']                = 'Plug-in:';
$lang['components']            = 'Componentes';
$lang['noinfo']                = 'Iste plug-in retornava nulle information; illo pote esser invalide.';
$lang['name']                  = 'Nomine:';
$lang['date']                  = 'Data:';
$lang['type']                  = 'Typo:';
$lang['desc']                  = 'Description:';
$lang['author']                = 'Autor:';
$lang['www']                   = 'Web:';
$lang['error']                 = 'Un error incognite ha occurrite.';
$lang['error_download']        = 'Impossibile discargar le file del plug-in: %s';
$lang['error_badurl']          = 'URL probabilemente invalide; impossibile determinar le nomine del file ex le URL';
$lang['error_dircreate']       = 'Impossibile crear le dossier temporari pro reciper le discargamento';
$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.';
$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.';
$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.';
$lang['enabled']               = 'Plug-in %s activate.';
$lang['notenabled']            = 'Le plug-in %s non poteva esser activate; verifica le permissiones de accesso a files.';
$lang['disabled']              = 'Plug-in %s disactivate.';
$lang['notdisabled']           = 'Le plug-in %s non poteva esser disactivate; verifica le permissiones de accesso a files.';