Hi,

please find attached file for translation of wpkg plugin,
newest svn version.

As en_GB doesn't contain the right language and there are missing
language variables which lead to errors after installation, I'd
suggest at least to correct the variables, see attached diff.

At the moment, we have a trainee (intern) who is going to improve
the WPKG plugin and code some PHP library for Wpkg so that this
plugin is usable for production environment.

As I didn't get an answer on WPKG mailing list for some time now:
I'd like to get in touch with the developer of the WPKG plugin,
Walid Nouh, to eventually do some coordination.

Best regards,
Falko

<<attachment: de_DE.php>>

Index: locales/en_GB.php
===================================================================
--- locales/en_GB.php   (Revision 10646)
+++ locales/en_GB.php   (Arbeitskopie)
@@ -70,8 +70,13 @@
 $WPKGLANG["packagecommands"][8] = "Nouvelle commande";
 $WPKGLANG["packagecommands"][9] = "Timeout";
 
-$WPKGLANG["packagechecks"][1] = "Vérifications";
+$WPKGLANG["versionchecks"][1] = "Vérifications";
+$WPKGLANG["versionchecks"][2] = "Au moins";
+$WPKGLANG["versionchecks"][3] = "Au plus";
+$WPKGLANG["versionchecks"][4] = "Désinstallation";
+$WPKGLANG["versionchecks"][5] = "Type de vérification";
 
+
 $WPKGLANG["repository"][1] = "Serveur de dépôt";
 $WPKGLANG["repository"][2] = "URL du serveur";
 
@@ -96,4 +101,8 @@
 $WPKGLANG["menu"][3] = "Gestion des paquets";
 $WPKGLANG["menu"][4] = "Gestion des serveurs de dépôts";
 $WPKGLANG["menu"][5] = "Gestion des groupes";
-?>
\ No newline at end of file
+
+$WPKGLANG["version"][1]="Version";
+$WPKGLANG["version"][2]="Ajouter une version à déployer";
+$WPKGLANG["version"][3]="Liste des versions";
+?>
_______________________________________________
Glpi-translation mailing list
[email protected]
https://mail.gna.org/listinfo/glpi-translation

Reply via email to