diff options
author | Michael Bestas <mikeioannina@gmail.com> | 2014-05-21 01:51:04 +0300 |
---|---|---|
committer | Michael Bestas <mikeioannina@gmail.com> | 2014-05-21 15:22:59 +0000 |
commit | 4b4401c2285331d499571ea98515ca7ed88beae3 (patch) | |
tree | 41f9b938704c5860f8691201cbd819ea3d7c9d33 /res/values-ja | |
parent | d8fb00c2b4f94fea388db3c1c9a9b0058492e945 (diff) | |
download | packages_apps_ThemeChooser-4b4401c2285331d499571ea98515ca7ed88beae3.zip packages_apps_ThemeChooser-4b4401c2285331d499571ea98515ca7ed88beae3.tar.gz packages_apps_ThemeChooser-4b4401c2285331d499571ea98515ca7ed88beae3.tar.bz2 |
Automatic translation import
Change-Id: Ie57d34a5b5c40369723d60ccda1cd5315f53fbe5
Diffstat (limited to 'res/values-ja')
-rw-r--r-- | res/values-ja/strings.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml new file mode 100644 index 0000000..9cbf8d3 --- /dev/null +++ b/res/values-ja/strings.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.net--> +<!-- + Copyright (C) 2014 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources> + <string name="app_name">テーマ</string> + <string name="icons">アイコン</string> + <string name="fonts">フォント</string> + <string name="wallpapers">壁紙</string> + <string name="boot_anims">ブートアニメーション</string> + <string name="ringtones">着信音</string> + <string name="notifications">通知</string> + <string name="alarms">アラーム</string> + <string name="style">スタイル</string> + <string name="apply">適用</string> + <string name="remove">削除</string> + <string name="update">アップデート</string> + <string name="alarm_label">アラーム</string> + <string name="notification_label">通知</string> + <string name="ringtone_label">着信音</string> + <string name="unknown_author">作成者不明</string> + <string name="font_preview_letters">あいうえおAaBbCc123</string> + <string name="no_boot_animation_preview">プレビューはありません</string> + <string name="theme_installed_notification_title">%sがインストールされました</string> + <string name="theme_installed_notification_text">テーマのインストールが完了しました。</string> +</resources> |