# 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 , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-08-22 07:20+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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/ctx.c:15 msgid "Home directory is NULL" msgstr "" #: src/ctx.c:21 src/ctx.c:37 #, fuzzy msgid "Failed to access to the home directory" msgstr "Failed to open the directory: %s" #: 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:78 #, fuzzy msgid "Please specify the home directory with " msgstr "Please specify the homedir with " #: src/main.c:83 #, fuzzy msgid "Cannot access to the home directory (" msgstr "Failed to open the directory: %s" #: src/main.c:97 msgid "Failed to lock, confer is already running" msgstr "Failed to lock, confer is already running" #: src/main.c:101 msgid "Failed to lock, do you have access to the home directory?" msgstr "" #: src/main.c:113 msgid "Command not found: " msgstr "Command not found: " #: src/main.c:115 #, fuzzy, c-format msgid "MatterLinux configuration manager %s" msgstr "MatterLinux configuration manager (version %s)" #: src/main.c:116 msgid "Usage: " msgstr "Usage: " #: src/main.c:118 msgid "Here is a list of available commands:" msgstr "Here is a list of available commands:" #: src/main.c:124 msgid "Here is a list of available options:" msgstr "Here is a list of available options:" #: src/main.c:126 src/main.c:127 #, c-format msgid " " msgstr " " #: src/main.c:129 #, fuzzy 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" #: src/cmd/gen.c:24 msgid "Please specify only a signle directory for the repository" msgstr "" #: src/cmd/gen.c:29 msgid "Please specify a directory for the repository" msgstr "" #: src/cmd/gen.c:34 #, fuzzy msgid "Failed to access the directory" msgstr "Failed to open the directory: %s" #: src/cmd/gen.c:39 #, fuzzy msgid "Failed to change directory to the specified directory" msgstr "Failed to create directory: %s" #: src/cmd/gen.c:44 src/cmd/pull.c:102 #, fuzzy msgid "Failed to load the configuration file (" msgstr "Failed to parse configuration file" #: src/cmd/gen.c:49 src/cmd/pull.c:107 #, fuzzy msgid "Loaded repository configuration" msgstr "Failed to parse configuration file" #: src/cmd/gen.c:55 src/cmd/pull.c:134 msgid "Copying all the targets" msgstr "" #: src/cmd/gen.c:61 src/cmd/pull.c:152 #, fuzzy msgid "Failed to copy the target:" msgstr "Failed to open the directory: %s" #: src/cmd/pull.c:39 msgid "Please specify only a single config name or a URL" msgstr "" #: src/cmd/pull.c:44 #, fuzzy msgid "Please specify a config name or a URL" msgstr "Please specify the homedir with " #: src/cmd/pull.c:62 #, fuzzy msgid "Specified configuration is not found" msgstr "Configuration file not found" #: src/cmd/pull.c:65 msgid "Failed to access the URL" msgstr "" #: src/cmd/pull.c:81 msgid "Cloning " msgstr "" #: src/cmd/pull.c:86 #, fuzzy, c-format msgid "Failed to clone the %s:" msgstr "Failed to open the directory: %s" #: src/cmd/pull.c:97 #, fuzzy, c-format msgid "Failed to chdir to %s" msgstr "Failed to create directory: %s" #: src/cmd/pull.c:110 msgid "Do you want to continue?" msgstr "" #: src/cmd/pull.c:116 msgid "Checking all the targets" msgstr "" #: src/cmd/pull.c:122 #, fuzzy, c-format msgid "Failed to access the source for the target \"%s\"" msgstr "Failed to get the location header" #: src/cmd/pull.c:131 msgid "All the target checks were successful" msgstr "" #: src/cmd/pull.c:146 msgid "Install the target?" msgstr "" #: src/cmd/pull.c:147 msgid "Skipping target" msgstr "" #: src/cmd/pull.c:180 msgid "Installing all the requirements" msgstr "" #: src/cmd/pull.c:183 #, fuzzy msgid "Failed to run the " msgstr "Failed to init curl" #~ msgid "Failed to lock, are you root?" #~ msgstr "Failed to lock, are you root?"