mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
[trunk] bug:1499 - localisation tag summary
git-svn-id: http://piwigo.org/svn/trunk@5112 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Binary file not shown.
@@ -7,7 +7,7 @@ msgstr ""
|
||||
"Project-Id-Version: Piwigo Colibri\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2010-02-18 09:23+0100\n"
|
||||
"PO-Revision-Date: 2010-03-11 22:22+0100\n"
|
||||
"PO-Revision-Date: 2010-03-11 22:34+0100\n"
|
||||
"Last-Translator: ddtddt <ddtddt@piwigo.org>\n"
|
||||
"Language-Team: French <team-i18n@piwigo.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2748,3 +2748,9 @@ msgstr "Score"
|
||||
msgid "Order alphanumerically reverse"
|
||||
msgstr "Catégories triées par ordre décroissant alphabético-numériquement."
|
||||
|
||||
msgid "Some info about this picture"
|
||||
msgstr "Quelques infos sur cette image"
|
||||
|
||||
msgid "Some more (technical) info about this picture"
|
||||
msgstr "Certains infos (plus techniques) sur cette image"
|
||||
|
||||
|
||||
@@ -2741,4 +2741,10 @@ msgid "Hit"
|
||||
msgstr ""
|
||||
|
||||
msgid "Order alphanumerically reverse"
|
||||
msgstr ""
|
||||
msgstr ""
|
||||
|
||||
msgid "Some info about this picture"
|
||||
msgstr ""
|
||||
|
||||
msgid "Some more (technical) info about this picture"
|
||||
msgstr ""
|
||||
|
||||
@@ -109,7 +109,7 @@ y.callService(
|
||||
</a>
|
||||
{/if}
|
||||
|
||||
<table id="standard" class="infoTable" summary="Some info about this picture">
|
||||
<table id="standard" class="infoTable" summary="{'Some info about this picture'|@translate}">
|
||||
<tr id="Author">
|
||||
<td class="label">{'Author'|@translate}</td>
|
||||
<td class="value">{if isset($INFO_AUTHOR)}{$INFO_AUTHOR}{else}{'N/A'|@translate}{/if}</td>
|
||||
@@ -232,7 +232,7 @@ y.callService(
|
||||
</table>
|
||||
|
||||
{if isset($metadata)}
|
||||
<table id="Metadata" class="infoTable2" summary="Some more (technical) info about this picture">
|
||||
<table id="Metadata" class="infoTable2" summary="{'Some more (technical) info about this picture'|@translate}">
|
||||
{foreach from=$metadata item=meta}
|
||||
<tr id="{$meta.TITLE}">
|
||||
<th colspan="2">{$meta.TITLE}</th>
|
||||
|
||||
Reference in New Issue
Block a user