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