Fix various missing translations, found by Stefan Unverricht

This commit is contained in:
nathangray 2017-11-29 09:58:01 -07:00
parent e88afc07d0
commit ad6c143059
5 changed files with 12 additions and 3 deletions

View File

@ -490,6 +490,7 @@ var et2_dialog = (function(){ "use strict"; return et2_widget.extend(
},
close: jQuery.proxy(function() {this.destroy();},this),
beforeClose: this.options.beforeClose,
closeText: this.egw().lang('close'),
position: {my:this.options.position, at:this.options.position, of:window}
});
}

View File

@ -444,8 +444,8 @@ var et2_avatar = (function(){ "use strict"; return et2_image.extend(
.addClass('emlEdit')
.click(function(){
var buttons = [
{"button_id": 1,"text": 'save', id: 'save', image: 'check', "default":true},
{"button_id": 0,"text": 'cancel', id: 'cancel', image: 'cancelled'}
{"button_id": 1,"text": self.egw().lang('save'), id: 'save', image: 'check', "default":true},
{"button_id": 0,"text": self.egw().lang('cancel'), id: 'cancel', image: 'cancelled'}
];
var dialog = function(_title, _value, _buttons, _egw_or_appname)
{

View File

@ -430,6 +430,7 @@ eastern european common de Osteuropäische
ecuador common de EQUADOR
edit common de Bearbeiten
edit %1 category for common de %1 Kategorie editieren für
edit avatar common de Avatar bearbeiten
edit categories common de Kategorien editieren
edit category common de Kategorie editieren
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
@ -1075,6 +1076,8 @@ returns struct of users application access common de Liefert eine Struktur mit B
reunion common de REUNION
right common de Rechts
romania common de RUMÄNIEN
rotate left common de Links drehen
rotate right common de Rechts drehen
row... common de Zeile...
russian common de Russisch
russian federation common de RUSSISCHE FÖDERATION
@ -1358,6 +1361,7 @@ update the clock per minute or per second common de Uhr pro Minute oder pro Seku
upload common de Hochladen
upload directory does not exist, or is not writeable by webserver common de Das Verzeichnis zum Hochladen existiert nicht oder der Webserver hat dort keine Schreibrechte.
upload file(s) from filemanager... common de Dateien aus dem Dateimanager hochladen..
upload new photo common de Neues Foto hochladen
upload requires the directory to be writable by the webserver! common de Der Upload verlangt, dass der Webserver Schreibrechte auf diesem Verzeichnis hat!
uppercase letters common de Grossbuchstaben
url common de Webseite

View File

@ -430,6 +430,7 @@ eastern european common en Eastern european
ecuador common en ECUADOR
edit common en Edit
edit %1 category for common en Edit %1 category for
edit avatar common en Edit avatar
edit categories common en Edit categories
edit category common en Edit category
edit embeded css styles or of the applications app.css file common en Edit embedded CSS styles or of the applications app.css file
@ -1075,6 +1076,8 @@ returns struct of users application access common en Returns struct of users app
reunion common en REUNION
right common en Right
romania common en ROMANIA
rotate left common en Rotate left
rotate right common en Rotate right
row... common en Row...
russian common en Russian
russian federation common en RUSSIAN FEDERATION
@ -1358,6 +1361,7 @@ update the clock per minute or per second common en Update the clock per minute
upload common en Upload
upload directory does not exist, or is not writeable by webserver common en Upload directory does not exist, or is not writable by web server.
upload file(s) from filemanager... common en Upload file(s) from Filemanager...
upload new photo common en Upload new photo
upload requires the directory to be writable by the webserver! common en Upload requires the directory to be writable by the web server!
uppercase letters common en uppercase letters
url common en URL

View File

@ -1246,7 +1246,7 @@ app.classes.filemanager = AppJS.extend(
successful = document.execCommand('copy');
if (successful)
{
egw.message('WebDav link copied into clipboard');
egw.message(this.egw.lang('WebDav link copied into clipboard'));
window.getSelection().removeAllRanges();
return true;