mirror of
https://github.com/nextcloud/server.git
synced 2026-04-09 02:56:28 -04:00
5 lines
199 B
PHP
5 lines
199 B
PHP
<?php $TRANSLATIONS = array(
|
|
"User %s shared a file with you" => "User %s shared a file with you",
|
|
"Password" => "Passcode",
|
|
"web services under your control" => "web services under your control"
|
|
);
|