-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added translation using Weblate (Turkish)
Co-authored-by: Oğuz Ersen <[email protected]>
- Loading branch information
Showing
2 changed files
with
167 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
en_GB | ||
ko | ||
ka | ||
tr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,166 @@ | ||
# GSS-NTLMSSP Translation Template file. | ||
# Copyright (C) 2015 Simo Sorce <[email protected]> | ||
# This file is distributed under the same license as the gssntlmssp package. | ||
# Simo Sorce <[email protected]>, 2015. | ||
# Oğuz Ersen <[email protected]>, 2024. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: gssntlmssp 0.5.0\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2015-02-20 09:49-0500\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: tr\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: src/gss_err.c:24 | ||
msgid "Unknown Error" | ||
msgstr "" | ||
|
||
#. ERR_DECODE | ||
#: src/gss_err.c:25 | ||
msgid "Failed to decode data" | ||
msgstr "" | ||
|
||
#. ERR_ENCODE | ||
#: src/gss_err.c:26 | ||
msgid "Failed to encode data" | ||
msgstr "" | ||
|
||
#. ERR_CRYPTO | ||
#: src/gss_err.c:27 | ||
msgid "Crypto routine failure" | ||
msgstr "" | ||
|
||
#. ERR_NOARG | ||
#: src/gss_err.c:28 | ||
msgid "A required argument is missing" | ||
msgstr "" | ||
|
||
#. ERR_BADARG | ||
#: src/gss_err.c:29 | ||
msgid "Invalid value in argument" | ||
msgstr "" | ||
|
||
#. ERR_NONAME | ||
#: src/gss_err.c:30 | ||
msgid "Name is empty" | ||
msgstr "" | ||
|
||
#. ERR_NOSRVNAME | ||
#: src/gss_err.c:31 | ||
msgid "Not a server name" | ||
msgstr "" | ||
|
||
#. ERR_NOUSRNAME | ||
#: src/gss_err.c:32 | ||
msgid "Not a user name" | ||
msgstr "" | ||
|
||
#. ERR_BADLMLEVEL | ||
#: src/gss_err.c:33 | ||
msgid "Bad LM compatibility Level" | ||
msgstr "" | ||
|
||
#. ERR_IMPOSSIBLE | ||
#: src/gss_err.c:34 | ||
msgid "An impossible error occurred" | ||
msgstr "" | ||
|
||
#. ERR_BADCTX | ||
#: src/gss_err.c:35 | ||
msgid "Invalid or incomplete context" | ||
msgstr "" | ||
|
||
#. ERR_WRONGCTX | ||
#: src/gss_err.c:36 | ||
msgid "Wrong context type" | ||
msgstr "" | ||
|
||
#. ERR_WRONGMSG | ||
#: src/gss_err.c:37 | ||
msgid "Wrong message type" | ||
msgstr "" | ||
|
||
#. ERR_REQNEGFLAG | ||
#: src/gss_err.c:38 | ||
msgid "A required Negotiate flag was not provided" | ||
msgstr "" | ||
|
||
#. ERR_FAILNEGFLAGS | ||
#: src/gss_err.c:39 | ||
msgid "Failed to negotiate a common set of flags" | ||
msgstr "" | ||
|
||
#. ERR_BADNEGFLAGS | ||
#: src/gss_err.c:40 | ||
msgid "Invalid combinations of negotiate flags" | ||
msgstr "" | ||
|
||
#. ERR_NOSRVCRED | ||
#: src/gss_err.c:41 | ||
msgid "Not a server credential type" | ||
msgstr "" | ||
|
||
#. ERR_NOUSRCRED | ||
#: src/gss_err.c:42 | ||
msgid "Not a user credential type" | ||
msgstr "" | ||
|
||
#. ERR_BADCRED | ||
#: src/gss_err.c:43 | ||
msgid "Invalid or unknown credential" | ||
msgstr "" | ||
|
||
#. ERR_NOTOKEN | ||
#: src/gss_err.c:44 | ||
msgid "Empty or missing token" | ||
msgstr "" | ||
|
||
#. ERR_NOTSUPPORTED | ||
#: src/gss_err.c:45 | ||
msgid "Feature not supported" | ||
msgstr "" | ||
|
||
#. ERR_NOTAVAIL | ||
#: src/gss_err.c:46 | ||
msgid "Feature not available" | ||
msgstr "" | ||
|
||
#. ERR_NAMETOOLONG | ||
#: src/gss_err.c:47 | ||
msgid "Name is too long" | ||
msgstr "" | ||
|
||
#. ERR_NOBINDINGS | ||
#: src/gss_err.c:48 | ||
msgid "Required channel bingings are not available" | ||
msgstr "" | ||
|
||
#. ERR_TIMESKEW | ||
#: src/gss_err.c:49 | ||
msgid "Server and client clocks are too far apart" | ||
msgstr "" | ||
|
||
#. ERR_EXPIRED | ||
#: src/gss_err.c:50 | ||
msgid "Expired" | ||
msgstr "" | ||
|
||
#. ERR_KEYLEN | ||
#: src/gss_err.c:51 | ||
msgid "Invalid key length" | ||
msgstr "" | ||
|
||
#. ERR_NONTLMV1 | ||
#: src/gss_err.c:52 | ||
msgid "NTLM version 1 not allowed" | ||
msgstr "" | ||
|
||
#. ERR_NOUSRFOUND | ||
#: src/gss_err.c:53 | ||
msgid "User not found" | ||
msgstr "" |