mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix some translation problems reported by Stefan Unverricht
This commit is contained in:
parent
7329088e14
commit
a5f45e2bfa
@ -177,7 +177,8 @@ var et2_details = (function(){ "use strict"; return et2_box.extend(
|
||||
name: "title",
|
||||
description:"Set a header title for box and shows it next to toggle button, default is no title",
|
||||
type:"string",
|
||||
default: ""
|
||||
default: "",
|
||||
translate: true
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -947,6 +947,7 @@ other common de Andere
|
||||
overflow common de Überbreite
|
||||
overview common de Überblick
|
||||
owner common de Besitzer
|
||||
ownership common de Besitzer
|
||||
padding common de Innenabstand
|
||||
page common de Seite
|
||||
page was generated in %1 seconds common de Seite wurde erstellt in %1 Sekunden
|
||||
|
@ -949,6 +949,7 @@ other common en Other
|
||||
overflow common en Overflow
|
||||
overview common en Over view
|
||||
owner common en Owner
|
||||
ownership common en Ownership
|
||||
padding common en Padding
|
||||
page common en Page
|
||||
page was generated in %1 seconds common en Page was generated in %1 seconds
|
||||
|
@ -108,6 +108,7 @@ convert to a ticket infolog de In ein Ticket umwandeln
|
||||
copy of: infolog de Kopie von:
|
||||
copy your changes to the clipboard, %1reload the entry%2 and merge them. infolog de Kopieren Sie ihre Änderungen in die Zwischenablage, %1laden den Eintrag neu%2 und fügen diese wieder ein.
|
||||
create new links infolog de Neue Verknüpfung erzeugen
|
||||
created infolog de Erstellt
|
||||
creates a new field infolog de erstellt ein neues Feld
|
||||
creates a new status with the given values infolog de erstellt einen neuen Status mit den angegebenen Werten
|
||||
creates a new typ with the given name infolog de erstellt einen neuen Typ mit dem eingegebenen Namen
|
||||
|
@ -108,6 +108,7 @@ convert to a ticket infolog en Convert to a ticket
|
||||
copy of: infolog en Copy of:
|
||||
copy your changes to the clipboard, %1reload the entry%2 and merge them. infolog en Copy your changes to the clipboard, %1reload the entry%2 and merge them.
|
||||
create new links infolog en Create new links
|
||||
created infolog en Created
|
||||
creates a new field infolog en Creates a new field
|
||||
creates a new status with the given values infolog en Creates a new status with the given values
|
||||
creates a new typ with the given name infolog en Creates a new type with the given name
|
||||
|
@ -5460,7 +5460,7 @@ app.classes.mail = AppJS.extend(
|
||||
|
||||
if (content.attachmentsBlock.length>0 && content.attachmentsBlock[0].filename)
|
||||
{
|
||||
$attachment.text(content.attachmentsBlock.length+' '+ egw.lang('attachments'));
|
||||
$attachment.text(self.egw.lang('%1 attachments', content.attachmentsBlock.length));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -25,7 +25,7 @@
|
||||
<description id = "toaddressdetails"/>
|
||||
</hbox>
|
||||
<hbox>
|
||||
<details class="details" title="show details" toggle_align="left">
|
||||
<details class="details" title="details" toggle_align="left">
|
||||
<hbox class="mail-d-h2" disabled="!@toaddress" width="100%">
|
||||
<description value="To"/>
|
||||
<grid id="additionaltoaddress">
|
||||
|
Loading…
Reference in New Issue
Block a user