From 1e35dc01cf94ba1ec4923b8f040e49b4dc399860 Mon Sep 17 00:00:00 2001 From: eric Date: Fri, 18 Jun 2004 16:23:14 +0000 Subject: finishing touches on genpopo, started playing with _real_ PHP code and svn keywords --- web/lang/common_po.inc | 15 ++++++++++++--- web/lang/index_po.inc | 33 +++++++++++---------------------- web/lang/test_po.inc | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+), 25 deletions(-) create mode 100644 web/lang/test_po.inc (limited to 'web/lang') diff --git a/web/lang/common_po.inc b/web/lang/common_po.inc index c3148760..6c04677c 100644 --- a/web/lang/common_po.inc +++ b/web/lang/common_po.inc @@ -1,5 +1,14 @@ \ No newline at end of file diff --git a/web/lang/index_po.inc b/web/lang/index_po.inc index 22b14566..6c04677c 100644 --- a/web/lang/index_po.inc +++ b/web/lang/index_po.inc @@ -1,25 +1,14 @@ 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. <--"; +# INSTRUCTIONS TO TRANSLATORS +# +# This file contains the i18n translations for a subset of the +# Arch Linux User-community Repository (AUR). This is a PHP +# script, and as such, you MUST pay great attention to the syntax. +# If your text contains any double-quotes ("), you MUST escape +# them with the backslash character (\). +# + +include_once("translator.inc"); +global $_t; ?> \ No newline at end of file diff --git a/web/lang/test_po.inc b/web/lang/test_po.inc new file mode 100644 index 00000000..d8edf5f5 --- /dev/null +++ b/web/lang/test_po.inc @@ -0,0 +1,34 @@ + \ No newline at end of file -- cgit v1.2.3-24-g4f1b