1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-phpki-0.1/root/etc/e-smith/locale/fr/etc/e-smith/web/functions/phpki mezzanine_patched_smeserver-phpki-0.1/root/etc/e-smith/locale/fr/etc/e-smith/web/functions/phpki |
2 |
--- smeserver-phpki-0.1/root/etc/e-smith/locale/fr/etc/e-smith/web/functions/phpki 1970-01-01 01:00:00.000000000 +0100 |
3 |
+++ mezzanine_patched_smeserver-phpki-0.1/root/etc/e-smith/locale/fr/etc/e-smith/web/functions/phpki 2008-12-10 17:50:21.000000000 +0100 |
4 |
@@ -0,0 +1,8 @@ |
5 |
+<lexicon lang="fr" params="lexicon_params()"> |
6 |
+ <!-- vim: ft=xml |
7 |
+ --> |
8 |
+ <entry> |
9 |
+ <base>Certificate Management</base> |
10 |
+ <trans>Gestion des certificats</trans> |
11 |
+ </entry> |
12 |
+</lexicon> |
13 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-phpki-0.1/root/etc/e-smith/web/functions/phpki mezzanine_patched_smeserver-phpki-0.1/root/etc/e-smith/web/functions/phpki |
14 |
--- smeserver-phpki-0.1/root/etc/e-smith/web/functions/phpki 2008-12-10 17:50:52.000000000 +0100 |
15 |
+++ mezzanine_patched_smeserver-phpki-0.1/root/etc/e-smith/web/functions/phpki 2008-12-10 17:46:36.000000000 +0100 |
16 |
@@ -1,7 +1,7 @@ |
17 |
#!/usr/bin/perl |
18 |
#---------------------------------------------------------------------- |
19 |
# heading : Administration |
20 |
-# description : PhPki |
21 |
+# description : Certificate Management |
22 |
# navigation : 4000 4200 |
23 |
#---------------------------------------------------------------------- |
24 |
|