File: hello_plural.mo

package info (click to toggle)
ruby-gettext 3.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,284 kB
  • ctags: 1,287
  • sloc: ruby: 9,178; makefile: 8
file content (13 lines) | stat: -rw-r--r-- 462 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
,<H-I.w'There is an apple.
There are %{num} apples.
Project-Id-Version: ruby-gettext 1.6.0
PO-Revision-Date: 2004-11-05 10:32+0100
Last-Translator: David Espada <davinci at escomposlinux.org>
Language-Team: Spanish
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;
Hay una manzana.
Hay %{num} manzanas.