summaryrefslogtreecommitdiff
path: root/lib/plugins/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/plugin')
-rw-r--r--lib/plugins/plugin/lang/cs/lang.php1
-rw-r--r--lib/plugins/plugin/lang/de-informal/admin_plugin.txt2
-rw-r--r--lib/plugins/plugin/lang/de-informal/lang.php16
-rw-r--r--lib/plugins/plugin/lang/es/lang.php1
-rw-r--r--lib/plugins/plugin/lang/fr/admin_plugin.txt4
-rw-r--r--lib/plugins/plugin/lang/fr/lang.php50
-rw-r--r--lib/plugins/plugin/lang/gl/admin_plugin.txt4
-rw-r--r--lib/plugins/plugin/lang/gl/lang.php48
-rw-r--r--lib/plugins/plugin/lang/ia/admin_plugin.txt3
-rw-r--r--lib/plugins/plugin/lang/ia/lang.php51
-rw-r--r--lib/plugins/plugin/lang/it/admin_plugin.txt3
-rw-r--r--lib/plugins/plugin/lang/it/lang.php10
-rw-r--r--lib/plugins/plugin/lang/lb/admin_plugin.txt4
-rw-r--r--lib/plugins/plugin/lang/lb/lang.php6
-rw-r--r--lib/plugins/plugin/lang/mk/lang.php43
-rw-r--r--lib/plugins/plugin/lang/pl/lang.php2
-rw-r--r--lib/plugins/plugin/lang/pt-br/lang.php1
-rw-r--r--lib/plugins/plugin/lang/ru/lang.php1
-rw-r--r--lib/plugins/plugin/lang/sq/admin_plugin.txt3
-rw-r--r--lib/plugins/plugin/lang/sq/lang.php50
20 files changed, 234 insertions, 69 deletions
diff --git a/lib/plugins/plugin/lang/cs/lang.php b/lib/plugins/plugin/lang/cs/lang.php
index d56f52be2..bd1380143 100644
--- a/lib/plugins/plugin/lang/cs/lang.php
+++ b/lib/plugins/plugin/lang/cs/lang.php
@@ -7,6 +7,7 @@
* @author Zbynek Krivka <zbynek.krivka@seznam.cz>
* @author Bohumir Zamecnik <bohumir@zamecnik.org>
* @author tomas@valenta.cz
+ * @author Marek Sacha <sachamar@fel.cvut.cz>
*/
$lang['menu'] = 'Správa pluginů';
$lang['download'] = 'Stáhnout a instalovat plugin';
diff --git a/lib/plugins/plugin/lang/de-informal/admin_plugin.txt b/lib/plugins/plugin/lang/de-informal/admin_plugin.txt
index 663313436..576797d57 100644
--- a/lib/plugins/plugin/lang/de-informal/admin_plugin.txt
+++ b/lib/plugins/plugin/lang/de-informal/admin_plugin.txt
@@ -1,3 +1,3 @@
===== Erweiterungsmanagement =====
-Auf dieser Seite kannst du alles anpassen was mit DokuWiki zu tun hat [[doku>plugins|plugins]]. Der Ordner der Erweiterungen muss für den Webserver beschreibbar sein, um Erweiterungen herunterladen und installieren zu können. \ No newline at end of file
+Auf dieser Seite kannst du alles anpassen was mit den DokuWiki [[doku>plugins|Erweiterungen]] zu tun hat. Der Ordner der Erweiterungen muss für den Webserver beschreibbar sein, um Erweiterungen herunterladen und installieren zu können. \ No newline at end of file
diff --git a/lib/plugins/plugin/lang/de-informal/lang.php b/lib/plugins/plugin/lang/de-informal/lang.php
index 5796eebf1..f906bf6aa 100644
--- a/lib/plugins/plugin/lang/de-informal/lang.php
+++ b/lib/plugins/plugin/lang/de-informal/lang.php
@@ -4,11 +4,11 @@
*
* @author Alexander Fischer <tbanus@os-forge.net>
* @author Juergen Schwarzer <jschwarzer@freenet.de>
- * @author ste-re@web.de
+ * @author Marcel Metz <marcel_metz@gmx.de>
*/
$lang['menu'] = 'Plugins verwalten';
-$lang['download'] = 'Herunterladen und installieren eines neuen Plugins';
-$lang['manage'] = 'Installierte Plugins';
+$lang['download'] = 'Herunterladen und installieren einer neuen Erweiterung';
+$lang['manage'] = 'Installierte Erweiterungen';
$lang['btn_info'] = 'Information';
$lang['btn_update'] = 'aktualisieren';
$lang['btn_delete'] = 'löschen';
@@ -24,15 +24,15 @@ $lang['updating'] = 'Aktualisiere...';
$lang['updated'] = 'Erweiterung %s wurde erfolgreich aktualisiert.';
$lang['updates'] = 'Die folgenden Erweiterungen wurden erfolgreich aktualisiert.';
$lang['update_none'] = 'Keine Aktualisierungen gefunden.';
-$lang['deleting'] = 'Loesche...';
+$lang['deleting'] = 'Lösche...';
$lang['deleted'] = 'Erweiterung %s wurde gelöscht.';
$lang['downloading'] = 'Herunterladen...';
$lang['downloaded'] = 'Erweiterung %s wurde erfolgreich installiert';
$lang['downloads'] = 'Die folgenden Erweiterungen wurden erfolgreich installiert:';
$lang['download_none'] = 'Keine Erweiterungen gefunden oder es trat ein unbekanntest Problem beim Herunterladen und Installieren auf.';
-$lang['plugin'] = 'Plugin:';
+$lang['plugin'] = 'Erweiterung:';
$lang['components'] = 'Komponenten';
-$lang['noinfo'] = 'Diese Erweiterung gab keine Information zurück - es könnte ungültig sein.';
+$lang['noinfo'] = 'Diese Erweiterung gab keine Information zurück - sie könnte ungültig sein.';
$lang['name'] = 'Name:';
$lang['date'] = 'Datum:';
$lang['type'] = 'Typ:';
@@ -44,8 +44,8 @@ $lang['error_download'] = 'Nicht möglich die Erweiterung herunterzuladen
$lang['error_badurl'] = 'Vermute schlechte URL - nicht möglich den Dateinamen aus der URL zu ermitteln';
$lang['error_dircreate'] = 'Nicht möglich einen temporären Ordner zu erstellen um den Download zu empfangen.';
$lang['error_decompress'] = 'Dem Erweiterungsmanager war es nicht möglich die heruntergeladene Datei zu dekomprimieren. Dies kann an einem defekten Download liegen, in diesem Fall sollten Sie es erneut versuchen; oder das Format mit dem die Datei komprimiert ist, ist unbekannt, da müssen Sie die Erweiterung manuell herunterladen und installieren. ';
-$lang['error_copy'] = 'Es trat ein Dateifehler beim Kopieren der Installationsdateien für Plugn <em>%s</em> auf: Die Festplatte könnte voll oder die Zugriffsrechte verweigert worden sein. Dies führt zu einem teilweise installierten Plugin und belässt dein Wiki in einem instabilen Zustand.';
-$lang['error_delete'] = 'Es trat ein Fehler beim Löschen des Plugins <em>%s</em> auf. Die whrscheinlichste Ursache ist eine unzureichende Datei- oder Ordnerzugriffserlaubnis.';
+$lang['error_copy'] = 'Es trat ein Dateifehler beim Kopieren der Installationsdateien für die Erweiterung <em>%s</em> auf: Die Festplatte könnte voll oder die Zugriffsrechte verweigert worden sein. Dies führt zu einer teilweise installierten Erweiterung und belässt dein Wiki in einem instabilen Zustand.';
+$lang['error_delete'] = 'Es trat ein Fehler beim Löschen der Erweiterung <em>%s</em> auf. Die wahrscheinlichste Ursache ist eine unzureichende Datei- oder Ordnerzugriffserlaubnis.';
$lang['enabled'] = 'Erweiterung %s aktiviert.';
$lang['notenabled'] = 'Erweiterung %s konnte nicht aktiviert werden. Überprüfen sie die Zugriffsberechtigung der Datei.';
$lang['disabled'] = 'Erweiterung %s deaktiviert.';
diff --git a/lib/plugins/plugin/lang/es/lang.php b/lib/plugins/plugin/lang/es/lang.php
index 08ab38196..33264ddf3 100644
--- a/lib/plugins/plugin/lang/es/lang.php
+++ b/lib/plugins/plugin/lang/es/lang.php
@@ -17,6 +17,7 @@
* @author Marvin Ortega <maty1206@maryanlinux.com>
* @author Daniel Castro Alvarado <dancas2@gmail.com>
* @author Fernando J. Gómez <fjgomez@gmail.com>
+ * @author Victor Castelan <victorcastelan@gmail.com>
*/
$lang['menu'] = 'Administración de Plugins';
$lang['download'] = 'Descargar e instalar un nuevo plugin';
diff --git a/lib/plugins/plugin/lang/fr/admin_plugin.txt b/lib/plugins/plugin/lang/fr/admin_plugin.txt
index 28696ebb4..c43e44684 100644
--- a/lib/plugins/plugin/lang/fr/admin_plugin.txt
+++ b/lib/plugins/plugin/lang/fr/admin_plugin.txt
@@ -1,4 +1,4 @@
-====== Gestion des plugins ======
+====== Gestion des modules externes ======
-Cette page vous permet de gérer tout ce qui a trait aux [[doku>plugins|plugins]] de DokuWiki. Pour télécharger et installer un plugin, le répertoire plugin doit être accessible en écriture pour le serveur Web.
+Cette page vous permet de gérer tout ce qui a trait aux [[doku>plugins|modules externes]] de DokuWiki. Pour télécharger et installer un module, le répertoire « ''plugin'' » doit être accessible en écriture pour le serveur Web.
diff --git a/lib/plugins/plugin/lang/fr/lang.php b/lib/plugins/plugin/lang/fr/lang.php
index 43c4e9c5f..4e4bca214 100644
--- a/lib/plugins/plugin/lang/fr/lang.php
+++ b/lib/plugins/plugin/lang/fr/lang.php
@@ -12,14 +12,16 @@
* @author Erik Pedersen <erik.pedersen@shaw.ca>
* @author olivier duperray <duperray.olivier@laposte.net>
* @author Vincent Feltz <psycho@feltzv.fr>
+ * @author Philippe Bajoit <philippe.bajoit@gmail.com>
+ * @author Florian Gaub <floriang@floriang.net>
*/
-$lang['menu'] = 'Gestion des module externes';
+$lang['menu'] = 'Gestion des modules externes';
$lang['download'] = 'Télécharger et installer un nouveau module';
-$lang['manage'] = 'Plugins installés';
-$lang['btn_info'] = 'info';
-$lang['btn_update'] = 'rafraîchir';
-$lang['btn_delete'] = 'effacer';
-$lang['btn_settings'] = 'paramètres';
+$lang['manage'] = 'Modules installés';
+$lang['btn_info'] = 'Info';
+$lang['btn_update'] = 'Mettre à jour';
+$lang['btn_delete'] = 'Supprimer';
+$lang['btn_settings'] = 'Paramètres';
$lang['btn_download'] = 'Télécharger';
$lang['btn_enable'] = 'Enregistrer';
$lang['url'] = 'URL';
@@ -27,33 +29,33 @@ $lang['installed'] = 'Installé :';
$lang['lastupdate'] = 'Dernière mise à jour :';
$lang['source'] = 'Source :';
$lang['unknown'] = 'inconnu';
-$lang['updating'] = 'Mise à jour...';
-$lang['updated'] = 'Plugin %s mis à jour avec succès';
+$lang['updating'] = 'Mise à jour…';
+$lang['updated'] = 'Modules %s mis à jour avec succès';
$lang['updates'] = 'Les modules suivants ont été mis à jour avec succès';
$lang['update_none'] = 'Aucune mise à jour n\'a été trouvée.';
-$lang['deleting'] = 'Suppression...';
-$lang['deleted'] = 'Plugin %s supprimé.';
-$lang['downloading'] = 'Téléchargement...';
-$lang['downloaded'] = 'Plugin %s installé avec succès';
+$lang['deleting'] = 'Suppression…';
+$lang['deleted'] = 'Module %s supprimé.';
+$lang['downloading'] = 'Téléchargement…';
+$lang['downloaded'] = 'Module %s installé avec succès';
$lang['downloads'] = 'Les modules suivants ont été installés avec succès :';
$lang['download_none'] = 'Aucun module n\'était trouvé, ou un problème inconnu est survenu durant le téléchargement et l\'installation.';
-$lang['plugin'] = 'Plugin :';
+$lang['plugin'] = 'Module :';
$lang['components'] = 'Composants';
$lang['noinfo'] = 'Ce module externe n\'a transmis aucune information, il pourrait être invalide.';
$lang['name'] = 'Nom :';
$lang['date'] = 'Date :';
$lang['type'] = 'Type :';
-$lang['desc'] = 'Description&nbsp;:';
+$lang['desc'] = 'Description :';
$lang['author'] = 'Auteur :';
-$lang['www'] = 'Web :';
+$lang['www'] = 'Site web :';
$lang['error'] = 'Une erreur inconnue est survenue.';
-$lang['error_download'] = 'Impossible de télécharger le fichier du plugin: %s';
-$lang['error_badurl'] = 'URL suspecte - impossible de déterminer le nom du fichier à partir de l\'URL';
+$lang['error_download'] = 'Impossible de télécharger le fichier du module : %s';
+$lang['error_badurl'] = 'URL suspecte. Impossible de déterminer le nom du fichier à partir de l\'URL';
$lang['error_dircreate'] = 'Impossible de créer le répertoire temporaire pour réceptionner le téléchargement';
-$lang['error_decompress'] = 'Le gestionnaire de plugin a été incapable de décompresser le fichier téléchargé. Ceci peut être le résultat d\'un mauvais téléchargement, auquel cas vous devriez réessayer ; ou bien le format de compression est inconnu, auquel cas vous devez télécharger et installer le plugin manuellement.';
-$lang['error_copy'] = 'Une erreur de copie est survenue lors de l\'installation des fichiers du plugin <em>%s</em>: votre disque est peut-être plein ou les droits d\'accès au fichier sont incorrects. Il a pu en résulter une installation partielle du plugin rendant votre installation du wiki instable.';
-$lang['error_delete'] = 'Une erreur est survenue à la suppression du plugin <em>%s</em>. La raison la plus probable est l\'insuffisance des droits sur les fichiers ou le répertoire.';
-$lang['enabled'] = 'Plugin %s activé.';
-$lang['notenabled'] = 'Le plugin %s n\'a pas pu être activé, vérifiez le fichier des permissions.';
-$lang['disabled'] = 'Plugin %s désactivé.';
-$lang['notdisabled'] = 'Le plugin %s n\'a pas pu être désactivé, vérifiez le fichier des permissions.';
+$lang['error_decompress'] = 'Le gestionnaire de modules externes a été incapable de décompresser le fichier téléchargé. Ceci peut être le résultat d\'un mauvais téléchargement, auquel cas vous devriez réessayer ; ou bien le format de compression est inconnu, auquel cas vous devez télécharger et installer le module manuellement.';
+$lang['error_copy'] = 'Une erreur de copie est survenue lors de l\'installation des fichiers du module <em>%s</em> : votre disque est peut-être plein ou les droits d\'accès au fichier sont incorrects. Il a pu en résulter une installation partielle du module rendant votre installation du wiki instable.';
+$lang['error_delete'] = 'Une erreur est survenue à la suppression du module <em>%s</em>. La raison la plus probable est l\'insuffisance des droits sur les fichiers ou le répertoire.';
+$lang['enabled'] = 'Module %s activé.';
+$lang['notenabled'] = 'Le module %s n\'a pas pu être activé, vérifiez le fichier des permissions.';
+$lang['disabled'] = 'Module %s désactivé.';
+$lang['notdisabled'] = 'Le module %s n\'a pas pu être désactivé, vérifiez le fichier des permissions.';
diff --git a/lib/plugins/plugin/lang/gl/admin_plugin.txt b/lib/plugins/plugin/lang/gl/admin_plugin.txt
index 481cb49a6..216285a8d 100644
--- a/lib/plugins/plugin/lang/gl/admin_plugin.txt
+++ b/lib/plugins/plugin/lang/gl/admin_plugin.txt
@@ -1,3 +1,3 @@
-====== Xestión de plugins ======
+====== Xestión de Extensións ======
-Nesta páxina pode xestionar todas as accións posíbeis cos [[doku>plugins|plugins]] do DokuWiki. Para poder descargar e instalar un plugin, o seu cartafol de plugins debe ser escribíbel polo servidor web.
+Nesta páxina podes xestionar todas as accións posíbeis cos [[doku>plugins|extensións]] do DokuWiki. Para poder descargar e instalar unha extensión, o teu cartafol de extensións debe ser escribíbel polo servidor web.
diff --git a/lib/plugins/plugin/lang/gl/lang.php b/lib/plugins/plugin/lang/gl/lang.php
index a4fd98594..157911a62 100644
--- a/lib/plugins/plugin/lang/gl/lang.php
+++ b/lib/plugins/plugin/lang/gl/lang.php
@@ -2,14 +2,12 @@
/**
* Galicianlanguage file
*
- * @author CiberIrmandade da Fala <infoxeral@ciberirmandade.org>
- * @author Tagen Ata <localizacion@tagenata.com>
- * @author Leandro Regueiro <leandro.regueiro@gmail.com>
+ * @author Medúlio <medulio@ciberirmandade.org>
*/
-$lang['menu'] = 'Xestionar os plugins';
-$lang['download'] = 'Descargar e instalar un plugin novo';
-$lang['manage'] = 'Plugins instalados';
-$lang['btn_info'] = 'información';
+$lang['menu'] = 'Xestionar Extensións';
+$lang['download'] = 'Descargar e instalar unha nova extensión';
+$lang['manage'] = 'Extensións Instalados';
+$lang['btn_info'] = 'info';
$lang['btn_update'] = 'actualización';
$lang['btn_delete'] = 'eliminar';
$lang['btn_settings'] = 'configuración';
@@ -21,18 +19,18 @@ $lang['lastupdate'] = 'Última actualización:';
$lang['source'] = 'Fonte:';
$lang['unknown'] = 'descoñecido';
$lang['updating'] = 'Actualizando...';
-$lang['updated'] = 'Actualizouse correctamente o plugin %s';
-$lang['updates'] = 'Actualizáronse correctamente os seguintes plugins';
-$lang['update_none'] = 'Non se encontraron actualizacións.';
+$lang['updated'] = 'Actualizouse correctamente a extensión %s';
+$lang['updates'] = 'Actualizáronse correctamente as seguintes extensións';
+$lang['update_none'] = 'Non se atoparon actualizacións.';
$lang['deleting'] = 'Eliminando...';
-$lang['deleted'] = 'Eliminado o plugin %s.';
+$lang['deleted'] = 'Eliminado a extensión %s.';
$lang['downloading'] = 'Descargando...';
-$lang['downloaded'] = 'Instalouse correctamente o plugin %s';
-$lang['downloads'] = 'Instaláronse correctamente os seguintes plugins:';
-$lang['download_none'] = 'Non se encontraron plugins ou aconteceu un problema descoñecido durante a descarga e instalación.';
-$lang['plugin'] = 'Plugin:';
+$lang['downloaded'] = 'Instalouse correctamente a extensión %s';
+$lang['downloads'] = 'Instaláronse correctamente as seguintes extensións:';
+$lang['download_none'] = 'Non se atoparon extensións, ou aconteceu un problema descoñecido durante a descarga e instalación.';
+$lang['plugin'] = 'Extensión:';
$lang['components'] = 'Compoñentes';
-$lang['noinfo'] = 'Este plugin non devolveu información ningunha; pode que non sexa válido.';
+$lang['noinfo'] = 'Esta extensión non devolveu información ningunha. Pode que non sexa válida.';
$lang['name'] = 'Nome:';
$lang['date'] = 'Data:';
$lang['type'] = 'Tipo:';
@@ -40,13 +38,13 @@ $lang['desc'] = 'Descrición:';
$lang['author'] = 'Autor:';
$lang['www'] = 'Web:';
$lang['error'] = 'Houbo un erro descoñecido.';
-$lang['error_download'] = 'Non se puido descargar o ficheiro de plugin: %s';
-$lang['error_badurl'] = 'O URL é posibelmente incorrecto - non se puido determinar o nome do ficheiro mediante o URL';
+$lang['error_download'] = 'Non se puido descargar o arquivo de extensión: %s';
+$lang['error_badurl'] = 'URL posiblemente incorrecto - non se puido determinar o nome do arquivo mediante o URL';
$lang['error_dircreate'] = 'Non se puido crear un cartafol temporal para recibir a descarga';
-$lang['error_decompress'] = 'O xestor de plugins non foi quen de descomprimir o ficheiro descargado. Isto podería estar causado por unha descarga danada e en tal caso poderíalo tentar de novo; pode tamén que o formato de compresión sexa descoñecido, co que precisará descargar e instalar o plugin de modo manual.';
-$lang['error_copy'] = 'Houbo un erro de copia do ficheiro ao tentar instalar o plugin <em>%s</em>: pode que o disco estea cheo ou que os permisos de acceso sexan incorrectos. Isto podería dar lugar a unha instalación parcial do plugin e facer que a súa instalación do wiki se volva inestábel.';
-$lang['error_delete'] = 'Houbo un erro ao tentar eliminar o plugin <em>%s</em>. O máis probábel é que sexa causado por permisos de acceso insuficientes ao ficheiro ou directorio.';
-$lang['enabled'] = 'O plugin %s foi activado.';
-$lang['notenabled'] = 'O plugin %s non puido ser activado; verifique os permisos do ficheiro.';
-$lang['disabled'] = 'O plugin %s foi desactivado.';
-$lang['notdisabled'] = 'O plugin %s non puido ser desactivado; verifique os permisos do ficheiro.';
+$lang['error_decompress'] = 'O xestor de extensións non foi quen de descomprimir o arquivo descargado. Isto podería ser causado por unha descarga corrupta, polo que, en tal caso, podes tentalo de novo; ou pode que o formato de compresión sexa descoñecido, co que precisarás descargar e instalar a extensión de xeito manual.';
+$lang['error_copy'] = 'Houbo un erro de copia de arquivo ao tentar instalar a extensión <em>%s</em>: pode que o disco estea cheo ou que os permisos de acceso sexan incorrectos. Isto podería dar lugar a unha instalación parcial da extensión e facer que a túa instalación do wiki se volva inestable.';
+$lang['error_delete'] = 'Houbo un erro ao tentar eliminar a extensión <em>%s</em>. O máis probable é que sexa causado por permisos de acceso ao arquivo ou directorio insuficientes.';
+$lang['enabled'] = 'Extensión %s activado.';
+$lang['notenabled'] = 'A extensión %s non puido ser activada, comproba os permisos de arquivo.';
+$lang['disabled'] = 'Extensión %s desactivada.';
+$lang['notdisabled'] = 'A extensión %s non puido ser desactivada, comproba os permisos de arquivo.';
diff --git a/lib/plugins/plugin/lang/ia/admin_plugin.txt b/lib/plugins/plugin/lang/ia/admin_plugin.txt
new file mode 100644
index 000000000..c7f758c16
--- /dev/null
+++ b/lib/plugins/plugin/lang/ia/admin_plugin.txt
@@ -0,0 +1,3 @@
+====== Gestion de plug-ins ======
+
+In iste pagina tu pote gerer omne cosas con relation al [[doku>plugins|plug-ins]] de DokuWiki. Pro poter discargar e installar un plug-in, le directorio de plug-ins debe permitter le accesso de scriptura al servitor web. \ No newline at end of file
diff --git a/lib/plugins/plugin/lang/ia/lang.php b/lib/plugins/plugin/lang/ia/lang.php
new file mode 100644
index 000000000..523f8581d
--- /dev/null
+++ b/lib/plugins/plugin/lang/ia/lang.php
@@ -0,0 +1,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.';
diff --git a/lib/plugins/plugin/lang/it/admin_plugin.txt b/lib/plugins/plugin/lang/it/admin_plugin.txt
index 1c0d5dc7b..5591f08fe 100644
--- a/lib/plugins/plugin/lang/it/admin_plugin.txt
+++ b/lib/plugins/plugin/lang/it/admin_plugin.txt
@@ -1,4 +1,3 @@
====== Gestione Plugin ======
-Su questa pagina puoi gestire tutto ciò che riguarda i [[doku>plugins|plugin]] di DokuWiki. Per poter scaricare e installare un plugin, il webserver deve avere accesso in scrittura alla cartella dei plugin.
-
+In questa pagina puoi gestire tutto ciò che riguarda i [[doku>plugins|plugin]] di DokuWiki. Per poter scaricare e installare un plugin, il webserver deve avere accesso in scrittura alla directory dei plugin. \ No newline at end of file
diff --git a/lib/plugins/plugin/lang/it/lang.php b/lib/plugins/plugin/lang/it/lang.php
index 909c5eacb..3e9d855ec 100644
--- a/lib/plugins/plugin/lang/it/lang.php
+++ b/lib/plugins/plugin/lang/it/lang.php
@@ -17,7 +17,7 @@ $lang['download'] = 'Scarica e installa un nuovo plugin';
$lang['manage'] = 'Plugin installati';
$lang['btn_info'] = 'info';
$lang['btn_update'] = 'aggiorna';
-$lang['btn_delete'] = 'cancella';
+$lang['btn_delete'] = 'elimina';
$lang['btn_settings'] = 'configurazione';
$lang['btn_download'] = 'Scarica';
$lang['btn_enable'] = 'Salva';
@@ -30,9 +30,9 @@ $lang['updating'] = 'Aggiornamento in corso ...';
$lang['updated'] = 'Aggiornamento plugin %s riuscito';
$lang['updates'] = 'Aggiornamento dei seguenti plugin riuscito:';
$lang['update_none'] = 'Nessun aggiornamento trovato.';
-$lang['deleting'] = 'Cancellazione in corso ...';
-$lang['deleted'] = 'Plugin %s cancellato.';
-$lang['downloading'] = 'Download in corso ...';
+$lang['deleting'] = 'Eliminazione in corso ...';
+$lang['deleted'] = 'Plugin %s eliminato.';
+$lang['downloading'] = 'Scaricamento in corso ...';
$lang['downloaded'] = 'Installazione plugin %s riuscita';
$lang['downloads'] = 'Installazione dei seguenti plugin riuscita:';
$lang['download_none'] = 'Nessun plugin trovato, oppure si è verificato un problema sconosciuto durante il download e l\'installazione.';
@@ -51,7 +51,7 @@ $lang['error_badurl'] = 'Possibile URL non corretta - impossibile deter
$lang['error_dircreate'] = 'Impossibile creare la directory temporanea dove scaricare il file';
$lang['error_decompress'] = 'Impossibile decomprimere il file scaricato. Questo potrebbe essere il risultato di un download incompleto, in tal caso dovresti provare di nuovo; oppure il formato di compressione potrebbe essere sconosciuto, in questo caso è necessario scaricare e installare il plugin manualmente.';
$lang['error_copy'] = 'Si è verificato un errore nella copia di un file durante l\'installazione del plugin <em>%s</em>: il disco potrebbe essere pieno oppure i permessi di accesso al file potrebbero non essere corretti. Il plugin potrebbe essere stato installato solo parzialmente, questo potrebbe causare instabilità al sistema.';
-$lang['error_delete'] = 'Si è verificato un errore durante la cancellazione del plugin <em>%s</em>. Molto probabilmente i permessi di acesso ai file o alla directory non sono sufficienti';
+$lang['error_delete'] = 'Si è verificato un errore durante l\'eliminazione del plugin <em>%s</em>. Molto probabilmente i permessi di acesso ai file o alla directory non sono sufficienti';
$lang['enabled'] = 'Plugin %s abilitato.';
$lang['notenabled'] = 'Impossibile abilitare il plugin %s, verifica i permessi dei file.';
$lang['disabled'] = 'Plugin %s disabilitato.';
diff --git a/lib/plugins/plugin/lang/lb/admin_plugin.txt b/lib/plugins/plugin/lang/lb/admin_plugin.txt
new file mode 100644
index 000000000..223de10e8
--- /dev/null
+++ b/lib/plugins/plugin/lang/lb/admin_plugin.txt
@@ -0,0 +1,4 @@
+====== Plugin Management ======
+
+Op dëser Säit kanns de alles verwalte wat mat Dokuwiki [[doku>plugins|Pluginen]] ze dinn huet. Fir e Plugin kënnen z'installéieren, muss däi Pluginverzeechnës vum Webserver schreiwbar sinn.
+
diff --git a/lib/plugins/plugin/lang/lb/lang.php b/lib/plugins/plugin/lang/lb/lang.php
new file mode 100644
index 000000000..59acdf7a8
--- /dev/null
+++ b/lib/plugins/plugin/lang/lb/lang.php
@@ -0,0 +1,6 @@
+<?php
+/**
+ * lb language file
+ *
+ * @author joel@schintgen.net
+ */
diff --git a/lib/plugins/plugin/lang/mk/lang.php b/lib/plugins/plugin/lang/mk/lang.php
new file mode 100644
index 000000000..85f73a09f
--- /dev/null
+++ b/lib/plugins/plugin/lang/mk/lang.php
@@ -0,0 +1,43 @@
+<?php
+/**
+ * Macedonian language file
+ *
+ * @author Dimitar Talevski <dimi3.14@gmail.com>
+ */
+$lang['menu'] = 'Уреди ги приклучоците';
+$lang['download'] = 'Симни и инсталирај нов приклучок';
+$lang['manage'] = 'Инсталирани приклучоци';
+$lang['btn_info'] = 'информации';
+$lang['btn_update'] = 'ажурирај';
+$lang['btn_delete'] = 'избриши';
+$lang['btn_settings'] = 'поставувања';
+$lang['btn_download'] = 'Симни';
+$lang['btn_enable'] = 'Зачувај';
+$lang['url'] = 'URL';
+$lang['installed'] = 'Инсталирани:';
+$lang['lastupdate'] = 'Последно ажурирани:';
+$lang['source'] = 'Извор:';
+$lang['unknown'] = 'непознат';
+$lang['updating'] = 'Ажурирам...';
+$lang['updated'] = 'Приклучокот % е успешно ажуриран';
+$lang['updates'] = 'Следниве приклучоци се успешно ажурирани';
+$lang['update_none'] = 'Нема потребни ажурирања.';
+$lang['deleting'] = 'Бришам...';
+$lang['deleted'] = 'Приклучокот %s е избришан.';
+$lang['downloading'] = 'Симнувам...';
+$lang['downloaded'] = 'Приклучокот % е успешно инсталиран';
+$lang['downloads'] = 'Следниве приклучоци се успешно инсталирани';
+$lang['download_none'] = 'Нема пронајдени приклучоци, или имаше непознат проблем при симнување и инсталирање.';
+$lang['plugin'] = 'Приклучок:';
+$lang['components'] = 'Компоненти';
+$lang['noinfo'] = 'Овој приклучок не врати информации, може да не е валиден.';
+$lang['name'] = 'Име:';
+$lang['date'] = 'Датум:';
+$lang['type'] = 'Тип:';
+$lang['desc'] = 'Опис:';
+$lang['author'] = 'Автор:';
+$lang['www'] = 'Веб:';
+$lang['error'] = 'Се појави непозната грешка.';
+$lang['error_download'] = 'Не сум во можност да ја симнам датотеката за приклучокот: %s';
+$lang['enabled'] = 'Приклучокот %s е овозможен.';
+$lang['disabled'] = 'Приклучокот %s е оневозможен.';
diff --git a/lib/plugins/plugin/lang/pl/lang.php b/lib/plugins/plugin/lang/pl/lang.php
index c9f74bd52..b5f813f03 100644
--- a/lib/plugins/plugin/lang/pl/lang.php
+++ b/lib/plugins/plugin/lang/pl/lang.php
@@ -8,6 +8,8 @@
* @author Mariusz Kujawski <marinespl@gmail.com>
* @author Maciej Kurczewski <pipijajko@gmail.com>
* @author Sławomir Boczek <slawkens@gmail.com>
+ * @author sleshek@wp.pl
+ * @author Leszek Stachowski <shazarre@gmail.com>
*/
$lang['menu'] = 'Menadżer wtyczek';
$lang['download'] = 'Ściągnij i zainstaluj nową wtyczkę';
diff --git a/lib/plugins/plugin/lang/pt-br/lang.php b/lib/plugins/plugin/lang/pt-br/lang.php
index d0c14459a..57052706e 100644
--- a/lib/plugins/plugin/lang/pt-br/lang.php
+++ b/lib/plugins/plugin/lang/pt-br/lang.php
@@ -13,6 +13,7 @@
* @author Frederico Guimarães <frederico@teia.bio.br>
* @author Jair Henrique <jair.henrique@gmail.com>
* @author Luis Dantas <luisdantas@gmail.com>
+ * @author Sergio Motta sergio@cisne.com.br
*/
$lang['menu'] = 'Gerenciar Plug-ins';
$lang['download'] = 'Baixar e instalar um novo plug-in';
diff --git a/lib/plugins/plugin/lang/ru/lang.php b/lib/plugins/plugin/lang/ru/lang.php
index 0bcddaa70..514b38bc2 100644
--- a/lib/plugins/plugin/lang/ru/lang.php
+++ b/lib/plugins/plugin/lang/ru/lang.php
@@ -12,6 +12,7 @@
* @author Alexander Sorkin <kibizoid@gmail.com>
* @author Kirill Krasnov <krasnovforum@gmail.com>
* @author Vlad Tsybenko <vlad.development@gmail.com>
+ * @author Aleksey Osadchiy <rfc@nm.ru>
*/
$lang['menu'] = 'Управление плагинами';
$lang['download'] = 'Скачать и установить новый плагин';
diff --git a/lib/plugins/plugin/lang/sq/admin_plugin.txt b/lib/plugins/plugin/lang/sq/admin_plugin.txt
new file mode 100644
index 000000000..2e1f19234
--- /dev/null
+++ b/lib/plugins/plugin/lang/sq/admin_plugin.txt
@@ -0,0 +1,3 @@
+====== Menaxhimi i Plugin-eve ======
+
+Në këtë faqe mund të menaxhoni çdo gjë që ka të bëjë me [[doku>plugins|plugin-et]] Dokuwiki. Që të jetë në gjendje për të shkarkuar dhe instaluar një plugin, dosja e plugin-it duhet të jetë e shkrueshme nga webserver-i. \ No newline at end of file
diff --git a/lib/plugins/plugin/lang/sq/lang.php b/lib/plugins/plugin/lang/sq/lang.php
new file mode 100644
index 000000000..9ddcf527f
--- /dev/null
+++ b/lib/plugins/plugin/lang/sq/lang.php
@@ -0,0 +1,50 @@
+<?php
+/**
+ * Albanian language file
+ *
+ * @author Leonard Elezi leonard.elezi@depinfo.info
+ */
+$lang['menu'] = 'Menaxho Plugin-et';
+$lang['download'] = 'Shkarko dhe instalo një plugin të ri';
+$lang['manage'] = 'Plugin-et e Instaluar';
+$lang['btn_info'] = 'info';
+$lang['btn_update'] = 'përditëso';
+$lang['btn_delete'] = 'fshi';
+$lang['btn_settings'] = 'settings';
+$lang['btn_download'] = 'Shkarko';
+$lang['btn_enable'] = 'Ruaj';
+$lang['url'] = 'URL';
+$lang['installed'] = 'Të instaluar:';
+$lang['lastupdate'] = 'Përditësuar së fundmi:';
+$lang['source'] = 'Kodi Burim:';
+$lang['unknown'] = 'e panjohur';
+$lang['updating'] = 'Duke u përditësuar...';
+$lang['updated'] = 'Plugini %s u përditësua me sukses';
+$lang['updates'] = 'Plugin-et e mëposhtme u përditësuan me sukses';
+$lang['update_none'] = 'Nuk u gjetën përditësime.';
+$lang['deleting'] = 'Duke fshirë...';
+$lang['deleted'] = 'Plugini %s u fshi.';
+$lang['downloading'] = 'Duke shkarkuar...';
+$lang['downloaded'] = 'Plugini %s u instalua me sukses';
+$lang['downloads'] = 'Plugin-et e mëposhtëm u instaluan me sukses:';
+$lang['download_none'] = 'Asnjë plugin nuk u gjend, ose ka ndodhur një gabim i panjohur gjatë shkarkimit dhe instalimit.';
+$lang['plugin'] = 'Plugin:';
+$lang['components'] = 'Përbërësit:';
+$lang['noinfo'] = 'Ky plugin nuk ktheu asnjë informacion, mund të jetë i pavlefshëm.';
+$lang['name'] = 'Emri:';
+$lang['date'] = 'Data:';
+$lang['type'] = 'Tipi:';
+$lang['desc'] = 'Përshkrimi:';
+$lang['author'] = 'Autori:';
+$lang['www'] = 'Web:';
+$lang['error'] = 'Ndodhi një gabim i panjohur.';
+$lang['error_download'] = 'Nuk mundi të shkarkohej skedari i plugin-it: %s';
+$lang['error_badurl'] = 'Dyshohet url e prishur - nuk mund të gjendet emri i skedarit nga url-ja';
+$lang['error_dircreate'] = 'Nuk mundi të krijohej dosja e përkohshme për të marë shkarkimin.';
+$lang['error_decompress'] = 'Menaxhuesi i plugin-eve nuk ishte në gjendje të dekompresonte skedarin e shkarkuar. Kjo mund të jetë si rezultat i një shkarkimi të keq, në këtë rast duhet të provoni përsëri; ose formati i kompresimit mund të jetë i panjohur, në këtë rast do t\'ju duhet ta shkarkoni dhe instaloni plugin-in manualisht.';
+$lang['error_copy'] = 'Ndodhi gabim kopjim-skedari gjatë përpjekjes për të instaluar skedarët për plugin-in <em>%s</em>: disku mund të jetë plotë ose të drejtat për aksesim skedari mund të jenë të gabuara. Kjo mund të ketë shkaktuar një instalim të pjesshëm të plugin-it dhe ta lërë instalimin e wiki-t tënd të paqëndrueshëm.';
+$lang['error_delete'] = 'Ndodhi një gabim gjatë përpjekjes për të fshirë plugin-in <em>%s</em>. Shkaku më i mundshëm është të drejta të pamjaftueshme për aksesim skedari ose dosjeje.';
+$lang['enabled'] = 'Plugini %s u aktivizua.';
+$lang['notenabled'] = 'Plugini %s nuk mundi të aktivizohej, kontrollo të drejtat e aksesit për skedarin.';
+$lang['disabled'] = 'Plugin %s është i paaktivizuar.';
+$lang['notdisabled'] = 'Plugini %s nuk mundi të çaktivizohej, kontrollo të drejtat e aksesit për skedarin.';