91 lines
2.2 KiB
Plaintext
91 lines
2.2 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-11 19:22+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/main.c:39
|
|
#, c-format
|
|
msgid "Failed to sync %s: %s"
|
|
msgstr "Failed to sync %s: %s"
|
|
|
|
#: src/main.c:47
|
|
#, c-format
|
|
msgid "Starting mirp %s (libmp %s)"
|
|
msgstr ""
|
|
|
|
#: src/main.c:50
|
|
#, c-format
|
|
msgid "Usage: %s <name> <directory> <url>"
|
|
msgstr "Usage: %s <name> <directory> <url>"
|
|
|
|
#: src/main.c:71
|
|
#, c-format
|
|
msgid "Failed to access the temp directory: %s"
|
|
msgstr "Failed to access the temp directory: %s"
|
|
|
|
#: src/main.c:75
|
|
#, c-format
|
|
msgid "Failed to initialize the libmp context: %s"
|
|
msgstr "Failed to initialize the libmp context: %s"
|
|
|
|
#: src/main.c:82
|
|
#, c-format
|
|
msgid "Failed to create the pool directory: %s"
|
|
msgstr "Failed to create the pool directory: %s"
|
|
|
|
#: src/main.c:87
|
|
#, c-format
|
|
msgid "Failed to access to the pool directory: %s"
|
|
msgstr "Failed to access to the pool directory: %s"
|
|
|
|
#: src/main.c:92
|
|
#, c-format
|
|
msgid "Failed to load the pool: %s"
|
|
msgstr "Failed to load the pool: %s"
|
|
|
|
#: src/main.c:97
|
|
msgid "Pool is not avaliable"
|
|
msgstr "Pool is not avaliable"
|
|
|
|
#: src/main.c:102
|
|
#, c-format
|
|
msgid "Failed to obtain the package list: %s"
|
|
msgstr "Failed to obtain the package list: %s"
|
|
|
|
#: src/main.c:106
|
|
#, c-format
|
|
msgid "Synced %s, downloading packages"
|
|
msgstr "Synced %s, downloading packages"
|
|
|
|
#: src/main.c:110
|
|
#, c-format
|
|
msgid "Failed to download the package: %s (%s)"
|
|
msgstr "Failed to download the package: %s (%s)"
|
|
|
|
#: src/main.c:113
|
|
#, c-format
|
|
msgid "Downloaded the package: %s (%s)"
|
|
msgstr "Downloaded the package: %s (%s)"
|
|
|
|
#: src/main.c:117
|
|
msgid "Mirror is ready"
|
|
msgstr "Mirror is ready"
|
|
|
|
#, fuzzy, c-format
|
|
#~ msgid "Failed to sync lol %s: %s"
|
|
#~ msgstr "Failed to sync %s: %s"
|