Add unintentionally removed localization labels on last update

This commit is contained in:
Aleksander Machniak 2017-10-30 10:41:50 +01:00
parent 3d85b285d5
commit 211fe3ada5
3 changed files with 15 additions and 3 deletions

View file

@ -23,6 +23,7 @@ $labels['foldercreate'] = 'Create folder';
$labels['folderedit'] = 'Edit folder'; $labels['folderedit'] = 'Edit folder';
$labels['foldermount'] = 'Add storage'; $labels['foldermount'] = 'Add storage';
$labels['folderdelete'] = 'Delete folder'; $labels['folderdelete'] = 'Delete folder';
$labels['folderoptions'] = 'Folder options';
$labels['folderinside'] = 'Insert inside'; $labels['folderinside'] = 'Insert inside';
$labels['foldername'] = 'Folder name'; $labels['foldername'] = 'Folder name';
@ -50,6 +51,7 @@ $labels['copyfile'] = 'Copy a file';
$labels['copyandedit'] = 'Copy and Edit'; $labels['copyandedit'] = 'Copy and Edit';
$labels['documenttitle'] = 'Title:'; $labels['documenttitle'] = 'Title:';
$labels['close'] = 'Close'; $labels['close'] = 'Close';
$labels['docedit'] = 'Document editing';
$labels['collection_audio'] = 'Audio'; $labels['collection_audio'] = 'Audio';
$labels['collection_video'] = 'Video'; $labels['collection_video'] = 'Video';
@ -143,9 +145,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.';
@ -168,6 +170,12 @@ $labels['arialabelfilesavedialog'] = 'File(s) saving dialog';
$labels['arialabelfileprops'] = 'File properties'; $labels['arialabelfileprops'] = 'File properties';
$labels['arialabelfilecontent'] = 'File content'; $labels['arialabelfilecontent'] = 'File content';
$labels['arialabelfileeditdialog'] = 'File editing dialog'; $labels['arialabelfileeditdialog'] = 'File editing dialog';
$labels['arialabelsessionslist'] = 'List of document editing sessions';
$labels['arialabelfilerenameform'] = 'File rename form';
$labels['arialabelfilesessiondialog'] = 'Document editing session';
$labels['arialabelcollaborators'] = 'List of document editors';
$labels['arialabelexportoptions'] = 'Export options';
$labels['arialabeldoceditorsdialog'] = 'Document editors (invitations)';
$labels['type.plain'] = 'Plain Text Document'; $labels['type.plain'] = 'Plain Text Document';
$labels['type.vndoasisopendocumenttext'] = 'Text Document (ODF)'; $labels['type.vndoasisopendocumenttext'] = 'Text Document (ODF)';

View file

@ -30,6 +30,8 @@ $labels['wastebasket'] = 'Trash';
$labels['junkemail'] = 'Junk'; $labels['junkemail'] = 'Junk';
$labels['confidential'] = 'Confidential'; $labels['confidential'] = 'Confidential';
$labels['private'] = 'Private'; $labels['private'] = 'Private';
$labels['folderexpire'] = 'Delete messages older than';
$labels['xdays'] = '$x days';
$messages['defaultfolderexists'] = 'There is already default folder of specified type'; $messages['defaultfolderexists'] = 'There is already default folder of specified type';

View file

@ -175,6 +175,8 @@ $labels['delegateinvitation'] = 'Delegate Invitation';
$labels['delegateto'] = 'Delegate to'; $labels['delegateto'] = 'Delegate to';
$labels['delegatersvpme'] = 'Keep me informed about updates of this incidence'; $labels['delegatersvpme'] = 'Keep me informed about updates of this incidence';
$labels['delegateinvalidaddress'] = 'Please enter a valid email address for the delegate'; $labels['delegateinvalidaddress'] = 'Please enter a valid email address for the delegate';
$labels['delegatedto'] = 'Delegated to:';
$labels['delegatedfrom'] = 'Delegated from:';
$labels['savingdata'] = 'Saving data...'; $labels['savingdata'] = 'Saving data...';