#!/usr/bin/php -f $strings) { fwrite($fres, "\n"); fwrite($fres, "#. group $group\n"); foreach($strings as $var => $string) { $string = str_replace('"', '\\"', $string); fwrite($fres, "#. str $var\n"); fwrite($fres, "msgid \"$string\"\n"); fwrite($fres, "msgstr \""); if ($dst[$var]) { $tstring = str_replace('"', '\\"', $dst[$var]); fwrite($fres, $tstring); } fwrite($fres, "\"\n\n"); } } fclose($fres); ?> e-REdING. Biblioteca de la Escuela Superior de Ingenieros de Sevilla.


DISEÑO DE HERRAMIENTAS PARA PORTAL DE GESTIÓN DE CENTROS DOCENTES

: Leiva Jiménez, Andrés
: Ingeniería Telecomunicación
Contenido del proyecto:
Directorio raíz  >  proyecto  >  proyecto  >  per_doc  >  administrador  >  phpPgAdmin  >  lang  >  php2po