~ubuntu-branches/ubuntu/vivid/lazarus/vivid

« back to all changes in this revision

Viewing changes to components/codetools/languages/codetoolsstrconsts.es.po

  • Committer: Package Import Robot
  • Author(s): Paul Gevers, Abou Al Montacir, Paul Gevers
  • Date: 2014-02-22 10:25:57 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20140222102557-ors9d31r84nz31jq
Tags: 1.2~rc2+dfsg-1
[ Abou Al Montacir ]
* New upstream pre-release.
  + Moved ideintf to components directory.
  + Added new package cairocanvas.
* Remove usage of depreciated parameters form of find. (Closes: Bug#724776)
* Bumped standard version to 3.9.5.
* Clean the way handling make files generation and removal.

[ Paul Gevers ]
* Remove nearly obsolete bzip compression for binary packages
  (See https://lists.debian.org/debian-devel/2014/01/msg00542.html)
* Update d/copyright for newly added dir in examples and components
* Update Vcs-* fields with new packaging location
* Update d/watch file to properly (Debian way) change upstreams versions
* Prevent 46MB of package size by sym linking duplicate files
* Patches
  - refresh to remove fuzz
  - add more Lintian found spelling errors
  - new patch to add shbang to two scripts in lazarus-src
* Drop lcl-# from Provides list of lcl-units-#
* Make lazarus-ide-qt4-# an arch all until it really contains stuff
* Make all metapackages arch all as the usecase for arch any doesn't
  seem to warrant the addition archive hit
* Fix permissions of non-scripts in lazarus-src-#

Show diffs side-by-side

added added

removed removed

Lines of Context:
341
341
 
342
342
#: codetoolsstrconsts.ctsexpectedamethodtypebutfound
343
343
msgid "expected a method type, but found %s"
344
 
msgstr ""
 
344
msgstr "esperado un tipo de método, pero se han encontrado %s"
345
345
 
346
346
#: codetoolsstrconsts.ctsexpectedbutfound
347
347
msgid "expected (, but found %s"
348
 
msgstr "esperando (, pero encontrado %s"
 
348
msgstr "esperado (, pero encontrado %s"
349
349
 
350
350
#: codetoolsstrconsts.ctsexpectedbutfound2
351
351
msgid "expected ), but found %s"
352
 
msgstr "esperando ), pero encontrado %s"
 
352
msgstr "esperado ), pero encontrado %s"
353
353
 
354
354
#: codetoolsstrconsts.ctsexpectedbutfound3
355
355
msgid "expected :=, but %s found"
356
 
msgstr "esperando :=, pero encontrado %s"
 
356
msgstr "esperado :=, pero encontrado %s"
357
357
 
358
358
#: codetoolsstrconsts.ctsexpectedidentifierbutfound
359
359
msgid "expected identifier, but found %s"
360
 
msgstr "esperando identificador, pero encontrado %s"
 
360
msgstr "esperado identificador, pero encontrado %s"
361
361
 
362
362
#: codetoolsstrconsts.ctsexpectedsemicolonofstatementbutfound
363
363
msgid "expected ; of statement, but found %s"
649
649
msgid "%s Project"
650
650
msgstr "%s Proyecto"
651
651
 
 
652
#: codetoolsstrconsts.ctsneededbymode
 
653
msgid " (needed by mode \"%s\")"
 
654
msgstr ""
 
655
 
652
656
#: codetoolsstrconsts.ctsnesteddefinitionsarenotallowed
653
657
msgid "Nested %s definitions are not allowed"
654
658
msgstr "Las definiciones %s anidadas no están permitidas"
808
812
msgstr "código fuente no es una unidad"
809
813
 
810
814
#: codetoolsstrconsts.ctssourcenotfoundunit
811
 
msgid "source not found: unit %s"
 
815
#, fuzzy
 
816
#| msgid "source not found: unit %s"
 
817
msgid "source not found: unit %s. Check your FPC source directory."
812
818
msgstr "fuente no encontrada: unidad %s"
813
819
 
814
820
#: codetoolsstrconsts.ctssourceofunitnotfound