Skip to content

Commit

Permalink
nuevo segmento trad. en requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gitnacho committed Jan 26, 2013
1 parent 0cd24c5 commit 53b8506
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/SymfonyRequirements.php
Expand Up @@ -591,14 +591,14 @@ function_exists('simplexml_import_dom'),
if (version_compare($installedPhpVersion, '5.4.0', '>=')) {
$this->addRequirement(
version_compare(phpversion('apc'), '3.1.13', '>='),
'APC version must be at least 3.1.13 when using PHP 5.4',
'Upgrade your <strong>APC</strong> extension (3.1.13+).'
'Al usar PHP 5.4, la versi\xf3n de APC cuando menos debe ser la 3.1.13',
'Actualiza tu extensi\xf3n <strong>APC</strong> (3.1.13+).'
);
} else {
$this->addRequirement(
version_compare(phpversion('apc'), '3.0.17', '>='),
'APC version must be at least 3.0.17',
'Upgrade your <strong>APC</strong> extension (3.0.17+).'
'la versi\xf3n de APC cuando menos debe ser la 3.0.17',
'Actualiza tu extensi\xf3n <strong>APC</strong> (3.0.17+).'
);
}
}
Expand Down
8 changes: 8 additions & 0 deletions src/Acme/DemoBundle/Resources/translations/messages.es.xliff
Expand Up @@ -194,6 +194,14 @@
<source>or</source>
<target>o</target>
</trans-unit>
<trans-unit id="49">
<source>Message sent!</source>
<target>¡Mensaje enviado!</target>
</trans-unit>
<trans-unit id="50">
<source>message</source>
<target>mensaje</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 53b8506

Please sign in to comment.