Created
January 19, 2016 00:13
-
-
Save cgsmith/70857e0834f1100cb510 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// English -> Japanese examples from Google Translate | |
return array( | |
'SD Card Program List' => 'SDカードのプログラムリスト', | |
'Name' => '名前', | |
'Created' => '作成', | |
'Modified' => '変更されました', | |
'No programs listed yet' => 'なしのプログラムがまだ表示されません', | |
'Create program' => 'プログラムを作成します', | |
// ... etc | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment