diff options
| author | Marco Brohet <therbom@gmail.com> | 2013-11-15 21:15:59 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2013-11-15 21:15:59 +0000 |
| commit | a85e96680aae07d9aee92c150b3b3cc09aa77294 (patch) | |
| tree | d7c68bbcfef9a3e50d198edf1d4d892426c61db0 | |
| parent | e7e96ae446d9682a577eb8f276a51d73e60be8bc (diff) | |
| parent | d527b9cea0a016afc867c98c98577e9dbf9f4310 (diff) | |
| download | android_packages_apps_ContactsCommon-a85e96680aae07d9aee92c150b3b3cc09aa77294.tar.gz android_packages_apps_ContactsCommon-a85e96680aae07d9aee92c150b3b3cc09aa77294.tar.bz2 android_packages_apps_ContactsCommon-a85e96680aae07d9aee92c150b3b3cc09aa77294.zip | |
Merge "ContactsCommon: FR translation" into cm-10.2
| -rw-r--r-- | res/values-fr/cm_strings.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/res/values-fr/cm_strings.xml b/res/values-fr/cm_strings.xml new file mode 100644 index 00000000..dd2a37f4 --- /dev/null +++ b/res/values-fr/cm_strings.xml @@ -0,0 +1,24 @@ +<?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="manage_sim_contacts">Gestion des contacts de la carte SIM</string> + <string name="export_to_sim">Exporter depuis la carte SIM</string> + <string name="Import_All">Importer les contacts de toutes les cartes SIM</string> + <string name="ok">OK</string> + <string name="cancel">Annuler</string> + <string name="select_sim">Sélectionner la carte SIM</string> +</resources> |
