forked from extern/egroupware
Fix some missing translations found by Stefan Unverricht
This commit is contained in:
parent
3d9a026a83
commit
e62e27b179
@ -401,7 +401,7 @@ class admin_customfields
|
|||||||
$this->fields = Api\Storage\Customfields::get($this->appname,true);
|
$this->fields = Api\Storage\Customfields::get($this->appname,true);
|
||||||
$cf_id = (int)$this->fields[$content['cf_name']]['id'];
|
$cf_id = (int)$this->fields[$content['cf_name']]['id'];
|
||||||
}
|
}
|
||||||
Framework::refresh_opener('Entry saved', 'admin', $cf_id, 'edit');
|
Framework::refresh_opener(lang('Entry saved'), 'admin', $cf_id, 'edit');
|
||||||
if ($action != 'save')
|
if ($action != 'save')
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
@ -609,7 +609,7 @@ class admin_customfields
|
|||||||
$new_type = false;
|
$new_type = false;
|
||||||
if (empty($new_name))
|
if (empty($new_name))
|
||||||
{
|
{
|
||||||
$this->tmpl->set_validation_error('content_types[name]','You have to enter a name, to create a new type!');
|
$this->tmpl->set_validation_error('content_types[name]',lang('you have to enter a name, to create a new type!'));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -130,7 +130,7 @@ var et2_color = (function(){ "use strict"; return et2_inputWidget.extend(
|
|||||||
jQuery.jPicker.List[list_id].id = this.id + "_jPicker";
|
jQuery.jPicker.List[list_id].id = this.id + "_jPicker";
|
||||||
|
|
||||||
// jPicker doesn't allow translation of this one
|
// jPicker doesn't allow translation of this one
|
||||||
jQuery('.Image', this.$node.parent()).attr('title', this.egw().lang('Click to open color picker'));
|
jQuery('.Image', this.$node.parent()).attr('title', this.egw().lang('Click to open colorpicker'));
|
||||||
|
|
||||||
// Make it look better - plugin defers initialization, so we have to also
|
// Make it look better - plugin defers initialization, so we have to also
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
|
@ -287,7 +287,7 @@ class infolog_customfields extends admin_customfields
|
|||||||
$new_name = trim($content['content_types']['name']);
|
$new_name = trim($content['content_types']['name']);
|
||||||
if (empty($new_name))
|
if (empty($new_name))
|
||||||
{
|
{
|
||||||
$this->tmpl->set_validation_error('content_types[name]','You have to enter a name, to create a new type!');
|
$this->tmpl->set_validation_error('content_types[name]',lang('You have to enter a name, to create a new type!'));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@ -82,6 +82,7 @@ change completed infolog de Änderungen durchgeführt
|
|||||||
change completion infolog de Bearbeitungsstatus ändern
|
change completion infolog de Bearbeitungsstatus ändern
|
||||||
change history infolog de Änderungsverlauf
|
change history infolog de Änderungsverlauf
|
||||||
change owner when updating infolog de Ändert den Benutzer bei bei diesem Änderungsvorgang
|
change owner when updating infolog de Ändert den Benutzer bei bei diesem Änderungsvorgang
|
||||||
|
change responsible infolog de Verantwortlichkeit ändern
|
||||||
change the status of an entry, eg. close it infolog de Status eines Eintrags ändern, z.B. Ihn als erledigt markieren
|
change the status of an entry, eg. close it infolog de Status eines Eintrags ändern, z.B. Ihn als erledigt markieren
|
||||||
changed category to %1 infolog de Kategorie geändert zu %1
|
changed category to %1 infolog de Kategorie geändert zu %1
|
||||||
changed completion to %1% infolog de Erledigt geändert zu %1%
|
changed completion to %1% infolog de Erledigt geändert zu %1%
|
||||||
@ -170,6 +171,7 @@ done infolog de geschlossen
|
|||||||
download infolog de Datei laden
|
download infolog de Datei laden
|
||||||
download url for links infolog de Download Link für Verknüpfungen
|
download url for links infolog de Download Link für Verknüpfungen
|
||||||
due %1 infolog de %1 fällig
|
due %1 infolog de %1 fällig
|
||||||
|
due date infolog de fällig am
|
||||||
duration infolog de Dauer
|
duration infolog de Dauer
|
||||||
e-mail: infolog de E-Mail
|
e-mail: infolog de E-Mail
|
||||||
each value is a line like <id>[=<label>] infolog de jeder Wert ist eine Zeile im Format id=[angezeigter Wert]
|
each value is a line like <id>[=<label>] infolog de jeder Wert ist eine Zeile im Format id=[angezeigter Wert]
|
||||||
|
@ -83,7 +83,7 @@ app.classes.resources = AppJS.extend(
|
|||||||
current_owners += ',';
|
current_owners += ',';
|
||||||
}
|
}
|
||||||
this.egw.open_link('calendar.calendar_uiviews.index&view=planner&sortby=user&owner='+current_owners+'r'+res_ids.join(',r')+'&ajax=true');
|
this.egw.open_link('calendar.calendar_uiviews.index&view=planner&sortby=user&owner='+current_owners+'r'+res_ids.join(',r')+'&ajax=true');
|
||||||
};
|
}.bind(this);
|
||||||
|
|
||||||
if(selection && selection.all)
|
if(selection && selection.all)
|
||||||
{
|
{
|
||||||
@ -160,10 +160,10 @@ app.classes.resources = AppJS.extend(
|
|||||||
this.egw.open_link('calendar.calendar_uiforms.edit&participants=r'+res_ids.join(',r'),'_blank','700x700');
|
this.egw.open_link('calendar.calendar_uiforms.edit&participants=r'+res_ids.join(',r'),'_blank','700x700');
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* set the picture_src to own_src by uploding own file
|
* set the picture_src to own_src by uploding own file
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
select_picture_src: function ()
|
select_picture_src: function ()
|
||||||
{
|
{
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%1 resource(s) %2 resources de %1 Ressource(n) %2
|
%1 resource(s) %2 resources de %1 Ressource(n) %2
|
||||||
%1 resource(s) %2, %3 failed resources de %1 Ressource(n) %2, %3 fehlgeschlagen
|
%1 resource(s) %2, %3 failed resources de %1 Ressource(n) %2, %3 fehlgeschlagen
|
||||||
%1 resource(s) %2, %3 failed because of insufficent rights !!! resources de %1 Ressource(n) %2, %3 fehlgeschlagen wegen fehlender Rechte!
|
%1 resource(s) %2, %3 failed because of insufficent rights !!! resources de %1 Ressource(n) %2, %3 fehlgeschlagen wegen fehlender Rechte!
|
||||||
%1 resource(s) View calendar resources de Kalender Anzeigen von %1 Ressourcen
|
%1 resource(s) view calendar resources de Kalender Anzeigen von %1 Ressourcen
|
||||||
accessories resources de Zubehör
|
accessories resources de Zubehör
|
||||||
accessories of resources de Zubehör von
|
accessories of resources de Zubehör von
|
||||||
accessories: resources de Zubehör:
|
accessories: resources de Zubehör:
|
||||||
|
Loading…
Reference in New Issue
Block a user