mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
5 lines
420 B
PHP
5 lines
420 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" => "エクスポート"
|
|
);
|