mirror of
https://github.com/nextcloud/server.git
synced 2026-02-11 23:04:22 -05:00
11 lines
298 B
PHP
11 lines
298 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Help" => "Adjuta",
|
|
"Personal" => "Personal",
|
|
"Settings" => "Configurationes",
|
|
"Users" => "Usatores",
|
|
"Apps" => "Applicationes",
|
|
"Admin" => "Administration",
|
|
"web services under your control" => "servicios web sub tu controlo",
|
|
"Files" => "Files",
|
|
"Text" => "Texto"
|
|
);
|