confer/locale/tr/LC_MESSAGES/confer.po
2024-08-01 04:48:11 +03:00

224 lines
5.0 KiB
Plaintext

# 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.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-01 04:31+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: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/config.c:30
msgid "Configuration does not have a name field"
msgstr "Configuration does not have a name field"
#: src/config.c:35
msgid "Configuration does not have an author field"
msgstr "Configuration does not have an author field"
#: src/config.c:40
msgid "Configuration does not have any targets"
msgstr "Configuration does not have any targets"
#: src/config.c:102
msgid "Configuration contains multiple targets with the same name"
msgstr "Configuration contains multiple targets with the same name"
#: src/config.c:129
#, c-format
msgid "Key %s is unknown"
msgstr "Key %s is unknown"
#: src/config.c:161
msgid "Configuration file not found"
msgstr "Configuration file not found"
#: src/config.c:177
msgid "Failed to parse configuration file"
msgstr "Failed to parse configuration file"
#: src/config.c:193
msgid "Configuration details:\n"
msgstr "Configuration details:\n"
#: src/config.c:194 src/target.c:122
msgid "Name"
msgstr "Name"
#: src/config.c:196
msgid "Desc"
msgstr "Desc"
#: src/config.c:197
msgid "Author"
msgstr "Author"
#: src/config.c:199
msgid "Keywords"
msgstr "Keywords"
#: src/log.c:127
msgid "y"
msgstr "y"
#: src/log.c:127
msgid "Y"
msgstr "Y"
#: src/log.c:128
msgid "n"
msgstr "n"
#: src/log.c:128
msgid "N"
msgstr "N"
#: src/log.c:131
#, c-format
msgid "%s [y/N] "
msgstr "%s [y/N] "
#: src/log.c:151
msgid "Please answer with y/n"
msgstr "Please answer with y/n"
#: src/main.c:48
msgid "Program received a segfault"
msgstr "Program received a segfault"
#: src/main.c:61
msgid "pull down a configuration"
msgstr "pull down a configuration"
#: src/main.c:62
msgid "build the configuration in the current directory"
msgstr "build the configuration in the current directory"
#: src/main.c:73
msgid "Please specify the homedir with "
msgstr "Please specify the homedir with "
#: src/main.c:84
msgid "Failed to lock, confer is already running"
msgstr "Failed to lock, confer is already running"
#: src/main.c:88
msgid "Failed to lock, are you root?"
msgstr "Failed to lock, are you root?"
#: src/main.c:100
msgid "Command not found: "
msgstr "Command not found: "
#: src/main.c:102
#, c-format
msgid "MatterLinux configuration manager (version %s)"
msgstr "MatterLinux configuration manager (version %s)"
#: src/main.c:103
msgid "Usage: "
msgstr "Usage: "
#: src/main.c:105
msgid "Here is a list of available commands:"
msgstr "Here is a list of available commands:"
#: src/main.c:111
msgid "Here is a list of available options:"
msgstr "Here is a list of available options:"
#: src/main.c:114 src/main.c:115
#, c-format
msgid " "
msgstr " "
#: src/main.c:117
msgid ""
"Licensed under GPLv3, see https://www.gnu.org/licenses/ for more information"
msgstr ""
"Licensed under GPLv3, see https://www.gnu.org/licenses/ for more information"
#: src/target.c:15
msgid "Configuration target is missing a name"
msgstr "Configuration target is missing a name"
#: src/target.c:20
#, c-format
msgid "Configuration target \"%s\" does not have \"dst\" field"
msgstr "Configuration target \"%s\" does not have \"dst\" field"
#: src/target.c:25
#, c-format
msgid "Configuration target \"%s\" does not have \"src\" field"
msgstr "Configuration target \"%s\" does not have \"src\" field"
#: src/target.c:40
#, c-format
msgid "Failed to open the directory: %s"
msgstr "Failed to open the directory: %s"
#: src/target.c:84
#, c-format
msgid "Source directory \"%s\" does not exist"
msgstr "Source directory \"%s\" does not exist"
#: src/target.c:121
msgid "Target details:\n"
msgstr "Target details:\n"
#: src/target.c:123
msgid "Description"
msgstr "Description"
#: src/url.c:44
msgid "Failed to open /dev/null"
msgstr "Failed to open /dev/null"
#: src/url.c:51
msgid "Failed to init curl"
msgstr "Failed to init curl"
#: src/url.c:63
msgid "Request failed"
msgstr "Request failed"
#: src/url.c:70
msgid "Failed to get the response code"
msgstr "Failed to get the response code"
#: src/url.c:76
msgid "Response is not a redirect"
msgstr "Response is not a redirect"
#: src/url.c:83
msgid "Failed to get the location header"
msgstr "Failed to get the location header"
#: src/url.c:89
msgid "Invalid location header"
msgstr "Invalid location header"
#: src/util.c:105 src/util.c:116
#, c-format
msgid "Failed to create directory: %s"
msgstr "Failed to create directory: %s"
#: src/util.c:195
#, c-format
msgid "Failed to open \"%s\" for reading"
msgstr "Failed to open \"%s\" for reading"
#: src/util.c:197
#, c-format
msgid "Failed to open \"%s\" for writing"
msgstr "Failed to open \"%s\" for writing"