summaryrefslogtreecommitdiff
path: root/lib/plugins/plugin/lang
diff options
context:
space:
mode:
authorinfo <info@softwarevalencia.com>2009-01-29 20:00:02 +0100
committerinfo <info@softwarevalencia.com>2009-01-29 20:00:02 +0100
commit5dbfc37e4ee787d700a4485a6ed6249718c3eadf (patch)
tree71bede6044723f239cdd935a212f910a81e1dab7 /lib/plugins/plugin/lang
parentb628467b2162f527e05185b8a1dc86b8608131fc (diff)
downloadrpg-5dbfc37e4ee787d700a4485a6ed6249718c3eadf.tar.gz
rpg-5dbfc37e4ee787d700a4485a6ed6249718c3eadf.tar.bz2
Valencian translation added
Ignore-this: 83b249f767bffc80aa1cf216fd23cb3d darcs-hash:20090129190002-5fb9e-17f60fdb77d9673d8519f00f8e82b9ca2422544c.gz
Diffstat (limited to 'lib/plugins/plugin/lang')
-rw-r--r--lib/plugins/plugin/lang/ca-va/admin_plugin.txt6
-rw-r--r--lib/plugins/plugin/lang/ca-va/lang.php71
2 files changed, 77 insertions, 0 deletions
diff --git a/lib/plugins/plugin/lang/ca-va/admin_plugin.txt b/lib/plugins/plugin/lang/ca-va/admin_plugin.txt
new file mode 100644
index 000000000..ee0a0d13b
--- /dev/null
+++ b/lib/plugins/plugin/lang/ca-va/admin_plugin.txt
@@ -0,0 +1,6 @@
+====== Gestor de plúgins ======
+
+Des d'esta pàgina pot gestionar tot lo relacionat en els [[doku>wiki:plugins|plúgins]] de DokuWiki.
+Per a poder descarregar i instalar un plúgin, el servidor web deu
+poder escriure en la carpeta de plúgins.
+
diff --git a/lib/plugins/plugin/lang/ca-va/lang.php b/lib/plugins/plugin/lang/ca-va/lang.php
new file mode 100644
index 000000000..8484ec957
--- /dev/null
+++ b/lib/plugins/plugin/lang/ca-va/lang.php
@@ -0,0 +1,71 @@
+<?php
+/**
+ * valencian language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author Bernat Arlandis i Mañó <berarma@ya.com>
+ */
+
+$lang['menu'] = 'Gestor de plúgins';
+
+// custom language strings for the plugin
+$lang['download'] = "Descarregar i instalar un nou plúgin";
+$lang['manage'] = "Plúgins instalats";
+
+$lang['btn_info'] = 'info';
+$lang['btn_update'] = 'actualisar';
+$lang['btn_delete'] = 'borrar';
+$lang['btn_settings'] = 'ajusts';
+$lang['btn_download'] = 'Descarregar';
+$lang['btn_enable'] = 'Guardar';
+
+$lang['url'] = 'URL';
+
+$lang['installed'] = 'Instalat:';
+$lang['lastupdate'] = 'Última actualisació:';
+$lang['source'] = 'Font:';
+$lang['unknown'] = 'desconegut';
+
+// ..ing = header message
+// ..ed = success message
+
+$lang['updating'] = 'Actualisant ...';
+$lang['updated'] = 'Plúgin %s actualisat correctament';
+$lang['updates'] = 'Els següents plúgins s\'han actualisat correctament:';
+$lang['update_none'] = 'No s\'han trobat actualisacions.';
+
+$lang['deleting'] = 'Borrant ...';
+$lang['deleted'] = 'Plúgin %s borrat.';
+
+$lang['downloading'] = 'Descarregant ...';
+$lang['downloaded'] = 'Plúgin %s instalat correctament';
+$lang['downloads'] = 'Els següents plúgins s\'han instalat correctament:';
+$lang['download_none'] = 'No s\'han trobat plúgins o ha hagut algun problema descarregant i instalant.';
+
+// info titles
+$lang['plugin'] = 'Plúgin:';
+$lang['components'] = 'Components';
+$lang['noinfo'] = 'Este plúgin no ha tornat informació, pot ser invàlit.';
+$lang['name'] = 'Nom:';
+$lang['date'] = 'Data:';
+$lang['type'] = 'Tipo:';
+$lang['desc'] = 'Descripció:';
+$lang['author'] = 'Autor:';
+$lang['www'] = 'Web:';
+
+// error messages
+$lang['error'] = 'Ha ocorregut un erro desconegut.';
+$lang['error_download'] = 'No es pot descarregar l\'archiu del plúgin: %s';
+$lang['error_badurl'] = 'Possible URL roïn - no es pot determinar el nom de l\'archiu de la URL';
+$lang['error_dircreate'] = 'No es pot crear la carpeta temporal per a rebre descàrregues';
+$lang['error_decompress'] = 'El gestor de plúgins no ha pogut descomprimir l\'archiu descarregat. '.
+ 'Açò pot ser degut a una descàrrega fallida, en eixe cas deuria intentar-ho de nou; '.
+ 'o el format de compressió pot ser desconegut, en eixe cas necessitarà '.
+ 'descarregar i instalar el plúgin manualment.';
+$lang['error_copy'] = 'Ha ocorregut un erro en la còpia de l\'archiu instalant archius del plugin '.
+ '<em>%s</em>: el disc podria estar ple o els permissos d\'accés a l\'archiu estan mal. '.
+ 'Açò podria haver deixat el plúgin parcialment instalat i deixar el wiki inestable.';
+$lang['error_delete'] = 'Ha ocorregut un erro intentant borrar el plúgin <em>%s</em>. '.
+ 'La causa més provable és que els permissos d\'accés a l\'archiu o el directori no siguen suficients';
+
+//Setup VIM: ex: et ts=4 enc=utf-8 :