source: OpenRLabs-Git/web2py/applications/rlabs/languages/plural-en.py

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 241 bytes
Line 
1# -*- coding: utf-8 -*-
2{
3'account': ['accounts'],
4'book': ['books'],
5'is': ['are'],
6'man': ['men'],
7'miss': ['misses'],
8'person': ['people'],
9'quark': ['quarks'],
10'shop': ['shops'],
11'this': ['these'],
12'was': ['were'],
13'woman': ['women'],
14}
Note: See TracBrowser for help on using the repository browser.