mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
genpopo seems to do its job now
This commit is contained in:
parent
4628afd422
commit
79f64a0592
4 changed files with 99 additions and 11 deletions
5
web/lang/common_po.inc
Normal file
5
web/lang/common_po.inc
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?
|
||||
# INSTRUCTIONS TO TRANSLATORS:
|
||||
# blah blah blah....
|
||||
|
||||
?>
|
25
web/lang/index_po.inc
Normal file
25
web/lang/index_po.inc
Normal file
|
@ -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. <--";
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue