86 lines
2.1 KiB
Plaintext
86 lines
2.1 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-04 18:57+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:48
|
|
#, c-format
|
|
msgid "Usage: %s <name> <directory> <url>"
|
|
msgstr "Usage: %s <name> <directory> <url>"
|
|
|
|
#: src/main.c:69
|
|
#, c-format
|
|
msgid "Failed to access the temp directory: %s"
|
|
msgstr "Failed to access the temp directory: %s"
|
|
|
|
#: src/main.c:73
|
|
#, c-format
|
|
msgid "Failed to initialize the libmp context: %s"
|
|
msgstr "Failed to initialize the libmp context: %s"
|
|
|
|
#: src/main.c:80
|
|
#, c-format
|
|
msgid "Failed to create the pool directory: %s"
|
|
msgstr "Failed to create the pool directory: %s"
|
|
|
|
#: src/main.c:85
|
|
#, c-format
|
|
msgid "Failed to access to the pool directory: %s"
|
|
msgstr "Failed to access to the pool directory: %s"
|
|
|
|
#: src/main.c:90
|
|
#, c-format
|
|
msgid "Failed to load the pool: %s"
|
|
msgstr "Failed to load the pool: %s"
|
|
|
|
#: src/main.c:95
|
|
msgid "Pool is not avaliable"
|
|
msgstr "Pool is not avaliable"
|
|
|
|
#: src/main.c:100
|
|
#, c-format
|
|
msgid "Failed to obtain the package list: %s"
|
|
msgstr "Failed to obtain the package list: %s"
|
|
|
|
#: src/main.c:104
|
|
#, c-format
|
|
msgid "Synced %s, downloading packages"
|
|
msgstr "Synced %s, downloading packages"
|
|
|
|
#: src/main.c:108
|
|
#, c-format
|
|
msgid "Failed to download the package: %s (%s)"
|
|
msgstr "Failed to download the package: %s (%s)"
|
|
|
|
#: src/main.c:111
|
|
#, c-format
|
|
msgid "Downloaded the package: %s (%s)"
|
|
msgstr "Downloaded the package: %s (%s)"
|
|
|
|
#: src/main.c:115
|
|
msgid "Mirror is ready"
|
|
msgstr "Mirror is ready"
|
|
|
|
#, fuzzy, c-format
|
|
#~ msgid "Failed to sync lol %s: %s"
|
|
#~ msgstr "Failed to sync %s: %s"
|