Fix some missing localization labels

This commit is contained in:
Aleksander Machniak 2017-02-02 12:01:04 +01:00
parent d4e66f9bbb
commit feb4d9dbba
2 changed files with 5 additions and 3 deletions

View file

@ -144,9 +144,9 @@ $labels['comment'] = 'Comment';
$labels['open'] = 'Open'; $labels['open'] = 'Open';
$labels['request'] = 'Request an invitation'; $labels['request'] = 'Request an invitation';
$labels['invitationtitle'] = 'Invitation for $file'; $labels['invitationtitle'] = 'Invitation for $file';
$labels['ivitationaccepting'] = 'Accepting an invitation...'; $labels['invitationaccepting'] = 'Accepting an invitation...';
$labels['ivitationdeclining'] = 'Declining an invitation...'; $labels['invitationdeclining'] = 'Declining an invitation...';
$labels['ivitationrequesting'] = 'Requesting an invitation...'; $labels['invitationrequesting'] = 'Requesting an invitation...';
$labels['storepasswords'] = 'remember password'; $labels['storepasswords'] = 'remember password';
$labels['storepasswordsdesc'] = 'Stored passwords will be encrypted. Enable this if you do not want to be asked for the password on every login or you want this storage to be available via WebDAV.'; $labels['storepasswordsdesc'] = 'Stored passwords will be encrypted. Enable this if you do not want to be asked for the password on every login or you want this storage to be available via WebDAV.';

View file

@ -43,6 +43,8 @@ $labels['nrnotebooksfound'] = '$nr notebooks found';
$labels['nonotebooksfound'] = 'No notebooks found'; $labels['nonotebooksfound'] = 'No notebooks found';
$labels['removelist'] = 'Remove from list'; $labels['removelist'] = 'Remove from list';
$labels['removelink'] = 'Remove email reference'; $labels['removelink'] = 'Remove email reference';
$labels['listactions'] = 'List options...';
$labels['searchterms'] = 'Search terms';
$labels['savingdata'] = 'Saving data...'; $labels['savingdata'] = 'Saving data...';
$labels['recordnotfound'] = 'Record not found'; $labels['recordnotfound'] = 'Record not found';