mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
renamed _() function to __() to avoid gettext conflict
This commit is contained in:
parent
d92682fbfd
commit
74594e516d
9 changed files with 145 additions and 19 deletions
64
web/lang/aur_po.inc
Normal file
64
web/lang/aur_po.inc
Normal file
|
@ -0,0 +1,64 @@
|
|||
<?
|
||||
# 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;
|
||||
|
||||
$_t["en"]["ArchLinux User-community Repository"] = "ArchLinux User-community Repository";
|
||||
# $_t["es"]["ArchLinux User-community Repository"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["ArchLinux User-community Repository"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["ArchLinux User-community Repository"] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["AUR: An ArchLinux project"] = "AUR: An ArchLinux project";
|
||||
# $_t["es"]["AUR: An ArchLinux project"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["AUR: An ArchLinux project"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["AUR: An ArchLinux project"] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Logout"] = "Logout";
|
||||
# $_t["es"]["Logout"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Logout"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Logout"] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Manage"] = "Manage";
|
||||
# $_t["es"]["Manage"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Manage"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Manage"] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Submit"] = "Submit";
|
||||
# $_t["es"]["Submit"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Submit"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Submit"] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["%s: An ArchLinux project"] = "%s: An ArchLinux project";
|
||||
# $_t["es"]["%s: An ArchLinux project"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["%s: An ArchLinux project"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["%s: An ArchLinux project"] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Accounts"] = "Accounts";
|
||||
# $_t["es"]["Accounts"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Accounts"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Accounts"] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Vote"] = "Vote";
|
||||
# $_t["es"]["Vote"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Vote"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Vote"] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Home"] = "Home";
|
||||
# $_t["es"]["Home"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Home"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Home"] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Packages"] = "Packages";
|
||||
# $_t["es"]["Packages"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Packages"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Packages"] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
?>
|
|
@ -11,4 +11,9 @@
|
|||
include_once("translator.inc");
|
||||
global $_t;
|
||||
|
||||
$_t["en"]["Hi, this is worth reading!"] = "Hi, this is worth reading!";
|
||||
# $_t["es"]["Hi, this is worth reading!"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Hi, this is worth reading!"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Hi, this is worth reading!"] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue