8000 add french translation by snax44 · Pull Request #36 · raujonas/executor · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

add french translation #36

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

Merged
merged 1 commit into from
May 31, 2021
Merged
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
Binary file added po/fr.mo
Binary file not shown.
71 changes: 71 additions & 0 deletions po/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-29 19:44+0200\n"
"PO-Revision-Date: 2021-05-30 10:40+0200\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.4.2\n"
"Last-Translator: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Language: fr\n"

#: prefs.js:34
msgid "Left"
msgstr "Gauche"

#: prefs.js:35
msgid "Center"
msgstr "Centre"

#: prefs.js:36
msgid "Right"
msgstr "Droite"

#: prefs.js:91
msgid "Active:"
msgstr "Actif:"

#: prefs.js:93
msgid "Index in status bar:"
msgstr "Position dans la barre de status:"

#: prefs.js:98
msgid "Command"
msgstr "Commande"

#: prefs.js:98
msgid "Interval in seconds"
msgstr "Intervalle en seconde"

#: prefs.js:112
msgid "Add new command"
msgstr "Ajouter une nouvelle commande"

#: prefs.js:116
msgid "Revert to last saved commands"
msgstr "Revenir aux dernières commandes enregistrées"

#: prefs.js:120
msgid "Save commands"
msgstr "Enregistrer les commandes"

#: prefs.js:204
msgid "Move command up"
msgstr "Monter"

#: prefs.js:208
msgid "Move command down"
msgstr "Descendre"

#: prefs.js:212
msgid "Remove command"
msgstr "Supprimer cette commande"
0