Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated fr (French) translation #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions app/src/main/res/values-fr/prefs_alarms.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2017 Phillip Hsu
~
~ This file is part of ClockPlus.
~
~ ClockPlus is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ ClockPlus is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
-->

<resources>
<string name="title_category_alarms">Alarmes</string>

<!-- Time picker style -->
<!-- Internally, we refer to this picker as a numpad because it's concise.
However, "numeric keypad" is more descriptive when describing the style to users. -->

<!-- Silence after -->
<string name="title_silence_after">Silence après</string>
<!-- Snooze duration -->
<!-- Durations for silence after & snooze duration -->

<!-- Alarm volume -->
<string name="title_alarm_volume">Volume de l\'alarme</string>

<!-- Upcoming alarm threshold -->
<string name="title_notify_me_of_upcoming_alarms">Me notifier les alarmes imminentes</string>

<!-- First day of week -->
<string name="title_first_day_of_week">Premier jour de la semaine</string>
<string name="value_saturday">6</string>
<string name="value_sunday">0</string>
<string name="value_monday">1</string>
</resources>
27 changes: 27 additions & 0 deletions app/src/main/res/values-fr/prefs_general.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2017 Phillip Hsu
~
~ This file is part of ClockPlus.
~
~ ClockPlus is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ ClockPlus is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
-->

<resources>
<string name="title_category_general">Général</string>

<string name="title_theme">Thème</string>


</resources>
27 changes: 27 additions & 0 deletions app/src/main/res/values-fr/prefs_timers.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2017 Phillip Hsu
~
~ This file is part of ClockPlus.
~
~ ClockPlus is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ ClockPlus is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
-->

<resources>

<string name="title_timer_ringtone">Sonnerie</string>

<string name="title_timer_vibrate">Vibrer</string>

</resources>
24 changes: 24 additions & 0 deletions app/src/main/res/values-fr/prefs_world_clock.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2017 Phillip Hsu
~
~ This file is part of ClockPlus.
~
~ ClockPlus is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ ClockPlus is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
-->

<resources>

<string name="gmt">GMT</string>
</resources>
66 changes: 66 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!--
~ Copyright 2017 Phillip Hsu
~
~ This file is part of ClockPlus.
~
~ ClockPlus is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ ClockPlus is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
-->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name">Clock+</string>

<string name="title_activity_ringtone">Clock+</string>

<!-- ================================= EDIT ALARM ACTIVITY ==================================-->
<string name="delete">Supprimer</string>
<!-- ======================================================================================= -->

<!-- ==================================== TOASTS ==================================== -->
<string name="day_and_hour">1 jour et 1 heure</string>
<string name="hour_and_minute">1 heure et 1 minute</string>
<string name="day">1 jour</string>
<string name="hour">1 heure</string>


<!-- ======================================================================================= -->

<!-- ==================================== NOTIFICATIONS ==================================== -->
<string name="alarm">Alarme</string>
<!-- ======================================================================================= -->

<!-- ==================================== MAIN ACTIVITY ==================================== -->
<!-- ======================================================================================= -->

<string name="title_activity_settings">Paramètres</string>

<string name="every_day">Tous les jours</string>

<string name="zero">0</string>
<string name="two">2</string>
<string name="four">4</string>
<string name="five">5</string>


<!-- TODO: Remove or change this placeholder text -->






<!-- The notification title to use when there are laps in a stopwatch timing. An example is "Stopwatch - Lap 2". -->

<!-- https://android.googlesource.com/platform/frameworks/base/+/master/core/res/res/values/strings.xml -->
<!-- The representation of a time duration when negative. An example is -1:14. This can be used with a countdown timer for example.-->
</resources>