Update
This commit is contained in:
parent
5706c81a59
commit
58d3148bea
|
@ -1,8 +0,0 @@
|
||||||
*.pkg.tar
|
|
||||||
*.pkg.tar.*
|
|
||||||
*.zst
|
|
||||||
*.zst.*
|
|
||||||
pkg/
|
|
||||||
src/
|
|
||||||
.idea/
|
|
||||||
plasma-plasmoid-DittoMenu
|
|
|
@ -7,18 +7,19 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Category": "Application Launchers",
|
"Category": "Application Launchers",
|
||||||
"Dependencies": [
|
|
||||||
],
|
|
||||||
"Description": "A configurable launcher menu",
|
"Description": "A configurable launcher menu",
|
||||||
|
"Description[x-test]": "xxA configurable launcher menuxx",
|
||||||
"EnabledByDefault": true,
|
"EnabledByDefault": true,
|
||||||
"Icon": "start-here-kde",
|
"Icon": "start-here-kde",
|
||||||
"Id": "com.github.adhec.DittoMenu",
|
"Id": "com.github.adhec.DittoMenu",
|
||||||
"License": "GPL-2.0+",
|
"License": "GPL-2.0+",
|
||||||
"Name": "Ditto Menu",
|
"Name": "Ditto Menu",
|
||||||
|
"Name[x-test]": "xxDitto Menuxx",
|
||||||
"ServiceTypes": [
|
"ServiceTypes": [
|
||||||
"Plasma/Applet"
|
"Plasma/Applet"
|
||||||
],
|
],
|
||||||
"Version": "0.30"
|
"Version": "0.30",
|
||||||
|
"Website": ""
|
||||||
},
|
},
|
||||||
"X-Plasma-API": "declarativeappletscript",
|
"X-Plasma-API": "declarativeappletscript",
|
||||||
"X-Plasma-MainScript": "ui/main.qml",
|
"X-Plasma-MainScript": "ui/main.qml",
|
||||||
|
|
|
@ -0,0 +1,136 @@
|
||||||
|
# Translation of dittomenu in fr
|
||||||
|
# Copyright (C) 2023
|
||||||
|
# This file is distributed under the same license as the dittomenu package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
|
#
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: dittomenu\n"
|
||||||
|
"Report-Msgid-Bugs-To: https://store.kde.org/p/1312669/\n"
|
||||||
|
"POT-Creation-Date: 2023-05-01 16:59-0300\n"
|
||||||
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
|
"Last-Translator: omano\n"
|
||||||
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
"Language: fr\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
|
#: ../metadata.desktop
|
||||||
|
msgid "Ditto Menu"
|
||||||
|
msgstr "Ditto Menu"
|
||||||
|
|
||||||
|
#: ../metadata.desktop
|
||||||
|
msgid "A configurable launcher menu"
|
||||||
|
msgstr "Un menu de lancement configurable"
|
||||||
|
|
||||||
|
#: ../contents/code/tools.js
|
||||||
|
msgid "Remove from Favorites"
|
||||||
|
msgstr "Enlever des Favoris"
|
||||||
|
|
||||||
|
#: ../contents/code/tools.js
|
||||||
|
msgid "Add to Favorites"
|
||||||
|
msgstr "Ajouter aux Favoris"
|
||||||
|
|
||||||
|
#: ../contents/code/tools.js
|
||||||
|
msgid "On All Activities"
|
||||||
|
msgstr "Sur toutes les Activités"
|
||||||
|
|
||||||
|
#: ../contents/code/tools.js
|
||||||
|
msgid "On The Current Activity"
|
||||||
|
msgstr "Sur l'Activité actuelle"
|
||||||
|
|
||||||
|
#: ../contents/code/tools.js
|
||||||
|
msgid "Show In Favorites"
|
||||||
|
msgstr "Voir dans les Favoris"
|
||||||
|
|
||||||
|
#: ../contents/config/config.qml
|
||||||
|
msgid "General"
|
||||||
|
msgstr "Général"
|
||||||
|
|
||||||
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
|
msgid "Icon:"
|
||||||
|
msgstr "Icône:"
|
||||||
|
|
||||||
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
|
msgctxt "@item:inmenu Open icon chooser dialog"
|
||||||
|
msgid "Choose..."
|
||||||
|
msgstr "Choisir..."
|
||||||
|
|
||||||
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
|
msgctxt "@item:inmenu Reset icon to default"
|
||||||
|
msgid "Clear Icon"
|
||||||
|
msgstr "Supprimer l'icône"
|
||||||
|
|
||||||
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
|
msgid "Show favorites first"
|
||||||
|
msgstr "Voir les Favoris en premier"
|
||||||
|
|
||||||
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
|
msgid "Menu position"
|
||||||
|
msgstr "Position du menu"
|
||||||
|
|
||||||
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
|
msgid "Default"
|
||||||
|
msgstr "Défaut"
|
||||||
|
|
||||||
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
|
msgid "Center"
|
||||||
|
msgstr "Centre"
|
||||||
|
|
||||||
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
|
msgid "Center bottom"
|
||||||
|
msgstr "Milieu en bas"
|
||||||
|
|
||||||
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
|
msgid "Show labels in two lines"
|
||||||
|
msgstr "Voir les étiquettes sur deux lignes"
|
||||||
|
|
||||||
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
|
msgid "Number of columns"
|
||||||
|
msgstr "Nombre de colonnes"
|
||||||
|
|
||||||
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
|
msgid "Number of rows"
|
||||||
|
msgstr "Nombre de lignes"
|
||||||
|
|
||||||
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
|
msgid "Unhide all hidden applications"
|
||||||
|
msgstr "Ne plus cacher les applications"
|
||||||
|
|
||||||
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
|
msgid "Unhidden!"
|
||||||
|
msgstr "Plus cachées!"
|
||||||
|
|
||||||
|
#: ../contents/ui/MenuRepresentation.qml
|
||||||
|
msgid "System Preferences"
|
||||||
|
msgstr "Préférences Système"
|
||||||
|
|
||||||
|
#: ../contents/ui/MenuRepresentation.qml
|
||||||
|
msgid "User Home"
|
||||||
|
msgstr "Dossier Personnel"
|
||||||
|
|
||||||
|
#: ../contents/ui/MenuRepresentation.qml
|
||||||
|
msgid "Lock Screen"
|
||||||
|
msgstr "Verrouiller l'écran"
|
||||||
|
|
||||||
|
#: ../contents/ui/MenuRepresentation.qml
|
||||||
|
msgid "Leave ..."
|
||||||
|
msgstr "Quitter ..."
|
||||||
|
|
||||||
|
#: ../contents/ui/MenuRepresentation.qml
|
||||||
|
msgid "Hi, "
|
||||||
|
msgstr "Salut, "
|
||||||
|
|
||||||
|
#: ../contents/ui/MenuRepresentation.qml
|
||||||
|
msgid "Type here to search ..."
|
||||||
|
msgstr "Rechercher ..."
|
||||||
|
|
||||||
|
#: ../contents/ui/MenuRepresentation.qml
|
||||||
|
msgid "Favorites"
|
||||||
|
msgstr "Favoris"
|
||||||
|
|
||||||
|
#: ../contents/ui/MenuRepresentation.qml
|
||||||
|
msgid "All apps"
|
||||||
|
msgstr "Toutes les applications"
|
Loading…
Reference in New Issue