mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
10 lines
No EOL
244 B
PHP
10 lines
No EOL
244 B
PHP
<?
|
|
# Spanish (Español) translation
|
|
# Translator: Víctor Martínez Romanos <vmromanos@gmail.com>
|
|
|
|
include_once("translator.inc");
|
|
global $_t;
|
|
|
|
$_t["es"]["You have been successfully logged out."] = "Ha abandonado la sesión correctamente.";
|
|
|
|
?>
|