mirror of
https://github.com/nextcloud/server.git
synced 2026-04-10 11:37:54 -04:00
5 lines
402 B
PHP
5 lines
402 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Export this ownCloud instance" => "ownCloudをエクスポート",
|
|
"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "このownCloudのデータを含む圧縮ファイルを生成します。\nエクスポートの種類を選択してください:",
|
|
"Export" => "エクスポート"
|
|
);
|