diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-17 00:45:46 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-17 00:45:46 +0200 |
commit | 70e8a7e25c40834830b0237f279d15f82dcd2a9e (patch) | |
tree | f0891ab44290b13035095dfeb3e62ed136231f34 /apps/user_migrate | |
parent | 1e6dc6751700a91faff463f8f2840cf24e742f37 (diff) | |
download | nextcloud-server-70e8a7e25c40834830b0237f279d15f82dcd2a9e.tar.gz nextcloud-server-70e8a7e25c40834830b0237f279d15f82dcd2a9e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_migrate')
-rw-r--r-- | apps/user_migrate/l10n/fi_FI.php | 9 | ||||
-rw-r--r-- | apps/user_migrate/l10n/ja_JP.php | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/apps/user_migrate/l10n/fi_FI.php b/apps/user_migrate/l10n/fi_FI.php new file mode 100644 index 00000000000..2616bee6f2a --- /dev/null +++ b/apps/user_migrate/l10n/fi_FI.php @@ -0,0 +1,9 @@ +<?php $TRANSLATIONS = array( +"Export" => "Vie", +"Something went wrong while the export file was being generated" => "Jokin meni pieleen vientiä suorittaessa", +"An error has occurred" => "Tapahtui virhe", +"Export your user account" => "Vie käyttäjätilisi", +"This will create a compressed file that contains your ownCloud account." => "Tämä luo ownCloud-käyttäjätilisi sisältävän pakatun tiedoston.", +"Import user account" => "Tuo käyttäjätili", +"Import" => "Tuo" +); diff --git a/apps/user_migrate/l10n/ja_JP.php b/apps/user_migrate/l10n/ja_JP.php index 1733a3f4ed9..86c66e6319c 100644 --- a/apps/user_migrate/l10n/ja_JP.php +++ b/apps/user_migrate/l10n/ja_JP.php @@ -2,8 +2,8 @@ "Export" => "エクスポート", "Something went wrong while the export file was being generated" => "エクスポートファイルの生成時に何か不具合が発生しました。", "An error has occurred" => "エラーが発生しました", -"Export your user account" => "あなたのユーザアカウントをエクスポート", -"This will create a compressed file that contains your ownCloud account." => "あなたのownCloudアカウントを含む圧縮形式のファイルを生成します。", +"Export your user account" => "ユーザアカウントのエクスポート", +"This will create a compressed file that contains your ownCloud account." => "あなたのownCloudアカウントを含む圧縮ファイルを生成します。", "Import user account" => "ユーザアカウントをインポート", "ownCloud User Zip" => "ownCloudユーザZip", "Import" => "インポート" |