diff options
author | Marco Brohet <therbom@gmail.com> | 2013-04-21 19:57:39 +0200 |
---|---|---|
committer | Marco Brohet <therbom@gmail.com> | 2013-04-23 20:23:49 +0200 |
commit | 1c734a4b1e4af48bd0332785058db0cc41d32585 (patch) | |
tree | 45b9620219890e5cbd9f6b9c3db4c7df5071305b | |
parent | 7c5e1af58b388cb28d63e40ff3132cc2240ef670 (diff) | |
download | LegacyCamera-1c734a4b1e4af48bd0332785058db0cc41d32585.zip LegacyCamera-1c734a4b1e4af48bd0332785058db0cc41d32585.tar.gz LegacyCamera-1c734a4b1e4af48bd0332785058db0cc41d32585.tar.bz2 |
LegacyCamera: NL translations
Change-Id: Ida16f849f9a5b65f8578f159a655d546b673f70c
-rw-r--r-- | res/values-nl/cm_strings.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/res/values-nl/cm_strings.xml b/res/values-nl/cm_strings.xml new file mode 100644 index 0000000..dc87044 --- /dev/null +++ b/res/values-nl/cm_strings.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 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:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="pref_camera_picturesize_entry_4128x3096">13 MP</string> + <string name="pref_camera_picturesize_entry_4000x3000">12 MP</string> + <string name="pref_camera_picturesize_entry_4128x2322">10 MP</string> + <string name="pref_camera_picturesize_entry_4000x2250">9 MP</string> + <string name="pref_camera_picturesize_entry_3264x2448">8 MP</string> + <string name="pref_camera_picturesize_entry_3264x1968">6,5 MP (W)</string> + <string name="pref_camera_picturesize_entry_3264x1952">6 MP (W)</string> + <string name="pref_camera_picturesize_entry_2592x1552">4 MP (W)</string> + <string name="pref_camera_picturesize_entry_2560x1712">4 MP</string> + <string name="pref_camera_picturesize_entry_2304x1728">4 MP</string> + <string name="pref_camera_picturesize_entry_2048x1216">2,5 MP (W)</string> + <string name="pref_camera_picturesize_entry_1920x1080">HD 1080p</string> + <string name="pref_camera_picturesize_entry_1600x960">1,5 MP (W)</string> + <string name="pref_camera_picturesize_entry_1280x1024">SXGA</string> + <string name="pref_camera_picturesize_entry_1280x768">WXGA</string> + <string name="pref_camera_picturesize_entry_1280x720">HD 720p</string> + <string name="pref_camera_picturesize_entry_800x600">SVGA</string> + <string name="pref_camera_picturesize_entry_800x480">WVGA</string> + <string name="pref_camera_picturesize_entry_352x288">CIF</string> + <string name="pref_camera_picturesize_entry_176x144">QCIF</string> +</resources> |