diff options
author | Daniel López Prat <daniel@6temes.cat> | 2013-01-18 10:07:50 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-01-18 10:07:50 +0100 |
commit | 187b13eb2e4f044659ad056a038b7aed65033579 (patch) | |
tree | 39d0bec26413a86a14882bfb707c60009a070b74 /lib/plugins/plugin | |
parent | d0ad4a7dbf04cff927ca85efa1a53176a0401620 (diff) | |
download | rpg-187b13eb2e4f044659ad056a038b7aed65033579.tar.gz rpg-187b13eb2e4f044659ad056a038b7aed65033579.tar.bz2 |
Catalan language update
Diffstat (limited to 'lib/plugins/plugin')
-rw-r--r-- | lib/plugins/plugin/lang/ca/lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/plugin/lang/ca/lang.php b/lib/plugins/plugin/lang/ca/lang.php index 0e3ef05df..5c7933666 100644 --- a/lib/plugins/plugin/lang/ca/lang.php +++ b/lib/plugins/plugin/lang/ca/lang.php @@ -6,6 +6,7 @@ * @author carles.bellver@gmail.com * @author carles.bellver@cent.uji.es * @author Carles Bellver <carles.bellver@cent.uji.es> + * @author daniel@6temes.cat */ $lang['menu'] = 'Gestió de connectors'; $lang['download'] = 'Baixa i instal·la un nou connector'; @@ -51,3 +52,4 @@ $lang['enabled'] = 'S\'ha habilitat el connector %s.'; $lang['notenabled'] = 'No s\'ha pogut habilitar el connector %s. Comproveu els permisos dels fitxers.'; $lang['disabled'] = 'S\'ha inhabilitat el connector %s.'; $lang['notdisabled'] = 'No s\'ha pogut inhabilitar el connector %s. Comproveu els permisos dels fitxers.'; +$lang['packageinstalled'] = 'El paquet del connector (%d plugins(s): %s) s\'ha instal·lat correctament.'; |