mirror of
https://github.com/wizbright/waybox.git
synced 2026-04-09 08:21:19 -04:00
Made NLS support contingent on having msgfmt, removed the deprecated meson.source_root(), and updated the translations
This commit is contained in:
parent
4cee7c4014
commit
740c8c3393
45 changed files with 2608 additions and 692 deletions
|
|
@ -1,14 +1,14 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# This file is distributed under the same license as the waybox package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-02-01 21:20-0500\n"
|
||||
"Project-Id-Version: waybox\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2022-02-18 17:31-0500\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"
|
||||
|
|
@ -17,6 +17,24 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
msgid "Unable to evaluate expression"
|
||||
msgstr ""
|
||||
|
||||
msgid "No nodesetval"
|
||||
msgstr ""
|
||||
|
||||
msgid "No nodeset"
|
||||
msgstr ""
|
||||
|
||||
msgid "Unable to parse XML file"
|
||||
msgstr ""
|
||||
|
||||
msgid "Couldn't create new context!"
|
||||
msgstr ""
|
||||
|
||||
msgid "Couldn't register the namespace"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Syntax: %s [options]\n"
|
||||
msgstr ""
|
||||
|
|
@ -35,6 +53,7 @@ msgstr ""
|
|||
msgid " --version Display the version and exit\n"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: If you translate FILE, be sure the text remains aligned.
|
||||
#, c-format
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
|
|
@ -77,3 +96,45 @@ msgstr ""
|
|||
|
||||
msgid "Failed to start server"
|
||||
msgstr ""
|
||||
|
||||
msgid "Couldn't get a surface texture"
|
||||
msgstr ""
|
||||
|
||||
msgid "Couldn't attach renderer to output"
|
||||
msgstr ""
|
||||
|
||||
msgid "New output device detected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Couldn't commit pending frame to output"
|
||||
msgstr ""
|
||||
|
||||
msgid "New keyboard detected"
|
||||
msgstr ""
|
||||
|
||||
msgid "New pointer detected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Unsupported input device detected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to connect to a Wayland display"
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to start backend"
|
||||
msgstr ""
|
||||
|
||||
msgid "Running Wayland compositor on Wayland display"
|
||||
msgstr ""
|
||||
|
||||
msgid "Display destroyed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keyboard focus is now on surface"
|
||||
msgstr ""
|
||||
|
||||
msgid "Focusing current view"
|
||||
msgstr ""
|
||||
|
||||
msgid "Focusing next view"
|
||||
msgstr ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue