mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
baby steps
This commit is contained in:
parent
2358929978
commit
ae26c9ce2a
6 changed files with 123 additions and 45 deletions
|
@ -116,4 +116,29 @@ $_t["en"]["Vote"] = "Vote";
|
|||
# $_t["fr"]["Vote"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Vote"] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Error retrieving package details."] = "Error retrieving package details.";
|
||||
# $_t["es"]["Error retrieving package details."] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Error retrieving package details."] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Error retrieving package details."] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Package details could not be found."] = "Package details could not be found.";
|
||||
# $_t["es"]["Package details could not be found."] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Package details could not be found."] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Package details could not be found."] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Error retrieving package list."] = "Error retrieving package list.";
|
||||
# $_t["es"]["Error retrieving package list."] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Error retrieving package list."] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Error retrieving package list."] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Go back to %hsearch results%h."] = "Go back to %hsearch results%h.";
|
||||
# $_t["es"]["Go back to %hsearch results%h."] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Go back to %hsearch results%h."] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Go back to %hsearch results%h."] = "--> 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. <--";
|
||||
|
||||
?>
|
|
@ -36,4 +36,19 @@ $_t["en"]["You do not have access to adopt packages."] = "You do not have access
|
|||
# $_t["fr"]["You do not have access to adopt packages."] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["You do not have access to adopt packages."] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["You must be logged in before you can disown packages."] = "You must be logged in before you can disown packages.";
|
||||
# $_t["es"]["You must be logged in before you can disown packages."] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["You must be logged in before you can disown packages."] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["You must be logged in before you can disown packages."] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Error trying to retrieve package details."] = "Error trying to retrieve package details.";
|
||||
# $_t["es"]["Error trying to retrieve package details."] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Error trying to retrieve package details."] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Error trying to retrieve package details."] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["You must be logged in before you can adopt packages."] = "You must be logged in before you can adopt packages.";
|
||||
# $_t["es"]["You must be logged in before you can adopt packages."] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["You must be logged in before you can adopt packages."] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["You must be logged in before you can adopt packages."] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue