blob: 9deee195470c0ce37d8bc4da46c6d7348f6c95b1 (
plain)
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
84
85
86
87
|
# gettext-examples-0.16.2-pre5.
# Copyright (C) 2008 Yoyodyne, Inc. (msgids)
# This file is distributed under the same license as the gettext package.
# Clyde Meli <cmeli@cis.um.edu.mt>, 2001-2008.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: gettext-examples 0.16.2-pre5\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
"POT-Creation-Date: 2007-05-13 22:04+0200\n"
"PO-Revision-Date: 2008-11-18 17:27+0100\n"
"Last-Translator: Clyde Meli <cmeli@cis.um.edu.mt>\n"
"Language-Team: Maltese <translation-team-mt@lists.sourceforge.net>\n"
"Language: mt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-3\n"
"Content-Transfer-Encoding: 8bit\n"
#: hello-c/hello.c:30 hello-c-gnome/hello.c:46 hello-c++/hello.cc:39
#: hello-c++-qt/hello.cc:45 hello-c++-kde/hellowindow.cc:42
#: hello-c++-gnome/hello.cc:50 hello-c++-wxwidgets/hello.cc:68
#: hello-objc/hello.m:30 hello-objc-gnustep/Hello.m:49
#: hello-objc-gnome/hello.m:47 hello-sh/hello.sh:14
#: hello-python/hello.py.in:12 hello-clisp/hello.lisp.in:11
#: hello-librep/hello.jl.in:12 hello-guile/hello.scm:15
#: hello-smalltalk/hello.st.in:31 hello-java/Hello.java:14
#: hello-java-awt/Hello.java:23 hello-java-swing/Hello.java:20
#: hello-csharp/hello.cs:14 hello-csharp-forms/hello.cs:29
#: hello-gawk/hello.awk:11 hello-pascal/hello.hello_world
#: hello-ycp/hello.ycp:15 hello-tcl/hello.tcl:11 hello-tcl-tk/hello.tcl:13
#: hello-perl/hello-1.pl.in:17 hello-perl/hello-2.pl.in:12
#: hello-php/hello.php:12
msgid "Hello, world!"
msgstr "Hello, lil kulħadd!"
#: hello-c/hello.c:31 hello-c-gnome/hello.c:51 hello-c++/hello.cc:40
#: hello-c++-gnome/hello.cc:55 hello-c++-wxwidgets/hello.cc:71
#: hello-objc/hello.m:31 hello-objc-gnustep/Hello.m:58
#: hello-objc-gnome/hello.m:52 hello-librep/hello.jl.in:14
#: hello-gawk/hello.awk:12 hello-pascal/hello.running_as
#: hello-tcl/hello.tcl:12 hello-tcl-tk/hello.tcl:16
#: hello-perl/hello-1.pl.in:19 hello-php/hello.php:14
#, php-format
msgid "This program is running as process number %d."
msgstr "Dal-programm qed jaħdem taħt il-proċess numru %d."
#: hello-c++-qt/hello.cc:52 hello-c++-kde/hellowindow.cc:49
#: hello-smalltalk/hello.st.in:32 hello-ycp/hello.ycp:19
#, ycp-format
msgid "This program is running as process number %1."
msgstr "Dal-programm qed jaħdem taħt il-proċess numru %1."
#: hello-c++-kde/hello.cc:46
msgid "Hello example"
msgstr "Eżempju tal-Hello"
#: hello-c++-kde/hello.cc:48
msgid "Hello world example"
msgstr "Eżempju ta' Hello lil kulħadd"
#: hello-sh/hello.sh:17
#, sh-format
msgid "This program is running as process number $pid."
msgstr "Dal-programm qed jaħdem taħt il-proċess numru $pid."
#: hello-python/hello.py.in:13
#, python-format
msgid "This program is running as process number %(pid)d."
msgstr "Dal-programm qed jaħdem taħt il-proċess numru %(pid)d."
#: hello-clisp/hello.lisp.in:13 hello-guile/hello.scm:17
#, scheme-format
msgid "This program is running as process number ~D."
msgstr "Dal-programm qed jaħdem taħt il-proċess numru ~D."
#: hello-java/Hello.java:18 hello-java-awt/Hello.java:28
#: hello-java-swing/Hello.java:25 hello-csharp/hello.cs:17
#: hello-csharp-forms/hello.cs:36
#, csharp-format
msgid "This program is running as process number {0}."
msgstr "Dal-programm qed jaħdem taħt il-proċess numru {0}."
#: hello-perl/hello-2.pl.in:14
#, perl-brace-format
msgid "This program is running as process number {pid}."
msgstr "Dal-programm qed jaħdem taħt il-proċess numru {pid}."
|