mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
updated with latest polish language patch
This commit is contained in:
parent
cac788476a
commit
499d459bdf
18 changed files with 967 additions and 915 deletions
|
@ -12,9 +12,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. <--";
|
||||
$_t["pl"]["Hi, this is worth reading!"] = "Witaj, warto to przeczytaæ!";
|
||||
# $_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. <--";
|
||||
$_t["pl"]["Hi, this is worth reading!"] = "Witaj, warto to przeczytać!";
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue