initial commit
This commit is contained in:
1
po/LINGUAS
Normal file
1
po/LINGUAS
Normal file
@@ -0,0 +1 @@
|
||||
es
|
2
po/POTFILES
Normal file
2
po/POTFILES
Normal file
@@ -0,0 +1,2 @@
|
||||
src/addtax.c
|
||||
glade/window_main.glade
|
39
po/addtax.pot
Normal file
39
po/addtax.pot
Normal file
@@ -0,0 +1,39 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the addtax package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: addtax\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-09-13 10:09-0300\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: src/addtax.c:58 src/addtax.c:71
|
||||
#, c-format
|
||||
msgid "Usage: %s [prices...]\n"
|
||||
msgstr ""
|
||||
|
||||
#: glade/window_main.glade:7
|
||||
msgid "Add tax"
|
||||
msgstr ""
|
||||
|
||||
#: glade/window_main.glade:32
|
||||
msgid "Price"
|
||||
msgstr ""
|
||||
|
||||
#: glade/window_main.glade:57
|
||||
msgid "Calculate"
|
||||
msgstr ""
|
||||
|
||||
#: glade/window_main.glade:80
|
||||
msgid "$0"
|
||||
msgstr ""
|
40
po/es.po
Normal file
40
po/es.po
Normal file
@@ -0,0 +1,40 @@
|
||||
# Spanish translations for addtax package.
|
||||
# Copyright (C) 2018 THE addtax'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the addtax package.
|
||||
# Automatically generated, 2018.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: addtax\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-09-13 10:09-0300\n"
|
||||
"PO-Revision-Date: 2018-09-13 10:10-0300\n"
|
||||
"Last-Translator: Chris Cromer <chris@cromer.cl>\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=ASCII\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Poedit 2.0.6\n"
|
||||
|
||||
#: src/addtax.c:58 src/addtax.c:71
|
||||
#, c-format
|
||||
msgid "Usage: %s [prices...]\n"
|
||||
msgstr "Uso: %s [precios...]\n"
|
||||
|
||||
#: glade/window_main.glade:7
|
||||
msgid "Add tax"
|
||||
msgstr "Agregar impuestos"
|
||||
|
||||
#: glade/window_main.glade:32
|
||||
msgid "Price"
|
||||
msgstr "Precio"
|
||||
|
||||
#: glade/window_main.glade:57
|
||||
msgid "Calculate"
|
||||
msgstr "Calcular"
|
||||
|
||||
#: glade/window_main.glade:80
|
||||
msgid "$0"
|
||||
msgstr ""
|
4
po/meson.build
Normal file
4
po/meson.build
Normal file
@@ -0,0 +1,4 @@
|
||||
i18n = import('i18n')
|
||||
i18n.gettext(meson.project_name(),
|
||||
args: '--directory=' + meson.source_root()
|
||||
)
|
Reference in New Issue
Block a user