diff options
author | eric <eric> | 2004-06-18 00:25:15 +0000 |
---|---|---|
committer | eric <eric> | 2004-06-18 00:25:15 +0000 |
commit | 79f64a059254bbbae93cf7c2f9dfa512aa5f9f7e (patch) | |
tree | 8f2c3569b7dafe1bea44563a46b699593bb93d0f /web/lang | |
parent | 4628afd4228445e33c0e7bbc2882e806f5686b75 (diff) | |
download | aurweb-79f64a059254bbbae93cf7c2f9dfa512aa5f9f7e.tar.xz |
genpopo seems to do its job now
Diffstat (limited to 'web/lang')
-rw-r--r-- | web/lang/common_po.inc | 5 | ||||
-rw-r--r-- | web/lang/index_po.inc | 25 |
2 files changed, 30 insertions, 0 deletions
diff --git a/web/lang/common_po.inc b/web/lang/common_po.inc new file mode 100644 index 0000000..c314876 --- /dev/null +++ b/web/lang/common_po.inc @@ -0,0 +1,5 @@ +<? +# INSTRUCTIONS TO TRANSLATORS: +# blah blah blah.... + +?>
\ No newline at end of file diff --git a/web/lang/index_po.inc b/web/lang/index_po.inc new file mode 100644 index 0000000..22b1456 --- /dev/null +++ b/web/lang/index_po.inc @@ -0,0 +1,25 @@ +<? +# INSTRUCTIONS TO TRANSLATORS: +# blah blah blah.... + +$_t["en"]["Julie was here!"] = "Julie was here!"; +# $_t["es"]["Julie was here!"] = "--> Spanish translation here. <--"; +# $_t["fr"]["Julie was here!"] = "--> French translation here. <--"; +# $_t["de"]["Julie was here!"] = "--> German translation here. <--"; + +$_t["en"]["Hello, again!"] = "Hello, again!"; +# $_t["es"]["Hello, again!"] = "--> Spanish translation here. <--"; +# $_t["fr"]["Hello, again!"] = "--> French translation here. <--"; +# $_t["de"]["Hello, again!"] = "--> German translation here. <--"; + +$_t["en"]["Hello, world!"] = "Hello, world!"; +# $_t["es"]["Hello, world!"] = "--> Spanish translation here. <--"; +# $_t["fr"]["Hello, world!"] = "--> French translation here. <--"; +# $_t["de"]["Hello, world!"] = "--> German translation here. <--"; + +$_t["en"]["Abernathy was here!"] = "Abernathy was here!"; +# $_t["es"]["Abernathy was here!"] = "--> Spanish translation here. <--"; +# $_t["fr"]["Abernathy was here!"] = "--> French translation here. <--"; +# $_t["de"]["Abernathy was here!"] = "--> German translation here. <--"; + +?>
\ No newline at end of file |