Browse Source

noch mehr internationalisierung

master
Georg Hopp 18 years ago
parent
commit
4605f8037d
  1. 22
      bilder.pot
  2. BIN
      locale/de/LC_MESSAGES/bilder.mo
  3. 22
      po/de.po
  4. 6
      templates/personAdmin/personInUp.tpl.php

22
bilder.pot

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-10-09 00:13+0200\n"
"POT-Creation-Date: 2007-10-09 00:20+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -63,27 +63,35 @@ msgstr ""
msgid "photographer" msgid "photographer"
msgstr "" msgstr ""
#: templates/personAdmin/personInUp.tpl.php:129
#: templates/personAdmin/personInUp.tpl.php:125
msgid "camera"
msgstr ""
#: templates/personAdmin/personInUp.tpl.php:131
msgid "cameraId" msgid "cameraId"
msgstr "" msgstr ""
#: templates/personAdmin/personInUp.tpl.php:144
#: templates/personAdmin/personInUp.tpl.php:146
msgid "owner" msgid "owner"
msgstr "" msgstr ""
#: templates/personAdmin/personInUp.tpl.php:154
#: templates/personAdmin/personInUp.tpl.php:151
msgid "watermark"
msgstr ""
#: templates/personAdmin/personInUp.tpl.php:156
msgid "watermark width" msgid "watermark width"
msgstr "" msgstr ""
#: templates/personAdmin/personInUp.tpl.php:160
#: templates/personAdmin/personInUp.tpl.php:162
msgid "watermark height" msgid "watermark height"
msgstr "" msgstr ""
#: templates/personAdmin/personInUp.tpl.php:166
#: templates/personAdmin/personInUp.tpl.php:168
msgid "watermark xPos" msgid "watermark xPos"
msgstr "" msgstr ""
#: templates/personAdmin/personInUp.tpl.php:172
#: templates/personAdmin/personInUp.tpl.php:174
msgid "watermark yPos" msgid "watermark yPos"
msgstr "" msgstr ""

BIN
locale/de/LC_MESSAGES/bilder.mo

22
po/de.po

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-10-09 00:13+0200\n"
"POT-Creation-Date: 2007-10-09 00:20+0200\n"
"PO-Revision-Date: 2007-10-07 15:45+0200\n" "PO-Revision-Date: 2007-10-07 15:45+0200\n"
"Last-Translator: <georg@steffers.org>\n" "Last-Translator: <georg@steffers.org>\n"
"Language-Team: German\n" "Language-Team: German\n"
@ -64,27 +64,35 @@ msgstr "Homepage"
msgid "photographer" msgid "photographer"
msgstr "Fotograf" msgstr "Fotograf"
#: templates/personAdmin/personInUp.tpl.php:129
#: templates/personAdmin/personInUp.tpl.php:125
msgid "camera"
msgstr "Kamera"
#: templates/personAdmin/personInUp.tpl.php:131
msgid "cameraId" msgid "cameraId"
msgstr "Kamera ID" msgstr "Kamera ID"
#: templates/personAdmin/personInUp.tpl.php:144
#: templates/personAdmin/personInUp.tpl.php:146
msgid "owner" msgid "owner"
msgstr "Besitzer" msgstr "Besitzer"
#: templates/personAdmin/personInUp.tpl.php:154
#: templates/personAdmin/personInUp.tpl.php:151
msgid "watermark"
msgstr "Wasserzeichen"
#: templates/personAdmin/personInUp.tpl.php:156
msgid "watermark width" msgid "watermark width"
msgstr "Wasserzeichen Breite" msgstr "Wasserzeichen Breite"
#: templates/personAdmin/personInUp.tpl.php:160
#: templates/personAdmin/personInUp.tpl.php:162
msgid "watermark height" msgid "watermark height"
msgstr "Wasserzeichen Höhe" msgstr "Wasserzeichen Höhe"
#: templates/personAdmin/personInUp.tpl.php:166
#: templates/personAdmin/personInUp.tpl.php:168
msgid "watermark xPos" msgid "watermark xPos"
msgstr "Wasserzeichen X" msgstr "Wasserzeichen X"
#: templates/personAdmin/personInUp.tpl.php:172
#: templates/personAdmin/personInUp.tpl.php:174
msgid "watermark yPos" msgid "watermark yPos"
msgstr "Wasserzeichen Y" msgstr "Wasserzeichen Y"

6
templates/personAdmin/personInUp.tpl.php

@ -121,7 +121,9 @@
</div> </div>
<div style="display: none"> <div style="display: none">
<div class="bgc-box1 f-box1 d-box1"> <div class="bgc-box1 f-box1 d-box1">
<div class="bgc-box-head1 f-box-head1 d-box-head1">camera</div>
<div class="bgc-box-head1 f-box-head1 d-box-head1">
<?=_('camera')?>
</div>
<div> <div>
<input type="text" style="width: 200px" maxlength="255" <input type="text" style="width: 200px" maxlength="255"
id="cameraId" value="-1" disabled="true" id="cameraId" value="-1" disabled="true"
@ -146,7 +148,7 @@
<div style="display: none"> <div style="display: none">
<div class="bgc-box1 f-box1 d-box1"> <div class="bgc-box1 f-box1 d-box1">
<div class="bgc-box-head1 f-box-head1 d-box-head1"> <div class="bgc-box-head1 f-box-head1 d-box-head1">
watermark</div>
<?=_('watermark')?></div>
<div> <div>
<input type="text" style="width: 200px" maxlength="255" <input type="text" style="width: 200px" maxlength="255"
id="wmWidth" value="" disabled="true" id="wmWidth" value="" disabled="true"

Loading…
Cancel
Save