mirror of
https://github.com/nextcloud/server.git
synced 2026-03-24 11:24:37 -04:00
7 lines
152 B
PHP
7 lines
152 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Help" => "Adjuta",
|
|
"Personal" => "Personal",
|
|
"Settings" => "Configurationes",
|
|
"Users" => "Usatores",
|
|
"Text" => "Texto"
|
|
);
|