diff options
author | Andrew Jiang <sam.andrew.jiang@gmail.com> | 2013-02-23 16:29:59 -0500 |
---|---|---|
committer | Andrew Jiang <sam.andrew.jiang@gmail.com> | 2013-02-23 16:44:07 -0500 |
commit | 2b0d66aed2381e868aa3f8d980add7624924d6ff (patch) | |
tree | df3c71456291aa99c99cdf3c4da9a3f8a97befc3 /DeviceSettings/res/values-fi | |
parent | b271803ae2451c951344655ffe43ff74b42fa2ab (diff) | |
download | device_samsung_p5100-2b0d66aed2381e868aa3f8d980add7624924d6ff.zip device_samsung_p5100-2b0d66aed2381e868aa3f8d980add7624924d6ff.tar.gz device_samsung_p5100-2b0d66aed2381e868aa3f8d980add7624924d6ff.tar.bz2 |
P5100: Port translations + Fix whitespace errors
Ported from GalaxyS2Settings.
Change-Id: Ic8a8774f18a84e1bc6c5afc2459353dd8d909006
Diffstat (limited to 'DeviceSettings/res/values-fi')
-rw-r--r-- | DeviceSettings/res/values-fi/strings.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/DeviceSettings/res/values-fi/strings.xml b/DeviceSettings/res/values-fi/strings.xml new file mode 100644 index 0000000..ef3e9d7 --- /dev/null +++ b/DeviceSettings/res/values-fi/strings.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2012 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">Galaxy Tab 2-asetukset</string> + + <string name="category_dock_title">Telakka</string> + <string name="dockaudio_subcat_title">Audio</string> + <string name="use_dock_audio_title_head">Käytä USB-audiotelakkaa</string> + <string name="use_dock_audio_summary_head">Käytä telakan audioulostuloa</string> +</resources> |