File: hello2.po

package info (click to toggle)
libgettext-ruby 1.7.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,892 kB
  • ctags: 1,198
  • sloc: ruby: 6,738; ansic: 67; makefile: 38; sql: 14; sh: 6
file content (29 lines) | stat: -rw-r--r-- 705 bytes parent folder | download | duplicates (6)
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
# hello2.po - sample for GetText._()
#
# Copyright (C) 2002-2004 Masao Mutoh
#
# Joao Pedrosa <joaopedrosa@gmail.com>, 2004, 2005.
#
msgid ""
msgstr ""
"Project-Id-Version: ruby-gettext 1.1.0\n"
"POT-Creation-Date: 2005-12-17 14:56+0900\n"
"PO-Revision-Date: 2005-12-17 10:12-0300\n"
"Last-Translator: Joao Pedrosa <joaopedrosa@gmail.com>\n"
"Language-Team: Portuguese(Brazil)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: hello2.rb:9
msgid "World"
msgstr "Mundo"

#: hello2.rb:8
msgid "One is %{num}\n"
msgstr "Um é %{num}\n"

#: hello2.rb:9
msgid "Hello %{world}\n"
msgstr "Olá, %{world}\n"