mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
10 lines
No EOL
225 B
PHP
10 lines
No EOL
225 B
PHP
<?php
|
|
# Catalan (Català) translation
|
|
# Translator: Sergio Jovani Guzman <moret.sjg@gmail.com>
|
|
|
|
include_once("translator.inc");
|
|
global $_t;
|
|
|
|
$_t["ca"]["You have been successfully logged out."] = "Heu eixit correctament.";
|
|
|
|
?>
|