diff options
author | DelPETER <delphinpeter@gmail.com> | 2013-04-27 14:27:26 +0200 |
---|---|---|
committer | DelPETER <delphinpeter@gmail.com> | 2013-04-27 14:27:26 +0200 |
commit | 0e178e78ab8e2320bd611bcfb6d372de6d64a0fb (patch) | |
tree | 0303518553dac03b197d629a2f14ec47d88918eb | |
parent | 149b6473077118cbf7e8be98550a229fe3dad81a (diff) | |
download | packages_apps_browser-0e178e78ab8e2320bd611bcfb6d372de6d64a0fb.zip packages_apps_browser-0e178e78ab8e2320bd611bcfb6d372de6d64a0fb.tar.gz packages_apps_browser-0e178e78ab8e2320bd611bcfb6d372de6d64a0fb.tar.bz2 |
Browser : FR translation
Change-Id: I0e4a2ca09b65b31634efae305049cec9efa3e727
-rw-r--r-- | res/values-fr/cm_strings.xml | 26 | ||||
-rw-r--r-- | res/values-fr/strings.xml | 12 |
2 files changed, 26 insertions, 12 deletions
diff --git a/res/values-fr/cm_strings.xml b/res/values-fr/cm_strings.xml new file mode 100644 index 0000000..90e1800 --- /dev/null +++ b/res/values-fr/cm_strings.xml @@ -0,0 +1,26 @@ +<?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> + <string name="pref_content_ua">Agent utilisateur</string> + <string name="pref_content_ua_summary">Choisir l\'agent utilisateur</string> + <string name="contextmenu_openlink_incognito_newwindow">Ouvrir dans un nouvel onglet de navigation privée</string> + <string name="contextmenu_openlink_incognito_newwindow_background">Ouvrir dans un nouvel onglet de navigation privée en arrière-plan</string> + <string name="pref_lab_webgl">WebGL</string> + <string name="pref_lab_webgl_summary">Activer WebGL</string> + <string name="pref_lab_websockets">WebSockets</string> + <string name="pref_lab_websockets_summary">Activer WebSockets</string> + <string name="accessibility_button_homescreen">Écran d\'accueil</string> +</resources> diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index adf2af9..5f25738 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -402,16 +402,4 @@ <string name="accessibility_state_frozen" msgid="8041539250447035570">"Page enregistrée"</string> <string name="accessibility_transition_navscreen" msgid="2734915619351519547">"Gestion des onglets"</string> <string name="accessibility_button_bookmarks_folder_up" msgid="9179389954714270505">"Dossier précédent"</string> - - <!-- CYANOGENMOD ADDITIONS --> - - <string name="pref_content_ua">Agent utilisateur</string> - <string name="pref_content_ua_summary">Choisir l\'agent utilisateur</string> - <string name="contextmenu_openlink_incognito_newwindow">Ouvrir dans un nouvel onglet de navigation privée</string> - <string name="contextmenu_openlink_incognito_newwindow_background">Ouvrir dans un nouvel onglet de navigation privée en arrière-plan</string> - <string name="pref_lab_webgl">WebGL</string> - <string name="pref_lab_webgl_summary">Activer WebGL</string> - <string name="pref_lab_websockets">WebSockets</string> - <string name="pref_lab_websockets_summary">Activer WebSockets</string> - <string name="accessibility_button_homescreen">Écran d\'accueil</string> </resources> |