Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90e35f34 authored by DelPETER's avatar DelPETER
Browse files

DeskClock : FR translation

Change-Id: Ifebf88f5cc9e45d9c7875868e5df2e1c9da82111
parent 2d78dd11
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
<?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-array name="action_summary_entries">
      <item>ne fait rien</item>
      <item>répète l\'alarme</item>
      <item>ignore l\'alarme</item>
    </string-array>
</resources>
+30 −0
Original line number Diff line number Diff line
<?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="flip_action_title">Action quand retourné</string>
    <string name="flip_action_dialog_title">Retourner l\'appareil\u2026</string>
    <string name="flip_action_summary">Retourner l\'appareil <xliff:g id="action">%s</xliff:g></string>
    <string name="shake_action_title">Action quand secoué</string>
    <string name="shake_action_dialog_title">Secouer l\'appareil\u2026</string>
    <string name="shake_action_summary">Secouer l\'appareil <xliff:g id="action">%s</xliff:g></string>
    <string name="alarm_increasing_volume">Volume progressif</string>
    <string name="show_status_bar_icon_title">Afficher l\icône</string>
    <string name="show_status_bar_icon_summary">Afficher l\icône dans la barre de notification quand une alarme est activée</string>
    <string name="stopwatch_settings">CHRONOMÈTRE</string>
    <string name="keep_display_on_stopwatch">Garder l\'affichage activé</string>
    <string name="keep_display_on_stopwatch_summary">Laisser l\'écran allumé pendant que le chronomètre est en marche</string>
    <string name="no_alarms">Aucune alarme définie</string>
</resources>
+0 −36
Original line number Diff line number Diff line
@@ -331,40 +331,4 @@
    <string name="timer_delete_confirmation" msgid="2815524107015816453">"Supprimer ce minuteur ?"</string>
    <string name="city_delete_confirmation" msgid="1783441538785676299">"Supprimer cette ville ?"</string>
    <string name="digital_gadget" msgid="2326954556720571358">"Horloge numérique"</string>

    <!-- ****  CYANOGENMOD ADDITIONS START  **** -->

    <!-- Setting title for the flip action setting. -->
    <string name="flip_action_title">Action quand retourné</string>
    <string name="flip_action_dialog_title">Retourner l\'appareil\u2026</string>
    <string name="flip_action_summary">Retourner l\'appareil <xliff:g id="action">%s</xliff:g></string>

    <!-- Setting title for the shake action setting. -->
    <string name="shake_action_title">Action quand secoué</string>
    <string name="shake_action_dialog_title">Secouer l\'appareil\u2026</string>
    <string name="shake_action_summary">Secouer l\'appareil <xliff:g id="action">%s</xliff:g></string>

    <!-- Setting labels on Set alarm screen: Increasing volume on or off -->
    <string name="alarm_increasing_volume">Volume progressif</string>

    <!-- Summary texts for shake and flip actions. Must be ordered by numerical
         value (do nothing = 0, snooze = 1, dismiss = 2) -->
    <string-array name="action_summary_entries">
      <item>ne fait rien</item>
      <item>répète l\'alarme</item>
      <item>ignore l\'alarme</item>
    </string-array>

    <!-- Setting title for showing/hiding the alarm status bar icon -->
    <string name="show_status_bar_icon_title">Afficher l\icône</string>
    <string name="show_status_bar_icon_summary">Afficher l\icône dans la barre de notification quand une alarme est activée</string>

    <!-- Settings strings -->
    <string name="stopwatch_settings">CHRONOMÈTRE</string>
    <string name="keep_display_on_stopwatch">Garder l\'affichage activé</string>
    <string name="keep_display_on_stopwatch_summary">Laisser l\'écran allumé pendant que le chronomètre est en marche</string>

    <!-- Empty list message -->
    <string name="no_alarms">Aucune alarme définie</string>

</resources>