File: sqlitecompstrings.uk.po

package info (click to toggle)
lazarus 2.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 214,460 kB
  • sloc: pascal: 1,862,622; xml: 265,709; cpp: 56,595; sh: 3,008; java: 609; makefile: 535; perl: 297; sql: 222; ansic: 137
file content (83 lines) | stat: -rw-r--r-- 3,045 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Olexandr Pylypchuk <pilipchukap@rambler.ru>, 2017.
msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Project-Id-Version: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2017-03-30 21:35+0300\n"
"Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n"
"Language-Team: Ukrainian <kde-i18n-doc@kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: uk\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Lokalize 1.5\n"

#: sqlitecompstrings.sadd
msgid "Add"
msgstr "Додати"

#: sqlitecompstrings.satablenamedalreadyexistsareyousureyouwanttoreplace
msgid "A Table named \"%s\" already exists. Are you sure you want to replace this table?%sAll data stored will be lost."
msgstr "Таблиця з назвою \"%s\" вже є. Ви впевнені, що бажаєте замінити її?%sВсі дані буде втрачено."

#: sqlitecompstrings.sclose
msgid "Close"
msgstr "Закрити"

#: sqlitecompstrings.screateedittable
msgid "Create/Edit Table"
msgstr "Створення/редагування таблиці"

#: sqlitecompstrings.screatetable
msgid "Create Table"
msgstr "Створити таблицю"

#: sqlitecompstrings.sdelete
msgid "Delete"
msgstr "Видалити"

#: sqlitecompstrings.sfieldname
msgid "Field Name"
msgstr "Назва поля"

#: sqlitecompstrings.sfieldtype
msgid "Field Type"
msgstr "Тип поля"

#: sqlitecompstrings.sfilenamenotsetitsnotpossibletocreateeditatable
msgid "File name not set: it's not possible to create/edit a table."
msgstr "Не задано назву файлу: неможливо створити/змінити таблицю."

#: sqlitecompstrings.sfilepath
msgid "File Path: %s"
msgstr "Шлях до файлу: %s"

#: sqlitecompstrings.sitsnotallowedfieldswiththesamename
msgid "Fields with identical names are not allowed."
msgstr "Поля з однаковими назвами не дозволені."

#: sqlitecompstrings.sitwasnotpossibletocreatethetable
msgid "It was not possible to create the table."
msgstr "Не вдалось створити таблицю."

#: sqlitecompstrings.snofieldsaddedtablewillnotbecreated
msgid "No fields added. Table will not be created."
msgstr "Не додано поля. Таблицю не буде створено."

#: sqlitecompstrings.stablecreatedsuccessfully
msgid "Table created successfully."
msgstr "Таблицю успішно створено."

#: sqlitecompstrings.stableeditorfieldtypenotrecognized
msgid "Field type not recognized."
msgstr "Тип поля не розпізнано."

#: sqlitecompstrings.stablename
msgid "Table Name: %s"
msgstr "Назва таблиці: %s"

#: sqlitecompstrings.stablenamenotsetitsnotpossibletocreateeditatable
msgid "Table name not set: it's not possible to create/edit a table."
msgstr "Назву таблиці не задано: неможливо створити/змінити таблицю."