-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
copy-name-to-clipboard@torchipeppo: Add es.po (#554)
* Add Spanish translation
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
copy-name-to-clipboard@torchipeppo/files/copy-name-to-clipboard@torchipeppo/po/es.po
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# COPY NAME TO CLIPBOARD | ||
# This file is put in the public domain. | ||
# torchipeppo, 2023 | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: copy-name-to-clipboard@torchipeppo 1.0.0\n" | ||
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" | ||
"issues\n" | ||
"POT-Creation-Date: 2024-10-29 12:02+0100\n" | ||
"PO-Revision-Date: \n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"Language: es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Generator: Poedit 3.4.4\n" | ||
|
||
#. metadata.json->description | ||
msgid "" | ||
"Copy the name of the selected item to the clipboard. Requires xclip to be " | ||
"installed." | ||
msgstr "" | ||
"Copia el nombre del elemento seleccionado en el portapapeles. Requiere la " | ||
"instalación de xclip." | ||
|
||
#. metadata.json->name | ||
msgid "Copy Name To Clipboard" | ||
msgstr "Copiar nombre al portapapeles" | ||
|
||
#. [email protected]_action.in->Name | ||
msgid "Copy name to clipboard" | ||
msgstr "Copiar nombre en el portapapeles" | ||
|
||
#. [email protected]_action.in->Comment | ||
msgid "Copy the name of the selected item to the clipboard" | ||
msgstr "Copiar el nombre del elemento seleccionado en el portapapeles" |